$TITLE "Data dictionary for Lesotho standard recode SR03" *----------------------------------------------------------------------* * * * * /\ * * * / //\\ \ World Fertility Survey * Lesotho * * // ///\\\ \\ * Fertility Survey * * ////// \\\\\\ International * * * //// \\\\ Statistical * * * // \\ Institute * * * \\\\\\\ /////// * * * \\ /// 35-37 Grosvenor Gardens * * * \\\\\\ ////// London SW1W 0BS * Dictionary for * * \\ /// United Kingdom * Standard Recode * * \\ //// * * * * * *----------------------------------------------------------------------* * * *----------------------------------------------------------------------* ( Country code : LS * *------------------------:---------------------------------------------* ( Type of data : SR03 * *------------------------:---------------------------------------------* * File : Dict * *------------------------:---------------------------------------------* ( Version of dictionary : 3.1.1 * *------------------------:---------------------------------------------* ( Date created : 14 Apr 83 (TC) * *------------------------:---------------------------------------------* ( Date last amended : 28 Jun 83 (TC) * *------------------------:---------------------------------------------* ( Descriptive document : WFS Tech * *------------------------:---------------------------------------------* * Basic documentation : DP guidelines, Feb 1979, WFS Tech 1010 * *------------------------:---------------------------------------------* * Master dictionary : 1.2.24 (30 September 1982) (JJ) * *----------------------------------------------------------------------* * * * Bibliographic citation * * ---------------------- * * * * Any published report or paper using data from this file should * * include the following citation among its references: * * Central Bureau of Statistics, * * Ministry of Planning and Statistics, Maseru, Lesotho. * * Lesotho Fertility Survey, 1978, Standard Recode, version 3 [MRDF] * * London: International Statistical Institute [producer and * * distributor]. * * 1 data file (3603 logical records) plus 4 MRDFs containing data * * dictionary, marginals and SPSS data desription, and data * * document (32 pp). * * * *----------------------------------------------------------------------* * * * * * The standard recode file was created from the edited questionnaire. * * In this process some inconsistencies found in the data were * * corrected. * * * *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * * * This document contains six types of record. They are distinguished * * by the character printed in position 1: * * * * alphabetic character (A-Z) - a variable definition record. * * blank - a value definition record. * * left parenthesis ("(") - a record that documents the basic * * provenance of the dictionary. * * percent symbol ("%") - indicates one of three kinds * * of record, "%FILE", "%CASE" and * * "%TABLE", described below. * * greater than symbol (">") - used in conjunction with "%TABLE". * * dollar sign ("$") - a title or page-control direction. * * asterisk ("*") - a comment. * * * *----------------------------------------------------------------------* * * * Positions 73-80 of all dictionary entries are reserved for a sequ- * * ence number. * * * * All values are coded right justified in their field, while names * * and labels are coded left justified. * * * *----------------------------------------------------------------------* * * * Abbreviations used for intervals: * * * * FBI first birth interval * * FPI first pregnancy interval * * LCBI last closed birth interval * * LCPI last closed pregnancy interval * * OBI open birth interval * * OPI open pregnancy interval * * * *----------------------------------------------------------------------* * * * Dates: * * * * All dates in the file are represented by century month codes (cmc). * * The century month code is defined as the number of months since * * December 1899 and is calculated as follows: * * cmc = 12*year + month * * You can convert from cmc to normal calendar dates like this: * * year = (cmc - 1)/12 * * month = cmc - 12*year * * To compute the length of time in months between any two events * * subtract the cmc of the first event from the cmc of the second * * event. * * * *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Variable Definition Records: * * * * Variable definition records are used to provide names and labels * * for variables, to define their location in the file, and to state * * their range and special codes. The format of a variable definition * * record is: * * * * Position Contents Remarks * * * * 1-6 Variable name Identifies the variable; up to six * * characters, the first being a letter. * * * * 10-13 Starting location Position where variable starts. * * * * 15-16 Length Number of positions occupied by the * * variable. * * * * 17-20 Minimum Lowest value of variable. * * * * 21-24 Maximum Highest value of variable other than * * "not applicable" or special codes. * * * * 26-29 Not applicable Code used for "not applicable",if any; * * otherwise left blank. * * * * 31-34 Special code This indicates a value requiring * * special treatment in analysis. As a * * variable may have more than one spec- * * ial code, only the lowest value of * * these is shown here. Others will be * * indicated as value definition records * * only. Usually this code is used for * * "not stated", if any. * * * * 36-65 Variable label Describes the variable more fully than * * the name; up to 30 characters. * * * * 67-72 Value label If the codes for this variable have * * backreference the same labels as some previously def- * * ined variable,the name of the previous * * variable is given here. * * * * Value Definition Records: * * * * Value definition records follow a variable definition record and * * are used to provide labels describing the meaning of the codes of * * the variable. If used in conjunction with a value label reference * * (in the variable definition record) they can be used to add new * * codes or to redefine the labels of old codes. The format of a * * value definition record is: * * * * Position Contents Remarks * * * * 36-39 Value The code being defined. * * * * 44-63 Label Up to 20 characters, left justified. * *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * * * %FILE record: * * * * There is only one "%FILE" record in a dictionary, preceding the * * variable definition records. It contains basic information about * * the data file. The format of a %FILE record is: * * * * Position Contents Remarks * * * * 1-5 %FILE * * * * 9-10 Country code Identifies the country. * * * * 19-20 Data type Type of data described. * * * * 29-30 Version Version of data file . * * * * 37-40 Logical record length * * * * 43-50 Max no of recs Number of physical records ("cards") * * in the data file. * * * * 60 Data recording mode "A" = Ascii. * * * *----------------------------------------------------------------------* * * * %CASE records: * * * * A "%CASE" record describes the location and length of the case * * key and gives the number of cases. It can be used to describe * * multiple case keys. The format of a %CASE record is: * * * * Position Contents Remarks * * * * 1-5 %CASE * * * * 15 Sort order "A"=ascending, "D"=descending * * "U"=unsorted. * * * * 22-25 Location of case key.Starting position of 1st case key. * * * * 33-35 Length of case key * * * * 49-55 Max number of cases in data file * * * * Note: For standard recode files the number of cases in the %CASE * * record is the same as the number of physical records in the * * %FILE record. * * * *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * %TABLE records: * * * * These records allow a compact description of data items (one or * * more variables), which repeat in regular blocks, by indicating how * * the information is repeated. The %TABLE record is followed by * * records with ">" in position 1. These are variable and value * * definition records describing one set of entries in the table. The * * format of a %TABLE record is: * * * * Postion Contents Remarks * * * * 1-6 %TABLE * * * * 8-9 Formal name This is a name by which the table * * may be referenced (left justified). * * * * 26-30 Starting location The starting position in the data * * file of the 1st variable in the 1st * * set of the table. * * * * 38-40 Step size Number of positions between the * * start of each set. * * * * 64-65 Actual entries The maximum number of sets for that * * particular country. * * * * 69-70 Max. entries The number of sets for which there * * is space in the data file. * * * * ">" records: * * * * All definition records describing table variables have this char- * * acter in position 1. These records are of two kinds: * * * * Variable definition records. * * * * The format of a table variable definition record is: * * * * Position Contents Remarks * * * * 1 > Indicates that the information is * * part of a table. * * 2-5 Variable name Maximum 4 characters. * * * * 8-9 Table name The name given in position 8-9 of * * the preceding %TABLE record. * * * * 10-13 Location This gives the starting position of * * the variable within the table. * * * * 15-72 Label & backref. As for normal variable definition * * records. * * Value definition records. * * * * These are the same as normal value definition records apart from * * the character ">" in position 1. * *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * * * * * Logical Maximum * * Country Data record number * * code type Version length of recs * * ---- ---- ------- ------ ------- * %FILE LS SR 03 1000 3603 * * * *----------------------------------------------------------------------* * * * Location Length Number * * Sort of of of * * order case key case key cases * * ----- -------- -------- ----- * %CASE A 10 7 3603 * * * *----------------------------------------------------------------------* * *** Group 0 *** * *----------------------------------------------------------------------* * Sampling information * *----------------------------------------------------------------------* V000 1 9 Data set identifier * 1 3 WFS * * 4 2 LS * * 6 4 SR03 * V001 10 7 13603 Serial number V002 17 2 1 4 Domain 1 Lowlands 2 Foothills 3 Orange river valley 4 Mountains V003 19 4 1 49 Stratum V004 23 4 1 100 Primary sampling unit V005 27 4 1 100 Ultimate area unit V006 31 4 8601639 Sample weight *----------------------------------------------------------------------* * Reference dates and age * *----------------------------------------------------------------------* V007 35 4 932 935 Date of interview V008 39 4 334 753 Date of birth V009 43 2 27 62 Year of birth V010 45 2 15 49 Age in completed years V011 47 2 1 7 Age <5 yr grps> 1 15-19 2 20-24 3 25-29 4 30-34 5 35-39 6 40-44 7 45-49 V012 49 2 1 4 Age <10 yr grps> 1 15-24 2 25-34 3 35-44 4 45-49 *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Union history *** * *----------------------------------------------------------------------* * *** Union history: table style *** * *----------------------------------------------------------------------* * Table Start Step Entries * * name loc size Act Max * * ---- --- ---- --- --- * %TABLE UH 51 10 4 8 * * * *----------------------------------------------------------------------* *Name Loc Ln Min Max NA Spec Variable label * *---- --- -- --- --- -- ---- -------------- * >UTYP UH 1 1 1 1 8 Type of union > 1 Marriage > 8 No union >UDAT UH 2 4 463 934 8888 Start of union > 8888 No union >USTA UH 6 1 1 3 8 Status of union > 1 Married > 2 Widowed > 3 Divorced > 8 No union >UDIS UH 7 4 569 933 8888 Dissolution of union > 8888 Not dissolved *----------------------------------------------------------------------* * *** Union history: individual variables *** * *----------------------------------------------------------------------* * First union * *!---------------------------------------------------------------------* M011 51 1 1 1 8 Type of union <1> 1 Marriage 8 Not applicable M012 52 4 463 934 8888 Date of union <1> 8888 Not applicable M013 56 1 1 3 8 Status of union <1> 1 Married 2 Widowed 3 Divorced 8 Not applicable M014 57 4 569 933 8888 Date of dissolution <1> 8888 Not applicable *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Second to eighth union * *----------------------------------------------------------------------* M021 61 1 1 1 8 Type of union <2> M011 M022 62 4 463 934 8888 Date of union <2> M012 M023 66 1 1 3 8 Status of union <2> M013 M024 67 4 569 933 8888 Date of dissolution <2> M014 * * M031 71 1 1 1 8 Type of union <3> M011 M032 72 4 463 934 8888 Date of union <3> M012 M033 76 1 1 3 8 Status of union <3> M013 M034 77 4 569 933 8888 Date of dissolution <3> M014 * * M041 81 1 1 1 8 Type of union <4> M011 M042 82 4 463 934 8888 Date of union <4> M012 M043 86 1 1 3 8 Status of union <4> M013 M044 87 4 569 933 8888 Date of dissolution <4> M014 * * M051 91 1 8 8 8 Not used M011 M052 92 488888888 8888 Not used M012 M053 96 1 8 8 8 Not used M013 M054 97 488888888 8888 Not used M014 * * M061 101 1 8 8 8 Not used M011 M062 102 488888888 8888 Not used M012 M063 106 1 8 8 8 Not used M013 M064 107 488888888 8888 Not used M014 * * M071 111 1 8 8 8 Not used M011 M072 112 488888888 8888 Not used M012 M073 116 1 8 8 8 Not used M013 M074 117 488888888 8888 Not used M014 * * M081 121 1 8 8 8 Not used M011 M082 122 488888888 8888 Not used M012 M083 126 1 8 8 8 Not used M013 M084 127 488888888 8888 Not used M014 * * *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Group 1 *** * *----------------------------------------------------------------------* * Union status * *----------------------------------------------------------------------* V101 131 2 1 4 Times in union V102 133 2 1 4 Times in union <4+> V103 135 2 1 1 Ever in union 1 Yes V104 137 2 1 3 Status of first union 1 Married 2 Widowed 3 Divorced V105 139 2 0 1 First union dissolved 0 No 1 Yes V106 141 2 0 1 88 Re entered union 0 No 1 Yes 88 Not dissolved V107 143 2 1 3 Current union status V104 V108 145 2 0 1 Currently in union V105 *----------------------------------------------------------------------* * Age at first union * *----------------------------------------------------------------------* V109 147 2 10 48 Age at first union V110 149 2 1 7 Age at first union <7 grps> 1 <15 2 15-17 3 18-19 4 20-21 5 22-24 6 25-29 7 30 + V111 151 2 1 5 Age at first union <5 grps> 1 <15 2 15-19 3 20-24 4 25-29 5 30+ V112 153 2 1 2 Age at first union <2 grps> 1 <20 2 20+ V113 155 2 0 1 Age > 24 and in union < 25 0 No 1 Yes *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Duration of union * *----------------------------------------------------------------------* V114 157 4 0 460 Months spent in union state V115 161 4 0 470 Months since first in union V114 V116 165 2 0 39 Ys since 1st in union V117 167 2 1 7 Ys since 1st in union<5 y gps> 1 <5 2 5- 9 3 10-14 4 15-19 5 20-24 6 25-29 7 30+ V118 169 2 1 4 Ys since 1st in un'n<10 y gps> 1 <10 2 10-19 3 20-29 4 30+ V119 171 2 1 4 Ys since 1st in union <4 gps> 1 <5 2 5- 9 3 10-19 4 20+ V120 173 2 1 3 Ys since 1st in union <3 grps> 1 <10 2 10-19 3 20+ V121 175 2 0 1 First in union 5+ years ago 0 No 1 Yes V122 177 2 0 1 First union lasted 5+ years V121 V123 179 2 0 1 Currently in union 5+ years V121 *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Birth history *** * *----------------------------------------------------------------------* * *** Birth history: table style *** * *----------------------------------------------------------------------* * Table Start Step Entries * * name loc size Act Max * * ---- --- ---- --- --- * %TABLE BH 181 10 14 24 * * * *----------------------------------------------------------------------* *Name Loc Ln Min Max NA Spec Variable label * *---- --- -- --- --- -- ---- -------------- * >BORD BH 1 1 1 3 8 Order within mult birth > 1 First > 2 Second > 3 Third > 8 No birth >BDAT BH 2 4 512 935 8888 Date of birth > 8888 No birth >BSEX BH 6 1 1 2 8 Sex of child > 1 Male > 2 Female > 8 No birth >BADY BH 7 2 0 28 88 99 Age at death > 88 Not applicable > 99 Not stated >BADM BH 9 2 0 11 88 98 Age at death > 88 Not applicable > 98 Don't know > 99 Not stated *----------------------------------------------------------------------* * *** Birth history: individual variables *** * *----------------------------------------------------------------------* * First birth * *!---------------------------------------------------------------------* B011 181 1 1 1 8 Order within mult birth <1> 1 First 2 Second 3 Third or higher 8 Not applicable B012 182 4 512 935 8888 Date of birth <1> 8888 Not applicable B013 186 1 1 2 8 Sex of child <1> 1 Male 2 Female 8 Not applicable B014 187 2 0 28 88 99 Age at death <1> 88 Not applicable 99 Not stated B015 189 2 0 11 88 98 Age at death <1> 88 Not applicable 98 Don't know 99 Not stated *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Second to 24th births * *----------------------------------------------------------------------* B021 191 1 1 2 8 Order within mult birth <2> B011 B022 192 4 512 935 8888 Date of birth <2> B012 B023 196 1 1 2 8 Sex of child <2> B013 B024 197 2 0 28 88 99 Age at death <2> B014 B025 199 2 0 11 88 98 Age at death <2> B015 * * B031 201 1 1 3 8 Order within mult birth <3> B011 B032 202 4 512 935 8888 Date of birth <3> B012 B033 206 1 1 2 8 Sex of child <3> B013 B034 207 2 0 28 88 99 Age at death <3> B014 B035 209 2 0 11 88 98 Age at death <3> B015 * * B041 211 1 1 3 8 Order within mult birth <4> B011 B042 212 4 512 935 8888 Date of birth <4> B012 B043 216 1 1 2 8 Sex of child <4> B013 B044 217 2 0 28 88 99 Age at death <4> B014 B045 219 2 0 11 88 98 Age at death <4> B015 * * B051 221 1 1 3 8 Order within mult birth <5> B011 B052 222 4 512 935 8888 Date of birth <5> B012 B053 226 1 1 2 8 Sex of child <5> B013 B054 227 2 0 28 88 99 Age at death <5> B014 B055 229 2 0 11 88 98 Age at death <5> B015 * * B061 231 1 1 3 8 Order within mult birth <6> B011 B062 232 4 512 935 8888 Date of birth <6> B012 B063 236 1 1 2 8 Sex of child <6> B013 B064 237 2 0 28 88 99 Age at death <6> B014 B065 239 2 0 11 88 98 Age at death <6> B015 * * B071 241 1 1 3 8 Order within mult birth <7> B011 B072 242 4 512 935 8888 Date of birth <7> B012 B073 246 1 1 2 8 Sex of child <7> B013 B074 247 2 0 28 88 99 Age at death <7> B014 B075 249 2 0 11 88 98 Age at death <7> B015 * * B081 251 1 1 3 8 Order within mult birth <8> B011 B082 252 4 512 935 8888 Date of birth <8> B012 B083 256 1 1 2 8 Sex of child <8> B013 B084 257 2 0 28 88 99 Age at death <8> B014 B085 259 2 0 11 88 98 Age at death <8> B015 * * $PAGE B091 261 1 1 3 8 Order within mult birth <9> B011 B092 262 4 512 935 8888 Date of birth <9> B012 B093 266 1 1 2 8 Sex of child <9> B013 B094 267 2 0 28 88 99 Age at death <9> B014 B095 269 2 0 11 88 98 Age at death <9> B015 * * B101 271 1 1 3 8 Order within mult birth <10> B011 B102 272 4 512 935 8888 Date of birth <10> B012 B103 276 1 1 2 8 Sex of child <10> B013 B104 277 2 0 28 88 99 Age at death <10> B014 B105 279 2 0 11 88 98 Age at death <10> B015 * * B111 281 1 1 3 8 Order within mult birth <11> B011 B112 282 4 512 935 8888 Date of birth <11> B012 B113 286 1 1 2 8 Sex of child <11> B013 B114 287 2 0 28 88 99 Age at death <11> B014 B115 289 2 0 11 88 98 Age at death <11> B015 * * B121 291 1 1 3 8 Order within mult birth <12> B011 B122 292 4 512 935 8888 Date of birth <12> B012 B123 296 1 1 2 8 Sex of child <12> B013 B124 297 2 0 28 88 99 Age at death <12> B014 B125 299 2 0 11 88 98 Age at death <12> B015 * * B131 301 1 1 3 8 Order within mult birth <13> B011 B132 302 4 512 935 8888 Date of birth <13> B012 B133 306 1 1 2 8 Sex of child <13> B013 B134 307 2 0 28 88 99 Age at death <13> B014 B135 309 2 0 11 88 98 Age at death <13> B015 * * B141 311 1 1 3 8 Order within mult birth <14> B011 B142 312 4 512 935 8888 Date of birth <14> B012 B143 316 1 1 2 8 Sex of child <14> B013 B144 317 2 0 28 88 99 Age at death <14> B014 B145 319 2 0 11 88 98 Age at death <14> B015 * * B151 321 1 8 8 8 Not used B011 B152 322 488888888 8888 Not used B012 B153 326 1 8 8 8 Not used B013 B154 327 2 88 88 88 Not used B014 B155 329 2 88 88 88 Not used B015 * * B161 331 1 8 8 8 Not used B011 B162 332 488888888 8888 Not used B012 B163 336 1 8 8 8 Not used B013 B164 337 2 88 88 88 Not used B014 B165 339 2 88 88 88 Not used B015 * * B171 341 1 8 8 8 Not used B011 B172 342 488888888 8888 Not used B012 B173 346 1 8 8 8 Not used B013 B174 347 2 88 88 88 Not used B014 B175 349 2 88 88 88 Not used B015 * * $PAGE B181 351 1 8 8 8 Not used B011 B182 352 488888888 8888 Not used B012 B183 356 1 8 8 8 Not used B013 B184 357 2 88 88 88 Not used B014 B185 359 2 88 88 88 Not used B015 * * B191 361 1 8 8 8 Not used B011 B192 362 488888888 8888 Not used B012 B193 366 1 8 8 8 Not used B013 B194 367 2 88 88 88 Not used B014 B195 369 2 88 88 88 Not used B015 * * B201 371 1 8 8 8 Not used B011 B202 372 488888888 8888 Not used B012 B203 376 1 8 8 8 Not used B013 B204 377 2 88 88 88 Not used B014 B205 379 2 88 88 88 Not used B015 * * B211 381 1 8 8 8 Not used B011 B212 382 488888888 8888 Not used B012 B213 386 1 8 8 8 Not used B013 B214 387 2 88 88 88 Not used B014 B215 389 2 88 88 88 Not used B015 * * B221 391 1 8 8 8 Not used B011 B222 392 488888888 8888 Not used B012 B223 396 1 8 8 8 Not used B013 B224 397 2 88 88 88 Not used B014 B225 399 2 88 88 88 Not used B015 * * B231 401 1 8 8 8 Not used B011 B232 402 488888888 8888 Not used B012 B233 406 1 8 8 8 Not used B013 B234 407 2 88 88 88 Not used B014 B235 409 2 88 88 88 Not used B015 * * B241 411 1 8 8 8 Not used B011 B242 412 488888888 8888 Not used B012 B243 416 1 8 8 8 Not used B013 B244 417 2 88 88 88 Not used B014 B245 419 2 88 88 88 Not used B015 *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Group 2 *** * *----------------------------------------------------------------------* * Other pregnancies * *----------------------------------------------------------------------* V201 421 2 0 7 Wasted pregnancies V202 423 2 0 7 Still births V203 425 2 0 4 Spontaneous abortions V204 427 2 88 88 88 Induced abortions 88 Not used V205 429 2 0 9 Duration of current pregnancy 0 Not pregnant V206 431 2 0 1 Currently pregnant 0 No 1 Yes *----------------------------------------------------------------------* * Children ever born * *----------------------------------------------------------------------* V207 433 2 0 14 Fertile pregnancies V208 435 2 0 14 Children ever born V209 437 2 0 9 Children ever born <9+> 9 9+ V210 439 2 0 5 Children + curr preg <5+> 5 5+ V211 441 2 1 2 Children born + curr preg < 4 1 <4 2 4+ V212 443 2 0 10 Sons ever born *----------------------------------------------------------------------* * Living children * *----------------------------------------------------------------------* V213 445 2 0 12 Living children V214 447 2 0 9 Living children <9+> V209 V215 449 2 0 5 Living children <5+> V210 V216 451 2 1 4 Living children <4 grps> 1 <3 2 3 3 4 4 5+ V217 453 2 1 3 Living children <3 grps> 1 <4 2 4-6 3 7+ V218 455 2 1 2 Living children <2 grps> 1 <4 2 4+ V219 457 2 0 9 Living children + cur preg<9+> V209 V220 459 2 0 7 Living sons V221 461 2 0 5 Living sons <5+> V210 V222 463 2 0 5 Living daughters <5+> V210 $PAGE *----------------------------------------------------------------------* * Period fertility * *----------------------------------------------------------------------* V223 465 2 0 7 88 Children born in 1st 5 yrs 88 Not in un'n 5+ years V224 467 2 0 5 88 Sons born in 1st 5 yrs V223 V225 469 2 0 4 Children born in past 5 yrs V226 471 2 0 3 Sons born in past 5 yrs V227 473 2 0 11 Living children 5 yrs ago *----------------------------------------------------------------------* * Birth intervals * *----------------------------------------------------------------------* V228 475 4 0 252 8888 6666 First birth interval 6666 Negative interval 8888 No first interval V229 479 2 1 8 First birth interval <8 grps> 1 Negative interval 2 0-7 3 8-11 4 12-23 5 24-35 6 36-47 7 48-59 8 60+ or na V230 481 4 0 291 8888 6666 LCBI 6666 Negative interval 8888 No closed interval V231 485 2 1 5 88 LCBI <5 grps> 1 <12 2 12-23 3 24-35 4 36-47 5 48+ 88 Not applicable V232 487 4 0 452 8888 Open birth interval 8888 Not applicable V233 491 2 1 5 88 Open birth interval <5 grps> 1 <12 2 12-23 3 24-35 4 36-47 5 48+ 88 Not applicable V234 493 2 0 1 Ever in union and 1+ fert preg 0 No 1 Yes V235 495 2 0 1 Ever in union and 2+ fert preg V234 V236 497 2 0 1 As V235 and LCBI < 5 yrs V234 *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Group 3 *** * *----------------------------------------------------------------------* * Breastfeeding * *----------------------------------------------------------------------* V301 499 2 0 60 88 87 Breastfed in OBI 87 No data 88 Not applicable 96 Still breastfeeding 97 Until child died 98 Did not breastfeed 99 Not stated V302 501 2 0 58 88 87 Breastfed in LCBI 87 No data 88 Not applicable 98 Did not breastfeed 99 Not stated V303 503 2 1 18 88 87 Breastfed in LCBI <18 grps> 1 Did not breastfeed 2 0-2 3 3-5 4 6 5 7-8 6 9-11 7 12 8 13-17 9 18 10 19-23 11 24 12 25-29 13 30 14 31-35 15 36 16 37-47 17 48 18 49+ 87 No data 88 Not applicable 99 Not stated V304 505 2 1 13 88 87 Breastfed in LCBI <13 grps> 1 Did not breastfeed 2 0-2 3 3-5 4 6 5 7-8 6 9-11 7 12 8 13-17 9 18 10 19-23 11 24 + 0 12 24 + 1 13 25+ 87 No data 88 Not applicable 99 Not stated $PAGE V305 507 2 1 12 88 87 Breastfed in LCBI <12 grps> 1 Did not breastfeed 2 0-2 3 3-5 4 6 5 7-8 6 9-11 7 12 8 13-17 9 18 10 19-23 11 24 12 25+ 87 No data 88 Not applicable 99 Not stated V306 509 2 0 1 LCBI > 32 and child lived > 23 0 No 1 Yes *----------------------------------------------------------------------* * *** Group 4 *** * *----------------------------------------------------------------------* * Exposure status * *----------------------------------------------------------------------* V401 511 2 1 4 Husband or wife sterilized 1 Wife 3 Wife 4 Other cases V402 513 2 1 5 Exposure status 1 Pregnant 2 Not exposed 3 Self-spouse sterlzed 4 Not fecund 5 Fecund V403 515 2 0 1 In union and fecund 0 No 1 Yes V404 517 2 0 1 Exposed V403 V405 519 2 0 1 Exposed, not strlzed, 1+ birth V403 V406 521 2 0 1 Curr in union and not pregnant V403 V407 523 2 0 1 Ever in union and not pregnant V403 *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Group 5 *** * *----------------------------------------------------------------------* * Fertility preferences * *----------------------------------------------------------------------* V501 525 2 1 3 88 99 Desire for future birth 1 Wants more 2 Wants no more 3 Undecided 88 Not in union, fecund 99 Not stated V502 527 2 0 1 In union,fecund, wants no more 0 No 1 Yes V503 529 2 0 1 Exposed, wants no more V502 V504 531 2 0 1 Exposed, wants more V502 V505 533 2 88 88 88 Last pregnancy 88 Not used V506 535 2 88 88 88 Last pregnancy unwanted 88 Not used V507 537 2 0 1 88 99 Prefers next child to be boy 0 No 1 Yes 88 Not applicable 99 Not stated V508 539 2 0 1 88 99 Prefers next child to be girl V507 V509 541 2 0 20 88 97 Additional children wanted 88 Not in union, fecund 97 Undecided 98 Other answers 99 Not stated V510 543 2 0 5 88 97 Additional children wanted<5+> V509 5 5+ V511 545 2 0 20 98 Total children desired 98 Other answers 99 Not stated V512 547 2 0 9 98 Total children desired <9+> V511 9 9+ V513 549 2 1 4 99 Number desired : number alive 1 Desired < living 2 Desired = living 3 Desired > living 4 Other answers 99 Not stated *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Group 6 *** * *----------------------------------------------------------------------* * Knowledge of birth control * *----------------------------------------------------------------------* V601 551 2 0 2 Knows pill 0 No 1 Yes 2 Yes V602 553 2 0 2 Knows of iud V601 V603 555 2 0 2 Knows of other female scientfc V601 V604 557 2 0 2 Knows of douche V601 V605 559 2 0 2 Knows of condom V601 V606 561 2 0 2 Knows of rhythm method V601 V607 563 2 0 2 Knows of withdrawal V601 V608 565 2 88 88 88 Knows of abstention 88 Not used V609 567 2 0 2 Knows of female sterilization V601 V610 569 2 0 2 Knows of male sterilization V601 V611 571 2 0 2 Knows of injection V601 V612 573 2 88 88 88 Knows of country specific 1 V608 V613 575 2 88 88 88 Knows of country specific 2 V608 V614 577 2 88 88 88 Knows of country specific 3 V608 V615 579 2 0 1 Knows other method 0 No 1 Yes V616 581 2 1 3 Type of method known 1 None 2 Inefficient only 3 Efficient V617 583 2 0 1 Knows any method 0 No 1 Yes *----------------------------------------------------------------------* * Ever use of birth control * *----------------------------------------------------------------------* V618 585 2 0 1 Ever used pill 0 No 1 Yes V619 587 2 0 1 Ever used iud V618 V620 589 2 0 1 Ever used other fem scientific V618 V621 591 2 0 1 Ever used douche V618 V622 593 2 0 1 Ever used condom V618 V623 595 2 0 1 Ever used rhythm method V618 V624 597 2 0 1 Ever used withdrawal V618 V625 599 2 88 88 88 Ever used abstention 88 Not used V626 601 2 0 1 Wife sterilzed 0 No 1 Yes V627 603 2 0 1 Husband sterilized V626 V628 605 2 0 1 Ever used injection V618 V629 607 2 88 88 88 Ever used country specific 1 V625 V630 609 2 88 88 88 Ever used country specific 2 V625 V631 611 2 88 88 88 Ever used country specific 3 V625 V632 613 2 0 1 Ever used other method V617 V633 615 2 1 3 Ever used efficient method V616 V634 617 2 0 1 Ever used any method V617 $PAGE *----------------------------------------------------------------------* * Current use of birth control * *----------------------------------------------------------------------* V635 619 2 0 15 88 99 Method currently used 0 None 1 Pill 2 Iud 3 Other fem sci 4 Douche 5 Condom 6 Rhythm method 7 Withdrawal 9 Female sterilization 10 Male sterilization 11 Injection 15 Other methods 88 Not exposed 99 Not stated V636 621 2 1 3 88 Type of current method 1 Not using 2 Using inefficient 3 Using efficient 88 Not exposed V637 623 2 0 1 88 Currently using any method 0 No 1 Yes 88 Not exposed V638 625 2 0 1 Currently using effic method 0 No, not applicable 1 Yes V639 627 2 0 1 Using effic, wants no more V638 $PAGE *----------------------------------------------------------------------* * Pattern of use of birth control * *----------------------------------------------------------------------* V640 629 2 0 15 88 87 Method used in LCBI V635 87 No data 88 No LCBI V641 631 2 1 3 88 87 Type used in LCBI V636 87 No data 88 No LCBI V642 633 2 1 2 88 Use of FP in LCBI 1 Yes 2 No 88 No LCBI V643 635 2 0 15 88 66 Method used in OBI V635 0 Did not use 66 Still abstaining 87 No data 88 No OBI V644 637 2 1 3 88 87 Use of FP in OBI 1 Currently using 2 Used in open 3 Did not use 87 No data 88 No OBI V645 639 2 1 8 Pattern of contraceptive use 1 Intends use 2 Intends no use 3 Nev used not fecund 4 Used in open 5 Used in closed 6 Used earlier 7 Sterilized 8 Current user *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Group 7 *** * *----------------------------------------------------------------------* * Respondent's background * *----------------------------------------------------------------------* V701 641 2 1 4 99 Region of residence V002 99 Not stated V702 643 2 1 4 99 Type of place of residence 1 Maseru 2 Other urban450> 3 Urban 4 Rural 99 Not stated V703 645 2 1 2 99 Childhood place of residence 1 Conutryside 2 Town 99 Not stated V704 647 2 0 4 99 Level of education 0 No schooling 1 Primary 2 Secondary 3 University 4 Vocational 99 Not stated V705 649 2 1 2 99 Literacy 1 Can read 2 Cannot read 99 Not stated V706 651 2 1 4 99 Religion 1 Catholic 2 Anglican 3 LEC 4 Other 99 Not stated V707 653 2 88 88 88 Ethnic group 88 Not used V708 655 2 0 9 99 Occupation before 1st union 0 Did not work 1 Professional 2 Clerical 3 Sales 4 Agric. self-employed 5 Agric. employee 6 Household worker 7 Other services 8 Skilled manual 9 Unskilled manual 99 Not stated V709 657 2 1 8 99 Work status before union 1 Family paid cash 2 Family paid kind 3 Family unpaid 4 Other paid cash 5 Other paid kind 6 Other unpaid 7 Self employed 8 Did not work 99 Not stated V710 659 2 0 9 99 Last occupation since marr V708 V711 661 2 1 9 99 Last work status since marr 1 Family farm 2 Family paid cash 3 Family paid kind 4 Family unpaid 5 Other paid cash 6 Other paid kind 7 Other unpaid 8 Self employed 9 Did not work 99 Not stated V712 663 2 1 5 Place of work since marr 1 Family farm 2 Other farm 3 At home 4 Away from home 5 No work since union V713 665 2 1 6 Pattern of work 1 Now and before 2 Now not before 3 Since and before 4 Since not before 5 Before only 6 Never worked *----------------------------------------------------------------------* * *** Group 8 *** * *----------------------------------------------------------------------* * Partner's background * *----------------------------------------------------------------------* V801 667 2 1 2 99 Partner's childhood residence V703 V802 669 2 0 4 99 Partner's level of education V704 99 Not stated V803 671 2 1 2 99 Partner's literacy V705 V804 673 2 0 9 99 Partner's occupation V708 V805 675 2 1 10 99 Partner's work status 1 Family paid cash 2 Family paid kind 3 Family unpaid 4 Other paid cash 5 Other paid kind 6 Other unpaid 7 Self employed 8 Employs 1-4 9 Employs 5+ 10 Never worked 99 Not stated *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Group 9 *** * *----------------------------------------------------------------------* * Interview data * *----------------------------------------------------------------------* V901 677 2 11 84 99 Interviewer number 99 Not stated V902 679 2 88 88 88 Length of interview in minutes 88 Not used V903 681 2 1 3 Number of visits V904 683 2 1 3 99 Reliability of birth history 1 Good 2 Fair 3 Poor 99 Not stated V905 685 2 0 15 99 Present after birth history 0 No one 1 Child under 10 2 Husband 3 Husband, children 4 Other male 5 Males, children 6 Husband, males 7 Husband, males, ch. 8 Other female 9 Females, children 10 Husband, females 11 Husband, female,ch. 12 Males, females 13 Males, females,ch. 14 Hus., males, females 15 Hus.,mal.,fem.,ch.. 99 Not stated V906 687 2 0 15 99 Present after union history V905 V907 689 2 1 4 99 Degree of co-operation 1 Bad 2 Fair 3 Good 4 Very good 99 Not stated *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Factors Module Recode Variables * *----------------------------------------------------------------------* * Master version 1.6, 9 Nov 82 (JJ) * *----------------------------------------------------------------------* * Open Interval * *----------------------------------------------------------------------* F101 691 1 1 6 Status of last pregnancy 1 Never pregnant 2 Currently 2nd+ preg 3 Currently 1st preg 4 Live birth, alive 5 Live birth, dead 6 Non-live birth F102 692 1 1 3 8 Date form for last pregnancy 1 Cal year and month 2 Calendar year only 3 Years ago 8 Nev preg, curr preg F103 693 1 0 1 Has an open pregnancy interval 0 No 1 Yes F104 694 1 0 1 Ever married and has OPI F103 F105 695 1 0 1 OPI began with live birth F103 F106 696 2 1 9 88 Gestation non-live birth 88 Not applicable F107 698 2 1 9 88 Gest non-live birth F106 F108 700 2 1 12 88 99 Start of OPI 88 Not applicable 99 Not stated F109 702 2 43 77 88 99 Start of OPI F108 F110 704 2 0 22 88 99 Since start of OPI F108 F111 706 4 517 935 8888 Start of OPI 8888 Not applicable F112 710 4 0 416 8888 Length of OPI F111 F113 714 1 1 2 8 Sex of last live birth 1 Male 2 Female 8 Not applicable F114 715 2 1 15 88 Pregnancies, including last 88 Not applicable F115 717 4 0 276 8888 9999 Age last child at death 8888 Not applicable 9999 Not stated $PAGE F116 721 1 1 3 8 Last child breastfed 1 Yes 2 No 3 Non-live birth 8 Not applicable F117 722 1 0 1 Still breastfeeding last child 0 No, na, ns 1 Yes F118 723 2 0 60 88 96 Breastfed last child 0 Less than 1 month 88 Not applicable 96 Still breastfeeding 97 Breastfed until died 98 Not breastfed 99 Not stated F119 725 1 0 1 Full-breastfeeding last child F117 F120 726 2 0 24 88 96 Full-breastfed child F118 F121 728 1 0 1 Still amenorrheic F117 F122 729 2 0 60 88 96 Amenorrhea in OPI 88 Not applicable 96 Still amenorrheic 99 Not stated F123 731 1 0 1 Still abstaining F117 F124 732 2 0 60 88 96 Abstinence in OPI F122 96 Still abstaining F125 734 2 0 60 88 96 Loss of exposure in OPI F122 96 Still unexposed F126 736 1 0 4 8 Times away in OPI 0 No absences 8 Not applicable F127 737 4 0 144 8888 9999 Time away in OPI 0 No absences 8888 Not applicable 9999 Not stated F128 741 1 0 1 Husband still away F117 F129 742 1 0 1 Married throughout OPI 0 No, na 1 Yes F130 743 1 0 1 Date start first abs stated F129 F131 744 4 0 133 8888 9696 Time away after resumption 8888 Not applicable 9696 Not resumed 9999 Not stated F132 748 4 0 343 8888 9696 Length of exposure in OPI F131 F133 752 2 11 48 88 Age at start of OPI 88 Not applicable $PAGE F134 754 4 578 932 8888 8887 Date 1st sep in OPI 8887 No data 8888 Not applicable 9999 Not stated F135 758 2 0 15 88 66 Method used in open preg int. V635 66 Still abstaining 88 Not applicable 99 Not stated F136 760 1 1 3 8 6 Use of any FP in open preg int 1 Current user 2 Used earlier 3 Did not use 6 Still abstaining 8 Not applicable *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Closed Interval * *----------------------------------------------------------------------* F201 761 1 1 6 Status of penultimate preg. 1 Never pregnant 2 Only one pregnancy 4 Live birth , alive 5 Live birth , dead 6 Non-live birth F202 762 1 1 3 8 Date form for penult pregnancy F102 F203 763 1 0 1 Has a closed pregnancy interv. F103 F204 764 1 0 1 Ever married and has CPI F103 F205 765 1 0 1 CPI begun with live birth F103 F206 766 2 1 9 88 Gestation non-live birth F106 F207 768 2 1 9 88 Gest non-live birth F106 F208 770 2 1 12 88 99 Start CPI F108 F209 772 2 44 77 88 99 Start CPI F108 F210 774 2 1 26 88 99 Since start CPI F108 F211 776 1 0 1 Start and end CPI stated 0 No, na, ns 1 Yes F212 777 4 532 930 8888 Start CPI F111 F213 781 4 4 401 8888 Start CPI to interval F111 F214 785 4 2 291 8888 Length of CPI F111 F215 789 4 0 282 8888 Start CPI to concep F111 F216 793 1 1 2 8 Sex of penultimate live birth F113 F217 794 2 1 14 88 Preg order penultimate preg F114 F218 796 4 0 312 8888 9999 Age penult child at death F115 F219 800 1 0 1 CPI >32 and Child lived >24 F211 F220 801 1 1 3 8 Penultimate child breastfed F116 F221 802 1 0 1 Still breastfeeding penult F117 F222 803 2 1 58 88 97 Breastfed penult child 88 Not applicable 97 Breastfed until died 98 Not breastfed 99 Not stated F223 805 2 0 24 88 97 Full breastfed penult child F222 F224 807 2 0 53 88 99 Amenorrhea in CPI 88 Not applicable 99 Not stated F225 809 2 0 60 88 99 Abstinence in CPI F224 F226 811 2 0 60 88 99 Loss of exposure F224 F227 813 1 0 4 8 Times away in CPI F126 F228 814 4 0 60 8888 9999 Time away in CPI F127 F229 818 1 0 1 Married throughout CPI F129 F230 819 1 0 1 Date start first abs stated F129 F231 820 4 0 48 8888 9999 Time away after resump 8888 Not applicable 9999 Not stated F232 824 4 0 270 8888 9999 Length exp in CPI F231 F233 828 2 10 44 88 Age at start of CPI F133 $PAGE F234 830 4 613 926 8888 Date 1st sep. in LCPI 8888 Not applicable F235 834 2 0 15 88 99 Method used in LCPI V635 88 No CPI 99 Not stated F236 836 1 1 3 8 Use of any method in LCPI 1 Used no method 2 Inefficient only 3 Efficient method 8 No CPI *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Open And Closed Intervals - For Women Without Birth * *----------------------------------------------------------------------* F301 837 1 0 1 8 Is interval open 0 No 1 Yes 8 Not applicable F302 838 1 0 4 8 9 Times away in interval F126 F303 839 4 0 109 8888 9999 Time away in interval F127 F304 843 1 0 1 Husband still away F117 F305 844 4 618 931 8888 Date 1st sep in preg int 8888 Not applicable F306 848 2 0 15 88 99 Method used in OPI or CPI V635 88 Not applicable 99 Not stated F307 850 1 1 3 8 Use of any meth in OPI or CPI 1 Current user 2 Used earlier 3 Did not use 8 Not applicable *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Menstruation And Coital Frequency * *----------------------------------------------------------------------* F401 851 1 1 3 Regularity of periods 1 Regular 2 Irregular 3 Not menstruating F402 852 1 1 3 9 Interval between periods 1 =< 1 Month 2 > 1 Month 3 Not menstruating 9 Not stated F403 853 2 1 8 97 Duration of menstrual flow 8 8+ days 97 No longer menstr. 99 Not stated F404 855 1 0 1 8 9 Menopause 0 No 1 Yes 8 Not applicable 9 Not stated F405 856 2 10 20 99 Age at menarche 99 Not stated F406 858 1 8 8 8 Sexual relations these days 8 Not used F407 859 1 8 8 8 Coital frequency 8 Not used F408 860 1 8 8 8 Terminal abstinence 8 Not used F409 861 1 1 5 8 9 Self-reported fecundity status 1 Fecund 2 Uncertain 3 Infecund, not menop 4 Infecund, menopausal 5 Sterilized 8 Not curr married 9 Not stated F410 862 2 1 10 99 Detailed exposure status 1 Not currently marr 2 Pregnant 3 Sterilized 4 Infecund 6 Amenorrheic 7 Abstaining 8 Husband away 10 Exposed 99 Not stated F411 864 2 1 4 88 99 Detailed fecundity status 1 Probably fecund 2 Prob infecund 3 Prob infecund 4 Infecund 88 Not curr married 99 Not stated *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Dictionary for Extra Standard Recode Variables * *----------------------------------------------------------------------* * Master version 3.2, 16 November 1982 (JJ) * *----------------------------------------------------------------------* X220 866 2 0 6 Sons living at home X222 868 2 0 7 Daughters living at home X302 870 2 88 88 88 Penult child breastfed 88 Not used X402 872 1 1 2 8 9 Self reported fecundity 1 Fecund, preg or user 2 Infecund 8 Ster or not married 9 Not stated X701 873 1 0 1 9 Always lived in locality 0 No 1 Yes 9 Not stated X704 874 2 0 16 Years of education X708 876 4 0 999 8888 Occupation before marriage 8888 Did not work X710 880 4 0 999 8888 Occupation since marriage X708 X721 884 2 1 3 87 Type of work before marriage 1 Full-time 2 Part-time 3 Seasonal 87 Did not work 99 Not stated X722 886 2 0 20 87 Years worked before marriage 87 Did not work 99 Not stated X725 888 2 1 3 87 Type of work since marriage X721 X726 890 2 0 31 87 Years worked since marriage X722 X727 892 2 49 77 86 Year last worked since marr X722 86 Currently working X731 894 1 0 1 6 Worked in first birth interval 0 No 1 Yes 6 Negative interval 7 No birth 9 Not stated $PAGE X802 895 2 0 16 99 Husband's years of education 99 Not stated X804 897 4 0 999 Huband's occupation X806 901 2 16 80 88 99 Husband's age 88 Not currently marr 99 Not stated X810 903 1 0 1 8 Husband usually resident 0 No 1 Yes 8 Not currently marr X911 904 1 1 3 Format of resp birth date 1 Exact date given 2 Calendar year only 3 Years ago X912 905 1 1 4 Format of first marriage date X911 4 Age of resp at marr X913 906 1 1 3 8 Format of first birth date 1 Exact date given 2 Calendar year only 3 Years ago 8 No birth X914 907 1 1 3 8 Format of penult birth date X913 X915 908 1 1 3 8 Format of last birth date X913 *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Pregnancy History Variables * *----------------------------------------------------------------------* * Master version 1.1, 18 November 1982 (JJ) * *----------------------------------------------------------------------* * *** Pregnancy history: table style *** * *----------------------------------------------------------------------* * Table Start Step Entries * * name loc size Act Max * * ---- --- ---- --- --- * %TABLE PH 909 7 7 7 * * * *----------------------------------------------------------------------* *Name Loc Ln Min Max NA Spec Variable label * *---- --- -- --- --- -- ---- -------------- * >PTYP PH 1 1 1 2 8 Type of non-live birth > 1 Still birth > 2 Abortion > 8 No pregnancy >PDAT PH 2 4 570 933 8888 Date of end of pregnancy > 8888 No pregnancy >PDUR PH 6 2 1 9 88 Duration of preg > 88 No pregnancy *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * * *----------------------------------------------------------------------* * *** Pregnancy history: individual variables *** * *----------------------------------------------------------------------* PTYP01 909 1 1 2 8 Type of non-live birth <1> 1 Still birth 2 Abortion 8 No pregnancy PDAT01 910 4 570 933 8888 Date of end of pregnancy <1> 8888 Not applicable PDUR01 914 2 1 9 88 Duration of preg <1> 88 Not applicable * * PTYP02 916 1 1 2 8 Type of non-live birth <2> PTYP01 PDAT02 917 4 400 935 8888 Date of end of pregnancy <2> PDAT01 PDUR02 921 2 1 9 88 Duration of preg <2> PDUR01 * * PTYP03 923 1 1 2 8 Type of non-live birth <3> PTYP01 PDAT03 924 4 570 933 8888 Date of end of pregnancy <3> PDAT01 PDUR03 928 2 1 9 88 Duration of preg <3> PDUR01 * * PTYP04 930 1 1 2 8 Type of non-live birth <4> PTYP01 PDAT04 931 4 570 933 8888 Date of end of pregnancy <4> PDAT01 PDUR04 935 2 1 9 88 Duration of preg <4> PDUR01 * * PTYP05 937 1 1 2 8 Type of non-live birth <5> PTYP01 PDAT05 938 4 570 933 8888 Date of end of pregnancy <5> PDAT01 PDUR05 942 2 1 9 88 Duration of preg <5> PDUR01 * * PTYP06 944 1 1 2 8 Type of non-live birth <6> PTYP01 PDAT06 945 4 570 933 8888 Date of end of pregnancy <6> PDAT01 PDUR06 949 2 1 9 88 Duration of preg <6> PDUR01 * * PTYP07 951 1 1 2 8 Type of non-live birth <7> PTYP01 PDAT07 952 4 570 933 8888 Date of end of pregnancy <7> PDAT01 PDUR07 956 2 1 9 88 Duration of preg <7> PDUR01 *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Country Specific Standard Recode Variables * *----------------------------------------------------------------------* S220 958 2 0 5 Sons living away S221 960 2 0 7 Sons dead S222 962 2 0 6 Daughters living away S223 964 2 0 6 Daughters dead S661 966 1 0 1 8 Know where to get FP advice 0 No 1 Yes 8 Not applicable S662 967 2 1 63 88 64 Places for FP advice 1 FP clinic 2 Mobile FP clinic 4 Hospital 8 FP field worker 16 Pharmacy 32 Doctor 64 Other 88 Not applicable S663 969 1 0 1 8 Ever been to FP place S661 S664 970 1 1 6 8 9 FP place visited 1 FP clinic 2 Mobile FP clinic 3 Hospital 4 FP field worker 5 Pharmacy 6 Doctor 8 Not applicable 9 Not stated S665 971 2 0 24 88 99 Hours to FP place 88 Not applicable 99 Not stated S666 973 2 1 20 88 99 Transport to FP place 1 Foot 2 Horse 3 Foot & horse 4 Bus 5 Foot & bus 8 Car 16 Other 20 Bus & other 88 Not applicable 99 Not stated S667 975 2 1 60 88 Minutes waited at FP place 88 Not applicable S811 977 2 1 5 88 Number of husband's wives 88 Not currently marr S812 979 2 1 5 88 99 Wife rank number S811 99 Not stated S901 981 3 1 100 Cluster number S902 984 3 1 381 Household number S903 987 2 1 17 Line number S904 989 2 1 18 86 Maxi household line number 86 No maxi hh data *----------------------------------------------------------------------* * End of dictionary for Lesotho Standard Recode * *----------------------------------------------------------------------*