Code:
gen A = B==0 & C==1
replace A = . if B== .| C==.
In other words, can we simplify the two syntax above to one syntax?
Thanks in advance.