NET/MASTER Messages Manual
NNM1942
Messages
106159 Tandem Computers Incorporated 2–345
NNM1940 NCL
nclid
T SC STMTSPEC LINE#
Cause. A DEBUG TRACE command was issued, and the message is part of the
response. The line contains the headings of the DEBUG TRACE display. Other
messages provide the actual information.
nclid
is the ID of the NCL process. The headings are as follows:
T is the heading for a type code indicating whether a line of
stack trace information is for an error handler (E), a
function (F), a procedure (P), or a subroutine (G).
SC is the heading for the nesting level associated with the
stack frame.
STMTSPEC is the heading for the specification of the statement being
executed.
LINE# is the heading for the line number of the statement in the
source file.
Effect. The headings are displayed.
Recovery. This message is informational only; no recovery action is necessary.
NNM1941 NCL
nclid
NO STATEMENT BEING EXECUTED
Cause. A DEBUG SOURCE command was issued but the NCL process targeted by the
command was not executing a statement.
nclid
is the ID of the NCL process.
Effect. No decompiled statements are displayed.
Recovery. This message is informational only; no recovery action is necessary.
NNM1942 NCL
nclid
NO VARIABLES IN SCOPE
Cause. A DEBUG DISPLAY or DEBUG MODIFY command was issued for a nesting
level but the variables at that level were not initialized. This may be the first entry to a
function or procedure.
nclid
is the ID of the NCL process.
Effect. The operation is not performed.
Recovery. Use the DEBUG STEP command to step to the next statement to initialize the
variables.