The issue is the '', hexadecimal value 0x03, which they claim is an invalid character. But this character may appear anywhere in the file in every record.
Can this be removed? _________________ For any type of complex problems there will be multiple easiest solutions
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Fri Oct 13, 2006 10:43 am Post subject:
Actually, for a VB file you shouldn't specify the LRECL in the OUTREC statement. You should use:
Code:
OUTREC FIELDS=(1,4,5,TRAN=ALTSEQ)
5,TRAN=ALTSEQ operates on position 5 to the end of the VB record. _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum