Example 1: Default extract
In this example, the extract records are written to the extract data set specified in the default DD statement CPAOEXPT and the Recap report is written to EXPT0001.
CICSPA EXTRACTPERFORMANCE
CICSPA EXTRACTPERFORMANCE(OUTPUT(EXPT0002),
DDNAME(CPAOEX02),
DELIMIT(','))
In this example, a comma is specified for the field delimiter. The extract records are written to the data set specified in the DD statement CPAOEX02 and the Recap report is written to EXPT0002.