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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 475 views
  • 0 likes
  • 2 in conversation