i have a vb file in a tape with this lenght :
VB 5004
I'd like to convert it with a VB file with 2400. But i'm not sure taht all the lines is higher tha 2400
so i used the following JCL (but this one works only if all the line are higher or equal to 2400)
//SYSIN DD *
SORT FIELDS=COPY
OUTFIL FNAMES=OUT1,
BUILD=(1,4,5:5,2396)
Is there a solution to get it even if the recors are lower than 2400 ?