I am currently on lesson 2 of the Programming 1 course and it asks me to generate a report of a table using proc contents, I wrote the code:
proc contents data="/odaws01-usw2/Files(Home)/EPG1V2/data/storm_summary.sas7bdat";
run;
Specifying the file path I can see but I keep receiving an error message that the path doesn't exist - see attached image for log. What am I doing wrong here?