<?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: proc sql-- left join question in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-sql-left-join-question/m-p/156553#M41055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Q1&lt;/P&gt;&lt;P&gt;select a.*, b.* from a left join b(where=(not missing(key)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Nov 2013 19:06:21 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2013-11-26T19:06:21Z</dc:date>
    <item>
      <title>proc sql-- left join question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-sql-left-join-question/m-p/156552#M41054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select a.*, b.* from a left join b on a.key=b.key I want all a rows and matched b rows, but not including those b rows with empty key. Q1: if a.key=missing and b.key=missing then they will be matched. How to avoid that? Q2: if I add "where b.key is not missing", all rows with a.key=missing will be removed. So, WHERE is applied after Left Join? Any efficient way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 18:11:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-sql-left-join-question/m-p/156552#M41054</guid>
      <dc:creator>ping</dc:creator>
      <dc:date>2013-11-26T18:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc sql-- left join question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-sql-left-join-question/m-p/156553#M41055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Q1&lt;/P&gt;&lt;P&gt;select a.*, b.* from a left join b(where=(not missing(key)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 19:06:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-sql-left-join-question/m-p/156553#M41055</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2013-11-26T19:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: proc sql-- left join question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-sql-left-join-question/m-p/156554#M41056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 20:28:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-sql-left-join-question/m-p/156554#M41056</guid>
      <dc:creator>ping</dc:creator>
      <dc:date>2013-11-26T20:28:59Z</dc:date>
    </item>
  </channel>
</rss>

