full-outerjoin using

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
smohd1338
Premium Member
Premium Member
Posts: 28
Joined: Fri Aug 03, 2012 1:09 pm

full-outerjoin using

Post by smohd1338 »

main_program: Fatal Error: Destination "leftRec.leftRec_EmployeeReconId" is already bound.

does anybody have any idea what does this mean?

I am using this as key in full outer join
sameer
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Post by prasson_ibm »

Hi,
What is the datatype and nullability of this column?
smohd1338
Premium Member
Premium Member
Posts: 28
Joined: Fri Aug 03, 2012 1:09 pm

Post by smohd1338 »

Hi,

its is notnull and varchar.

To give little history wt ia m doing, i have this two bills i am comapring , Prior Vs current,

In would be nending to go aand get the employeereconid added in current bill, dropped from prior bill. i ahve joined the two sqls on employee reconid and in trnasormer based on constaraints iam separating added and terminated, for the rest "emprecids" on both bills, i ll have to now cehck for their "certs" additions and termonations, so again ia m doing fullouter, with emprecid(Previously done) and certs? so doing fullouter twice on same field matter?
sameer
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Post by prasson_ibm »

Hi,
I didnt get your explanation clearly but i dont think full outer join on same filed matters.

Just search your error in this forum,you will get multiple result.For your reference i am giving you below link:-

viewtopic.php?t=127756&highlight=already+bound
smohd1338
Premium Member
Premium Member
Posts: 28
Joined: Fri Aug 03, 2012 1:09 pm

Post by smohd1338 »

thanks
sameer
Post Reply