NET/MASTER Messages Manual
NNM1056
Messages
106159 Tandem Computers Incorporated 2–211
NNM1055 GLOBAL TRACE
UPD/DEL
:
global_variable_name
UID:
userid
ID:
nclid
PROC:
procname
LINE:
statement
DATA:
value
Cause. Tracing of a set of NCL global variables was enabled, and an NCL procedure
updated or deleted a specified NCL global variable.
UPD/DEL
indicates whether the variable was updated (UPD) or
deleted (DEL).
global_variable_name
is the name of the variable.
userid
is the ID of the user that started the procedure.
nclid
is the ID of the NCL process.
procname
is the name of the procedure.
statement
is the statement where the operation occurred.
value
is the new value of the variable.
Effect. The variable is updated or deleted.
Recovery. You can use the information to verify that the operation is correct. When
tracing is no longer required, use the SYSPARMS NCLGBTRC= command (with no
value) to terminate the tracing.
NNM1056 PROCEDURE
procname
NOT PRELOADED
Cause. A SYSPARMS UNLOAD= command was issued to unload an NCL procedure
that was not preloaded.
procname
is the name of the procedure to be unloaded.
Effect. No procedure is unloaded.
Recovery. Use the SHOW NCLSTAT or SHOW PRELOAD command to determine the
names of preloaded procedures.