Reading Decimal Value in Schema file

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
laknar
Participant
Posts: 162
Joined: Thu Apr 26, 2007 5:59 am
Location: Chennai

Reading Decimal Value in Schema file

Post by laknar »

Input data

4456456.6456
12312.423
5534.64565
312123.567887

the scales are not fixed here. it may or may not exceed.

How can i read those values and load into database.

in database decimal[20,10]

how can i read this
Regards
LakNar
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

All of those values are valid for Decimal(20,10).
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