Proc Import won't work at all in my installation of 9.3. I use this: libname db pcfiles path="C:\excel filename and path.xlsx" ;
Then
data whatever; set db."sheet name"n; run;