Hey All,
I have a data set stored locally on my computer that I would like to send to a remote server. I have code that connects me to the remote server in a Unix enviroment. I am trying to use rsubmit along with proc upload to copy my data set into a library on the sever. The problem I have is I don't know the names of specific libraries on the server. Any ideas?
As long as you have permission to do so, yes. A library is simply a directory/folder. Create your folder on your server first and then map to it.
If it's a SAS server you can find the libnames that exist already:
rsubmit;
proc sql;
select distinct libname from sashelp.vtable;
quit;
Thanks for the response Reeza. Do you know if there is a way to create a new library on the server as well?
As long as you have permission to do so, yes. A library is simply a directory/folder. Create your folder on your server first and then map to it.
Thanks for the help Reeza. I realized I could also just use the work library too.
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 the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.