<?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: Compare 2 datasets in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Compare-2-datasets/m-p/14067#M2157</link>
    <description>Hi &lt;BR /&gt;
&lt;BR /&gt;
You may prefer to use PROC COMPARE with NOVALUES as options.&lt;BR /&gt;
&lt;BR /&gt;
proc compare base=sas_dataSet_1 compare=sas_dataset_2 briefsummary;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Regards</description>
    <pubDate>Mon, 03 May 2010 11:43:28 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-05-03T11:43:28Z</dc:date>
    <item>
      <title>Compare 2 datasets</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Compare-2-datasets/m-p/14065#M2155</link>
      <description>I want to compare the variable names as well as the vaiable formats of two datasets within SAS without doing a PROC CONTENT on each as there are over 500 variables in each table.&lt;BR /&gt;
&lt;BR /&gt;
I can also do a PROC APPEND, but that is not the proper way.&lt;BR /&gt;
&lt;BR /&gt;
please help...</description>
      <pubDate>Mon, 03 May 2010 09:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Compare-2-datasets/m-p/14065#M2155</guid>
      <dc:creator>Jackie_Stanbank</dc:creator>
      <dc:date>2010-05-03T09:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 datasets</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Compare-2-datasets/m-p/14066#M2156</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
The information you need to do such a comparison is stored in SAS dictionary tables.&lt;BR /&gt;
&lt;BR /&gt;
If you're using PROC SQL you can use dictionary.columns, else you could use the view SASHELP.VSCOLUMN&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
Patrick</description>
      <pubDate>Mon, 03 May 2010 11:09:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Compare-2-datasets/m-p/14066#M2156</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2010-05-03T11:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 datasets</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Compare-2-datasets/m-p/14067#M2157</link>
      <description>Hi &lt;BR /&gt;
&lt;BR /&gt;
You may prefer to use PROC COMPARE with NOVALUES as options.&lt;BR /&gt;
&lt;BR /&gt;
proc compare base=sas_dataSet_1 compare=sas_dataset_2 briefsummary;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Regards</description>
      <pubDate>Mon, 03 May 2010 11:43:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Compare-2-datasets/m-p/14067#M2157</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-05-03T11:43:28Z</dc:date>
    </item>
  </channel>
</rss>

