Left outer join

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
chandra
Participant
Posts: 88
Joined: Sun Apr 02, 2006 6:50 pm
Location: India

Left outer join

Post by chandra »

how to find which one is left dataset / right dataset in join.

A--

--join-- assume iam doing leftouter join, how find which one left Ds
b--
chandra ,
Hyd
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Find a tab in the stage called Link Execution Order (on the Inputs tab). This will show which is which and, indeed, allow you to change them. Once your voyage of discovery is complete, why not use small annotations to label the inputs on your graphical job design?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
bcarlson
Premium Member
Premium Member
Posts: 772
Joined: Fri Oct 01, 2004 3:06 pm
Location: Minnesota

Post by bcarlson »

It is also helpful to use logical names on your links. A link from a customer table read could be cust_read_lnk, joined to customer/address file with a link called cust_addr_lnk. Then it is easier when you assign your left/right sides of your join and the stage is self documenting.

Brad.
Vengadeshwaran v.j
Participant
Posts: 5
Joined: Thu Feb 21, 2008 4:55 am

Post by Vengadeshwaran v.j »

Get the details from the Link Ordering Tab
Vengadeshwaran v.j
Participant
Posts: 5
Joined: Thu Feb 21, 2008 4:55 am

Post by Vengadeshwaran v.j »

Get the details from the Link Ordering Tab
sunayan_pal
Participant
Posts: 49
Joined: Fri May 11, 2007 12:24 am
Location: kolkata

Post by sunayan_pal »

open the join stage
in the Link ordering tab of the Stage page you can see the left and the right one.
regards
sunayan
Post Reply