PCA Command Specifies that user input and PCA output be recorded in a log file. Format SET LOG [file-spec]
1 – Parameters
file-spec Specifies the log file to create. All subsequent PCA input and output is recorded in this file until logging is disabled. File- spec is any valid OpenVMS file specification. The default file type is LOG. An omitted file-spec defaults to PCAC.LOG when you are in the Collector, or PCAA.LOG when you are in the Analyzer.
2 – Description
The SET LOG command records all PCA input and output in the specified log file. Input is recorded as entered. Output is recorded with a leading exclamation point (!). Since the exclamation point is the PCA comment character, you can rerun the logged PCA session by using the log file as a command procedure.
3 – Examples
PCAC> SET LOG [PING]PONG This command establishes the file [PING]PONG.LOG as the Collector log file. All subsequent commands and their output are recorded in this file.