Try the startpage= option: http://support.sas.com/kb/44/269.html
Set it to none before the first and then set it to now, after the second.
You may need to block out the code for each by group. I.e for each by group, create a proc report with fixed startpage= option, yu can programmatically create this with macro or call execute.
... View more