PROC PRINT prints the ORDER data set.
proc print data=order; title "Rankings of Participants' Scores"; run;