<?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 How Do I Join Tables And Keep All Data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-Do-I-Join-Tables-And-Keep-All-Data/m-p/785771#M250809</link>
    <description>I need to join 6 tables that have identical column names and I want to keep all data. What’s the simplest way to do that?</description>
    <pubDate>Mon, 13 Dec 2021 15:16:56 GMT</pubDate>
    <dc:creator>NewToAllThis</dc:creator>
    <dc:date>2021-12-13T15:16:56Z</dc:date>
    <item>
      <title>How Do I Join Tables And Keep All Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-Do-I-Join-Tables-And-Keep-All-Data/m-p/785771#M250809</link>
      <description>I need to join 6 tables that have identical column names and I want to keep all data. What’s the simplest way to do that?</description>
      <pubDate>Mon, 13 Dec 2021 15:16:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-Do-I-Join-Tables-And-Keep-All-Data/m-p/785771#M250809</guid>
      <dc:creator>NewToAllThis</dc:creator>
      <dc:date>2021-12-13T15:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Join Tables And Keep All Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-Do-I-Join-Tables-And-Keep-All-Data/m-p/785772#M250810</link>
      <description>&lt;P&gt;What do you mean by "JOIN"?&lt;/P&gt;
&lt;P&gt;If they have the same variables then perhaps you should just stack them together.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
  set tableA tableB table1-table4;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 15:21:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-Do-I-Join-Tables-And-Keep-All-Data/m-p/785772#M250810</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-12-13T15:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Join Tables And Keep All Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-Do-I-Join-Tables-And-Keep-All-Data/m-p/785781#M250814</link>
      <description>Yes sorry i need to stack them as they have same variables. Thanks this has done the trick &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;</description>
      <pubDate>Mon, 13 Dec 2021 16:10:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-Do-I-Join-Tables-And-Keep-All-Data/m-p/785781#M250814</guid>
      <dc:creator>NewToAllThis</dc:creator>
      <dc:date>2021-12-13T16:10:58Z</dc:date>
    </item>
  </channel>
</rss>

