<?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: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/587101#M75858</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/138205"&gt;@novinosrin&lt;/a&gt;&amp;nbsp; - Looks like you are good to go regarding testing a LIBNAME then. I'm assuming you are using a remote SAS server judging by the licence. What OS is your SAS running on? If you are running on Unix then you might need to go the PCFILES route. If you are running on Windows then you can directly interface with 64-bit Office components running on your Windows SAS server.&lt;/P&gt;</description>
    <pubDate>Sun, 08 Sep 2019 20:08:43 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2019-09-08T20:08:43Z</dc:date>
    <item>
      <title>Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119553#M66395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an Access database that gets updated daily and I was hoping to import that data into SAS so I could perform analysis on it.&amp;nbsp; I have windows SAS 9.2 but cannot figure a good way to get that data into SAS in an automated fashion.&amp;nbsp; The only way I know I could do it so it would work would be to export everything to Excel and then save as an xls file.&amp;nbsp; That would be way too time consuming given it is a daily update.&amp;nbsp; I have googled with no avail, does anyone have a solution to this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 02:50:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119553#M66395</guid>
      <dc:creator>lsirakos</dc:creator>
      <dc:date>2013-01-09T02:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119554#M66396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi，&lt;/P&gt;&lt;P&gt;Have you tried to import directly from access to sas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 03:07:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119554#M66396</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2013-01-09T03:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119555#M66397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's very simple if you have the license to SAS/ACCESS, you simply treat your database as a SAS library, you can then access every table as a SAS dataset :&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;&lt;STRONG&gt;libname ac Access "c:\myDir\myDatabase.accdb";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc print data=ac.myTable; run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 03:09:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119555#M66397</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-01-09T03:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119556#M66398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have SAS/ACCESS for PC Files licensed? Run:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC SETINIT NOALIAS;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to confirm. This product allows you to import ACCESS databases directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 03:12:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119556#M66398</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2013-01-09T03:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119557#M66399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a paper:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lexjansen.com/pharmasug/2005/coderscorner/cc12.pdf" title="http://www.lexjansen.com/pharmasug/2005/coderscorner/cc12.pdf"&gt;http://www.lexjansen.com/pharmasug/2005/coderscorner/cc12.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 03:16:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119557#M66399</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2013-01-09T03:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119558#M66400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is another method, ported from 9.2 to 9.3, using Proc Import.&amp;nbsp; It also requires SAS/ACCESS for PC Files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC IMPORT OUT= WORK.NewBISRT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATATABLE= "BISNewRT"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=ACCESS REPLACE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATABASE="B:\BIS Report Tracking\New BIS RT.mdb";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCANMEMO=YES;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USEDATE=NO;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCANTIME=YES;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 14:38:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119558#M66400</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-01-09T14:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119559#M66401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;PGStats wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It's very simple if you have the license to SAS/ACCESS, you simply treat your database as a SAS library, you can then access every table as a SAS dataset :&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;libname ac Access "c:\myDir\myDatabase.accdb";&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc print data=ac.myTable; run;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;PG&lt;/P&gt;
