BookmarkSubscribeRSS Feed
vishnuvardhan
Calcite | Level 5

I HAV A DATA LIKE THIS

data x;
input id$ age;
cards;
001 45
001 54
001 57
002 45
002 52
;
run;

I HAVE TO GET LIKE THIS BY USING PROC REPORT CAN ANYBODY HELP ;
id  age
001 45
       54
       57
002 45
       52;

1 REPLY 1
Reeza
Super User

What have you tried? It should be a GROUP on your ID variable bit otherwise straight forward. 

 

See page 2 here

http://www.caloxy.com/papers/65_HOW07.pdf

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 933 views
  • 0 likes
  • 2 in conversation