Statistics HDB Reporting
Statistics List and Statistics Summary
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.
Statistics List report
The HDB(STATISTICSLIST) operand requests CICS PA to generate Statistics List reports from statistics HDB data.

CICSPA HDB(STATISTICSLIST(hdbname),
[STALTDEF(statistics-alert-definition)),]
[SEVERITY(CRITICAL|WARNING|INFO|ELIGIBLE|ALL),]
[INCLUDESEV,]
[TYPE(EOD,INT,USS,REQ,RRT),]
FIELDS(field1[,field2]...))

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.

Statistics Summary report
The HDB(STATISTICSSUMMARY) operand requests CICS PA to generate Statistics Summary reports from statistics HDB data.
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.

Statistics Alert report
The HDB(STATSALERT) operand requests CICS PA to generate Statistics Alert reports from statistics HDB data.
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.