You can specify ranking
for class, ID, statistics, percentiles, percent change, and moving
statistics columns. The ranking of data determines the position of
the value of a column or a value within a selected group of class
columns. You can specify that ranks be computed on class columns,
ID columns, or statistical columns. Only numeric columns can be ranked.
SAS IT Resource Management
computes a dense rank, which means that the rank numbers are sequentially
numbered, without gaps. The ranks start with 1 and are incremented
by 1. Ties receive the same rank. For more information about ranking,
see “The RANK Procedure” chapter in the Base SAS Procedures Guide.
Ranks are computed before
the calculation of computed columns so that ranks can be used in the
calculation of a computed column.
On the Specify
ranking page, you can specify the columns that you want
to rank and how these columns should be ranked. You can also delete
a rank column. Rank columns are displayed in a grid format, which
contains a row for each defined rank column. The grid contains the
following columns: Input Column, Target
Column Name, Target Column Description, Rank
Order, Rank Grouping, and Completed
Days, which are all initially blank until you add a ranking
specification for a column.
Note: Jobs that calculate rank
columns might require longer processing times because the data might
have to be read multiple times. For best results, minimize the number
of rank columns that you specify.