Exporting nullable field

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
satya99
Participant
Posts: 104
Joined: Thu Nov 30, 2006 1:22 pm

Exporting nullable field

Post by satya99 »

HI,

when i am trying to write data to a sequential file i am gettinng warnings.

"Exporting nullable field without null handling properties"

Any suggestions.

Thanks.
satya
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

An exact search on "Exporting nullable field without null handling properties" gave many results. Check if any helps you.
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

The error message tell you all. Null values are being passed. They need to be handled, explicitly. As narasimha mentioned, search for ways of achieving that.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply