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

Hi, another Newbie here. Trying to import a csv file - I've checked other posts/solutions and verified filepath and that it has headings in row 1, data starts in row 2.

 

Here's my code:

 

PROC IMPORT DATAFILE="C:\Users\John\Desktop\MSDA\C744-Data Mining II\TelcoCustChurn.csv"
DBMS=CSV OUT=pg2.TelcoCustChurn REPLACE;
GUESSINGROWS=7045;
RUN;

 

I"m getting this in the log:

ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp

 

Thanks for any help and tips!

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User
SAS UE is also SAS Studio. Ok, it looks like you're using SAS on a server, so it will likely not have access to your local drive. You need to upload your files to the server and then use them. In Studio go to the files/folders/panes and upload your file and then get the path and try and import it again.

View solution in original post

4 REPLIES 4
mspswede
Calcite | Level 5

No, SAS Studio - I should have noted that in my post!

Reeza
Super User
SAS UE is also SAS Studio. Ok, it looks like you're using SAS on a server, so it will likely not have access to your local drive. You need to upload your files to the server and then use them. In Studio go to the files/folders/panes and upload your file and then get the path and try and import it again.
mspswede
Calcite | Level 5

Fantastic - it worked! Thanks very much for your help.

 

Best regards

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 4 replies
  • 3041 views
  • 0 likes
  • 2 in conversation