Example 13

 SORT FIELDS=COPY
 OUTFIL FNAMES=VAROUT1,FTOV
 OUTFIL FNAMES=VAROUT2,FTOV,
   OUTREC=(20,8,35,10)
 OUTFIL FNAMES=VAROUT3,FTOV,VLTRIM=X'40'

This example illustrates several ways to convert a fixed-length record data set to a variable-length record data set using the FTOV parameter of OUTFIL.

The input data set has an RECFM=FB and LRECL=60.