RECORD TYPE IS V - DATA STARTS IN POSITION 5
VLSHRT NOT USED FOR SORT, MERGE, INCLUDE, OMIT OR SUM STATEMENT FIELDS
JOBNAME: P9XCOPY , STEPNAME: S9XSORT
BLOCKSET TECHNIQUE IN CONTROL
BLOCKSET COPY TECHNIQUE SELECTED
VISIT http://www.ibm.com/storage/dfsort FOR DFSORT PAPERS, EXAMPLES AN
- CONTROL STATEMENTS FOR 5650-ZOS, Z/OS DFSORT V2R2 - 12:49 ON WED DE
OPTION COPY
OUTFIL FNAMES=FBOUT,VTOF,OUTREC=(5,1060)
END OF FBOUT FIELD BEYOND MAXIMUM RECORD LENGTH
C5-I37057 C6-I35397 C7-I35397 C8-I35397 E9-I35397 E7-I37057
Code'd : Please use code tags while posting code/data
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.