NET/MASTER Messages Manual

NNM1051
Messages
106159 Tandem Computers Incorporated 2–209
NNM1051
procname
loadstatus
number_of_users reference_counter
statements
nclbuffer
libname ageuse
Cause. A SHOW NCLSTAT or SHOW PRELOAD command was issued, and the
message is part of the response. The line contains information about a preloaded NCL
procedure.
procname
is the name of an NCL procedure.
loadstatus
is the status of the NCL procedure:
AUTOSHR indicates a shared NCL procedure.
CMDREPL indicates a command replacement NCL
procedure.
LOADING indicates that the NCL procedure is being
loaded.
PRELOAD indicates a preloaded NCL procedure.
P-UNLOAD indicates that the NCL procedure is
pending, waiting to be unloaded. There are
users of this NCL procedure. The unload
completes when there are no further users.
RETAINED indicates that the NCL procedure is retained
in memory.
number_of_users
is the number of users using the NCL procedure.
reference_counter
is the number of requests for the preloaded or shared
NCL procedure.
statements
is the number of statements (excluding comments) in the
NCL procedure.
nclbuffer
is the number of NCL buffers used to hold the loaded
NCL procedure.
libname
is the name of the first library subvolume in the NCL
procedure search path. (The first subvolume in the NCL
procedure search path may not necessarily contain the
NCL procedure.)
ageuse
indicates the likely use of the procedure. A high number
indicates a frequently used NCL procedure.
Effect. The information about the preloaded procedure is retrieved and displayed.
Recovery. This message is informational only; no recovery action is necessary.