Statistics HDB Reporting

Statistics List Start of changeand Statistics SummaryEnd of change HDB reports provide fully customizable batch reporting of CICS TS and CICS TG Statistics. Statistics Alert HDB reports alert you when data records in a Statistics HDB meet conditions that you have specified in a Statistics Alert definition.

A Statistics HDB contains data records from CICS® Statistics class SMF records and CICS Transaction Gateway statistics SMF records.

Note: You can also view Statistics HDB data interactively using the CICS PA dialog. For details, see Statistics reporting using the dialog.

Statistics List report

The HDB(STATISTICSLIST) operand requests CICS PA to generate Statistics List reports from statistics HDB data.

The command format is: Start of change
CICSPA HDB(STATISTICSLIST(hdbname),               
           [STALTDEF(statistics-alert-definition)),]
           [SEVERITY(CRITICAL|WARNING|INFO|ELIGIBLE|ALL),]
           [INCLUDESEV,]
           [TYPE(EOD,INT,USS,REQ,RRT),]
           FIELDS(field1[,field2]...))                     
End of change

Except for the STATISTICSLIST operand itself (which specifies the statistics HDB to be used), the options are the same as the options for the CICS PA STATISTICSLIST operand to generate Statistics List reports from SMF data. For details, see Report command.

Start of change

Statistics Summary report

The HDB(STATISTICSSUMMARY) operand requests CICS PA to generate Statistics Summary reports from statistics HDB data.

The command format is:
CICSPA HDB(STATISTICSSUMMARY(hdbname),
           OUTPUT(ddname),
           [EXTERNAL(ddname),]           
           [INTERVAL(hh:mm:ss|day of week|MONTH),]
           [STALTDEF(statistics-alert-definition)),]
           [TYPE(EOD,INT,USS,RRT),]
           FIELDS(field1[(options)]),
           ⋮
           )

Except for the STATISTICSSUMMARY operand itself (which specifies the statistics HDB to be used), the options are the same as the options for the CICS PA STATISTICSSUMMARY operand to generate Statistics Summary reports from SMF data. For details, see Report command.

End of change

Statistics Alert report

The HDB(STATSALERT) operand requests CICS PA to generate Statistics Alert reports from statistics HDB data.

The command format is:
CICSPA HDB(STATSALERT(hdbname),
           [OUTPUT(ddname),]
           [EXTERNAL(ddname),]
           STALTDEF(statistics-alert-definition),
           [BY(APPLID[(LIST,SUMMARY)]|
               ALERT[(LIST,SUMMARY)]|
               COLLECT|
               INTERVAL|
               RESOURCE),]
           [TYPE(EOD,INT,USS,REQ,RRT)]

Except for the STATSALERT operand itself (which specifies the statistics HDB to be used), the options are the same as the options for the CICS PA STATSALERT operand to generate Statistics Alert reports from SMF data. For details, see Report command.