To use the CICSRESP feature, you have to modify the COLLECT JCL in two ways:
-
Specify the Acquire parameter CICSRESP=<x> :
-
Set CICSRESP=Y to create a set of records per CICS region covering the whole input SMF dataset
-
Set CICSRESP=I to create a set of records per CICS region for each output interval
-
-
Add a DD statement.
Using ISPF, allocate a file with LRECL=404 and any convenient block size. One or two cylinders should be ample space. Then, add a DD statement to the COLLECT JCL. The statement should be of the form:
//CICSRESP DD DSN=<filename>,DISP=(MOD,KEEP),UNIT=<unitname>