Page 1 of 1

Modify Stage Syntax search

Posted: Wed May 30, 2007 3:37 am
by Sreedhar
With in a sample job I am trying to use the SETNULL function given by the Data Stage


Can someone help on how to use the SETNULL function?

Destination= SetNull(Source) ?


Thanks In advance.

Posted: Wed May 30, 2007 4:04 am
by JoshGeorge
In modify stage use makeNull()

Posted: Wed May 30, 2007 4:20 am
by Sreedhar
Thanks for the Suggestion,

Though with this function, my functionality is achieved, just want to understand how I can make use of the SETNULL function in the Modify Stage.



Regards,
SM

Posted: Wed May 30, 2007 4:30 am
by Sreedhar
What is the syntax for MakeNULL(), Failed to implement this, could you please help me.

Will appreciate if you can give me an example.


Thanks & Regards,
Sm

Posted: Wed May 30, 2007 5:03 am
by JoshGeorge
inputcolumn = make_null(outputcolumn, '<value>')