Hi! I'm on Lesson 2 of the SAS Essentials course. In "Demo: Exploring Course Libraries" I realized that I was creating library references that appeared in the library tab, but they aren't saving any tables/data, and I can't save any data to them without getting error messages. I double-checked that my code is correct and I'm saving it with the right file paths, .sas, and referencing the right data, but nothing seems to be working.
I used this code: libname pg1 "/home/u60722693/EPG1V2"; and double-checked that I got the location right. I run the code, no errors, but then the library PG1 doesn't have any tables in it. I have this problem again during the demo section called "Exploring SAS Automatic Libraries" where I successfully create the library reference OUT, but then when I try to save data tables to it, I get error messages. Please help!