$TITLE "Country Standard Household Member File" 00001000 *----------------------------------------------------------------------*00002000 * * *00003000 * III SSSSSSIII Research Centre * *00004000 * III SSSSSSIII * Lesotho *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 : LS *00018000 *------------------------:---------------------------------------------*00019000 ( Type of data : HM *00020000 *------------------------:---------------------------------------------*00021000 ( Version of data : 01 *00022000 *------------------------:---------------------------------------------*00023000 * File : Dict *00024000 *------------------------:---------------------------------------------*00025000 ( Version of dictionary : 1.2.3 *00026000 *------------------------:---------------------------------------------*00027000 ( Date created : 23 April 1986 (MV) *00028000 *------------------------:---------------------------------------------*00029000 ( Date last amended : 17 July 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 * Central bureau of Statistics, Ministry of planning and Statistics, *00048000 * Maseru, Lesotho. Lesotho Fertility Survey, 1977, *00049000 * Standard Household Member File, version 01 *00050000 * *00051000 * The Hague: International Statistical Institute Research Centre *00052000 * [producer and distributor] *00053000 * *00054000 *----------------------------------------------------------------------*00055000 $PAGE 00056000 *----------------------------------------------------------------------*00057000 * *00058000 * This document contains six types of record. They are distinguished *00059000 * by the character printed in position 1: *00060000 * *00061000 * alphabetic character (A-Z) - a variable definition record. *00062000 * blank - a value definition record. *00063000 * left parenthesis ("(") - a record that documents the basic *00064000 * provenance of the dictionary. *00065000 * percent symbol ("%") - indicates one of three kinds *00066000 * of record, "%FILE", "%CASE" and *00067000 * "%TABLE", described below. *00068000 * greater than symbol (">") - used in conjunction with "%TABLE". *00069000 * dollar sign ("$") - a title or page-control direction. *00070000 * asterisk ("*") - a comment. *00071000 * *00072000 *----------------------------------------------------------------------*00073000 * *00074000 * Positions 73-80 of all dictionary entries are reserved for a sequ- *00075000 * ence number. *00076000 * *00077000 * All values are coded right justified in their field, while names *00078000 * and labels are coded left justified. *00079000 * *00080000 *----------------------------------------------------------------------*00081000 * *00082000 * Abbreviations used for intervals: *00083000 * *00084000 * FBI first birth interval *00085000 * FPI first pregnancy interval *00086000 * LCBI last closed birth interval *00087000 * LCPI last closed pregnancy interval *00088000 * OBI open birth interval *00089000 * OPI open pregnancy interval *00090000 * *00091000 *----------------------------------------------------------------------*00092000 * *00093000 * Dates: *00094000 * *00095000 * All dates in the file are represented by century month codes (cmc). *00096000 * The century month code is defined as the number of months since *00097000 * December 1899 and is calculated as follows: *00098000 * cmc = 12*year + month *00099000 * You can convert from cmc to normal calendar dates like this: *00100000 * year = (cmc - 1)/12 *00101000 * month = cmc - 12*year *00102000 * To compute the length of time in months between any two events *00103000 * subtract the cmc of the first event from the cmc of the second *00104000 * event. *00105000 * *00106000 *----------------------------------------------------------------------*00107000 $PAGE 00108000 *----------------------------------------------------------------------*00109000 * *00110000 * Variable Definition Records: *00111000 * *00112000 * Variable definition records are used to provide names and labels *00113000 * for variables, to define their location in the file, and to state *00114000 * their range and special codes. The format of a variable definition *00115000 * record is: *00116000 * *00117000 * Position Contents Remarks *00118000 * *00119000 * 1-6 Variable name Identifies the variable; up to six *00120000 * characters, the first being a letter. *00121000 * *00122000 * 8-9 Record type If more than one record type is present.*00123000 * This corresponds to a record type which *00124000 * is defined in a %REC entry. *00125000 * *00126000 * 10-13 Starting location Position where variable starts. *00127000 * *00128000 * 15-16 Length Number of positions occupied by the *00129000 * variable. *00130000 * *00131000 * 17-20 Minimum Lowest value of variable. *00132000 * *00133000 * 21-24 Maximum Highest value of variable other than *00134000 * "not applicable" or special codes. *00135000 * *00136000 * 26-29 Not applicable Code used for "not applicable",if any; *00137000 * otherwise left blank. "#" indicates that*00138000 * blanks in the data mean "not applicable"*00139000 * *00140000 * 31-34 Special code This indicates a value requiring *00141000 * special treatment in analysis. As a *00142000 * variable may have more than one spec- *00143000 * ial code, only the lowest value of *00144000 * these is shown here. Others will be *00145000 * indicated as value definition records *00146000 * only. Usually this code is used for *00147000 * "not stated", if any. *00148000 * *00149000 * 36-65 Variable label Describes the variable more fully than *00150000 * the name; up to 30 characters. *00151000 * *00152000 * 67-72 Value label If the codes for this variable have *00153000 * backreference the same labels as some previously def- *00154000 * ined variable,the name of the previous *00155000 * variable is given here. *00156000 * *00157000 *----------------------------------------------------------------------*00158000 $PAGE 00159000 *----------------------------------------------------------------------*00160000 * *00161000 * Value Definition Records: *00162000 * *00163000 * Value definition records follow a variable definition record and *00164000 * are used to provide labels describing the meaning of the codes of *00165000 * the variable. If used in conjunction with a value label reference *00166000 * (in the variable definition record) they can be used to add new *00167000 * codes or to redefine the labels of old codes. The format of a *00168000 * value definition record is: *00169000 * *00170000 * Position Contents Remarks *00171000 * *00172000 * 36-39 Value The code being defined. *00173000 * *00174000 * 44-63 Label Up to 20 characters, left justified. *00175000 * *00176000 *----------------------------------------------------------------------*00177000 $PAGE 00178000 *----------------------------------------------------------------------*00179000 * *00180000 * %FILE record: *00181000 * *00182000 * There is only one "%FILE" record in a dictionary, preceding the *00183000 * variable definition records. It contains basic information about *00184000 * the data file. The format of a %FILE record is: *00185000 * *00186000 * Position Contents Remarks *00187000 * *00188000 * 1-5 %FILE *00189000 * *00190000 * 9-10 Country code Identifies the country. *00191000 * *00192000 * 19-20 Data type Type of data described. *00193000 * *00194000 * 29-30 Version Version of data file . *00195000 * *00196000 * 37-40 Logical record length *00197000 * *00198000 * 43-50 Max no of recs Number of physical records ("cards") *00199000 * in the data file. *00200000 * *00201000 * 60 Data recording mode "A" = Ascii. *00202000 * *00203000 *----------------------------------------------------------------------*00204000 * *00205000 * %CASE records: *00206000 * *00207000 * A "%CASE" record describes the location and length of the case *00208000 * key and gives the number of cases. It can be used to describe *00209000 * multiple case keys. The format of a %CASE record is: *00210000 * *00211000 * Position Contents Remarks *00212000 * *00213000 * 1-5 %CASE *00214000 * *00215000 * 15 Sort order "A"=ascending, "D"=descending *00216000 * "U"=unsorted. *00217000 * *00218000 * 22-25 Location of case key.Starting position of 1st case key. *00219000 * *00220000 * 33-35 Length of case key *00221000 * *00222000 * 49-55 Max number of cases in data file *00223000 * *00224000 * Note: For standard recode files the number of cases in the %CASE *00225000 * record is the same as the number of physical records in the *00226000 * %FILE record. *00227000 * *00228000 *----------------------------------------------------------------------*00229000 $PAGE 00230000 * *00231000 * %TABLE records: *00232000 * *00233000 * These records allow a compact description of data items (one or *00234000 * more variables), which repeat in regular blocks, by indicating how *00235000 * the information is repeated. The %TABLE record is followed by *00236000 * records with ">" in position 1. These are variable and value *00237000 * definition records describing one set of entries in the table. The *00238000 * format of a %TABLE record is: *00239000 * *00240000 * Postion Contents Remarks *00241000 * *00242000 * 1-6 %TABLE *00243000 * *00244000 * 8-9 Formal name This is a name by which the table *00245000 * may be referenced (left justified). *00246000 * *00247000 * 26-30 Starting location The starting position in the data *00248000 * file of the 1st variable in the 1st *00249000 * set of the table. *00250000 * *00251000 * 38-40 Step size Number of positions between the *00252000 * start of each set. *00253000 * *00254000 * 64-65 Actual entries The maximum number of sets for that *00255000 * particular country. *00256000 * *00257000 * 69-70 Max. entries The number of sets for which there *00258000 * is space in the data file. *00259000 * *00260000 * ">" records: *00261000 * *00262000 * All definition records describing table variables have this char- *00263000 * acter in position 1. These records are of two kinds: *00264000 * *00265000 * Variable definition records. *00266000 * *00267000 * The format of a table variable definition record is: *00268000 * *00269000 * Position Contents Remarks *00270000 * *00271000 * 1 > Indicates that the information is *00272000 * part of a table. *00273000 * 2-5 Variable name Maximum 4 characters. *00274000 * *00275000 * 8-9 Table name The name given in position 8-9 of *00276000 * the preceding %TABLE record. *00277000 * *00278000 * 10-13 Location This gives the starting position of *00279000 * the variable within the table. *00280000 * *00281000 * 15-72 Label & backref. As for normal variable definition *00282000 * records. *00283000 * *00284000 * Value definition records. *00285000 * *00286000 * These are the same as normal value definition records apart from *00287000 * the character ">" in position 1. *00288000 $PAGE 00289000 *----------------------------------------------------------------------*00290000 * *00291000 * *00292000 * Logical Maximum *00293000 * Country Data record number *00294000 * code type Version length of recs *00295000 * ---- ---- ------- ------ ------- *00296000 %FILE LS HM 01 403 92258 *00297000 * *00298000 *----------------------------------------------------------------------*00299000 * *00300000 * Location Length Number *00301000 * Sort of of of *00302000 * order case key case key cases *00303000 * ----- -------- -------- ----- *00304000 %CASE A 10 8 92258 *00305000 * *00306000 *----------------------------------------------------------------------*00307000 * Identification information *00308000 *----------------------------------------------------------------------*00309000 I101 1 9 Dataset identification 00310000 * *00311000 * Always ISILSHM01 *00312000 * LS=country code *00313000 * 01=version number *00314000 * *00315000 * *00316000 * Case identification should be created using other *00317000 * identification variables (I103-I107)) to be identical to *00318000 * SR identification.Variable used to create case ID *00319000 * should be changed to comment line. *00320000 * *00321000 I103 10 3 1 100 Cluster 00322000 I106 13 3 1 482 HH number 00323000 I107 16 2 1 20 Line number of member 00324000 *----------------------------------------------------------------------*00325000 * Sampling information *00326000 *----------------------------------------------------------------------*00327000 I202 18 2 1 4 Domain number 00328000 I203 20 4 1 49 Stratum number 00329000 I204 24 4 1 100 PSU number 00330000 I205 28 4 1 100 UAU number 00331000 I206 32 4 4662318 Sample weight <1000> 00332000 *----------------------------------------------------------------------*00333000 $PAGE 00334000 *----------------------------------------------------------------------*00335000 * Characteristics of the interview *00336000 *----------------------------------------------------------------------*00337000 I301 36 2 1 31 Day of interview 00338000 I302 38 2 5 7 Month of interview 00339000 5 May 00340000 6 June 00341000 7 July 00342000 I303 40 2 77 77 Year of interview 00343000 I304 42 1 1 4 Number of visits 00344000 I305 43 1 1 5 9 Result of visit <1> 00345000 1 Interview completed 00346000 2 No comp res at home 00347000 3 Deferred, part int 00348000 4 Refused 00349000 5 Dwelling vacant 00350000 9 Not stated 00351000 I306 44 1 1 5 8 9 Result of visit <2> I305 00352000 8 Int on prev visit 00353000 I307 45 1 1 5 8 9 Result of visit <3> I305 00354000 8 Int on prev visit 00355000 I308 46 1 1 5 8 9 Result of visit <4> I305 00356000 8 Int on prev visit 00357000 I309 47 1 1 1 Final result 00358000 1 Interview completed 00359000 I311 48 2 1 60 Interviewer 00360000 *----------------------------------------------------------------------*00361000 $PAGE 00362000 *----------------------------------------------------------------------*00363000 * Household member's demographic characteristics *00364000 *----------------------------------------------------------------------*00365000 M101 50 1 1 2 9 Sex 00366000 1 Male 00367000 2 Female 00368000 9 Not stated 00369000 M102 51 2 0 95 99 Age in years 00370000 95 95+ 00371000 99 Not stated 00372000 M103 53 2 1 20 99 Age in 5 year group 00373000 1 0 - 4 00374000 2 5 - 9 00375000 3 10 - 14 00376000 4 15 - 19 00377000 5 20 - 24 00378000 6 25 - 29 00379000 7 30 - 34 00380000 8 35 - 39 00381000 9 40 - 44 00382000 10 45 - 49 00383000 11 50 - 54 00384000 12 55 - 59 00385000 13 60 - 64 00386000 14 65 - 69 00387000 15 70 - 74 00388000 16 75 - 79 00389000 17 80 - 84 00390000 18 85 - 89 00391000 19 90 - 94 00392000 20 95 + 00393000 99 Not stated 00394000 M106 55 1 1 2 9 Lives here usually 00395000 1 Yes 00396000 2 No 00397000 9 Not stated 00398000 M107 56 1 1 2 9 Slept here last night 00399000 1 Yes 00400000 2 No 00401000 9 Not stated 00402000 *----------------------------------------------------------------------*00403000 $PAGE 00404000 *----------------------------------------------------------------------*00405000 * Household member's socio-economic characteristics *00406000 *----------------------------------------------------------------------*00407000 M201 57 2 1 4 Region of residence 00408000 1 Lowlands 00409000 2 Foothills 00410000 3 Orange River Valley 00411000 4 Mountains 00412000 M201A 59 2 1 30 Village 00413000 M203 61 2 1 3 Type of place of residence 00414000 1 Maseru 00415000 2 Other Urban 00416000 3 Rural 00417000 M207 63 1 0 4 8 9 Education level 00418000 0 None 00419000 1 Primary 00420000 2 Secondary 00421000 3 University 00422000 4 Other 00423000 8 NA, age < 5 00424000 9 Not stated 00425000 M209 64 1 0 7 8 9 Highest grade 00426000 7 7+ 00427000 8 Not applicable 00428000 9 Not stated 00429000 *----------------------------------------------------------------------*00430000 $PAGE 00431000 *----------------------------------------------------------------------*00432000 * Cumulative fertility for women aged @@-@@ *00433000 *----------------------------------------------------------------------*00434000 M301 65 2 0 20 88 99 Children ever born 00435000 0 None 00436000 88 Not applicable 00437000 99 Not stated 00438000 M304 67 2 0 13 88 99 Sons living in household M301 00439000 M305 69 2 0 8 88 99 Sons living away M301 00440000 M306 71 2 0 12 88 99 Sons dead M301 00441000 M308 73 2 0 8 88 99 Daughters living in household M301 00442000 M309 75 2 0 8 88 99 Daughters living away M301 00443000 M310 77 2 0 16 88 99 Daughters dead M301 00444000 M313 79 2 1 12 88 98 Month of last live birth 00445000 88 Not applicable 00446000 98 Do not know 00447000 99 Not stated 00448000 M314 81 2 18 77 88 98 Year of last live birth 00449000 M318 83 1 1 2 8 9 Sex of last birth 00450000 1 Male 00451000 2 Female 00452000 8 Not applicable 00453000 9 Not stated 00454000 M319 84 1 1 2 8 9 Last birth alive 00455000 1 Yes 00456000 2 No 00457000 8 Not applicable 00458000 9 Not stated 00459000 *----------------------------------------------------------------------*00460000 * Mortality *00461000 *----------------------------------------------------------------------*00462000 M401 85 1 1 3 8 9 Mother alive 00463000 1 Yes 00464000 2 No 00465000 3 Do not know 00466000 8 Not applicable 00467000 9 Not stated 00468000 M403 86 1 1 3 8 9 Eldest to mother M401 00469000 M404 87 1 1 3 8 9 Father alive M401 00470000 M406 88 1 1 3 8 9 Eldest to father M401 00471000 M407 89 1 1 2 8 9 Married more than once 00472000 1 Yes 00473000 2 No 00474000 8 Never married 00475000 9 Not stated 00476000 M408 90 1 1 3 8 9 First spouse alive M401 00477000 *----------------------------------------------------------------------*00478000 $PAGE 00479000 *----------------------------------------------------------------------*00480000 * Marriage information *00481000 *----------------------------------------------------------------------*00482000 M501 91 1 1 2 8 9 Ever married 00483000 1 Yes 00484000 2 No 00485000 8 Not applicable 00486000 9 Not stated 00487000 M502 92 1 0 4 8 9 Current marital status 00488000 0 Never in union 00489000 1 In union 00490000 2 Widowed 00491000 3 Divorced 00492000 4 Separated 00493000 8 NA, age < 15 00494000 9 Not stated 00495000 M505 93 1 0 7 8 9 Couple code 00496000 0 Single 00497000 7 Partner not in HH 00498000 8 Not applicable 00499000 9 Not stated 00500000 M506 94 1 1 2 8 No of partner's 00501000 8 NA,partner not home 00502000 * 00503000 ** if couple-code is single,never-married,not applicable,not stated 00504000 * or partner not at home M506 was set to code '8' 00505000 * 00506000 *----------------------------------------------------------------------*00507000 * Marriage Table *00508000 *----------------------------------------------------------------------*00509000 * Table Start Step Entries *00510000 * name loc size Act Max *00511000 * ---- --- ---- --- --- *00512000 %TABLE MH 95 6 5 5 *00513000 * Only for first 5 partner *00514000 *----------------------------------------------------------------------*00515000 *Name Loc Ln Min Max NA Spec Variable label *00516000 *---- --- -- --- --- ---- ---- -------------- *00517000 >M507 MH 1 2 1 17 88 Partner's line number 00518000 > 88 Not applicable 00519000 >M508 MH 3 1 1 2 8 9 Partner here last night 00520000 > 1 Yes 00521000 > 2 No 00522000 > 8 Not applicable 00523000 > 9 Not stated 00524000 >M509 MH 4 1 1 2 8 9 Partner usually lives here M508 00525000 >M510 MH 5 2 15 95 98 99 Partner's age 00526000 > 95 95+ 00527000 > 98 Not applicable 00528000 > 99 Not stated 00529000 *----------------------------------------------------------------------*00530000 $PAGE 00531000 *----------------------------------------------------------------------*00532000 * Co-wives information *00533000 *----------------------------------------------------------------------*00534000 M601 125 1 0 1 8 Co-wives 00535000 8 NA,partner not home 00536000 * 00537000 ** if couple-code is single,never-married,not applicable,not stated 00538000 * or partner not at home M601 was set to code '8' 00539000 * 00540000 *----------------------------------------------------------------------*00541000 * Co-wives Table *00542000 *----------------------------------------------------------------------*00543000 * Table Start Step Entries *00544000 * name loc size Act Max *00545000 * ---- --- ---- --- --- *00546000 %TABLE CD 126 8 4 4 *00547000 * Only for first 4 co-wives *00548000 *----------------------------------------------------------------------*00549000 *Name Loc Ln Min Max NA Spec Variable label *00550000 *---- --- -- --- --- ---- ---- -------------- *00551000 >M602 CD 1 2 2 14 88 Co-wife's line number 00552000 > 88 Not applicable 00553000 >M603 CD 3 1 1 2 8 Co-wife here last night 00554000 > 1 Yes 00555000 > 2 No 00556000 > 8 Not applicable 00557000 >M604 CD 4 1 1 2 8 Co-wife usually lives here 00558000 > 1 Yes 00559000 > 8 Not applicable 00560000 >M605 CD 5 2 15 95 98 99 Co-wife's age 00561000 > 95 95+ 00562000 > 98 Not applicable 00563000 > 99 Not stated 00564000 >M606 CD 7 1 0 2 8 9 Co-wife education level 00565000 > 0 None 00566000 > 1 Primary 00567000 > 2 Secondary 00568000 > 8 Not applicable 00569000 > 9 Not stated 00570000 >M608 CD 8 1 0 7 8 9 Co-wife Highest grade 00571000 > 7 7+ 00572000 > 8 Not applicable 00573000 > 9 Not stated 00574000 *----------------------------------------------------------------------*00575000 $PAGE 00576000 *----------------------------------------------------------------------*00577000 * Women children data *00578000 *----------------------------------------------------------------------*00579000 M701 158 2 0 13 88 Own children in HH 00580000 88 NA,Male or age < 10 00581000 M702 160 2 0 9 88 Own sons in HH M701 00582000 M703 162 2 0 8 88 Own daughters in HH M701 00583000 *----------------------------------------------------------------------*00584000 * Children information *00585000 *----------------------------------------------------------------------*00586000 * Table Start Step Entries *00587000 * name loc size Act Max *00588000 * ---- --- ---- --- --- *00589000 %TABLE CH 164 9 10 10 *00590000 * *00591000 *----------------------------------------------------------------------*00592000 *Name Loc Ln Min Max NA Spec Variable label *00593000 *---- --- -- --- --- ---- ---- -------------- *00594000 >M704 CH 1 2 1 20 88 Child's line number 00595000 > 88 Not applicable 00596000 >M705 CH 3 1 1 2 8 9 Child's sex 00597000 > 1 Male 00598000 > 2 Female 00599000 > 8 Not applicable 00600000 > 9 Not stated 00601000 >M706 CH 4 2 0 87 88 99 Child's age 00602000 > 87 87+ 00603000 > 88 Not applicable 00604000 > 99 Not stated 00605000 >M707 CH 6 1 1 2 8 9 Child lives here 00606000 > 1 Yes 00607000 > 2 No 00608000 > 8 Not applicable 00609000 > 9 Not stated 00610000 >M708 CH 7 1 0 4 8 9 Child's educational level 00611000 > 0 None 00612000 > 1 Primary 00613000 > 2 Secondary 00614000 > 3 University 00615000 > 4 Other 00616000 > 8 NA 00617000 > 9 Not stated 00618000 >M709 CH 8 1 0 7 8 9 Child's highest grade 00619000 > 7 7+ 00620000 > 8 Not applicable 00621000 > 9 Not stated 00622000 >M712 CH 9 1 0 4 8 9 Current marital status 00623000 > 0 Never in union 00624000 > 1 In union 00625000 > 2 Widowed 00626000 > 3 Divorced 00627000 > 4 Separated 00628000 > 8 NA, age < 14 00629000 > 9 Not stated 00630000 *----------------------------------------------------------------------*00631000 $PAGE 00632000 *----------------------------------------------------------------------*00633000 * Other relationships *00634000 *----------------------------------------------------------------------*00635000 M801 254 1 1 7 9 Generation 00636000 1 Grandparent's 00637000 2 Parent's 00638000 3 Head of household's 00639000 4 Child's 00640000 5 Grandchild's 00641000 6 Other 00642000 7 Not related 00643000 9 Not stated 00644000 M804 255 2 1 20 88 99 Mother's line 00645000 88 No mother in hh 00646000 99 Not stated 00647000 M805 257 1 0 4 8 9 Mother's current marr status 00648000 0 Never in union 00649000 1 In union 00650000 2 Widowed 00651000 3 Divorced 00652000 4 Separated 00653000 8 NA, age < 14 00654000 9 Not stated 00655000 M806 258 1 1 2 8 9 Mother usually lives here 00656000 1 Yes 00657000 2 No 00658000 8 Not applicable 00659000 M807 259 2 1 20 88 99 Mother-in-law line nr. M804 00660000 M808 261 1 0 4 8 9 Mother-in-law curr. marr. M805 00661000 8 Not applicable 00662000 M809 262 1 1 2 8 9 Mother-in-law lives here M806 00663000 *----------------------------------------------------------------------*00664000 $PAGE 00665000 *----------------------------------------------------------------------*00666000 * Respondent *00667000 *----------------------------------------------------------------------*00668000 M902 263 2 1 18 88 99 L.L.B. resp. line no 00669000 88 Not applicable 00670000 99 Not stated 00671000 M903 265 1 0 1 Eligibility code 00672000 0 No 00673000 1 Yes 00674000 M904 266 1 1 1 8 Selected 00675000 1 Yes 00676000 8 Not applicable 00677000 M905 267 1 1 2 8 Selected matched with SR 00678000 1 Yes 00679000 2 No 00680000 8 Not applicable 00681000 *----------------------------------------------------------------------*00682000 $PAGE 00683000 *----------------------------------------------------------------------*00684000 * Household structure *00685000 *----------------------------------------------------------------------*00686000 H101 268 2 1 20 Total HH members 00687000 H102 270 2 0 18 HH members 00688000 H103 272 2 0 20 HH members 00689000 H104 274 2 0 11 Total male 00690000 H105 276 2 0 11 Males in household 00691000 H106 278 2 0 11 Males in household 00692000 H107 280 2 0 12 Total female 00693000 H108 282 2 0 12 Females in househld 00694000 H109 284 2 0 12 Females in Househld 00695000 H110 286 2 0 6 Eligible women in hh 00696000 H111 288 2 0 6 Selected women in hh 00697000 H112 290 2 0 4 Males 0 - 4 00698000 H113 292 2 0 4 Males 5 - 9 00699000 H114 294 2 0 4 Males 10 - 14 00700000 H115 296 2 0 7 Males 15 - 59 00701000 H116 298 2 0 2 Males 60 - 64 00702000 H117 300 2 0 5 Males 65 + 00703000 H118 302 2 0 5 Females 0 - 4 00704000 H119 304 2 0 4 Females 5 - 9 00705000 H120 306 2 0 4 Females 10 - 14 00706000 H121 308 2 0 8 Females 15 - 59 00707000 H122 310 2 0 2 Females 60 - 64 00708000 H123 312 2 0 6 Females 65 + 00709000 H124 314 2 0 5 Total generations 00710000 H125 316 2 0 2 E. marr. in generation 1 00711000 H126 318 2 0 3 E. marr. in generation 2 00712000 H127 320 2 0 6 E. marr. in generation 3 00713000 H128 322 2 0 8 E. marr. in generation 4 00714000 H129 324 2 0 6 E. marr. in generation 5 00715000 H130 326 2 0 3 E. marr. in generation 6 00716000 H131 328 2 0 6 E. marr. in other generation 00717000 H132 330 2 0 1 N. marr. in generation 1 00718000 H133 332 2 0 2 N. marr. in generation 2 00719000 H134 334 2 0 8 N. marr. in generation 3 00720000 H135 336 2 0 12 N. marr. in generation 4 00721000 H136 338 2 0 12 N. marr. in generation 5 00722000 H137 340 2 0 7 N. marr. in generation 6 00723000 H138 342 2 0 6 N. marr. in other generation 00724000 H139 344 2 0 4 Total couples 00725000 H140 346 2 0 3 Generations with couples 00726000 H141 348 1 0 0 Couples in generation <1> 00727000 H142 349 1 0 1 Couples in generation <2> 00728000 H143 350 1 0 3 Couples in generation <3> 00729000 H144 351 1 0 3 Couples in generation <4> 00730000 H145 352 1 0 2 Couples in generation <5> 00731000 H146 353 1 0 1 Couples in generation <6> 00732000 H147 354 1 0 1 Cpls.in other generation <7-9> 00733000 H148 355 1 0 4 7 Household structure 00734000 0 No couples 00735000 1 One couple 00736000 2 Lateral extension 00737000 3 Vertical extension 00738000 4 Lat & vert extension 00739000 7 No dejure population 00740000 H149 356 1 1 2 7 Household has polygamous union 00741000 1 Yes 00742000 2 No 00743000 *----------------------------------------------------------------------*00744000 $PAGE 00745000 *----------------------------------------------------------------------*00746000 * Household mortality data *00747000 *----------------------------------------------------------------------*00748000 * *00749000 H601 357 2 0 3 Total deaths in household 00750000 * *00751000 *----------------------------------------------------------------------*00752000 * Mortality table *00753000 *----------------------------------------------------------------------*00754000 * Table Start Step Entries *00755000 * name loc size Act Max *00756000 * ---- --- ---- --- --- *00757000 %TABLE DH 359 11 4 4 *00758000 * *00759000 *----------------------------------------------------------------------*00760000 *Name Loc Ln Min Max NA Spec Variable label *00761000 *---- --- -- --- --- ---- ---- -------------- *00762000 >H603 DH 1 1 1 7 8 9 Generation 00763000 > 1 Grandparent's 00764000 > 2 Parent's 00765000 > 3 Head of household's 00766000 > 4 Child's 00767000 > 5 Grandchild's 00768000 > 6 Other generations 00769000 > 7 Not related 00770000 > 8 Not applicable 00771000 > 9 Not stated 00772000 >H604 DH 2 1 0 3 8 9 Couple code 00773000 > 0 Single 00774000 > 8 Not applicable 00775000 > 9 Not stated 00776000 >H605 DH 3 2 1 38 88 99 Line number of mother 00777000 > 88 Mother not in HH 00778000 > 99 Not stated 00779000 >H606 DH 5 1 1 3 8 9 Sex 00780000 > 1 Male 00781000 > 2 Female 00782000 > 9 Not stated 00783000 >H607 DH 6 2 0 85 88 98 Age at death 00784000 > 85 85+ 00785000 > 98 Do not know 00786000 > 99 Not stated 00787000 >H609 DH 8 2 1 12 88 98 Months of death 00788000 > 88 Not applicable 00789000 > 98 Do not know 00790000 > 99 Not stated 00791000 >H610 DH 10 2 75 77 88 99 Year of death 00792000 > 88 Not applicable 00793000 > 99 Not stated 00794000 *----------------------------------------------------------------------*00795000 * End of Country Standard Household Member Dictionary *00796000 *----------------------------------------------------------------------*00797000