NET/MASTER Management Services (MS) Command Reference Manual
DEBUG NOLOG
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–49
DEBUG NOLOG The DEBUG NOLOG command stops the writing of debug messages to the activity
log for the specified NCL process(es). When you start a debug session, by default
debug messages are sent only to your OCS window. You can use the DEBUG LOG
command to start writing debug messages to the activity log and the DEBUG NOLOG
command to stop writing.
DEBUG NOLOG [ 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 being debugged by the user issuing
the command.
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 stops logging for the current NCL process:
DEBUG NOLOG
2. The following example is the abbreviated form of the preceding example:
DEB N
3. The following example stops logging for all NCL processes currently being
debugged by the user issuing the command:
DEB N A