Report command

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

In batch, you use the STATSALERT command to request a Statistics Alert report.

The command to request the default report is:

CICSPA STATSALERT(STALTDEF(statistics-alert-definition))

where statistics-alert-definition is the name of a Statistics Alert definition that is stored in the current Repository, identified in the JCL by the ddname CPAHDBRG. This produces a report sorted by interval.

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

CICSPA STATSALERT([OUTPUT(ddname),]
                  [EXTERNAL(ddname),]
                  STALTDEF(statistics-alert-definition),
                  [BY(APPLID[(LIST,SUMMARY)]|
                      ALERT[(LIST,SUMMARY)]|
                      COLLECT|
                      INTERVAL|
                      RESOURCE),]
                  [TYPE(EOD,INT,USS,REQ,RRT),]
                  Start of change[LINECNT(nnn),]End of change
                  [TITLE1('...up to 64 characters...'),]
                  [TITLE2('...up to 64 characters...')])