NET/MASTER Management Services (MS) Command Reference Manual

DEBUG LOG
NonStop NET/MASTER MS Commands
2–46 115412 Tandem Computers Incorporated
DEBUG LOG The DEBUG LOG command starts 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 LOG [ 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 initiates logging for the current NCL process:
DEBUG LOG
2. The following example is the abbreviated form of the preceding example:
DEB L