<?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: how to use string function to choose rows whose variable including special letters in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-use-string-function-to-choose-rows-whose-variable/m-p/101535#M28505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;data need ;
set sashelp.class;
where name contains 'Jo' or name contains 'Ro';

run;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2012 02:16:46 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2012-07-09T02:16:46Z</dc:date>
    <item>
      <title>how to use string function to choose rows whose variable including special letters</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-use-string-function-to-choose-rows-whose-variable/m-p/101534#M28504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;how to use string function to choose rows whose variable including special letters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: want keep rows whose name including'Jo' or 'Ro';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data need ;&lt;/P&gt;&lt;P&gt;set sashelp.class;&lt;/P&gt;&lt;P&gt;if find(name,'Jo','Ro');&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 18:38:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-use-string-function-to-choose-rows-whose-variable/m-p/101534#M28504</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-07-06T18:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to use string function to choose rows whose variable including special letters</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-use-string-function-to-choose-rows-whose-variable/m-p/101535#M28505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;data need ;
set sashelp.class;
where name contains 'Jo' or name contains 'Ro';

run;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 02:16:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-use-string-function-to-choose-rows-whose-variable/m-p/101535#M28505</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-07-09T02:16:46Z</dc:date>
    </item>
  </channel>
</rss>

