<?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 Question in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-Question/m-p/127973#M34979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered my own question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use (DROP=variable) on each or the tables in the compare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't know the DROP= could be user there.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Sep 2013 15:33:42 GMT</pubDate>
    <dc:creator>OS2Rules</dc:creator>
    <dc:date>2013-09-03T15:33:42Z</dc:date>
    <item>
      <title>PROC COMPARE Question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-Question/m-p/127971#M34977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick question -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 SAS tables that have a lot of variables in them (200+) .&amp;nbsp; I expect that all variables except 1 are the&lt;/P&gt;&lt;P&gt;same (a datetime value). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to run PROC COMPARE on all variables except 1 (like using a EXCLUDE=varname) ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; would rather not use a data step with a "DROP=" if it can be helped.&amp;nbsp; Also these tables a large so I need&lt;/P&gt;&lt;P&gt;to keep that in mind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 15:06:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-Question/m-p/127971#M34977</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2013-09-03T15:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-Question/m-p/127972#M34978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. You can use the data set option DROP so it will not require a DATA step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc compare data=one(drop=ignore_me)&amp;nbsp; compare=two;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 15:31:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-Question/m-p/127972#M34978</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-09-03T15:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-Question/m-p/127973#M34979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered my own question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use (DROP=variable) on each or the tables in the compare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't know the DROP= could be user there.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 15:33:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-Question/m-p/127973#M34979</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2013-09-03T15:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-Question/m-p/127974#M34980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It has a been a long time ago using that.&lt;BR /&gt;Does the datasetoptions (like where) not work and than coding the drop there?. &lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/ledsoptsref/64757/HTML/default/viewer.htm#n15goor3q758g5n1eykstufkpdhy.htm" title="http://support.sas.com/documentation/cdl/en/ledsoptsref/64757/HTML/default/viewer.htm#n15goor3q758g5n1eykstufkpdhy.htm"&gt;SAS(R) 9.4 Data Set Options: Reference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(did have diner before finishing the message)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 16:09:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-Question/m-p/127974#M34980</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-09-03T16:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-Question/m-p/922433#M83375</link>
      <description>&lt;P&gt;It was such a simple solution (to drop the variable from both sides), but did not click me. Thanks for sharing it. It worked.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 10:46:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-Question/m-p/922433#M83375</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2024-04-01T10:46:41Z</dc:date>
    </item>
  </channel>
</rss>

