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

Hi! Is it possible to export data from SAS OnDemand for Academics to your OneDrive? I tried using the code below but get the error message "Physical file does not exist". I copied the file info directly from File Explorer. I'm trying to export to csv so I can open the file with excel. 

 

 /** Export data to csv **/     
proc export data=transposed dbms=csv     
outfile="/Users/X/OneDrive - X University/A Grad School Notes/M.S. Research/cPLTL improves the retention of women in STEM/BIO123 S21/BIO123 S21 Post-Survey transposed for CHI2.csv"     
replace;     
run;   

(I used X to remove some identifiable information)

Thanks!

1 ACCEPTED SOLUTION
1 REPLY 1

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 949 views
  • 0 likes
  • 2 in conversation