Or, if you are using SAS University Edition: libname pg1 '/folders/myfolders/EPG194/data'; Instead of going to the libraries pane on the left, go to Server Files and Folders. Locate the EPG194 folder and expand it. Then locate the data folder under EPG194 and in SAS Studio right-click on the data folder and choose Properties. There is a location area in the Properties window that shows the exact path you need for your LIBNAME statement. Every time you open SAS Studio, you need to "plug into" or "connect" SAS with the data folder. How do you do that, by issuing a LIBNAME statement every time you want to start working. You should see a setup.sas program or a libname.sas program, depending on where you are in the course, that you have to work with. And, if you do NOT see an EPG194 folder under the Server Files and Folders location, that typically means you did not follow all the directions in the setup instructions to run a program that makes the data for the Programming 1 class. Cynthia
... View more