PROC PRINT displays the PRIZE data set.
proc print data=Prize;
   title 'Best Results: Most Money Raised and Most Hours Worked';
run;