I am new to SAS and I am trying to execute the below code but having issues while execution.I have gone through other post still unable to figure out the issue.
VM mapping :
C:\SASUniversityEdition\myfolders
Actual data file
data demographic;
infile '/folders/myfolders/mydata.txt';
input Gender $ Age Height Weight;
run;
title "Gender Frequencies";
proc freq data=demographic;
tables Gender;
run;
title "Summary Statistics";
proc means data=demographic;
var Age Height Weight;
run;
Error :
Physical file does not exist, /folders/myfolders/mydata.txt.
Have you seen this explanation?
Use the Servers Files and Folders Pane. Find your file.
Right click the file and select properties.
The path to the file will be there.
Then you can use that in your PROC IMPORT.
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 lock in 2025 pricing—just $495!
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.
Ready to level-up your skills? Choose your own adventure.