&lt;/PRE&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P&gt;When I try that I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Connect: Unrecognized database format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'C:\path\DB.accdb'.&lt;/P&gt;&lt;P&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 15:07:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119559#M66401</guid>
      <dc:creator>lsirakos</dc:creator>
      <dc:date>2013-01-09T15:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119560#M66402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;SASKiwi wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Do you have SAS/ACCESS for PC Files licensed? Run:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;PROC SETINIT NOALIAS;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;to confirm. This product allows you to import ACCESS databases directly.&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;I do have SAS/ACCESS for PC Files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 15:09:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119560#M66402</guid>
      <dc:creator>lsirakos</dc:creator>
      <dc:date>2013-01-09T15:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119561#M66403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I only have MS-Access 2007. It could be that MS-Access 2010 is not supported by your version of SAS. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 15:31:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119561#M66403</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-01-09T15:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119562#M66404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Proc Import method I referred to above works with MS Access 2010 (well, at least it did the day before yesterday), but was originally written for MS Access 2007.&amp;nbsp; It is slow, slow, slow, however, taking 0.53 sec CPU time for a table with 8207 obs and 29 variables, and 1.99 sec CPU time for a table with 9598 obs and 20 variables, on a 64bit Windows machine.&amp;nbsp; I can't imagine trying to scale this to 100K obs in anything resembling a reasonable time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 15:41:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119562#M66404</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-01-09T15:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119563#M66405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;SteveDenham wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The Proc Import method I referred to above works with MS Access 2010 (well, at least it did the day before yesterday), but was originally written for MS Access 2007.&amp;nbsp; It is slow, slow, slow, however, taking 0.53 sec CPU time for a table with 8207 obs and 29 variables, and 1.99 sec CPU time for a table with 9598 obs and 20 variables, on a 64bit Windows machine.&amp;nbsp; I can't imagine trying to scale this to 100K obs in anything resembling a reasonable time.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;I still get the error below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Connect: Unrecognized database format 'c:\path\test.mdb'.&lt;/P&gt;&lt;P&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;Connection Failed.&amp;nbsp; See log for details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 15:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119563#M66405</guid>
      <dc:creator>lsirakos</dc:creator>
      <dc:date>2013-01-09T15:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119564#M66406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the code?&amp;nbsp; I had no LIBNAME statement in my code, so I don't see why that particular error would show up.&amp;nbsp; The problem could be in the dbms= option.&amp;nbsp; Try changing from dbms = access replace; to dbms = access97 replace;.&amp;nbsp; That's the code in our older versions, and may be what is needed to recognize the database format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 16:03:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119564#M66406</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-01-09T16:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119565#M66407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;SteveDenham wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can you share the code?&amp;nbsp; I had no LIBNAME statement in my code, so I don't see why that particular error would show up.&amp;nbsp; The problem could be in the dbms= option.&amp;nbsp; Try changing from dbms = access replace; to dbms = access97 replace;.&amp;nbsp; That's the code in our older versions, and may be what is needed to recognize the database format.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;Sure, code is below, I used what you had, just changed the paths and names mainly.&amp;nbsp; I wasn't using libname either so not sure why it is throwing that error.&amp;nbsp; I also tried access97 with no avail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC IMPORT OUT= WORK.NewTable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATATABLE= "MyTableName"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=ACCESS REPLACE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATABASE="C:\Path\test.mdb";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCANMEMO=YES;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USEDATE=NO;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCANTIME=YES;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 16:51:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119565#M66407</guid>
      <dc:creator>lsirakos</dc:creator>
      <dc:date>2013-01-09T16:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119566#M66408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is really odd.&amp;nbsp; I just had the Data Import Wizard open an Access database, and that is exactly the code that was written.&amp;nbsp; Have you tried using the Import Wizard in an interactive session (File--&amp;gt;Import Data, and then following the prompts and pull-down menus to get at Microsoft Access), and saving the code generated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 17:16:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119566#M66408</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-01-09T17:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119567#M66409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't work either, I believe the issue is the database isn't Access 2003.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 17:30:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119567#M66409</guid>
      <dc:creator>lsirakos</dc:creator>
      <dc:date>2013-01-09T17:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119568#M66410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I must be missing something then.&amp;nbsp; The Import Wizard should work with Access 2003 and all subsequent versions--I am running Access 2010.&amp;nbsp; Now if it is an earlier version (Office 97), then the dbms=access97 would come in.&amp;nbsp; Can you open the whole database in Access?&amp;nbsp; If so, then can you do a Save As, and get the db in that form.&amp;nbsp; Not real handy for a daily update, though.&lt;/P&gt;&lt;P&gt;Guess that is about as much as I can offer on this.&amp;nbsp; I hope some others have some ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 17:38:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119568#M66410</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-01-09T17:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119569#M66411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Access 2007-2010 have names that end in .accdb not .mdb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 18:23:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119569#M66411</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-01-09T18:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119570#M66412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The libname access on SAS 9.2 installed works fine for me, but so does a direct import. &lt;/P&gt;&lt;P&gt;Is the following correct:&lt;/P&gt;&lt;P&gt;1. You can't import the file using File&amp;gt;Import&amp;gt;Access20XX?&lt;/P&gt;&lt;P&gt;2. The libname method doesn't work either?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so you're best off working with Tech Support to get help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname mydb access 'Database_Test.accdb';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;set Mydb.Test;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname test;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 18:26:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119570#M66412</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-01-09T18:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119571#M66413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm.&amp;nbsp; So that means that our Office 2010 version is backward compatible, and just keeps on using, and updating an Access 2003 database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to save our *.mdb, using Save As, and the *.accdb option didn't even appear.&amp;nbsp; I guess that you have to export from Access to get an updated db.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 18:34:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119571#M66413</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-01-09T18:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data from Microsoft Access DB (2007/2010) with SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119572#M66414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah I could only save as accdb but I just changed the extension to mdb to see if that would work (it didn't obviously).&amp;nbsp; I know I can only import excel files that are .xls and not .xlsx, is there a fix out there for 9.2 to account for this or is it just something I will have to deal with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 22:54:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-data-from-Microsoft-Access-DB-2007-2010-with-SAS-9-2/m-p/119572#M66414</guid>
      <dc:creator>lsirakos</dc:creator>
      <dc:date>2013-01-09T22:54:20Z</dc:date>
    </item>
  </channel>
</rss>

