Conversion error in routine decimal_from_string

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
raghu.chandra
Participant
Posts: 13
Joined: Sun Nov 19, 2006 8:40 am
Location: Mumbai

Conversion error in routine decimal_from_string

Post by raghu.chandra »

Hi,

We are geeting this warning
Conversion error calling conversion routine decimal_from_string data may have been lost.

We want to remove this wariing, need your help for the same.

The code we are using is

StringtoDecimal( SourceCoumn) < 1800

Please help me to remove this warnings
Thanks in advance
Raghuraj
Raghuraj Singh Chandra,Software Engineer
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Do you want to remove the warning message (job or project level message handler will do that for you) or remove the cause of the problem?
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Message handler will do this but its not a complete solution. Message handler just hides the output from the job log. I get a similar error on using strintotimestamp but i do not get this warning on using stringtodate function.

Regards
Sreeni
Post Reply