CPAXCEPT - Exception List and Summary reports

This JCL runs the CICS PA Exception List and Summary reports.
Figure 1. Sample JCL CPAXCEPT - Exception List and Summary reports
//CPAXCEPT JOB ,CLASS=A,NOTIFY=&SYSUID
//CICSPA   EXEC PGM=CPAMAIN,REGION=8M,PARM=NOSTAE
//STEPLIB  DD  DSN=CICSPA.V3R2M0.SCPALINK,DISP=SHR
//SYSPRINT DD  SYSOUT=*
//*
//* SMF Input Files
//SMFIN001 DD  DISP=SHR,DSN=<SMF.Input.DSN.applid1>
//*
//* Commands to request CICS PA reports
//SYSIN    DD  *
         CICSPA IN(SMFIN001),
                APPLID(<applid1>),
            LISTEXC(OUTPUT(XLST0001)),
            SUMEXC(OUTPUT(XSUM0001))
/*