<?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: Except keyword not recognized in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-Except-keyword-not-recognized/m-p/355380#M274047</link>
    <description>&lt;P&gt;Yes, except does work. It is just the syntax highlighter that misses some keywords.&lt;/P&gt;</description>
    <pubDate>Tue, 02 May 2017 19:50:51 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2017-05-02T19:50:51Z</dc:date>
    <item>
      <title>Proc SQL: Except keyword not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-Except-keyword-not-recognized/m-p/355367#M274046</link>
      <description>&lt;PRE&gt;proc sql;
   create table my_check as
      select a.id1 from my_table1 a
      except 
      select b.id2 from my_table2 b;
quit;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to use the EXCEPT function in Proc SQL.The above code actually&amp;nbsp;works for INTERSECT, but I'm noticing the 'except' keyword doesn't light up blue like the 'intersect' keyword does.&lt;/P&gt;&lt;P&gt;Does 'except' work in proc sql?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 19:04:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-Except-keyword-not-recognized/m-p/355367#M274046</guid>
      <dc:creator>sobrio40</dc:creator>
      <dc:date>2017-05-02T19:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL: Except keyword not recognized</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-Except-keyword-not-recognized/m-p/355380#M274047</link>
      <description>&lt;P&gt;Yes, except does work. It is just the syntax highlighter that misses some keywords.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 19:50:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-Except-keyword-not-recognized/m-p/355380#M274047</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-05-02T19:50:51Z</dc:date>
    </item>
  </channel>
</rss>

