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
karthi_gana
Premium Member
Premium Member
Posts: 729
Joined: Tue Apr 28, 2009 10:49 pm

Join Stage

Post by karthi_gana »

All,

My job design is as below

file1 -->

File2 --> Join (Left outer join = File 3) --> Remove duplicates --> File

File3 -->


I have added new column in both file1 & file 2. But it is not at all displaying in the Join stage "Mapping" - Output table. why?

Even I re-compiled the job. But it is not coming.
Karthik
ShaneMuir
Premium Member
Premium Member
Posts: 508
Joined: Tue Jun 15, 2004 5:00 am
Location: London

Post by ShaneMuir »

At a guess - Do you have the same column name in all the files?

What is your left link? If multiple inputs have the same column names only the column from the left link is available for mapping.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Not only same name, but same data types, lengths & nullability.
karthi_gana
Premium Member
Premium Member
Posts: 729
Joined: Tue Apr 28, 2009 10:49 pm

Post by karthi_gana »

ShaneMuir wrote:What is your left link? If multiple inputs have the same column names only the column from the left link is available for mapping.
You are right. I used the same name :wink:
After changing the name, I can see it.
Karthik
Post Reply