CL Command Reference - PRTTNSRPT

CL Command List > PRTTNSRPT Reference

Description:

The Print Transaction Report (PRTTNSRPT) command creates and prints performance reports that show detailed information about the transactions that occurred during the time that the performance data was collected. These reports require that trace data be collected by using the Start Performance Trace (STRPFRTRC) command. Jobs may be selectively included or excluded from the reports, based on a variety of job details and interval times.


Examples:

Example 1: Printing a Summary Transaction Report

PRTTNSRPT MBR(TUESAM)

This command produces a summary transaction report. The data input to the report is all the data that exists in member TUESAM in library QPFRDATA. The request is sent to batch. The report output is directed to the output queue specified in the job description, QPFRJOBD.



Example 2: Printing a Transaction Detail Report

PRTTNSRPT MBR(TUESAM) RPTTYPE(*TNSACT) SLTJOB(WS01)

This command produces a transaction detail report for the selected job, WS01. The request is sent to batch. The report output is directed to the output queue specified in the job description, QPFRJOBD.