Object Reference : Object View and Procedure Reference : Spool
  
 
flatten
Removes tree hierarchy from the spool or specified embedded spool.
Syntax
spool_name.flatten [object_list]
where object_list is an optional list of one or more embedded spools to be flattened. If an object_list is not provided, the entire spool will be flattened.
Examples
spool01.flatten
flattens the entire spool SPOOL01.
spool01.flatten myspool1
flattens only the embedded spool MYSPOOL1.
Cross-references
For additional discussion of spools see “Spool Objects”.