google来的:
I googled for a while and got that by defalt the number of variables for importing excel data is 255 by SAS, because the limit of 256 columes in old version office excel. So, we have to let SAS know that it is a new version .xlsx file by changing the above codes “DBMS=EXCEL REPLACE;” to “DBMS=XLSX REPLACE;”