Frank, I am happy that your application is working but changing from a SORT to a COPY should not have had that effect. Is it possible that you are using an existing data set for the output on the SORT that had an LRECL already coded or was there DCB in the JCL?
If you want to just move on I understand but am willing to work with you on this. Regards, John Reda Syncsort, Inc. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Gary Jacek Sent: Tuesday, December 11, 2012 13:31 To: [email protected] Subject: Re: Using SyncSort to deblock records in a file Frank, I owe you a virtual beverage of your choice. This was the solution: OPTION COPY OUTFIL FNAMES=PIECES,OUTREC=(0001,0082,/, + 0083,0082,/, + 0165,0082,/, + 0247,0082,/, + 0329,0082,/, + 0411,0082,/, + 0493,0082,/, + 0575,0082,/, + 0657,0082,/, + 0739,0082,/, + 0821,0082,/, + 0903,0082,/, + 0985,0082,/, + 1067,0082,/, + 1149,0082,/, + 1231,0082,/, + 1313,0082,/, + 1395,0082,/, + 1477,0082,/, + 1559,0082,/, + 1641,0082,/, + 1723,0082) ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ATTENTION: ----- The information contained in this message (including any files transmitted with this message) may contain proprietary, trade secret or other confidential and/or legally privileged information. Any pricing information contained in this message or in any files transmitted with this message is always confidential and cannot be shared with any third parties without prior written approval from Syncsort. This message is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any use, disclosure, copying or distribution of this message, in any form, is strictly prohibited. If you have received this message in error, please immediately notify the sender and/or Syncsort and destroy all copies of this message in your possession, custody or control. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
