<?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: Import XLSX file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437660#M109023</link>
    <description>&lt;P&gt;I run&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc setinit;&lt;/P&gt;&lt;P&gt;run;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I couldn't see SAS/ACCESS&amp;nbsp; installed in my system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you think that's the issue ??&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2018 16:03:23 GMT</pubDate>
    <dc:creator>mona4u</dc:creator>
    <dc:date>2018-02-15T16:03:23Z</dc:date>
    <item>
      <title>Import XLSX file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437601#M108993</link>
      <description>&lt;P&gt;PROC IMPORT OUT= WORK.auto1 DATAFILE= "C:\Users\ 2-Feb-18.xlsx"&lt;BR /&gt;DBMS=xlsx REPLACE;&lt;BR /&gt;SHEET="auto";&lt;BR /&gt;GETNAMES=YES;&lt;BR /&gt;RUN;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm traying to import excel file and I got an error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;ERROR: DBMS type XLSX not valid for import.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I should do??&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437601#M108993</guid>
      <dc:creator>mona4u</dc:creator>
      <dc:date>2018-02-15T14:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Import XLSX file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437609#M108998</link>
      <description>&lt;P&gt;Use a valid dbms engine:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/63184/HTML/default/viewer.htm#a003102096.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acpcref/63184/HTML/default/viewer.htm#a003102096.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you haven't provided any information its hard to say anything further.&amp;nbsp; E.g. what operating system?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437609#M108998</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-02-15T14:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Import XLSX file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437615#M109001</link>
      <description>how to know the name of dbms in my system??</description>
      <pubDate>Thu, 15 Feb 2018 15:02:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437615#M109001</guid>
      <dc:creator>mona4u</dc:creator>
      <dc:date>2018-02-15T15:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Import XLSX file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437619#M109004</link>
      <description>&lt;P&gt;This would come from you providing the requested information.&amp;nbsp; For instance, start with something simple like telling us what operating system you are on, Office (of which XLSX is part) does not exist for Linux/Unix systems - for those you would use pcfiles.&lt;/P&gt;
&lt;P&gt;Next, tell us what software you are using, SAS University Edition works differently from desktop SAS, or server SAS.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 15:07:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437619#M109004</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-02-15T15:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Import XLSX file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437620#M109005</link>
      <description>&lt;P&gt;I'm using&amp;nbsp;&lt;/P&gt;&lt;P&gt;windows 10 pro&amp;nbsp;&lt;/P&gt;&lt;P&gt;system type 64-bit&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS 9.4&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the server and&amp;nbsp;Excel 2016&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 15:28:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437620#M109005</guid>
      <dc:creator>mona4u</dc:creator>
      <dc:date>2018-02-15T15:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Import XLSX file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437658#M109022</link>
      <description>&lt;P&gt;If you're using SAS 9.4 you should have XLSX engine by default. Something else is the issue then.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check with others in your company if the code works on their system.&lt;/P&gt;
&lt;P&gt;And post your full log and error message, that may contain more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 15:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437658#M109022</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-15T15:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Import XLSX file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437660#M109023</link>
      <description>&lt;P&gt;I run&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc setinit;&lt;/P&gt;&lt;P&gt;run;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I couldn't see SAS/ACCESS&amp;nbsp; installed in my system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you think that's the issue ??&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 16:03:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437660#M109023</guid>
      <dc:creator>mona4u</dc:creator>
      <dc:date>2018-02-15T16:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Import XLSX file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437665#M109025</link>
      <description>&lt;P&gt;Yeah, you would need that &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2015/05/20/using-libname-xlsx-to-read-and-write-excel-files/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2015/05/20/using-libname-xlsx-to-read-and-write-excel-files/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/134228"&gt;@mona4u&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I run&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc setinit;&lt;/P&gt;
&lt;P&gt;run;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I couldn't see SAS/ACCESS&amp;nbsp; installed in my system.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you think that's the issue ??&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 16:10:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-file/m-p/437665#M109025</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-15T16:10:39Z</dc:date>
    </item>
  </channel>
</rss>

