Issue when we change join type from left to right outer

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
dsxdev
Participant
Posts: 92
Joined: Mon Sep 20, 2004 8:37 am

Issue when we change join type from left to right outer

Post by dsxdev »

Hi,
We are facing a problem when ever we change the join type.
We have two inputs to a join Stage link A and link B
A-left
B-right and join type Left outer join.

This combination works.

But when we change the order of the links

A- rigth
B- left

Now we use right outer join.
Happy DataStaging
gh_amitava
Participant
Posts: 75
Joined: Tue May 13, 2003 4:14 am
Location: California
Contact:

Post by gh_amitava »

Hi,

Datastage left outer and right outer join works like database. If you change the link ordering, it will work differently.

Regards
Amitava
Post Reply