data demographic; infile "/folders/myshortcuts/Myfolders/Book3.txt/folders/myshortcuts/Myfolders/Book3.txt"; input Gender $ Age Height Weight; run;
I am using SAS University Edition 1.I am trying to use my .txt file from myfolder but the path seems to be wrong.
Check your infile statment, looks like the path got copied twice :
infile "/folders/myshortcuts/Myfolders/Book3.txt/folders/myshortcuts/Myfolders/Book3.txt";
You can always right-click on a file to look at its properties in the sidebar in SAS Studio. From there, you can select and copy the text to paste it into your code.
If you followed the instructions when setting up UE, your path should start with
/folders/myfolders/
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Early bird rate extended! Save $200 when you sign up by March 31.
Register now!
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.