<?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 drop var with a part of char in the name ? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-drop-var-with-a-part-of-char-in-the-name/m-p/153938#M40458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would drop every var that has a specific char in the name without write each var:&lt;/P&gt;&lt;P&gt;for example if var are (abc_01 abc_02 abc_03 hh_01 hh_02) I'd like to drop hh_01 and hh_02&lt;/P&gt;&lt;P&gt;is it possible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2014 14:54:01 GMT</pubDate>
    <dc:creator>Luca</dc:creator>
    <dc:date>2014-12-17T14:54:01Z</dc:date>
    <item>
      <title>how drop var with a part of char in the name ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-drop-var-with-a-part-of-char-in-the-name/m-p/153938#M40458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would drop every var that has a specific char in the name without write each var:&lt;/P&gt;&lt;P&gt;for example if var are (abc_01 abc_02 abc_03 hh_01 hh_02) I'd like to drop hh_01 and hh_02&lt;/P&gt;&lt;P&gt;is it possible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 14:54:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-drop-var-with-a-part-of-char-in-the-name/m-p/153938#M40458</guid>
      <dc:creator>Luca</dc:creator>
      <dc:date>2014-12-17T14:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: how drop var with a part of char in the name ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-drop-var-with-a-part-of-char-in-the-name/m-p/153939#M40459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to drop any var that starts with hh use the colon notation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop hh: ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 14:59:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-drop-var-with-a-part-of-char-in-the-name/m-p/153939#M40459</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-17T14:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: how drop var with a part of char in the name ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-drop-var-with-a-part-of-char-in-the-name/m-p/153940#M40460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I want to drop any var that end with _01 what I have to use instead ":" ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 15:10:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-drop-var-with-a-part-of-char-in-the-name/m-p/153940#M40460</guid>
      <dc:creator>Luca</dc:creator>
      <dc:date>2014-12-17T15:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: how drop var with a part of char in the name ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-drop-var-with-a-part-of-char-in-the-name/m-p/153941#M40461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql noprint;&lt;BR /&gt;select name into :vars separated by ' ' from sashelp.vcolumn&lt;BR /&gt;where memname='CLASS' and libname='SASHELP' AND name like '%e';&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;%put &amp;amp;vars;&lt;/P&gt;&lt;P&gt;data want;&lt;BR /&gt;set sashelp.class (drop=&amp;amp;vars) ;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 15:11:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-drop-var-with-a-part-of-char-in-the-name/m-p/153941#M40461</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2014-12-17T15:11:36Z</dc:date>
    </item>
  </channel>
</rss>

