NET/MASTER Messages Manual

NNM0999
Messages
2–190 106159 Tandem Computers Incorporated
NNM0999 *END*
summarytext
Cause. The message indicates the end of a list of messages.
summarytext
is any attached summary about the list.
Effect. The listing has ended.
Recovery. This message is informational only; no recovery action is necessary.
NNM1000 NCLID
nclid
INSUFFICIENT MEMORY
Cause. There was insufficient memory to continue executing an NCL procedure.
nclid
is the ID of the NCL process that was in progress.
Effect. The procedure is terminated.
Recovery. Check that the NCL procedure is not in a loop (for example, infinite
recursion). Otherwise run the procedure again later when the system is less loaded.
NNM1001 NCL PROCEDURE
procname
DOES NOT EXIST IN LIBRARY
libname
.
Cause. An attempt to start an NCL procedure was made but the source file for the
specified NCL procedure did not exist in either the specified library or the system
default libraries.
procname
is the name of the procedure file.
libname
is the name of the library specified for the procedure.
Effect. The procedure is not started.
Recovery. Check the name of the NCL procedure, and ensure that NCL can locate the
source file. You can use the SHOW SYSPARMS command to view the system default
libraries through the NCLCUSTSRC and NCLDISTSRC system parameters.