CPAPLIST - Performance List report

This JCL runs the CICS PA List report with the default FIELDS settings.
Figure 1. Sample JCL CPAPLIST - Performance List report
//CPAPLIST 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>),
            LIST(OUTPUT(PLST0001))
/*