User's Guide

DSPGLOB

Display current global parameter values

Function:

Displays the values of the global parameters that are currently active. Subcommands -TAE and -LAS are used to define the globals for TAE and LAS respectively. Subcommand -ALL executes the subcommands -TAE and -LAS. The TAE command DISPLAY-GLOBALS may be used to display all active globals with no separation by category.

The user may change global parameters at the command line or when in tutor mode. At the command line, enter LET globalname="value". (Example: LET $PROMPT="NEWPROMPT"). The user may tutor TAEGBL or LASGBLS to change global values in TAE and LAS respectively.

Parameters:

Subcommand -TAE:
Displays TAE global parameters. The current values of all TAE global parameters are displayed to the user's terminal.

Subcommand -LAS:
Displays LAS global parameters. The current values of all LAS global parameters are displayed to the user's terminal.

Subcommand -ALL:
Displays all global parameters. The current values of all TAE and LAS global parameters are displayed to the user's terminal.

Example:

  1. LAS> dspglob-las

    The active global parameters for LAS are displayed to the user's terminal.

Description/Algorithm:

DSPGLOB performs the same function as the TAE utility program DISPLAY but with more selectivity. The user can look at the value of global parameters in associated groups rather than seeing all globals at once.

Nonfatal Error Message:

  1. [TAE-UNDEFGBL] Reference to undefined global variable <xxxxx>

    The global variable <xxxxx> does not exist. This error will normally occur if the subsystem desired does not exist on this system.

Fatal Error Messages:

    None.

User Note:

  1. Related modules are TAEGBL and LASGBLS.