NET/MASTER Management Services (MS) Command Reference Manual

DEBUG RESUME
NonStop NET/MASTER MS Commands
2–50 115412 Tandem Computers Incorporated
DEBUG RESUME The DEBUG RESUME command resumes execution of the currently suspended NCL
process(es). An NCL process is suspended when NCL encounters a breakpoint.
Execution continues until either the next breakpoint is encountered or the NCL
process terminates.
DEBUG RESUME [ 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 that are currently suspended.
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.