$TITLE "Dictionary for Senegal Standard Recode" *----------------------------------------------------------------------* * * * * /\ * * * / //\\ \ World Fertility Survey * Senegal * * // ///\\\ \\ * Fertility Survey * * ////// \\\\\\ International * * * //// \\\\ Statistical * * * // \\ Institute * * * \\\\\\\ /////// * * * \\ /// 35-37 Grosvenor Gardens * * * \\\\\\ ////// London SW1W 0BS * Dictionary for * * \\ /// United Kingdom * Standard Recode * * \\ //// * * * * * *----------------------------------------------------------------------* * * *----------------------------------------------------------------------* ( Country code : SN * *------------------------:---------------------------------------------* ( Type of data : SR04 * *------------------------:---------------------------------------------* * File : Dict * *------------------------:---------------------------------------------* ( Version of dictionary : 4.1.1 * *------------------------:---------------------------------------------* ( Date created : 6 Apr 1983 (BP) * *------------------------:---------------------------------------------* ( Date last amended : 6 Apr 1983 (BP) * *------------------------:---------------------------------------------* ( 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: * * * * @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ * * Senegal Fertility Survey, 1978, Standard Recode, version 3 [MRDF] * * London: International Statistical Institute [producer and * * distributor]. * * 1 data file (3985 logical records) plus 5 MRDFs containing data * * dictionary, marginals and SPSS data desription, and data * * document. * * * *----------------------------------------------------------------------* * * * * * 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: * * * * 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 SN SR 04 1040 3985 * * * *----------------------------------------------------------------------* * * * Location Length Number * * Sort of of of * * order case key case key cases * * ----- -------- -------- ----- * %CASE A 10 7 3985 * * * *----------------------------------------------------------------------* * *** Group 0 *** * *----------------------------------------------------------------------* * Sampling information * *----------------------------------------------------------------------* V000 1 9 Data set identifier * 1 3 "WFS" * * 4 2 "SN" * * 6 4 "SR04" * V001 10 7 Serial number V002 17 2 88 88 88 Domain 88 Not used V003 19 4 1 178 Stratum V004 23 4 1 357 Primary sampling unit V005 27 4 1 357 Ultimate area unit V006 31 410001000 Sample weight *----------------------------------------------------------------------* * Reference dates and age * *----------------------------------------------------------------------* V007 35 4 941 946 Date of interview V008 39 4 345 778 Date of birth V009 43 2 28 64 Year of birth V010 45 2 13 49 Age in completed years V011 47 2 1 7 Age <5 yr grps> 1 <20 2 20-24 3 25-29 4 30-34 5 35-39 6 40-44 7 45+ V012 49 2 1 4 Age <10 yr grps> 1 <25 2 25-34 3 35-44 4 45+ *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Union history *** * *----------------------------------------------------------------------* * *** Union history: table style *** * *----------------------------------------------------------------------* * Table Start Step Entries * * name loc size Act Max * * ---- --- ---- --- --- * %TABLE UH 51 10 6 8 * * * *----------------------------------------------------------------------* *Name Loc Ln Min Max NA Spec Variable label * *---- --- -- --- --- -- ---- -------------- * >UTYP UH 1 1 1 2 8 Type of union > 1 Marriage > 2 Common law > 8 No union >UDAT UH 2 4 506 944 8888 Start of union > 8888 No union >USTA UH 6 1 1 4 8 Status of union > 1 Married > 2 Widowed > 3 Divorced > 4 Separated > 8 No union >UDIS UH 7 4 529 945 8888 Dissolution of union > 8888 Not dissolved *----------------------------------------------------------------------* * *** Union history: individual variables *** * *----------------------------------------------------------------------* * First union * *----------------------------------------------------------------------* M011 51 1 1 2 8 Type of union <1> 1 Marriage 2 Common law 8 Not applicable M012 52 4 506 944 8888 Date of union <1> 8888 Not applicable M013 56 1 1 4 8 Status of union <1> 1 Married 2 Widowed 3 Divorced 4 Separated 8 Not applicable M014 57 4 529 945 8888 Date of dissolution <1> 8888 Not dissolved *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Second to eighth union * *----------------------------------------------------------------------* M021 61 1 1 2 8 Type of union <2> 1 Marriage 2 Common law 8 Not applicable M022 62 4 506 944 8888 Date of union <2> 8888 Not applicable M023 66 1 1 4 8 Status of union <2> 1 Married 2 Widowed 3 Divorced 4 Separated 8 Not applicable M024 67 4 529 945 8888 Date of dissolution <2> M014 * * M031 71 1 1 2 8 Type of union <3> M021 M032 72 4 506 944 8888 Date of union <3> M022 M033 76 1 1 4 8 Status of union <3> M023 M034 77 4 529 945 8888 Date of dissolution <3> M014 * * M041 81 1 1 2 8 Type of union <4> M021 M042 82 4 506 944 8888 Date of union <4> M022 M043 86 1 1 4 8 Status of union <4> M023 M044 87 4 529 945 8888 Date of dissolution <4> M014 * * M051 91 1 1 2 8 Type of union <5> M021 M052 92 4 506 944 8888 Date of union <5> M022 M053 96 1 1 4 8 Status of union <5> M023 M054 97 4 529 945 8888 Date of dissolution <5> M014 * * M061 101 1 1 2 8 Type of union <6> M021 M062 102 4 506 944 8888 Date of union <6> M022 M063 106 1 1 4 8 Status of union <6> M023 M064 107 4 529 945 8888 Date of dissolution <6> M014 * * M071 111 1 8 8 8 Not used M072 112 488888888 8888 Not used M073 116 1 8 8 8 Not used M074 117 488888888 8888 Not used * * M081 121 1 8 8 8 Not used M082 122 488888888 8888 Not used M083 126 1 8 8 8 Not used M084 127 488888888 8888 Not used * * *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Group 1 *** * *----------------------------------------------------------------------* * Union status * *----------------------------------------------------------------------* V101 131 2 0 6 Times in union V102 133 2 0 4 Times in union <4+> 4 4+ V103 135 2 0 1 Ever in union 0 No 1 Yes V104 137 2 1 4 88 Status of first union 1 Married 2 Widowed 3 Divorced 4 Separated 88 Never in union V105 139 2 0 1 88 First union dissolved 0 No 1 Yes 88 Never in union V106 141 2 0 1 88 Re entered union 0 No 1 Yes 88 Not dissolved V107 143 2 1 4 88 Current union status V104 V108 145 2 0 1 88 Currently in union V105 *----------------------------------------------------------------------* * Age at first union * *----------------------------------------------------------------------* V109 147 2 9 44 88 Age at first union 88 Never in union V110 149 2 1 7 88 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 + 88 Never in union V111 151 2 1 5 88 Age at first union <5 grps> 1 <15 2 15-19 3 20-24 4 25-29 5 30+ 88 Never in union V112 153 2 1 2 88 Age at first union <2 grps> 1 <20 2 20+ 88 Never in union V113 155 2 0 1 Age > 24 and in union < 25 0 No 1 Yes *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Duration of union * *----------------------------------------------------------------------* V114 157 4 0 439 8888 Months spent in union state 8888 Never in union V115 161 4 0 439 8888 Months since first in union V114 V116 165 2 0 36 88 Years since 1st in union 88 Never in union V117 167 2 1 7 88 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+ 88 Never in union V118 169 2 1 4 88 Ys since 1st in un'n<10 y gps> 1 <10 2 10-19 3 20-29 4 30+ 88 Never in union V119 171 2 1 4 88 Ys since 1st in union <4 gps> 1 <5 2 5- 9 3 10-19 4 20+ 88 Never in union V120 173 2 1 3 88 Ys since 1st in union <3 grps> 1 <10 2 10-19 3 20+ 88 Never in union 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 525 946 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 25 88 99 Age at death > 88 Not applicable > 99 Not stated >BADM BH 9 2 0 11 88 99 Age at death > 88 Not applicable > 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 524 946 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 25 88 99 Age at death <1> 88 Not applicable 99 Not stated B015 189 2 0 11 88 99 Age at death <1> 88 Not applicable 99 Not stated *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Second to 24th births * *----------------------------------------------------------------------* B021 191 1 1 2 8 Order within mult birth <2> B011 B022 192 4 524 946 8888 Date of birth <2> B012 B023 196 1 1 2 8 Sex of child <2> B013 B024 197 2 0 25 88 99 Age at death <2> B014 B025 199 2 0 11 88 99 Age at death <2> B015 * * B031 201 1 1 3 8 Order within mult birth <3> B011 B032 202 4 524 946 8888 Date of birth <3> B012 B033 206 1 1 2 8 Sex of child <3> B013 B034 207 2 0 25 88 99 Age at death <3> B014 B035 209 2 0 11 88 99 Age at death <3> B015 * * B041 211 1 1 3 8 Order within mult birth <4> B011 B042 212 4 524 946 8888 Date of birth <4> B012 B043 216 1 1 2 8 Sex of child <4> B013 B044 217 2 0 25 88 99 Age at death <4> B014 B045 219 2 0 11 88 99 Age at death <4> B015 * * B051 221 1 1 3 8 Order within mult birth <5> B011 B052 222 4 524 946 8888 Date of birth <5> B012 B053 226 1 1 2 8 Sex of child <5> B013 B054 227 2 0 25 88 99 Age at death <5> B014 B055 229 2 0 11 88 99 Age at death <5> B015 * * B061 231 1 1 3 8 Order within mult birth <6> B011 B062 232 4 524 946 8888 Date of birth <6> B012 B063 236 1 1 2 8 Sex of child <6> B013 B064 237 2 0 25 88 99 Age at death <6> B014 B065 239 2 0 11 88 99 Age at death <6> B015 * * B071 241 1 1 3 8 Order within mult birth <7> B011 B072 242 4 524 946 8888 Date of birth <7> B012 B073 246 1 1 2 8 Sex of child <7> B013 B074 247 2 0 25 88 99 Age at death <7> B014 B075 249 2 0 11 88 99 Age at death <7> B015 * * B081 251 1 1 3 8 Order within mult birth <8> B011 B082 252 4 524 946 8888 Date of birth <8> B012 B083 256 1 1 2 8 Sex of child <8> B013 B084 257 2 0 25 88 99 Age at death <8> B014 B085 259 2 0 11 88 99 Age at death <8> B015 * * B091 261 1 1 3 8 Order within mult birth <9> B011 B092 262 4 524 946 8888 Date of birth <9> B012 B093 266 1 1 2 8 Sex of child <9> B013 B094 267 2 0 25 88 99 Age at death <9> B014 B095 269 2 0 11 88 99 Age at death <9> B015 * * $PAGE B101 271 1 1 3 8 Order within mult birth <10> B011 B102 272 4 524 946 8888 Date of birth <10> B012 B103 276 1 1 2 8 Sex of child <10> B013 B104 277 2 0 25 88 99 Age at death <10> B014 B105 279 2 0 11 88 99 Age at death <10> B015 * * B111 281 1 1 3 8 Order within mult birth <11> B011 B112 282 4 524 946 8888 Date of birth <11> B012 B113 286 1 1 2 8 Sex of child <11> B013 B114 287 2 0 25 88 99 Age at death <11> B014 B115 289 2 0 11 88 99 Age at death <11> B015 * * B121 291 1 1 3 8 Order within mult birth <12> B011 B122 292 4 524 946 8888 Date of birth <12> B012 B123 296 1 1 2 8 Sex of child <12> B013 B124 297 2 0 25 88 99 Age at death <12> B014 B125 299 2 0 11 88 99 Age at death <12> B015 * * B131 301 1 1 3 8 Order within mult birth <13> B011 B132 302 4 524 946 8888 Date of birth <13> B012 B133 306 1 1 2 8 Sex of child <13> B013 B134 307 2 0 25 88 99 Age at death <13> B014 B135 309 2 0 11 88 99 Age at death <13> B015 * * B141 311 1 1 3 8 Order within mult birth <14> B011 B142 312 4 524 946 8888 Date of birth <14> B012 B143 316 1 1 2 8 Sex of child <14> B013 B144 317 2 0 25 88 99 Age at death <14> B014 B145 319 2 0 11 88 99 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 * * 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 * * $PAGE 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 6 Wasted pregnancies V202 423 2 0 6 Still births V203 425 2 0 5 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 13 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 9 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 8 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 union 5 years V224 467 2 0 5 88 Sons born in 1st 5 yrs V223 V225 469 2 0 5 Children born in past 5 yrs V226 471 2 0 3 Sons born in past 5 yrs V227 473 2 0 12 Living children 5 yrs ago *----------------------------------------------------------------------* * Birth intervals * *----------------------------------------------------------------------* V228 475 4 0 325 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 325 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 436 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 39 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 75 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 2 Husband 4 Other cases V402 513 2 1 5 88 Exposure status 1 Pregnant 2 Not exposed 3 Self-spouse sterlzed 4 Not fecund 5 Fecund 88 Never exposed 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 89 Desire for future birth 1 Wants more 2 Wants no more 3 Undecided 88 Not in union, fecund 89 No data 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 89 Prefers next child to be boy 0 No 1 Yes 88 Not applicable 89 No data 99 Not stated V508 539 2 0 1 88 89 Prefers next child to be girl V507 V509 541 2 0 21 88 87 Additional children wanted 87 No data 88 Not in union, fecund 89 No data 97 Undecided 98 Other answers 99 Not stated V510 543 2 0 5 88 87 Additional children wanted<5+> V509 5 5+ V511 545 2 0 20 98 Total children desired 98 Other answers V512 547 2 0 9 98 Total children desired <9+> V511 9 9+ V513 549 2 1 4 Number desired : number alive 1 Desired < living 2 Desired = living 3 Desired > living 4 Other answers *----------------------------------------------------------------------* $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 88 88 88 Knows of douche 88 Not used V605 559 2 0 2 Knows of condom V601 V606 561 2 0 2 99 Knows of rhythm method V601 99 Not stated V607 563 2 88 88 88 Knows of withdrawal 88 Not used V608 565 2 0 2 99 Knows of abstention V601 99 Not stated V609 567 2 88 88 88 Knows of female sterilization 88 Not used V610 569 2 88 88 88 Knows of male sterilization 88 Not used V611 571 2 0 2 Knows of injection V601 V612 573 2 0 1 Knows of magic charm 0 No 1 Yes V613 575 2 0 1 Knows of roots, herbs, drugs V612 V614 577 2 88 88 88 Knows of other medications 88 Not used 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 *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * 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 88 88 88 Ever used douche 88 Not used V622 593 2 0 1 Ever used condom V618 V623 595 2 0 1 Ever used rhythm method V618 V624 597 2 88 88 88 Ever used withdrawal 88 Not used V625 599 2 0 1 Ever used abstention V618 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 0 1 Ever used magic charm V618 V630 609 2 0 1 Ever used roots, herbs, drugs V618 V631 611 2 88 88 88 Ever used other medications 88 Not used V632 613 2 0 1 Ever used other method V615 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 Method currently used 0 None 1 Pill 2 Iud 3 Other fem sci 5 Condom 6 Rhythm method 8 Abstinence 9 Female sterilization 10 Male sterilization 11 Injection 12 Magic charm 13 Roots, herbs, drugs 14 Other medications 15 Other methods 88 Not exposed 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 87 Use of FP in LCBI 1 Yes 2 No 87 No data 88 No LCBI V643 635 2 0 15 88 87 Method used in OBI V635 0 Did not use 87 No data 88 No OBI 99 Not stated 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 88 Pattern of contraceptive use 1 Intends use 2 Intends no use 3 Nev used not fecund 4 Used in OBI 5 Used in LCBI 6 Used in earlier int 7 Sterilized 8 Current user 88 Never in union *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Group 7 *** * *----------------------------------------------------------------------* * Respondent's background * *----------------------------------------------------------------------* V701 641 2 1 8 Region of residence 1 Cap-Vert 2 Casamance 3 Diourbel 4 Fleuve 5 S. Oriental 6 S. Saloum 7 Thies 8 Louga V702 643 2 1 2 Type of place of residence 1 Urban 2 Rural V703 645 2 1 2 99 Childhood place of residence 1 Urban 2 Rural 99 Not stated V704 647 2 0 4 99 Level of education 0 No schooling 1 Primary 2 Secondary 3 University 4 Other 99 Not stated V705 649 2 1 2 99 Literacy 1 Can read 2 Cannot read 99 Not stated V706 651 2 1 5 99 Religion 1 Muslim 2 Catholic 3 Protestant 4 Atheist 5 Others 99 Not stated V707 653 2 1 22 99 Ethnic group 1 Wolof 2 Poular 3 Mandique 4 Serer 5 Lebu 6 Diola 7 Soce 8 Bambara 9 Khassonke 10 Soninke 11 Bassari 12 Coniagni 13 Balant 14 Fula 15 Malinle 16 Sarakole 17 Mankaag 18 Mairre 19 Senegalese unknown 20 Nationalized Seneg. 21 Other ethnic groups 22 Not senegalese 99 Not stated V708 655 2 0 9 88 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 88 Never in union 99 Not stated V709 657 2 1 8 88 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 88 Never married V710 659 2 0 9 88 99 Last occupation since marr V708 V711 661 2 1 9 88 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 88 Never married *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* V712 663 2 1 5 88 Place of work since marr 1 Family farm 2 Other farm 3 At home 4 Away from home 5 No work since union 88 Never married V713 665 2 1 6 88 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 88 Never married *----------------------------------------------------------------------* * *** Group 8 *** * *----------------------------------------------------------------------* * Partner's background * *----------------------------------------------------------------------* V801 667 2 1 2 88 98 Partner's childhood residence V703 88 Not applicable 98 Don't know V802 669 2 0 4 88 98 Partner's level of education V704 88 Not applicable 98 Don't know V803 671 2 1 2 88 98 Partner's literacy V705 88 Not applicable 98 Don't know V804 673 2 0 9 88 98 Partner's occupation V708 98 Don't know V805 675 2 1 10 88 98 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 88 Never married 98 Don't know 99 Not stated *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Group 9 *** * *----------------------------------------------------------------------* * Interview data * *----------------------------------------------------------------------* V901 677 2 0 51 99 Interviewer number V902 679 2 88 88 88 Length of interview in minutes 88 Not used V903 681 2 88 88 88 Number of visits 88 Not used 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 * *----------------------------------------------------------------------* * 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 2 8 Date form for last pregnancy 1 Cal year and month 2 Calendar year only 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 88 Not applicable F108 700 2 1 12 88 99 Start of OPI 88 Not applicable 99 Not stated F109 702 2 44 78 88 Start of OPI 88 Not applicable F110 704 2 88 99 Since start of OPI F108 F111 706 4 533 946 8888 Start of OPI 8888 Not applicable F112 710 4 0 413 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 16 88 Pregnancies, including last 88 Not applicable F115 717 4 0 279 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 39 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 0 Still amenorrheic 0 No, NA, NS F122 729 2 88 87 Amenorrhea in OPI 87 No data given 88 Not applicable F123 731 1 0 0 Still abstaining F121 F124 732 2 88 87 Abstinence in OPI F122 F125 734 2 88 87 Loss of exposure in OPI F122 F126 736 1 0 4 8 9 Times away in OPI 0 No absences 8 Not applicable 9 Not stated F127 737 4 0 72 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 8888 8887 Time away after resumption 8887 No data given 8888 Not applicable F132 748 4 8888 8887 Length of exposure in OPI F131 F133 752 2 13 48 88 Age at start of OPI 88 Not applicable *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* F134 754 4 666 943 8888 9999 Date 1st sep in OPI 8888 Not applicable 9999 Not stated F135 758 2 0 15 88 99 Method used in open preg int. 0 No method 1 Pill 2 IUD 3 Other fem sci 5 Condom 6 Rhythm 8 Abstention 9 Female ster. 10 Male ster. 11 Injection 12 Magic charm 13 Roots, herbs, drgus 14 Other medications 15 Other method 88 Not applicable 99 Not stated F136 760 1 1 3 8 Use of any FP in open preg int 1 Current user 2 Used earlier 3 Did not use 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 2 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 LCPI F103 F205 765 1 0 1 LCPI 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 F107 F208 770 2 1 12 88 99 Start LCPI F108 F209 772 2 43 78 88 Start LCPI F109 F210 774 2 88 99 Since start LCPI F108 F211 776 1 0 1 Start and end LCPI stated 0 No, NA, NS 1 Yes F212 777 4 525 944 8888 Start LCPI F111 F213 781 4 1 420 8888 Start LCPI to intervw F111 F214 785 4 3 313 8888 Length of LCPI F111 F215 789 4 0 310 8888 Start LCPI to concep F111 F216 793 1 1 2 8 Sex of penultimate live birth F113 F217 794 2 1 15 88 Preg order penultimate preg F114 F218 796 4 0 218 8888 9999 Age penult child at death F115 F219 800 1 0 1 LCPI >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 0 52 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 88 87 Amenorrhea in LCPI 87 No data given 88 Not applicable F225 809 2 88 87 Abstinence in LCPI F224 F226 811 2 88 87 Loss of exposure F224 F227 813 1 0 4 8 Times away in LCPI 0 No absences 8 Not applicable F228 814 4 0 46 8888 Time away in LCPI 0 No absences 8888 Not applicable F229 818 1 0 1 Married throughout LCPI F129 F230 819 1 0 1 Date start first abs stated F129 F231 820 4 8888 8887 Time away after resump 8887 No data given 8888 Not applicable F232 824 4 8888 8887 Length exp in LCPI F231 F233 828 2 12 47 88 Age at start of LCPI F133 *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* F234 830 4 674 940 8888 9999 Date 1st sep. in LCPI 8888 Not applicable 9999 Not stated F235 834 2 0 15 88 99 Method used in LCPI 0 No method 1 Pill 2 IUD 3 Other fem sci 5 Condom 6 Rhythm 8 Abstention 11 Injection 12 Magic charm 13 Roots, herbs, drugs 14 Other medication 15 Other method 88 Not applicable 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 LCPI *----------------------------------------------------------------------* $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 3 8 9 Times away in interval 0 No absences 8 Not applicable 9 Not stated F303 839 4 0 37 8888 9999 Time away in interval 0 No absences 8888 Not applicable 9999 Not stated F304 843 1 0 1 Husband still away F117 F305 844 4 853 943 8888 9999 Date 1st sep in preg int 8888 Not applicable 9999 Not stated F306 848 2 0 1 88 Method used in OPI or CPI 0 No method 1 Pill 88 Not applicable F307 850 1 2 3 8 Use of any meth in OPI or CPI 2 Used earlier 3 Did not use 8 Not applicable *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Menstruation And Coital Frequency * *----------------------------------------------------------------------* F401 851 1 8 8 8 Regularity of periods 8 Not used F402 852 1 8 8 8 Interval between periods 8 Not used F403 853 2 88 88 88 Duration of menstrual flow 88 Not used F404 855 1 0 1 8 9 Menopause 0 No 1 Yes 8 Not applicable 9 Not stated F405 856 2 88 88 88 Age at menarche 88 Not used 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 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 8 Husband away 10 Exposed 99 Not stated F411 864 2 1 4 88 99 Detailed fecundity status 1 Probably fecund 2 Prob infecund 4 Infecund 88 Not curr married 99 Not stated *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Extra Standard Recode Variables * *----------------------------------------------------------------------* X302 866 2 88 88 88 Breastfed in LCBI 88 Not used X402 868 1 1 2 8 9 Self-reported fecundity 1 Fecund, preg or user 2 Infec or strl-non-c 8 Not mar or strl-cntr 9 Not stated X701 869 1 0 1 9 Always lived in this locality 0 No 1 Yes 9 Not stated X704 870 2 0 14 97 Respondent's education 97 Other education 99 Not stated X721 872 2 1 3 88 87 Type of work before 1st union 1 All year, full time 2 All year, part time 3 Seasonal 87 No work before marr 88 Never married 99 Not stated X722 874 2 0 23 88 87 Years worked before 1st union 0 Less than 1 year 87 No work before marr 88 Never married 99 Not stated X725 876 2 1 3 88 87 Type of work after 1st union X721 87 No work after union X726 878 2 0 35 88 87 Years worked after 1st union X722 87 No work after union X727 880 2 56 78 88 86 Year last worked 86 Still working 87 Never worked 88 Never married 99 Not stated X731 882 1 0 1 8 6 Worked in 1st birth interval 0 No 1 Yes 6 Negative interval 7 No birth 8 Never married 9 Not stated *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* X802 883 2 0 20 88 97 Partner's education X704 98 Don't know X804 885 4 0 999 Partner's occupation 0 Resp never in union 88 Don't know X806 889 2 88 88 88 Current partner's age 88 Not used X911 891 1 1 2 Format respondent's birth date 1 Exact date given 2 Calendar year only X912 892 1 1 2 8 Format of date 1st union X911 8 No union X913 893 1 1 2 8 Format of date of 1st birth 1 Exact date given 2 Calendar year only 8 No birth X914 894 1 1 2 8 Format of date of penult birth X913 X915 895 1 1 2 8 Format of date of last birth X913 *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Senegal Specific Variables * *----------------------------------------------------------------------* S151 896 2 1 8 88 99 Number of partner's wives 88 Never married 99 Not stated S152 898 2 1 6 88 99 Wife rank number of resp S151 S507 900 1 1 4 8 9 Sex preference for child 1 Male 2 Female 3 Either 4 Other answers 8 Not pregnant 9 Not stated S704 901 2 0 8 97 Years attended koranic school 97 Did not attend 99 Not stated S751 903 2 0 9 88 99 Last occupation - single V708 88 Ever married S752 905 2 1 9 88 99 Last work status - single V711 88 Ever married S753 907 2 1 5 88 99 Last place of work - single V712 88 Ever married S754 909 2 74 78 88 86 Year last worked - single 86 Still working 87 Never worked 88 Ever married S755 911 2 1 3 88 87 Type of last work - single 1 Full time 2 Part time 3 Seasonal 87 Did not work 88 Ever married S756 913 2 0 20 88 87 Years worked - single 87 Did not work 88 Ever married S761 915 2 0 9 88 99 Occupation bef birth - single V708 88 Ev mar or no birth S762 917 2 1 8 88 Work status bef birth - single V709 88 Ev mar or no birth S765 919 2 1 3 88 87 Type of work bef birth- single S755 88 Ev mar or no birth S766 921 2 0 15 88 87 Years worked bef birth- single S756 88 Ev mar or no birth S771 923 1 1 2 8 6 Worked in city bef mar, birth 1 Yes 2 No 6 Self employed 7 Did not work before 8 Never worked 9 Not stated *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* S802 924 2 0 50 88 97 Years partner at koranic sch 88 Never married 97 Never attended 98 Don't know 99 Not stated S851 926 1 1 3 8 9 Partner lives in concession 1 Yes 2 No, often visits 3 No, gone > 1 year 8 Not applicable 9 Not stated S951 927 1 1 3 9 Sex of translator 1 Male 2 Female 3 No translator 9 Sex not stated S952 928 2 1 22 99 Language of interview V707 S953 930 1 1 4 Language of questionnaire 1 Wolof 2 Mandique 3 Serer 4 Poular S991 931 1 1 8 Region S992 932 1 1 6 Departement S993 933 1 1 9 Arrondisement S994 934 1 1 4 0 Rural commune S995 935 2 1 17 Sub-district or SDR S996 937 3 0 330 Village S997 940 3 1 121 Concession S998 943 3 1 176 Line number *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Pregnancy History Variables * *----------------------------------------------------------------------* * *** Pregnancy history: table style *** * *----------------------------------------------------------------------* * Table Start Step Entries * * name loc size Act Max * * ---- --- ---- --- --- * %TABLE PH 946 7 12 12 * * * *----------------------------------------------------------------------* *Name Loc Ln Min Max NA Spec Variable label * *---- --- -- --- --- -- ---- -------------- * >PTYP PH 1 1 1 2 8 9 Type of non-live birth > 1 Still birth > 2 Abortion > 8 No pregnancy > 9 Not stated >PDAT PH 2 4 533 946 8888 Date of end of pregnancy > 8888 No pregnancy >PDUR PH 6 2 1 9 88 99 Duration of preg > 88 No pregnancy > 99 Not stated *----------------------------------------------------------------------* * *** Pregnancy history: individual variables *** * *----------------------------------------------------------------------* PTYP01 946 1 1 2 8 9 Type of non-live birth <1> 1 Still birth 2 Abortion 8 No pregnancy 9 Not stated PDAT01 947 4 533 946 8888 Date of end of pregnancy <1> 8888 Not applicable PDUR01 951 2 1 9 88 99 Duration of preg <1> 88 Not applicable 99 Not stated * * PTYP02 953 1 1 2 8 9 Type of non-live birth <2> PTYP01 PDAT02 954 4 533 946 8888 Date of end of pregnancy <2> PDAT01 PDUR02 958 2 1 9 88 99 Duration of preg <2> PDUR01 * * PTYP03 960 1 1 2 8 9 Type of non-live birth <3> PTYP01 PDAT03 961 4 533 946 8888 Date of end of pregnancy <3> PDAT01 PDUR03 965 2 1 9 88 99 Duration of preg <3> PDUR01 $PAGE PTYP04 967 1 1 2 8 9 Type of non-live birth <4> PTYP01 PDAT04 968 4 533 946 8888 Date of end of pregnancy <4> PDAT01 PDUR04 972 2 1 9 88 99 Duration of preg <4> PDUR01 * * PTYP05 974 1 1 2 8 9 Type of non-live birth <5> PTYP01 PDAT05 975 4 533 946 8888 Date of end of pregnancy <5> PDAT01 PDUR05 979 2 1 9 88 99 Duration of preg <5> PDUR01 * * PTYP06 981 1 1 2 8 9 Type of non-live birth <6> PTYP01 PDAT06 982 4 533 946 8888 Date of end of pregnancy <6> PDAT01 PDUR06 986 2 1 9 88 99 Duration of preg <6> PDUR01 * * PTYP07 988 1 1 2 8 9 Type of non-live birth <7> PTYP01 PDAT07 989 4 533 946 8888 Date of end of pregnancy <7> PDAT01 PDUR07 993 2 1 9 88 99 Duration of preg <7> PDUR01 * * PTYP08 995 1 1 2 8 9 Type of non-live birth <8> PTYP01 PDAT08 996 4 533 946 8888 Date of end of pregnancy <8> PDAT01 PDUR08 1000 2 1 9 88 99 Duration of preg <8> PDUR01 * * PTYP09 1002 1 1 2 8 9 Type of non-live birth <9> PTYP01 PDAT09 1003 4 533 946 8888 Date of end of pregnancy <9> PDAT01 PDUR09 1007 2 1 9 88 99 Duration of preg <9> PDUR01 * * PTYP10 1009 1 1 2 8 9 Type of non-live birth <10> PTYP01 PDAT10 1010 4 533 946 8888 Date of end of pregnancy <10> PDAT01 PDUR10 1014 2 1 9 88 99 Duration of preg <10> PDUR01 * * PTYP11 1016 1 1 2 8 9 Type of non-live birth <11> PTYP01 PDAT11 1017 4 533 946 8888 Date of end of pregnancy <11> PDAT01 PDUR11 1021 2 1 9 88 99 Duration of preg <11> PDUR01 * * PTYP12 1023 1 1 2 8 9 Type of non-live birth <12> PTYP01 PDAT12 1024 4 533 946 8888 Date of end of pregnancy <12> PDAT01 PDUR12 1028 2 1 9 88 99 Duration of preg <12> PDUR01 *----------------------------------------------------------------------* * End of dictionary for Senegal Standard Recode * *----------------------------------------------------------------------*