 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Trimming trailing Zeros</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/trimming-trailing-zeros/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/trimming-trailing-zeros/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 18:27:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/trimming-trailing-zeros/#comment-112782</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Thu, 25 Oct 2012 12:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/trimming-trailing-zeros/#comment-112782</guid>
		<description><![CDATA[Any numeric field that is 25 - 9 contains 9 digits beyond the decimal.&#160; 
When you use this field you can control how it is displayed, reported, or used in subsequent processing.
&#160;]]></description>
		<content:encoded><![CDATA[<p>Any numeric field that is 25 &#8211; 9 contains 9 digits beyond the decimal.&nbsp;<br />
When you use this field you can control how it is displayed, reported, or used in subsequent processing.<br />
&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/trimming-trailing-zeros/#comment-112776</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Thu, 25 Oct 2012 06:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/trimming-trailing-zeros/#comment-112776</guid>
		<description><![CDATA[&lt;EM&gt;I have a numeric field of 25,9 in a file.&lt;/EM&gt;
&#160;
It&#039;s &quot;numeric&quot;, but what is its data type? There are a number of different numeric data types. Technically, if the data type was zoned-decimal, you could force the value to be written to the file with trailing blanks; but it would be the cause of trouble later because it would be a numeric field that had non-numeric data in it. Later programs would have errors.
&#160;
If you only want three decimal places, then don&#039;t define the field to have nine decimal places. You can&#039;t validly remove trailing decimal zeros without changing the definition. (Nor is there any reason to do it. Just because you want to, isn&#039;t a valid reason.)
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p><em>I have a numeric field of 25,9 in a file.</em><br />
&nbsp;<br />
It&#8217;s &#8220;numeric&#8221;, but what is its data type? There are a number of different numeric data types. Technically, if the data type was zoned-decimal, you could force the value to be written to the file with trailing blanks; but it would be the cause of trouble later because it would be a numeric field that had non-numeric data in it. Later programs would have errors.<br />
&nbsp;<br />
If you only want three decimal places, then don&#8217;t define the field to have nine decimal places. You can&#8217;t validly remove trailing decimal zeros without changing the definition. (Nor is there any reason to do it. Just because you want to, isn&#8217;t a valid reason.)<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.013 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 00:33:59 -->