$TITLE "Lesotho Mini Household Member File 01" 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 [mini] *00013000 * * *00014000 ************************************************************************00015000 * *00016000 *----------------------------------------------------------------------*00017000 ( Country code : LS *00018000 *------------------------:---------------------------------------------*00019000 ( Type of data : MM *00020000 *------------------------:---------------------------------------------*00021000 ( Version of data : 01 *00022000 *------------------------:---------------------------------------------*00023000 * File : Dict *00024000 *------------------------:---------------------------------------------*00025000 ( Version of dictionary : 1.0.3 *00026000 *------------------------:---------------------------------------------*00027000 ( Date created : 8 Nov 1985 (MV) *00028000 *------------------------:---------------------------------------------*00029000 ( Date last amended : 18 August 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, 1978, *00049000 * Standard Household Member File, version 01 for Mini houshold schedule*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 MM 01 293 24296 *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 24296 *00305000 * *00306000 *----------------------------------------------------------------------*00307000 * Identification information *00308000 *----------------------------------------------------------------------*00309000 I101 1 9 Dataset identification 00310000 * *00311000 * Always ISILSMM01 *00312000 * *00313000 * *00314000 * Case identification should be created using other *00315000 * identification variables (I103-I107)) to be identical to *00316000 * SR identification. *00317000 * *00318000 I103 10 3 1 100 Cluster 00319000 I106 13 3 1 390 HH number 00320000 I107 16 2 1 20 Line number of member 00321000 *----------------------------------------------------------------------*00322000 * Sampling information *00323000 *----------------------------------------------------------------------*00324000 I202 18 2 1 4 Domain number 00325000 1 Lowland 00326000 2 Foothills 00327000 3 Orange River Valley 00328000 4 Mountains 00329000 I203 20 4 1 49 Stratum number 00330000 I204 24 4 1 100 PSU number 00331000 I205 28 4 1 100 UAU number 00332000 I206 32 410001000 Sample weight <1000> 00333000 *----------------------------------------------------------------------*00334000 $PAGE 00335000 *----------------------------------------------------------------------*00336000 * Characteristics of the interview *00337000 *----------------------------------------------------------------------*00338000 I301 36 2 1 31 Day of interview 00339000 I302 38 2 8 11 Month of interview 00340000 I303 40 2 77 77 Year of interview 00341000 I304 42 1 1 4 Number of visits 00342000 I305 43 1 1 7 9 Result of visit <1> 00343000 1 Interview completed 00344000 2 No respondent home 00345000 3 Deferred 00346000 4 Refused 00347000 5 Dwelling vacant 00348000 6 Address not dwelling 00349000 7 Adress not found 00350000 9 Other 00351000 I306 44 1 1 7 8 9 Result of visit <2> I305 00352000 8 Not applicable 00353000 I307 45 1 1 7 8 9 Result of visit <3> I305 00354000 8 Not applicable 00355000 I308 46 1 1 7 8 9 Result of visit <4> I305 00356000 8 Not applicable 00357000 I309 47 1 1 7 8 9 Final result I305 00358000 8 Not applicable 00359000 I311 48 2 1 84 99 Interviewer 00360000 *----------------------------------------------------------------------*00361000 $PAGE 00362000 *----------------------------------------------------------------------*00363000 * Household member's demographic characteristics *00364000 *----------------------------------------------------------------------*00365000 M101 50 1 1 2 Sex 00366000 1 Male 00367000 2 Female 00368000 M102 51 2 0 95 99 Age in years 00369000 95 95+ 00370000 99 Not stated 00371000 M103 53 2 1 20 99 Age in 5 year group 00372000 1 0 - 4 00373000 2 5 - 9 00374000 3 10 - 14 00375000 4 15 - 19 00376000 5 20 - 24 00377000 6 25 - 29 00378000 7 30 - 34 00379000 8 35 - 39 00380000 9 40 - 44 00381000 10 45 - 49 00382000 11 50 - 54 00383000 12 55 - 59 00384000 13 60 - 64 00385000 14 65 - 69 00386000 15 70 - 74 00387000 16 75 - 79 00388000 17 80 - 84 00389000 18 85 - 89 00390000 19 90 - 94 00391000 20 95 + 00392000 99 Not stated 00393000 M106 55 1 1 2 Lives here ususally 00394000 1 Yes 00395000 2 No 00396000 M107 56 1 1 2 Slept here last night 00397000 1 Yes 00398000 2 No 00399000 *----------------------------------------------------------------------*00400000 $PAGE 00401000 *----------------------------------------------------------------------*00402000 * Household member's socio-economic characteristics *00403000 *----------------------------------------------------------------------*00404000 M201 57 2 1 4 Region of residence 00405000 1 Lowland 00406000 2 Foothills 00407000 3 Orange River Valley 00408000 4 Mountains 00409000 M203 59 2 1 3 Type of place of residence 00410000 1 Maseru 00411000 2 Other Urban 00412000 3 Rural 00413000 *----------------------------------------------------------------------*00414000 $PAGE 00415000 *----------------------------------------------------------------------*00416000 * Marriage information *00417000 *----------------------------------------------------------------------*00418000 M501 61 1 1 2 8 9 Ever married 00419000 1 Yes 00420000 2 No 00421000 8 Not applicable 00422000 9 Not stated 00423000 M505 62 1 0 3 8 7 Couple code 00424000 7 Partner not in HH 00425000 8 Not applicable 00426000 9 Not stated 00427000 M506 63 1 1 2 8 No of partner's 00428000 8 Not applicable 00429000 * 00430000 ** if couple-code is single,never-married,not applicable,not stated 00431000 * or partner not at home M506 was set to code '8' 00432000 * 00433000 *----------------------------------------------------------------------*00434000 * Marriage Table *00435000 *----------------------------------------------------------------------*00436000 * Table Start Step Entries *00437000 * name loc size Act Max *00438000 * ---- --- ---- --- --- *00439000 %TABLE MH 64 6 2 5 *00440000 * Only for first 5 partner *00441000 *----------------------------------------------------------------------*00442000 *Name Loc Ln Min Max NA Spec Variable label *00443000 *---- --- -- --- --- ---- ---- -------------- *00444000 >M507 MH 1 2 1 17 88 Partner's line number 00445000 > 88 Not applicable 00446000 >M508 MH 3 1 1 2 8 Partner here last night 00447000 > 1 Yes 00448000 > 2 No 00449000 > 8 Not applicable 00450000 >M509 MH 4 1 1 2 8 Partner usually lives here M508 00451000 >M510 MH 5 2 10 95 98 99 Partner's age 00452000 > 95 95+ 00453000 > 98 Not applicable 00454000 > 99 Not stated 00455000 *----------------------------------------------------------------------*00456000 $PAGE 00457000 *----------------------------------------------------------------------*00458000 * Co-wives information *00459000 *----------------------------------------------------------------------*00460000 M601 94 1 0 1 8 Co-wives 00461000 8 Not applicable 00462000 * 00463000 ** if couple-code is single,never-married,not applicable,not stated 00464000 * or partner not at home M601 was set to code '8' 00465000 * 00466000 *----------------------------------------------------------------------*00467000 * Co-wives Table *00468000 *----------------------------------------------------------------------*00469000 * Table Start Step Entries *00470000 * name loc size Act Max *00471000 * ---- --- ---- --- --- *00472000 %TABLE CD 95 6 1 4 *00473000 * Only for first 4 co-wives *00474000 *----------------------------------------------------------------------*00475000 *Name Loc Ln Min Max NA Spec Variable label *00476000 *---- --- -- --- --- ---- ---- -------------- *00477000 >M602 CD 1 2 1 9 88 Co-wife's line number 00478000 > 88 Not applicable 00479000 >M603 CD 3 1 1 2 8 Co-wife here last night 00480000 > 1 Yes 00481000 > 2 No 00482000 > 8 Not applicable 00483000 >M604 CD 4 1 1 1 8 Co-wife usually lives here 00484000 > 1 Yes 00485000 > 8 Not applicable 00486000 >M605 CD 5 2 17 95 98 Co-wife's age 00487000 > 95 95+ 00488000 > 98 Not applicable 00489000 *----------------------------------------------------------------------*00490000 $PAGE 00491000 *----------------------------------------------------------------------*00492000 * Women children data *00493000 *----------------------------------------------------------------------*00494000 M701 119 2 0 17 88 Own children in HH 00495000 88 NA,Male or age < 10 00496000 M702 121 2 0 10 88 Own sons in HH M701 00497000 M703 123 2 0 7 88 Own daughters in HH M701 00498000 *----------------------------------------------------------------------*00499000 * Children information *00500000 *----------------------------------------------------------------------*00501000 * Table Start Step Entries *00502000 * name loc size Act Max *00503000 * ---- --- ---- --- --- *00504000 %TABLE CH 125 7 10 10 *00505000 * *00506000 *----------------------------------------------------------------------*00507000 *Name Loc Ln Min Max NA Spec Variable label *00508000 *---- --- -- --- --- ---- ---- -------------- *00509000 >M704 CH 1 2 1 18 88 Child's line number 00510000 > 88 Not applicable 00511000 >M705 CH 3 1 1 2 8 Child's sex 00512000 > 1 Male 00513000 > 2 Female 00514000 > 8 Not applicable 00515000 >M706 CH 4 2 0 81 88 99 Child's age 00516000 > 88 Not applicable 00517000 > 99 Not stated 00518000 >M707 CH 6 1 1 2 8 Child lives here 00519000 > 1 Yes 00520000 > 2 No 00521000 > 8 Not applicable 00522000 >M712 CH 7 1 1 2 8 9 Ever married 00523000 > 1 Yes 00524000 > 2 No 00525000 > 8 NA 00526000 > 9 Not stated 00527000 *----------------------------------------------------------------------*00528000 $PAGE 00529000 *----------------------------------------------------------------------*00530000 * Other relationships *00531000 *----------------------------------------------------------------------*00532000 M801 195 1 1 7 9 Generation 00533000 1 Grandparent's 00534000 2 Parent's 00535000 3 Head of household's 00536000 4 Child's 00537000 5 Grandchild's 00538000 6 Other 00539000 7 Not related 00540000 9 Not stated 00541000 M804 196 2 1 16 88 99 Mother's line 00542000 88 No mother in hh 00543000 99 Not stated 00544000 M806 198 1 1 2 8 Mother usually lives here 00545000 1 Yes 00546000 2 No 00547000 8 Not applicable 00548000 M807 199 2 1 11 88 99 Mother-in-law's line no M804 00549000 M809 201 1 1 2 8 Mother-in-law lives here M806 00550000 *----------------------------------------------------------------------*00551000 $PAGE 00552000 *----------------------------------------------------------------------*00553000 * Respondent *00554000 *----------------------------------------------------------------------*00555000 M903 202 1 0 1 Eligibility code 00556000 0 No 00557000 1 Yes 00558000 M904 203 1 1 1 8 Selected 00559000 1 Yes 00560000 8 Not applicable 00561000 M905 204 1 1 2 8 Selected matched with SR 00562000 1 Yes 00563000 2 No 00564000 8 Not applicable 00565000 *----------------------------------------------------------------------*00566000 $PAGE 00567000 *----------------------------------------------------------------------*00568000 * Household structure *00569000 *----------------------------------------------------------------------*00570000 H101 205 2 1 20 Total HH members 00571000 H102 207 2 0 16 HH members 00572000 H103 209 2 1 20 HH members 00573000 H104 211 2 0 12 Total male 00574000 H105 213 2 0 10 Males in household 00575000 H106 215 2 0 12 Males in household 00576000 H107 217 2 0 11 Total female 00577000 H108 219 2 0 10 Females in househld 00578000 H109 221 2 0 11 Females in Househld 00579000 H110 223 2 0 5 Eligible women in hh 00580000 H111 225 2 0 5 Selected women in hh 00581000 H112 227 2 0 4 Males 0 - 4 00582000 H113 229 2 0 3 Males 5 - 9 00583000 H114 231 2 0 4 Males 10 - 14 00584000 H115 233 2 0 7 Males 15 - 59 00585000 H116 235 2 0 3 Males 60 - 64 00586000 H117 237 2 0 6 Males 65 + 00587000 H118 239 2 0 5 Females 0 - 4 00588000 H119 241 2 0 4 Females 5 - 9 00589000 H120 243 2 0 3 Females 10 - 14 00590000 H121 245 2 0 7 Females 15 - 59 00591000 H122 247 2 0 2 Females 60 - 64 00592000 H123 249 2 0 5 Females 65 + 00593000 H124 251 2 1 4 Total generations 00594000 H125 253 2 0 1 E. marr. in generation 1 00595000 H126 255 2 0 2 E. marr. in generation 2 00596000 H127 257 2 0 5 E. marr. in generation 3 00597000 H128 259 2 0 6 E. marr. in generation 4 00598000 H129 261 2 0 4 E. marr. in generation 5 00599000 H130 263 2 0 3 E. marr. in generation 6 00600000 H131 265 2 0 4 E. marr. in other generation 00601000 H132 267 2 0 1 N. marr. in generation 1 00602000 H133 269 2 0 1 N. marr. in generation 2 00603000 H134 271 2 0 6 N. marr. in generation 3 00604000 H135 273 2 0 11 N. marr. in generation 4 00605000 H136 275 2 0 10 N. marr. in generation 5 00606000 H137 277 2 0 6 N. marr. in generation 6 00607000 H138 279 2 0 6 N. marr. in other generation 00608000 H139 281 2 0 1 Total couples 00609000 H140 283 2 0 1 Generations with couples 00610000 H141 285 1 0 0 Couples in generation <1> 00611000 H142 286 1 0 0 Couples in generation <2> 00612000 H143 287 1 0 1 Couples in generation <3> 00613000 H144 288 1 0 1 Couples in generation <4> 00614000 H145 289 1 0 0 Couples in generation <5> 00615000 H146 290 1 0 0 Couples in generation <6> 00616000 H147 291 1 0 0 Cpls.in other generation <7-9> 00617000 H148 292 1 0 4 Household structure 00618000 0 No couples 00619000 1 One couple 00620000 2 Two couples 00621000 3 Three couples 00622000 4 Four couples 00623000 H149 293 1 1 2 Household has polygamous union 00624000 1 Yes 00625000 2 No 00626000 *----------------------------------------------------------------------*00627000 * End of Lesotho Mini Member Dictionary *00628000 *----------------------------------------------------------------------*00629000