Hi,
The file is having in the below given format. The characters after CRLF should continue in the next line as next record. The position of CRLF is not constant to any column.
INput File: (in VB format with LRECL=351)
1111111111111111111111111CRLF222222222222222222222222222222222222222222222222222222222222222222222222222222222
22222222222222222222222222222222222CRLF33333333333333333333333333333333333333333333333333333333333333333333333
3333333333333333333333333CRLF444444444444444444444444444444444444444444444444444444444444444CRLF55555555555555
Expected output (in VB format with LRECL=351):
111111111111111111111
222222222222222222222222222222222222222222222222222222
333333333333333333333333333333333333333333333333333333
444444444444444444444444444444444444444444444444444444
5555555555555555555555555
Could you please help me to achieve the expected output?