NET/MASTER Messages Manual

NNM1052
Messages
2–210 106159 Tandem Computers Incorporated
NNM1052 NO NCL PROCEDURES PRELOADED OR AUTO-SHARED
Cause. A SHOW NCLSTAT or SHOW PRELOAD command was issued but no
preloaded or shared NCL procedures that matched the specified criteria could be
found.
Effect. No preloaded or shared procedures that match the specified criteria are found.
Recovery. This message is informational only; no recovery action is necessary.
NNM1053 NCL PROCEDURE
procname
DOES NOT EXIST IN LIBRARY
libname
Cause. A SYSPARMS CMDREPL, PRELOAD, or UNLOAD command could not find
the NCL procedure in the library subvolume.
procname
is the name of the procedure being accessed.
libname
is the name of the subvolume specified for the procedure or the first
subvolume in the NCL procedure search path if no subvolume was
specified.
Effect. The command is rejected.
Recovery. Check the location of the procedure and correct the procedure name or the
library name.
NNM1054 NCL GLOBAL VARIABLE TRACE ALREADY ACTIVE. NCLGBTRC=
tracevar
Cause. A SYSPARMS NCLGBTRC command was issued to start the tracing of the
NCL global variables but tracing was already active.
tracevar
is the variable reference that defines the variables to be traced.
Effect. The previous tracing remains active.
Recovery. You can use the SYSPARMS NCLGBTRC= command (with no value) to stop
the tracing and then restart it.