SCF Reference Manual for G-Series RVUs (G06.27+)

SCF Commands
SCF Reference Manual for G-Series RVUs520413-005
5-88
OUT Command
OUT Command
The OUT command directs the display output to a specified file (the out file), while
continuing to send display output to the location set at SCF startup time.
file-spec
is the file to which the output listing is to be written. If file-spec has the form of
a file name and the file does not exist, an EDIT file is created. If the named file is
an existing file, the output is appended to the file. If file-spec is omitted, the
output destination is restored to the setting it had at SCF startup time.
!
causes the specified file to be purged and a new file of the same name to be
created. If this option is not specified, SCF appends the output to the end of the
existing file.
Consideration
The out file cannot have the same name as the log file (see LOG Command on
page 5-79).
Examples
The following command sequence demonstrates sending the output of the INFO
command to a file:
-> OUT $OPS.TEMP.INFO
-> INFO $L1.*
-> OUT
The same result is achieved by the following command:
-> INFO /OUT $OPS.TEMP.INFO/ $L1.*
OUT [ file-spec [ ! ] ]