NET/MASTER Messages Manual
NNM1928
Messages
2–340 106159 Tandem Computers Incorporated
NNM1928 NCL nclid
opcodetext
Cause. A DEBUG SOURCE command specifying the DETAIL operand was issued and
the message is part of the response. The line contains information about the low level
code of the decompiled statement.
nclid
is the ID of the NCL process being debugged.
opcodetext
is the information about the low level code.
Effect. The information about the low level code is displayed.
Recovery. This message is informational only; no recovery action is necessary.
NNM1929 NCL
nclid type nesting_level stmtspec lineno ext argno argtext
Cause. A DEBUG TRACE command was issued and the message is a response. The
line contains the trace information about a function or procedure.
nclid
is the ID of the NCL process being traced.
type
is F (if the trace information is for a function) or P (if the trace
information is for a procedure).
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.
ext
identifies the invocation method: EXT (external) or INT
(internal).
argno
is the number of parameters passed (value of the
&SYS.PARMCNT system variable).
argtext
is the text of the parameter string if applicable (only if
ARGS=YES is specified in the DEBUG TRACE command).
Effect. The information is retrieved and displayed.
Recovery. This message is informational only; no recovery action is necessary.