Padding null fields with # does not work in designer

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
babbu9
Premium Member
Premium Member
Posts: 75
Joined: Tue Jun 01, 2004 9:44 am

Padding null fields with # does not work in designer

Post by babbu9 »

Hi
I was trying to fill all the null values in a Oracle table with # sign which is the default setting in DS designer. But once i run and look at the output in the oracle table the table still displays null values. I dont know whats wrong.Is there a way to do this?
ogmios
Participant
Posts: 659
Joined: Tue Mar 11, 2003 3:40 pm

Re: Padding null fields with # does not work in designer

Post by ogmios »

nvl in Oracle is faster.

Ogmios
leomauer
Premium Member
Premium Member
Posts: 100
Joined: Mon Nov 03, 2003 1:33 pm

Re: Padding null fields with # does not work in designer

Post by leomauer »

babbu9 wrote:Hi
I was trying to fill all the null values in a Oracle table with # sign which is the default setting in DS designer. But once i run and look at the output in the oracle table the table still displays null values. I dont know whats wrong.Is there a way to do this?
Did you look using DataStage browser or the other application?
DS browser does not show the "fill" character (at least in files).
Post Reply