For breaking down the records into the format they should have, maybe this IBM Docs link can help:
https://www.ibm.com/docs/en/zos/2.2.0?topic=format-introduction That documentation describes the record formats for IEBCOPY unload datasets. Peter -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Joe Monk Sent: Monday, April 19, 2021 12:37 PM To: [email protected] Subject: Re: Format PDS unloaded on an CD The problem is that he is missing the EOR indicators. The file he has is an IEBCOPY PDS UNLOAD to sequential file, but when the IND$FILE transfer to the PC was done, it was done without the usual CRLF option to maintain EOR. He is going to have to analyze the file and find a record break. Then we maybe write a rexx or something to read the file and split the records out. Joe On Mon, Apr 19, 2021 at 11:32 AM Chris Hoelscher <[email protected]> wrote: > Try it a different way? > Download different files from the mainframe to a windows environment > using different protocols Look at the downloaded files to see if they > look at all similar in format to YOUR files That might help you work > backwards -- This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
