Do you have the required license?
You would need SAS Access to PCFILES.
You can check what's licensed with:
proc setinit;run;
And what's installed with:
proc product_status;run;
@mayoralc wrote:
Hi all, thank you for you help. I cannot import excel files into SAS 9.4.
The error is the following:
ERROR: Connect: Class not registered
ERROR: Error in the LIBNAME statement.