Probably needs to be something like:

//SYSUT1 DD DDNAME=IEFRDER
//IEFRDER DD DSN=&FILE(&MEM),DISP=SHR

On 6/5/07, Daniel McLaughlin <[EMAIL PROTECTED]> wrote:
Has anyone else had their venerable internal reader proc go crazy under 1.7?
Ours gets JCL errors and doesn't pull the job to submit. Must be some more
holes that got close in this release. Here is what we use, which shows an
override error on IEFPROC.IEFRDER.

//*------------------------------------------------------------------*
//*---THIS JOB PROVIDES A MEANS TO START A JOB FROM A PDS------------
*
//*------------------------------------------------------------------*
//RDR     PROC FILE=SYS1.PROD.ZOS17.PROCLIB,
//             MEM=
//* RUN THROUGH JCLPREP ON 05/27/2007 AT 08:53:14
//*
//RDR       EXEC PGM=IEBGENER
//SYSPRINT  DD SYSOUT=A
//SYSUT1    DD DSN=&FILE(&MEM),
//             DISP=SHR
//SYSUT2    DD SYSOUT=(A,INTRDR)
//SYSIN     DD DUMMY

As always, help is appreciated.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to