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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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