decimal value is out of range for the integer

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
scorpion
Participant
Posts: 144
Joined: Thu May 12, 2005 4:19 am

decimal value is out of range for the integer

Post by scorpion »

hi all,

when i tried one of my job,it is getting aborted and i can see the below messaage in the log.

Transformer_20,0: Fatal Error: APT_Decimal::asInteger: the decimal value is out of range for the integer result.


could any one helpme to resolve this.

thanks in advance,
sampath
Thanx&Regards
scorpion
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

Nothing much can be done other than changing the output data type to decimal.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The largest (signed) integer is 2^31-1. Your job has supplied a decimal value larger than this.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
scorpion
Participant
Posts: 144
Joined: Thu May 12, 2005 4:19 am

Post by scorpion »

thanks all
Thanx&Regards
scorpion
Post Reply