NET/MASTER Network Control Language (NCL) Reference Manual
VARTABLE RESET
Verbs
3–218 106126 Tandem Computers Incorporated
See also VARTABLE DELETE and VARTABLE FREE. VARTABLE DELETE
deletes a single entry from an existing vartable. VARTABLE FREE deletes an
entire vartable and all associated storage.
For more information on cached vartables, see VARTABLE GET, earlier in this
section.
For more information on VARTABLE verbs, refer to the NonStop NET/MASTER
NCL Programmer's Guide.
Examples
The following example resets the private table called MYTABLE:
VARTABLE RESET ID=MYTABLE
The following example resets a global table called GTABLE that is global in scope.
Only the oldest 50 entries are deleted:
VARTABLE RESET ID=GTABLE SCOPE=GLOBAL OLDEST=50