As an example, here is a version of the CEEWROPT example job that will create a 
CEEROPT module and store it in a library named PGMR.TOOLSIB.RTEREUS:

//CEEWROPT JOB 1,'5694-A01',MSGLEVEL=(1,1),NOTIFY=&SYSUID   
//STEP1 EXEC PGM=ASMA90                                         
//SYSPRINT DD SYSOUT=*                                          
//SYSLIN DD DSN=&&TEMPOBJ,DISP=(,PASS)                          
//SYSLIB DD DSN=CEE.SCEEMAC,DISP=SHR                     <<<<<< 
//       DD DSN=SYS1.MACLIB,DISP=SHR                     ++++++ 
//SYSIN  DD *                                                   
CEEROPT  CSECT ,                                                
CEEROPT  RMODE ANY                                              
         CEEXOPT  RTEREUS=((ON),NONOVR)                         
         END   CEEROPT                                          
/*                                                              
//STEP2    EXEC  PGM=IEWL,                                      
//         PARM='NCAL,RENT,LIST,XREF,LET,MAP,SIZE=(9999K,96K)'  
//SYSPRINT DD  SYSOUT=*                                         
//SYSLMOD  DD  DSNAME=PGMR.TOOLSLIB.RTEREUS(CEEROPT),DISP=SHR   
//SYSLIN   DD  DSN=&&TEMPOBJ,DISP=(OLD,PASS)                    


> Date: Wed, 30 Mar 2016 15:56:11 -0600
> From: [email protected]
> Subject: Re: Custom LE runtime parms for an entire batch job
> To: [email protected]
> 
> I think you should be able to use a CEEROPT (Region-Specific Run-Time Options 
> Load Module).
> 
> https://www.ibm.com/support/knowledgecenter/SSLTBW_1.13.0/com.ibm.zos.r13.ceea500/createropt.htm%23createropt
> 
> 
> > Date: Wed, 30 Mar 2016 12:54:37 -0500
> > From: [email protected]
> > Subject: Custom LE runtime parms for an entire batch job
> > To: [email protected]
> > 
> > How would I run a batch job (all steps) with a unique set of LE runtime 
> > parms without using CEEOPTS in each step?
> > 
> > Could I point to a custom CEEDOPT via JOBLIB?
> > 
> > Note: OS - z/OS 1.13
> > 
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to [email protected] with the message: INFO IBM-MAIN
>                                         
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
                                          
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to