If you select option 5 from the "CICS VR main menu" panel the JCL skeleton secondary window opens and starts the ISPF/PDF editor.
)CM @BANNER_START )CM Licensed Materials - Property of IBM )CM )CM 5655-P30 )CM )CM (C) Copyright IBM Corp. 2005, 2008 )CM @BANNER_END )CM $L0= CVR410 410 050909 ......... Changed )CM $L1= CVR430 430 080109 ......... Changed )CM *********************************************************** )CM )CM Add the JOB statement to meet your system requirements. )CM )CM Do not remove the &CJOBCHAR variable in the JOB name. )CM )CM You must use double ampersands (&&) to produce a character )CM string starting with an ampersand (&) in a generated job. )CM For example: NOTIFY=&&SYSUID )CM )CM Change the DSN value in STEPLIB DD to the name of your )CM CICSVR library. )CM )CM Change RCDS DSN name in DWWCON1, DWWCON2, and DWWCON3 DDs )CM to what you have defined. )CM )CM *********************************************************** )CM //TSTGFS&CJOBCHAR JOB (ACCOUNT),MSGLEVEL=(1,1),NOTIFY=USERID, // MSGCLASS=X,CLASS=A,REGION=4M )SEL &CUTIL NE REORG && &CUTIL NE BACKUP //DWW PROC //RECOVER EXEC PGM=DWWCO,COND=(8,LE) //STEPLIB DD DSN=DWW.SDWWLOAD,DISP=SHR // DD DSN=DWW.SDWWLENU,DISP=SHR //DWWMSG DD SYSOUT=* //DWWPRINT DD SYSOUT=* //DWWCON1 DD DISP=SHR,DSN=DWW.DWWCON1.GRPPROD //DWWCON2 DD DISP=SHR,DSN=DWW.DWWCON2.GRPPROD //DWWCON3 DD DISP=SHR,DSN=DWW.DWWCON3.GRPPROD // PEND //* END OF PROC )ENDSEL
Here you can edit the CICS® VR JCL skeleton information to conform to your organization's standards. Use F3 to leave the editor and return to the "CICS VR main menu".