As PROC GLM sends each output object to the Output Delivery
System, ODS sends the two output objects from PROC GLM that match the items
in the selection list to the open destinations. (See the table of contents
in
Contents File Produced by the ODS HTML Statement.
Note that it is the label of an output object, not its name, that appears
in the table of contents. The label for ParameterEstimates is "Solution".)
proc glm data=iron;
model loss=fe;
title 'Parameter Estimates and Type III Model ANOVA';
run;