NET/MASTER Management Services (MS) Command Reference Manual

DEBUG DISPLAY
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–37
DEBUG DISPLAY The DEBUG DISPLAY command displays information about one or more variables in
the currently active set of variables. Entering the DEBUG DISPLAY command with no
operands lists the current share list. This lists the share settings in the current
CONTROL environment, the share settings supplied by the caller, and the share
settings in the definition of the current procedure or function.
DEBUG DISPLAY [ ID=
ncl-id
]
[ FORMAT={ NORMAL | BINARY } ]
[ SCOPE={ 0 |
nesting-level
} ]
[ { VAR | VBL }=[
variable-name
][ * ] ]
ID=
ncl-id
specifies the NCL process identifier (NCL ID) of an NCL process and sets the
current NCL process. If you do not specify an NCL ID, the default NCL ID is
assumed (see the DEBUG START command for further information about the
default NCL ID).
FORMAT
specifies the format in which to display information about the currently active set
of variables.
NORMAL
displays the information in normal (nonbinary) format.
BINARY
displays the information in binary (hexadecimal) format.
SCOPE
specifies a nesting level. NCL displays the variable(s) from the specified nesting
level.
0
specifies the current nesting level.
nesting-level
specifies the nesting level of a caller procedure or function.
A nesting level of 1 specifies the immediate caller; a nesting level of 2 specifies
the caller of that caller; a nesting level of 3 specifies the caller of that caller, and
so on.