<?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: ERROR: DBMS type XLSX not valid for import. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-DBMS-type-XLSX-not-valid-for-import/m-p/814637#M321551</link>
    <description>I already converted the files from xlsx to csv but I had multiple files in the xlsx files in one excel worksheet so I thought there was going to be an easier way to do that. Thanks</description>
    <pubDate>Mon, 23 May 2022 01:38:05 GMT</pubDate>
    <dc:creator>nab102</dc:creator>
    <dc:date>2022-05-23T01:38:05Z</dc:date>
    <item>
      <title>ERROR: DBMS type XLSX not valid for import.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-DBMS-type-XLSX-not-valid-for-import/m-p/814567#M321519</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having trouble importing xlsx file and I keep getting this error "ERROR: DBMS type XLSX not valid for import." . Can someone help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import datafile="path\Data.xlsx"&lt;BR /&gt;dbms=xlsx out=dm replace;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2022 16:16:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-DBMS-type-XLSX-not-valid-for-import/m-p/814567#M321519</guid>
      <dc:creator>nab102</dc:creator>
      <dc:date>2022-05-21T16:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: DBMS type XLSX not valid for import.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-DBMS-type-XLSX-not-valid-for-import/m-p/814568#M321520</link>
      <description>&lt;P&gt;Install a new version of SAS?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2013/08/02/how-old-is-your-version-of-sas-release-dates-for-sas-software.html" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/iml/2013/08/02/how-old-is-your-version-of-sas-release-dates-for-sas-software.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To check the version of SAS you are running check the macro variable SYSVLONG.&amp;nbsp; To check what is installed use PROC PRODUCT_STATUS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know XLSX engine works with this 4.5 year old version of SAS (which does have SAS/Access to PC Files installed).&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;79   %put &amp;amp;=sysvlong;
SYSVLONG=9.04.01M5P091317
80
81
82   proc product_status;
83   run;

For Base SAS Software ...
   Custom version information: 9.4_M5
   Image version information: 9.04.01M5P090617
...
For SAS/ACCESS Interface to PC Files ...
   Custom version information: 9.4_M5
...
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2022 16:45:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-DBMS-type-XLSX-not-valid-for-import/m-p/814568#M321520</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-05-21T16:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: DBMS type XLSX not valid for import.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-DBMS-type-XLSX-not-valid-for-import/m-p/814575#M321525</link>
      <description>This is my version&lt;BR /&gt;149 %put &amp;amp;=sysvlong;&lt;BR /&gt;SYSVLONG=9.04.01M7P080520&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For Base SAS Software ...&lt;BR /&gt;Custom version information: 9.4_M7&lt;BR /&gt;Image version information: 9.04.01M7P080520&lt;BR /&gt;For SAS/STAT ...&lt;BR /&gt;Custom version information: 15.2&lt;BR /&gt;For SAS/GRAPH ...&lt;BR /&gt;Custom version information: 9.4_M7&lt;BR /&gt;For SAS/IML ...&lt;BR /&gt;Custom version information: 15.2&lt;BR /&gt;For High Performance Suite ...&lt;BR /&gt;Custom version information: 2.2_M8&lt;BR /&gt;For SAS/ACCESS Interface to ODBC ...&lt;BR /&gt;Custom version information: 9.4_M7&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 21 May 2022 19:33:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-DBMS-type-XLSX-not-valid-for-import/m-p/814575#M321525</guid>
      <dc:creator>nab102</dc:creator>
      <dc:date>2022-05-21T19:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: DBMS type XLSX not valid for import.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-DBMS-type-XLSX-not-valid-for-import/m-p/814580#M321527</link>
      <description>&lt;P&gt;So you do not have SAS/ACCESS to PC Files installed. Run PROC SETINIT to check if it is also not licensed (most probably).&lt;/P&gt;
&lt;P&gt;Save your spreadsheet as a CSV file, and read it with a data step.&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2022 19:57:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-DBMS-type-XLSX-not-valid-for-import/m-p/814580#M321527</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-05-21T19:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: DBMS type XLSX not valid for import.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-DBMS-type-XLSX-not-valid-for-import/m-p/814637#M321551</link>
      <description>I already converted the files from xlsx to csv but I had multiple files in the xlsx files in one excel worksheet so I thought there was going to be an easier way to do that. Thanks</description>
      <pubDate>Mon, 23 May 2022 01:38:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-DBMS-type-XLSX-not-valid-for-import/m-p/814637#M321551</guid>
      <dc:creator>nab102</dc:creator>
      <dc:date>2022-05-23T01:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: DBMS type XLSX not valid for import.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-DBMS-type-XLSX-not-valid-for-import/m-p/814638#M321552</link>
      <description>Thank you</description>
      <pubDate>Mon, 23 May 2022 01:38:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-DBMS-type-XLSX-not-valid-for-import/m-p/814638#M321552</guid>
      <dc:creator>nab102</dc:creator>
      <dc:date>2022-05-23T01:38:38Z</dc:date>
    </item>
  </channel>
</rss>

