Maintaining ACC File

Periodically, you must delete ACC file items that grow too large. Frequent use causes usage statistics to accumulate rapidly. You can delete one or more items as follows:

Example 1

To delete the item BILLING#2:

:DELETE ACC BILLING#2
'BILLING#2' deleted.

Example 2

To delete all the items in the ACC file that record the usage for PROJECT1:

:SELECT ACC = '[*PROJECT1#]'
17 ITEMS SELECTED.
>DELETE ACC

The system will list the item-ids of all items that it deletes.

Example 3

To delete all the items in the ACC file:

:CLEAR-FILE ACC