<?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 Dropping Incomplete Columns in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Dropping-Incomplete-Columns/m-p/69231#M19870</link>
    <description>I would like to drop columns that have missing entries.&lt;BR /&gt;
&lt;BR /&gt;
My dataset has hundreds of columns and I would like to create a new dataset that only contains those columns that are complete (no missing entries).&lt;BR /&gt;
&lt;BR /&gt;
data new;&lt;BR /&gt;
    set old;&lt;BR /&gt;
    [drop columns within variable range apple--orange that are incomplete]&lt;BR /&gt;
     or&lt;BR /&gt;
    [keep columns within variable range apple--orange that have no missing entries]&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Any suggestions?</description>
    <pubDate>Wed, 14 Jan 2009 18:41:25 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-01-14T18:41:25Z</dc:date>
    <item>
      <title>Dropping Incomplete Columns</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dropping-Incomplete-Columns/m-p/69231#M19870</link>
      <description>I would like to drop columns that have missing entries.&lt;BR /&gt;
&lt;BR /&gt;
My dataset has hundreds of columns and I would like to create a new dataset that only contains those columns that are complete (no missing entries).&lt;BR /&gt;
&lt;BR /&gt;
data new;&lt;BR /&gt;
    set old;&lt;BR /&gt;
    [drop columns within variable range apple--orange that are incomplete]&lt;BR /&gt;
     or&lt;BR /&gt;
    [keep columns within variable range apple--orange that have no missing entries]&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Any suggestions?</description>
      <pubDate>Wed, 14 Jan 2009 18:41:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dropping-Incomplete-Columns/m-p/69231#M19870</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-14T18:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping Incomplete Columns</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dropping-Incomplete-Columns/m-p/69232#M19871</link>
      <description>There are several sample code examples at the SAS support website  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  when using either website's SEARCH facility or with using the example Google advanced search argument listed below:&lt;BR /&gt;
&lt;BR /&gt;
drop variables all missing values site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 14 Jan 2009 19:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dropping-Incomplete-Columns/m-p/69232#M19871</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-01-14T19:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping Incomplete Columns</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dropping-Incomplete-Columns/m-p/69233#M19872</link>
      <description>Thanks for the suggestion Scott.  I've been searching the SAS OnlineDoc which isn't as fruitful.  The example codes are a big help.</description>
      <pubDate>Wed, 14 Jan 2009 22:54:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dropping-Incomplete-Columns/m-p/69233#M19872</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-14T22:54:48Z</dc:date>
    </item>
  </channel>
</rss>

