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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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