Please let me know the fix for this error message (please see attached file). Thank you.
Can you verify that our PC Files Server is configured/working?
My PC Files Server was installed yesterday, 9/20/16. Thank you.
Is the server local (running on your machine) or remote? If remote then you may be attempting to write to a location on the remote machine that either doesn't exist or you do not have permissions for.
You might investigate use of a LIBNAME statement for connection, especially if your data base already exists and you want to insert a new table. Proc Export tends to replace entire databases.
It would look something like:
LIBNAME mymdb PCFILES SERVER=D2323 PATH='c:\demo.mdb';
Then use like any other library:
Data mymdb.tablename;
set sashelp.air;
run;
Thank you all. The issue was the PC Files Server and it has been fixed.
My tech support had to work with SAS Technical Support on this. All
replies were helpful. Thank you again. Much appreciated.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.