BookmarkSubscribeRSS Feed
FoxFire
Calcite | Level 5
I get the following errors:
 
WARNING: Physical file does not exist,
/opt/sasinside/SASConfig/Lev1/SASApp/C:\ESS2\ESS2e03_2_formats.sas.
ERROR: Cannot open %INCLUDE file C:\ESS2\ESS2e03_2_formats.sas.
WARNING: Physical file does not exist,
/opt/sasinside/SASConfig/Lev1/SASApp/C:\ESS2\ESS2e03_2_standards.sas.
ERROR: Cannot open %INCLUDE file C:\ESS2\ESS2e03_2_standards.sas.
ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/C:\ESS2\ESS2e03_2sas.POR.
WARNING: Physical file does not exist,
/opt/sasinside/SASConfig/Lev1/SASApp/C:\ESS2\ESS2e03_2_miss.sas.
ERROR: Cannot open %INCLUDE file C:\ESS2\ESS2e03_2_miss.sas.
 
And this is the code I used:
 
options nocenter
nodate
linesize=100
pagesize=30000;
title;

libname library '/folders/myfolders';
libname ESS '/folders/myfolders';
libname ESS2 '/folders/myfolders';

%INCLUDE '/folders/myfolders/ESS2e03_2_ms.sas';

data ESS2e03_2 (compress=yes);
set ess.ESS2e03_2;
run;
 
I am trying to link it to the following path C:\SASUniversityEdition\myfolders but I am using vmware which runs on Linux so I read that I had to use /folders/myfolders/ to get to that specific map. Now I have no idea why this code is trying to include ERROR: Cannot open %INCLUDE file C:\ESS2\ESS2e03_2_formats.sas and the others and why it links to  C:\ESS2\. I also tried to create a map with the name ESS2 and put the files in there but that doesn't seem to work either. Can someone tell me how I can link it to the correct map and remove those errors?
1 REPLY 1
Reeza
Super User
Double check your shared drive setting to make sure it points to the C:\SASUniversityEdition\myfolders. My guess is it currently points to C:\ESS2\.


If the error still occurs then you should post screenshots of the setup.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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