Decimal values in exponential form

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
eze_ke
Participant
Posts: 38
Joined: Wed Mar 30, 2005 11:42 am

Decimal values in exponential form

Post by eze_ke »

Hi All,
I want to know can we read the decimal data in exponential form like 1.7088E7.. in datastage where source column is defined as decimal.

I defined the above column as decimal as we are using this values in calculations

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

Post by ray.wurlod »

In server jobs the answer is yes; for parallel jobs I don't know. Why not try it and let us all know?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
eze_ke
Participant
Posts: 38
Joined: Wed Mar 30, 2005 11:42 am

Post by eze_ke »

Hi,

I designed the job in which one of the columns is decimal; I'm using this column in calculations.
This column values from the Source are coming in exponential form like 1.7088E7.
Job is not running in parallel.
Can any one explain me how to read the decimal values in exponential form in datastage.
Note :( need to perform calculations on this column)


Thanks
eze_ke
dsusr
Premium Member
Premium Member
Posts: 104
Joined: Sat Sep 03, 2005 11:30 pm

Re: Decimal values in exponential form

Post by dsusr »

eze_ke wrote:Hi All,
I want to know can we read the decimal data in exponential form like 1.7088E7.. in datastage where source column is defined as decimal.

I defined the above column as decimal as we are using this values in calculations
Just try to use the data format double and since datastage normally writes the double data in exponential form.
I haven't tried it but i think it will work fine as i have faced a similar kind of issue earlier.
Post Reply