<?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: DBMS Access error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576367#M163126</link>
    <description>If that doesn't work, can you please show the code used, without macro variables and including the full log as well that shows the error generated.</description>
    <pubDate>Wed, 24 Jul 2019 20:36:17 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-07-24T20:36:17Z</dc:date>
    <item>
      <title>DBMS Access error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576318#M163107</link>
      <description>&lt;P&gt;Any suggestions for what is causing this error?&amp;nbsp; I am getting it on all PROC IMPORT OUT with Access&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Relatively new to SAS programming so any suggestions are appreciated.&amp;nbsp; Using SAS 9.4 running 32 bit on 64 bit machine with 32 bit office.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC IMPORT OUT= &amp;amp;curlib..CountsAll&lt;/P&gt;&lt;P&gt;27 DATATABLE= "CountsPool"&lt;/P&gt;&lt;P&gt;28 DBMS=ACCESS REPLACE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: DBMS type ACCESS not valid for import.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 18:30:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576318#M163107</guid>
      <dc:creator>CG11164</dc:creator>
      <dc:date>2019-07-24T18:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS Access error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576340#M163119</link>
      <description>&lt;P&gt;That is the message you get when SAS and Access do not have the same bitness.I'm guessing your SAS is 64-bit as that is most common these days.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check if SAS / Access are either both 32-bit or 64-bit. In SAS choose Help / About.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 19:39:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576340#M163119</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-07-24T19:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS Access error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576347#M163122</link>
      <description>&lt;P&gt;SAS help desk had me install the 32 bit SAS version on my 64 bit machine so it would work better with the 32 bit office.&amp;nbsp; They said I should not be getting this error however, still getting it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 19:51:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576347#M163122</guid>
      <dc:creator>CG11164</dc:creator>
      <dc:date>2019-07-24T19:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS Access error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576360#M163123</link>
      <description>Do you have the appropriate things installed?&lt;BR /&gt;Can you run the following and post the results from the log:&lt;BR /&gt;&lt;BR /&gt;proc product_status;run;</description>
      <pubDate>Wed, 24 Jul 2019 20:30:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576360#M163123</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-24T20:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS Access error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576362#M163124</link>
      <description>&lt;P&gt;proc product_status;run;&lt;/P&gt;&lt;P&gt;For Base SAS Software ...&lt;/P&gt;&lt;P&gt;Custom version information: 9.4_M6&lt;/P&gt;&lt;P&gt;Image version information: 9.04.01M6P110718&lt;/P&gt;&lt;P&gt;For SAS/STAT ...&lt;/P&gt;&lt;P&gt;Custom version information: 15.1&lt;/P&gt;&lt;P&gt;For SAS/GRAPH ...&lt;/P&gt;&lt;P&gt;Custom version information: 9.4_M6&lt;/P&gt;&lt;P&gt;For High Performance Suite ...&lt;/P&gt;&lt;P&gt;Custom version information: 2.2_M7&lt;/P&gt;&lt;P&gt;For SAS/ACCESS Interface to PC Files ...&lt;/P&gt;&lt;P&gt;Custom version information: 9.4_M6&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):&lt;/P&gt;&lt;P&gt;real time 0.04 seconds&lt;/P&gt;&lt;P&gt;cpu time 0.01 seconds&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 20:32:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576362#M163124</guid>
      <dc:creator>CG11164</dc:creator>
      <dc:date>2019-07-24T20:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS Access error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576366#M163125</link>
      <description>Try using ACCESSCS instead.</description>
      <pubDate>Wed, 24 Jul 2019 20:35:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576366#M163125</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-24T20:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS Access error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576367#M163126</link>
      <description>If that doesn't work, can you please show the code used, without macro variables and including the full log as well that shows the error generated.</description>
      <pubDate>Wed, 24 Jul 2019 20:36:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576367#M163126</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-24T20:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS Access error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576374#M163132</link>
      <description>&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;libname&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; GRPDB &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"C:\Users\one\Documents\Group"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; curlib=cgDB;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; accessdb="C:\Users\one\Documents\SAS Files\GroupSAS.mdb";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;options&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;fmtsearch&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(sasuser &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;curlib.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;options&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;cmplib&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=sasuser.funcs;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;IMPORT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;OUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;curlib.&lt;STRONG&gt;.CountsAll&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATATABLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Counts"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DBMS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=ACCESSCS &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;REPLACE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATABASE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;accessdb.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SCANMEMO&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=YES;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;USEDATE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=YES;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SCANTIME&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=NO;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;IMPORT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;OUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;curlib.&lt;STRONG&gt;.SummaryT&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATATABLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"CountsAct"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DBMS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=ACCESSCS &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;REPLACE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATABASE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;accessdb.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SCANMEMO&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=YES;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;USEDATE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=YES;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SCANTIME&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=NO;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 20:49:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576374#M163132</guid>
      <dc:creator>CG11164</dc:creator>
      <dc:date>2019-07-24T20:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS Access error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576383#M163137</link>
      <description>Not trying to be a giant pain, but that log and code do not go together - the log is not from the code shown. Can you please show exactly the code you ran and the log with errors, once using Access and once using accesscs.</description>
      <pubDate>Wed, 24 Jul 2019 21:21:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576383#M163137</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-24T21:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: DBMS Access error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576385#M163138</link>
      <description>&lt;P&gt;Tried to remove company info and apparently it didn't work.&amp;nbsp; let me get you a clean slate of the code and runs.&amp;nbsp; Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 21:34:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DBMS-Access-error/m-p/576385#M163138</guid>
      <dc:creator>CG11164</dc:creator>
      <dc:date>2019-07-24T21:34:26Z</dc:date>
    </item>
  </channel>
</rss>

