The VAR statement specifies the input variables. With no RANKS statement, PROC RANK replaces the original variable values with the group values in the output data set.
   var back free;
run;