BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
jjadalla
Obsidian | Level 7
Hello:
Please let me know what I'm doing wrong.  I received the following note in SAS Studio:
1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
72
73 libname alam "C:\Users\Owner\Dropbox\SAS_data\alam";
NOTE: Library ALAM does not exist.
74 run;
75
76 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
88
 
My original code is:
libname alam "C:\Users\Owner\Dropbox\SAS_data\alam";
run;
1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User
It should be

/folders/myfolders/

This is because SAS is actually running on a VM working on your desktop and /folders/ is the path to where you've set the virtual machine to share that folder. If you search SAS UE and lib name or path on here you'll find a lot of similar questions.

View solution in original post

9 REPLIES 9
jjadalla
Obsidian | Level 7

Thank you so much for your help!  I looked at a previous post in the Communities and, indeed, I am using double quotes (not single quotes).

novinosrin
Tourmaline | Level 20

is alam a dataset name or the folder name that has the datasets?

jjadalla
Obsidian | Level 7

alam is a folder that has datasets in it.

Reeza
Super User

Are you using SAS University Edition?

jjadalla
Obsidian | Level 7

Yes

Kurt_Bremser
Super User

PLEASE follow the instructions and tutorials for SAS UE.

University Edition runs in a Linux virtual machine, and it can only "see" the shared folder you defined while setting up the VM. If you followed the instructions, this is found as /folders/myfolders in UE.

jjadalla
Obsidian | Level 7

Thank you Kurt.  I tried the following:

libname test "C:\Users\Owner\Dropbox\Desktop\SASUniversityEdition\myfolders";
run;

 

and that didn't work either.

Reeza
Super User
It should be

/folders/myfolders/

This is because SAS is actually running on a VM working on your desktop and /folders/ is the path to where you've set the virtual machine to share that folder. If you search SAS UE and lib name or path on here you'll find a lot of similar questions.
jjadalla
Obsidian | Level 7

Outstanding - thank you so much Reeza!

 

God bless you and your family!!!

Jadallah

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 9 replies
  • 2258 views
  • 2 likes
  • 4 in conversation