<?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: Help with dropping value in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Help-with-dropping-value/m-p/637501#M189486</link>
    <description>&lt;P&gt;Add a where clause:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; where DEPENDENTS ne 0;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 04 Apr 2020 04:23:02 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2020-04-04T04:23:02Z</dc:date>
    <item>
      <title>Help with dropping value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-with-dropping-value/m-p/637493#M189482</link>
      <description>&lt;P&gt;Hi Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I'm learning SAS in my analytics class and I'm having trouble dropping a value. I'm trying to&amp;nbsp;determine the number of dependents per employee based on gender by each marital status. Though I cant include the 0 values that are in the dependents column in my calculation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a snippet of the table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Gender Dependents&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;M&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;F&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;F&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code I'm using brings up the table that I'm looking for, though I can't figure out how to exclude the 0 value for the Dependents column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc means data=orion.salariesl;
	var Dependents;
	class Employee_Gender Marital_Status;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 04 Apr 2020 03:53:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-with-dropping-value/m-p/637493#M189482</guid>
      <dc:creator>gstanse</dc:creator>
      <dc:date>2020-04-04T03:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dropping value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-with-dropping-value/m-p/637501#M189486</link>
      <description>&lt;P&gt;Add a where clause:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; where DEPENDENTS ne 0;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Apr 2020 04:23:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-with-dropping-value/m-p/637501#M189486</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-04-04T04:23:02Z</dc:date>
    </item>
  </channel>
</rss>

