Hi everyone, I would like to output a dataset to the folder in same server but in excel format. I am able to output to the same server in sas format using below code. Is there anyone can help to change it to excel format? Thank you.
libname out "/sasdata/data/xxxxxxx"; data out.custlist; set work.custlist; run;
or just change the libname-statement to use xlsx-engine, the path has to point to a file.
The 2025 SAS Hackathon Kicks Off on June 11!
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.