Create two new variables that contain ranks. The VAR statement
specifies the variables to rank. The RANKS statement creates two new variables,
PresentRank and TasteRank, that contain the ranks for the variables Present
and Taste, respectively.
var present taste;
ranks PresentRank TasteRank;
run;