SNAX/HLS Configuration and Control Manual
Command Dictionary
Using the HLSRDT Utility
104705 Tandem Computers Incorporated 4-17
LOG Command The LOG command directs a copy of the input commands and output generated by
HLSRDT to a file.
LOG
directive
directive
is one of the following:
TO
file-name
specifies the name of the file to receive the copy of the commands and output.
This form of the command initiates the logging function.
STOP
closes the log file and stops all logging.
Considerations
If the file specified in
file-name
has the form of a disk file and the file does not
exist, an EDIT file is created. If the named file is an existing disk file, the output is
appended to the file.
If the LOG command is given when logging is in progress, the previous log file is
closed and logging begins on the new file.
Examples
The following command copies all input commands and output to the file
$TEXAS.MYVOL.RDTLOG.
@LOG TO $TEXAS.MYVOL.RDTLOG
@
The following command qualifies RDTLOG1 with CMDVOL and begins logging to
that file.
@LOG TO RDTLOG1
@
The following command closes the current log file and stops logging.
@LOG STOP
@