 




<?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: decimal field in printerfile</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/decimal-field-in-printerfile/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/decimal-field-in-printerfile/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/decimal-field-in-printerfile/#comment-114299</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Sun, 16 Dec 2012 03:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/decimal-field-in-printerfile/#comment-114299</guid>
		<description><![CDATA[Note: placing the fields on the output right to left will allow you to overlay some of the spaces from a long number field with the next field to the left but it will overlay these characters even if they contain digits.]]></description>
		<content:encoded><![CDATA[<p>Note: placing the fields on the output right to left will allow you to overlay some of the spaces from a long number field with the next field to the left but it will overlay these characters even if they contain digits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/decimal-field-in-printerfile/#comment-114293</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Sat, 15 Dec 2012 08:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/decimal-field-in-printerfile/#comment-114293</guid>
		<description><![CDATA[&lt;EM&gt;If the PRTF is internally defined in your program, you can rearrange the output specs...&lt;/EM&gt;
&#160;
If the PRTF is externally described, you can also rearrange the output fields in&#160;a similar way. Generally, it&#039;s far better to have a PRTF be externally described.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p><em>If the PRTF is internally defined in your program, you can rearrange the output specs&#8230;</em><br />
&nbsp;<br />
If the PRTF is externally described, you can also rearrange the output fields in&nbsp;a similar way. Generally, it&#8217;s far better to have a PRTF be externally described.<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/decimal-field-in-printerfile/#comment-114283</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Fri, 14 Dec 2012 20:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/decimal-field-in-printerfile/#comment-114283</guid>
		<description><![CDATA[15 - 2&#160;&#160; 
&#160;
1,234,567,890,123.45
If you know that you will not need a number that big then you might want to&#160;move this to a smaller field and print that field.
&#160;]]></description>
		<content:encoded><![CDATA[<p>15 &#8211; 2&nbsp;&nbsp;<br />
&nbsp;<br />
1,234,567,890,123.45<br />
If you know that you will not need a number that big then you might want to&nbsp;move this to a smaller field and print that field.<br />
&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gfprogrammer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/decimal-field-in-printerfile/#comment-114279</link>
		<dc:creator>gfprogrammer</dc:creator>
		<pubDate>Fri, 14 Dec 2012 16:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/decimal-field-in-printerfile/#comment-114279</guid>
		<description><![CDATA[An edit code of 4 will only show the decimal point.&#160; This will just add 1 extra position for the decimal making the output 16 positions.]]></description>
		<content:encoded><![CDATA[<p>An edit code of 4 will only show the decimal point.&nbsp; This will just add 1 extra position for the decimal making the output 16 positions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ToddN2000</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/decimal-field-in-printerfile/#comment-114276</link>
		<dc:creator>ToddN2000</dc:creator>
		<pubDate>Fri, 14 Dec 2012 15:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/decimal-field-in-printerfile/#comment-114276</guid>
		<description><![CDATA[You could rearrange the field print sequence to allow the overlap as mentioned above.The question you need to ask yourself is what is the largest amount value that exists for that field? You need to make sure if you do overlap, you do not overlay valid data. If you have the ability to make the programming changes, I assume you do if you can change the edit code, why not change the size of the field in the print file to your maximum data value size?.]]></description>
		<content:encoded><![CDATA[<p>You could rearrange the field print sequence to allow the overlap as mentioned above.The question you need to ask yourself is what is the largest amount value that exists for that field? You need to make sure if you do overlap, you do not overlay valid data. If you have the ability to make the programming changes, I assume you do if you can change the edit code, why not change the size of the field in the print file to your maximum data value size?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/decimal-field-in-printerfile/#comment-114272</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 14 Dec 2012 10:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/decimal-field-in-printerfile/#comment-114272</guid>
		<description><![CDATA[A (15S 2) field with EDTCDE(1) should take up 20 positions. There will be 15 digits, plus a decimal point, plus four comma separators - 20 characters. You could use an edit code that doesn&#039;t include comma separators. -- Tom]]></description>
		<content:encoded><![CDATA[<p>A (15S 2) field with EDTCDE(1) should take up 20 positions. There will be 15 digits, plus a decimal point, plus four comma separators &#8211; 20 characters. You could use an edit code that doesn&#8217;t include comma separators. &#8212; 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 3/8 queries in 0.035 seconds using memcached
Object Caching 339/340 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 13:51:01 -->