Report command

You can request Statistics List reports from a Report Set in the CICS PA dialog. Select the List report in the Statistics Reports category.

In batch, you use the STATISTICSLIST command to request a Statistics List report.

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

Start of change
CICSPA STATISTICSLIST(           
           Start of changeOUTPUT(ddname),End of change         
           [STALTDEF(statistics-alert-definition)),]
           [SEVERITY(CRITICAL|WARNING|INFO|ELIGIBLE|ALL),]
           [INCLUDESEV,]
           [TYPE(EOD,INT,USS,REQ,RRT),]
           FIELDS(field1[,field2]...),           
           [TITLE1('...up to 64 characters...'),]
           [TITLE2('...up to 64 characters...')])
End of change