PROC PRINT displays the TOP3LIST data set.
proc print data=top3list; title1 'School Funding Raising Report'; title2 'Top Three Students'; run;