Null handling error when writing to sequential file

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
sgubba
Participant
Posts: 30
Joined: Wed Apr 16, 2008 11:06 am

Null handling error when writing to sequential file

Post by sgubba »

My job calculates max and min values based on a column ....so i used a transformer with the column and added another dummy column with value 1. I use a aggregator use the dummy value column as key and then use the max value output function and min value output function.
I also use allow null output =False. Then i am writing the min and max value to a sequential file stage....

My sequential file stage throws a warning
Converting a nullable source to a non-nullable result

In the meta data for max and min columns i use nullable as No

......Why am i getting warning messages ...

Regards
Post Reply