This is my personal blog that will provide information, tips and solution on problem that I encountered during my projects.Currently focus is mainly on ETL using Datastage.
Sunday, February 27, 2011
Default Null in DataStage
In DataStage, the way to default null in transformer stage for Server job and Parallel job are different.
In transformer stage in Server job, @NULL is used.
In transformer stage in Parallel job, SetNull() is used.
No comments:
Post a Comment