I have problem to create a library. I have macOS high Sierra version 10.13.6.
The code that I compute is :
libname data 'Users/federicapanzieri/Desktop/SASUniversityEdition/myfolders/dati';
and the log says :
NOTE Library does not exists.
OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
What should I do?
From University Edition, you cannot access anything outside the shared folder, and for everything in the shared folder, you need to use the path that is assigned to it by way of the configuration of the virtual machine.
So you should use
libname data '/folders/myfolders/dati';
From University Edition, you cannot access anything outside the shared folder, and for everything in the shared folder, you need to use the path that is assigned to it by way of the configuration of the virtual machine.
So you should use
libname data '/folders/myfolders/dati';
perfect thank you so much! I solved it, you were right 👌
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.