joining in server jobs

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
scorpion
Participant
Posts: 144
Joined: Thu May 12, 2005 4:19 am

joining in server jobs

Post by scorpion »

hi,

can any one please let me know how to join two or morethan two sources(flat file and database tables) in serverjobs.

we can have joinstage in parellel jobs..but how can we achieve in serverjobs.

thanx in advance
_________________
Thanx&Regards
scorpion
Thanx&Regards
scorpion
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

You have Merger in Server jobs. :wink:

-Kumar
scorpion
Participant
Posts: 144
Joined: Thu May 12, 2005 4:19 am

Post by scorpion »

hi kumar,
thanks for quick reply,i am really didnt find any merge stage in server jobs,can any one help me on this.
i already searched forum and manuals.but i am in confusing whether it is done by linkcollector stage...?
any one please help me out

tx in advance..
scorpion
Thanx&Regards
scorpion
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi,
What is the version of DataStage you use?
If not in pallet, try to check in customize pallet.
Right click-> Customizaiton-> Customize->Processing --> Merge.

I guess its a plugin, check in DataStage CD as well.

-Kumar
scorpion
Participant
Posts: 144
Joined: Thu May 12, 2005 4:19 am

Post by scorpion »

sry gurus,

i got the answer,i think it will be done by universe stage or unidatastage!

tx
Thanx&Regards
scorpion
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

HI,

In server Editon, you can do a lookup even through a Transformer stage to acheive join of two files.

-Kumar
raj_konig
Participant
Posts: 67
Joined: Thu Dec 22, 2005 12:27 am

Post by raj_konig »

Code: Select all

In server Editon, you can do a lookup even through a Transformer stage to acheive join of two files. 
I guess we can just do a lookup using a transformer but join is different with that of a lookup

rajesh
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

raj_konig wrote:

Code: Select all

In server Editon, you can do a lookup even through a Transformer stage to acheive join of two files. 
I guess we can just do a lookup using a transformer but join is different with that of a lookup

rajesh
Yes true. I never said both are same.
But you can still acheive the output of join through lookup (Inner, Leftouter, Right outer). The only constraint in lookup would be the lookup memory utilized during the process.

-Kukmar
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Hi,

This could be of help:

One lookup each for satisfying each join condition.
There for suppose if you have 3 sources then you need to do use 2 lookups and 1 source. 2 lookups can be done using one transformer or
2 transformer depending on the logic.

Regards
Sreeni
Post Reply