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,