<?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: Merging data with full outer join in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Merging-data-with-full-outer-join/m-p/204130#M15270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see SAS HELP&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/sqlproc.hlp/a001361224.htm" title="http://support.sas.com/onlinedoc/913/getDoc/en/sqlproc.hlp/a001361224.htm"&gt;Retrieving Data from Multiple Tables : Combining Queries with Set Operators &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 10:01:51 GMT</pubDate>
    <dc:creator>Jaheuk</dc:creator>
    <dc:date>2015-03-18T10:01:51Z</dc:date>
    <item>
      <title>Merging data with full outer join</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Merging-data-with-full-outer-join/m-p/204129#M15269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two set of data which are policy (table 1) and claim (table 2) data. Multiple claims have been subtotal by policy no. I have merged these data by policy no. level yet there are blank cell in between when I pull only policy no. from table 1 and vice versa. How do I merge policy no. from table 1 and table 2 into one column other than doing formulae by adding new column?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 04:06:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Merging-data-with-full-outer-join/m-p/204129#M15269</guid>
      <dc:creator>boey</dc:creator>
      <dc:date>2015-03-18T04:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Merging data with full outer join</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Merging-data-with-full-outer-join/m-p/204130#M15270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see SAS HELP&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/sqlproc.hlp/a001361224.htm" title="http://support.sas.com/onlinedoc/913/getDoc/en/sqlproc.hlp/a001361224.htm"&gt;Retrieving Data from Multiple Tables : Combining Queries with Set Operators &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:01:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Merging-data-with-full-outer-join/m-p/204130#M15270</guid>
      <dc:creator>Jaheuk</dc:creator>
      <dc:date>2015-03-18T10:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Merging data with full outer join</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Merging-data-with-full-outer-join/m-p/204131#M15271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;select coalesce(a.policy_no,b.policy_no) as policy_no&lt;/P&gt;&lt;P&gt;from policy a full join claim b on a.policy_no = b.policy_no;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:15:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Merging-data-with-full-outer-join/m-p/204131#M15271</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-03-18T10:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Merging data with full outer join</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Merging-data-with-full-outer-join/m-p/204132#M15272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works. thanks Kurt!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 02:30:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Merging-data-with-full-outer-join/m-p/204132#M15272</guid>
      <dc:creator>boey</dc:creator>
      <dc:date>2015-03-19T02:30:37Z</dc:date>
    </item>
  </channel>
</rss>

