<?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 to export MS acess to SAS data in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/How-to-export-MS-acess-to-SAS-data/m-p/72989#M983</link>
    <description>Hi, guys:&lt;BR /&gt;
&lt;BR /&gt;
I run into a problem. I have data in MS acess and would like to convert it to SAS.&lt;BR /&gt;
&lt;BR /&gt;
First, I tried to use sas import. I requested user name, password, workgroup DB and workgroup DB password.  Regarding workgroup file and corresponding password, I have no clue. &lt;BR /&gt;
&lt;BR /&gt;
Second, I tried to use acess export function. However, I could not find it. Please advise.  Your help is greatly appreciated. &lt;BR /&gt;
&lt;BR /&gt;
Tulip</description>
    <pubDate>Wed, 23 Sep 2009 17:27:50 GMT</pubDate>
    <dc:creator>tulip</dc:creator>
    <dc:date>2009-09-23T17:27:50Z</dc:date>
    <item>
      <title>How to export MS acess to SAS data</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/How-to-export-MS-acess-to-SAS-data/m-p/72989#M983</link>
      <description>Hi, guys:&lt;BR /&gt;
&lt;BR /&gt;
I run into a problem. I have data in MS acess and would like to convert it to SAS.&lt;BR /&gt;
&lt;BR /&gt;
First, I tried to use sas import. I requested user name, password, workgroup DB and workgroup DB password.  Regarding workgroup file and corresponding password, I have no clue. &lt;BR /&gt;
&lt;BR /&gt;
Second, I tried to use acess export function. However, I could not find it. Please advise.  Your help is greatly appreciated. &lt;BR /&gt;
&lt;BR /&gt;
Tulip</description>
      <pubDate>Wed, 23 Sep 2009 17:27:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/How-to-export-MS-acess-to-SAS-data/m-p/72989#M983</guid>
      <dc:creator>tulip</dc:creator>
      <dc:date>2009-09-23T17:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to export MS acess to SAS data</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/How-to-export-MS-acess-to-SAS-data/m-p/72990#M984</link>
      <description>tulip;&lt;BR /&gt;
&lt;BR /&gt;
Import code below is what I use to import.  Below that is the code I use to export the same file once I've run it through some SAS steps.&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;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
PROC EXPORT DATA= WORK.UpDater                                                                                                                                                                                                                                  &lt;BR /&gt;
            OUTTABLE= "NewOrderFaults"                                                                                                                                                                                                                          &lt;BR /&gt;
            DBMS=ACCESS REPLACE;                                                                                                                                                                                                                                &lt;BR /&gt;
     DATABASE="\\MOFtp\MainFrameFtp\EsaDown\NewOrderFaults.MDB";                                                                                                                                                                                                &lt;BR /&gt;
RUN;</description>
      <pubDate>Wed, 23 Sep 2009 18:30:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/How-to-export-MS-acess-to-SAS-data/m-p/72990#M984</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2009-09-23T18:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to export MS acess to SAS data</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/How-to-export-MS-acess-to-SAS-data/m-p/72991#M985</link>
      <description>Hi, Bill:&lt;BR /&gt;
&lt;BR /&gt;
Thank you so much for the prompt reply. &lt;BR /&gt;
&lt;BR /&gt;
Let me try it and keep it posted. &lt;BR /&gt;
&lt;BR /&gt;
Best, Tulip</description>
      <pubDate>Wed, 23 Sep 2009 21:00:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/How-to-export-MS-acess-to-SAS-data/m-p/72991#M985</guid>
      <dc:creator>tulip</dc:creator>
      <dc:date>2009-09-23T21:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to export MS acess to SAS data</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/How-to-export-MS-acess-to-SAS-data/m-p/72992#M986</link>
      <description>Hi, Bill:&lt;BR /&gt;
&lt;BR /&gt;
I tried it and it worked so well. Again, thanks lot.&lt;BR /&gt;
&lt;BR /&gt;
Regards, Tulip</description>
      <pubDate>Wed, 23 Sep 2009 21:21:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/How-to-export-MS-acess-to-SAS-data/m-p/72992#M986</guid>
      <dc:creator>tulip</dc:creator>
      <dc:date>2009-09-23T21:21:47Z</dc:date>
    </item>
  </channel>
</rss>

