NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
SHOW PRELOAD
NonStop NET/MASTER MS Commands
2–378 115412 Tandem Computers Incorporated
SHOW PRELOAD The SHOW PRELOAD command displays information about preloaded NCL
procedures. This command is synonymous with the SHOW NCLSTAT command.
Preloaded NCL procedures are those available for shared execution in your Guardian
process—either loaded into memory using the SYSPARMS PRELOAD or SYSPARMS
CMDREPL command, or made available for sharing between NCL processes using the
SYSPARMS NCLPRSHR command. Entering the SHOW PRELOAD command with
no operands displays information about all preloaded NCL procedures.
SHOW PRELOAD[ =
ncl-procedure
]
ncl-procedure
specifies the name of an NCL procedure. The name can be an entire name or the
leading part of a name.
If the name is an entire name, NonStop NET/MASTER MS displays information
about that NCL process. If the name is the leading part of a name, NonStop
NET/MASTER MS displays information about every NCL process that begins
with the leading part of the name.
Note You cannot follow the procedure name by an asterisk (*), which in this context would be a wild card, to
specify all NCL processes that begin with a certain sequence of characters.
Considerations
The default authority level of this command is 0.
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 NNM1050 through NNM1052 and message 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.
For related information, see the SYSPARMS CMDREPL, SYSPARMS NCLPRSHR,
SYSPARMS PRELOAD, and SYSPARMS UNLOAD commands.