NET/MASTER Messages Manual

NNM1005
Messages
2–192 106159 Tandem Computers Incorporated
NNM1005
type
procname
PROCESSING COMPLETE. NCLID
nclid
Cause. The processing of an NCL procedure that was started through an EXEC or
START command was completed.
type
is the command that started the procedure: EXEC or START.
procname
is the name of the procedure completed.
nclid
is the ID of the NCL process.
Effect. The procedure is terminated normally.
Recovery. This message is informational only; no recovery action is necessary.
NNM1006
procname
IN LIBRARY
libname
CONTAINS FATAL COMPILATION ERRORS.
Cause. An NCL procedure was started but fatal errors occurred during the
compilation phase of the procedure. Previous messages contain detailed information
about the error(s) found.
Effect. The procedure is not executed.
Recovery. Use the other messages to determine the errors. Correct the NCL procedure
and restart it.
NNM1008
errtype
FILE
filename
LINE
lineno
:
errtext
Cause. An EXEC, START, or NCLCHECK command was issued for an NCL procedure
and a compilation was performed before execution. A compilation error occurred.
errtype
indicates the severity of the error: ERROR, FATAL ERROR, or
WARNING. You cannot execute a file on ERROR or FATAL ERROR,
but you can execute a file on WARNING.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
errtext
describes the error.
Effect. If the command is NCLCHECK, the check is completed; if the command is
EXEC or START, the procedure is terminated.
Recovery. Use the information in the message to determine the appropriate action to
take. Correct the cause of the error and retry the command.