Using NullToValue() at a job level

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
ggarze
Premium Member
Premium Member
Posts: 78
Joined: Tue Oct 11, 2005 9:37 am

Using NullToValue() at a job level

Post by ggarze »

If i have a job like database --> transform --> database, instead of doing a NullToValue() on almost every column in the transform, is there a way to do this at the job level so that every null value in any column will be converted to a non-null value of my choice?

Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

No, but you can multi-select the column derivations then choose Derivation Substitution from the right-click menu. By this means you can change as many derivation expressions as you wish at one time.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ggarze
Premium Member
Premium Member
Posts: 78
Joined: Tue Oct 11, 2005 9:37 am

Post by ggarze »

Thanks Ray, that will work
Post Reply