BookmarkSubscribeRSS Feed
EdithBratt
Calcite | Level 5

Hi everyone,

 

I'm taking part in SAS Programming 1 course and the first issue that I see is that the autoexec regarding the import of the data for the entire course goes in error when I try to use the libname - XLSX engine. I went through a lot of similar topics but no solutions are working.

 

In particular, I'm using SAS Enterprise Guide 7.1 and when I code :

 

libname NP XLSX "&path\np_info.xlsx" ;

 

the log returns me that "XLSX engine cannot be found".

 

Running the proc setinit, I have SAS/ACCESS Interface to PC Files still valid.

 

Could you please help me?

 

Thanks,

1 REPLY 1
ketpt42
Quartz | Level 8

When you run:

proc product_status;
run;

Does it show a version information for:

For SAS/ACCESS Interface to PC Files ...

If not, there may be something wrong with the installation.