NET/MASTER Network Control Language (NCL) Reference Manual

VARTABLE QUERY
Verbs
3–214 106126 Tandem Computers Incorporated
GLOBAL
specifies that the named table is visible to all NCL processes executing in the
current NonStop NET/MASTER MS system.
PROCESS
specifies that the named table is visible to the current NCL process only. This
includes all NCL procedures in the current NCL process.
REGION
specifies that the named table is visible to all NCL processes executing in the
current region. This includes any EXEC, START, or INTCMD NCL processes
in this region and any NCL processes executing in the other opened OCS
window.
FIELDS=
fieldlist
specifies the information you want returned.
fieldlist
is a list of names in the
format:
name
(
name
)
(
name
,
name
… )
name
must be one of the values shown in the following table; the names are
mutually exclusive:
Value Description
.AGE or
AGE
The AGE operand specified by VARTABLE ALLOC is returned.
.DATA or
DATA
The DATA value specified by VARTABLE ALLOC is returned.
.DELOLD or
DELOLD
The DELOLD operand specified by VARTABLE ALLOC is returned.
.KEYLEN or
KEYLEN
The key length of the table is returned. If the table was allocated with
KEYFMT=NUM, the associated NCL variable is set to NUM.
.LIMIT or
LIMIT
The LIMIT value specified on VARTABLE ALLOC is returned.
.TOTAL or
TOTAL
The current number of entries in the table is returned.
.USERCORR
or
USERCORR
The USERCORR operand specified by VARTABLE ALLOC is returned.