EXCEL Engine
LIBNAME mylibrary EXCEL 'c:\myExcelFile.xls' header=yes;
Now, you have 18 SAS data sets, one for each tab. To access them, you will need to turn on the option VALIDVARNAME=ANY. If the first tab was named Sheet1, the equivalent SAS data set is named 'mylibrary.Sheet1$'n.
Try it!


<< Home