I have one excel tab with multiple sections of different data. For example, row 1-57 is a normal excel data table, with it's respective field names, but in row 61 (the blue row towards the bottom of the screenshot), a new tabular data section starts. This repeats for a couple different tabular data sections within the same excel tab. 
I would like to import this excel tab into SAS, then output each tabular data section as it's own table, I thought about using the blue row section name in order to identify that it is the start of a new section, but I'm not sure exactly how to approach this method and turn it into SAS codes.
Thanks in advance.