Hello Everyone,
I have a requirement where there are multiple records in the group of 2. Each record is of 80 byte length of a flat file. I have to merge the records so that -
The first 2 records of the input file should appear in the first row of output file.
Record 3 and 4 of the input file should appear in the 2nd row of output file.
Record 5 and 6 of the input file should appear in the 3rd row of output file. and so on...
File Type:
Input File : Type = Flat file (Physical Sequential file), LRECL = 80, RECFM = FB
Input File : Type = Flat file (Physical Sequential file), LRECL =160, RECFM = FB
Could you please help me with the JCL.
Also if possible, please let me know what changes needs to be done if input file is changed to VBA. Thank you.