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

Hi everybody,

I'm using Enterprise Guide 5.1  here is my problem:

I have a table :

cust_id          payment_day_id

-----------          -----------------------     

12345                 201304

12345                 201305

12345                 201306

6789                   201307

6789                   201308

                  

I want to give a rank number to each row according to  payment_day   by grouping cust_id


above example rank must be like this


cust_id          payment_day_id    rank

-----------          -----------------------     -----

12345                 201304           1

12345                 201305           2

12345                 201306           3

6789                   201307           1

6789                   201308           2



How can I do this with enterprise guide or  in proc SQL ?

1 ACCEPTED SOLUTION

Accepted Solutions
BrunoMueller
SAS Super FREQ

Hi

Have a look at the following discussion

SAS Enterprise Guide has a Rank Task to find in the Daata category

View solution in original post

3 REPLIES 3
BrunoMueller
SAS Super FREQ

Hi

Have a look at the following discussion

SAS Enterprise Guide has a Rank Task to find in the Daata category

sayginf
Calcite | Level 5

thank you very much,  Rank task is very helpful to me

LinusH
Tourmaline | Level 20

There should be a Rank task within EG. I believe it uses PROC RANK, and should probably suit your needs.

Data never sleeps

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 3 replies
  • 10462 views
  • 3 likes
  • 3 in conversation