Handle Import Warnings

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
Vishvas
Participant
Posts: 34
Joined: Sat Jun 21, 2003 3:52 am

Handle Import Warnings

Post by Vishvas »

Hi,

I have a job that reads data from sequential file. I have a reject link attached to the sequential file stage. If there is any mismatch in the datatype, then the record will be passed to the reject link and there will be a warning in the log.

My requirement is not to create the warning in the log. So if there is any datatype mismatch, then the record will go to reject link, thats all. There should not be any warning. Is it possible?

Vishvas
srinivas.g
Participant
Posts: 251
Joined: Mon Jun 09, 2008 5:52 am

Post by srinivas.g »

Use message handling property which is available in datastage director to handle warnings.
Srinu Gadipudi
Post Reply