On Wed, 18 Jun 2008 08:27:41 -0600, Steve Comstock wrote:

>Paul Gilmartin wrote:
>>>> As I stated, if columns 71-72 fall within a JCL symbol, the converter
>>>> fails to substitute the symbol value.
>
>Hmmm. Continuation marks in 72 are no longer required; did
>you try simply coding up to (and including) col 71 then
>having the continuation begin exactly in col 16 (with //
>in cols 1 & 2, though)? I no longer have your original
>post so I can't check it out.
>
You're right; Col. 72 may be blank.

>Don't know if it will work or not, but might be worth a try.
>
Alas, no.  Example slightly amended.  This is what IBM calls
"working as intended".  (z/OS 1.7):

        3 //  SET  SYMBOL1=A
        4 //  SET  SYMBOL2=B
        5 //  SET  SYMBOL3=C
        6 //  SET  SYM='Shortened'
          
//*.+....|....+....|....+....|....+....|....+....|....+....|....+....|..
        7 //STEP1    EXEC  PGM=IEFBR14,
          //             
PARM='&SYMBOL1.&SYMBOL1.&SYMBOL1.&SYMBOL1.&SYMBOL1.x&SYM
          //             BOL2.y&SYMBOL3.z'
          
//*.+....|....+....|....+....|....+....|....+....|....+....|....+....|..
          IEFC653I SUBSTITUTION JCL - PGM=IEFBR14,PARM='AAAAAxShortenedBOL2.yCz'

-- gil

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