NET/MASTER Messages Manual
NNM1079
Messages
106159 Tandem Computers Incorporated 2–219
Effect. The headings are displayed.
Recovery. This message is informational only; no recovery action is necessary.
NNM1079
name
sc_id
logitermname
userid
keyl
limit entries
nf
age
u d
Cause. A SHOW VARTABLES command was issued, and the message is part of the
response. The line contains information about a vartable.
name
is the name of the vartable being displayed.
sc_id
indicates the scope of the vartable:
GLOBAL indicates that the vartable is globally applicable.
REGION indicates that the vartable is applicable to a region.
ENV indicates that the vartable is applicable to an
environment.
CACHED indicates that the vartable is a cached copy of a
global vartable.
G90PRC indicates that the vartable is applicable to a
Guardian process.
nclid
indicates that the vartable is applicable to the NCL
process.
logitermname
is the logical name of the terminal using the vartable (applicable
if the scope is REGION).
userid
is the ID of the user using the vartable (applicable if the scope is
REGION).
keyl
is the number of characters in the vartable key or NUM for a
numeric key.
limit
is the number of entries allowed in the vartable (0 means
unlimited).
entries
is the number of entries in the vartable.
nf
is the number of fields allowed in a vartable entry.
age
is the aging method:
ALL indicates that any entry can be newest.
GET indicates that an entry through GET is newest.
NEW or NO indicates that an entry through ADD or PUT is
newest.
UPD indicates that an entry through PUT or UPDATE is
newest.