Charles Mills wrote:
I've got a cataloged procedure in the SYS1.PROCLIB concatenation. It has the
following PROC statement

//MYPROC  PROC PARMS=CZAPARMS,MODE=PROD,INSTALL=,VERBOSE=

And the following PARMS= parameter
PARM=('&VERBOSE,CZAPARMS(&PARMS),MODE(&MODE &INSTALL)')

I can override any of the variable symbols on the START command as I
expected -- with the exception of MODE. If say
S MYPROC,MODE=TEST
I end up with the following statement generated (it's not in my PROC) by
START processing and the associated error.
11 //IEFPROC.IEFRDER DD MODE=TEST 11 IEFC611I OVERRIDDEN STEP NOT FOUND IN PROCEDURE I changed &MODE in my PROC to &RUNMODE and now it all works.
Can someone explain what the issue is here?

Thanks,


http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2b6a0/7.4.3.3?SHELF=EZ2ZBK0K&DT=20100701092058

The relevant phrase is "DD statement keywords".

Bob

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

Reply via email to