BookmarkSubscribeRSS Feed
3 REPLIES 3
PeterClemmensen
Tourmaline | Level 20

Very hard to say from a bad picture. But definitely drop the BDAYBook1.xlsx part of the Libname Statement.

SASKiwi
PROC Star

Typically you get that error if there is a mismatch in bitness between SAS and MS Office. For example, SAS is 64-bit and Office is 32-bit. This only applies to the EXCEL LIBNAME engine.

 

Try LIBNAME bday XLSX "<Your Excel spreadsheet path>";

Ksharp
Super User
Try :
1) libname bday XLSX "c:\.............xlsx";
2) libname bday EXCEL "c:\.............xlsx";

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

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
  • 3 replies
  • 1133 views
  • 0 likes
  • 4 in conversation