Start of change

Report command

You can request Statistics Summary reports from a report set in the CICS PA dialog. Select the Summary report in the Statistics Reports category.

In batch, you use the STATISTICSSUMMARY command to request a Statistics Summary report.

To tailor the report, you can specify report options as follows:

CICSPA STATISTICSSUMMARY([OUTPUT(ddname),]
           [EXTERNAL(ddname),]
           [LINECNT(nnn),]
           [INTERVAL(hh:mm:ss|day of week|MONTH),]
           [STALTDEF(statistics-alert-definition)),]
           [TYPE(EOD,INT,USS,RRT),]
           FIELDS(field1[(options)]),
           ⋮
           [TITLE1('...up to 64 characters...'),]
           [TITLE2('...up to 64 characters...')])
End of change