<?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: Full outer Join in SAS EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Full-outer-Join-in-SAS-EG/m-p/159761#M12437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest that you don't do that, as the fact that the key value is missing is the indication that the record only contains data from one table, not both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it is easy to create an expression to create a new variable to do exactly that. I tried it with the SASHELP.CLASS dataset, and when I create a new variable whose value is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(coalesce(t1.Name, t2.Name)) AS CombinedKey &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it contains the complete set of keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Jun 2014 13:58:48 GMT</pubDate>
    <dc:creator>TomKari</dc:creator>
    <dc:date>2014-06-29T13:58:48Z</dc:date>
    <item>
      <title>Full outer Join in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Full-outer-Join-in-SAS-EG/m-p/159760#M12436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I join 2 tables in SAS EG using full outer join and include the primary key from the first table in the output, I see missing values in some places because the record for this row exist only in 2nd table and not in 1st table. How to get the primary key from 2nd table to reflect instead of missing value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 07:39:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Full-outer-Join-in-SAS-EG/m-p/159760#M12436</guid>
      <dc:creator>Abu_Fudail</dc:creator>
      <dc:date>2014-06-29T07:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Full outer Join in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Full-outer-Join-in-SAS-EG/m-p/159761#M12437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest that you don't do that, as the fact that the key value is missing is the indication that the record only contains data from one table, not both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it is easy to create an expression to create a new variable to do exactly that. I tried it with the SASHELP.CLASS dataset, and when I create a new variable whose value is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(coalesce(t1.Name, t2.Name)) AS CombinedKey &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it contains the complete set of keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 13:58:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Full-outer-Join-in-SAS-EG/m-p/159761#M12437</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2014-06-29T13:58:48Z</dc:date>
    </item>
  </channel>
</rss>

