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.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 461 views
  • 0 likes
  • 2 in conversation