Trial Utility reports
The Trial utility can generate various reports.
The REPORTS keyword controls whether the Trial utility generates a report. If you omit the REPORTS keyword from the TRIAL statement, the default is to print all reports except the Non-VSAM DASD Data Set CPU report and the VSAM DASD Data Set CPU report.
The Trial utility directs each report to a DD statement, as shown in the table below. If you do not include these DD statements in the Trial utility JCL, DATA ACCELERATOR Compression allocates them dynamically. To set specific parameters for the report data set, you can allocate any or all of them explicitly.
Reports DD Statements
DD Statement | Report Name |
---|---|
TRLRPT01 | VSAM DASD Data Set Allocation report VSAM DASD Data Set CPU report |
TRLRPT02 | VSAM Data Set Summary report |
TRLRPT03 | VSAM Non-Compressible Data Sets report |
TRLRPT04 | reserved |
TRLRPT05 | Non-VSAM DASD Data Set Allocation report Non-VSAM DASD Data Set CPU report |
TRLRPT06 | Non-VSAM Data Set Summary report |
TRLRPT07 | Non-VSAM Non-Compressible Data Sets report |
TRLRPT08 | Non-VSAM TAPE Data Set Allocation report |
If you allow DATA ACCELERATOR Compression to allocate the DD statements dynamically, you can change the output class (if necessary) by using the SYSOUTCLASS keyword. If you omit the SYSOUTCLASS keyword from the DACUBUP0 command, the default is to use the MSGCLASS value from the JOB statement.
This section provides more information about the following topics:
Related topic