NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
SYSPARMS NCLTRMAX
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–505
NCLTRMAX
NCLTRMAX=
maximum-trace-messages
specifies the maximum number of trace messages that an NCL procedure can
generate. The default value is 100. You can specify a number from 0 through
9999. A value of 0 inhibits all tracing.
Considerations
You can set this system parameter only during execution of the INIT NCL
procedure (before users are permitted to log on to the system).
Refer to the NonStop NET/MASTER NCL Reference Manual for information on the
NOTRACE, TRACE, TRACEALL, TRACELAB, and TRACELOG operands of the
CONTROL verb, which specify the tracing that is performed.
Example
The following example specifies a maximum number of 200 trace messages:
SYSPARMS NCLTRMAX=200