Hello, I've read a couple different posts on this topic and I'm still not sure why I'm not receiving any output. I'm using SAS On Demand. Here's my code: proc contents data="/home/USERNAME/EPG1V2/data/storm_summary.sas7bdat"; run; (where username is my actual user id). I copied and pasted the file path from properties. I receive no warnings in the my log but I see no table describing the contents of the data as shown in the instructional video.
... View more