Is it possible to copy a dsn with lrecl VB 255 to a dsn with FB 133 without losing any data (no truncating) ?
I search a way to keep the data over 133 characters on the first line and put it at the begining of the next line, and so on.
For example, I have this kind of data in the input dsn :
LINE 1111111111LINE 222
2222222LINE 3333333333L
INE 4444444444
2222222LINE 3333333333L
INE 4444444444
The idea is to get this in output dsn :
LINE 1111111111
LINE 2222222222
LINE 3333333333
LINE 4444444444
LINE 2222222222
LINE 3333333333
LINE 4444444444