Missing code, at least for SAS 9.4 to see if installed:
proc product_status;run;
and look in the log for something similar to:
For SAS/ACCESS Interface to ODBC ...
If you don't find in the log for product_status you can run :
Proc setinit;run;
If you see something like this it is licensed but not installed and should be able to get it installed.
---SAS/ACCESS Interface to PC Files
If missing in both Proc outputs then not licensed.
... View more