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?
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.