I am entering the following code: libname mara "/folders/myfolders/sasuser.v94"; data work.atem; set mara.atemwege; run; The dataset "atemwege" is saved in "/folders/myfolders/sasuser.v94" When putting this code on a windows pc, it all works perfectly, but when i am trying it with sas university on a mac, it's showing "this table cannot be opened because it doesn't have columns" ... which is not true, since it has columns and works perfectly on windows. Did anyone have this problem and knows how to solve it? Thanks a lot!
... View more