<?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: Extracting all rows where the numeric values are larger than 0 in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81380#M736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i see that the values in the column are aligned to the left, as you know character values are aligned to the left and numeric values are aligned to the right. So i believe the values of column Differanse are character. Try to convert them into numeric and then try what you have mentioned in the post above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else you can use Differanse^="0,00". Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2013 07:25:24 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2013-01-22T07:25:24Z</dc:date>
    <item>
      <title>Extracting all rows where the numeric values are larger than 0</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81377#M733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems like a silly question, but given that I have these numeric values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image" src="https://communities.sas.com/legacyfs/online/3004_1.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... why can't I use this in order to extract all rows withere Differanse is higher than 0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image" src="https://communities.sas.com/legacyfs/online/3005_2.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try that, it just extracts all rows. I've also tried Differanse &amp;gt; 0, with the same lack of result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 21:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81377#M733</guid>
      <dc:creator>EinarRoed</dc:creator>
      <dc:date>2013-01-21T21:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting all rows where the numeric values are larger than 0</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81378#M734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &amp;gt;0.1.&lt;/P&gt;&lt;P&gt;You probably have some floating point errors going on, where the number is actually 0.000001 but displaying as 0.00. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are other options if you can't use the above method as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 22:14:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81378#M734</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-01-21T22:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting all rows where the numeric values are larger than 0</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81379#M735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also if you use not equal to zero you'll get any negative numbers and missing as well as positive numbers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 23:25:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81379#M735</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2013-01-21T23:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting all rows where the numeric values are larger than 0</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81380#M736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i see that the values in the column are aligned to the left, as you know character values are aligned to the left and numeric values are aligned to the right. So i believe the values of column Differanse are character. Try to convert them into numeric and then try what you have mentioned in the post above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else you can use Differanse^="0,00". Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 07:25:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81380#M736</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2013-01-22T07:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting all rows where the numeric values are larger than 0</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81381#M737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider how this columns gets populated. Integers (including zero) should normally work properly with such conditions.&lt;/P&gt;&lt;P&gt;You may want to use the round() function to get control of your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 11:47:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81381#M737</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-01-22T11:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting all rows where the numeric values are larger than 0</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81382#M738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the column header and the image (from DIS) it is a numeric field with a format applied (which is probably aligning to the left)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 19:46:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81382#M738</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2013-01-22T19:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting all rows where the numeric values are larger than 0</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81383#M739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i agree with you Barry, did not observe that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 03:41:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Extracting-all-rows-where-the-numeric-values-are-larger-than-0/m-p/81383#M739</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2013-01-23T03:41:05Z</dc:date>
    </item>
  </channel>
</rss>

