how to join the two db2 sources

Formally known as "Mercator Inside Integrator 6.7", DataStage TX enables high-volume, complex transactions without the need for additional coding.

Moderators: chulett, rschirm

Post Reply
sravan
Participant
Posts: 17
Joined: Thu Aug 25, 2005 10:21 pm
Contact:

how to join the two db2 sources

Post by sravan »

Hi guys,

iam new ti paralell jobs and db2

plz help me out on this.

how to join the two db2 sources in paralell jobs
again db2 as a target.


thanks in advance for any of the early responces.

bye
waitng for responce
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

You have posted in the DataStage TX forum but you are referring to parallel jobs, which belongs in the DataStage Enterprise forum. You can join two DB2 tables in the source database stage via a user-defined SQL statement, you can join them in a job via the join, merge or lookup stages. Refer to the Parallel Job Developers Guide for details on any of these stages.
murali
Participant
Posts: 54
Joined: Mon Sep 12, 2005 11:38 pm

Post by murali »

You can join two DB2 tables in the source database stage via a user-defined SQL statement, you can join them in a job via the join, merge or lookup stages. Refer to the Parallel Job Developers Guide for details on any of these stages
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You could also create a TX map that references the join within DB2. Provided, of course, that you have DataStage TX and the TX plug-in stage installed.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
olgc
Participant
Posts: 145
Joined: Tue Nov 18, 2003 9:00 am

Post by olgc »

In order to use user-defined SQL statement to join two db2 databases, you need the DB2 federation configuration.
Post Reply