BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Reeza
Super User

You can't assign paths like that in SAS University Edition. Note the use of backward and forward slashes in your path for one.

There's a few FAQ's on how to assign it on here, as well as in the instructions for the University Edition.

http://support.sas.com/software/products/university-edition/faq/shared_folder_access_existing.htm

http://support.sas.com/software/products/university-edition/faq/shared_folder_access.htm

garrisonplessinger
Calcite | Level 5

Thank You! We are up and running.

court3115
Calcite | Level 5

I am using Windows Base SAS from a virtual lab and am unable to create the Orion library.  Any idea where I need to point it to?  Tried everything above to no avail.

ChrisHemedinger
Community Manager

"Orion" data, also known as Orion Star data, are sample data sets that are used within SAS Education classes.  See this thread for more details.

Unless your environment has been staged for use in the same way an official SAS training course would be, you might not have access to the Orion data. 

Or, it's possible that if you're using a self-paced E-learning module, the instructions for downloading the sample Orion data have been provided.  If someone else is administering your virtual lab, you might need to check with that person for the specific instructions to access it.

Chris

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.
court3115
Calcite | Level 5

Thanks Chris.  I am doing the online SAS training course on my own and am accessing the SAS Base software through a virtual lab, there is no contact information for that.  Since it is not on my actual computer, I'm not sure that I can access the Orion data at all, since the SAS program is sitting on a different machine. 

njc
Calcite | Level 5 njc
Calcite | Level 5

I'm working through SAS Enterprise Guide 1: Querying and Reporting (EG 7.1), Lesson 2, Practice, when I get this error.  I'd appreciate help getting this to work, so I can go on to the next steps in the Practice.  Below is the log:

 

1 The SAS System 18:30 Thursday, January 21, 2016

1 ;*';*";*/;quit;run;
2 OPTIONS PAGENO=MIN;
3 %LET _CLIENTTASKLABEL='Assign Project Library (ORION)';
4 %LET _CLIENTPROJECTPATH='C:\Users\nicook\Desktop\SASEGtraining\Employees.egp';
5 %LET _CLIENTPROJECTNAME='Employees.egp';
6
7 ODS _ALL_ CLOSE;
8 ODS PROCTITLE;
9 OPTIONS DEV=ACTIVEX;
10 GOPTIONS XPIXELS=0 YPIXELS=0;
11 FILENAME EGSR TEMP;
12 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR
13 STYLE=HtmlBlue
14 STYLESHEET=(URL="file:///C:/Program%20Files/SASHome2/SASEnterpriseGuide/7.1/Styles/HtmlBlue.css")
15 NOGTITLE
16 NOGFOOTNOTE
17 GPATH=&sasworklocation
18 ENCODING=UTF8
19 options(rolap="on")
20 ;
NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR
21
22 GOPTIONS ACCESSIBLE;
23 LIBNAME ORION BASE "C:\Users\nicook\Desktop\SASEGtraining\coursedata\ECEG171" access=readonly;
NOTE: Library ORION does not exist.
24
25 GOPTIONS NOACCESSIBLE;
26 %LET _CLIENTTASKLABEL=;
27 %LET _CLIENTPROJECTPATH=;
28 %LET _CLIENTPROJECTNAME=;
29
30 ;*';*";*/;quit;run;
31 ODS _ALL_ CLOSE;
32
33
34 QUIT; RUN;
35

Reeza
Super User
Please don't post to really old threads. Post a new question and indicate: 1, did you ever have access to Orion library
2, version of SAS EG and if your on a server or on demand
3, did you run set up instructions

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats