Find the Rejected data from which source

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
malladi_555
Participant
Posts: 2
Joined: Mon Apr 25, 2011 6:23 am

Find the Rejected data from which source

Post by malladi_555 »

Hey i got a small confusion about the topic...can anybody suggest about this....

Our source is DB2..we are in the kinda data integration project...

we have 4 source tables..get those into 2 SIF(Standard Interface File)structure..after doing the sif structure we do the load ready jobs(Kinda business transaction jobs)..But the thing we wan't to handle the rejects at load ready jobs stage...if we will collect the rejects over there and send it to client then he might not understand the reject data is coming from which source table to fix it...we had a taught of getting flags for each source table and find it through flags..but there is a problem with it...if we are doing the joins at sif stage then there will be a problem with those kind of stuff....any suggestions Welcome.....
KUMAR
tbharathkumar
Participant
Posts: 26
Joined: Mon Aug 27, 2007 6:27 am
Location: Des Moines

Re: Find the Rejected data from which source

Post by tbharathkumar »

Introduce alias column like Source_table while selecting data from source, use the same as identifier in reject data.
Regards,
Bharath Tipirisetty
Post Reply