Hash file Problem

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ksk
Participant
Posts: 21
Joined: Fri Apr 30, 2010 4:55 am

Hash file Problem

Post by ksk »

Hi,

I have designed two job which fetches data from external database to sequential files.

In another job i have used those two sequential file.

one as source and another one as reference, i have used like sequential file to hash file then to transformer in reference side , and source to transfomer i am performing look up on a key column, the problem is i find the look up match dont happens but there are matching records .

I tried to hardcode the value in source side with a value which is available in the reference hash file still there is no match.

Please Help me.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Typically that would be a trimming problem, one or both sides have extra spaces so "XXX" doesn't match to "XXX ", for example. Triple-check that that's not the case.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply