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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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