MODIFY STAGE

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
shirishareddy
Participant
Posts: 12
Joined: Mon Sep 08, 2008 12:40 am
Location: Hyderabad

MODIFY STAGE

Post by shirishareddy »

HI,

What is the syntax for convert NULL field to NOT NULL Field in Modify Stage?
Shirishareddy
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

handle_null(inputcolumn, replacementvalue)

The Parallel Job Developer's Guide is wrong to specify NullToValue(), which is for the Transformer stage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply