<?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 when trying to export Model to CSV file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-when-trying-to-export-Model-to-CSV-file/m-p/807905#M318566</link>
    <description>&lt;P&gt;If the issue is that the target disk does not have enough space then allocate more space.&amp;nbsp; Or target a different location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or try using the ZIP fileref engine to write a compressed file.&amp;nbsp; Not sure if that will work you since you appear to possible be using VIYA or some other strange setup instead of just running SAS with direct access to disks for writing your data.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Apr 2022 19:19:15 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2022-04-14T19:19:15Z</dc:date>
    <item>
      <title>Error when trying to export Model to CSV file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-when-trying-to-export-Model-to-CSV-file/m-p/807842#M318547</link>
      <description>&lt;P&gt;Gentlemen, I am a novice Viya 4 admin in my company. A developer user reported the following error when trying to run the following command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;FILENAME REFFILE FILESRVC FOLDERPATH="/Users/E040017/Lpa_Cartao/saida" FILENAME='dataset_train_teste_5_novo.csv';
proc export data=work.lim_disp_final
    outfile=REFFILE
    dbms=csv
    replace;
run;&lt;/PRE&gt;&lt;P&gt;The error returned is as below:&lt;/P&gt;&lt;PRE&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to 
WORK.PARMS.PARMS.SLIST.
ERROR: Call to tcpSockContinueSSL failed.
ERROR: The Files Service request returned HTTP status 100: Continue.
ERROR: Unexpected HTTP status from the Files Service request.
ERROR: The Files Service failed to update the file 'dataset_train_teste_5_novo.csv'.
3261297 records created in REFFILE from WORK.LIM_DISP_FINAL.&lt;/PRE&gt;&lt;P&gt;I searched for this error in the forum, but none applied. I also checked the File Service settings in the SASEnvironmentManager, but it didn't seem to be the cause of the error.&lt;/P&gt;&lt;P&gt;Any help or pointers for this case?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 15:49:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-when-trying-to-export-Model-to-CSV-file/m-p/807842#M318547</guid>
      <dc:creator>pedrohjesus</dc:creator>
      <dc:date>2022-04-14T15:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export Model to CSV file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-when-trying-to-export-Model-to-CSV-file/m-p/807845#M318550</link>
      <description>&lt;P&gt;Are you using WINDOWS servers?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/62/089.html#:~:text=ERROR%3A%20Call%20to%20tcpSockContinueSSL%20failed,problem%20occurs%20only%20post%2Ddeployment" target="_blank"&gt;https://support.sas.com/kb/62/089.html#:~:text=ERROR%3A%20Call%20to%20tcpSockContinueSSL%20failed,problem%20occurs%20only%20post%2Ddeployment&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there enough spaces in that location for millions of lines of text you are trying to write?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 15:56:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-when-trying-to-export-Model-to-CSV-file/m-p/807845#M318550</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-04-14T15:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export Model to CSV file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-when-trying-to-export-Model-to-CSV-file/m-p/807875#M318558</link>
      <description>&lt;P&gt;No, we are using Linux.&lt;/P&gt;&lt;P&gt;This path "/Users/E040017/Lpa_Cartao/saida" is in the &lt;STRONG&gt;SAS Content&lt;/STRONG&gt; directory of SAS Studio.&lt;BR /&gt;How can I check SAS Content space ?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 16:55:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-when-trying-to-export-Model-to-CSV-file/m-p/807875#M318558</guid>
      <dc:creator>pedrohjesus</dc:creator>
      <dc:date>2022-04-14T16:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export Model to CSV file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-when-trying-to-export-Model-to-CSV-file/m-p/807892#M318565</link>
      <description>We noticed that it's actually because of the file size. How can we fix this without changing modifying the file?</description>
      <pubDate>Thu, 14 Apr 2022 18:21:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-when-trying-to-export-Model-to-CSV-file/m-p/807892#M318565</guid>
      <dc:creator>pedrohjesus</dc:creator>
      <dc:date>2022-04-14T18:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export Model to CSV file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-when-trying-to-export-Model-to-CSV-file/m-p/807905#M318566</link>
      <description>&lt;P&gt;If the issue is that the target disk does not have enough space then allocate more space.&amp;nbsp; Or target a different location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or try using the ZIP fileref engine to write a compressed file.&amp;nbsp; Not sure if that will work you since you appear to possible be using VIYA or some other strange setup instead of just running SAS with direct access to disks for writing your data.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 19:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-when-trying-to-export-Model-to-CSV-file/m-p/807905#M318566</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-04-14T19:19:15Z</dc:date>
    </item>
  </channel>
</rss>

