Hi:
It's not clear to me whether you want 1 HTML file with all the PROC PRINTS in the file or whether you want multiple HTML files with a link to each file in the footnote. ODS HTML supports the use of FRAME= and CONTENTS= that may be what you want:
Or, you could use NEWFILE=PROC to make a separate file for each PROC PRINT output and then use the LINK= option in the TITLE or FOOTNOTE statement to link the separate files together.
But, given that you have all your PROC PRINTs in 1 ODS "sandwich", it implies that you only want 1 file with all the proc print output in the file, in which case, the FRAME= and CONTENTS= might be a good option.
Cynthia
... View more