<?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 Cannot merge two excel files in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Cannot-merge-two-excel-files/m-p/335446#M75924</link>
    <description>&lt;P&gt;I have two files that I am trying to merge using the variable Address. I am trying to do this in University Edition but the log shows that the merging is not possible by address. Below is my code and screenshot of the log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname orion "/folders/myfolders/project";&lt;BR /&gt;proc sort data= orion.fullerton_edited out=orion.fullerton_edited1;&lt;BR /&gt;by Address;&lt;BR /&gt;proc sort data= orion.agent1line out=orion.agent1line1;&lt;BR /&gt;by Address;&lt;BR /&gt;merge orion.fullerton_edited1 orion.agent1line1;&lt;BR /&gt;by Address;&lt;BR /&gt;run;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13490i288D03D36428DF9A/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="1.png" title="1.png" /&gt;</description>
    <pubDate>Thu, 23 Feb 2017 23:10:22 GMT</pubDate>
    <dc:creator>ayushupadhyay22</dc:creator>
    <dc:date>2017-02-23T23:10:22Z</dc:date>
    <item>
      <title>Cannot merge two excel files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cannot-merge-two-excel-files/m-p/335446#M75924</link>
      <description>&lt;P&gt;I have two files that I am trying to merge using the variable Address. I am trying to do this in University Edition but the log shows that the merging is not possible by address. Below is my code and screenshot of the log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname orion "/folders/myfolders/project";&lt;BR /&gt;proc sort data= orion.fullerton_edited out=orion.fullerton_edited1;&lt;BR /&gt;by Address;&lt;BR /&gt;proc sort data= orion.agent1line out=orion.agent1line1;&lt;BR /&gt;by Address;&lt;BR /&gt;merge orion.fullerton_edited1 orion.agent1line1;&lt;BR /&gt;by Address;&lt;BR /&gt;run;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13490i288D03D36428DF9A/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="1.png" title="1.png" /&gt;</description>
      <pubDate>Thu, 23 Feb 2017 23:10:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cannot-merge-two-excel-files/m-p/335446#M75924</guid>
      <dc:creator>ayushupadhyay22</dc:creator>
      <dc:date>2017-02-23T23:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot merge two excel files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cannot-merge-two-excel-files/m-p/335447#M75925</link>
      <description>&lt;P&gt;&lt;SPAN&gt;libname orion "/folders/myfolders/project";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;proc sort data= orion.fullerton_edited out=orion.fullerton_edited1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;by Address;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;proc sort data= orion.agent1line out=orion.agent1line1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;by Address;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data WANT; &amp;lt;------- You're missing this&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;merge orion.fullerton_edited1 orion.agent1line1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;by Address;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 23:11:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cannot-merge-two-excel-files/m-p/335447#M75925</guid>
      <dc:creator>collinelliot</dc:creator>
      <dc:date>2017-02-23T23:11:44Z</dc:date>
    </item>
  </channel>
</rss>

