<?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 8.4 format  to see 4 digits after decimal point in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/8-4-format-to-see-4-digits-after-decimal-point/m-p/844592#M333909</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I am&amp;nbsp; using format 8.4&lt;/P&gt;
&lt;P&gt;What is the reason that I see only 3 digits after point and not 4 digits?&lt;/P&gt;
&lt;P&gt;For example:&amp;nbsp;9581.1728&amp;nbsp; &amp;nbsp;I see as&amp;nbsp; 9581.173&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the way to see 4 digits?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
format x_numeric 8.4;
input x_numeric;
cards;
9581.1728
9791.5262
1366.1106
;
Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 16 Nov 2022 10:43:42 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2022-11-16T10:43:42Z</dc:date>
    <item>
      <title>8.4 format  to see 4 digits after decimal point</title>
      <link>https://communities.sas.com/t5/SAS-Programming/8-4-format-to-see-4-digits-after-decimal-point/m-p/844592#M333909</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I am&amp;nbsp; using format 8.4&lt;/P&gt;
&lt;P&gt;What is the reason that I see only 3 digits after point and not 4 digits?&lt;/P&gt;
&lt;P&gt;For example:&amp;nbsp;9581.1728&amp;nbsp; &amp;nbsp;I see as&amp;nbsp; 9581.173&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the way to see 4 digits?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
format x_numeric 8.4;
input x_numeric;
cards;
9581.1728
9791.5262
1366.1106
;
Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Nov 2022 10:43:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/8-4-format-to-see-4-digits-after-decimal-point/m-p/844592#M333909</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2022-11-16T10:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: 8.4 format  to see 4 digits after decimal point</title>
      <link>https://communities.sas.com/t5/SAS-Programming/8-4-format-to-see-4-digits-after-decimal-point/m-p/844594#M333910</link>
      <description>&lt;P&gt;To see a number like&amp;nbsp;9581.1728 you need 9 spaces, not 8.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 10:53:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/8-4-format-to-see-4-digits-after-decimal-point/m-p/844594#M333910</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-11-16T10:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: 8.4 format  to see 4 digits after decimal point</title>
      <link>https://communities.sas.com/t5/SAS-Programming/8-4-format-to-see-4-digits-after-decimal-point/m-p/844601#M333912</link>
      <description>&lt;P&gt;4 digits left of the dot, the dot, and 3 digits after the dot add up to 8. That's why you need 9.4.&lt;/P&gt;
&lt;P&gt;With possible negative values, you would need 10.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 11:18:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/8-4-format-to-see-4-digits-after-decimal-point/m-p/844601#M333912</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-11-16T11:18:47Z</dc:date>
    </item>
  </channel>
</rss>

