PROC PRINT prints the output data set.
proc print data=score_transposed noobs;
    title 'Student Test Scores in Variables';
run;