BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
pedrohjesus
Fluorite | Level 6

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.

 

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;

The error returned is as below:

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.

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.

Any help or pointers for this case?

Thank you in advance.

 

1 ACCEPTED SOLUTION

Accepted Solutions
Tom
Super User Tom
Super User

If the issue is that the target disk does not have enough space then allocate more space.  Or target a different location.

 

Or try using the ZIP fileref engine to write a compressed file.  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.

View solution in original post

4 REPLIES 4
Tom
Super User Tom
Super User

Are you using WINDOWS servers?

https://support.sas.com/kb/62/089.html#:~:text=ERROR%3A%20Call%20to%20tcpSockContinueSSL%20failed,pr....

 

Is there enough spaces in that location for millions of lines of text you are trying to write?

pedrohjesus
Fluorite | Level 6

No, we are using Linux.

This path "/Users/E040017/Lpa_Cartao/saida" is in the SAS Content directory of SAS Studio.
How can I check SAS Content space ?

pedrohjesus
Fluorite | Level 6
We noticed that it's actually because of the file size. How can we fix this without changing modifying the file?
Tom
Super User Tom
Super User

If the issue is that the target disk does not have enough space then allocate more space.  Or target a different location.

 

Or try using the ZIP fileref engine to write a compressed file.  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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 2347 views
  • 1 like
  • 2 in conversation