<?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 joining two tables in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/joining-two-tables/m-p/555400#M74711</link>
    <description>&lt;P&gt;I have tables A and B and I want the table AB&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data A;&lt;BR /&gt;input id mret;&lt;BR /&gt;datalines;&lt;BR /&gt;1 8&lt;BR /&gt;2 5&lt;BR /&gt;3 9&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;data B;&lt;BR /&gt;input id mret;&lt;BR /&gt;datalines;&lt;BR /&gt;4 10&lt;BR /&gt;5 12&lt;BR /&gt;6 13&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;data AB;&lt;BR /&gt;input id mret;&lt;BR /&gt;datalines;&lt;BR /&gt;1 8&lt;BR /&gt;2 5&lt;BR /&gt;3 9&lt;BR /&gt;4 10&lt;BR /&gt;5 12&lt;BR /&gt;6 13&lt;BR /&gt;;&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2019 16:32:14 GMT</pubDate>
    <dc:creator>sasphd</dc:creator>
    <dc:date>2019-05-01T16:32:14Z</dc:date>
    <item>
      <title>joining two tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/joining-two-tables/m-p/555400#M74711</link>
      <description>&lt;P&gt;I have tables A and B and I want the table AB&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data A;&lt;BR /&gt;input id mret;&lt;BR /&gt;datalines;&lt;BR /&gt;1 8&lt;BR /&gt;2 5&lt;BR /&gt;3 9&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;data B;&lt;BR /&gt;input id mret;&lt;BR /&gt;datalines;&lt;BR /&gt;4 10&lt;BR /&gt;5 12&lt;BR /&gt;6 13&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;data AB;&lt;BR /&gt;input id mret;&lt;BR /&gt;datalines;&lt;BR /&gt;1 8&lt;BR /&gt;2 5&lt;BR /&gt;3 9&lt;BR /&gt;4 10&lt;BR /&gt;5 12&lt;BR /&gt;6 13&lt;BR /&gt;;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 16:32:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/joining-two-tables/m-p/555400#M74711</guid>
      <dc:creator>sasphd</dc:creator>
      <dc:date>2019-05-01T16:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: joining two tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/joining-two-tables/m-p/555401#M74712</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data ab;

set a b;

run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;data ab;&lt;/P&gt;
&lt;P&gt;set a b;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4327"&gt;@sasphd&lt;/a&gt;&amp;nbsp; What you are asking for is an append/union&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 16:38:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/joining-two-tables/m-p/555401#M74712</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-05-01T16:38:43Z</dc:date>
    </item>
  </channel>
</rss>

