Start of change

Run Statistics HDB Summary report

Select the required statistics HDB, and then select Request batch Summary report from the pop-up menu. The run-time prompt panel is displayed. This is an example of a request for a Statistics HDB Summary report.
Figure 1. Run Statistics HDB Summary report
       File  Options  Help                                                    
   ──────────────────────────────────────────────────────────────────────────
                 Run Statistics HDB Summary Report - STATHDB1                
   Command ===>                                                             
                                                                             
   Specify run options then press Enter to continue submit.                 
                                                                             
    Form  . . . . . . STSUM3    +           ───── Report Interval ──────    
                                                 YYYY/MM/DD  HH:MM:SS.TH    *
   Reporting Options:                       From                            
    Interval  . . 03:00                     To                              
                                                                             
   Selection Criteria:                                                      
    Alert  . . SAD2      +                                                  
    Type . . . \  EOD  \  INT  \  USS  \  RRT                               
                                                                             
   Enter "/" to select option              Execution Option:                
   /  Edit JCL before submit                   Use External Sort            
                                                                             
   HDB contains data from 2015/01/12 00:10 to 2015/03/25 16:20.             
                                                                             

This panel is displayed before CICS PA generates the JCL to run the report and shows the time period spanned by the data in the HDB.

The Statistics HDB and Statistics Alert definitions that you use for this report must be stored in the same repository. (An HDB reporting job can specify only one repository.)

Most of the options are similar to the equivalent panel for requesting a Statistics Summary report in a report set, against SMF files. For details, see Statistics Summary reports.

The other option is:

Edit JCL before submit
Select with a / to edit the JCL before submit. CICS PA will generate the JCL and display it in an ISPF Edit session. You can review or modify the JCL using the usual ISPF Edit commands and actions, or you can use the CREATE command to save the JCL in an external data set.

Then to submit the job, enter SUBmit in the Edit command line.

If this option is not selected, the generated JCL is not displayed and the job is submitted immediately.

When you have specified your report options, press Enter to submit the report. You are prompted to Press ENTER to proceed with request. This provides a last opportunity to review and change your report request.

End of change