<?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 do one to many merge in SAS in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-do-one-to-many-merge-in-SAS/m-p/265766#M15693</link>
    <description>&lt;P&gt;You can simply do it by merge statement or you can use Proc SQL joiins.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DATA Step Match-Merge PROC SQL Full Outer Join&lt;BR /&gt;data merged;&lt;BR /&gt;merge three four;&lt;BR /&gt;by x;&lt;BR /&gt;run;&lt;BR /&gt;proc print data=merged noobs;&lt;BR /&gt;title ’Table Merged’;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc sql;&lt;BR /&gt;title ’Table Merged’;&lt;BR /&gt;select three.x, a, b&lt;BR /&gt;from three&lt;BR /&gt;full join&lt;BR /&gt;four&lt;BR /&gt;on three.x = four.x&lt;BR /&gt;order by x;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Apr 2016 20:09:47 GMT</pubDate>
    <dc:creator>pearsoninst</dc:creator>
    <dc:date>2016-04-22T20:09:47Z</dc:date>
    <item>
      <title>how to do one to many merge in SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-do-one-to-many-merge-in-SAS/m-p/265721#M15691</link>
      <description>&lt;P&gt;how to proceede for one to many merge in SAS&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 17:54:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-do-one-to-many-merge-in-SAS/m-p/265721#M15691</guid>
      <dc:creator>Ramanuj_Khatri</dc:creator>
      <dc:date>2016-04-22T17:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to do one to many merge in SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-do-one-to-many-merge-in-SAS/m-p/265766#M15693</link>
      <description>&lt;P&gt;You can simply do it by merge statement or you can use Proc SQL joiins.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DATA Step Match-Merge PROC SQL Full Outer Join&lt;BR /&gt;data merged;&lt;BR /&gt;merge three four;&lt;BR /&gt;by x;&lt;BR /&gt;run;&lt;BR /&gt;proc print data=merged noobs;&lt;BR /&gt;title ’Table Merged’;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc sql;&lt;BR /&gt;title ’Table Merged’;&lt;BR /&gt;select three.x, a, b&lt;BR /&gt;from three&lt;BR /&gt;full join&lt;BR /&gt;four&lt;BR /&gt;on three.x = four.x&lt;BR /&gt;order by x;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 20:09:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-do-one-to-many-merge-in-SAS/m-p/265766#M15693</guid>
      <dc:creator>pearsoninst</dc:creator>
      <dc:date>2016-04-22T20:09:47Z</dc:date>
    </item>
  </channel>
</rss>

