Hello everybody,
I have a big dataset in which different categories in the variable “occupations” are recorded with the first letter in capital letter. I would need to convert this letter in lower letter: uppercases to lowercases, necessary to merge later with another dataset with lowercases. But Stata doesn’t recognize the command "strlower” or even display strlower. I have looked into the manual and forums, and still I have this doubt to solve. Thank you in advance.
strlower (Occupations), converted to lowercase
command strlower is unrecognized
r(199);
display strlower
strlower not found
r(111);
I have a big dataset in which different categories in the variable “occupations” are recorded with the first letter in capital letter. I would need to convert this letter in lower letter: uppercases to lowercases, necessary to merge later with another dataset with lowercases. But Stata doesn’t recognize the command "strlower” or even display strlower. I have looked into the manual and forums, and still I have this doubt to solve. Thank you in advance.
strlower (Occupations), converted to lowercase
command strlower is unrecognized
r(199);
display strlower
strlower not found
r(111);
Comment