<?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 Merge dropping entries in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Merge-dropping-entries/m-p/405259#M66966</link>
    <description>Im doing a merge table1 has 50. Entries and table 2 has 4. I do a proc sort on both tables by name&lt;BR /&gt;My merge table looks like this&lt;BR /&gt;&lt;BR /&gt;Data report;&lt;BR /&gt;Merge table1 table2;&lt;BR /&gt;By name;&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;Output is 50 i expect 54&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Oct 2017 15:49:54 GMT</pubDate>
    <dc:creator>Gil_</dc:creator>
    <dc:date>2017-10-18T15:49:54Z</dc:date>
    <item>
      <title>Merge dropping entries</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Merge-dropping-entries/m-p/405259#M66966</link>
      <description>Im doing a merge table1 has 50. Entries and table 2 has 4. I do a proc sort on both tables by name&lt;BR /&gt;My merge table looks like this&lt;BR /&gt;&lt;BR /&gt;Data report;&lt;BR /&gt;Merge table1 table2;&lt;BR /&gt;By name;&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;Output is 50 i expect 54&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Oct 2017 15:49:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Merge-dropping-entries/m-p/405259#M66966</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2017-10-18T15:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Merge dropping entries</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Merge-dropping-entries/m-p/405260#M66967</link>
      <description />
      <pubDate>Wed, 18 Oct 2017 15:49:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Merge-dropping-entries/m-p/405260#M66967</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2017-10-18T15:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Merge dropping entries</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Merge-dropping-entries/m-p/405271#M66969</link>
      <description>&lt;P&gt;In theory, the number of observations in the output could be anywhere from 50 to 54.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why do you expect 54?&amp;nbsp; What do you expect MERGE to do when the same NAME appears in both data incoming data sets?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 16:34:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Merge-dropping-entries/m-p/405271#M66969</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-10-18T16:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Merge dropping entries</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Merge-dropping-entries/m-p/405273#M66970</link>
      <description>I wanted to combine table1 and tab table2. To create table 3. I have 4 in table 2 and 50 from table1. 54 in new table 3</description>
      <pubDate>Wed, 18 Oct 2017 16:40:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Merge-dropping-entries/m-p/405273#M66970</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2017-10-18T16:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Merge dropping entries</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Merge-dropping-entries/m-p/405276#M66971</link>
      <description>&lt;P&gt;For that, change the word MERGE to the word SET.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MERGE is actually a more complex process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Expect that you will have more than one observation with the exact same NAME when you are done.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 16:51:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Merge-dropping-entries/m-p/405276#M66971</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-10-18T16:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Merge dropping entries</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Merge-dropping-entries/m-p/405292#M66973</link>
      <description>&lt;P&gt;If you’re tryimg to add rows it’s an APPEND.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you’re trying to add columns it’s a MERGE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;READ the SAS chapter on Combining Data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=p15jvywi5avt3cn1bee8r6c33ux1.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=p15jvywi5avt3cn1bee8r6c33ux1.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 17:42:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Merge-dropping-entries/m-p/405292#M66973</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-18T17:42:26Z</dc:date>
    </item>
  </channel>
</rss>

