&VARTABLE provides the following table manipulation facilities:
Add an entry to a vartable.
Allocate a new vartable.
Delete an entry from a vartable.
Free (unallocate) an existing vartable.
Get (retrieve) an entry from a vartable.
Add or update (if there) an entry in a vartable.
Query the existence of a vartable, and optionally return attribute information.
Delete all entries in an existing vartable, but preserve the definition of the table (like doing FREE/ALLOC).
Update an existing entry in a vartable.
The functions ALLOC, FREE, RESET, QUERY provide table-level manipulation. ADD, PUT, UPDATE, DELETE, GET are used to manipulate entries in a table.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |