Print the data set. PROC PRINT prints the sorted data set.
proc print noobs; title 'Default Sort Sequence'; run;