I'm trying to import my Excel files into SAS without SAS/ACCESS. Is this possible other than the SAS Enterprise Guide import wizard? I'm a newbie but I've checked around in here and on other sites with no luck. I'm using base SAS 9.4 with SAS/STAT on a Windows 10 64-bit machine. From the import wizard, I'm not seeing a way to use the syntax generated directly. From https://libguides.library.kent.edu/SAS/ImportData#s-lg-box-wrapper-18345498: This uses PCFILES, which seems to be part of SAS/ACCESS. I get the error, "ERROR: The PCFILES engine cannot be found." From https://stats.idre.ucla.edu/sas/faq/how-do-i-readwrite-excel-files-in-sas/: This uses PROC IMPORT with DBMS=XLSX (I've used DBMS=EXCEL, too). I get the error, "ERROR: DBMS type XLSX not valid for import."
... View more