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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 948 views
  • 0 likes
  • 2 in conversation