On Tue, 3 Mar 2015 10:44:42 -0600, Ron Thomas <[email protected]> wrote:
>Hello. > >We have a file that is send from a third part system whose LRECL is 336 and we >received the same with the LRECL with 338 and in that process the data format >got corrupted . we have the backup of the file with us in the mainframe. is >there any way we can format the data so that we can get the data in the >correct layout. > FTP broke it, FTP can fix it... FTP in binary mode to your PC, then allocate a new dataset with LRECL=336 and FTP the PC file in binary mode into that. And Bob's your uncle.. Cheers, Jantje. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
