How can I use SAS to read data that resides in a cloud-based storeage program? I am trying to read data that is stored in a package called SmartValut (like Dropbox).
I currently read data from a FTP site but it has been moved to this SmartValut package.
Thanks. Samuel
Not sure what SmartValue is but if you have a path to the file that's public you can use the methods here:
http://blogs.sas.com/content/sasdummy/2012/12/18/using-sas-to-access-data-stored-on-dropbox/
Basically FILENAME URL is what you want to search for, I believe there is a way to get to secured files but I don't know how off the top of my head.
@statsman58 wrote:
How can I use SAS to read data that resides in a cloud-based storeage program? I am trying to read data that is stored in a package called SmartValut (like Dropbox).
I currently read data from a FTP site but it has been moved to this SmartValut package.
Thanks. Samuel
Very interesting!!! I'll give this a try. Thanks!!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.