I'm running the below Proc Import code on Academics' SAS Studio and getting errors as stated:
proc import datafile="C:/Users/radhi/Desktop/out.csv" out=cards dbms=csv replace;Here is the LOG message:
The browser on which SAS Studio runs just presents you with an interface to SAS: SAS runs on a server, not on your PC.
The server knows nothing of your local files.
The SAS server uses Linux, not Windows, and you give a Windows path. How could that work?
The browser on which SAS Studio runs just presents you with an interface to SAS: SAS runs on a server, not on your PC.
The server knows nothing of your local files.
The SAS server uses Linux, not Windows, and you give a Windows path. How could that work?
@ShelleySessoms @AnnaBrown This is also a very common question that might be suitable for pinning.
Ready to level-up your skills? Choose your own adventure.