<?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: Unable to export dataset to MS Access database in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Unable-to-export-dataset-to-MS-Access-database/m-p/619913#M35429</link>
    <description>&lt;P&gt;If your site is licensed for SAS/Access to PC Files, another reason you may get this error is if you have a 64bit version of SAS and a 32bit version of MS Office. In this case there is a bitness mismatch. You will need to install and use a piece of software called PC FIle Server. Documentation and code examples can be found here:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=pcfsicg&amp;amp;docsetTarget=n1qhkerbd4k9qun1oome59qr7f5y.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?docsetId=pcfsicg&amp;amp;docsetTarget=n1qhkerbd4k9qun1oome59qr7f5y.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jan 2020 19:35:57 GMT</pubDate>
    <dc:creator>jebjur</dc:creator>
    <dc:date>2020-01-24T19:35:57Z</dc:date>
    <item>
      <title>Unable to export dataset to MS Access database</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Unable-to-export-dataset-to-MS-Access-database/m-p/617807#M35408</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I encounter the following errors when trying to export a dataset to MS Access database&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: DBMS type ACCESS not valid for export.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;========================================================================================&lt;/P&gt;&lt;P&gt;filename mem_pen '\\wfshkg02\USERS\Guest Loyalty and Engagement\CRM &amp;amp; Loyalty\DreamElite Report\Member Penetration\member_penetration.accdb';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc export&lt;BR /&gt;data=work.MEMBER_PENETRATION_01&lt;BR /&gt;outtable="member_penetration"&lt;BR /&gt;DBMS=ACCESS replace;&lt;BR /&gt;database= mem_pen&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;===============================================================================&lt;/P&gt;&lt;P&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %LET _CLIENTTASKLABEL='Program';&lt;BR /&gt;4 %LET _CLIENTPROCESSFLOWNAME='Member Penetration Rate';&lt;BR /&gt;5 %LET _CLIENTPROJECTPATH='C:\SAS EG Task\S040_Member_Penetration\Member On Board Penetration.egp';&lt;BR /&gt;6 %LET _CLIENTPROJECTPATHHOST='HKGPDOR010023D0';&lt;BR /&gt;7 %LET _CLIENTPROJECTNAME='Member On Board Penetration.egp';&lt;BR /&gt;8 %LET _SASPROGRAMFILE='';&lt;BR /&gt;9 %LET _SASPROGRAMFILEHOST='';&lt;BR /&gt;10&lt;BR /&gt;11 ODS _ALL_ CLOSE;&lt;BR /&gt;12 OPTIONS DEV=PNG;&lt;BR /&gt;13 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;14 FILENAME EGSR TEMP;&lt;BR /&gt;15 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR&lt;BR /&gt;16 STYLE=HtmlBlue&lt;BR /&gt;17 STYLESHEET=(URL="file:///C:/Program%20Files/SASHome/SASEnterpriseGuide/7.1/Styles/HtmlBlue.css")&lt;BR /&gt;18 NOGTITLE&lt;BR /&gt;19 NOGFOOTNOTE&lt;BR /&gt;20 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;21 ENCODING=UTF8&lt;BR /&gt;22 options(rolap="on")&lt;BR /&gt;23 ;&lt;BR /&gt;NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR&lt;BR /&gt;24&lt;BR /&gt;25 GOPTIONS ACCESSIBLE;&lt;BR /&gt;26 filename mem_pen '\\wfshkg02\USERS\Guest Loyalty and Engagement\CRM &amp;amp; Loyalty\DreamElite Report\Member&lt;BR /&gt;26 ! Penetration\member_penetration.accdb';&lt;BR /&gt;27&lt;BR /&gt;28&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;29 proc export&lt;BR /&gt;30 data=work.MEMBER_PENETRATION_01&lt;BR /&gt;31 outtable="member_penetration"&lt;BR /&gt;32 DBMS=ACCESS replace;&lt;BR /&gt;ERROR: DBMS type ACCESS not valid for export.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE EXPORT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;33 database= mem_pen&lt;BR /&gt;34&lt;BR /&gt;35 run;&lt;BR /&gt;36&lt;BR /&gt;37&lt;BR /&gt;38&lt;BR /&gt;39&lt;BR /&gt;40&lt;BR /&gt;41&lt;BR /&gt;42 GOPTIONS NOACCESSIBLE;&lt;BR /&gt;43 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;44 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;45 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;46 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;47 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;48 %LET _SASPROGRAMFILE=;&lt;BR /&gt;2 The SAS System Thursday, January 16, 2020 10:42:00 PM&lt;/P&gt;&lt;P&gt;49 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;50&lt;BR /&gt;51 ;*';*";*/;quit;run;&lt;BR /&gt;52 ODS _ALL_ CLOSE;&lt;BR /&gt;53&lt;BR /&gt;54&lt;BR /&gt;55 QUIT; RUN;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 15:49:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Unable-to-export-dataset-to-MS-Access-database/m-p/617807#M35408</guid>
      <dc:creator>alankw2803</dc:creator>
      <dc:date>2020-01-16T15:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to export dataset to MS Access database</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Unable-to-export-dataset-to-MS-Access-database/m-p/617819#M35409</link>
      <description>Start by checking your license, you need SAS/Access to PCFILES.&lt;BR /&gt;Run the following and check your log.&lt;BR /&gt;&lt;BR /&gt;proc product_status;run;</description>
      <pubDate>Thu, 16 Jan 2020 16:24:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Unable-to-export-dataset-to-MS-Access-database/m-p/617819#M35409</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-16T16:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to export dataset to MS Access database</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Unable-to-export-dataset-to-MS-Access-database/m-p/619913#M35429</link>
      <description>&lt;P&gt;If your site is licensed for SAS/Access to PC Files, another reason you may get this error is if you have a 64bit version of SAS and a 32bit version of MS Office. In this case there is a bitness mismatch. You will need to install and use a piece of software called PC FIle Server. Documentation and code examples can be found here:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=pcfsicg&amp;amp;docsetTarget=n1qhkerbd4k9qun1oome59qr7f5y.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?docsetId=pcfsicg&amp;amp;docsetTarget=n1qhkerbd4k9qun1oome59qr7f5y.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 19:35:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Unable-to-export-dataset-to-MS-Access-database/m-p/619913#M35429</guid>
      <dc:creator>jebjur</dc:creator>
      <dc:date>2020-01-24T19:35:57Z</dc:date>
    </item>
  </channel>
</rss>

