BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
TexasA_M
Calcite | Level 5

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

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

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.

View solution in original post

2 REPLIES 2
Reeza
Super User

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.

ChrisHemedinger
Community Manager

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

Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 1111 views
  • 3 likes
  • 3 in conversation