Example 1: Extract Transaction Manager and Domain Subpools statistics
CICSPA EXTRACTSTATISTICS(OUTPUT(STEX0001),
DELIMIT(','),
LABELS,
TYPE(EOD,INT),
STTS010A(TS010A01),
STTS005A(TS005A01))
This example creates two extract data sets: it writes Transaction Manager statistics (ID: 010A) to the extract data set specified in the DD statement TS010A01, and Domain Subpools statistics (ID: 005A) to the extract data set specified in the DD statement TS005A01.
Commas delimit the statistics field values in the extracts. The first record of each extract contains field headings. The extracts contain end-of-day (EOD) and interval (INT) statistics. The Recap report is written to STEX0001.