NET/MASTER Messages Manual

NNM1931
Messages
106159 Tandem Computers Incorporated 2–341
NNM1930 NCL
nclid
type
nesting_level
stmtspec
lineno errname
errcode
Cause. A DEBUG TRACE command was issued, and the message is a response. The
line contains the trace information about an error handler.
nclid
is the ID of the NCL process being traced.
type
is E (error handler).
nesting_level
is the nesting level associated with the stack frame. The value 0
identifies the current nesting level.
stmtspec
is the specification of the statement being executed.
lineno
is the line number of the statement in the source file.
errname
is the name of the error (value of the &SYS.ERROR.NAME
system variable, for example, LOADFAIL_ERROR).
errcode
is the NCL error code (value of the $SYS.ERROR.CODE system
variable).
Effect. The information is retrieved and displayed.
Recovery. Use the information to determine the appropriate action to take.
NNM1931 NCL
nclid
type
nesting_level
stmtspec
lineno
Cause. A DEBUG TRACE command was issued, and the message is a response. The
line contains the trace information about the target of a GOSUB statement.
nclid
is the ID of the NCL process being traced.
type
is G (GOSUB target, that is, a subroutine).
nesting_level
is the nesting level associated with the stack frame. The value 0
identifies the current nesting level.
stmtspec
is the specification of the statement being executed.
lineno
is the line number of the statement in the source file.
Effect. The information is retrieved and displayed.
Recovery. This message is informational only; no recovery action is necessary.