I want to import a csv file. I'm sure the file is in the correct folder. Could anyone help me understand the following messages in the log? 11 proc import out=data1 12 datafile="C:\Users\Michelle\Desktop\報告ㄦ\大四\運統\作業3\DB1B2017Q12" 13 dbms= csv replace; 14 getnames=yes; 15 run; ERROR: Physical file does not exist, C:\Users\Michelle\Desktop\報告ㄦ\大四\運統\作業3\DB1B2017Q12. ERROR: Import unsuccessful. See SAS Log for details. NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE IMPORT used (Total process time): real time 0.06 秒 cpu time 0.06 秒
... View more