<?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 Outer Join in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-Outer-Join/m-p/624526#M183997</link>
    <description>&lt;P&gt;Your Syntax on your join is incorrect. Change your comma's to AND.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;left join hw2.flightdelays as d on m.flightnumber=d.flightnumber AND m.date=d.date AND m.destination=d.destion&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2020 16:47:48 GMT</pubDate>
    <dc:creator>Krueger</dc:creator>
    <dc:date>2020-02-13T16:47:48Z</dc:date>
    <item>
      <title>PROC SQL Outer Join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-Outer-Join/m-p/624521#M183994</link>
      <description>&lt;P&gt;The data set march flights has all of an airlines flights scheduled for march and flight delays has the corresponding delay information, if it exists. Each flight is identified by both a flight date and a flight number. I want to display flight date, flight number, destination, and length of delay. I'm trying to use an outer join to show all the matching and non matching information and for some reason my code isn't working. any ideas? Heres my code.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Annotation 2020-02-13 113823.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/36104i579A3611F0D71D61/image-size/large?v=v2&amp;amp;px=999" role="button" title="Annotation 2020-02-13 113823.png" alt="Annotation 2020-02-13 113823.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 16:42:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-Outer-Join/m-p/624521#M183994</guid>
      <dc:creator>matoma</dc:creator>
      <dc:date>2020-02-13T16:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL Outer Join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-Outer-Join/m-p/624526#M183997</link>
      <description>&lt;P&gt;Your Syntax on your join is incorrect. Change your comma's to AND.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;left join hw2.flightdelays as d on m.flightnumber=d.flightnumber AND m.date=d.date AND m.destination=d.destion&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 16:47:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-Outer-Join/m-p/624526#M183997</guid>
      <dc:creator>Krueger</dc:creator>
      <dc:date>2020-02-13T16:47:48Z</dc:date>
    </item>
  </channel>
</rss>

