PROC PRINT prints the data set.
proc print data=idnumber noobs; title 'Student Test Scores'; run;