Start of change

Statistics HDB Summary Reporting

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 STATISTICSSUMMARY - Statistics Summary reports.

End of change