NET/MASTER Messages Manual

NNM0989
Messages
106159 Tandem Computers Incorporated 2–187
NNM0987 VERB
verb
ONLY ALLOWED IN
procedure_type
Cause. An NCL verb was issued but the verb can only be used in the named type of
NCL procedure.
verb
is the name of the issued verb: for example, EMSREAD.
procedure_type
is the type of procedure that can use the verb: for example,
EMSPROC.
Effect. The verb is not executed.
Recovery. Correct the problem by one of the following:
Define the procedure that raised the error to the named type (for example, through
SYSPARMS commands).
Remove the verb from that procedure and, if necessary, use the verb in a
procedure of the correct type and start that procedure.
NNM0988 OPERATION NOT ALLOWED BEFORE INIT COMPLETED
Cause. An operation was attempted but the operation is not valid before the
completion of the NCL procedure INIT.
Effect. The operation is not performed.
Recovery. Retry the operation after the completion of the INIT procedure. If the
operation is the result of a command issued from within the INIT procedure, move the
command to the READY procedure.
NNM0989 TIMER COMMAND
timer_number
PURGED, EXECUTION LIMIT REACHED
Cause. A timer command was purged. The command was executed the number of
times specified by the LIMIT operand.
timer_number
is the system-assigned timer ID.
Effect. The timer command is purged.
Recovery. This message is informational only; no recovery action is necessary.