Hi, I am trying to export my sas code into an excel file. However, when I typed this code this is the message I am receiving.
code:
proc export data=WORK.IMPORT
outfile="C:/User/user/Documents/export/resultingdataset.xlsx"
dbms=xlsx;
run;
result:
This problem has been discussed so many times .... the server your sas session is running on can't access your local drives.
I am able to export with the SAS Export Wizard but I get this error when I try to do it with proc export. I have copied and pasted the path from the wizard.
What is the path from the SAS Export Wizard? If it is a path on your PC then the remote SAS server running PROC EXPORT will not be able access it. Talk to your SAS administrator about setting up a folder share that will work for both methods.
Ok that makes sense.
Btw, the path is to a location on the LAN.
Same applies for LAN folders. You'll need to get an IT administrator to set up a SAS server folder share with the LAN folder.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.