NET/MASTER Messages Manual

NNM1092
Messages
106159 Tandem Computers Incorporated 2–223
NNM1090 NCL
nclid
ALREADY TERMINATED
Cause. A DEBUG command was issued but the specified NCL process was already
terminated. You may have specified the wrong NCL ID.
nclid
is the specified ID of the NCL process.
Effect. The debug operation is not performed.
Recovery. Use the SHOW NCL command to obtain the ID of the NCL process that you
want to debug and retry the command for that NCL ID.
NNM1091 DEFAULT NCLID SET TO
nclid
Cause. A DEBUG SET command was issued, and the default NCL ID was set.
nclid
is the ID of default NCL process.
Effect. The default NCL process is set.
Recovery. This message is informational only; no recovery action is necessary.
NNM1092 PROCEDURE
file-name
:
error-count
ERRORS
warning-count
WARNINGS
Cause. An NCLCOMP command was issued to compile one or more NCL procedure
files, and the message is part of the response.
file-name
is the name of the NCL procedure file.
error-count
is the number of errors encountered.
warning-count
is the number of warnings encountered.
Effect. If
error-count
is zero, the NCL procedure file is compiled into the specified
object file. If
error-count
is not zero, the NCL procedure file is not compiled.
Recovery. If
error-count
or
warning-count
is not zero, refer to the other messages
that appeared during the compilation to determine the problem. Correct and
recompile your NCL procedure file.