I am having the exact same problem as mentioned by Mayank. I am using the SAS enterprise guide to practice how to access the custfm.xls file. Tried the code below, but it does not work. libname custfm '/tutorials/eg/data/ecprg1/custfm.xls'; I was asked to save the ECPRG1 files in my computer (which I did). But it looks like with the '/tutorials/eg/data/ecprg1/custfm.xls' pathname, I am trying to access the files located in the SAS server. Am I doing something wrong? Need your advise.
... View more