Difference Stage in PX

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
soracev
Participant
Posts: 3
Joined: Tue Sep 14, 2004 1:56 pm

Difference Stage in PX

Post by soracev »

I am using a Difference Stage in one of my jobs to compare data from 2 input datasets. Both datasets have 3 Key Columns (with same names) and all other columns I want to treat as Value Columns (in order to compare the values in them from both datasets). The value columns have also same names in both datasets (as mentioned in the DS help files).
When I run the job, everything executes well, but I am getting warnings for every single field with the following description:
"When checking operator: Dropping component "Column_Name" because of a prior component with the same name".
Could anybody please let me know what am I doing wrong?

Thanks
soracev
Participant
Posts: 3
Joined: Tue Sep 14, 2004 1:56 pm

Re: Difference Stage in PX

Post by soracev »

soracev wrote:I am using a Difference Stage in one of my jobs to compare data from 2 input datasets. Both datasets have 3 Key Columns (with same names) and all other columns I want to treat as Value Columns (in order to compare the values in them from both datasets). The value columns have also same names in both datasets (as mentioned in the DS help files).
When I run the job, everything executes well, but I am getting warnings for every single field with the following description:
"When checking operator: Dropping component "Column_Name" because of a prior component with the same name".
Could anybody please let me know what am I doing wrong?

Thanks


Thanks Ray!
I already did.
Please respond there if you can.

Thanks
Post Reply