Page 1 of 1

Missing record from hash lookup

Posted: Mon Dec 06, 2004 11:42 am
by coolkhan08
Hi,
I created a hash file and later look it up on a sequential file. I have a missing record. Its just missing 1 record in the lookup. What would be the reason. Any guesses???
Thanks
Sam

Posted: Mon Dec 06, 2004 12:07 pm
by kcbland
You failed to write it to the hash file because of a key definition violation.

Or

You wrote it to the hash file but your primary key definition allowed another row to overwrite it.

Or

You read it from a sequential file into the hash, and had First Row is Column Names checked, but the first row is actually your missing row.