<?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: Numeric Variable integer or float in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Numeric-Variable-integer-or-float/m-p/929558#M365756</link>
    <description>&lt;P&gt;Wonderful&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2024 08:43:29 GMT</pubDate>
    <dc:creator>DrAbhijeetSafai</dc:creator>
    <dc:date>2024-05-24T08:43:29Z</dc:date>
    <item>
      <title>Numeric Variable integer or float</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Numeric-Variable-integer-or-float/m-p/329847#M73847</link>
      <description>&lt;P&gt;Hi All&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I find a sas numeric variable whether its an integer or float? If its a floating numeric variable i need to know significant digits existing in the data?&lt;/P&gt;
&lt;P&gt;Can someone throw some ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 17:40:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Numeric-Variable-integer-or-float/m-p/329847#M73847</guid>
      <dc:creator>SASSLICK001</dc:creator>
      <dc:date>2017-02-03T17:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Variable integer or float</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Numeric-Variable-integer-or-float/m-p/329851#M73849</link>
      <description>&lt;P&gt;SAS numeric varables are always real number.&lt;/P&gt;
&lt;P&gt;If you want to know if the value contained is a whole number, check if int(var) = var.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 17:44:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Numeric-Variable-integer-or-float/m-p/329851#M73849</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-02-03T17:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Variable integer or float</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Numeric-Variable-integer-or-float/m-p/329852#M73850</link>
      <description>If num - int( num ) = 0 then do ; &lt;BR /&gt;     Handle integer case ;&lt;BR /&gt;End ;&lt;BR /&gt;Else do ;&lt;BR /&gt;  Handle non- integer case ;&lt;BR /&gt;End ;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2017 17:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Numeric-Variable-integer-or-float/m-p/329852#M73850</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2017-02-03T17:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Variable integer or float</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Numeric-Variable-integer-or-float/m-p/329878#M73861</link>
      <description>&lt;P&gt;Note that you may have issues if try to search for values with certain decimal values as storage precision may not exactly match your expectation and may have to do something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if (round,value,0.000001) = 123.456789 then...&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 19:13:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Numeric-Variable-integer-or-float/m-p/329878#M73861</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-02-03T19:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Variable integer or float</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Numeric-Variable-integer-or-float/m-p/929558#M365756</link>
      <description>&lt;P&gt;Wonderful&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 08:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Numeric-Variable-integer-or-float/m-p/929558#M365756</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2024-05-24T08:43:29Z</dc:date>
    </item>
  </channel>
</rss>

