Log warnings

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
iwin
Premium Member
Premium Member
Posts: 99
Joined: Mon Apr 11, 2005 9:20 pm

Log warnings

Post by iwin »

Hey,
I am trying to pull data from mainframes to a dataset. I have source then transformer and a dataset in the job design. when i run the job i get the following warnings.

Code: Select all

Transformer_22,2: APT_Decimal::ErrorBase: From: the source decimal has even precision, but non-zero in the leading nybble, or is too large for the destination decimal..Record dropped.
Please let me know if anyone has come across similar messages in the log.
Every person you meet knows something you don't, Learn from them.
-- H. Jackson Brown
rleishman
Premium Member
Premium Member
Posts: 252
Joined: Mon Sep 19, 2005 10:28 pm
Location: Melbourne, Australia
Contact:

Post by rleishman »

Sounds like you are reading a Packed Decimal, which - from memory - uses the first nybble to designate the sign.

What datatype have you specified in the DataStage source stage? Have you retained that datatype all the way through the other stages? Have you used the correct conversion function to convert to a regular numeric datatype?
Ross Leishman
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Did you bother to Search the forum?
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