<?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: sas 0.7 bug? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/sas-0-7-bug/m-p/580090#M13514</link>
    <description>&lt;P&gt;Most decimal fractions can not be represented by a finite binary number, so you end up with imprecisions when doing calculations. Use the round() function to get rid of aberrations (or at least get identical aberrations).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For in-depth information, do a google search for "sas numeric precision".&lt;/P&gt;</description>
    <pubDate>Fri, 09 Aug 2019 09:16:50 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-08-09T09:16:50Z</dc:date>
    <item>
      <title>sas 0.7 bug?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/sas-0-7-bug/m-p/580085#M13513</link>
      <description>&lt;P&gt;I want to find 'aa2=0.7' row in below code. But it doesn't work. other number is work like 0.6, 0.8, 0.9.&lt;/P&gt;&lt;P&gt;Is it a bug of sas or anything else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;data test1;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;input aa bb cc;&lt;/DIV&gt;&lt;DIV&gt;cards;&lt;/DIV&gt;&lt;DIV&gt;6 392 2935&lt;/DIV&gt;&lt;DIV&gt;7 132 324&lt;/DIV&gt;&lt;DIV&gt;8 393 230424&lt;/DIV&gt;&lt;DIV&gt;9 3924 2348729&lt;/DIV&gt;&lt;DIV&gt;10 456 234235&lt;/DIV&gt;&lt;DIV&gt;;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;proc sql;&lt;/DIV&gt;&lt;DIV&gt;create table test2 as&lt;/DIV&gt;&lt;DIV&gt;select aa/10-0.1 as aa2, bb, cc&lt;/DIV&gt;&lt;DIV&gt;from test1&lt;/DIV&gt;&lt;DIV&gt;;&lt;/DIV&gt;&lt;DIV&gt;quit;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;proc sql;&lt;/DIV&gt;&lt;DIV&gt;create table test3 as&lt;/DIV&gt;&lt;DIV&gt;select *&lt;/DIV&gt;&lt;DIV&gt;from test2&lt;/DIV&gt;&lt;DIV&gt;where aa2=0.7&lt;/DIV&gt;&lt;DIV&gt;;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;quit;​&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 08:22:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/sas-0-7-bug/m-p/580085#M13513</guid>
      <dc:creator>jihunx</dc:creator>
      <dc:date>2019-08-09T08:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: sas 0.7 bug?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/sas-0-7-bug/m-p/580090#M13514</link>
      <description>&lt;P&gt;Most decimal fractions can not be represented by a finite binary number, so you end up with imprecisions when doing calculations. Use the round() function to get rid of aberrations (or at least get identical aberrations).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For in-depth information, do a google search for "sas numeric precision".&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 09:16:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/sas-0-7-bug/m-p/580090#M13514</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-08-09T09:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: sas 0.7 bug?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/sas-0-7-bug/m-p/580303#M13541</link>
      <description>Thank you so much!</description>
      <pubDate>Fri, 09 Aug 2019 23:02:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/sas-0-7-bug/m-p/580303#M13541</guid>
      <dc:creator>jihunx</dc:creator>
      <dc:date>2019-08-09T23:02:27Z</dc:date>
    </item>
  </channel>
</rss>

