I have reviewed many cases on the forum and none seems to solve my problem, Some Background:
1. I have a folder called my folders, defined as folder share
2. When I run this program
Proc import out=cars1
datafile= '//myfolders/cars1.csv' DBMS=CSV replace;
getnames=yes;
datarows = 9;
3. Here is what I get
ERROR: The path //myfolders/cars1.csv is not in the list of accessible paths when SAS is in the lockdown state.
4. Any help will be appreciated and thanks in advance
The shared folder in UE starts with /folders:
Proc import
out=cars1
datafile= '/folders/myfolders/cars1.csv'
DBMS=CSV
replace
;
How is the shared folder configured for the UE virtual machine?
Is the spelling of the filename correct (e.g. Cars1.csv is not equal to cars1.csv)?
@Kadjere if you intended to reply, it did not come through.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.