<?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 Re: How to merge two table side by side without any common columns? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-merge-two-table-side-by-side-without-any-common-columns/m-p/704067#M215807</link>
    <description>&lt;P&gt;A simple data step MERGE without a BY does this.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Dec 2020 07:22:40 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-12-07T07:22:40Z</dc:date>
    <item>
      <title>How to merge two table side by side without any common columns?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-merge-two-table-side-by-side-without-any-common-columns/m-p/704062#M215801</link>
      <description>&lt;P&gt;I have two tables like these -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Table 1&lt;/P&gt;
&lt;P&gt;Col_a Col_b&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;a &amp;nbsp; &amp;nbsp; &amp;nbsp; b&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;a &amp;nbsp; &amp;nbsp; &amp;nbsp; b&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table 2&lt;/P&gt;
&lt;P&gt;Col_c Col_d&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;c &amp;nbsp; &amp;nbsp; &amp;nbsp; d&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;c &amp;nbsp; &amp;nbsp; &amp;nbsp; d&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;I want to merge these tables like this-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Table 3&lt;/P&gt;
&lt;P&gt;Col_a Col_b Col_c Col_d&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; a &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;c &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;d&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; a &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;c &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;d&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 07 Dec 2020 07:00:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-merge-two-table-side-by-side-without-any-common-columns/m-p/704062#M215801</guid>
      <dc:creator>Saurabh_Rana</dc:creator>
      <dc:date>2020-12-07T07:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge two table side by side without any common columns?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-merge-two-table-side-by-side-without-any-common-columns/m-p/704067#M215807</link>
      <description>&lt;P&gt;A simple data step MERGE without a BY does this.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 07:22:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-merge-two-table-side-by-side-without-any-common-columns/m-p/704067#M215807</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-12-07T07:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge two table side by side without any common columns?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-merge-two-table-side-by-side-without-any-common-columns/m-p/704083#M215811</link>
      <description>&lt;P&gt;This is exactly what the Merge Statement does without the By Statement.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 07:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-merge-two-table-side-by-side-without-any-common-columns/m-p/704083#M215811</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2020-12-07T07:54:53Z</dc:date>
    </item>
  </channel>
</rss>

