BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I've a dataset similar to:
A B C D
a1 b1 c1 .
a1 b1 c2 .
a1 b1 c3 .
a1 b1 c4 123
a1 b2 c1 .
a1 b2 c2 .
a1 b2 c3 .
a1 b2 c4 456


I am looking for output similar to :

A B C D
a1 b1 c1 123
a1 b1 c2 123
a1 b1 c3 123
a1 b1 c4 123
a1 b2 c1 456
a1 b2 c2 456
a1 b2 c3 456
a1 b2 c4 456

Thanks in advance for helping me in coding this.
1 REPLY 1
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Check this post/reply:

http://support.sas.com/forums/thread.jspa?threadID=9901

Scott Barry
SBBWorks, Inc.

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