Customizing the JCL skeleton

The JOB statement from this JCL skeleton is used when creating a backup or reorganization job.

Select option 5 from the "CICS VR main menu" to start an ISPF/PDF edit of the JCL skeleton, as shown below. An editor is displayed so that you can edit the CICS VR JCL skeleton information to conform to the standards in your organization. For more information about customizing the JCL skeleton, see Editing the CICS VR JCL skeleton.

Figure 1. JCL skeleton
)CM    @BANNER_START                                                  
)CM      Licensed Materials - Property of IBM                         
)CM                                                                   
)CM      5655-Y24                                                     
)CM                                                                   
)CM      (C) Copyright IBM Corp. 2005, 2012                           
)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                                                  

When you leave the editor, you go back to the "CICS VR main menu".


Information Information

Feedback


Timestamp icon Last updated: Friday, 7 February 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic///dwwug/getjcl.html