NET/MASTER Messages Manual

NNM1913
Messages
106159 Tandem Computers Incorporated 2–333
NNM1911 NCL
nclid
ROUTINE
name
NOT FOUND
Cause. A DEBUG BREAKPOINT command was issued but the function or procedure
that contained the statement at which the breakpoint was set was not found.
nclid
is the ID of the NCL process being debugged.
name
is the name of the function or procedure.
Effect. The breakpoint is not set.
Recovery. Specify the correct function or procedure name and retry the command.
NNM1912 NCL
nclid
STATEMENT
stmtspec
NOT FOUND
Cause. A DEBUG BREAKPOINT command was issued but the statement at which the
breakpoint was set was not found. The statement was not in the routine.
nclid
is the ID of the NCL process being debugged.
stmtspec
is the specification of the statement at which the breakpoint should
be set.
Effect. The breakpoint is not set.
Recovery. Specify the correct statement specification and retry the command.
NNM1913 NCL
nclid
INVALID EMPTY SEGMENT IN
stmtspec
Cause. A DEBUG BREAKPOINT command was issued but the statement specification
contained an empty segment between two periods: that is, a procedure or function
name was missing.
nclid
is the ID of the NCL process being debugged.
stmtspec
is the statement specification that is in error.
Effect. The breakpoint is not set.
Recovery. Fill in or remove the empty segment in the statement specification and retry
the command.