Start of change

STATISTICSSUMMARY - Statistics Summary reports

The STATISTICSSUMMARY operand requests a Statistics Summary report.

The command format for a Statistics Summary report is:

CICSPA STATISTICSSUMMARY([OUTPUT(ddname),]
           [EXTERNAL(ddname),]
           [LINECNT(nnn),]
           [INTERVAL(hh:mm:ss|day of week|MONTH),]
           [STALTDEF(statistics-alert-definition)),]
           [TYPE(EOD,INT,USS,RRT),]
           FIELDS(field1[(options)]),
           ⋮
           [TITLE1('...up to 64 characters...'),]
           [TITLE2('...up to 64 characters...')])

The options are:

OUTPUT
The report output DDname. If not specified, CICS PA assigns a DDname in the format SSUMnnnn where nnnn is the report sequence number 0001-9999. See OUTPUT for further information.
EXTERNAL
Specifies the DDname for the work data set used by the external SORT facility. If not specified, CICS PA assigns an External Work File from a pool of External Work Files with DDnames in the format CPAXWnnn where nnn is the sequence number 001-999. See EXTERNAL for further information.
LINECNT
Controls the number of lines per page in the report. See LINECNT for further information.
INTERVAL
This operand specifies the time interval over which the report summarizes transaction activity. The interval is in the format hh:mm|day of week|MONTH.

The interval is in the range 1 minute to 24 hours in the format hh:mm for hours, and minutes.

When the interval is set to a day of the week, such as MONDAY or SUNDAY, each summary record in the report contains data from the first record for the specified day of the week to the last record for the day of the week that is seven days later.

When the interval is set to MONTH, CICS PA summarizes records from the first record processed for the month to the last record processed on the last day of the month.

STALTDEF(statistics-alert-definition)
The alert definition containing the conditions used to select the records that you want to report. You must have already created this alert definition in the currently active repository. For details, see Statistics alert reporting.
TYPE
The types of statistics intervals to include in the report. The following types are available for Statistics Summary reports: EOD, INT, USS, RRT.
Note: REQ statistics intervals are not included for a statistics summary report because they would distort the summarized data.
FIELDS
Specifies the field names that are included in the report, their order, and the summarizing function for each field. The syntax of the FIELDS suboperand is as follows:
FIELDS(keyfield(ASCEND|DESCEND)
      [, keyfield(ASCEND|DESCEND)]
      ⋮
      [, fieldname(TOT|MAX|MIN|Start of changeFINEnd of change)]
      [, fieldname(TOT|MAX|MIN|Start of changeFINEnd of change)]
      ⋮
      )
TITLE1, TITLE2
Determines the report title (left and right half of subheading line) for the report. See TITLE1 and TITLE2 for further information.
End of change