<?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: comparing two excels in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/comparing-two-excels/m-p/399116#M96628</link>
    <description>&lt;P&gt;Show the data (data steps created with the macro from &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt;), so we can get an idea how to compare them. Reduce number of observations, if necessary.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2017 11:01:09 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-09-27T11:01:09Z</dc:date>
    <item>
      <title>comparing two excels</title>
      <link>https://communities.sas.com/t5/SAS-Programming/comparing-two-excels/m-p/294804#M61538</link>
      <description>&lt;P&gt;Hi SAS Users,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to compare two excel files which I have attached.&lt;/P&gt;&lt;P&gt;having Subject ID, VISITREFNAME Record identifier&amp;nbsp;are the common variables in both excels.&lt;/P&gt;&lt;P&gt;unmatched data to be reported in new excel sheet with sas code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simple code will be highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Raju&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 13:28:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/comparing-two-excels/m-p/294804#M61538</guid>
      <dc:creator>Raj_C</dc:creator>
      <dc:date>2016-08-29T13:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: comparing two excels</title>
      <link>https://communities.sas.com/t5/SAS-Programming/comparing-two-excels/m-p/294806#M61539</link>
      <description>&lt;P&gt;- import tables into SAS&lt;/P&gt;
&lt;P&gt;- sort by identifying key variables&lt;/P&gt;
&lt;P&gt;- in a data step, MERGE the two tables by key variables, using the in= dataset option to identify contributing tables&lt;/P&gt;
&lt;P&gt;- specify a condition, using the variables from the in= options&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS don't post example data in MS Office files. Nobody in his right mind opens such from the web.&lt;/P&gt;
&lt;P&gt;Use a data step with data in a cards; block.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 13:31:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/comparing-two-excels/m-p/294806#M61539</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-08-29T13:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: comparing two excels</title>
      <link>https://communities.sas.com/t5/SAS-Programming/comparing-two-excels/m-p/399092#M96619</link>
      <description>&lt;P&gt;Hello Sir,&lt;/P&gt;&lt;P&gt;Could you please provide the complete code for comparing two excels ?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 09:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/comparing-two-excels/m-p/399092#M96619</guid>
      <dc:creator>Abhi1212</dc:creator>
      <dc:date>2017-09-27T09:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: comparing two excels</title>
      <link>https://communities.sas.com/t5/SAS-Programming/comparing-two-excels/m-p/399094#M96621</link>
      <description>&lt;P&gt;My consultant fee for doing other people's work is 100 € / hr.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show what you've already done, provide data, and where your problem lies, to get hints for fixing it.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 09:54:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/comparing-two-excels/m-p/399094#M96621</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-09-27T09:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: comparing two excels</title>
      <link>https://communities.sas.com/t5/SAS-Programming/comparing-two-excels/m-p/399098#M96624</link>
      <description>&lt;P&gt;My two excel file has been imported. I am not sure about my next step of code..&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 10:01:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/comparing-two-excels/m-p/399098#M96624</guid>
      <dc:creator>Abhi1212</dc:creator>
      <dc:date>2017-09-27T10:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: comparing two excels</title>
      <link>https://communities.sas.com/t5/SAS-Programming/comparing-two-excels/m-p/399116#M96628</link>
      <description>&lt;P&gt;Show the data (data steps created with the macro from &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt;), so we can get an idea how to compare them. Reduce number of observations, if necessary.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 11:01:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/comparing-two-excels/m-p/399116#M96628</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-09-27T11:01:09Z</dc:date>
    </item>
  </channel>
</rss>

