Hey guys, I tried this command

label define currmarr 0 "no currently legally married" 1 "currently legally married"

label val currmarr currmarr

after that I wanted to change 0 label to "not currently legally married", how can I make that change after I already defined it, stata tells me this:

. label define currmarr 0"not currently legally married"
label currmarr already defined
r(110);

. label define currmarr 0 "no currently legally married" 1 "currently legally married", change
option change not allowed
r(198);