proc print data=IronParameterEstimates noobs; title 'PROC PRINT Report of the Data set from PROC REG'; run; proc print data=IronParameterEstimates1 noobs heading=horizontal; title 'PROC PRINT Report of the Data set from PROC GLM'; run;