NET/MASTER Messages Manual
NNM1927
Messages
106159 Tandem Computers Incorporated 2–339
NNM1926 NCL
nclid
LINE# SMT EV ON STMT-TEXT FROM
procedure-function
Cause. A DEBUG SOURCE command was issued, and the message is part of the
response. The line contains the headings of the display. Other messages provide the
actual information.
nclid
is the ID of the NCL process being debugged.
LINE# is the heading for the line number of the statement in the
source file.
SMT is the heading for the statement number.
EV is the heading for the number of blocks (for example,
DO, IF, and SELECT) used in an NCL procedure or
function to the statement.
ON is the heading for the number of nested ON blocks used
to the statement.
STMT-TEXT is the heading for the line of decompiled statement.
procedure-function
identifies the NCL procedure or function in which the
first listed statement resides.
Effect. The information is retrieved and displayed.
Recovery. This message is informational only; no recovery action is necessary.
NNM1927 NCL
nclid
lineno
stmtno
envno
on_no
sourceline
Cause. A DEBUG SOURCE command was issued, and the message is part of the
response. The line contains a decompiled statement.
nclid
is the ID of the NCL process being debugged.
lineno
is the line number of the statement in the source file.
stmtno
is the statement number.
envno
is the number of blocks (for example, DO, IF, and SELECT) used in an
NCL procedure or function to the statement.
on_no
is the number of nested ON blocks used to the statement.
sourceline
is the line of decompiled statement
Effect. The statement is decompiled and displayed.
Recovery. This message is informational only; no recovery action is necessary.