NET/MASTER Management Services (MS) Command Reference Manual
DEBUG DISPLAY
NonStop NET/MASTER MS Commands
2–38 115412 Tandem Computers Incorporated
{ VAR | VBL }=[
variable-name
][ * ]
specifies a variable name. NCL displays the value of this variable. You can
specify a generic variable.
Note You must omit the leading ampersand (&) from the variable name.
Considerations
The default authority level of this command is 0.
You can enter this command from any NCL procedure, except the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
Messages NNM1921 through NNM1924, NNM1939, and NNM0999 indicate the
results of this command. Refer to the NonStop NET/MASTER Messages Manual or
NonStop NET/MASTER MS online help for a description of these messages.
If you access the stem of a mapped data object (MDO) variable, NCL displays the
binary data associated with the stem and an attribute of MDO.
If you access a global variable, NCL displays the current settings of any local copy
of the global variable, or, if there is no local copy, the actual global settings.
For related information, see the other DEBUG commands and the EXEC, FLUSH,
SHOW NCL, and START commands.