<?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 delete zero and negative value from a column in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-zero-and-negative-value-from-a-column/m-p/278106#M55929</link>
    <description>&lt;P&gt;how i can delete zero values and negative values from a column in a data. Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jun 2016 05:00:49 GMT</pubDate>
    <dc:creator>Jahanzaib</dc:creator>
    <dc:date>2016-06-17T05:00:49Z</dc:date>
    <item>
      <title>how to delete zero and negative value from a column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-zero-and-negative-value-from-a-column/m-p/278106#M55929</link>
      <description>&lt;P&gt;how i can delete zero values and negative values from a column in a data. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 05:00:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-zero-and-negative-value-from-a-column/m-p/278106#M55929</guid>
      <dc:creator>Jahanzaib</dc:creator>
      <dc:date>2016-06-17T05:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete zero and negative value from a column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-zero-and-negative-value-from-a-column/m-p/278109#M55931</link>
      <description>&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data A (Where=(X gt 0));
  Do i=1 To 100;
    X=Round(Rannor(1)-0.5,0.1);
	Output; 
  End;
Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Jun 2016 05:35:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-zero-and-negative-value-from-a-column/m-p/278109#M55931</guid>
      <dc:creator>user24feb</dc:creator>
      <dc:date>2016-06-17T05:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete zero and negative value from a column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-zero-and-negative-value-from-a-column/m-p/278387#M56003</link>
      <description>&lt;P&gt;Wouldn't this just delete those observations instead of just the values for that observation in the column? Why not something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if var1 &amp;lt;= 0 then var1 = .;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you explain the difference for answering the original post?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2016 15:00:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-zero-and-negative-value-from-a-column/m-p/278387#M56003</guid>
      <dc:creator>drb4511</dc:creator>
      <dc:date>2016-06-18T15:00:03Z</dc:date>
    </item>
  </channel>
</rss>

