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

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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