Extracts a copy of the specified object in a spool.
Syntax
spool_name.extract(name) object_name
where object_name is the object to be extracted from the spool, and object_name is the optional name of the new object.
Options
name | Optional name of the new object to be created. An untitled copy will be created if a name is not provided. |
Examples
spool01.extract(tab1_copy) tab1
creates a copy of table TAB1 and names the copy TAB1_COPY.
Cross-references
For additional discussion of spools see
“Spool Objects”.