Hi All, May I consult one issue regard to excel file import? Our SAS version is SAS 9.4 EG. When I import excel file (.xlsx & .xls), will have one log issue as follows, NOTE: One or more variables were converted because the data type is not supported by the V9 engine. For more details, run with options MSGLEVEL=I. (Program: PROC IMPORT DATAFILE="&_project.data\sdtm csv\test.xlsx" OUT=temp1 DBMS= xlsx replace; Sheet = "TA";getnames = Yes; RUN;) Could you please let me know how to solve this issue? Thank you so much 🙂
... View more