nickbrookes76
Programmer
Having used sas for a good many years, i've now come up with a very simple question.
Connecting a unix box to a windows box, where the unix box is running the processes, is it possible to backwards assign a libname to unix from windows under an rsubmit statement. I dont want to upload data to windows, just use an rls statement.
FOr instance.
(code running locally on unix)
libname unixlib "/u03/SAS/whatever";
rsubmit windows;
libname unixlib server = x??X;
* hoping to allow windows to see local libnames;
endrsubmit;
Is it possible, and what do i need to put to replace x??X.
Connecting a unix box to a windows box, where the unix box is running the processes, is it possible to backwards assign a libname to unix from windows under an rsubmit statement. I dont want to upload data to windows, just use an rls statement.
FOr instance.
(code running locally on unix)
libname unixlib "/u03/SAS/whatever";
rsubmit windows;
libname unixlib server = x??X;
* hoping to allow windows to see local libnames;
endrsubmit;
Is it possible, and what do i need to put to replace x??X.