Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Sat Oct 27, 2007 3:40 pm Post subject:
Shuko,
I think maybe the problem is that an 8 digit sequence number is not large enough for the number of records you're processing. Try using an 8-byte PD seqnum (15 digits) instead of an 8-byte ZD seqnum (8 digits) and see if that works:
_________________ 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
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Sun Oct 28, 2007 10:17 am Post subject:
Good. I guess with input files getting bigger these days, it would be a good idea to start using SEQNUM,8,PD for examples on this board instead of SEQNUM,8,ZD. ZD is convenient for testing because it's readable, but PD can handle bigger values in the same number of bytes. Of course, it's easy enough to display PD in readable format in another step for testing. _________________ 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
All times are GMT - 5 Hours Goto page Previous1, 2
Page 2 of 2
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