Posted: Mon Jun 09, 2008 1:47 am Post subject: Problem with TDS message set - Decimal field
Centurion
Joined: 01 Mar 2007 Posts: 101 Location: US-Greenwille
Hi
WBIMB 5.2
My flow is like
MQINputNode-->Compute-->RCD-->MQOutput
I am facing an problem with my MRM (TDS) message set. Infact, one of my field is Decimal type. The field length is 8. Justification as "Right" and Padding char as '0'. Precision is set as "All Significant Digits"
During my mapping (Compute Node) i am assigning the value as 90.00. when see the output message i am seeing only 00000090. But the expected is 00090.00.
Could you please some one can giude me or correct me if i am doing something wrong.
Jeff>> Could you please help me out? _________________ --SRK--
All Significant Digits (the default): all the significant digits are written to the output bit stream, and there is no decimal separator if there are no fractional digits.
This is from the manual my understanding is that if there are no fractional digits which in your case i would imagine .00 is classed as no significant digit as opposed to your value being 90.55 where .55 is classed as significant, but i could be very wrong and is the way i had interpreted the manual. What is your objective here concerning the output of the numerics you receive.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum