Hi, I have a .dat file hosted in a network drive, V. EG is installed in my computer but connects to a server via VPN. FILENAME QNS2 "V:\Data Library\ABC_X.dat"; DATA HELLO; INFILE QNS2; INPUT @1 ID $3. @4 VISIT $6. @10 DX $2; RUN; I have the error below. I am at my wits end. May I know how to solve this? ERROR: Physical file does not exist, V:\Data Library\ABC_X.dat. NOTE: The SAS System stopped processing this step because of errors. WARNING: The data set WORK.ABC_X may be incomplete. When this step was stopped there were 0 observations and 8 variables. WARNING: Data set WORK,ABC_X was not replaced because this step was stopped.
... View more