Create the output data set SORTED. OUT= creates a new data set for the sorted observations.


proc sort data=account out=sorted;