I'm new to SAS and using SAS Studio. I tried all these methods but it did not work. I finally right-clicked on data and choose properties to see its full path which is "/home/u36524443/EPG194/data" and used it instead. It run perfectly: proc contents data="/home/u36524443/EPG194/data/storm_summary.sas7bdat"; run;
... View more