So did you upload the createdataPG1v2_oda.sas program to your EPG1V2 folder? You should be able to run that program & it will create the subfolders & create the data. The data will actually be in a subfolder /home/u60722693/EPG1V2/data & that is where you should assign the library PG1 libname pg1 "/home/u60722693/EPG1V2/data"; or you can use: libname pg1 "~/EPG1V2/data"; ~ will point to your user folder (i.e. /home/u60722693/)
... View more