<?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: SAS Linux 9.4 how to access .accdb database in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Linux-9-4-how-to-access-accdb-database/m-p/675751#M203625</link>
    <description>Oh I see. You're right; I do not have license for PC files.&lt;BR /&gt;Thank you!</description>
    <pubDate>Mon, 10 Aug 2020 20:44:30 GMT</pubDate>
    <dc:creator>ThuyPhi</dc:creator>
    <dc:date>2020-08-10T20:44:30Z</dc:date>
    <item>
      <title>SAS Linux 9.4 how to access .accdb database</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Linux-9-4-how-to-access-accdb-database/m-p/675722#M203612</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I have a SAS code that used to work on PC.&amp;nbsp; However, I now have to run it in Linux and the code to access database is not working anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before:&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC IMPORT DBMS=ACCESSCS DATATABLE='2014_Platform'&lt;BR /&gt;OUT=WORK.gwei14 REPLACE;&lt;BR /&gt;DATABASE= 'C:\Users\..\2014_Platform_Inventory.accdb';&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now:&lt;/P&gt;&lt;P&gt;libname offshr access "/2014_Platform_Inventory.accdb" ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got this error:&lt;/P&gt;&lt;P&gt;ERROR: The ACCESS engine cannot be found.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me how to access a database in Linux 9.4!&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 19:07:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Linux-9-4-how-to-access-accdb-database/m-p/675722#M203612</guid>
      <dc:creator>ThuyPhi</dc:creator>
      <dc:date>2020-08-10T19:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Linux 9.4 how to access .accdb database</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Linux-9-4-how-to-access-accdb-database/m-p/675726#M203614</link>
      <description>&lt;P&gt;First thing is you want to use paths starting at the root of a drive or the mount point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second, run this code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc Setinit;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to have the&amp;nbsp; SAS/Access to PC Files to use the Access and Excel engines such as ACCESSCS. If you do not see that in the proc setinit output in the log, such as&lt;/P&gt;
&lt;PRE&gt;---SAS/ACCESS Interface to PC Files
&lt;/PRE&gt;
&lt;P&gt;then you aren't licensed and would need an update to the license to include the license.&lt;/P&gt;
&lt;P&gt;If the PC files appears in the log then run:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc Product_status;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;If you don't see something like this in the log&lt;/P&gt;
&lt;PRE&gt;For SAS/ACCESS Interface to PC Files ...
   Custom version information:
&lt;/PRE&gt;
&lt;P&gt;then it just wasn't installed and you need to reinstall and include the PC files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 19:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Linux-9-4-how-to-access-accdb-database/m-p/675726#M203614</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-08-10T19:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Linux 9.4 how to access .accdb database</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Linux-9-4-how-to-access-accdb-database/m-p/675751#M203625</link>
      <description>Oh I see. You're right; I do not have license for PC files.&lt;BR /&gt;Thank you!</description>
      <pubDate>Mon, 10 Aug 2020 20:44:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Linux-9-4-how-to-access-accdb-database/m-p/675751#M203625</guid>
      <dc:creator>ThuyPhi</dc:creator>
      <dc:date>2020-08-10T20:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Linux 9.4 how to access .accdb database</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Linux-9-4-how-to-access-accdb-database/m-p/675753#M203627</link>
      <description>&lt;P&gt;As well as the licence you will need to use the SAS PC Files Server for this to work on Linux. It is a free download from SAS.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 20:51:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Linux-9-4-how-to-access-accdb-database/m-p/675753#M203627</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-08-10T20:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Linux 9.4 how to access .accdb database</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Linux-9-4-how-to-access-accdb-database/m-p/675896#M203705</link>
      <description>One way is save this access file into CSV file and import again.&lt;BR /&gt;Alternative way is using PC Files Server, if you set up at Linux side .</description>
      <pubDate>Tue, 11 Aug 2020 12:27:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Linux-9-4-how-to-access-accdb-database/m-p/675896#M203705</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-08-11T12:27:34Z</dc:date>
    </item>
  </channel>
</rss>

