NET/MASTER Messages Manual
NNM1057
Messages
2–212 106159 Tandem Computers Incorporated
NNM1057 UNLOAD OF
procname
ACCEPTED [,
number_of_users active
]
Cause. A SYSPARMS UNLOAD command was issued and accepted.
procname
is the name of the NCL procedure to be unloaded.
If the procedure was in use, extra information appears as follows:
number_of_users
is the number of users using the procedure.
active
is ACTIVE USERS.
Effect. The procedure is unloaded when the last active user terminates.
Recovery. You can use the SHOW NCLSTAT or SHOW PRELOAD command to
determine the status of the procedures.
NNM1058 PROCEDURE
procname
IS ALREADY PRELOADED
Cause. An attempt to preload the NCL procedure failed. The procedure was already
preloaded or was being shared by a number of users.
procname
is the name of the procedure being preloaded.
Effect. The procedure remains preloaded.
Recovery. You can use the SHOW NCLSTAT=procname or SHOW PRELOAD=procname
command to determine the status of the procedure.
NNM1059 PROCEDURE
procname
COULD NOT BE PRELOADED. ERROR=
error-number
Cause. A SYSPARMS PRELOAD command was issued, but the loader cannot load the
specified NCL procedure.
procname
is the name of the procedure.
error-number
is a Guardian file-system error number or an internal error
number. (Note that a dash (-) sign precedes any internal error
number.)
Effect. The procedure is not preloaded.
Recovery. If the error number indicates a file-system error, use the error number to
determine the appropriate action to take.
If the error is not a file-system error, contact the Tandem support representative.