You may want to post some example code. It sounds to me like there is something like this in your program or startup: options sasmstore=...; If you start SAS, are there any warnings/errors in the log? If not then run: libname mylib "<path to directory containing thesis>"; proc print data=mylib; run; That should work fine.
... View more