BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
vr2002
Fluorite | Level 6

Hello,

I am new to SAS. I am using University edition. I am having trouble creating library. It shows up in the list but not at the physical location. I have provided the correct path in settings of virtualware. Attached herewith are screen shots which provide the details. Would appreciate inputs.

P.S: I searched for similar queries and tried the solutions that have been shared but wasn't able to resolve the issue. Apologies for posting a trivial query.

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

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

 

http://support.sas.com/kb/53/333.html

 

You're doing it wrong. SAS UE runs on a Unix virtual machine, not your desktop so it can't see your C drive. It can only see the shared folder that you've linked so far. You can create other linked folders but I'll leave that alone for now.

 

You reference your files using the Unix path, like:

 

libname myfiles '/folders/myfolders/';

The links above have more detailed explanations but that's the gist of the idea.

 

I don't think there's a video specifically on this, but you can find video tutorials here:

http://video.sas.com/detail/videos/sas-analytics-u/video/4572997794001/accessing-data-in-sas-librari...

 


@vr2002 wrote:

Hello,

I am new to SAS. I am using University edition. I am having trouble creating library. It shows up in the list but not at the physical location. I have provided the correct path in settings of virtualware. Attached herewith are screen shots which provide the details. Would appreciate inputs.

P.S: I searched for similar queries and tried the solutions that have been shared but wasn't able to resolve the issue. Apologies for posting a trivial query.


 

View solution in original post

4 REPLIES 4
Reeza
Super User

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

 

http://support.sas.com/kb/53/333.html

 

You're doing it wrong. SAS UE runs on a Unix virtual machine, not your desktop so it can't see your C drive. It can only see the shared folder that you've linked so far. You can create other linked folders but I'll leave that alone for now.

 

You reference your files using the Unix path, like:

 

libname myfiles '/folders/myfolders/';

The links above have more detailed explanations but that's the gist of the idea.

 

I don't think there's a video specifically on this, but you can find video tutorials here:

http://video.sas.com/detail/videos/sas-analytics-u/video/4572997794001/accessing-data-in-sas-librari...

 


@vr2002 wrote:

Hello,

I am new to SAS. I am using University edition. I am having trouble creating library. It shows up in the list but not at the physical location. I have provided the correct path in settings of virtualware. Attached herewith are screen shots which provide the details. Would appreciate inputs.

P.S: I searched for similar queries and tried the solutions that have been shared but wasn't able to resolve the issue. Apologies for posting a trivial query.


 

vr2002
Fluorite | Level 6
Thank you for the note Reeza.
ChrisBrooks
Ammonite | Level 13

Your libname statement is incorrect - when working in University Edition you need to assign a Library as in this link https://support.sas.com/software/products/university-edition/faq/SAS_libname.htm e.g. 

 

libname newlib '/folders/myfolders/';

Don't forget that you're running inside a Linux virtual machine so you should always use forward slashes even when your host machine OS is Windows

vr2002
Fluorite | Level 6
Thank you for the note Chris

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

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.

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
  • 4 replies
  • 1060 views
  • 2 likes
  • 3 in conversation