I am trying to properly display a dataset from Peru (ENAHO), which currently returns ugly coding errors for variable names and labels. I get an error running "unicode analyze" on which I have no clue.
1st module of the survey has 297 vars, 9600obs (not huge). I cannot get Stata to unicode analyze any of the modules.
Running:
I get the following error:
1st module of the survey has 297 vars, 9600obs (not huge). I cannot get Stata to unicode analyze any of the modules.
Running:
clear all
cd "$path"
unicode analyze Enaho01-2015-100.dta
cd "$path"
unicode analyze Enaho01-2015-100.dta
File summary (before starting):
1 file(s) specified
1 file(s) to be examined ...
File Enaho01-2015-100.dta (Stata dataset)
1 variable name needs translation
252 variable labels need translation
st_vlload(): 3300 argument out of range
examine_dta_vallab_content(): - function returned error
examine_dta_vallabs_content(): - function returned error
examine_dta_file(): - function returned error
examine_file(): - function returned error
do_examine_files(): - function returned error
unicode_do(): - function returned error
unicode_analyze(): - function returned error
<istmt>: - function returned error
1 file(s) specified
1 file(s) to be examined ...
File Enaho01-2015-100.dta (Stata dataset)
1 variable name needs translation
252 variable labels need translation
st_vlload(): 3300 argument out of range
examine_dta_vallab_content(): - function returned error
examine_dta_vallabs_content(): - function returned error
examine_dta_file(): - function returned error
examine_file(): - function returned error
do_examine_files(): - function returned error
unicode_do(): - function returned error
unicode_analyze(): - function returned error
<istmt>: - function returned error
Comment