CROSSREF Manual
CROSSREF COMMANDS
OUT Command
OUT COMMAND
The OUT command directs the output listing to a specified file.
The syntax of the OUT command is:
{ OUT
file-name
}
{
command
/ OUT
file-name
/
param-name
}
file-name
is a standard GUARDIAN file name.
command
is a CROSSREF command.
param-name
specifies one or more parameters for
command
.
Considerations
• The first form of the OUT command redirects all CROSSREF
output to
file-name
for the duration of the current CROSSREF
session.
• The second form of the OUT command temporarily redirects
the CROSSREF output to
file-name
. You use this form of
the command within another command, for example SHOW /OUT
listfile/ CLASS.
• If
file-name
is a disk file and the file does not exist,
CROSSREF creates an EDIT file. If the named file is
an existing disk file, CROSSREF appends the output to the
existing EDIT file.
• If
file-name
is invalid or if CROSSREF cannot open the file,
CROSSREF displays an error message and does not redirect the
listing.
4-20