You could use our free Co:Z Toolkit fromdsn / todsn commands to reformat it:
// EXEC PGM=COZBATCH //IN338 DD DSN=HLQ.IN338,DISP=SHR //OUT336 DD DSN=HLQ.OUT336,DISP=(NEW,CATLG), // SPACE=(CYL,(10,10)),DCB=(RECFM=FB,LRECL=336) //STDIN DD * # run a z/OS UNIX login shell in batch fromdsn -l none //DD:IN338 | todsn //DD:OUT336 // Kirk Wolf Dovetailed Technologies http://dovetail.com On Tue, Mar 3, 2015 at 12:27 PM, Ron Thomas <[email protected]> wrote: > The 1'st bytes of the 2'nd record got appended to the last 2 bytes of the > 1'st record , similarly the first 4 bytes of the 3'rd got apended to the > last 4 bytes of the 2'nd record and this goes on. > > Sample data at the end > > 000000 000000 60611L011 EI > 60611L011 EI B > 60611L011 EI BSC > > Thanks > Ron T > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
