Collector Command Establishes the name of the current collection run. Format SET RUN_NAME run-name
1 – Parameters
run-name Specifies the name of the current collection run. If the run-name parameter begins with a digit or contains any characters other than letters, digits, underscores, or dollar signs, enclose it in quotation marks.
2 – Description
The SET RUN_NAME command establishes a name for the current collection run. When you enter the GO command, this name is recorded in the performance data file. If you do not enter a SET RUN_NAME command, the null run-name (the name with zero characters) is recorded. You can use the collection run name to filter performance or coverage data in the Analyzer.
3 – Examples
PCAC> SET RUN_NAME PC_SAMPLE_RUN This command specifies that the collection run name is PC_ SAMPLE_RUN. This run name is recorded in the performance data file when you enter the GO command.