DELETEOBJECT Subcommand (OUTPUT MODIFY Command)
The DELETEOBJECT subcommand deletes all objects that meet the selection criteria.
- DELETE=NO
- The objects that meet the selection criteria are not deleted. This option is the default.
- DELETE=YES
- The objects that meet the selection criteria are deleted.
Example
OUTPUT MODIFY
/SELECT ALL EXCEPT (TABLES)
/DELETEOBJECT DELETE = YES.
In this example, all output objects except pivot tables are deleted from the Viewer.