The HDB(REPORT) operand requests CICS PA to generate reports from performance HDB data.
CICSPA HDB(REPORT(hdbname),
[OUTPUT(ddname),]
[NOTOTALS|TOTALS(n),]
[SUFACTOR(hdbname(nnnnn.nnn)),]
[INTERVAL(hh:mm:ss),]
[FIELDS(field1[(options)],...),]
[LINECount(nnn),]
[SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...)),]
[SELECT2(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...))])
Specifies a CPU SU conversion factor to apply to the HDB records. The SUFACTOR operand includes two keywords to identify the HDB name and its associated conversion factor. The value must be a decimal number or integer in the range 1 - 999999999 (nine 9s).
When reporting from a Summary HDB, the options for specifying fields are similar to the options for a Performance Summary report. For details, seeSUMMARY(FIELDS.
When reporting from a List HDB, the options for specifying fields are similar to the options for a Performance List report. For details, seeLIST(FIELDS.
Only fields that are specified in the HDB Template can be specified. Select Fields not contained in the HDB will cause selection to fail and reporting will skip the record. SELECT and SELECT2 can both be specified to perform record filtering. The CICS PA dialog generates SELECT2 statements in the command deck when you use a Report Form that has active Selection Criteria. If both SELECT and SELECT2 are specified, then the record must pass selection by both specifications for it to be included in the report.