Research your ODS HTML facility options, however I don't know of a method to directly "fuse" two PROC outputs together with "ODS HTML", assuming you do not want the HTML TABLE body content to be separate (no titles or BY separation). Programming ODS HTML to generate back-to-back PROC outputs is definitely possible, within the same HTML document, using various techniques, such as BY group processing, or iterative invocation with WHERE processing.
For consideration, I find that the SAS support website at http://support.sas.com/ provides many examples and also you can search for topic-oriented references, using relative keywords and phrases. I have provided links to some related SUGI/SGF papers.
Scott Barry
SBBWorks, Inc.
__________________
ODS HTML papers:
http://www2.sas.com/proceedings/sugi29/245-29.pdf
http://www2.sas.com/proceedings/sugi27/p008-27.pdf
SAS Base technical resources home:
http://support.sas.com/rnd/base/
... View more