<?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: Where clause in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633149#M187810</link>
    <description>Spaces allowed</description>
    <pubDate>Thu, 19 Mar 2020 03:45:39 GMT</pubDate>
    <dc:creator>amol2939</dc:creator>
    <dc:date>2020-03-19T03:45:39Z</dc:date>
    <item>
      <title>Where clause</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633141#M187805</link>
      <description>I have a lab result and want to filter only character result value&lt;BR /&gt;Eg: O Positive&lt;BR /&gt;Pale yellow&lt;BR /&gt;Any idea how to filter&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Mar 2020 02:57:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633141#M187805</guid>
      <dc:creator>amol2939</dc:creator>
      <dc:date>2020-03-19T02:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633142#M187806</link>
      <description>&lt;P&gt;What's the criterion?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No digits allowed? Only letters allowed? Punctuation allowed? Spaces allowed?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 03:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633142#M187806</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-03-19T03:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633145#M187807</link>
      <description>Only letters allowed</description>
      <pubDate>Thu, 19 Mar 2020 03:26:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633145#M187807</guid>
      <dc:creator>amol2939</dc:creator>
      <dc:date>2020-03-19T03:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633146#M187808</link>
      <description>&lt;P&gt;&lt;EM&gt;O positive&lt;/EM&gt;&amp;nbsp;contains a space&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 03:34:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633146#M187808</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-03-19T03:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633148#M187809</link>
      <description>Space allowed&lt;BR /&gt;But no numeric value must be there</description>
      <pubDate>Thu, 19 Mar 2020 03:43:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633148#M187809</guid>
      <dc:creator>amol2939</dc:creator>
      <dc:date>2020-03-19T03:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633149#M187810</link>
      <description>Spaces allowed</description>
      <pubDate>Thu, 19 Mar 2020 03:45:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633149#M187810</guid>
      <dc:creator>amol2939</dc:creator>
      <dc:date>2020-03-19T03:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633150#M187811</link>
      <description>&lt;P&gt;To test for numerics:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; where ^anydigit(VAR) ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;To test for non- letters and spaces:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; where ^prxmatch('/[^ a-zA-Z]/');&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 20:31:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633150#M187811</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-03-19T20:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633169#M187812</link>
      <description>&lt;P&gt;To stop guessing what you really need, please post data you have in usable form and the expected result.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 06:15:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Where-clause/m-p/633169#M187812</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-03-19T06:15:03Z</dc:date>
    </item>
  </channel>
</rss>

