Full Outer of 3 files...

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
kaps
Participant
Posts: 452
Joined: Tue May 10, 2005 12:36 pm

Full Outer of 3 files...

Post by kaps »

I am wondering if there is another way of doing full outer between 3 or more files. Now, I use join stage to join two files and the output will be joined to the 3rd file. Is there a better way ?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Nope... at least not that I'm aware of.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Join stage does support more than two inputs (though the joins are still done pairwise under the covers).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kaps
Participant
Posts: 452
Joined: Tue May 10, 2005 12:36 pm

Post by kaps »

Ray - Yes. Join stage does support more than 2 inputs but we can't do full outer join between all the inputs.
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post by pandeesh »

kaps wrote:Ray - Yes. Join stage does support more than 2 inputs
yes,only inner join we can.
pandeeswaran
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

Inner Join, Left Outer and Right Outer support more than 2 inputs. Full Outer supports only 2 inputs.

The method you are using to do your full outer join between all of your inputs is the correct method (using multiple joins).

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
Post Reply