The SUMMARY operand requests the Performance Summary report or an Extract file (see Performance Data extract).
CICSPA SUMMARY(
[OUTPUT(ddname),]
[EXTERNAL(ddname),]
[NOTOTALS|TOTALS(n),]
[INTERVAL(hh:mm:ss),]
[ALERTDEF(alertname),]
[SEVERITY(ELIGIBLE|ALL),]
[FIELDS(field1[(options[,SEV(CRITICAL|WARNING|INFO,COUNT|PERCENT)])],...),]
[LINECount(nnn),]
[TITLE1('...1st 64 characters of title...'),]
[TITLE2('...2nd 64 characters of title...'),]
[SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...)),]
[SELECT2(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...))])
CICSPA SUMMARY(
[OUTPUT(ddname),]
DDNAME(ddname),
[DELIMIT('field-delimiter'),]
[LABELS|NOLABELS,]
[FLOAT,]
[EXTERNAL(ddname),]
[INTERVAL(hh:mm:ss),]
[ALERTDEF(alertname),]
[SEVERITY(ELIGIBLE|ALL),]
[FIELDS(field1[(options[,SEV(CRITICAL|WARNING|INFO,COUNT|PERCENT)])],...),]
[TITLE1('...1st 64 characters of title.of Recap...'),]
[TITLE2('...2nd 64 characters of title of Recap...'),]
[SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...)),]
[SELECT2(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),...))])
The DDname can be up to 8 alphanumeric characters, with the first non-numeric. The CICS PA dialog assigns DDnames in the format CPAOEXnn where nn is the extract sequence number 01-99. (See the sample JCL in Figure 1).
NOLABELS indicates that CICS PA is not to write a field labels record to the extract data set.
Specify FLOAT format if you plan to import the extract into a DB2® table. When the DB2 Load Utility is used, it will interpret all numerical fields reliably and consistently in FLOAT format.
If FLOAT is not specified, the numeric fields are written in a mixture of integer, real and exponential using character digits. This is the default and is suitable when importing the extract data into a PC spreadsheet tool.
Specify TOTALS(1) to TOTALS(8) to accumulate subtotals for up to 8 sort fields, print the subtotals when the sort field changes, and print a grand total at the end of the report. Default: TOTALS(8)
Specify TOTALS(0) for no subtotals, but print only the grand total.
Specify NOTOTALS for neither subtotals nor grand total.
This operand applies only when any of START, STOP, or OSTART is specified in the FIELDS operand. For reporting, data is accumulated for each interval in the report period and a report line or extract record is written for each interval. If INTERVAL is not specified, the default is 00:01:00 (1 minute).
A time interval of less than one hour must fit evenly into the hour. CICS PA will round it down to the nearest interval that aligns to the hour. For example, 1.35 is reduced to 00:01:30 minutes which will produce 40 interval report lines for each hour of data.
A time interval of more than one hour must fit evenly into the day. CICS PA will round it down to the nearest interval that aligns to the day. For example, 10.30.23 is reduced to 08:00:00 hours which will produce 3 interval report lines for each day of data.