Object Reference : Object View and Procedure Reference : Spool
  
 
show
Displays objects of specified type.
Syntax
spool_name.show(object_list)
where object_list is a list of object types that will be made visible in addition to what is already visible. Object_list may be one or more of the following values: “graphs,” “tables,” and “text.”
Examples
spool01.show(tables, text)
makes visible all the table and text objects in the spool object SPOOL01.
Cross-references
For additional discussion of spools see “Spool Objects”.