BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
John4
Obsidian | Level 7

I have a large data set like this :

NAME   MONEY   NB  NUMBER
John        300       1         4
Max         250       2         5
Alex         657       1         3
Matt        1520      2         2

 

For NB = 2, I want to divide NB by 2 , divide MONEY by NUMBER and also keeping observations for NB = 1. I mean how get this  :

NAME   MONEY   NB
John        300       1
Max         50         1

Max         50         1
Alex         657       1
Matt        760       1

Matt        760       1

1 ACCEPTED SOLUTION
4 REPLIES 4
PeterClemmensen
Tourmaline | Level 20

What if NB = 3 or higher, is that possible?

John4
Obsidian | Level 7

In my data set, NB is only equals to 1 or 2

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
  • 4 replies
  • 4147 views
  • 4 likes
  • 3 in conversation