I am teaching a university course that just got moved to remote instruction with SAS Studio with little notice. I uploaded my programs and data to the SAS Studio environment successfully, but I am unable to access the data via a libname statement.
It seems like all I need to do is this:
libname test "/home/u99999999/mydata";
where the contents of the quotes matches the location in the folder properties, but the library does not exist..