LeftOuter Join Vs Lookup Stage with Continue Option

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
Developer9
Premium Member
Premium Member
Posts: 187
Joined: Thu Apr 14, 2011 5:10 pm

LeftOuter Join Vs Lookup Stage with Continue Option

Post by Developer9 »

Hi All,

As part of my testing for the jobs ,I realized that there is some difference in my output record counts when I Join two input data streams

Code: Select all

1.LeftOuter Join ---53000 out put count

2.Lookup Stage (Condition for failure -Continue)-150000 output count

I am in the process of figuring out why there is a mismatch of record counts ..I know it should match in both jobs or is a valid in some scenarios ?

Let me know any suggestion for my testing or in which scenario this can happen

Thank you
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check which inputs are Left and Right in your Join stage.

The stream that is Left should be the stream that is the stream input for the Lookup stage.

Keep in mind also the partitioning and sorting requirements for the Join stage, and the partitioning requirements for the Lookup stage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply