SNAX/HLS Diagnosis and Support Manual

Command Dictionary
Using SNAX/HLS Trace Analysis Program
104706 Tandem Computers Incorporated 2–21
LOG Command The LOG command directs a copy of the input commands and output generated by
HLSTAP 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.TAPLOG.TRCE0301:
@LOG TO $TEXAS.TAPLOG.TRCE0301
This command qualifies TRCE0424 by using the current system, volume, and
subvolume command defaults and begins logging to that file:
@LOG TO TRCE0424
This command closes the current log file and stops logging:
@LOG STOP