libname alam "C:\Users\Owner\Dropbox\SAS_data\alam";
run;
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).
is alam a dataset name or the folder name that has the datasets?
alam is a folder that has datasets in it.
Are you using SAS University Edition?
Yes
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.
Thank you Kurt. I tried the following:
libname test "C:\Users\Owner\Dropbox\Desktop\SASUniversityEdition\myfolders";
run;
and that didn't work either.
Outstanding - thank you so much Reeza!
God bless you and your family!!!
Jadallah
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.