Thank you, sir, I now have one happy programmer. Well, happier than before anyway...
Greg -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Sri h Kolusu Sent: Friday, October 19, 2012 3:41 PM To: [email protected] Subject: Re: DFSORT Join Unpaired As you suspected it is the OMIT statement on your OUTFIL which is causing the problem. You can compare in chunks of 256 bytes. So Change the OMIT statement from OUTFIL REMOVECC,OMIT=(1,366,CH,EQ,368,366,CH), TO OUTFIL REMOVECC, OMIT=((1,256,CH,EQ,368,256,CH),AND,(257,110,CH,EQ,624,110,CH)), and re-run your job. Thanks, Sri Hari Kolusu DFSORT Development IBM Corporation ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
