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.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.