We have Enterprise Guide 7.15 desktop users that want to use the Import Data feature to bring in data from CSV files that are already on the SAS linux server, but when the Open dialog comes up, and they click on Servers then SASApp, the only directory they see is Home (which is pointing to their private /home/{whoever}) directory on the server.
I would like them to be able to navigate to /sasdata/{theridepartment} and be able to see the files in that directory. I've tried just typing the linux path and file name /sasdata/finance/claims.csv into the file name field, but get the error "Item '/sasdata/finance/claims.csv' does not exist"
If the file was in /home/{myusername}/claims.csv, our users could import just file, except the automated process puts the files in a shared department location.
@tomw wrote:
We have Enterprise Guide 7.15 desktop users that want to use the Import Data feature to bring in data from CSV files that are already on the SAS linux server, but when the Open dialog comes up, and they click on Servers then SASApp, the only directory they see is Home (which is pointing to their private /home/{whoever}) directory on the server.
I would like them to be able to navigate to /sasdata/{theridepartment} and be able to see the files in that directory. I've tried just typing the linux path and file name /sasdata/finance/claims.csv into the file name field, but get the error "Item '/sasdata/finance/claims.csv' does not exist"
If the file was in /home/{myusername}/claims.csv, our users could import just file, except the automated process puts the files in a shared department location.
Either change (or have changed) the root navigation path of SASApp, or create a symbolic link in the user's home directories that points to /sasdata.
@tomw wrote:
We have Enterprise Guide 7.15 desktop users that want to use the Import Data feature to bring in data from CSV files that are already on the SAS linux server, but when the Open dialog comes up, and they click on Servers then SASApp, the only directory they see is Home (which is pointing to their private /home/{whoever}) directory on the server.
I would like them to be able to navigate to /sasdata/{theridepartment} and be able to see the files in that directory. I've tried just typing the linux path and file name /sasdata/finance/claims.csv into the file name field, but get the error "Item '/sasdata/finance/claims.csv' does not exist"
If the file was in /home/{myusername}/claims.csv, our users could import just file, except the automated process puts the files in a shared department location.
Either change (or have changed) the root navigation path of SASApp, or create a symbolic link in the user's home directories that points to /sasdata.
Thank you, perfect. from your message, i was able to search and find http://support.sas.com/kb/59/828.html support document, and this is what i was looking for.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.