<?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: How to write this proc to a table in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-write-this-proc-to-a-table/m-p/238650#M17181</link>
    <description>&lt;P&gt;Please note, the title is not needed as there is no printed output with create table, and please finish code blocks:&lt;/P&gt;
&lt;PRE&gt;proc sql;
   create table WANT as
   select * from WORK.IDENTIFY_INACTIVE_MLP_YESTERDAY
   except    
   select * from WORK.MLP_RECORDS_2_ADD_UPDATE;
quit;&lt;/PRE&gt;</description>
    <pubDate>Thu, 10 Dec 2015 09:47:58 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2015-12-10T09:47:58Z</dc:date>
    <item>
      <title>How to write this proc to a table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-write-this-proc-to-a-table/m-p/238588#M17173</link>
      <description>&lt;P&gt;proc sql;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; title 'Updated MLPs';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; select * from WORK.IDENTIFY_INACTIVE_MLP_YESTERDAY&lt;BR /&gt;&amp;nbsp;&amp;nbsp; except&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; select * from WORK.MLP_RECORDS_2_ADD_UPDATE;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need the results to create a table?!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 21:37:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-write-this-proc-to-a-table/m-p/238588#M17173</guid>
      <dc:creator>carmendee</dc:creator>
      <dc:date>2015-12-09T21:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this proc to a table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-write-this-proc-to-a-table/m-p/238595#M17176</link>
      <description>&lt;P&gt;Then tell it to create a table &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc sql;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; title 'Updated MLPs';&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;create table want as select * from (&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; select * from WORK.IDENTIFY_INACTIVE_MLP_YESTERDAY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; except&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; select * from WORK.MLP_RECORDS_2_ADD_UPDATE);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 21:58:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-write-this-proc-to-a-table/m-p/238595#M17176</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-12-09T21:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this proc to a table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-write-this-proc-to-a-table/m-p/238596#M17177</link>
      <description>&lt;P&gt;proc sql;&lt;BR /&gt;CREATE TABLE except AS&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;select * from WORK.IDENTIFY_INACTIVE_MLP_YESTERDAY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;except&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select * from WORK.MLP_RECORDS_2_ADD_UPDATE;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 21:59:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-write-this-proc-to-a-table/m-p/238596#M17177</guid>
      <dc:creator>mohamed_zaki</dc:creator>
      <dc:date>2015-12-09T21:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this proc to a table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-write-this-proc-to-a-table/m-p/238650#M17181</link>
      <description>&lt;P&gt;Please note, the title is not needed as there is no printed output with create table, and please finish code blocks:&lt;/P&gt;
&lt;PRE&gt;proc sql;
   create table WANT as
   select * from WORK.IDENTIFY_INACTIVE_MLP_YESTERDAY
   except    
   select * from WORK.MLP_RECORDS_2_ADD_UPDATE;
quit;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Dec 2015 09:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-write-this-proc-to-a-table/m-p/238650#M17181</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-12-10T09:47:58Z</dc:date>
    </item>
  </channel>
</rss>

