Hi All-
I'm trying to read an input file via the Import Wizard, but I am receiving the below error on Step 3 of 4, "Define Field Attributes":
The input file is a macro-enabled excel worksheet (.xlsm). I confirmed that the file is not open and not in use, and when I tried the import on another person's machine, I did not receive this error.
Does anyone know what the source of this error might be?
Thanks so much!
Travis
Hi, Not sure if your issue has been resolved. You may have compatibility issues meaning if SAS is 64 bit and the Office that you are running is 32 bit. I know in such a situation you normally receive "Class not registered" or Excel engine not found" messages.
Try checking the Excel version and if different from SAS version try Installing 64 bit Office 2010 to match your version of SAS .
Try the following links in the order given
http://www.office.com/office64setup
Or
The following links involve more steps using PC Server Files with Import Wizard
http://support.sas.com/kb/44197
Or
Iinstalling a SAS PC File server which provides a bridge between 32 bit Office and 64 bit SAS.
Hi, maybe you don't have permissions to reade/write this file. Try to change permissions.
Hi, Not sure if your issue has been resolved. You may have compatibility issues meaning if SAS is 64 bit and the Office that you are running is 32 bit. I know in such a situation you normally receive "Class not registered" or Excel engine not found" messages.
Try checking the Excel version and if different from SAS version try Installing 64 bit Office 2010 to match your version of SAS .
Try the following links in the order given
http://www.office.com/office64setup
Or
The following links involve more steps using PC Server Files with Import Wizard
http://support.sas.com/kb/44197
Or
Iinstalling a SAS PC File server which provides a bridge between 32 bit Office and 64 bit SAS.
Sas4ml,
Thanks so much for the info, the error was due to compatibility issues between Office and SAS.
I was able to use the bridge as a temporary solution, and am in the process of upgrading Office to match my version of SAS.
Many thanks for the help!
Use this command for importing excel in SAS
libname test Pcfiles Path="Physical location ";
It will resolve all problem and easily connect the excel file .
the easiest way .
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.