Dear Folks,

Using Stata 15.1.

When replacing, Stata is declaring that 134 real changes are made, however when I browse or tab the changes, Stata declared "no observations" (see below, for example). I'm a little lost here. Thanks in advance for your help. Code as follows:

. replace coicop10b=111005099 if inlist(coicop10,111005001,111005003,111005005,1110 05006,111005098,111005099)
(134 real changes made)

. tab interview__key if coicop10b==111005099
no observations

Best,
Mike