<?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: Proc Compare - OUTDIFF filter on difference value in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-OUTDIFF-filter-on-difference-value/m-p/962274#M375070</link>
    <description>&lt;P&gt;The E is a SAS Special Missing Value.&amp;nbsp; You can refer to it like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;IF column = .E then ... ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The special missing values (._ .A to .Z) can be used to distinguish different reasons that a value might be missing.&amp;nbsp; For example, in a survey, you might have "Don't Know", "Refused", "Skipped" etc.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2025 18:50:49 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2025-03-19T18:50:49Z</dc:date>
    <item>
      <title>Proc Compare - OUTDIFF filter on difference value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-OUTDIFF-filter-on-difference-value/m-p/962271#M375068</link>
      <description>&lt;P&gt;I am comparing 2 datasets, and I want to filter out any row where the column is equal.&amp;nbsp; I have it working for character fields, but I'm having an issue with the numeric ones because a row that has the column equal, proc compare assigns an E.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jkotek_0-1742409209904.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/105528i810475BD0DBE84AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jkotek_0-1742409209904.png" alt="jkotek_0-1742409209904.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to get rid of any row where the difference is = E, but I can't find the correct filter.&amp;nbsp; Here is what doesn't work.&lt;/P&gt;
&lt;P&gt;column = E&lt;/P&gt;
&lt;P&gt;column = 'E'&lt;/P&gt;
&lt;P&gt;column &amp;lt; 0&lt;/P&gt;
&lt;P&gt;column &amp;lt; .&lt;/P&gt;
&lt;P&gt;column = .&lt;/P&gt;
&lt;P&gt;column &amp;lt;&amp;gt; 0&lt;/P&gt;
&lt;P&gt;column &amp;lt;&amp;gt; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 18:35:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-OUTDIFF-filter-on-difference-value/m-p/962271#M375068</guid>
      <dc:creator>jkotek</dc:creator>
      <dc:date>2025-03-19T18:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Compare - OUTDIFF filter on difference value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-OUTDIFF-filter-on-difference-value/m-p/962274#M375070</link>
      <description>&lt;P&gt;The E is a SAS Special Missing Value.&amp;nbsp; You can refer to it like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;IF column = .E then ... ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The special missing values (._ .A to .Z) can be used to distinguish different reasons that a value might be missing.&amp;nbsp; For example, in a survey, you might have "Don't Know", "Refused", "Skipped" etc.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 18:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-OUTDIFF-filter-on-difference-value/m-p/962274#M375070</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2025-03-19T18:50:49Z</dc:date>
    </item>
  </channel>
</rss>

