Author: Bill Woodger
Subject: Reply to: Copy RECFM =VB TO FB file with RECL =1060
Posted: Tue Jan 03, 2017 11:13 pm (GMT 5.5)
You chopped off the message references when pasting your sysout, which is always pointless.
If you look up the ICE027A message (just stick that reference in a search box, and hey presto) you'll see, from elimination, that your input records to the OUTFIL are not the length you have suggested - so DFSORT kindly points that out to you.
Whether you have the wrong input data set, or are trying to do something else (like extend the records) we don't know. What we do know is that your input LRECL is not 1064.
Subject: Reply to: Copy RECFM =VB TO FB file with RECL =1060
Posted: Tue Jan 03, 2017 11:13 pm (GMT 5.5)
You chopped off the message references when pasting your sysout, which is always pointless.
If you look up the ICE027A message (just stick that reference in a search box, and hey presto) you'll see, from elimination, that your input records to the OUTFIL are not the length you have suggested - so DFSORT kindly points that out to you.
Whether you have the wrong input data set, or are trying to do something else (like extend the records) we don't know. What we do know is that your input LRECL is not 1064.