BookmarkSubscribeRSS Feed
RAmarapuram
Obsidian | Level 7

Hi All

I have gone through couple of blogs on the same error, I have tried all the suggested options and posting my issue.

#1. While trying to export xls file using DBMS=EXCEL option in the below code :

PROC EXPORT DATA= WORK.soma

           OUTFILE= "C:\User\app-502396530\Documents\My SAS Files\test1.xls"

           DBMS=EXCEL REPLACE;

    SHEET="Historical INFO";

RUN;

ERROR:Connect: Class not registered

ERROR: Error in the libname statement.

If I use DBMS=EXCELCS, I get an error saying

ERROR: Failed to connect to server.

#2. While trying to export csv file using the below code, the code gets executed without errors and the log

says that file SUCCESSFULLY created, But I am unable to see the  created file at the location(mentioned in the code):

PROC EXPORT DATA= WORK.segments_final

           OUTFILE= "C:\User\app-502396530\Documents\My SAS Files\test1.csv"

           DBMS=CSV REPLACE;

RUN;

1 REPLY 1
ChrisHemedinger
Community Manager

To use EXCELCS you need to have the PC Files Server installed on your SAS for Windows server, or on another dedicated node.  With SAS for Windows, installing the PC Files Server is easy and SAS can launch it via "autostart", no additional configuration required.

However, it's even easier if you can use DBMS=XLSX.

Chris

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 1 reply
  • 5775 views
  • 0 likes
  • 2 in conversation