<?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: delete filter not working with character values in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/delete-filter-not-working-with-character-values/m-p/228726#M54336</link>
    <description>&lt;P&gt;Cancel question, evidently the character for this table was case sensitive, never happened before but I believe I figured it out&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2015 21:04:30 GMT</pubDate>
    <dc:creator>Q1983</dc:creator>
    <dc:date>2015-10-06T21:04:30Z</dc:date>
    <item>
      <title>delete filter not working with character values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/delete-filter-not-working-with-character-values/m-p/228722#M54334</link>
      <description>&lt;P&gt;&lt;STRONG&gt;data&lt;/STRONG&gt; legacy_detail;&lt;/P&gt;
&lt;P&gt;set rad_0;&lt;/P&gt;
&lt;P&gt;where coalesce(APPL_RECV_BY_LEND_DT,RECV_STAT_DT) &amp;gt;=&lt;STRONG&gt;'01jan2015'd&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or PRICE_Lock_date &amp;gt;=&lt;STRONG&gt;'01jan2015'd&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOCK_IN_DT &amp;gt;=&lt;STRONG&gt;'01jan2015'd&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; and STAT_AGGR_CD = '' ;&lt;/P&gt;
&lt;P&gt;if STAT_AGGR_CD in ('Purchased', 'Denied') then delete;&lt;/P&gt;
&lt;P&gt;if platform in ('RAD','LNS') then delete;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;STAT_ACCR_CD is a character variable. The choices of 'Purchased', 'Denied' are also character variables. Yet for some reason the filter does not work. It does not eliminate those with Purchased and Denied. Has this ever happened to anyone and is this a bug with sas. What am I doing wrong because the coalesce filter is working.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 20:53:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/delete-filter-not-working-with-character-values/m-p/228722#M54334</guid>
      <dc:creator>Q1983</dc:creator>
      <dc:date>2015-10-06T20:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: delete filter not working with character values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/delete-filter-not-working-with-character-values/m-p/228726#M54336</link>
      <description>&lt;P&gt;Cancel question, evidently the character for this table was case sensitive, never happened before but I believe I figured it out&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 21:04:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/delete-filter-not-working-with-character-values/m-p/228726#M54336</guid>
      <dc:creator>Q1983</dc:creator>
      <dc:date>2015-10-06T21:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: delete filter not working with character values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/delete-filter-not-working-with-character-values/m-p/228727#M54337</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;if &lt;STRONG&gt;propcase(strip(STAT_AGGR_CD))&lt;/STRONG&gt; in ('Purchased', 'Denied') then delete;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this working?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 21:05:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/delete-filter-not-working-with-character-values/m-p/228727#M54337</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2015-10-06T21:05:12Z</dc:date>
    </item>
  </channel>
</rss>

