sas - Access data from OneDrive -


i've been searching answer on internet past few days , couldn't find any, i'm posting question here. there way can read sas datasets stored in onedrive without downloading or synchronizing it?

is there libname statement?

i don't use onedrive, don't know how works. if have direct web-address like: onedrive.com/username/file.sas7bdat, know code importing excel dataset. might work sas dataset too, @ least can try. code website.

filename website url "http://www2.census.gov/acs2005/tables_profiles_subject_tables/010nation/united%20states.xls" debug;                  proc import out= readin datafile= website                                                                                                                                                                                                              run;      

Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -