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?
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.