1 /BRIEF
Displays abbreviated logged information.
2 /FULL
Displays logged information, error status messages and sequence numbers.
3 /NORMAL
/NORMAL (Default) Displays basic logged information.
4 /STATISTICS
/STATISTICS[=BY_STATUS] Displays statistics on system services usage; accepts BY_ STATUS keyword. Outputs a summary of the services logged with a breakdown by access mode. Output is ordered with the most frequently requested services first. If BY_STATUS is included, the summary is further separated by completion status. Output is displayed up to 132 columns wide.
5 /OUTPUT
/OUTPUT=filename Identifies the output file for storing the results of the log analysis. An asterisk (*) and percent sign (%) are not allowed as wildcards in the file specification. There is no default file type or filename. If you omit the qualifier, results are output to the current SYS$OUTPUT device.
6 /SELECT
/SELECT=([option[,...]]) Selects entries based on your choice of options. You must specify at least one of the following: Keyword Meaning ACCESS_MODE=mode Selects data by access mode. IMAGE=image-name Selects data by image name. STATUS[=n] Selects data by status. n is optional. /SELECT=STATUS displays all entries that have an error status. SYSSER=service-name Selects data by service name.
7 /WIDE
Provides for a display of logged information up to 132 columns wide.