Print the report. This PROC PRINT step generates traditional listing output of the output data set that PROC MEANS created.
proc print data=top3list noobs; title "Simple PROC PRINT of the Output Data Set"; run;