I am trying to run IMPORT in one of the excel file but i am facing some error. please have a look: proc import datafile='/folders/myfolders/Datasets/cars_excel.xlsx' dbms=xlsx out=test.car_dummy; getnames=no; run; and the error appearing in log is window is: ERROR: Physical file does not exist, /folders/myfolders/Datasets//cars_excel. NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE IMPORT used (Total process time): real time 0.04 seconds cpu time 0.06 seconds i have already located excel file i.e., cars_excel.xlsx in above path.can anyone clarify where i am wrong?
... View more