<?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 tables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Joining-tables/m-p/446713#M112131</link>
    <description>&lt;P&gt;table 1 have input as below&lt;/P&gt;&lt;P&gt;code;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;table 2&amp;nbsp;have input as below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;item_no;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;101&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;102&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;required output as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;code item_no;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1 &amp;nbsp; &amp;nbsp; 100&lt;BR /&gt;1 &amp;nbsp; &amp;nbsp; 101&lt;BR /&gt;1 &amp;nbsp; &amp;nbsp; 102&lt;BR /&gt;2 &amp;nbsp; &amp;nbsp; 100&lt;BR /&gt;2 &amp;nbsp; &amp;nbsp; 101&lt;BR /&gt;2 &amp;nbsp; &amp;nbsp; 102&lt;BR /&gt;3 &amp;nbsp; &amp;nbsp; 100&lt;BR /&gt;3 &amp;nbsp; &amp;nbsp; 101&lt;BR /&gt;3 &amp;nbsp; &amp;nbsp; 102&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any help will be really appreciated. Thank you &lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Mar 2018 10:51:22 GMT</pubDate>
    <dc:creator>rajiv436</dc:creator>
    <dc:date>2018-03-19T10:51:22Z</dc:date>
    <item>
      <title>Joining tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Joining-tables/m-p/446713#M112131</link>
      <description>&lt;P&gt;table 1 have input as below&lt;/P&gt;&lt;P&gt;code;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;table 2&amp;nbsp;have input as below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;item_no;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;101&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;102&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;required output as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;code item_no;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1 &amp;nbsp; &amp;nbsp; 100&lt;BR /&gt;1 &amp;nbsp; &amp;nbsp; 101&lt;BR /&gt;1 &amp;nbsp; &amp;nbsp; 102&lt;BR /&gt;2 &amp;nbsp; &amp;nbsp; 100&lt;BR /&gt;2 &amp;nbsp; &amp;nbsp; 101&lt;BR /&gt;2 &amp;nbsp; &amp;nbsp; 102&lt;BR /&gt;3 &amp;nbsp; &amp;nbsp; 100&lt;BR /&gt;3 &amp;nbsp; &amp;nbsp; 101&lt;BR /&gt;3 &amp;nbsp; &amp;nbsp; 102&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any help will be really appreciated. Thank you &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 10:51:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Joining-tables/m-p/446713#M112131</guid>
      <dc:creator>rajiv436</dc:creator>
      <dc:date>2018-03-19T10:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Joining-tables/m-p/446717#M112133</link>
      <description>&lt;P&gt;Cartesian SQL join will do the job.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 11:08:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Joining-tables/m-p/446717#M112133</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-03-19T11:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Joining-tables/m-p/446718#M112134</link>
      <description>Just got it . Thank you&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Mar 2018 11:12:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Joining-tables/m-p/446718#M112134</guid>
      <dc:creator>rajiv436</dc:creator>
      <dc:date>2018-03-19T11:12:40Z</dc:date>
    </item>
  </channel>
</rss>

