<?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 How do I load microsoft access data into Linux SAS server (BI 9.2) in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20972#M4382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can save your access file as a xls file then use proc import again?&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;proc setinit;run;&lt;/P&gt;&lt;P&gt;to see whether your site has product SAS/Access for ODBC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2011 02:01:23 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2011-06-29T02:01:23Z</dc:date>
    <item>
      <title>How do I load microsoft access data into Linux SAS server (BI 9.2)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20967#M4377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to load MS Access data onto a Linux SAS server (BI 9.2) but running into road blocks except when handled by EG.&amp;nbsp; Would really like to schedule these loads outside of EG.&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; This works.&amp;nbsp; EG 4.2 allows me to load each of the tables using my local windows ODBC driver.&amp;nbsp; EG then allows me to insert into/update a SAS dataset.&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; Attempted Proc Import out=work.activities dbms=access table="activities"; database="/var/sasextract/activity.mdb"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This returns:&amp;nbsp; ERROR: DBMS type ACCESS not valid for import.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am running on a Linux server.&amp;nbsp; Found one hint for Windows 64 but not Linux with this error.&lt;/P&gt;&lt;P&gt;3)&amp;nbsp; Attempted server based ODBC connection.&amp;nbsp; Currently do not have a unixODBC driver for MS Access loaded on the Linux server.&amp;nbsp; This option works when used with MySQL ODBC driver and SAS/Access for ODBC.&lt;/P&gt;&lt;P&gt;4)&amp;nbsp; I also have access to DIS but it also appears to need a MS Access ODBC driver for Unix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 23:18:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20967#M4377</guid>
      <dc:creator>Arlan</dc:creator>
      <dc:date>2011-06-24T23:18:33Z</dc:date>
    </item>
    <item>
      <title>How do I load microsoft access data into Linux SAS server (BI 9.2)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20968#M4378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) EG has build-in ODBC support.&lt;/P&gt;&lt;P&gt;2) The import procedure requires SAS Access to PC File Formats, but with SAS on Linux a PC File Server on a Windows machine is also required. &lt;/P&gt;&lt;P&gt;3) + 4) You have already found the solution to your problem: installing unixODBC driver for MS Access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 11:02:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20968#M4378</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2011-06-27T11:02:00Z</dc:date>
    </item>
    <item>
      <title>How do I load microsoft access data into Linux SAS server (BI 9.2)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20969#M4379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way I have done this with a Solairs SAS installation is a bit of a kluge, but it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Use EG to convert all the Microsoft Access tables to SAS datasets.&lt;/P&gt;&lt;P&gt;2) Set up the scheduler to run the project.&lt;/P&gt;&lt;P&gt;3) If you have a shared file space on the windows and Linux (Samba, say), then run your cron'd LinuxSAS programs a little while after the EG runs.&lt;/P&gt;&lt;P&gt;3a) If no, use FTP to move the files to the Linux server and run the LinuxSas programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only place that this has tripped me up is that I have to remember to leave the PC running EG turned on at night.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 13:34:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20969#M4379</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-06-27T13:34:43Z</dc:date>
    </item>
    <item>
      <title>How do I load microsoft access data into Linux SAS server (BI 9.2)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20970#M4380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Doc,&lt;/P&gt;&lt;P&gt;I missed seeing the scheduler in the past, so may have a option there.&amp;nbsp; If I get the EG project running on a VM, I may be able leave EG open so it can run as scheduled.&amp;nbsp; Will give it a try if I can't get the unixODBC option going.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 20:56:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20970#M4380</guid>
      <dc:creator>Arlan</dc:creator>
      <dc:date>2011-06-28T20:56:08Z</dc:date>
    </item>
    <item>
      <title>How do I load microsoft access data into Linux SAS server (BI 9.2)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20971#M4381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andreas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the Proc Import and also the Libname options for accessing the database and SAS come back with the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc Import out=work.activities dbms=ACCESScs table="activities";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; database="\\10.10.10.13\activity.mdb";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; replace table='activity';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port=8621;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server="my.web.server.com";&lt;/P&gt;&lt;P&gt;ERROR: DBMS type ACCESSCS not valid for import.&lt;/P&gt;&lt;P&gt;I also tried DMBS=ACCESS and received the same message.&amp;nbsp; We are using the 64 bit SAS (accesscs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run across another option for accessing data and tried the following&lt;/P&gt;&lt;P&gt;libname myref pcfiles server="my.web.server.com"&lt;/P&gt;&lt;P&gt;30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port=8621 path="activity/activity.mdb";&lt;/P&gt;&lt;P&gt;ERROR: The PCFILES engine cannot be found.&lt;/P&gt;&lt;P&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it appears my Linux install did not come with engines like a Windows 32 bit box would.&amp;nbsp; It appears I'm at a dead end with this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 3)&amp;nbsp; unixODBC for MS Access.&amp;nbsp; Do you/anyone have a recommended unixODBC for MS Access?&amp;nbsp; This appears to be my best option for automation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 20:58:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20971#M4381</guid>
      <dc:creator>Arlan</dc:creator>
      <dc:date>2011-06-28T20:58:17Z</dc:date>
    </item>
    <item>
      <title>How do I load microsoft access data into Linux SAS server (BI 9.2)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20972#M4382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can save your access file as a xls file then use proc import again?&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;proc setinit;run;&lt;/P&gt;&lt;P&gt;to see whether your site has product SAS/Access for ODBC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 02:01:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20972#M4382</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-06-29T02:01:23Z</dc:date>
    </item>
    <item>
      <title>How do I load microsoft access data into Linux SAS server (BI 9.2)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20973#M4383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We will have lots of MS Access databases containing multiple tables, so it will be a time consuming manual step to convert each one, nightly to xls and then to SAS.&amp;nbsp; EG appears to be a more direct option and I have been able to load MS Access tables in the past.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we have SAS/Access Interface for ODBC.&amp;nbsp; Its on a Linux box which doesn't give me the MS Access ODBC driver by default.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 17:06:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-load-microsoft-access-data-into-Linux-SAS-server-BI-9-2/m-p/20973#M4383</guid>
      <dc:creator>Arlan</dc:creator>
      <dc:date>2011-06-30T17:06:03Z</dc:date>
    </item>
  </channel>
</rss>

