Hi,
I am trying to read data from an external file which is located on my local machine but I am getting this error "ERROR: Physical file does not exist, /sso/biconfig/930/Lev1/SASApp/C:/Users/Shubham/Desktop/SasData.txt." The actual path of my file is C:/Users/Shubham/Desktop/SasData.txt. I don't know why it's adding /sso/biconfig/930/Lev1/SASApp/ before the file name.
I am using SAS Enterprise On Demand edition.
My program is:
-------------------------
data abcdef;
infile 'C:/Users/Shubham/Desktop/SasData.txt';
input Name$ UIN Score1 Score2;
run;
I will highly appreciate any help.
Thanks,
S
OnDemand doesn't see your desktop.
I'm not sure you can import files from desktop to OnDemand, and if you can I imagine you'd have to FTP the file to their server first somehow.
OnDemand doesn't see your desktop.
I'm not sure you can import files from desktop to OnDemand, and if you can I imagine you'd have to FTP the file to their server first somehow.
When using SAS OnDemand for Professionals, this primer video might help:
Defining a File Reference to Access Raw Data - YouTube
If using SAS OnDemand for Academics, the same ideas apply. However, you might have files on the server that are already put in place by your professor.
Chris
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.