I get an error message that my j variable is not present but it is.

. reshape wide *, i(quest_number) j(year)
(note: j = 14 15)
variable year not found
r(111);

. describe year

storage display value
variable name type format label variable label
---------------------------------------------------------------------------------------------
year byte %9.0g year

. tab year, missing

year | Freq. Percent Cum.
------------+-----------------------------------
14 | 774 50.00 50.00
15 | 774 50.00 100.00
------------+-----------------------------------
Total | 1,548 100.00


Can someone tell me why?