BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
rkolupoti9001
Calcite | Level 5

Hi when am doing Proc rank by selecting option ties=low

if two members are having same rank lets say two members having rank 1 and I want next rank to be 2 not 3 Like Rank_Present_need

Can we Do that

Thanks in Advance

NamePresentRank_Present_outputRank_Present_need
Davis7732
Orlando9311
Roe9311
Sanders6843
1 ACCEPTED SOLUTION

Accepted Solutions
3 REPLIES 3
data_null__
Jade | Level 19

RTM

Ties=dense

rkolupoti9001
Calcite | Level 5

Thank You!!!

slchen
Lapis Lazuli | Level 10

proc rank data=sashelp.class group=19 out=class ties=low;

var age;

ranks agegroup;

run;

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1714 views
  • 0 likes
  • 3 in conversation