$TITLE "Kenya Standard Household Member File" 00001000 *----------------------------------------------------------------------*00002000 * * *00003000 * III SSSSSSIII Research Centre * *00004000 * III SSSSSSIII * KENYA *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 : KE *00018000 *------------------------:---------------------------------------------*00019000 ( Type of data : HM *00020000 *------------------------:---------------------------------------------*00021000 ( Version of data : 02 *00022000 *------------------------:---------------------------------------------*00023000 * File : Dict *00024000 *------------------------:---------------------------------------------*00025000 ( Version of dictionary : 2.1.2 *00026000 *------------------------:---------------------------------------------*00027000 ( Date created : 03 Sep 1985 (MV) *00028000 *------------------------:---------------------------------------------*00029000 ( Date last amended : 7 April 1986 (MV) * 00030000 *------------------------:---------------------------------------------*00031000 ( Descriptive document : ISIRC Tech *00032000 *------------------------:---------------------------------------------*00033000 * Master dictionary : 01 (22 July 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, Nairobi, Kenya *00048000 * Kenya Fertility Survey, 1978 *00049000 * Standard Houshold Member File, version 2 [MRDF] *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 KE HM 02 269 46028 *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 46028 *00305000 * *00306000 *----------------------------------------------------------------------*00307000 * Identification information *00308000 *----------------------------------------------------------------------*00309000 I101 1 9 Dataset identification 00310000 * *00311000 * Always ISIKEHM02 *00312000 * *00313000 * *00314000 I103 10 3 11 931 Cluster 00315000 I106 13 3 HH number 00316000 I107 16 2 1 55 Line number of member 00317000 I1091 18 4 Structure <1> 00318000 I1092 22 4 0 Structure <2> 00319000 0 Only 1 structure 00320000 I1093 26 4 0 Structure <3> 00321000 0 1 or 2 structs used 00322000 I1094 30 4 0 Structure <4> 00323000 0 1,2 or 3 str. used 00324000 *----------------------------------------------------------------------*00325000 * Sampling information *00326000 *----------------------------------------------------------------------*00327000 I202 34 2 1 9 Domain number 00328000 I203 36 4 1 68 Stratum number 00329000 I204 40 4 11 931 PSU number 00330000 I205 44 4 1 931 UAU number 00331000 I206 48 5 Sample weight <10000> 00332000 * Weight values 924 to 25818 00333000 $PAGE 00334000 *----------------------------------------------------------------------*00335000 * Characteristics of the interview *00336000 *----------------------------------------------------------------------*00337000 I301 53 2 1 31 Day of interview 00338000 I302 55 2 1 12 Month of interview 00339000 I303 57 2 77 78 Year of interview 00340000 I304 59 1 1 4 Number of visits 00341000 I305 60 1 1 7 9 Result of visit <1> 00342000 1 Interview completed 00343000 2 No comp res at home 00344000 3 Deferred, part int 00345000 4 Refused 00346000 5 Dwelling vacant 00347000 6 Address not dwelling 00348000 7 Adress not found 00349000 9 Other 00350000 I306 61 1 1 7 8 9 Result of visit <2> I305 00351000 8 Int on prev visit 00352000 I307 62 1 1 7 8 9 Result of visit <3> I305 00353000 8 Int on prev visit 00354000 I308 63 1 1 7 8 9 Result of visit <4> I305 00355000 8 Int on prev visit 00356000 I309 64 1 1 1 Final result 00357000 1 Interview completed 00358000 *----------------------------------------------------------------------*00359000 $PAGE 00360000 *----------------------------------------------------------------------*00361000 * Household member's demographic characteristics *00362000 *----------------------------------------------------------------------*00363000 M101 65 1 1 2 Sex 00364000 1 Male 00365000 2 Female 00366000 M102 66 2 0 95 99 Age in years 00367000 0 0-11 months 00368000 95 95+ 00369000 99 Not stated 00370000 M103 68 2 1 20 99 Age in 5 year group 00371000 1 0 - 4 00372000 2 5 - 9 00373000 3 10 - 14 00374000 4 15 - 19 00375000 5 20 - 24 00376000 6 25 - 29 00377000 7 30 - 34 00378000 8 35 - 39 00379000 9 40 - 44 00380000 10 45 - 49 00381000 11 50 - 54 00382000 12 55 - 59 00383000 13 60 - 64 00384000 14 65 - 69 00385000 15 70 - 74 00386000 16 75 - 79 00387000 17 80 - 84 00388000 18 85 - 89 00389000 19 90 - 94 00390000 20 95 + 00391000 99 Not stated 00392000 M106 70 1 1 2 9 Lives here ususally 00393000 1 Yes 00394000 2 No 00395000 9 Not stated 00396000 M107 71 1 1 2 9 Slept here last night 00397000 1 Yes 00398000 2 No 00399000 9 Not stated 00400000 *----------------------------------------------------------------------*00401000 $PAGE 00402000 *----------------------------------------------------------------------*00403000 * Household member's socio-economic characteristics *00404000 *----------------------------------------------------------------------*00405000 M201 72 2 1 7 99 Region of residence 00406000 1 Nairobi 00407000 2 Central 00408000 3 Coast 00409000 4 Nyanza 00410000 5 Rift Valley 00411000 6 Western 00412000 7 Eastern 00413000 99 Not stated 00414000 M203 74 2 1 3 Type of place of residence 00415000 1 Countryside 00416000 2 Other Urban 00417000 3 Nairobi or Mombasa 00418000 *----------------------------------------------------------------------*00419000 $PAGE 00420000 *----------------------------------------------------------------------*00421000 * Marriage information *00422000 *----------------------------------------------------------------------*00423000 M505 76 1 0 7 8 9 Couple code 00424000 0 No partner 00425000 7 Partner not at HH 00425100 8 NA, age < 10 00426000 9 Not stated 00427000 M506 77 1 1 7 8 No of partner's 00428000 7 7+ 00429000 8 Not applicable 00430000 *----------------------------------------------------------------------*00431000 * Marriage Table *00432000 *----------------------------------------------------------------------*00433000 * Table Start Step Entries *00434000 * name loc size Act Max *00435000 * ---- --- ---- --- --- *00436000 %TABLE MH 78 6 5 5 *00437000 * Only for first 5 partner *00438000 *----------------------------------------------------------------------*00439000 *Name Loc Ln Min Max NA Spec Variable label *00440000 *---- --- -- --- --- ---- ---- -------------- *00441000 >M507 MH 1 2 1 43 88 Partner's line number 00442000 > 88 Not applicable 00443000 >M508 MH 3 1 1 2 8 Partner here last night 00444000 > 1 Yes 00445000 > 2 No 00446000 > 8 Not applicable 00447000 >M509 MH 4 1 1 2 8 Partner usually lives here M508 00448000 >M510 MH 5 2 11 95 98 99 Partner's age 00449000 > 95 95+ 00450000 > 98 Not applicable 00451000 > 99 Not stated 00452000 *----------------------------------------------------------------------*00453000 $PAGE 00454000 *----------------------------------------------------------------------*00455000 * Co-wives information *00456000 *----------------------------------------------------------------------*00457000 M601 108 1 0 6 8 Co-wives 00458000 8 Not applicable 00459000 *----------------------------------------------------------------------*00460000 * Co-wives Table *00461000 *----------------------------------------------------------------------*00462000 * Table Start Step Entries *00463000 * name loc size Act Max *00464000 * ---- --- ---- --- --- *00465000 %TABLE CD 109 6 4 4 *00466000 * Only for first 4 co-wives *00467000 *----------------------------------------------------------------------*00468000 *Name Loc Ln Min Max NA Spec Variable label *00469000 *---- --- -- --- --- ---- ---- -------------- *00470000 >M602 CD 1 2 1 40 88 Co-wife's line number 00471000 > 88 Not applicable 00472000 >M603 CD 3 1 1 2 8 Co-wife here last night 00473000 > 1 Yes 00474000 > 2 No 00475000 > 8 Not applicable 00476000 >M604 CD 4 1 1 2 8 Co-wife usually lives here M603 00477000 >M605 CD 5 2 12 95 98 99 Co-wife's age 00478000 > 95 95+ 00479000 > 98 Not applicable 00480000 > 99 Not stated 00481000 *----------------------------------------------------------------------*00482000 $PAGE 00483000 *----------------------------------------------------------------------*00484000 * Women children data *00485000 *----------------------------------------------------------------------*00486000 M701 133 2 0 16 88 Own children in HH 00487000 88 NA,male,or age<10 00488000 M702 135 2 0 9 88 Own sons in HH M701 00489000 M703 137 2 0 8 88 Own daughters in HH M701 00490000 *----------------------------------------------------------------------*00491000 * Children information *00492000 *----------------------------------------------------------------------*00493000 * Table Start Step Entries *00494000 * name loc size Act Max *00495000 * ---- --- ---- --- --- *00496000 %TABLE CH 139 6 10 10 *00497000 * Only first 10 children *00498000 *----------------------------------------------------------------------*00499000 *Name Loc Ln Min Max NA Spec Variable label *00500000 *---- --- -- --- --- ---- ---- -------------- *00501000 >M704 CH 1 2 1 55 88 Children line number 00502000 > 88 Not applicable 00503000 >M705 CH 3 1 1 2 8 Children's sex 00504000 > 1 Male 00505000 > 2 Female 00506000 > 8 Not applicable 00507000 >M706 CH 4 2 0 73 88 99 Children age 00508000 > 88 Not applicable 00509000 > 99 Not stated 00510000 >M707 CH 6 1 1 2 8 Children lives here 00511000 > 1 Yes 00512000 > 2 No 00513000 > 8 Not applicable 00514000 *----------------------------------------------------------------------*00515000 $PAGE 00516000 *----------------------------------------------------------------------*00517000 * Other relationships *00518000 *----------------------------------------------------------------------*00519000 M801 199 1 1 7 9 Generation 00520000 1 Grandparent's 00521000 2 Parent's 00522000 3 Head of household's 00523000 4 Child's 00524000 5 Grandchild's 00525000 6 Other 00526000 7 Not related 00527000 9 Not stated 00528000 M804 200 2 1 51 88 99 Mother's line 00529000 88 No mother in hh 00530000 99 Not stated 00531000 M806 202 1 1 2 8 Mother usually lives here 00532000 1 Yes 00533000 2 No 00534000 8 Not applicable 00535000 M807 203 2 1 41 88 99 Mother-in-law's line no M804 00536000 M809 205 1 1 2 8 Mother-in-law lives here M806 00537000 *----------------------------------------------------------------------*00538000 $PAGE 00539000 *----------------------------------------------------------------------*00540000 * Respondent *00541000 *----------------------------------------------------------------------*00542000 M903 206 1 0 1 Eligibility code 00543000 0 No 00544000 1 Yes 00545000 M904 207 1 1 1 8 Selected 00546000 1 Yes 00547000 8 Not applicable 00548000 M905 208 1 1 6 8 Selected matched with SR 00549000 1 Yes 00550000 2 No, not at home 00551000 3 No, deferred 00552000 4 No, refused 00553000 5 No, partly completed 00554000 6 No, other 00555000 8 Not applicable 00556000 *----------------------------------------------------------------------*00557000 $PAGE 00558000 *----------------------------------------------------------------------*00559000 * Household structure *00560000 *----------------------------------------------------------------------*00561000 H101 209 2 1 55 Total HH members 00562000 H102 211 2 0 50 HH members 00563000 H103 213 2 0 55 HH members 00564000 H104 215 2 0 30 Total male 00565000 H105 217 2 0 30 Males in household 00566000 H106 219 2 0 30 Males in household 00567000 H107 221 2 0 25 Total female 00568000 H108 223 2 0 22 Females in househld 00569000 H109 225 2 0 25 Females in Househld 00570000 H110 227 2 0 8 Eligible women in hh 00571000 H111 229 2 0 8 Selected women in hh 00572000 H112 231 2 0 10 Males 0 - 4 00573000 H113 233 2 0 9 Males 5 - 9 00574000 H114 235 2 0 6 Males 10 - 14 00575000 H115 237 2 0 10 Males 15 - 59 00576000 H116 239 2 0 2 Males 60 - 64 00577000 H117 241 2 0 3 Males 65 + 00578000 H118 243 2 0 7 Females 0 - 4 00579000 H119 245 2 0 7 Females 5 - 9 00580000 H120 247 2 0 6 Females 10 - 14 00581000 H121 249 2 0 14 Females 15 - 59 00582000 H122 251 2 0 2 Females 60 - 64 00583000 H123 253 2 0 3 Females 65 + 00584000 H124 255 2 0 4 Total generations 00585000 H139 257 2 0 2 Total couples 00586000 H140 259 2 0 2 Generations with couples 00587000 H141 261 1 0 0 Couples in generation <1> 00588000 H142 262 1 0 0 Couples in generation <2> 00589000 H143 263 1 0 2 Couples in generation <3> 00590000 H144 264 1 0 1 Couples in generation <4> 00591000 H145 265 1 0 0 Couples in generation <5> 00592000 H146 266 1 0 0 Couples in generation <6> 00593000 H147 267 1 0 1 Cpls.in other generation <7-9> 00594000 H148 268 1 0 3 7 Household structure 00595000 0 No couples 00596000 1 One couple 00597000 2 Lateral extension 00598000 3 Vertical extension 00599000 4 Lat & vert extension 00600000 7 No de jure population 00600100 H149 269 1 1 2 7 Household has polygamous union 00601000 1 Yes 00602000 2 No 00603000 7 No de jure polulation 00603100 *----------------------------------------------------------------------*00604000 * End of Kenya Household Member Dictionary *00605000 *----------------------------------------------------------------------*00606000