Purpose
Directs ADRCI output to a file.
Syntax and Description
SPOOL
filename
[[APPEND] | [OFF]]
filename
is the file name where the output is to be directed. If a full path name is not given, the file is created in the current ADRCI working directory. If no file extension is given, the default extension .ado
is used. APPEND
causes the output to be appended to the end of the file. Otherwise, the file is overwritten. Use OFF
to turn off spooling.
This command does not require an ADR home to be set before you can use it.
Example
spool myfile
spool myfile.ado append
spool off
spool