Hi,
I am using ICETOOL to get the trailer sum up records for my project. It does have header and trailer. Hence this file consider as variable length record with three different layout for header (33 length), trailer and transaction record respectively.
My SORT card like,
SORT FIELDS=(58,4,CH,A,63,3,CH,A,67,16,ZD,A,84,4,CH,A)
OUTFIL REMOVECC,
SECTIONS=(58,4,63,3,67,16,84,4,
TRAILER3=(5,26,TOT=(31,8,PD,TO=PD,LENGTH=8),39,190,C'T'))
While executing this utility , i got an error
"ICE218A 0 37 BYTE VARIABLE RECORD IS SHORTER THAN 87 BYTE MINIMUM FOR " because of variable length..
OPTION VLSHRT/VLSCMP are not working in ICETOOL..
Please somebody help me out on this...