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 👌
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.