NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
TRACE START
NonStop NET/MASTER MS Commands
2–572 115412 Tandem Computers Incorporated
Considerations
The default authority level of this command is 3.
You can enter this command from any NCL procedure, except the INIT NCL
procedure, by using the CMD core statement or the INTCMD verb.
For related information, see the SHOW TRACE and other TRACE commands.
Examples
1. The following example uses the default values to start a trace:
TRACE START
If the installation volume is $DATA1, the user ID of the user starting the trace is
NNMABC, the NonStop NET/MASTER MS process character is Z, and this is the
first trace started on your NonStop NET/MASTER MS system, the following trace
file is created:
$DATA1.NNMABC.ZTR00001
2. The following example specifies a trace file with a record limit of 32767 that does
not allow record wrapping:
TRACE START=$DATA9.SUBVOL1.MYTRACE1 COUNT=32767 WRAP=NO