SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 69992: The error "The Files Service could not return content from file ''." occurs when you use PROC EXPORT and the FILESRVC access method to an XLSX file

DetailsHotfixAboutRate It

When you use the EXPORT procedure and the FILESRVC access method with a FILENAME statement to an XLSX file, you might receive the following error:

filename REFXLSX FILESRVC folderpath='/Public' filename='sample.xlsx' ;
proc export data=sashelp.class
file=REFXLSX
dbms=xlsx
replace;
run; 
quit;
ERROR: The Files Service could not return content from file ''.
NOTE: The SAS System stopped processing this step because of errors.

A workaround for this issue is to use a CSV file and PROC EXPORT with DBMS=CSV.

Click the Hot Fix tab in this note for a link to instructions about accessing and applying the software update.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Viya 3.xMicrosoft® Windows® for x643.5Viya 3.5
Linux for x643.5Viya 3.5
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.