BookmarkSubscribeRSS Feed
xavpontes
Fluorite | Level 6

Please let me know the fix for this error message (please see attached file). Thank you.

4 REPLIES 4
ballardw
Super User

Can you verify that our PC Files Server is configured/working?

xavpontes
Fluorite | Level 6

My PC Files Server was installed yesterday, 9/20/16. Thank you.

ballardw
Super User

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;

 

 

xavpontes
Fluorite | Level 6

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: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1556 views
  • 1 like
  • 2 in conversation