NET/MASTER Messages Manual

NNM1097
Messages
106159 Tandem Computers Incorporated 2–225
NNM1095 FILE
file-name
IS NOT AN
object-type
OBJECT FILE
Cause. A SHOW NCLOBJECT or a SHOW PNLOBJECT command was issued, but the
specified object file either does not exist, or is not an NCL object file (file code 897) or a
panel object file (file code 898).
file-name
is the name used for the object file.
object-type
is NCL or PANEL.
Effect. No information about compiled NCL procedure files or panel files is displayed.
Recovery. Issue the command again, using the correct object file name.
NNM1096 FILE NAME
file-name
IS INVALID
Cause. A SHOW NCLOBJECT or SHOW PNLOBJECT command was issued, but the
specified object file name is not a valid Guardian file name.
file-name
is the name used for the object file.
Effect. No information about compiled NCL procedure files or panel files is displayed.
Recovery. Issue the command again, using a valid Guardian file name for the object
file.
NNM1097 SOURCE IS NOT AVAILABLE, CANNOT DEBUG
Cause. A debug session tried to debug an NCL procedure that does not come with a
source file.
Effect. The debug session for the NCL procedure is not started, and the procedure is
not executed.
Recovery. You cannot debug an NCL procedure without the source file. If you only
want to execute the procedure, use the DEBUG STOP command to stop debugging,
and start the procedure again.