The RANK procedure creates a SAS
data set containing the ranks or rank scores but does not create any
printed output. You can use PROC PRINT, PROC REPORT, or another SAS
reporting tool to print the output data set.
The output data set
contains all the variables from the input data set plus the variables
named in the RANKS statement. If you omit the RANKS statement, the
rank values replace the original variable values in the output data
set.