Good morning, With SAS9.3 i used to import an Access table using the following syntax: PROC IMPORT OUT= TB_KEY (keep=R_fPatient DDN Sexe N_Adm rename=(N_Adm=ADMINO) ) DATATABLE= "TbPatient" DBMS=ACCESSCS REPLACE; DATABASE="\\Sih-fs\programmes\CPTCR\BD_CPTCR.mdb"; SCANMEMO=YES; USEDATE=YES; SCANTIME=YES; RUN; Since upgrading to SAS 9.4, this syntax is not working anymore and I cannot access the database anymore. Can you please help me? I cannot provide a sample as it is patient confidential data. Thanking you in advance, Aline
... View more