NET/MASTER Network Control Language (NCL) Reference Manual

VARTABLE GET
Verbs
3–202 106126 Tandem Computers Incorporated
G90PRC
specifies that the visibility of the named table is restricted to NCL processes
executing in the same Guardian process. This option is useful to improve
performance when some sharing is necessary but full global scope is not
required.
Note For further information about NCL processes executing in Guardian processes, see the NonStop
NET/MASTER MS System Management Guide.
ENV
specifies that the named table is visible to all NCL processes executing in the
current environment.
GLOBAL
specifies that the named table is visible to all NCL processes executing in the
current NonStop NET/MASTER MS system. If this operand is used, any
cached copies of the vartable present in any operating system processes are
deleted.
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.
AGE
specifies whether the retrieved entry is to be made the newest in the table. The
default is dependent on the value for AGE specified in the VARTABLE ALLOC
statement for this table. If the table was allocated with AGE=GET, using
AGE=NO on a VARTABLE GET allows maintenance operations to be performed
without aging entries.
NO
specifies that the entry is not made the newest in the table.
YES
specifies that the entry is made the newest in the table.