I am on windows. When I create a library (e.g. testlib) and map it to a file directory on the file system (e.g. c:\dir ), the sub directory of c:\dir\subdir does not show up in the sas exploer as the sub lib of testlib. I wonder if there is a way so that I can have the sas explorer shows the same directory structure as the file system?
I only need one level of nesting, at least be able to create a sub lib in a lib.
I tried to
libname testlib.subdir "c:\dir\subdir";
it doesn't work. Any suggestion or work around?
thank you in advance.