NET/MASTER Network Control Language (NCL) Reference Manual

VARTABLE DELETE
Verbs
3–196 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.
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 of the table entry you wish to delete. Any valid
expression can be used. If the table was allocated with KEYFMT=CHAR from
VARTABLE ALLOC, the supplied key value is padded with blanks if it is
shorter than the declared key length of this table. If it is longer, a return code
of 12 is set in &SYS.FDBK.
FIELDS=
fieldlist
specifies the information you want to validate.
fieldlist
is a list of names in
the format:
name
(
name
)
(
name
,
name
… )