<?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 Compare two dataset with some specific columns? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Compare-two-dataset-with-some-specific-columns/m-p/809691#M319304</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to compare two datasets, A and B. Both of them have around the same 20 columns, some are numeric and some are characteristic.&amp;nbsp; Please show me how to approach it.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 13:23:48 GMT</pubDate>
    <dc:creator>ybz12003</dc:creator>
    <dc:date>2022-04-25T13:23:48Z</dc:date>
    <item>
      <title>Compare two dataset with some specific columns?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-two-dataset-with-some-specific-columns/m-p/809691#M319304</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to compare two datasets, A and B. Both of them have around the same 20 columns, some are numeric and some are characteristic.&amp;nbsp; Please show me how to approach it.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 13:23:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-two-dataset-with-some-specific-columns/m-p/809691#M319304</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2022-04-25T13:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compare two dataset with some specific columns?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-two-dataset-with-some-specific-columns/m-p/809692#M319305</link>
      <description>&lt;P&gt;PROC COMPARE will do this.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 13:33:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-two-dataset-with-some-specific-columns/m-p/809692#M319305</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-04-25T13:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Compare two dataset with some specific columns?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-two-dataset-with-some-specific-columns/m-p/809730#M319318</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc compare listbase listcompare
base = a compare = b;
id &amp;lt;enter your ID or ID's of choice here&amp;gt;; /* Remove the &amp;lt; and &amp;gt; - those are just placeholders */
var &amp;lt;enter your vars here&amp;gt;; /* Remove the &amp;lt; and &amp;gt; - those are just placeholders */
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Documentation: &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/n0c1y14wyd3u7yn1dmfcpaejllsn.htm" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/n0c1y14wyd3u7yn1dmfcpaejllsn.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the best I can do for you without a reproducible example. If you're unable to get what you need, please post some example data or use &lt;A href="https://blogs.sas.com/content/sastraining/2016/03/11/jedi-sas-tricks-data-to-data-step-macro/" target="_self"&gt;this macro&lt;/A&gt; to generate data sets from your actual data, ensuring you don't have anything confidential in them.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 16:33:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-two-dataset-with-some-specific-columns/m-p/809730#M319318</guid>
      <dc:creator>maguiremq</dc:creator>
      <dc:date>2022-04-25T16:33:34Z</dc:date>
    </item>
  </channel>
</rss>

