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?
CFC_SAS_Communities_400x225.jpg
It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.
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.