How to join without a key column

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
vinodn
Charter Member
Charter Member
Posts: 93
Joined: Tue Dec 13, 2005 11:00 am

How to join without a key column

Post by vinodn »

Hi,

I Have the issue with a 5sets of data,three having the common column and two doesn't have common key column.I want to join this sets and i want to load in target.

Pls help me for this query......

Regards,
Vinodn
mikegohl
Premium Member
Premium Member
Posts: 97
Joined: Fri Jun 13, 2003 12:50 pm
Location: Chicago
Contact:

Post by mikegohl »

Can you provide more detail about the data sets. How are they related? In business terms, how do you wish to join them.
Michael Gohl
Sudhindra_ps
Participant
Posts: 45
Joined: Thu Aug 31, 2006 3:13 am
Location: Bangalore

Post by Sudhindra_ps »

hi,

You could create a dummy column in all of your 5 datasets output link by using column genrator stage or Transformer stage and then merge data using this Dummy column as key column.

Thanks & regards
Sudhindra P S
vinodn
Charter Member
Charter Member
Posts: 93
Joined: Tue Dec 13, 2005 11:00 am

Post by vinodn »

Hi Sudhindra,

Ok i will try with this solution and i will give u reply.


Regards,
Vinodn
Post Reply