NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
SHOW NCL
NonStop NET/MASTER MS Commands
2–348 115412 Tandem Computers Incorporated
SHOW NCL The SHOW NCL command displays the current status of NCL processes. An NCL
process is an NCL procedure that is executing; it has an NCL identifier. You can use
this command to display information about executing, paused, queued, or delayed
NCL processes. This command does not display information about NCL procedures
scheduled for execution using the EXEC command. Entering the SHOW NCL
command with no operands displays information about NCL processes in the current
execution environment.
SHOW NCL [
ncl-option
[ PROC=
ncl-procedure
] ]
ncl-option
:
=ENV [
queue-option
]
=REGION
=ALL [
queue-option
]
=
user-id
[
queue-option
]
=
device-name
=
logical-name
ID=
ncl-id
queue-option
:
DELAYED [ ARGS={
number
| ALL } ]
QUEUE=
queue-name
[ ARGS={
number
| ALL } ]
DELAYED QUEUE=
queue-name
[ ARGS={
number
| ALL } ]
ncl-option
restricts the scope of the display for all NCL processes other than those that are
delayed or queued.
ENV
specifies the current execution environment.
If you enter this command from the OCS command input line, it displays
information about NCL processes in the primary processing environment
associated with the OCS window.
If the command is issued from an NCL process using the CMD core statement,
it displays information about NCL processes in the current execution
environment. This is a primary processing environment, a background
processing environment, or a dependent processing environment.
If the command is issued from an NCL process using the INTCMD verb, it
displays information about NCL processes in the dependent processing
environment associated with the NCL process.