Good Afternoon!
I have noticed that SAS OnDemand for Academics users sometimes have trouble importing their own data into SAS OnDemand for Academics: Enterprise Miner.
In this list, I will explain three simple methods you can use to import data into SAS OnDemand for Academics: Enterprise Miner:
Method 1:
See the following PDF for more details:
https://support.sas.com/ondemand/manuals/UploadingDataUsers.pdf
Method 2:
/*the text after 'path=' should be the path in the screenshot above, pointing to the folder containing your datasets*/ %let path=/home/danielduval0/EMFiles; libname example "&path"; run;
You can also reference the folder a similar but easier way, as someone pointed out in the comments:
/*users of SAS OnDemand for Academics can use '~' instead of '/home/<userid>', as '~' is automatically expanded to the correct path for their home directory.*/ %let path=~/EMFiles; libname example "&path"; run;
Method 3:
There are definitely more ways to import data into SAS OnDemand for Academics: Enterprise Miner that I did not mention here, but I have found these methods to be the easiest.
Please let me know if you have any questions related to any of these methods!
Daniel DuVal
Best Regards,
Daniel DuVal
SAS Technical Support
+1 (919) 531-2211
SAS ▪ SAS Campus Drive ▪ Cary, NC 27513
SAS® … THE POWER TO KNOW®
If you are still confused about how to import data into SAS OnDemand for Academics: Enterprise Miner, see the following Two-Minute Solution video:
Best Regards,
Daniel DuVal
SAS Technical Support
+1 (919) 531-2211
SAS ▪ SAS Campus Drive ▪ Cary, NC 27513
SAS® … THE POWER TO KNOW®
If you are still confused about how to import data into SAS OnDemand for Academics: Enterprise Miner, see the following Two-Minute Solution video:
Best Regards,
Daniel DuVal
SAS Technical Support
+1 (919) 531-2211
SAS ▪ SAS Campus Drive ▪ Cary, NC 27513
SAS® … THE POWER TO KNOW®
As a Best Practice, users of SAS OnDemand for Academics should use '~' instead of '/home/<userid>'. '~' is automatically expanded to the correct path for their home directory.
=G=
I was not aware of this trick! I guess you learn something new everyday I will update the code in my post.
Best Regards,
Daniel DuVal
SAS Technical Support
+1 (919) 531-2211
SAS ▪ SAS Campus Drive ▪ Cary, NC 27513
SAS® … THE POWER TO KNOW®
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
Ready to level-up your skills? Choose your own adventure.