Hi Reeza, I get this message when I use DBMS=PCFILES 996 997 *Import in 64 bit version; 998 proc import DBMS=PCFILES Datatable = 'tblCaseDesignation' 999 out = work.CASEDESIGNATion REPLACE; ERROR: DBMS type PCFILES not valid for import. NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE IMPORT used (Total process time): real time 0.33 seconds cpu time 0.00 seconds And this when I use DBMS=ACCESS ERROR: Connect: Class not registered ERROR: Error in the LIBNAME statement. ERROR: Connection Failed. See log for details. NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE IMPORT used (Total process time): real time 0.65 seconds cpu time 0.29 seconds
... View more