In Stata 14 I can change letter case of variables names in a single click by the following formula:
Is it possible to change the value labels as well:
Code:
country rename *, uppercase COUNTRY
Is it possible to change the value labels as well:
Code:
algeria to Algeria
Comment