As you can see from the SAS log errors, PROC IMPORT does not support use of server logins and passwords when reading CSV files. If you are required to supply a user account and password then using FTP or SFTP is one alternative. That will copy the file to a local server and folder location where PROC IMPORT will work.
... View more