CL Command Reference - PRTLCKRPT

CL Command List > PRTLCKRPT Reference

Description:

The Print Lock Report (PRTLCKRPT) command produces a report that shows lock and seize conflicts that occur during system operation. The report is produced from the resource management trace data collected by the Start Performance Trace (STRPFRTRC) command and formatted by the Print Transaction Report (PRTTNSRPT) command. This information can be used to determine if jobs are delayed during processing because of unsatisfied lock requests or internal machine seizes (these conditions are also known as waits).


Examples:

Example 1: Producing a Summary Report

PRTLCKRPT MBR(RESTRC)

This command produces a summary report from the performance data saved in member RESTRC of QPFRDATA/QAPMDMPT from a prior run of the Start Performance Trace (STRPFRTRC) and Print Transaction Report (PRTTNSRPT) commands.



Example 2: Including a Detail Listing Sorted By Time

PRTLCKRPT MBR(RESTRC) RPTTYPE(*TOD)

This command produces the same report as the previous example, except that it includes a detail listing sorted by the time in which the lock/seize conflicts occurred.