BookmarkSubscribeRSS Feed
dipalp
Calcite | Level 5

I have the below data set

Cust_Num     Updatedt

1                      10/10/12

1                       5/21/15

1                       6/17/17

2                       4/12/15

2                       5/12/16

and would like to Convert it to the following:

Cust_Num         First_Update     Second_Update    Third_Update                     Fourth_Update

1                          10/10/12           05/21/15                    6/17/17                           CURRENT_DATE

2                           04/12/15           05/12/16                 CURRENT_DATE            CURRENT_DATE

Appreciate your help.

 

 

 

2 REPLIES 2
Reeza
Super User

PROC TRANSPOSE will get you started. 

ballardw
Super User

Can you tell us what you will do the results?

I ask because there a many tasks that get much harder after transposed to the "wide" form you request.

 

Also, since I have to assume "current_date" means the date the transform is performed, this is a potential problem as running the same code on the same data can yield a different result. Keeping track of such differences may make the project harder to manage.

 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 2 replies
  • 1217 views
  • 0 likes
  • 3 in conversation