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;