CL Command Reference - PRTPOLRPT
CL Command List > PRTPOLRPT Reference
Description:
The Print Pool Report (PRTPOLRPT) command produces a pool-oriented report from the performance data collected by Collection Services from the Operations Navigator interface. The report is written to the printer file QPPTITVP. The two sections that comprise the report are subsystem activity and workload activity of storage pools. The information is presented according to interval order. Jobs may be selectively included in the report or excluded from the report, based on a variety of job details and interval times.
Examples:
Example 1: Printing a Report
PRTPOLRPT MBR(DTA071588A)
This command submits a batch job to print a report on all jobs in all intervals in the member DTA071588A of the performance data files in library QPFRDATA. The report title is taken from the text of that member.
Example 2: Selecting Intervals to Include in Report
PRTPOLRPT MBR(DTA071588A) PERIOD(*SELECT)
This command submits a job to print a report from the same data, but first shows a display from which the user interactively selects the intervals to include.
Example 3: Specifying Data Collection Time Period
PRTPOLRPT MBR(DTA071588A) PERIOD((2330)(0130))
This command submits a job to print a report on the data collected from 11:30 PM on the first day of collection through 1:30 AM on the last day of collection. However, if data collection started and ended on the same day, an error message is printed, because the specified ending date and time is before the specified starting date and time.
Example 4: Specifying a User ID
PRTPOLRPT MBR(DTA071588A) SLTUSRID(D46*) JOBD(*NONE)
This command interactively prints a report for all jobs with a user ID starting with D46.
Example 5: Specifying a User ID
PRTPOLRPT MBR(DTA071588A) SLTJOB(D46*/*N) JOBD(*NONE)
This command performs the same function as the previous example.