Print the SCORE_TRANSPOSED data set. The NOOBS option suppresses the printing of observation numbers.


proc print data=score_transposed noobs;
    title 'Student Test Scores in Variables';
run;