NET/MASTER Messages Manual

NNM1901
Messages
2–330 106159 Tandem Computers Incorporated
NNM1901 NCL
nclid
DEBUG SESSION INITIATED
Cause. A DEBUG START command was issued, and a debug session for an NCL
process was initiated.
nclid
is the ID of the NCL process to be debugged.
Effect. The NCL process is now in a debug session.
Recovery. This message is informational only; no recovery action is necessary.
NNM1902 NCL
nclid
SUSPENDED
location bp
LINE
lineno
Cause. The NCL process was suspended because of a debug operation.
nclid
is the name of the NCL process suspended.
location
is AT
statement-specification
, identifying the statement at
which the suspension occurs.
bp
is BP
breakpoint-number
, displaying the breakpoint number.
lineno
is the line number where the suspension occurred.
Effect. The NCL process is suspended.
Recovery. You can use a DEBUG RESUME or DEBUG STEP command to resume the
execution of the process.
NNM1903 NCL
nclid
NOT BEING DEBUGGED
Cause. An attempt was made to debug an NCL process but the NCL process was not
in a debug session.
nclid
is the ID of the NCL process to be debugged.
Effect. The NCL process is not debugged.
Recovery. Specify the correct ID of the NCL process, or use the DEBUG START
command to start a debug session for the NCL process.