Object Reference : Object View and Procedure Reference : Spool
  
 
remove
Remove objects from a spool.
Syntax
spool_name.remove object_list
where object_list is a list of objects to be removed from the spool.
Examples
spool01.remove tab1 state/city
removes table object TAB1 from SPOOL01. Also removes the CITY object from the STATE spool, which is a child of SPOOL01. Note that a path is required for child objects. For instance, if TAB1 is a child of another object such as STATE, nothing will be removed.
Cross-references
For additional discussion of spools see “Spool Objects”.
See also Spool::append and Spool::insert.