NET/MASTER Messages Manual
NNM1920
Messages
2–336 106159 Tandem Computers Incorporated
NNM1920 NCL
nclid
SCOPE
nesting_level
OUT OF RANGE
Cause. A DEBUG command was issued but the specified nesting level was out of
range.
nclid
is the ID of the NCL process being debugged.
nesting_level
is the nesting level specified.
Effect. The operation is not performed.
Recovery. Use the DEBUG TRACE command to get information about the nesting
levels.
NNM1921 NCL
nclid
VBL
vblname
vblattr
VAL "
value
"
Cause. A DEBUG DISPLAY command was issued, and the message is part of the
normal format response. The line contains information about a variable.
nclid
is the ID of the NCL process.
vblname
is the name of the variable.
vblattr
gives the attributes of the variable (prefixed by ATTR):
ERRFLD indicates that the panel error setting is present.
MDO indicates that the MDO was accessed directly or by a
subfield.
MODFLD indicates that the panel modification setting is present.
NONEXIST indicates that the variable does not exist.
OUTFLD indicates that the panel OUTVAR setting is present.
STEMDFLT indicates that the compound variable does not exist. The
value of the variable defaults to that of the stem.
If there is more than one attribute, the attributes are linked by a +. If
there are no attributes, nothing is displayed.
value
is the value of the variable.
Effect. The information about a variable is retrieved and displayed.
Recovery. This message is informational only; no recovery action is necessary.