Howard Brazee wrote on 09/21/2006 07:17:09 AM:
>...

>  OPTION   COPY
>  ALTSEQ CODE=(7D40)
>  OUTFIL FNAMES=SORTOUT,
>         OUTREC=(1:1,18,19:19,16,TRAN=ALTSEQ,35:35,5966)
>
> ... to create an &&TEMP with X'40' EBC in the right place which is
> then
> used as input instead of NODE1.NODE2.EBCDIC.DATA.

Howard,

If you're just trying to change the 19,16 field, you could use DFSORT's
OVERLAY function to
simplify your OUTFIL statement:

 OUTFIL FNAMES=SORTOUT,
    OVERLAY=(19:19,16,TRAN=ALTSEQ)

Frank Yaeger - DFSORT Team (IBM)
 Specialties: PARSE, JFY, SQZ, ICETOOL, IFTHEN, OVERLAY, Symbols, Migration

 => DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/

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