Hi: I am now attempting upload of excel file into SAS on Demand for Academics--the cloud. I have run into the following problem and suspect it is an incorrect path designation. Any suggestions? THANK YOU! 1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 70 71 PROC IMPORT DATAFILE='home/gjefferson/Desktop/FinalVTEdata2020.xlsx' DBMS=xlsx out=work.VTE; 72 SHEET='CSV'; 73 RANGE='CSV$A1:N109'; 74 RUN; ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/home/gjefferson/Desktop//FinalVTEdata2020.
... View more