Hi, I am using a mac system OS X Yosemite 10.10.1 running the code on University SAS Studio: libname sasintro '/Users/biweichen1989/Desktop/SASUniversityEdition/myfolders'; run; I already shared the path in VMware setting, but always get the same error message: 1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 42 ; 43 libname sasintro '/Users/biweichen1989/Desktop/SASUniversityEdition/myfolders'; ERROR: The path /Users/biweichen1989/Desktop/SASUniversityEdition/myfolders is invalid because it is not in the list of accessible paths when SAS is in the lockdown state. ERROR: Error in the LIBNAME statement. 44 run; 45 ; 46 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 56 ; Please help. If it is due to the lockdown state, how can I unlock this state. Thank you so much. I really appreciate it. biweichen1989
... View more