double data type

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
vamsi.4a6
Participant
Posts: 334
Joined: Sun Jan 22, 2012 7:06 am
Contact:

double data type

Post by vamsi.4a6 »

1)what is double data type in datastage?can anybody explain some sample data for double datatype
2)Does double and decimal datatypes have any similarities?i am confused everytime when to use double and decimal

Double data type-double-precision (64-bit) floating point
value.Not able to get what exactly it means?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

All kinds of information out there on the subject that a search would turn up. Ignoring that this one is for Java (as that doesn't really matter) here is one such example.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Another good source is Chapter 2 of Parallel Job Developer's Guide which explains how each data type is stored. Using this knowledge you can calculate row sizes and tune your jobs optimally.
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