<?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 help on function like 'find' in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/help-on-function-like-find/m-p/75150#M21794</link>
    <description>Hi, pros:&lt;BR /&gt;
&lt;BR /&gt;
Here is the statement as follows:&lt;BR /&gt;
&lt;BR /&gt;
where find(concept, 'Condition1','i')&amp;gt;0 or  find(concept, 'Condition2','i')&amp;gt;0 &lt;BR /&gt;
&lt;BR /&gt;
however, I would like to like conditions to be listed  in the following way conceptually so that it is easier to manage plus achieving the find function. &lt;BR /&gt;
&lt;BR /&gt;
where id in ('A', 'B', 'C');&lt;BR /&gt;
&lt;BR /&gt;
Your help is appreciated so much. Tulip.</description>
    <pubDate>Wed, 14 Apr 2010 03:13:24 GMT</pubDate>
    <dc:creator>tulip</dc:creator>
    <dc:date>2010-04-14T03:13:24Z</dc:date>
    <item>
      <title>help on function like 'find'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/help-on-function-like-find/m-p/75150#M21794</link>
      <description>Hi, pros:&lt;BR /&gt;
&lt;BR /&gt;
Here is the statement as follows:&lt;BR /&gt;
&lt;BR /&gt;
where find(concept, 'Condition1','i')&amp;gt;0 or  find(concept, 'Condition2','i')&amp;gt;0 &lt;BR /&gt;
&lt;BR /&gt;
however, I would like to like conditions to be listed  in the following way conceptually so that it is easier to manage plus achieving the find function. &lt;BR /&gt;
&lt;BR /&gt;
where id in ('A', 'B', 'C');&lt;BR /&gt;
&lt;BR /&gt;
Your help is appreciated so much. Tulip.</description>
      <pubDate>Wed, 14 Apr 2010 03:13:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/help-on-function-like-find/m-p/75150#M21794</guid>
      <dc:creator>tulip</dc:creator>
      <dc:date>2010-04-14T03:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: help on function like 'find'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/help-on-function-like-find/m-p/75151#M21795</link>
      <description>To use the simple syntax of the IN operator means that you have to pre-process your data to pull the conditions of interest out of the concept variable.  It is really a case of 'pay me now or pay me later', at some point you have to parse the variable concept.&lt;BR /&gt;
&lt;BR /&gt;
TANSTAAFL</description>
      <pubDate>Wed, 14 Apr 2010 05:54:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/help-on-function-like-find/m-p/75151#M21795</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-04-14T05:54:46Z</dc:date>
    </item>
  </channel>
</rss>

