<?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 Exporting Data into Access in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Exporting-Data-into-Access/m-p/452#M42</link>
    <description>I am attempting to automatically transfer the results of a series of queries into MS Access as tables.  The transfer works well except for the 'Replace' option.  I get an error stating 'This engine does not support the REPLACE option."  I'm using SAS 8.01.  Is there a workaround for this issue?  I can't delete or rename the Access tables because they are used in further querying.</description>
    <pubDate>Thu, 20 Apr 2006 12:15:35 GMT</pubDate>
    <dc:creator>SWolfe</dc:creator>
    <dc:date>2006-04-20T12:15:35Z</dc:date>
    <item>
      <title>Exporting Data into Access</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Exporting-Data-into-Access/m-p/452#M42</link>
      <description>I am attempting to automatically transfer the results of a series of queries into MS Access as tables.  The transfer works well except for the 'Replace' option.  I get an error stating 'This engine does not support the REPLACE option."  I'm using SAS 8.01.  Is there a workaround for this issue?  I can't delete or rename the Access tables because they are used in further querying.</description>
      <pubDate>Thu, 20 Apr 2006 12:15:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Exporting-Data-into-Access/m-p/452#M42</guid>
      <dc:creator>SWolfe</dc:creator>
      <dc:date>2006-04-20T12:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Data into Access</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Exporting-Data-into-Access/m-p/453#M43</link>
      <description>I use the code&lt;BR /&gt;
+++++++++++&lt;BR /&gt;
PROC EXPORT DATA = PS_CLASS_TBL                                                                                                         &lt;BR /&gt;
        OUTTABLE = "PS_CLASS_TBL"                                                                                              &lt;BR /&gt;
 DBMS = ACCESS REPLACE;                                                                                                                 &lt;BR /&gt;
DATABASE = "c:\CRSE_FACULTY_GRADUATE.MDB";                                                                                             &lt;BR /&gt;
QUIT;      &lt;BR /&gt;
++++++++++&lt;BR /&gt;
and don't get the replace error.  I'm in version 9.  Does the MS Access file  *.mdb exist prior to the export?  I recall getting the 'engine does not support...' error when I used a libname statement instead of proc export.&lt;BR /&gt;
&lt;BR /&gt;
As in:&lt;BR /&gt;
Libname faculty access "c:\CRSE_FACULTY_GRADUATE.MDB";                                                      &lt;BR /&gt;
&lt;BR /&gt;
data faculty.ps_class_tbl;&lt;BR /&gt;
 set work.ps_class_tbl&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Another thing, are your SAS results in a view or a 'real' dataset?  I've gotten mixed results using views instead of datasets.</description>
      <pubDate>Wed, 10 May 2006 13:50:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Exporting-Data-into-Access/m-p/453#M43</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-05-10T13:50:13Z</dc:date>
    </item>
  </channel>
</rss>

