Hi Tom, As Arthur said, I did make a small change in the proc import statement as follows and it worked great. Thanks to you and Arthur. PROC IMPORT DATAFILE= &testfile OUT=&outdsn REPLACE DBMS=XLS; SHEET="Sheet1"; GETNAMES=no; datarow=2; RUN; LRN
... View more