Remove Warnings while populating sequential files

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

jpram
Participant
Posts: 7
Joined: Thu Sep 25, 2008 3:30 am

Post by jpram »

Since you are extracting from database,check if that column is null in database.
If it is not null and in your transformer,you specify null as true,it will throw the warning.In such cases,in the input stage of transformer,keep it null=false and in the output stage use If ISNULL then'somethin' else input and make it nulllable true.
Post Reply