$TITLE "Country Standard Household Member File" 00001000 *----------------------------------------------------------------------*00002000 * * *00003000 * III SSSSSSIII Research Centre * *00004000 * III SSSSSSIII * Cameroon *00005000 * III SS III Director Vijay K. Verma * Fertility survey *00006000 * III SS III 428 Princes Beatrixlaan * *00007000 * III SSSSS III P.O Box 950 * *00008000 * III SSSSS III 2270 AZ Voorburg * *00009000 * III SS III Netherlands * *00010000 * III SS III Tel (070) 69 43 41 * Dictionary for *00011000 * IIISSSSSS III Cable statist Voorburg * Standard Household *00012000 * IIISSSSSS III Telex 32260 isi nl * Member file *00013000 * * *00014000 ************************************************************************00015000 * *00016000 *----------------------------------------------------------------------*00017000 ( Country code : CM *00018000 *------------------------:---------------------------------------------*00019000 ( Type of data : HM *00020000 *------------------------:---------------------------------------------*00021000 ( Version of data : 03 *00022000 *------------------------:---------------------------------------------*00023000 * File : Dict *00024000 *------------------------:---------------------------------------------*00025000 ( Version of dictionary : 1.2.0 *00026000 *------------------------:---------------------------------------------*00027000 ( Date created : 21 october 1985 (NO) *00028000 *------------------------:---------------------------------------------*00029000 ( Date last amended : 28 October 1986 (MV) *00030000 *------------------------:---------------------------------------------*00031000 ( Descriptive document : ISIRC Tech *00032000 *------------------------:---------------------------------------------*00033000 * Master dictionary : 08 (21 October 1985/NO) *00034000 *------------------------:---------------------------------------------*00035000 * *00036000 * *00037000 * The standard h/h member file was created from the edited h/h *00038000 * data. Some inconsistencies found in the data were corrected. *00039000 * *00040000 * *00041000 * Bibliographic citation *00042000 * ---------------------- *00043000 * *00044000 * Any published report or paper using data from this file should *00045000 * include the following citation among its references: *00046000 * *00047000 * Ministry of Planning and Economic Affairs,Cameroon. *00048000 * Cameroon , 1978, Standard Household Member File, version 2 *00049000 * *00050000 * The Hague: International Statistical Institute Research Centre *00051000 * [producer and distributor] *00052000 * *00053000 *----------------------------------------------------------------------*00054000 $PAGE 00055000 *----------------------------------------------------------------------*00056000 * *00057000 * This document contains six types of record. They are distinguished *00058000 * by the character printed in position 1: *00059000 * *00060000 * alphabetic character (A-Z) - a variable definition record. *00061000 * blank - a value definition record. *00062000 * left parenthesis ("(") - a record that documents the basic *00063000 * provenance of the dictionary. *00064000 * percent symbol ("%") - indicates one of three kinds *00065000 * of record, "%FILE", "%CASE" and *00066000 * "%TABLE", described below. *00067000 * greater than symbol (">") - used in conjunction with "%TABLE". *00068000 * dollar sign ("$") - a title or page-control direction. *00069000 * asterisk ("*") - a comment. *00070000 * *00071000 *----------------------------------------------------------------------*00072000 * *00073000 * Positions 73-80 of all dictionary entries are reserved for a sequ- *00074000 * ence number. *00075000 * *00076000 * All values are coded right justified in their field, while names *00077000 * and labels are coded left justified. *00078000 * *00079000 *----------------------------------------------------------------------*00080000 * *00081000 * Abbreviations used for intervals: *00082000 * *00083000 * FBI first birth interval *00084000 * FPI first pregnancy interval *00085000 * LCBI last closed birth interval *00086000 * LCPI last closed pregnancy interval *00087000 * OBI open birth interval *00088000 * OPI open pregnancy interval *00089000 * *00090000 *----------------------------------------------------------------------*00091000 * *00092000 * Dates: *00093000 * *00094000 * All dates in the file are represented by century month codes (cmc). *00095000 * The century month code is defined as the number of months since *00096000 * December 1899 and is calculated as follows: *00097000 * cmc = 12*year + month *00098000 * You can convert from cmc to normal calendar dates like this: *00099000 * year = (cmc - 1)/12 *00100000 * month = cmc - 12*year *00101000 * To compute the length of time in months between any two events *00102000 * subtract the cmc of the first event from the cmc of the second *00103000 * event. *00104000 * *00105000 *----------------------------------------------------------------------*00106000 $PAGE 00107000 *----------------------------------------------------------------------*00108000 * *00109000 * Variable Definition Records: *00110000 * *00111000 * Variable definition records are used to provide names and labels *00112000 * for variables, to define their location in the file, and to state *00113000 * their range and special codes. The format of a variable definition *00114000 * record is: *00115000 * *00116000 * Position Contents Remarks *00117000 * *00118000 * 1-6 Variable name Identifies the variable; up to six *00119000 * characters, the first being a letter. *00120000 * *00121000 * 8-9 Record type If more than one record type is present.*00122000 * This corresponds to a record type which *00123000 * is defined in a %REC entry. *00124000 * *00125000 * 10-13 Starting location Position where variable starts. *00126000 * *00127000 * 15-16 Length Number of positions occupied by the *00128000 * variable. *00129000 * *00130000 * 17-20 Minimum Lowest value of variable. *00131000 * *00132000 * 21-24 Maximum Highest value of variable other than *00133000 * "not applicable" or special codes. *00134000 * *00135000 * 26-29 Not applicable Code used for "not applicable",if any; *00136000 * otherwise left blank. "#" indicates that*00137000 * blanks in the data mean "not applicable"*00138000 * *00139000 * 31-34 Special code This indicates a value requiring *00140000 * special treatment in analysis. As a *00141000 * variable may have more than one spec- *00142000 * ial code, only the lowest value of *00143000 * these is shown here. Others will be *00144000 * indicated as value definition records *00145000 * only. Usually this code is used for *00146000 * "not stated", if any. *00147000 * *00148000 * 36-65 Variable label Describes the variable more fully than *00149000 * the name; up to 30 characters. *00150000 * *00151000 * 67-72 Value label If the codes for this variable have *00152000 * backreference the same labels as some previously def- *00153000 * ined variable,the name of the previous *00154000 * variable is given here. *00155000 * *00156000 *----------------------------------------------------------------------*00157000 $PAGE 00158000 *----------------------------------------------------------------------*00159000 * *00160000 * Value Definition Records: *00161000 * *00162000 * Value definition records follow a variable definition record and *00163000 * are used to provide labels describing the meaning of the codes of *00164000 * the variable. If used in conjunction with a value label reference *00165000 * (in the variable definition record) they can be used to add new *00166000 * codes or to redefine the labels of old codes. The format of a *00167000 * value definition record is: *00168000 * *00169000 * Position Contents Remarks *00170000 * *00171000 * 36-39 Value The code being defined. *00172000 * *00173000 * 44-63 Label Up to 20 characters, left justified. *00174000 * *00175000 *----------------------------------------------------------------------*00176000 $PAGE 00177000 *----------------------------------------------------------------------*00178000 * *00179000 * %FILE record: *00180000 * *00181000 * There is only one "%FILE" record in a dictionary, preceding the *00182000 * variable definition records. It contains basic information about *00183000 * the data file. The format of a %FILE record is: *00184000 * *00185000 * Position Contents Remarks *00186000 * *00187000 * 1-5 %FILE *00188000 * *00189000 * 9-10 Country code Identifies the country. *00190000 * *00191000 * 19-20 Data type Type of data described. *00192000 * *00193000 * 29-30 Version Version of data file . *00194000 * *00195000 * 37-40 Logical record length *00196000 * *00197000 * 43-50 Max no of recs Number of physical records ("cards") *00198000 * in the data file. *00199000 * *00200000 * 60 Data recording mode "A" = Ascii. *00201000 * *00202000 *----------------------------------------------------------------------*00203000 * *00204000 * %CASE records: *00205000 * *00206000 * A "%CASE" record describes the location and length of the case *00207000 * key and gives the number of cases. It can be used to describe *00208000 * multiple case keys. The format of a %CASE record is: *00209000 * *00210000 * Position Contents Remarks *00211000 * *00212000 * 1-5 %CASE *00213000 * *00214000 * 15 Sort order "A"=ascending, "D"=descending *00215000 * "U"=unsorted. *00216000 * *00217000 * 22-25 Location of case key.Starting position of 1st case key. *00218000 * *00219000 * 33-35 Length of case key *00220000 * *00221000 * 49-55 Max number of cases in data file *00222000 * *00223000 * Note: For standard recode files the number of cases in the %CASE *00224000 * record is the same as the number of physical records in the *00225000 * %FILE record. *00226000 * *00227000 *----------------------------------------------------------------------*00228000 $PAGE 00229000 * *00230000 * %TABLE records: *00231000 * *00232000 * These records allow a compact description of data items (one or *00233000 * more variables), which repeat in regular blocks, by indicating how *00234000 * the information is repeated. The %TABLE record is followed by *00235000 * records with ">" in position 1. These are variable and value *00236000 * definition records describing one set of entries in the table. The *00237000 * format of a %TABLE record is: *00238000 * *00239000 * Postion Contents Remarks *00240000 * *00241000 * 1-6 %TABLE *00242000 * *00243000 * 8-9 Formal name This is a name by which the table *00244000 * may be referenced (left justified). *00245000 * *00246000 * 26-30 Starting location The starting position in the data *00247000 * file of the 1st variable in the 1st *00248000 * set of the table. *00249000 * *00250000 * 38-40 Step size Number of positions between the *00251000 * start of each set. *00252000 * *00253000 * 64-65 Actual entries The maximum number of sets for that *00254000 * particular country. *00255000 * *00256000 * 69-70 Max. entries The number of sets for which there *00257000 * is space in the data file. *00258000 * *00259000 * ">" records: *00260000 * *00261000 * All definition records describing table variables have this char- *00262000 * acter in position 1. These records are of two kinds: *00263000 * *00264000 * Variable definition records. *00265000 * *00266000 * The format of a table variable definition record is: *00267000 * *00268000 * Position Contents Remarks *00269000 * *00270000 * 1 > Indicates that the information is *00271000 * part of a table. *00272000 * 2-5 Variable name Maximum 4 characters. *00273000 * *00274000 * 8-9 Table name The name given in position 8-9 of *00275000 * the preceding %TABLE record. *00276000 * *00277000 * 10-13 Location This gives the starting position of *00278000 * the variable within the table. *00279000 * *00280000 * 15-72 Label & backref. As for normal variable definition *00281000 * records. *00282000 * *00283000 * Value definition records. *00284000 * *00285000 * These are the same as normal value definition records apart from *00286000 * the character ">" in position 1. *00287000 $PAGE 00288000 *----------------------------------------------------------------------*00289000 * *00290000 * *00291000 * Logical Maximum *00292000 * Country Data record number *00293000 * code type Version length of recs *00294000 * ---- ---- ------- ------ ------- *00295000 %FILE CC HM 03 581 182065 *00296000 * *00297000 *----------------------------------------------------------------------*00298000 * *00299000 * Location Length Number *00300000 * Sort of of of *00301000 * order case key case key cases *00302000 * ----- -------- -------- ----- *00303000 %CASE A 10 9 182065 *00304000 * *00305000 *----------------------------------------------------------------------*00306000 * Identification information *00307000 *----------------------------------------------------------------------*00308000 I101 1 9 Dataset identification 00309000 * *00310000 * Always ISICMHM02 *00311000 * *00312000 * Case identification should be created using other *00313000 * identification variables (I102-I108)) to be identical to *00314000 * SR identification.Variable used to create case ID *00315000 * should be changed to comment line. *00316000 * *00317000 I103 10 3 1 267 Cluster 00318000 I106 13 3 1 601 HH number 00319000 I107 16 3 1 82 Line number of member 00320000 *----------------------------------------------------------------------*00321000 * Sampling information *00322000 *----------------------------------------------------------------------*00323000 I201 19 1 1 2 HH stage 00324000 1 Selected for indi. 00325000 2 Not selected 00326000 I202 20 2 88 88 Domain number 00327000 I203 22 4 1 73 Stratum number 00328000 I204 26 4 501 650 PSU number 00329000 I205 30 4 1 267 UAU number 00330000 *** 00331000 *** There are two different weights for this file 00332000 *** I206 is the weight used for main report 00333000 *** I2061 is created later 00334000 *** See Supplement au Rapport principal Aout 1983 00335000 *** published by Ministere de l'Economie et du Plan,Cameroon 00336000 *** 00337000 I206 34 4 1693387 Sample weight-A <1000> 00338000 I2061 38 4 1097533 Sample weight-B <1000> 00339000 *----------------------------------------------------------------------*00340000 $PAGE 00341000 *----------------------------------------------------------------------*00342000 * Characteristics of the interview *00343000 *----------------------------------------------------------------------*00344000 I301 42 2 1 31 99 Day of interview 00345000 99 Not stated 00346000 I302 44 2 1 10 99 Month of interview 00347000 99 Not stated 00348000 I303 46 2 78 78 Year of interview 00349000 I304 48 1 1 4 Number of visits 00350000 I305 49 1 1 8 9 Result of visit <1> 00351000 1 Interview completed 00352000 2 No adults at home 00353000 3 Postponed 00354000 4 Refused 00355000 5 Partially completed 00356000 6 Vacant dwelling 00357000 7 Dwelling not found 00358000 8 No access 00359000 9 Other 00360000 I306 50 1 1 8 0 9 Result of visit <2> I305 00361000 0 Int on prev visit 00362000 I307 51 1 1 8 0 9 Result of visit <3> I305 00363000 0 Int on prev visit 00364000 I309 52 1 1 1 9 Final result 00365000 1 Interview completed 00366000 I311 53 3 1 903 999 Interviewer 00367000 *----------------------------------------------------------------------*00368000 $PAGE 00369000 *----------------------------------------------------------------------*00370000 * Household member's demographic characteristics *00371000 *----------------------------------------------------------------------*00372000 M101 56 1 1 2 Sex 00373000 1 Male 00374000 2 Female 00375000 M102 57 2 0 95 99 Age in years 00376000 95 95+ 00377000 99 Not stated 00378000 M103 59 2 1 20 99 Age in 5 year group 00379000 1 0 - 4 00380000 2 5 - 9 00381000 3 10 - 14 00382000 4 15 - 19 00383000 5 20 - 24 00384000 6 25 - 29 00385000 7 30 - 34 00386000 8 35 - 39 00387000 9 40 - 44 00388000 10 45 - 49 00389000 11 50 - 54 00390000 12 55 - 59 00391000 13 60 - 64 00392000 14 65 - 69 00393000 15 70 - 74 00394000 16 75 - 79 00395000 17 80 - 84 00396000 18 85 - 89 00397000 19 90 - 94 00398000 20 95 + 00399000 99 Not stated 00400000 M104 61 2 1 22 99 Month of birth 00401000 22 Age given in yrs. 00402000 99 Not stated 00403000 M105 63 2 0 98 99 Year of birth or age 00404000 99 Not stated 00405000 M106 65 1 1 2 Lives here usually 00406000 1 Yes 00407000 2 No 00408000 M107 66 1 1 2 Slept here last night 00409000 1 Yes 00410000 2 No 00411000 *----------------------------------------------------------------------*00412000 $PAGE 00413000 *----------------------------------------------------------------------*00414000 * Household member's socio-economic characteristics *00415000 *----------------------------------------------------------------------*00416000 M201 67 2 1 9 Region of residence 00417000 1 Centre-sud 00418000 2 Est 00419000 3 Littoral 00420000 4 Nord 00421000 5 Nord-ouest 00422000 6 Ouset 00423000 7 Sud-ouest 00424000 8 Yaounde 00425000 9 Douala 00426000 M203 69 2 1 2 Place of residence 00427000 1 Urban 00428000 2 Rural 00429000 M2031 71 2 1 2 Place of residence 00430000 1 Urban 00431000 2 Rural 00432000 M207 73 2 1 12 88 99 Education level 00433000 1 No schooling 00434000 2 Nursery school 00435000 3 Coranic school 00436000 4 Primary school 00437000 5 Post-primary school 00438000 6 Adv primary school 00439000 7 General secondary ed 00440000 8 Technical sec. ed 00441000 9 Teacher training sch 00442000 10 Advanced specialised 00443000 11 University 00444000 12 Others 00445000 88 NA, age < 5 00446000 99 Not stated 00447000 M209 75 1 1 7 8 9 Highest grade 00448000 * If Q1917A = 5,6,9,10,11 & 12, Q1917B = last year of study. 00449000 * If Q1917A = 4 , Q1917B is coded as follows: 00450000 * 1 Standard or class 2 00451000 * 2 Std. 2 or class 3 00452000 * 3 Std. 3 or class 4 00453000 * 4 Std. 4 or class 5 00454000 * 5 Std. 5 or class 6 00455000 * 6 Std. 6 or class 7 00456000 * 9 Not stated 00457000 * If Q1917A = 7 , Q1917B: 00458000 * 1 Class 1 00459000 * 2 Class 2 00460000 * 3 Class 3 00461000 * 4 Class 4 00462000 * 5 Class 5 00463000 * 6 Class 6 00464000 * 7 Class 7 00465000 * 9 Not stated 00466000 * If Q1917A = 8 , Q1917B: 00467000 * 1 Class 1 00468000 * 2 Class 2 00469000 * 3 Class 3 00470000 * 4 Class 4 00471000 8 Not applicable 00472000 9 Not stated 00473000 M214 76 1 1 5 9 Nationality 00474000 1 Camerounais 00475000 2 Gabon,Congo,Chad,D.A 00476000 3 Other African 00477000 4 French 00478000 5 Other countries 00479000 9 Not stated 00480000 M215 77 2 1 34 77 99 Ethnic group 00481000 1 Bakosi-mbo 00482000 2 Bakundu-balundu 00483000 3 Batanga 00484000 4 Douala 00485000 5 Efik 00486000 6 Est et sud Bafia 00487000 7 Bassa 00488000 8 Baya 00489000 9 Boulou 00490000 10 Fang 00491000 11 Kaka 00492000 12 Maka 00493000 13 Pygmee 00494000 14 Sanaga 00495000 15 Yaounde 00496000 16 Bamenda 00497000 17 Bamileke 00498000 18 Bamoun 00499000 19 Ekoi 00500000 20 Mbembe 00501000 21 Widekun 00502000 22 Adamaoua 00503000 23 Arabe 00504000 24 Benoue 00505000 25 Chari 00506000 26 Toupouri,Guiziga-mou 00507000 27 Haoussa 00508000 28 Logone nord 00509000 29 Logone sud 00510000 30 Mandara marges 00511000 31 Mandara sud 00512000 32 Mandara nord 00513000 33 Peul 00514000 34 Wandala 00515000 77 Not applicable 00516000 88 Cannot classify 00517000 99 Not stated 00518000 M2151 79 2 1 18 99 Ethnic sub-group 00519000 99 Not stated 00520000 M216 81 1 1 6 9 Religion 00521000 1 Catholic 00522000 2 Protestant 00523000 3 Muslim 00524000 4 Orthodox 00525000 5 Animiste 00526000 6 Others 00527000 9 Not stated 00528000 M217 82 1 0 1 8 9 Language 00529000 0 French 00530000 1 English 00531000 8 Not applicable 00532000 9 Not stated 00533000 M2171 83 3 1 998 0 999 Language<1> 00534000 0 Not applicable 00535000 999 Not stated 00536000 M2172 86 3 1 998 0 999 Language<2> M2171 00537000 M2173 89 3 1 998 0 999 Language<3> M2171 00538000 M2174 92 3 1 998 0 999 Mother tongue M2171 00539000 M218 95 3 25 998 0 999 Occupation 00540000 0 Not applicable 00541000 999 Occupation NS 00542000 *----------------------------------------------------------------------*00543000 $PAGE 00544000 *----------------------------------------------------------------------*00545000 * Cumulative fertility for women aged 10-49 *00546000 *----------------------------------------------------------------------*00547000 M303 98 2 0 77 88 99 Sons ever born 00548000 77 No data 00549000 88 Not applicable 00550000 99 Not stated 00551000 M304 100 2 0 9 88 99 Sons living in household M303 00552000 M305 102 2 0 9 88 99 Sons living away M303 00553000 M306 104 2 0 9 88 99 Sons dead M303 00554000 M307 106 2 0 13 88 99 Daughters ever born M303 00555000 M308 108 2 0 9 88 99 Daughters living in household M303 00556000 M309 110 2 0 9 88 99 Daughters living away M303 00557000 M310 112 2 0 9 88 99 Daughters dead M303 00558000 M313 114 2 1 22 88 99 Month of last live birth 00559000 22 Age given in yrs 00560000 88 Not applicable 00561000 99 Not stated 00562000 M314 116 2 0 78 88 99 Year of last live birth 00563000 M318 118 1 1 2 8 9 Sex of last birth 00564000 1 Male 00565000 2 Female 00566000 8 Not applicable 00567000 9 Not stated 00568000 M319 119 1 1 2 8 9 Last birth alive 00569000 1 Yes 00570000 2 No 00571000 8 Not applicable 00572000 9 Not stated 00573000 M320 120 2 0 43 88 99 Age at death 00574000 88 NA, still alive 00575000 99 Not stated 00576000 M3201 122 1 1 4 8 9 Age at death 00577000 1 Days 00578000 2 Weeks 00579000 3 Months 00580000 4 Years 00581000 8 Not applicable 00582000 9 Not stated 00583000 *----------------------------------------------------------------------*00584000 * Mortality *00585000 *----------------------------------------------------------------------*00586000 M401 123 1 1 2 9 Mother alive 00587000 1 Yes 00588000 2 No 00589000 9 Not stated 00590000 M404 124 1 1 2 9 Father alive M401 00591000 *----------------------------------------------------------------------*00592000 $PAGE 00593000 *----------------------------------------------------------------------*00594000 * Marriage information *00595000 *----------------------------------------------------------------------*00596000 M501 125 1 1 2 8 9 Ever married 00597000 1 Yes 00598000 2 No 00599000 8 Not applicable 00600000 9 Not stated 00601000 M502 126 1 1 5 8 9 Current marital status 00602000 1 Never in union 00603000 2 In union 00604000 3 Widowed 00605000 4 Divorced 00606000 5 Separated 00607000 8 Not applicable 00608000 9 Not stated 00609000 M505 127 2 1 77 88 99 Couple code 00610000 77 Partner not in HH 00611000 88 Not applicable 00612000 99 Not stated 00613000 M506 129 1 1 7 8 9 No of partner's 00614000 7 7+ 00615000 8 NA,partner not in HH 00616000 *----------------------------------------------------------------------*00617000 * Marriage Table *00618000 *----------------------------------------------------------------------*00619000 * Table Start Step Entries *00620000 * name loc size Act Max *00621000 * ---- --- ---- --- --- *00622000 %TABLE MH 130 11 5 5 *00623000 * Only for first 5 partner *00624000 *----------------------------------------------------------------------*00625000 *Name Loc Ln Min Max NA Spec Variable label *00626000 *---- --- -- --- --- ---- ---- -------------- *00627000 >M507 MH 1 2 1 86 88 Partner's line number 00628000 > 88 Not applicable 00629000 >M508 MH 3 1 1 2 8 9 Partner here last night 00630000 > 1 Yes 00631000 > 2 No 00632000 > 8 Not applicable 00633000 > 9 Not stated 00634000 >M509 MH 4 1 1 2 8 9 Partner usually lives here M508 00635000 >M510 MH 5 2 10 95 98 99 Partner's age 00636000 > 95 95+ 00637000 > 98 Not applicable 00638000 > 99 Not stated 00639000 >M511 MH 7 1 1 5 8 9 Partner's Nationality M214 00640000 > 8 Not applicable 00641000 >M512 MH 8 2 1 34 88 99 Partner's Ethnic group M215 00642000 > 88 Not applicable 00643000 >S512 MH 10 2 1 18 88 99 Partner's Ethnic sub-gr M215 00644000 > 88 Not applicable 00645000 *----------------------------------------------------------------------*00646000 $PAGE 00647000 *----------------------------------------------------------------------*00648000 * Co-wives information *00649000 *----------------------------------------------------------------------*00650000 M601 185 1 0 7 8 Co-wives 00651000 7 7+ 00652000 8 Not applicable 00653000 *----------------------------------------------------------------------*00654000 * Co-wives Table *00655000 *----------------------------------------------------------------------*00656000 * Table Start Step Entries *00657000 * name loc size Act Max *00658000 * ---- --- ---- --- --- *00659000 %TABLE CD 186 14 4 4 *00660000 * Only for first 4 co-wives *00661000 *----------------------------------------------------------------------*00662000 *Name Loc Ln Min Max NA Spec Variable label *00663000 *---- --- -- --- --- ---- ---- -------------- *00664000 >M602 CD 1 2 1 86 88 Co-wife's line number 00665000 > 88 Not applicable 00666000 >M603 CD 3 1 1 2 8 Co-wife here last night 00667000 > 1 Yes 00668000 > 2 No 00669000 > 8 Not applicable 00670000 >M604 CD 4 1 1 2 8 Co-wife usually lives here M603 00671000 >M605 CD 5 2 10 95 98 99 Co-wife's age 00672000 > 95 95+ 00673000 > 98 Not applicable 00674000 > 99 Not stated 00675000 >M606 CD 7 2 0 12 88 99 Co-wife education level 00676000 > 1 No schooling 00677000 > 2 Nursery school 00678000 > 3 Coranic school 00679000 > 4 Primary school 00680000 > 5 Post-primary school 00681000 > 6 Adv primary school 00682000 > 7 General secondary ed 00683000 > 8 Technical sec. ed 00684000 > 9 Teacher training sch 00685000 > 10 Advanced specialised 00686000 > 11 University 00687000 > 12 Others 00688000 > 88 NA, age < 5 00689000 > 99 Not stated 00690000 >M608 CD 9 1 1 7 8 9 Co-wife Highest grade M209 00691000 > 8 Not applicable 00692000 >M612 CD 10 1 1 5 8 9 Co-wife nationality M214 00693000 > 8 Not applicable 00694000 >M613 CD 11 2 1 34 88 99 Co-wife's ethnic group M215 00695000 > 88 Not applicable 00696000 >S613 CD 13 2 1 18 88 99 Co-wife's ethnic sub-gr. M215 00697000 > 88 Not applicable 00698000 *----------------------------------------------------------------------*00699000 $PAGE 00700000 *----------------------------------------------------------------------*00701000 * Women children data *00702000 *----------------------------------------------------------------------*00703000 M701 242 2 0 13 88 Own children in HH 00704000 88 NA,Male or age < 12 00705000 M702 244 2 0 8 88 Own sons in HH M701 00706000 M703 246 2 0 9 88 Own daughters in HH M701 00707000 *----------------------------------------------------------------------*00708000 * Children information *00709000 *----------------------------------------------------------------------*00710000 * Table Start Step Entries *00711000 * name loc size Act Max *00712000 * ---- --- ---- --- --- *00713000 %TABLE CH 248 10 10 10 *00714000 * *00715000 *----------------------------------------------------------------------*00716000 *Name Loc Ln Min Max NA Spec Variable label *00717000 *---- --- -- --- --- ---- ---- -------------- *00718000 >M704 CH 1 2 1 86 88 Child's line number 00719000 > 88 Not applicable 00720000 >M705 CH 3 1 1 2 8 Child's sex 00721000 > 1 Male 00722000 > 2 Female 00723000 > 8 Not applicable 00724000 >M706 CH 4 2 0 87 88 99 Child's age 00725000 > 87 87+ 00726000 > 88 Not applicable 00727000 > 99 Not stated 00728000 >M707 CH 6 1 1 2 8 9 Child lives here 00729000 > 1 Yes 00730000 > 2 No 00731000 > 8 Not applicable 00732000 > 9 Not stated 00733000 >M708 CH 7 2 0 12 88 99 Child's educational level 00734000 > 1 No schooling 00735000 > 2 Nursery school 00736000 > 3 Coranic school 00737000 > 4 Primary school 00738000 > 5 Post-primary school 00739000 > 6 Adv primary school 00740000 > 7 General secondary ed 00741000 > 8 Technical sec. ed 00742000 > 9 Teacher training sch 00743000 > 10 Advanced specialised 00744000 > 11 University 00745000 > 12 Others 00746000 > 88 NA, age < 5 00747000 > 99 Not stated 00748000 >M709 CH 9 1 1 7 8 9 Child's highest grade M209 00749000 > 7 7+ 00750000 > 8 Not applicable 00751000 > 9 Not stated 00752000 >M712 CH 10 1 1 5 8 9 Current marital status M502 00753000 > 8 Not applicable 00754000 *----------------------------------------------------------------------*00755000 $PAGE 00756000 *----------------------------------------------------------------------*00757000 * Other relationships *00758000 *----------------------------------------------------------------------*00759000 M801 348 1 1 7 9 Generation 00760000 1 Grandparent's 00761000 2 Parent's 00762000 3 Head of household's 00763000 4 Child's 00764000 5 Grandchild's 00765000 6 Other 00766000 7 Not related 00767000 9 Not stated 00768000 M804 349 2 1 80 88 99 Mother's line 00769000 88 No mother in hh 00770000 99 Not stated 00771000 M805 351 1 1 5 8 9 Mother's current marr status M502 00772000 8 Not applicable 00773000 M806 352 1 1 2 8 Mother usually lives here 00774000 1 Yes 00775000 2 No 00776000 8 Not applicable 00777000 M807 353 2 1 82 88 99 Mother-in-law's line no M804 00778000 M808 355 1 1 5 8 9 Mother-in-law curr. marr. M502 00779000 M809 356 1 1 2 8 Mother-in-law lives here M806 00780000 8 Not applicable 00781000 *----------------------------------------------------------------------*00782000 $PAGE 00783000 *----------------------------------------------------------------------*00784000 * Respondent *00785000 *----------------------------------------------------------------------*00786000 M902 357 2 1 91 99 LLB inf. resp. line no 00787000 M903 359 1 0 1 Eligibility code 00788000 0 No 00789000 1 Yes 00790000 M904 360 1 1 2 8 Selected 00791000 1 Yes 00792000 2 No 00793000 8 Not applicable 00794000 M905 361 1 1 2 8 Selected matched with SR M904 00795000 *----------------------------------------------------------------------*00796000 $PAGE 00797000 *----------------------------------------------------------------------*00798000 * Household structure *00799000 *----------------------------------------------------------------------*00800000 H101 362 2 0 82 Total HH members 00801000 H102 364 2 0 82 HH members 00802000 H103 366 2 0 82 HH members 00803000 H104 368 2 0 66 Total male 00804000 H105 370 2 0 66 Males in household 00805000 H106 372 2 0 36 Males in household 00806000 H107 374 2 0 46 Total female 00807000 H108 376 2 0 46 Females in househld 00808000 H109 378 2 0 46 Females in Househld 00809000 H110 380 2 0 20 Eligible women in hh 00810000 H111 382 2 0 15 Selected women in hh 00811000 H112 384 2 0 8 Males 0 - 4 00812000 H113 386 2 0 13 Males 5 - 9 00813000 H114 388 2 0 6 Males 10 - 14 00814000 H115 390 2 0 23 Males 15 - 59 00815000 H116 392 2 0 3 Males 60 - 64 00816000 H117 394 2 0 6 Males 65 + 00817000 H118 396 2 0 11 Females 0 - 4 00818000 H119 398 2 0 12 Females 5 - 9 00819000 H120 400 2 0 8 Females 10 - 14 00820000 H121 402 2 0 20 Females 15 - 59 00821000 H122 404 2 0 4 Females 60 - 64 00822000 H123 406 2 0 8 Females 65 + 00823000 H124 408 2 0 5 Total generations 00824000 H125 410 2 0 2 E. marr. in generation 2 00825000 H126 412 2 0 4 E. marr. in generation 2 00826000 H127 414 2 0 20 E. marr. in generation 3 00827000 H128 416 2 0 10 E. marr. in generation 4 00828000 H129 418 2 0 3 E. marr. in generation 5 00829000 H130 420 2 0 5 E. marr. in generation 6 00830000 H131 422 2 0 11 E. marr. in other generation 00831000 H132 424 2 0 1 N. marr. in generation 2 00832000 H133 426 2 0 5 N. marr. in generation 2 00833000 H134 428 2 0 19 N. marr. in generation 3 00834000 H135 430 2 0 64 N. marr. in generation 4 00835000 H136 432 2 0 13 N. marr. in generation 5 00836000 H137 434 2 0 6 N. marr. in generation 6 00837000 H138 436 2 0 23 N. marr. in other generation 00838000 H139 438 2 0 5 Total couples 00839000 H140 440 2 0 3 Generations with couples 00840000 H141 442 1 0 1 Couples in generation <1> 00841000 H142 443 1 0 2 Couples in generation <2> 00842000 H143 444 1 0 5 Couples in generation <3> 00843000 H144 445 1 0 3 Couples in generation <4> 00844000 H145 446 1 0 1 Couples in generation <5> 00845000 H146 447 1 0 1 Couples in generation <6> 00846000 H147 448 1 0 2 Cpls.in other generation <7-9> 00847000 H148 449 1 0 4 Household structure 00848000 0 No couples 00849000 1 One couple 00850000 2 Lateral extension 00851000 3 Vertical extension 00852000 4 Lat & vert extension 00853000 H149 450 1 1 2 Household has polygamous union 00854000 1 Yes 00855000 2 No 00856000 *----------------------------------------------------------------------*00857000 $PAGE 00858000 *----------------------------------------------------------------------*00859000 * Characteristics of the dwelling *00860000 *----------------------------------------------------------------------*00861000 H202 451 1 1 7 9 Ownership of dwelling 00862000 1 Owned by mmbr of hh 00863000 2 Rents 00864000 3 Lodging 00865000 4 Rent-free 00866000 5 Other 00867000 9 Not stated 00868000 H205 452 1 1 6 9 Type of structure 00869000 1 Hut 00870000 2 Compound 00871000 3 House 00872000 4 Villa 00873000 5 Flat 00874000 6 Other 00875000 9 Not stated 00876000 H207 453 2 0 40 99 No of huts 00877000 99 Not stated 00878000 H208 455 2 1 40 99 Rooms owned 00879000 99 Not stated 00880000 H2091 457 1 0 7 9 Material of walls<1> 00881000 0 1-2 materials used 00882000 1 Beton 00883000 2 Stone 00884000 3 Wood 00885000 4 Cardboard,hardboard 00886000 5 Earth 00887000 6 Adobe,or mud bricks 00888000 7 Thatched 00889000 9 Not stated 00890000 H2092 458 1 0 7 9 Material of walls<2> H2091 00891000 0 1 material used 00892000 H2093 459 1 1 8 9 Material of walls<3> H2091 00893000 8 Other 00894000 9 Not stated 00895000 H2101 460 1 0 5 9 Material of roof<1> 00896000 0 1 material used 00897000 1 Concrete 00898000 2 Metal sheets,tiles 00899000 3 Earth 00900000 4 Thatched 00901000 5 Other 00902000 9 Not stated 00903000 H2102 461 1 1 5 9 Material of roof<2> H2101 00904000 H2111 462 1 0 4 9 Material of floor<1> 00905000 0 1 material used 00906000 1 Cement 00907000 2 Wood, planks 00908000 3 Earth 00909000 4 Other 00910000 9 Not stated 00911000 H2112 463 1 1 4 9 Material of floor<2> H2111 00912000 *----------------------------------------------------------------------*00913000 $PAGE 00914000 *----------------------------------------------------------------------*00915000 * Household utilities *00916000 *----------------------------------------------------------------------*00917000 H302 464 1 1 5 9 Toilet - type 00918000 1 Flush toilet 00919000 2 Latrine 00920000 3 River 00921000 4 Open pit 00922000 5 Other 00923000 9 Not stated 00924000 H3051 465 2 0 5 9 Water 00925000 0 1 facility used 00926000 1 Running water 00927000 2 Outside pipe 00928000 3 Well 00929000 4 Springwater 00930000 5 River 00931000 9 Not stated 00932000 H3052 467 2 1 5 9 Water <2> H3051 00933000 H307 469 1 1 2 9 Electricity 00934000 1 Yes 00935000 2 No 00936000 9 Not stated 00937000 H3101 470 1 0 7 9 Lighting<1> 00938000 0 1 system used 00939000 1 Electricity 00940000 2 Gas 00941000 3 Kerosene 00942000 4 Oil 00943000 5 Firewood 00944000 6 Resid 00945000 7 Others 00946000 9 Not stated 00947000 H3102 471 1 1 7 9 Lighting<2> H3101 00948000 H3111 472 1 1 2 9 Cooking H307 00949000 H3112 473 1 1 2 9 Cooking H307 00950000 H3113 474 1 1 2 9 Cooking H307 00951000 *----------------------------------------------------------------------*00952000 $PAGE 00953000 *----------------------------------------------------------------------*00954000 * Household possessions *00955000 *----------------------------------------------------------------------*00956000 H401 475 1 1 2 9 Car 00957000 1 Yes 00958000 2 No 00959000 9 Not stated 00960000 H405 476 1 1 2 9 Motorcycle H401 00961000 H406 477 1 1 2 9 Cycle H401 00962000 H408 478 1 1 2 9 Refigerator H401 00963000 H413 479 1 1 2 9 Radio H401 00964000 H416 480 1 1 2 9 Sewing machine H401 00965000 *----------------------------------------------------------------------*00966000 $PAGE 00967000 *----------------------------------------------------------------------*00968000 * Household mortality data *00969000 *----------------------------------------------------------------------*00970000 * *00971000 H601 481 2 0 4 Total deaths in household 00972000 * *00973000 *----------------------------------------------------------------------*00974000 * Mortality table *00975000 *----------------------------------------------------------------------*00976000 * Table Start Step Entries *00977000 * name loc size Act Max *00978000 * ---- --- ---- --- --- *00979000 %TABLE DH 483 13 4 4 *00980000 * *00981000 *----------------------------------------------------------------------*00982000 *Name Loc Ln Min Max NA Spec Variable label *00983000 *---- --- -- --- --- ---- ---- -------------- *00984000 >H603 DH 1 1 1 7 8 9 Generation 00985000 > 1 Grandparent's 00986000 > 2 Parent's 00987000 > 3 Head of household's 00988000 > 4 Child's 00989000 > 5 Grandchild's 00990000 > 6 Other 00991000 > 7 Not related 00992000 > 8 Not applicable 00993000 > 9 Not stated 00994000 >H604 DH 2 2 1 49 88 99 Couple code 00995000 > 48 No partner 00996000 > 49 Can not identify 00997000 > 88 Not applicable 00998000 > 99 Not stated 00999000 >H605 DH 4 2 1 50 88 98 Line number of mother M804 01000000 >H606 DH 6 1 1 2 8 9 Sex 01001000 > 1 Male 01002000 > 2 Female 01003000 > 8 Not applicable 01004000 > 9 Not stated 01005000 >H608 DH 7 2 0 98 99 Age at death 01006000 > 88 NA or age 88 01007000 >U608 DH 9 1 1 4 8 9 Age at death M3201 01008000 >H609 DH 10 2 1 12 88 99 Months of death 01009000 > 88 Not applicable 01010000 > 99 Not stated 01011000 >H610 DH 12 2 77 78 88 99 Year of death 01012000 > 88 Not applicable 01013000 > 99 Not stated 01014000 *----------------------------------------------------------------------*01015000 $PAGE 01016000 *----------------------------------------------------------------------*01017000 * Household births data *01018000 *----------------------------------------------------------------------*01019000 * *01020000 H701 535 2 0 4 88 Total births in household 01021000 88 Not applicable 01021100 * *01022000 *----------------------------------------------------------------------*01023000 * Births table *01024000 *----------------------------------------------------------------------*01025000 * Table Start Step Entries *01026000 * name loc size Act Max *01027000 * ---- --- ---- --- --- *01028000 %TABLE BH 537 9 5 5 *01029000 * *01030000 *----------------------------------------------------------------------*01031000 *Name Loc Ln Min Max NA Spec Variable label *01032000 *---- --- -- --- --- ---- ---- -------------- *01033000 >H702 BH 1 2 88 99 Line number of mother 01034000 > 88 Not applicable 01035000 > 99 Not stated 01036000 >H703 BH 3 2 88 99 Line number of child 01037000 > 88 Not applicable 01038000 > 99 Not stated 01039000 >H704 BH 5 1 1 2 8 9 Sex 01040000 > 1 Male 01041000 > 2 Female 01042000 > 8 Not applicable 01043000 > 9 Not stated 01044000 >H705 BH 6 2 1 22 88 99 Months of birth 01045000 > 22 Age given in yrs 01046000 > 88 Not applicable 01047000 > 99 Not stated 01048000 >H706 BH 8 2 77 78 88 99 Year of birth,current age 01049000 > 88 Not applicable 01050000 > 99 Not applicable 01051000 *----------------------------------------------------------------------*01052000 * End of Country Standard Household Member Dictionary *01053000 *----------------------------------------------------------------------*01054000