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


proc print data=idnumber noobs;
   title 'Student Test Scores';
run;