NET/MASTER Messages Manual

NNM1012
Messages
2–194 106159 Tandem Computers Incorporated
NNM1012
label
LINE:
lineno
STMT NO:
stmtno
FILE:
filename type
:
name
NCLID:
nclid
Cause. An NCL procedure was started, and tracing was enabled through the
CONTROL verb. A statement with a label was encountered and the message
displayed.
label
is the name of the label. If the CONTROL statement specified the
TRACEALL keyword, label contains the decompiled statement.
lineno
is the line number of the statement in the file.
stmtno
is the statement number.
filename
is the name of the file.
type
is the type of routine: FUNC or PROC.
name
is the name of the function or procedure.
nclid
is the ID of the NCL process.
Effect. The information about the traced statement is displayed.
Recovery. This message is informational only; no recovery action is necessary.
NNM1013 LINE:
lineno
sourceline
Cause. An NCL procedure was started, and tracing was enabled through the
CONTROL verb using an operand other than TRACEALL.
lineno
is the line number of the statement in the source file.
sourceline
is the text of the decompiled statement.
Effect. The information about the traced statement is displayed.
Recovery. This message is informational only; no recovery action is necessary.
NNM1014 TRACING TERMINATED - SYSTEM LIMIT REACHED
Cause. An NCL procedure was being executed with tracing enabled. The number of
trace messages issued by the NCL process reached the NonStop NET/MASTER MS
system-imposed limit.
Effect. Tracing is terminated but processing of the NCL procedure continues.
Recovery. Use the CONTROL verb to perform selective tracing: for example, through
CONTROL TRACE and CONTROL NOTRACE. If necessary, use the SYSPARMS
NCLTRMAX command to increase the limit on the number of trace messages.