Create the output objects and send the selected output objects to the open destinations. 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 HTML and LISTING destinations. See 3. in the table of contents in HTML Output.


proc glm data=iron;
   model loss=fe;
   title 'OverallANOVA and Fitness Statistics';
run;