<?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 Proc Compare Question in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Question/m-p/52446#M14426</link>
    <description>Hello everyone,&lt;BR /&gt;
&lt;BR /&gt;
When I campare 2 datasets can I output the different observations only?  I dont need to see all of the observations that are equal to each other.&lt;BR /&gt;
Here is the code I use but it's printing every row..&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
proc compare base=doc1 comp=doc2d nosummary  out=xx  outdif;&lt;BR /&gt;
var impressions;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks for any input!&lt;BR /&gt;
Kevin</description>
    <pubDate>Mon, 18 Apr 2011 17:22:03 GMT</pubDate>
    <dc:creator>KevinC_</dc:creator>
    <dc:date>2011-04-18T17:22:03Z</dc:date>
    <item>
      <title>Proc Compare Question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Question/m-p/52446#M14426</link>
      <description>Hello everyone,&lt;BR /&gt;
&lt;BR /&gt;
When I campare 2 datasets can I output the different observations only?  I dont need to see all of the observations that are equal to each other.&lt;BR /&gt;
Here is the code I use but it's printing every row..&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
proc compare base=doc1 comp=doc2d nosummary  out=xx  outdif;&lt;BR /&gt;
var impressions;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks for any input!&lt;BR /&gt;
Kevin</description>
      <pubDate>Mon, 18 Apr 2011 17:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Question/m-p/52446#M14426</guid>
      <dc:creator>KevinC_</dc:creator>
      <dc:date>2011-04-18T17:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Compare Question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Question/m-p/52447#M14427</link>
      <description>Hi kevin,&lt;BR /&gt;
&lt;BR /&gt;
There are certain ways are thr . can you come up with sample data ..</description>
      <pubDate>Mon, 18 Apr 2011 18:04:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Question/m-p/52447#M14427</guid>
      <dc:creator>sss</dc:creator>
      <dc:date>2011-04-18T18:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Compare Question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Question/m-p/52448#M14428</link>
      <description>First make sure that the two sets are sorted the same.&lt;BR /&gt;
&lt;BR /&gt;
You may also want to set a FUZZ value of something like 0.000001. &lt;BR /&gt;
I've had lots of cases comparing aggregated data back to an original data set where the differences were in the 1E-13 range and PROC COMPARE will set tell you they are all different. So either FUZZ or round values may help.</description>
      <pubDate>Mon, 18 Apr 2011 19:34:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Question/m-p/52448#M14428</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2011-04-18T19:34:15Z</dc:date>
    </item>
  </channel>
</rss>

