NET/MASTER Messages Manual
NNM1050
Messages
2–208 106159 Tandem Computers Incorporated
NNM1050 NAME STATUS USERS REFCNT STMTS NCLBUF LIBRARY AGEUSE
Cause. A SHOW NCLSTAT or SHOW PRELOAD command was issued, and the
message is part of the response. The line contains the headings of the display. Other
messages provide the actual information.
NAME is the heading for the name of an NCL procedure.
STATUS is the heading for the status of the NCL procedure. The status is one of
the following:
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.
USERS is the heading for the number of users using the NCL procedure.
REFCNT is the heading for the number of requests for a preloaded or shared
NCL procedure.
STMTS is the heading for the number of statements (excluding comments) in
the NCL procedure.
NCLBUF is the heading for the number of NCL buffers used to hold the loaded
NCL procedure.
LIBRARY is the heading for 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 is the heading for the number that indicates the likely use of the NCL
procedure.
Effect. The headings are displayed.
Recovery. This message is informational only; no recovery action is necessary.