Null Handling in Modify Stage

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
karthegx
Participant
Posts: 27
Joined: Wed Sep 06, 2006 1:48 am

Null Handling in Modify Stage

Post by karthegx »

Hi,

I have one Problem when i am using modify stage for Null handling. I used Specification as NullToValue.I also followed the syntax.But it's not working can any one tell me the exact format.
kartheek
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

NullToValue() does not work. Try handle_null(). You wont find its syntax in the manual. Refer here for exact syntax.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply