need help for 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
meenakshid
Participant
Posts: 1
Joined: Sun May 09, 2010 1:47 pm

need help for join stage

Post by meenakshid »

Hi,
I have two input files.
input file1: three column with three rows

input file2: three column with four rows

requirement is to get 3 output files.
1: together data from both input files
2: matched columns for file1 only
3:matched columns for file2 only

I really appreciate your help.
Thanks,
Meenakshi
ArjunK
Participant
Posts: 30
Joined: Sun Apr 30, 2006 6:32 pm

Post by ArjunK »

Full Outer join and a transformer should do it.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Yes, or full outer join and Filter.

Make sure that data are key partitioned and sorted on the Join key.
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