Replace the original values of the variables with the rank values. The VAR statement specifies that Back and Free are the variables to
rank. With no RANKS statement, PROC RANK replaces the original variable values
with the group values in the output data set.
var back free;
run;