NET/MASTER Messages Manual

NNM1948
Messages
106159 Tandem Computers Incorporated 2–347
NNM1946 NCL
nclid
NO VARIABLES STARTING WITH
vblname
EXIST
Cause. A DEBUG DISPLAY command was issued, and a variable reference ending in
an asterisk (*) was specified. No variables with names that matched the reference
were found.
nclid
is the ID of the NCL process being debugged.
vblname
is the name of the variable reference specified.
Effect. No variables are displayed.
Recovery. Specify a correct variable reference.
NNM1947 DEBUG SESSION HAS ENDED
Cause. A DEBUG STOP ALL command was issued, and the debug session was
terminated.
Effect. The NCL processes that were being debugged will suspend, terminate, or
continue according to the TYPE operand on the command and cannot accept any
debug commands until another debug session is started.
Recovery. This message is informational only; no recovery action is necessary.
NNM1948 NEW NCL WILL BE SUSPENDED IN WINDOW
window_number
number_of_procs
Cause. A DEBUG START command was issued, and a debug session was started in
the window. New NCL processes in the window will be suspended for debug
operations.
window_number
is 1 or 2.
number_of_procs
is the number of NCL processes for which the debug session is
started.
Effect. Any new NCL processes in the window are suspended at the first statement.
Recovery. This message is informational only; no recovery action is necessary.