Look up is not happening while using Join stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
sreesuku2
Participant
Posts: 45
Joined: Tue Oct 22, 2013 11:45 am

Look up is not happening while using Join stage

Post by sreesuku2 »

Hi Team,

I am using a Join stage to do perform a lookup based on 3 columns.
Left Outer Join is used. I am not getting look up values.

I replaced Join stage with LOOKUP stage, to my surprise I am getting matches.

No other changes were done in the job, for datatypes or Columns names.
Just a change in stage.

Any specific settings need to be changed for Join stage ?
Mike
Premium Member
Premium Member
Posts: 1021
Joined: Sun Mar 03, 2002 6:01 pm
Location: Tampa, FL

Post by Mike »

Verify that the inputs to your join stage are properly partitioned and sorted (usually by all of your join keys) and that you have the proper input link order. Either mistake could result in a silent failure.

Mike
Post Reply