ENABLE Reference Manual
ENABLE COMMANDS
DELETE Command
associated with an application entry, ENABLE issues an error
message.
Deleting All Objects. If ENABLE issues a warning message
stating:
Very low on extended memory; please DELETE unwanted objects
you might want to delete some objects and then generate the
remaining applications. After you have generated these
applications, you can delete all the objects in the object table
by entering:
DELETE APPL *
DELETE BOX *
When you issue these commands, ENABLE reclaims all space used
in the object table for the deleted applications and boxes.
Example
The following series of commands deletes an application and its
associated boxes:
DELETE APPL parts-info <--- deletes an application named
"parts-info"
DELETE BOX parts <--------- deletes a box named "parts"
DELETE BOX supplier <------ deletes a box named
"supplier"
3-14