Full outer join in server job

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
umamahes
Premium Member
Premium Member
Posts: 110
Joined: Tue Jul 04, 2006 9:08 pm

Full outer join in server job

Post by umamahes »

I am reading data using sequentila file and doing look up using hash file as reference.I need matched records and also unmatched from both the input and reference.

How can we do this in server job.Can any one please help me.
HI
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You do an "outer join" by not checking the status of the lookup, but that's not a full outer join. For that you'd need to flip the streams and run the data through that way as well, then merge the results.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply