BookmarkSubscribeRSS Feed
Smartsha
Calcite | Level 5

When I run SAS file p101d01.sas  for the SAS cert prep 9.4 part 1.  I receive the following error message 


ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/&path/data//storm. How can this be resolved please?

1 REPLY 1
KathyKiraly
SAS Employee

You are using the wrong folder path in your %LET statement. The s:/workshop path is just an example. Your screen shot indicates you are using SAS OnDemand for Academics. You must change the s:/workshop location to match the folder path for your EPG194/data folder. That is the location for all the course data. The surest and easiest way to find the fully-qualified path name is to right-click the EPG194/data folder and select Properties. You will see your folder path in the Location field. For SAS OnDemand, the folder path should be: %let path=/home/your-userid/EPG194/data; and your LIBNAME should be libname pg1 "&path";. Your PROC IMPORT should then have datafile="&path/storm.xlsx". If you still have trouble, please send an email to curriculumconsulting@sas.com

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 842 views
  • 0 likes
  • 2 in conversation