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

My data is 

A   B  C 

1   0  1

0  0   0

1  1   0

0  0   1

1  1   1

 

What to create a flag variable which is missing when A or B or C have 1 and flag variable should be . when all three of them have 0

 

WANT dataset like

A   B  C nmiss

1   0  1    .

0  0   0   1

1  1   0    .

0  0   1    .

1  1   1    .

 

Any quick way to do this?

1 ACCEPTED SOLUTION

Accepted Solutions
2 REPLIES 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 connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 2221 views
  • 1 like
  • 2 in conversation