Search found 20 matches

by kd813
Mon Jun 04, 2007 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numeric to decimal Data Type problem
Replies: 8
Views: 1920

going further its required to perform some mathematical operations on the data so its not feasible to store it as varchar
by kd813
Sun Jun 03, 2007 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numeric to decimal Data Type problem
Replies: 8
Views: 1920

if i m reading it as real(9,3)
then the output is like
1.0123000E+01 for input 10.123
by kd813
Sun Jun 03, 2007 9:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numeric to decimal Data Type problem
Replies: 8
Views: 1920

ds_developer wrote:Where are you putting the data...in a database, in a sequential file? The solution depends on your target.

John

I m putting it in a sequential file
by kd813
Fri Jun 01, 2007 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numeric to decimal Data Type problem
Replies: 8
Views: 1920

Numeric to decimal Data Type problem

Hi,

I am reading data as numeric(9,3) and the data is like 1.22,1.00,0.00.1.234,1.230
and want the output data in the below format as
1.22,1,0,1.234,1.23

how to achieve this?

Thanks,
kd813
by kd813
Mon May 28, 2007 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: system variable
Replies: 2
Views: 761

system variable

I have to specify null value to a column as the default value
@NULL system variable could be used for this is DS server version but this variable is not coming in paralle.
How could this be achieved?