<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Calculation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Calculation/m-p/26564#M4751</link>
    <description>Roundoff.&lt;BR /&gt;
&lt;BR /&gt;
SAS stores all numbers in floating point.  The largest is 8 bytes.  Your OS companion can tell you how big a number can be stored with what level of precision.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
    <pubDate>Thu, 10 Mar 2011 14:32:39 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2011-03-10T14:32:39Z</dc:date>
    <item>
      <title>Calculation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Calculation/m-p/26563#M4750</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
why would this piece of code &lt;BR /&gt;
&lt;BR /&gt;
---&lt;BR /&gt;
data _null_;&lt;BR /&gt;
&lt;BR /&gt;
	format a b 31.15;&lt;BR /&gt;
&lt;BR /&gt;
	a = 12345678912345.123456789123456;&lt;BR /&gt;
&lt;BR /&gt;
	b = a + 1;&lt;BR /&gt;
&lt;BR /&gt;
run;&lt;BR /&gt;
---&lt;BR /&gt;
&lt;BR /&gt;
result in&lt;BR /&gt;
&lt;BR /&gt;
b = 12345678912346.100000000000000?&lt;BR /&gt;
&lt;BR /&gt;
OS is AIX.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Thomas</description>
      <pubDate>Thu, 10 Mar 2011 14:03:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Calculation/m-p/26563#M4750</guid>
      <dc:creator>ThomasH</dc:creator>
      <dc:date>2011-03-10T14:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Calculation/m-p/26564#M4751</link>
      <description>Roundoff.&lt;BR /&gt;
&lt;BR /&gt;
SAS stores all numbers in floating point.  The largest is 8 bytes.  Your OS companion can tell you how big a number can be stored with what level of precision.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Thu, 10 Mar 2011 14:32:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Calculation/m-p/26564#M4751</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-03-10T14:32:39Z</dc:date>
    </item>
  </channel>
</rss>

