Yep, we have STC we do that with using a park override or the external file
specified with the ddname.

Scott

On Wednesday, March 30, 2016, Frank Swarbrick <[email protected]>
wrote:

> 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] <javascript:;>
> > Subject: Re: Custom LE runtime parms for an entire batch job
> > To: [email protected] <javascript:;>
> >
> > 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] <javascript:;>
> > > Subject: Custom LE runtime parms for an entire batch job
> > > To: [email protected] <javascript:;>
> > >
> > > 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] <javascript:;> with the
> message: INFO IBM-MAIN
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to [email protected] <javascript:;> with the message:
> INFO IBM-MAIN
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] <javascript:;> 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