<?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: Pass-through facility SQL access in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Pass-through-facility-SQL-access/m-p/668880#M200556</link>
    <description>&lt;P&gt;You may get a better response showing the actual code submitted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And which SQL source you want to connect to.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jul 2020 16:50:14 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-07-13T16:50:14Z</dc:date>
    <item>
      <title>Pass-through facility SQL access</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pass-through-facility-SQL-access/m-p/668842#M200534</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I am trying to connect my database in SAS studio using an sql pass-through facility.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But everytime i run the program, i get this error :&lt;/P&gt;&lt;DIV class="sasError"&gt;&lt;STRONG&gt;ERROR: The SERVER= option is required for establishing a connection through the SAS/ACCESS Interface to PC Files.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;STRONG&gt;NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;So, i am wondering if this issue is only on SAS studio and SAS Academic Edition!&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Thank you.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 13 Jul 2020 14:09:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pass-through-facility-SQL-access/m-p/668842#M200534</guid>
      <dc:creator>KarimTassine</dc:creator>
      <dc:date>2020-07-13T14:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pass-through facility SQL access</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pass-through-facility-SQL-access/m-p/668880#M200556</link>
      <description>&lt;P&gt;You may get a better response showing the actual code submitted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And which SQL source you want to connect to.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 16:50:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pass-through-facility-SQL-access/m-p/668880#M200556</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-07-13T16:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pass-through facility SQL access</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pass-through-facility-SQL-access/m-p/668888#M200558</link>
      <description>&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;this is a part of the code :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT face="andale mono,times"&gt;&lt;STRONG&gt;proc sql;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;&lt;STRONG&gt;connect to pcfiles(path="&amp;amp;path\database\all.accdb" &lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;&lt;STRONG&gt;dbpassword=sastest);&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;&lt;STRONG&gt;select DEALID, Duration, Score, Decision&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;&lt;STRONG&gt;from connection to pcfiles&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (select top 10, DEALID, Duration, Score, Decision&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from clients&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; where score is not null&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; order by score desc);&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;&lt;STRONG&gt;disconnect from pcfiles;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;&lt;STRONG&gt;quit;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 13 Jul 2020 17:35:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pass-through-facility-SQL-access/m-p/668888#M200558</guid>
      <dc:creator>KarimTassine</dc:creator>
      <dc:date>2020-07-13T17:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pass-through facility SQL access</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pass-through-facility-SQL-access/m-p/669072#M200666</link>
      <description>If you are trying this on SAS University Edition PCFILES server not supported. See the link below:&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/pcfiles-serverr-with-SAS-University-Edition/td-p/244098" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/pcfiles-serverr-with-SAS-University-Edition/td-p/244098&lt;/A&gt;</description>
      <pubDate>Tue, 14 Jul 2020 03:15:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pass-through-facility-SQL-access/m-p/669072#M200666</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2020-07-14T03:15:00Z</dc:date>
    </item>
  </channel>
</rss>

