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:
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 Transaction Server (TS) statistics or STTGxxxx for CICS Transaction Gateway (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.