Hello, I'm currently trying to access an external file .dat file on my MAC using INFILE, and it keeps coming up as the 'physical file does not exist'. Below is my syntax. I've put it in my Users folder, my desktop, documents, etc. I've tried two ways: infile '\\client\c$\pilot.dat'; and infile '//users/bebe/pilot.dat'; I'm not sure what the correct syntax path is. Having a lot of trouble trying to do this without using datalines. I've also tried csv files as well that definitely didn't work.
... View more