how to get rejected data fron the 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
skyboyfli
Participant
Posts: 32
Joined: Fri Jun 04, 2010 8:21 am
Location: hyd
Contact:

how to get rejected data fron the join stage

Post by skyboyfli »

how to get rejected data fron the join stage with out using any stages after join
this is nice
anand_dafaria
Premium Member
Premium Member
Posts: 36
Joined: Wed Dec 27, 2006 3:50 am
Location: Phoenix

Post by anand_dafaria »

Join do not have any reject link and do not try bump your head trying to take a reject link out of it. Use outer joins in the join stage and then separate out the records using a transformer. Or else try merge stage if it suits your reject requirement.
Post Reply