<?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: Difference between proc sql and proc fedsql in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Difference-between-proc-sql-and-proc-fedsql/m-p/564367#M74997</link>
    <description>&lt;P&gt;Another document that shows a good comparison between the 2 Procedures is called &lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3734-2019.pdf" target="_self"&gt;“Anything You Can Do I Can Do Better: PROC FEDSQL VS PROC SQL”&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jun 2019 05:32:34 GMT</pubDate>
    <dc:creator>MichelaG</dc:creator>
    <dc:date>2019-06-07T05:32:34Z</dc:date>
    <item>
      <title>Difference between proc sql and proc fedsql</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Difference-between-proc-sql-and-proc-fedsql/m-p/338703#M63126</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am little confused by using proc SQL and proc FEDSQL.what is exact difference between these two procedures .&lt;/P&gt;&lt;P&gt;please tell me .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 08:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Difference-between-proc-sql-and-proc-fedsql/m-p/338703#M63126</guid>
      <dc:creator>Mahesh_124</dc:creator>
      <dc:date>2017-03-07T08:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between proc sql and proc fedsql</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Difference-between-proc-sql-and-proc-fedsql/m-p/338729#M63127</link>
      <description>&lt;P&gt;I don't think that there is a complete table to show the exact differences.&lt;/P&gt;
&lt;P&gt;But the documentation is a good starting place:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/69850/HTML/default/viewer.htm#n18135hihi4fi0n1ra7ge29nh3hw.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/69850/HTML/default/viewer.htm#n18135hihi4fi0n1ra7ge29nh3hw.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you had a more specific requirement, it would be easier to reply....&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 09:22:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Difference-between-proc-sql-and-proc-fedsql/m-p/338729#M63127</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-03-07T09:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between proc sql and proc fedsql</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Difference-between-proc-sql-and-proc-fedsql/m-p/338738#M63128</link>
      <description>&lt;P&gt;SQL is run by the internal SAS ANSI SQL parser, fedSQL is run by the FBI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, couldn't resist&amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://communities.sas.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyways, the manual clearly denotes what each one is for far better than we could:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/sqlproc/63043/HTML/default/viewer.htm#titlepage.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/sqlproc/63043/HTML/default/viewer.htm#titlepage.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/69850/HTML/default/viewer.htm#p0ahxz9t4dkcucn1uiqa42nbazbh.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/69850/HTML/default/viewer.htm#p0ahxz9t4dkcucn1uiqa42nbazbh.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 10:04:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Difference-between-proc-sql-and-proc-fedsql/m-p/338738#M63128</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-03-07T10:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between proc sql and proc fedsql</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Difference-between-proc-sql-and-proc-fedsql/m-p/564367#M74997</link>
      <description>&lt;P&gt;Another document that shows a good comparison between the 2 Procedures is called &lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3734-2019.pdf" target="_self"&gt;“Anything You Can Do I Can Do Better: PROC FEDSQL VS PROC SQL”&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 05:32:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Difference-between-proc-sql-and-proc-fedsql/m-p/564367#M74997</guid>
      <dc:creator>MichelaG</dc:creator>
      <dc:date>2019-06-07T05:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between proc sql and proc fedsql</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Difference-between-proc-sql-and-proc-fedsql/m-p/650075#M78698</link>
      <description>It was really Useful</description>
      <pubDate>Sat, 23 May 2020 10:20:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Difference-between-proc-sql-and-proc-fedsql/m-p/650075#M78698</guid>
      <dc:creator>rb_bahareh</dc:creator>
      <dc:date>2020-05-23T10:20:10Z</dc:date>
    </item>
  </channel>
</rss>

