Hello, I was having the same issue and used the pathway you mentioned, with my username instead, and it worked. However, if we're creating a folder called OUT in My Libraries, why does the end of the pathway contain output like this: "libname out "/home/myUserName/EPG194/output";? Shouldn't the pathway be "libname out "/home/myUserName/EPG194/out";? Thank you. @ehab wrote: The correct code: libname out "/home/u47411880/EPG194/output"; data class_copy1 out.class_copy2; set sashelp.class; run;
... View more