NET/MASTER Network Control Language (NCL) Reference Manual

VARTABLE PUT
Verbs
106126 Tandem Computers Incorporated 3–209
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.
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.
KEY=
keyname
specifies the name of the key to assign to this table entry. Any valid
expression can be used.
ADJUST=
n
causes the counter field of the new or updated entry to have the value of
n
added to it (
n
can be negative). If the table did not contain a matching key
entry, the old counter value is taken as 0 (zero).
COUNTER=
n
causes the counter field of the new entry to be set to the value of
n
.