Create a new variable for place of residence, classifying everyone as residing in Mumbai or somewhere else (i.e., group guj, delhi, etc., into a single “Other” category).
I have an existing data set in which one column is named as address: in which diff states are mentioned
Now I need to group them in two only one mumbai and rest of all in other
What code should be written?
Extract the state into a separate variable if it is not already. Then either an IF/then/else block of code can assign the value you want.
Or a custom format could display the values of the variable with the state value as desired with the existing values unchanged.
If you have existing data, then please post a representative sample and your desired result.
Makes it much easier to provide a usable code answer.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Ready to level-up your skills? Choose your own adventure.