Report Set JCL

If you requested to edit the JCL, it is displayed in an ISPF edit session when Report Set JCL generation is complete.

You can modify the JCL and command input as required. You also have the option here to use the Edit CREATE command to store the JCL and command deck in your jobs library for later modification and submission independently of the Report Set.

To submit the job from the JCL Edit panel, enter SUBmit on the command line.
Figure 1. Submitting from JCL Edit
   File  Edit  Confirm  Menu  Utilities  Compilers  Test  Help
 -------------------------------------------------------------------------------
 EDIT       PROFILE.USERID.SPFTEMP2.CNTL                    Columns 00001 00072
 Command ===> SUB_____________________________________________ Scroll ===> PAGE
 ****** ***************************** Top of Data ******************************
 000001 //USERID JOB (ACCOUNT),'NAME',REGION=4M
 000002 //* CICS PA V3R2 Report JCL
 000003 //CICSPA   EXEC PGM=CPAMAIN
 000004 //STEPLIB  DD DSN=CICSPA.V3R2M0.SCPALINK,DISP=SHR
 000005 //SYSPRINT DD SYSOUT=*
 000006 //* SMF Input Files
 000007 //SMFIN001 DD DSN=CICSP1.CMF.FILE1,
 000008 //            DISP=SHR
 000009 //* Command Input
 000010 //SYSIN DD *
 000011 * Report Set =REPORTP1
 000012 * Description=Sample CICS PA Report Set
 000013 * Reports for System=CICSP1
 000014 *             Image =SYS1
 000015 *             Description=CICS PA Demonstration System
 000016 * Reports for APPLID=CICSP1   Image=SYS1
 000017          CICSPA IN(SMFIN001),
 000018                 APPLID(CICSP1),
 000019                 LINECNT(60),
 000020                 FORMAT(':','/'),
 000021             LIST(OUTPUT(LIST0001))
 000022 /*
 ****** **************************** Bottom of Data ****************************