This ODS SELECT statement modifies the overall selection list so that it sends all output objects that are named OverallANOVA and all output objects that are labelled Fit Statistics to both the HTML and Listing destinations. The PERSIST option specifies that OverallANOVA should remain in the selection list when ODS automatically modifies it.
ods select OverallANOVA(persist) "Fit Statistics";