Define "Header". You can only import data into SAS that is contained in the spreadsheet from cell A1 to [last used cell]. Everything else is out of reach of proc import.
If it is contained in a separate line (apart from the line that defines the columns), you need to do two separate steps: one that fetches the date, and one that fetches the data.
For further help, export the data to a csv file and post that into a {i} window or as an attachment (just enough lines to illustrate your issue).
... View more