The ODS SELECT statement determines which output objects
ODS sends to the Listing and HTML destinations. In this case, ODS sends all
output objects that are named ParameterEstimates
and all output objects that are labelled Type III Model ANOVA to the two destinations.
ods select ParameterEstimates
"Type III Model ANOVA";