<?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: Lesson 7: Accessing DBMS Data with SAS/ACCESS in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Lesson-7-Accessing-DBMS-Data-with-SAS-ACCESS/m-p/986480#M11564</link>
    <description>It's pretty much in the message, you need to specify on which server your SAS PC Files Server is executing.&lt;BR /&gt;This information should be documented for your environment.</description>
    <pubDate>Fri, 17 Apr 2026 06:31:20 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2026-04-17T06:31:20Z</dc:date>
    <item>
      <title>Lesson 7: Accessing DBMS Data with SAS/ACCESS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Lesson-7-Accessing-DBMS-Data-with-SAS-ACCESS/m-p/986462#M11563</link>
      <description>&lt;P&gt;Hello, I am working on the demo: using an SQL pass-through query from SAS SQL 1:Essentials. But I'm having trouble accessing the results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;connect to pcfiles(path="&amp;amp;path/database/SQL_DB.accdb" dbpassword=sastest);&lt;BR /&gt;select * from connection to pcfiles&lt;BR /&gt;(select top 10, UserID, Income, State&lt;BR /&gt;from customer&lt;BR /&gt;order by Income desc);&lt;BR /&gt;disconnect from pcfiles;&lt;BR /&gt;quit;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Can someone help figure out why this is happening? Please and thank you!&lt;/DIV&gt;&lt;DIV class=""&gt;I am doing it on my MacBook, I'm thinking that could be the issue since PCFile isn't on the Mac. Is there any other I can use to complete this lesson?&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Apr 2026 16:58:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Lesson-7-Accessing-DBMS-Data-with-SAS-ACCESS/m-p/986462#M11563</guid>
      <dc:creator>Varha613</dc:creator>
      <dc:date>2026-04-16T16:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 7: Accessing DBMS Data with SAS/ACCESS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Lesson-7-Accessing-DBMS-Data-with-SAS-ACCESS/m-p/986480#M11564</link>
      <description>It's pretty much in the message, you need to specify on which server your SAS PC Files Server is executing.&lt;BR /&gt;This information should be documented for your environment.</description>
      <pubDate>Fri, 17 Apr 2026 06:31:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Lesson-7-Accessing-DBMS-Data-with-SAS-ACCESS/m-p/986480#M11564</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2026-04-17T06:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Lesson 7: Accessing DBMS Data with SAS/ACCESS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Lesson-7-Accessing-DBMS-Data-with-SAS-ACCESS/m-p/986481#M11565</link>
      <description>You need another option 'server=' to make it work:&lt;BR /&gt;connect to pcfiles(path="&amp;amp;path/database/SQL_DB.accdb" dbpassword=sastest   server=xxxxxxx);&lt;BR /&gt;&lt;BR /&gt;Or you could try PROC IMPORT + DBMS=ACCESS , since you are trying to read in a ACCESS datafile.</description>
      <pubDate>Fri, 17 Apr 2026 06:39:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Lesson-7-Accessing-DBMS-Data-with-SAS-ACCESS/m-p/986481#M11565</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-04-17T06:39:31Z</dc:date>
    </item>
  </channel>
</rss>

