<?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 How to display all digits in a SUM() column? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-display-all-digits-in-a-SUM-column/m-p/152372#M11963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm summing a column:&lt;/P&gt;&lt;P&gt;SUM(DIRECT_EP)&lt;/P&gt;&lt;P&gt;and no matter how I format it I get at the most:&amp;nbsp; -5.6843418860808E-14&lt;/P&gt;&lt;P&gt;I would like to see &lt;SPAN style="text-decoration: underline;"&gt;ALL&lt;/SPAN&gt; digits; I tried things like FORMAT 50.50 and got the same thing so obviously I'm going about this wrong.&lt;/P&gt;&lt;P&gt;thx!&lt;/P&gt;&lt;P&gt;not sure if it matters but I'm doing it in PROC SQL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Nov 2013 18:23:25 GMT</pubDate>
    <dc:creator>80sMetalForever</dc:creator>
    <dc:date>2013-11-21T18:23:25Z</dc:date>
    <item>
      <title>How to display all digits in a SUM() column?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-display-all-digits-in-a-SUM-column/m-p/152372#M11963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm summing a column:&lt;/P&gt;&lt;P&gt;SUM(DIRECT_EP)&lt;/P&gt;&lt;P&gt;and no matter how I format it I get at the most:&amp;nbsp; -5.6843418860808E-14&lt;/P&gt;&lt;P&gt;I would like to see &lt;SPAN style="text-decoration: underline;"&gt;ALL&lt;/SPAN&gt; digits; I tried things like FORMAT 50.50 and got the same thing so obviously I'm going about this wrong.&lt;/P&gt;&lt;P&gt;thx!&lt;/P&gt;&lt;P&gt;not sure if it matters but I'm doing it in PROC SQL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 18:23:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-display-all-digits-in-a-SUM-column/m-p/152372#M11963</guid>
      <dc:creator>80sMetalForever</dc:creator>
      <dc:date>2013-11-21T18:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to display all digits in a SUM() column?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-display-all-digits-in-a-SUM-column/m-p/152373#M11964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS adheres to an IEEE standard for floating-point number representation, and that precision might be what you're seeing.&amp;nbsp; For all of the details, reference this article:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/03/01/precision-in-sas-numbers/" title="http://blogs.sas.com/content/sasdummy/2012/03/01/precision-in-sas-numbers/"&gt;Numerical precision in SAS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 18:33:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-display-all-digits-in-a-SUM-column/m-p/152373#M11964</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2013-11-21T18:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to display all digits in a SUM() column?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-display-all-digits-in-a-SUM-column/m-p/152374#M11965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;50.50 wouldn't work in any event, since it doesn't allocate any space for the decimal point, and I think you have to have one spot to the left of the decimal (so 50.48 is your maximum).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, assume you have 15 digits of safe precision at the most.&amp;nbsp; BEST16. would give you that.&amp;nbsp; To get more precise than that you'd have to use another system that used more than 8 bytes to store numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 20:12:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-display-all-digits-in-a-SUM-column/m-p/152374#M11965</guid>
      <dc:creator>snoopy369</dc:creator>
      <dc:date>2013-11-21T20:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to display all digits in a SUM() column?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-display-all-digits-in-a-SUM-column/m-p/152375#M11966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx guys, I talked the requester into rounding so not really an issue now but still a good lesson on the subject&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 20:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-display-all-digits-in-a-SUM-column/m-p/152375#M11966</guid>
      <dc:creator>80sMetalForever</dc:creator>
      <dc:date>2013-11-21T20:22:45Z</dc:date>
    </item>
  </channel>
</rss>

