15.1 @@CLR_LST Command
The @@CLR_LST command is used to create/clear a specified list.
Required
@@CLR_LST ------ NUMBER ---- number --------------------------|
index
Parameters
| NUMBER |
|---|
Specifies the list number to be created and/or cleared. This number may be a 1 or 2 character numeric or a 2 character index name. If it is an index name, then the current index value will be substituted in this command. Refer to the @@SET_IDX, @@INC_IDX, @@DEC_IDX, @@CMP_IDX commands for setting and using indexes.
Examples
The following examples apply to the @@CLR_LST command.
Example 1: Clear list number 1:
@@CLR_LST NUMBER(1)
Example 2: Clear list indexed by index name "CF":
@@CLR_LST NUMBER(CF)