NET/MASTER Management Services (MS) Command Reference Manual
DEBUG HOLD
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–41
DEBUG HOLD The DEBUG HOLD command suspends execution of the specified NCL process(es).
DEBUG HOLD [ ID=
ncl-id
[ [ ID=
ncl-id
] … ] | ALL ]
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).
ALL
specifies all NCL processes. NCL suspends execution of all NCL processes in the
current execution environment.
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.
For related information, see the other DEBUG commands and the EXEC, FLUSH,
SHOW NCL, and START commands.
Examples
1. The following example suspends execution of the NCL process with the NCL ID of
1234:
DEBUG HOLD ID=1234
2. The following example is the abbreviated form of the preceding example:
DEB H ID=1234
3. The following example suspends all NCL processes:
DEB H A