<?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: IMPORT ACCESS(mdb) files in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/IMPORT-ACCESS-mdb-files/m-p/71263#M20547</link>
    <description>code that works that may give you some direction ...&lt;BR /&gt;
&lt;BR /&gt;
PROC IMPORT OUT= WORK.NewOrdFaults                                                                                                      &lt;BR /&gt;
            DATATABLE= "NewOrderFaults"                                                                                                 &lt;BR /&gt;
            DBMS=ACCESS REPLACE;                                                                                                        &lt;BR /&gt;
     DATABASE="\\Moftp\MainFrameFtp\ESADOWN\NewOrderFaults.MDB";                                                                        &lt;BR /&gt;
     SCANMEMO=YES;                                                                                                                      &lt;BR /&gt;
     USEDATE=YES;                                                                                                                       &lt;BR /&gt;
     SCANTIME=NO;                                                                                                                       &lt;BR /&gt;
RUN;</description>
    <pubDate>Tue, 15 Sep 2009 14:50:34 GMT</pubDate>
    <dc:creator>Bill</dc:creator>
    <dc:date>2009-09-15T14:50:34Z</dc:date>
    <item>
      <title>IMPORT ACCESS(mdb) files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/IMPORT-ACCESS-mdb-files/m-p/71258#M20542</link>
      <description>I will  to open the access(mdb) file. Its name is prescription.mdb and is stored in the "Z" drive. I want to use proc import. I am getting a message saying "FILE= or TABLE= is required and must be specified". Please can someone help me.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
PROC IMPORT datafile="Z:\prescription.mdb" &lt;BR /&gt;
  out=prescription&lt;BR /&gt;
  dbms=ACCESS&lt;BR /&gt;
  replace;  &lt;BR /&gt;
run;&lt;BR /&gt;
proc print;run;</description>
      <pubDate>Mon, 14 Sep 2009 16:58:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/IMPORT-ACCESS-mdb-files/m-p/71258#M20542</guid>
      <dc:creator>Statsconsultancy</dc:creator>
      <dc:date>2009-09-14T16:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT ACCESS(mdb) files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/IMPORT-ACCESS-mdb-files/m-p/71259#M20543</link>
      <description>From the SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website and the discussion on PROC IMPORT.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
SAS/Access - PROC IMPORT Statement&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/61891/HTML/default/a003102095.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acpcref/61891/HTML/default/a003102095.htm&lt;/A&gt;</description>
      <pubDate>Mon, 14 Sep 2009 17:14:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/IMPORT-ACCESS-mdb-files/m-p/71259#M20543</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-09-14T17:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT ACCESS(mdb) files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/IMPORT-ACCESS-mdb-files/m-p/71260#M20544</link>
      <description>I have tried, but still i can't solve the problem. Please, can you have a look at me data steps and kindly advise me on that. What is the mistake on my program?&lt;BR /&gt;
&lt;BR /&gt;
PROC IMPORT datafile="Z:\prescription.mdb" &lt;BR /&gt;
  out=mymdb&lt;BR /&gt;
  dbms=ACCESS&lt;BR /&gt;
  replace;  &lt;BR /&gt;
run;</description>
      <pubDate>Tue, 15 Sep 2009 08:55:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/IMPORT-ACCESS-mdb-files/m-p/71260#M20544</guid>
      <dc:creator>Statsconsultancy</dc:creator>
      <dc:date>2009-09-15T08:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT ACCESS(mdb) files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/IMPORT-ACCESS-mdb-files/m-p/71261#M20545</link>
      <description>After reading the DOC, what part of the SAS error message does not make sense?  There are required parameters that are not specified, so the error occurs.&lt;BR /&gt;
&lt;BR /&gt;
Also, you may want to explore using the SAS LIBNAME &lt;LIBREF&gt; ACCESS ....;  statement approach - see link to SAS-hosted DOC below:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/61891/HTML/default/a002107496.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acpcref/61891/HTML/default/a002107496.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;/LIBREF&gt;</description>
      <pubDate>Tue, 15 Sep 2009 12:47:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/IMPORT-ACCESS-mdb-files/m-p/71261#M20545</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-09-15T12:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT ACCESS(mdb) files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/IMPORT-ACCESS-mdb-files/m-p/71262#M20546</link>
      <description>Your syntax is more appropriate to a file than a database.  You need the TABLE= and other parameters.  See &lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/61891/HTML/default/a003103770.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acpcref/61891/HTML/default/a003103770.htm&lt;/A&gt;&lt;BR /&gt;
for 9.2 specifics on Access DBs.</description>
      <pubDate>Tue, 15 Sep 2009 14:06:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/IMPORT-ACCESS-mdb-files/m-p/71262#M20546</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-09-15T14:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT ACCESS(mdb) files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/IMPORT-ACCESS-mdb-files/m-p/71263#M20547</link>
      <description>code that works that may give you some direction ...&lt;BR /&gt;
&lt;BR /&gt;
PROC IMPORT OUT= WORK.NewOrdFaults                                                                                                      &lt;BR /&gt;
            DATATABLE= "NewOrderFaults"                                                                                                 &lt;BR /&gt;
            DBMS=ACCESS REPLACE;                                                                                                        &lt;BR /&gt;
     DATABASE="\\Moftp\MainFrameFtp\ESADOWN\NewOrderFaults.MDB";                                                                        &lt;BR /&gt;
     SCANMEMO=YES;                                                                                                                      &lt;BR /&gt;
     USEDATE=YES;                                                                                                                       &lt;BR /&gt;
     SCANTIME=NO;                                                                                                                       &lt;BR /&gt;
RUN;</description>
      <pubDate>Tue, 15 Sep 2009 14:50:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/IMPORT-ACCESS-mdb-files/m-p/71263#M20547</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2009-09-15T14:50:34Z</dc:date>
    </item>
  </channel>
</rss>

