I have columns named dairy_ee, fruit_ee, oils_ee, etc. They are either a 0 or 1 but there are some blank spaces. I want to fill these columns with a 0 or 1 based on another variable group.
It looks something like this:
Group | dairy_ee | fruit_ee | oils_ee |
1 | 0 | 1 | 0 |
1 | . | . | . |
2 | 0 | 1 | 0 |
2 | . | . | . |
3 | 1 | 1 | 0 |
3 | . | . | . |
4 | 0 | 0 | 0 |
4 | . | . | . |
4 | . | . | . |
Thank you!
@kippy_kips wrote:
I have columns named dairy_ee, fruit_ee, oils_ee, etc. They are either a 0 or 1 but there are some blank spaces. I want to fill these columns with a 0 or 1 based on another variable group.
And what is the specific relationship between the variable group and the intended blank-replacement values? That is what is the rule you want to applhy?
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.