I’d like to specify the current folder. I can find the current folder:
libname _dummy_ ".";
%let folder = %NRBQUOTE(%SYSFUNC(PATHNAME(_DUMMY_)));
%put &folder;
and change it manually by double clicking the current folder status bar, but I’d prefer to code it. Is this possible?
Like this:
for example
SAS recognizes that a change directory command was issued to the OS and changes it’s current working directory.