CPAPTOT - Performance Totals report

This JCL runs the CICS PA Totals report with the default FIELDS settings.
Figure 1. Sample JCL CPAPTOT - Performance Totals report
//CPAPTOT  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>),
            TOTAL(OUTPUT(PTOT0001))
/*