NET/MASTER Network Control Language (NCL) Reference Manual

VARTABLE DELETE
Verbs
3–198 106126 Tandem Computers Incorporated
For more information on VARTABLE verbs, refer to the NonStop NET/MASTER
NCL Programmer's Guide.
Example
The following example deletes the entry with key value KEY001 in the private
(SCOPE=PROCESS) VARTABLE called MYTABLE. If there is no entry with that key,
the &SYS.FDBK system variable is set to 4; it is set to 0 (zero) if the delete was
successful:
&K = KEY001
VARTABLE DELETE ID=MYTABLE KEY=&K