NET/MASTER Messages Manual
NNM1062
Messages
106159 Tandem Computers Incorporated 2–213
NNM1060 PROCEDURE
procname
NCLID
nclid
PAUSED
Cause. A PAUSE verb was issued, and the execution of the NCL procedure was
suspended.
procname
is the name of the procedure suspended.
nclid
is the ID of the NCL process.
Effect. Processing for the procedure is suspended.
Recovery. You can enter GO, FLUSH, or END as required to resume or cancel the
processing of the procedure.
NNM1061
procname
NOW
preloaded|cmdrepled
Cause. A SYSPARMS PRELOAD or SYSPARMS CMDREPL command was issued and
was successful. The specified NCL procedure is now available for use system wide.
procname
is the name specified for the command.
preloaded|cmdrepled
is PRELOADED or CMDREPLED.
Effect. In the case of a SYSPARMS PRELOAD command, the preloaded procedure is
executed whenever it is requested by a user. In the case of a SYSPARMS CMDREPL
command, the procedure replacing the command is executed whenever the command
is issued.
Recovery. This message is informational only; no recovery action is necessary.
NNM1062 GLOBAL VARIABLE NAME PREFIX CONTAINS INVALID CHARACTERS
Cause. A SHOW NCLGLBL= command was issued but a global variable reference that
contained invalid characters was specified.
Effect. No variable is displayed.
Recovery. Use the SHOW NCLGLBL command to list the variable names. Use a
correct variable reference and retry the SHOW NCLGLBL= command.