Hi All,
I am using PC server to export excel file from server to PC( or import excel file from PC to Server), it's really slow when dealing with the big excel file. My question is whether this is an efficient way to quickly output excel file from SAS Server to PC? Thank you!
I am using SAS Server on Linux.
Another question is whether there is a way to export the SAS dataset to CSV file from SAS Server to PC? Thank you!
Jade
How big is 'big', number of variables and records.
And if the Excel is truly large, why send it to Excel in the first place?
Thank you. If not excel, usually how do you provide the data to your client?
Thanks,
Jade
@Jade_SAS wrote:
Thank you. If not excel, usually how do you provide the data to your client?
Thanks,
Jade
Certainly not as Excel if not "forced" by the client. I strongly prefer textual files for data exchange (delimited files, XML, Json)
Could you please share the syntax of how to output these textual files (delimited files, XML, Json) in SAS? Thank you!
Jade
@Jade_SAS wrote:
Could you please share the syntax of how to output these textual files (delimited files, XML, Json) in SAS? Thank you!
Jade
That's all fully documented. Please RTM.
Possible keywords: data step PUT statement, libname XML engine, Proc Export, Proc JSON
Thank you both for your suggestions and feedback!
Hi @Jade_SAS,
I'm glad you found some useful suggestions If one of the replies was the exact solution to your problem, can you "Accept it as a solution"? Or if one was particularly helpful, feel free to "Like" it. This will help other community members who may run into the same issue know what worked.
Thanks!
Anna
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.