<?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: Create a subset by variable type in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Create-a-subset-by-variable-type/m-p/251379#M47486</link>
    <description>&lt;P&gt;What do you mean?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use _numeric_ or _character_ to reference all numeric or character variables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data num_vars;
Set have;

Keep _numeric_;
Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 21 Feb 2016 03:55:57 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-02-21T03:55:57Z</dc:date>
    <item>
      <title>Create a subset by variable type</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-subset-by-variable-type/m-p/251376#M47483</link>
      <description>&lt;P&gt;Is there a way to use a DATA step to create a subset of only&amp;nbsp;the numeric, or character, variables in a dataset?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2016 03:50:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-subset-by-variable-type/m-p/251376#M47483</guid>
      <dc:creator>_maldini_</dc:creator>
      <dc:date>2016-02-21T03:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create a subset by variable type</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-subset-by-variable-type/m-p/251379#M47486</link>
      <description>&lt;P&gt;What do you mean?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use _numeric_ or _character_ to reference all numeric or character variables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data num_vars;
Set have;

Keep _numeric_;
Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 21 Feb 2016 03:55:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-subset-by-variable-type/m-p/251379#M47486</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-21T03:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create a subset by variable type</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-subset-by-variable-type/m-p/251449#M47514</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data num_vars;
Set sashelp.class(keep=_numeric_);
Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Feb 2016 02:17:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-subset-by-variable-type/m-p/251449#M47514</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-02-22T02:17:01Z</dc:date>
    </item>
  </channel>
</rss>

