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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 568 views
  • 0 likes
  • 2 in conversation