NET/MASTER Messages Manual
NNM0984
Messages
2–186 106159 Tandem Computers Incorporated
NNM0984 NCL ERROR
loginfo
Cause. An NCL procedure has failed.
loginfo
describes the failure of the procedure.
The following is an example:
NNM0984 NCL ERROR NMTHY HYNCLTST(1581) LOADFAIL_ERROR FLUSHED
NMTHY is the ID of the user that owns the NCL procedure that was executing,
HYNCLTST is the name of the NCL procedure that failed, 1581 is the NCL ID of the
procedure that was executing, LOADFAIL_ERROR is the error name, and FLUSHED
is the action that is performed on the procedure.
Effect. Depending on the error handling implemented in the NCL procedure, the
procedure may be resumed or flushed.
Recovery. Use Log Browse to refer to other messages in the activity log that provide
further information about the error. Correct the error and restart the NCL procedure.
NNM0985
command
EXECUTED BY
userid
Cause. An FSTOP or SHUTDOWN command was successful.
command
is the name of the command.
userid
is the ID of the user that executed the command.
Effect. The command is successful.
Recovery. This message is informational only; no recovery action is necessary.