I do see Storm.xlsx under the EPG194/data folder. I am using SAS studio within SAS OnDemand for Academics. I used the path/location directly provided by the "properties" for Storm.xlsx in SAS Studio. There were no error messages in my log. The syntax I used is below. option validvarname=v7; libname xlstorm XLSX "/home/U40384536/EPG194/data/storm.xlsx"; run;
... View more