Processes | Utilities | Sort Rows

Sort Rows
The Sort Rows process sorts a SAS data set by the key variables that you specify. If more than one sorting variable is specified, this process first sorts the rows into groups by the first variable specified. Rows are then further sorted within those groups by the second variable specified, and so on.
What do I need?
One SAS data set.
For an example, consider the adsl.sas7bdat data set ( found in the \ LifeSciences\Sample Data\Nicardipine\ADaM directory included with JMP Genomics and JMP Clinical, described in Nicardipine , and shown below ). It is to be sorted by AGE (highlighted).
For detailed information about the files and data sets used or created by JMP Life Sciences software, see Files and Data Sets .
Output/Results
Refer to the Sort Rows output documentation for a detailed description of the output of this process.