CL Command Reference - PRTTRCRPT
CL Command List > PRTTRCRPT Reference
Description:
The Print Job Trace Report (PRTTRCRPT) command generates a report showing resources utilized, exceptions, and state transitions for batch jobs traced through time.
The report is based on the trace data collected by the Start Performance Trace (STRPFRTRC) command. This report runs against the specified member that was created when the Print Transaction Report (PRTTNSRPT) command was run with the *FILE option. The member resides in the QTRJOBT file of the QPFRDATA library.
Examples:
Example 1: Printing a Job Trace Summary Report
PRTTRCRPT MBR(JUNE01)
This command submits a batch job that generates a Job Trace Summary report using the performance data found in the member JUNE01 of file QTRJOBT located in the default library QPFRDATA. The report covers the entire collection period, and the title of the report is set to the name of the database file member.
Example 2: Specifying a Report Time Period
PRTTRCRPT MBR(NOV15) PERIOD((¡¯0800:00¡¯ ¡¯11/15/99¡¯)
(¡¯2359:59¡¯ ¡¯11/15/99¡¯))
TITLE(¡¯Job Trace Reports for November 15¡¯)
This command submits a batch job that generates a Job Trace Summary report. The performance data comes from member NOV15 of file QTRJOBT of the default library QPFRDATA. The report covers the time period 8:00 in the morning to midnight of one day.
Note: The format for the date and time is determined by the system values QDATFMT and, because separators are used in this example, QDATSEP.