I already use the 'proc rank' to rank data based on criteria A, for example, stocks are ranked into 10 groups based on returns. Then I want to further rank the data within each group based on criteria B. How to rank such way in a dataset?
Thanks
ID DATE A B
109 1 1
678 1 2
567 1 3
.....
189 2 1
608 2 2
597 2 3
.....
489 3 1
408 3 2
997 3 3
.....
Let var. A be a BY variable in the second PROC RANK call.
Let var. A be a BY variable in the second PROC RANK call.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.