NET/MASTER Messages Manual

NNM1908
Messages
2–332 106159 Tandem Computers Incorporated
NNM1908 NCL
nclid
LOAD OF
filename
status
Cause. A DEBUG LOAD command was issued, and the message indicates whether the
command was successful.
nclid
is the ID of the NCL process that loads the file.
filename
is the name of the file to be loaded.
status
is SUCCESSFUL or UNSUCCESSFUL.
Effect. The file is either loaded or not loaded.
Recovery. If the status is UNSUCCESSFUL, other messages provide further information
about the problem.
NNM1909 NCL
nclid
BREAKPOINT
bpno
CREATED
replace
Cause. A DEBUG BREAKPOINT command was issued, and a new breakpoint was set.
nclid
is the ID of the NCL process being debugged.
bpno
is the breakpoint number.
replace
is REPLACING
n
if a replacement took place (
n
is the old breakpoint
number).
Effect. The NCL process is suspended at this breakpoint.
Recovery. This message is informational only; no recovery action is necessary.
NNM1910 NCL
nclid
FILE
filename
NOT
type
LOADED
Cause. A DEBUG BREAKPOINT command was issued to set a breakpoint at a
statement in a file that was not loaded privately, or a DEBUG SOURCE command was
issued but a loaded copy of the file that was used by the debugged NCL process was
not found.
nclid
is the ID of the NCL process being debugged.
filename
is the name of the file that caused the error.
type
is PRIVATELY for the DEBUG BREAKPOINT command.
Effect. The debug operation is not performed.
Recovery. You can use the DEBUG LOAD command to load the file.