NET/MASTER Network Control Language (NCL) Reference Manual

DROP
Verbs
106126 Tandem Computers Incorporated 3–49
Consideration
See also the ASSIGN verb in this section for a more detailed description of the format
of the
variable
* operand, and in particular the GENERIC operand. The ASSIGN
verb also contains a description of how you can alter the attributes of certain variables.
Examples
The following example drops the variable &A:
DROP VARS=&A
The following example drops the variables &1 through &10:
DROP ARGS RANGE=(1,10)
The following example drops all variables beginning with &B:
DROP VARS=&B* GENERIC
The following example drops an element in an MDO:
DROP VARS=&$EMS.SPI.ZEMS_TKN_TEXT