<?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 Most efficient way to merge multiple datasets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Most-efficient-way-to-merge-multiple-datasets/m-p/366657#M87244</link>
    <description>&lt;P&gt;I have 20 datasets each with 200,000 rows and anywhere from 30-70 columns. I can use a data step to merge the files by ID but is there a more efficient way to do this? I tried to merge using a left outer join in Proc SQL but that keeps giving me errors. Any suggestion sare appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2017 15:52:25 GMT</pubDate>
    <dc:creator>rfarmenta</dc:creator>
    <dc:date>2017-06-13T15:52:25Z</dc:date>
    <item>
      <title>Most efficient way to merge multiple datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Most-efficient-way-to-merge-multiple-datasets/m-p/366657#M87244</link>
      <description>&lt;P&gt;I have 20 datasets each with 200,000 rows and anywhere from 30-70 columns. I can use a data step to merge the files by ID but is there a more efficient way to do this? I tried to merge using a left outer join in Proc SQL but that keeps giving me errors. Any suggestion sare appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 15:52:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Most-efficient-way-to-merge-multiple-datasets/m-p/366657#M87244</guid>
      <dc:creator>rfarmenta</dc:creator>
      <dc:date>2017-06-13T15:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Most efficient way to merge multiple datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Most-efficient-way-to-merge-multiple-datasets/m-p/366679#M87249</link>
      <description>&lt;P&gt;Are you looking for efficiency in terms of computer processing or in terms of minimum programming?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 16:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Most-efficient-way-to-merge-multiple-datasets/m-p/366679#M87249</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-13T16:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Most efficient way to merge multiple datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Most-efficient-way-to-merge-multiple-datasets/m-p/366680#M87250</link>
      <description>&lt;P&gt;A combo of both but more important I think is programming since we don't have to complete the merge many times. Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 16:11:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Most-efficient-way-to-merge-multiple-datasets/m-p/366680#M87250</guid>
      <dc:creator>rfarmenta</dc:creator>
      <dc:date>2017-06-13T16:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Most efficient way to merge multiple datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Most-efficient-way-to-merge-multiple-datasets/m-p/366682#M87251</link>
      <description>&lt;P&gt;You should show code and the errors from the log. Best is to post the copied log/ error message into a code box opened with the forum {i} menu icon to preserve the formatting of the error messages. Many error messages have indicators as to where on a line the error occurs and the main message windows reformat log results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF any of the error relate to mismatched variable types, or&amp;nbsp;different lengths of character,&amp;nbsp;then you regardless of approach you will need to address that before attempting to merge the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 16:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Most-efficient-way-to-merge-multiple-datasets/m-p/366682#M87251</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-13T16:14:00Z</dc:date>
    </item>
  </channel>
</rss>

