On Wed, 8 Dec 2010 17:20:41 -0800, Charles Mills wrote:

>Am I reading the JCL reference correctly that there is no way to override an
>EXEC statement or the PGM= parameter of an EXEC statement in a cataloged
>procedure? No way to do something like
>
>//STEP1    EXEC   MYPROC,PGM.PROCSTP1=IEFBR14
>
>Or
>
>//STEP1    EXEC   MYPROC
>//STEP1.PROCSTP1 EXEC PGM=IEFBR14
>
>(I am assuming here not modifying the proc, which does not already have an
>&PGM symbol.)
>
It was explained to me here, a while back, that "PGM=IEFBR14"
actually isn't a keyword parameter.  It's a positional
parameter whose value contains an "=".

Appearances are deceiving.

-- gil

----------------------------------------------------------------------
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