Print the WORK.PRIZE output data set.


proc print data=Prize;
   title 'Best Results: Most Money Raised and Most Hours Worked';
run;