I am using Sas via a virtual Machine. Can you please add screenshots of how to load orion file. I have tried everything.
Hi Cynthia
I've got the same problem but in my case the instruction libname orion '/tutorials/eg/data/ecprg1'; doesn't work, I've tried several times but I'm not able to contact with my Orion database to do the tests as the tutorial says in this page (https://support.sas.com/edu/OLTRN/ECPRG193/eclibjr/setup_studio.htm).
My Folder direcotry is C:\SASUniversityEdition\myfolders --> ecprg193 is the folder where the info should be saved.
But each time I execute the instruction I've got the same message: Library ORION does not exist.
What I'm supossed of doing wrong? I paste a few xsl files but I don't go any further than this.
Greets
Are you using SAS University Editiom? If so, make sure to follow the SAS UE instructions not the SAS Studio instructions.
Or try the following:
%let path=/folders/myfolders/ecprg193;
Hi Rezza
Yes I'm doing the tutorial of SAS University and that's why I feel a bit frustrated failing in something so easy. I've visited both sites to watch the documentation but my program still fails.
http://support.sas.com/software/products/university-edition/faq/shared_folder_access.htm
http://support.sas.com/software/products/university-edition/faq/shared_folder_access_existing.htm
I add a print of my screen so you can see that I've added all the folders from the Zip pile.
You've posted the correct links but aren't following the instructions, or using the code I posted. The VM is a separate computer and doesn't have access to your C drive except for your shared drives. To access the shared drive you need to use the path specified in the documentation NOT your usual path.
Oh yes I see, I was looking in the windows files and I should do it in the SAS files. I've changed it as you said but I get this Error while trying to run the program
Thanks. this post solved my problem.. I was using the actual folder location on my local machine and was having the issue. Your post helped me get throught the issue by using the My folders sectoin on the SAS studio and getting the address of ECPRG193 by right clicking and checking the properties and everything worked perfectly.. Thanks for Sharing..
I'm having the same problem as well and I don't think I understand what you mean by "then this is the correct LIBNAME statement to point to the Programming 1 data that is already loaded on the server."
Do you mean that I can just copy that code: libname orion '/tutorials/eg/data/ecprg1'; ?
I tried using the code and it still says the Libary does not exist.
I'm also not sure which version of sas i'm using. I'm using 9.4 but some of the interfaces seems different than mine. I'm using SAS through an App2Go feature through my school.
@Ammiano13 You're using Base SAS and since you're connecting to a school server it's hard to tell you how to set up the drive. You still need to follow the steps of running the program to create the Orion library, but what you access will be different.
When usinng Apps2go does it give you instructions on how to access a shared drive or your local folder? You'd set the folder up there and run the program.
The difficulty is is that you're using a custom set up so we can't answer your question unless we're familiar with your set up. I would recommend talking to classmates or a professor for instructions on setting this up.
@rkarr5 you should probably post this in a new thread and explain in detail what steps you did complete and include a screenshot with the error. Remember to find and follow the SAS UE instructions NOT the SAS Studio version.
I a able to assign the library. Thanks for the help.
I am having the same issue, I am using VMPlayer and The SAS University Edition to do the e course, it seems that i don't have the data files downloaded.
1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
42 ;
43 %let path=C:\Users\Garrison\Documents\SAS\SASUniversityEdition\myfolders/ecprg193;
44 libname orion "&path";
NOTE: Library ORION does not exist.
45 ;
46 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
56 ;
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.