NET/MASTER Messages Manual

NNM1080
Messages
2–220 106159 Tandem Computers Incorporated
u
is the value of the user correlator flag: N (no) or Y (yes).
d
is the value of the oldest entry delete flag: N (no) or Y (yes).
Effect. The information about the vartable is retrieved and displayed.
Recovery. This message is informational only; no recovery action is necessary.
NNM1080
type
ALL COMMAND ACCEPTED
Cause. A DEBUG HOLD ALL or DEBUG RESUME ALL command was issued and
sent to all the NCL processes and environments under the debug session.
type
is either HOLD or RESUME.
Effect. All NCL processes under the debug session are suspended (HOLD) or resumed
(RESUME).
Recovery. This message is informational only; no recovery action is necessary.
NNM1081 NCL
nclid
CANNOT UPDATE VARIABLES DURING ASSIGN
Cause. A DEBUG MODIFY command was issued, and although the NCL process was
suspended, variable update using the DEBUG command interface was not permitted
as an ASSIGN verb was in progress.
nclid
is the ID of the NCL process.
Effect. The variable is not updated.
Recovery. You can use the DEBUG SOURCE command to find out which ASSIGN verb
is being processed. Use the DEBUG STEP command to suspend the NCL process at
the next statement and then update the variable.
NNM1082 NCL
nclid
NOT RUNNING IN ANY ENVIRONMENT
Cause. A DEBUG command was issued but the specified NCL process was not found.
nclid
is the specified ID of the NCL process.
Effect. The debug operation is not performed.
Recovery. Use the SHOW NCL=ALL command to list the ID of the NCL processes.
Specify the correct ID and retry the DEBUG command.