<?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 xlsb SAS EG 7.1 64-bits in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-xlsb-SAS-EG-7-1-64-bits/m-p/351900#M23199</link>
    <description>&lt;P&gt;What about DBMS = EXCEL or XLS? If you have the bitness problem then you can download the 64-bit ACE engine software from Microsoft as an alternative to using the SAS PC File Server.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2017 20:05:45 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2017-04-20T20:05:45Z</dc:date>
    <item>
      <title>Import xlsb SAS EG 7.1 64-bits</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-xlsb-SAS-EG-7-1-64-bits/m-p/351501#M23157</link>
      <description>&lt;P&gt;Have: a xlsb file.&lt;/P&gt;&lt;P&gt;Want: import part of the data to SAS EG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code used:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro Import;
			proc import datafile = "&amp;amp;_folderpath&amp;amp;_filepath&amp;amp;_filename" /* pre-defined, no error here */
						out =  work.test
						replace
						dbms= xlsb; /* changes were made here*/
						range='Sheet1$A3:Z900000'n;
						getnames=yes;
			run;
%mend Import;
%Import;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;One error reported:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ERROR: DBMS type XLSB not valid for import.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Tried to change the code to&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;dbms= ExcelCS;&lt;/PRE&gt;&lt;P&gt;One error reported:&lt;/P&gt;&lt;PRE&gt;ERROR: Statement or Option "GETNAMES" not valid for EXCELCS IMPORT.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The column names come from A3:Z3.&amp;nbsp;Definitely need it.&lt;/P&gt;&lt;P&gt;How to fix the codes?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 01:30:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-xlsb-SAS-EG-7-1-64-bits/m-p/351501#M23157</guid>
      <dc:creator>ayin</dc:creator>
      <dc:date>2017-04-20T01:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Import xlsb SAS EG 7.1 64-bits</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-xlsb-SAS-EG-7-1-64-bits/m-p/351772#M23190</link>
      <description>&lt;P&gt;Have you tried with&amp;nbsp;dbms=excelcs? Getnames unfortunately isn't supported with that dbms from what I can see.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could specify the range to ensure you have the right variable columns with range='a5:e21'n for example. Alternatively if you can have the range named it works even better.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 16:07:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-xlsb-SAS-EG-7-1-64-bits/m-p/351772#M23190</guid>
      <dc:creator>CliftonDenning</dc:creator>
      <dc:date>2017-04-20T16:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Import xlsb SAS EG 7.1 64-bits</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-xlsb-SAS-EG-7-1-64-bits/m-p/351900#M23199</link>
      <description>&lt;P&gt;What about DBMS = EXCEL or XLS? If you have the bitness problem then you can download the 64-bit ACE engine software from Microsoft as an alternative to using the SAS PC File Server.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 20:05:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-xlsb-SAS-EG-7-1-64-bits/m-p/351900#M23199</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-04-20T20:05:45Z</dc:date>
    </item>
  </channel>
</rss>

