PROC PRINT displays the SUMSTAT data set without the observation numbers.
proc print data=sumstat noobs;
   title1 'Average Undergraduate and Graduate Course Grades';
   title2 'For Two Years';
run;