- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 08-07-2018 05:37 AM
(2537 views)
Hi when i use the below mentioned sas code to access the data, it throws the error-physical file does not exist. I am using sas studio. and have added the text data into my sas folder.
Do is need to add anything else.
data price;
infile="/folders/myfolders/data_infile.txt";
input brand $ model $ price;
run;
Thanks!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
If you followed the instructions when setting up your SAS UE, then it is /folders/myfolder (note the missing "s" at the end)