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

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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
  • 908 views
  • 3 likes
  • 3 in conversation