Open robin-wang opened 3 years ago
@robin-wang hi, Robin. when I run "set matsize 3956, permanent" in DHS-Recode-V.do file, STATA returns "matsize must be between 10 and 800"
when I run "do "/Users/flora.jiang/Onedrive/WB/OneDrive/MEASURE UHC DATA/STATA/DO/SC/Recode_V_training/Git-DHS-Recode-V-master/Recode_V_training/10_child_mortality", I got: no room to add more variables Up to 2,048 variables are allowed with this version of Stata. Versions are available that allow up to 120,000 variables.
Set matsize to 800 if your version of Stata is Stata/IC (standard), where 10 < # < 800 Remove set maxvar, if maxvar is not settable in this version of Stata. In this version of Stata, maxvar might be fixed at 2,048.
Does this help?
Set matsize to 800 if your version of Stata is Stata/IC (standard), where 10 < # < 800 Remove set maxvar, if maxvar is not settable in this version of Stata. In this version of Stata, maxvar might be fixed at 2,048.
Does this help?
my version is Stata16.1 IC, I change to Stata15.1 SE, it works!. I just finished testing DHS-Recode-V.do file(change all paths in my computer). should I commit and push it?
What should I do next?
@Jiongnan Hi Jiongnan,
Thanks for your update. Please commit and push : ) We can review based on your update.
Two other notes, 1. please don't close the issue before we are totally done with this survey dataset. 2. Would you mind document your work and checks in this issue's original content? I haven't seen updates there up top.
You could use a previous example for reference https://github.com/wengxyu1030/DHS-Recode-VII/issues/4
Please let me know if you got any questions.
WORKFLOW DOC
A. General Procedural Steps
B. Check / Document Items Below Even If Programs Run Through
[x] ANC
[ ] Delivery Care
[ ] PNC
[x] Child Vaccination (search receive/month in birth.dta. if unknown vaccine pops up, search definition in DHS report)
[ ] Child Illness
[ ] Child Mortality
[ ] Sleeping Under Bednet
[ ] Child Anthropometrics
[ ] Reproductive Health
[ ] Female Anthropometrics and Cancer Screening
[ ] Hospitalisation, NCD & HIV
[ ] Hospitalisation, general observations: ____
[ ] Hypertension treatment , blood pressure measure in the past or during the survey, for example check hm.dta/ind.dta/men.dta (generate a_bp_treat a_bp_sys a_bp_dial a_bp_meas a_hi_bp140 a_hi_bp140_or_on_med from ind.dta & men.dta by combining them) : ____
Note from WB team for reference: "don't worry if you cannot find men.dta, not all surveys have it. if it is collected from ind.dta and men.dta seperately (some survey have female & male questionnarie, collecting these data seperately), you will need to combine these 2 dataset, generating these indicators and merge them back to hm.dta. If only from ind.dta or men.dta, i.e. only for female or male, don't generate these variables. If a new/survey-specific datafile occurs, it is highly likely that it contains info. for 13.do. "
[ ] Diabetes treatment/measure in the past (for example, a_diab_treat), general observations: ____
[ ] HIV, general observations: ____
HIV questionnaire might exsit in Section 4 of "HEALTH ISSUES QUESTIONNAIRE". If they don't ask hiv test results, they are not helpful. but please document these observations.
Internal check passed
Document in the onedrive spreadsheet
Update status in onedrive