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!
No, SAS Studio - I should have noted that in my post!
Fantastic - it worked! Thanks very much for your help.
Best regards
SAS is headed back to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team.
Interested in speaking? Content from our attendees is one of the reasons that makes SAS Innovate such a special event!
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.