NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
SHOW NCLGLBL
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–355
SHOW NCLGLBL The SHOW NCLGLBL command displays the names and information about the
contents of NCL global variables. Global variables are variables that are visible to all
NCL processes throughout NonStop NET/MASTER MS. All global variables begin
with the prefix GLBL. Entering the SHOW NCLGLBL command with no operands
displays the names of all global variables, but no information about their contents.
SHOW NCLGLBL[ =
global-variable-name
]
global-variable-name
specifies the name of a global variable without the GLBL prefix.
The name can be an entire global variable name or the leading part of a global
variable name.
If the name is an entire global variable name, NonStop NET/MASTER MS
displays information about that global variable. If the name is the leading part of
a global variable name, NonStop NET/MASTER MS displays information about
every global variable that begins with the leading part of the name.
Note You cannot follow the global variable name by an asterisk (*), which in this context would be a wild card,
to specify all global variables that begin with a certain sequence of characters.
Considerations
The default authority level of this command is 0. The default authority level of the
global-variable-name operand is 4.
You can enter this command from any NCL procedure, including the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
Messages NNM1044 through NNM1047, NNM1062, NNM1063, 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.