You can import the excel without the row 1 as headers, SAS will name the columns with some default names. You can then use PROC DATASETS to rename the columns.
Depending on your input data file definition, the FILENAME statement supports a concatenation technique, where your input file(s) are listed in sequence and are enclosed with parantheses. Have a look at the FILENAME statement documentation in the SAS companion guide for your particular OS environment.