EXTRACTSTATISTICS - Statistics extract

The EXTRACTSTATISTICS operand requests that one or more statistics extract data sets are to be created as delimited text files from CICSĀ® statistics.

A Recap report containing processing statistics is always printed at the end of extract processing.

The command format for the statistics extract is:

CICSPA EXTRACTSTATISTICS(
                       [OUTPUT(ddname),]
                       [DELIMIT('field-delimiter'),]
                       [LABELS|NOLABELS,]
                       [TYPE(EOD,INT,USS,REQ,RRT),]
                        STTSxxxx(ddname)|STTGxxxx(ddname),...)

The options are:

OUTPUT
Controls the report output ddname for the Recap report. If not specified, CICS PA assigns a ddname in the format STEXnnnn where nnnn is the sequence number 0001-9999
DELIMIT
Specifies the field delimiter, enclosed in quotes, to be used to separate each data field in the extract data set. The default is a semicolon DELIMIT(';').
LABELS|NOLABELS
LABELS indicates that the first record to be written to the extract is to be a field labels record. This is the default.

NOLABELS indicates that CICS PA is not to write a field labels record to the extract data set.

TYPE(...)
The types of statistics intervals to extract.
STTSxxxx|STTGxxxx
Specifies the ddname of the output data set where each statistics extract is written: STTSxxxx for CICS TS statistics or STTGxxxx for CICS TG statistics, where xxxx is the statistics ID. The CICS PA dialog defines ddnames in the format TSxxxxnn or TGxxxxnn, respectively, where nn is a 2-digit sequence number that ensures each ddname is unique.