<?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 Proc Export using xlsb in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-using-xlsb/m-p/439429#M109655</link>
    <description>&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; have;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ln_no $ state $ loans amt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;datalines&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1123 AL 1 100&lt;/P&gt;
&lt;P&gt;1123 AL 1 100&lt;/P&gt;
&lt;P&gt;1123 AL 2 150&lt;/P&gt;
&lt;P&gt;1233 AL 2 150&lt;/P&gt;
&lt;P&gt;CA 3 50&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&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;proc export data=have&lt;/P&gt;
&lt;P&gt;outfile="\server\t_DATA_HIST.xlsb"&lt;/P&gt;
&lt;P&gt;dbms=excelcs replace;&lt;/P&gt;
&lt;P&gt;server= 'saspcff';&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;I keep getting&lt;/P&gt;
&lt;P&gt;ERROR: CLI error trying to establish connection: [Microsoft][ODBC Excel Driver] Failure creating file.&lt;/P&gt;
&lt;P&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;Is there special syntax that xlsb uses vs&amp;nbsp; xls and xlsx ????&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2018 19:49:14 GMT</pubDate>
    <dc:creator>Q1983</dc:creator>
    <dc:date>2018-02-22T19:49:14Z</dc:date>
    <item>
      <title>Proc Export using xlsb</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-using-xlsb/m-p/439429#M109655</link>
      <description>&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; have;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ln_no $ state $ loans amt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;datalines&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1123 AL 1 100&lt;/P&gt;
&lt;P&gt;1123 AL 1 100&lt;/P&gt;
&lt;P&gt;1123 AL 2 150&lt;/P&gt;
&lt;P&gt;1233 AL 2 150&lt;/P&gt;
&lt;P&gt;CA 3 50&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&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;proc export data=have&lt;/P&gt;
&lt;P&gt;outfile="\server\t_DATA_HIST.xlsb"&lt;/P&gt;
&lt;P&gt;dbms=excelcs replace;&lt;/P&gt;
&lt;P&gt;server= 'saspcff';&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;I keep getting&lt;/P&gt;
&lt;P&gt;ERROR: CLI error trying to establish connection: [Microsoft][ODBC Excel Driver] Failure creating file.&lt;/P&gt;
&lt;P&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;Is there special syntax that xlsb uses vs&amp;nbsp; xls and xlsx ????&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 19:49:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-using-xlsb/m-p/439429#M109655</guid>
      <dc:creator>Q1983</dc:creator>
      <dc:date>2018-02-22T19:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export using xlsb</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-using-xlsb/m-p/439473#M109665</link>
      <description>If you just want an xlsb file saved on the server you can use: proc export outfile="\server\t_DATA_HIST.xlsb" data = have replace DBMS=xls; run; Note that you get an error in your last datelines observation.</description>
      <pubDate>Thu, 22 Feb 2018 21:25:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-using-xlsb/m-p/439473#M109665</guid>
      <dc:creator>Larrihoover</dc:creator>
      <dc:date>2018-02-22T21:25:53Z</dc:date>
    </item>
  </channel>
</rss>

