Based on the instructions I came up with the following code :
Proc contents data="/folders/myfolders/EPG194/data/storm_summary.sas7bdat”;
run;
however, am being met with the below error.
ERROR: The physical file name "/folders/myfolders/EPG194/data/storm_summary.sas7bdat”; run;OPTIONS NONOTES NOSTIMER NOSOURCE
NOSYNTAXCHECK;ODS HTML CLOSE; ; ;*';*" is too long
To get my file path, i simply clicked on epg14/ data and went to properties and selected the location, then got the full name from the storm summary properties and put that after the location. I also tried to copy and paste the location from the storm summary properties but this gave me the same error. Please assist?