what are different types of joins possible in lookup stage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
monaz
Participant
Posts: 98
Joined: Sat Aug 23, 2008 3:14 am

what are different types of joins possible in lookup stage

Post by monaz »

Hi ,

Can anyone please let me what all joins possible in lookup stage and Merge stage

As we have inner,left, right and outer joins in JOIN stage , i wanted to know what all joins can be done in merge and lookup stage
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Lookup stage does lookups, not joins. You can emulate both inner and left outer join, depending on the Lookup Failed rule.

Merge stage definitely does not do a join; it follows a master and update(s) model. Again, you can emulate joins, this time via the Unmatched Master property.
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