Hi All,
I have enrolled with the free SAS-eCourse : SAS Programming 1:Essentials. I was trying to define "ORION Library" in my SAS OnDemand for Academics, SAS Studio.
The code which I used for this purpose is:
%let path=/home/mridula.panicker/ecprg193;
libname orion "&path";
But I didn't get the "NOTE: Libref ORION was successfully assigned" in my Log.
The log I am getting is as follows:
Hi Cynthia,
I have tried the solution you suggested. But still I am not able to define the Orion Library. Some more details of my current situation is as follows:
1. SAS software which I am using : SAS OnDemand for Academics : SAS Studio (Cloud version, not installed on my PC)
2. Operating System : Windows 7
3. Document referring for Setup : Setup Instructions for SAS OnDemand for Academics: SAS Studio (provided along with online training for Programming 1)
4. Creation of Folder "ecprg193" for ORION Library : Created (Please refer attached image for code as well as folder details)
5. Since I didn't get the message saying "NOTE: Libref ORION was successfully assigned" I didn't try Step2 of the procedure.
I have attached the log as well as my code details along with this. Please refer and kindly support me.
regards,
Mridula.
Hi Cynthia,
I resolved the issue on my own. Thaks for the support.
Here is the code which I used:
%let path=/home/mridula.panicker/ecprg193/;
libname orion "&path";
What I did to solve the issue:
I just added one "/" at the end of my path declaration line. This made my program working and my ORION Library successfully created.
Once again thank you very much.
regards,
Mridula
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.