SNAX/HLS Configuration and Control Manual

Command Dictionary
Using the HLSCOM Utility
6–30 104705 Tandem Computers Incorporated
LOG Command The LOG command directs a copy of the input commands and output generated by
HLSCOM 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
This command copies all input commands and output to the file
$TEXAS.COMLOG.COML0301.
@ LOG TO $TEXAS.COMLOG.COML0301
This command qualifies COML0424 with CMDVOL and begins logging to that file.
@ LOG TO COML0424
This command closes the current log file and stops logging.
@ LOG STOP