<?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 Communication error when proc export large dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Communication-error-when-proc-export-large-dataset/m-p/425552#M104833</link>
    <description>&lt;P&gt;PROC EXPORT OUTFILE="\\corp\dfs\Mortgage_Shared\VA019\F01B\Everyone\Shared\Disaster\FEMA Disaster Servicing Loan Details_&amp;amp;mToday._&amp;amp;mTodayTS..xlsb"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DATA= purge.main_mostrecent_dr&lt;/P&gt;
&lt;P&gt;DBMS= EXCELCS REPLACE;&lt;/P&gt;
&lt;P&gt;SHEET='Loan Details';&lt;/P&gt;
&lt;P&gt;SERVER='saspcff';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The above code is a 277K dataset which I am attempting to export as an xlsb file to a share drive.&amp;nbsp; I believe due to the enormous size I keep getting the following error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: red; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;ERROR: CLI disconnect failed: Server communication failure.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: red; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;ERROR: Error in the LIBNAME statement.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: red; font-family: &amp;quot;Courier New&amp;quot;;"&gt;I have a similar proc export with a much smaller size that writes to the same folder with no issues. Is it just an issue of timing out and is there a workaround coding wise&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 07 Jan 2018 00:06:05 GMT</pubDate>
    <dc:creator>Q1983</dc:creator>
    <dc:date>2018-01-07T00:06:05Z</dc:date>
    <item>
      <title>Communication error when proc export large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Communication-error-when-proc-export-large-dataset/m-p/425552#M104833</link>
      <description>&lt;P&gt;PROC EXPORT OUTFILE="\\corp\dfs\Mortgage_Shared\VA019\F01B\Everyone\Shared\Disaster\FEMA Disaster Servicing Loan Details_&amp;amp;mToday._&amp;amp;mTodayTS..xlsb"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DATA= purge.main_mostrecent_dr&lt;/P&gt;
&lt;P&gt;DBMS= EXCELCS REPLACE;&lt;/P&gt;
&lt;P&gt;SHEET='Loan Details';&lt;/P&gt;
&lt;P&gt;SERVER='saspcff';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The above code is a 277K dataset which I am attempting to export as an xlsb file to a share drive.&amp;nbsp; I believe due to the enormous size I keep getting the following error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: red; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;ERROR: CLI disconnect failed: Server communication failure.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: red; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;ERROR: Error in the LIBNAME statement.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: red; font-family: &amp;quot;Courier New&amp;quot;;"&gt;I have a similar proc export with a much smaller size that writes to the same folder with no issues. Is it just an issue of timing out and is there a workaround coding wise&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2018 00:06:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Communication-error-when-proc-export-large-dataset/m-p/425552#M104833</guid>
      <dc:creator>Q1983</dc:creator>
      <dc:date>2018-01-07T00:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Communication error when proc export large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Communication-error-when-proc-export-large-dataset/m-p/425555#M104834</link>
      <description>&lt;P&gt;How many variables do you have?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;300K records isn't really that much to be honest and the file shouldn't be that large either unless you have hundreds of errors. I'm not also sure that SAS supports xlsB (Binary) files. What happens if you try and XLSX file?&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/5629"&gt;@Q1983&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;PROC EXPORT OUTFILE="\\corp\dfs\Mortgage_Shared\VA019\F01B\Everyone\Shared\Disaster\FEMA Disaster Servicing Loan Details_&amp;amp;mToday._&amp;amp;mTodayTS..xlsb"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DATA= purge.main_mostrecent_dr&lt;/P&gt;
&lt;P&gt;DBMS= EXCELCS REPLACE;&lt;/P&gt;
&lt;P&gt;SHEET='Loan Details';&lt;/P&gt;
&lt;P&gt;SERVER='saspcff';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The above code is a 277K dataset which I am attempting to export as an xlsb file to a share drive.&amp;nbsp; I believe due to the enormous size I keep getting the following error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: red; font-family: 'Courier New';"&gt;&lt;FONT size="3"&gt;ERROR: CLI disconnect failed: Server communication failure.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: red; font-family: 'Courier New';"&gt;&lt;FONT size="3"&gt;ERROR: Error in the LIBNAME statement.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="background: white; color: red; font-family: 'Courier New';"&gt;I have a similar proc export with a much smaller size that writes to the same folder with no issues. Is it just an issue of timing out and is there a workaround coding wise&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2018 00:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Communication-error-when-proc-export-large-dataset/m-p/425555#M104834</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-07T00:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Communication error when proc export large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Communication-error-when-proc-export-large-dataset/m-p/425557#M104835</link>
      <description>&lt;P&gt;Excelcs might be limited to 64k rows.&lt;/P&gt;
&lt;P&gt;Use a sensible, text based file format that has no such limitations for data transfer to/from another application.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2018 00:49:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Communication-error-when-proc-export-large-dataset/m-p/425557#M104835</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-07T00:49:08Z</dc:date>
    </item>
  </channel>
</rss>

