Hello,
I'm trying to read a simple text file; see below
Data Toads;
Infile 'C:\SASUniversityEdition\myfolders\ToadJump.txt' dlm=' ';
Input Toadname $ Weight Jump1 Jump2 Jump3;
Proc print data=toads;
Title 'SAS Data Set Toads';
run;
I get back a message in the error log that it isn't reading the file.
Why is the path so different from what I put in?
Thanks
Zemaxlight