The VARTABLE RESET command deletes all, or a group of oldest or newest entries from an existing memory-resident vartable. The command lets you delete multiple entries from an existing vartable while preserving its definition.
This command has the following format:
VARTABLE RESET ID=tablename [SCOPE=scope]
[OLDEST=n | NEWEST=n]
Specifies the name of the table.
Characters: A through Z, a through z, 0 through 9, #, $, and @
Limits: 1 through 12 characters
Specifies the scope of the vartable.
Default: PROCESS
Specifies the number of oldest or newest entries to delete.
Default: Delete all entries.
Example: VARTABLE RESET
'VARTABLE RESET ID=rxtest SCOPE=REGION'
The codes returned are the same as the &ZFDBK values as documented for the NCL &VARTABLE verb.
The return codes are as follows:
Indicates that the request was satisfied.
Indicates that no table of this name exists in this scope.
| Copyright © 2009 CA. All rights reserved. |
|