I'm trying a simple proc import: proc import out = test datafile = "/folders/myfolders/cchs05.dta"; run; Which gives me an error message saying 'physical file does not exist, '/folders/myfolders/cchs05.dta'. I know I set up myfolders correctly because my libname statement libname testlib "/folders/myfolders"; works fine. And I saved 'cchs05.dta' to myfolders. In fact, I can see it from the SAS studio tab under my folders. I've tried logging in and out. And using a data step but my infile statement gives a similar error. Clearly, I'm missing something obvious but I really can't figure it out. Any help would be greatly appreciated! Thank you, Lyming
... View more