I am trying to complete the first step to "Lesson 2: Accessing Data" but am getting errors. I don't understand what I am doing wrong.
***************************************************************************************************************************
Instructions:
Open a new program window and perform the following tasks:
proc contents data="FILEPATH/storm_summary.sas7bdat"; run;
My Code:
proc contents data="EPG194/data/storm_summary.sas7bdat";
run;
Error Message:
Hi @u45151672
When you right click on the file properties, what physical path is associated with the file?
e.g: "C:/EPG194/data/storm_summary.sas7bdat";
Maybe you have omitted some part of the path before the PEG194 folder?
Hi @u45151672
When you right click on the file properties, what physical path is associated with the file?
e.g: "C:/EPG194/data/storm_summary.sas7bdat";
Maybe you have omitted some part of the path before the PEG194 folder?
/home/u45151672/EPG194/data/storm_summary.sas7bdat.
That is it!
I had tried the following before posting:
proc contents data="home/u45151672/EPG194/data/storm_summary.sas7bdat";
run;
But forgot the first /. It needed to be...
proc contents data="/home/u45151672/EPG194/data/storm_summary.sas7bdat";
run;
Hello, I am having the same issue, I am not sure what I am doing wrong
in SAS proc contents data="FILEPATH/storm_summary.sas7bdat"; run
/home/u58350453/EPG1V2. I tried this code for my activity 2.02 but is not working can any someone help me out?
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.