Hello team,
When I run this code based on the instruction to access an excel file on my document:
Libname Orionx pcfiles Path="C:\Users\......\Documents\SAS\SAS Learning\ecprg193\sales.xl
It gives these error message:
Take a look at: https://communities.sas.com/t5/Base-SAS-Programming/Lesson-7-Reading-Spreadsheet-and-Database-Data-I...
Art, CEO, AnalystFinder.com
Are you running this on a server? If so the server likely doesn't see your hard drive.
Since your libname statement does not show a ; you might want to repost the entire statement and verify the file extension and that you have matching quotes.
You may have to ensure the file isn't open with another program like Excel.
You might check the file to make sure that the read only file property has not been set. (or use the Access=Readonly option in the libname statement.
Double check that the Pcfile server was installed
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.