$TITLE "Data dictionary for Ecuador standard recode file" *----------------------------------------------------------------------* * * * * /\ * * * / //\\ \ World Fertility Survey * Ecuador * * // ///\\\ \\ * Fertility Survey * * ////// \\\\\\ International * * * //// \\\\ Statistical * * * // \\ Institute * * * \\\\\\\ /////// * * * \\ /// 35-37 Grosvenor Gardens * * * \\\\\\ ////// London SW1W 0BS * Dictionary for * * \\ /// United Kingdom * Standard Recode * * \\ //// * * * * * *----------------------------------------------------------------------* * * *----------------------------------------------------------------------* ( Country code : EC * *------------------------:---------------------------------------------* ( Type of data : SR02 * *------------------------:---------------------------------------------* * File : Dict * *------------------------:---------------------------------------------* ( Version of dictionary : 2.2.3 * *------------------------:---------------------------------------------* ( Date created : 3 Jun 83 * *------------------------:---------------------------------------------* ( Date last amended : 16 Jan 84 (ML) * *------------------------:---------------------------------------------* ( 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: * * * * Instituto Nacional de Estadistica y Censos (INEC). * * Ecuador Fertility Survey, 1979, Standard Recode, version 2 [MRDF] * * London: International Statistical Institute [producer and * * distributor]. * * 1 data file (6797 logical records) plus 3 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: * * * * 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 EC SR 02 900 6797 * * * *----------------------------------------------------------------------* * * * Location Length Number * * Sort of of of * * order case key case key cases * * ----- -------- -------- ----- * %CASE A 1 16 6797 * * * *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** GROUP 0 *** * *----------------------------------------------------------------------* * -SAMPLING INFORMATION * *----------------------------------------------------------------------* V001 1 16 IDENTIFICATION * 1 4 HOUSEHOLD SEQUENCE * * 5 2 LINE NUMBER OF WOMAN * V002 17 2 1 18 STRATUM 1 URBAN PICHINCHA 2 RURAL PICHINCHA 4 URBAN MANABI 5 RURAL MANABI 6 URB BOL,COTO,CHIM,TU 7 RUR BOL,COTO,CHIM,TU 9 URB GUAYAS,LOS RIOS 10 RUR GUAYAS,LOS RIOS 11 URBAN ESMERALDAS 12 RUR ESM,CAR,IMB 13 URB CARCHI,IMBABURA 14 RUR CANAR,AZUAY 15 URB CANAR,AZUAY,LOJA 16 RUR EL ORO,LOJA 17 URBAN EL ORO V003 19 2 10 24 PROVINCE V004 21 2 1 13 CANTON V005 23 8 SAMPLING DETAIL * 23 1 0 0 ZERO * * 24 2 1 60 PARRISH * * 26 2 1 90 ZONE * * 28 3 1 136 SECTOR * V006 31 410001000 SAMPLE WEIGHT<3 DECIMALS> *----------------------------------------------------------------------* * -REFERENCE DATES AND AGE * *----------------------------------------------------------------------* V007 35 4 955 962 DATE OF INTERVIEW V008 39 4 356 781 DATE OF BIRTH V009 43 2 29 64 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 5 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 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 8888 Dissolution of union > 8888 Not applicable *----------------------------------------------------------------------* * *** 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 8888 Date of union <1> 8888 Not applicable M013 56 1 1 4 8 9 Status of union <1> 1 Married 2 Widowed 3 Divorced 4 Separated 8 Not applicable 9 Not stated M014 57 4 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 8888 Date of union <2> 8888 Not applicable M023 66 1 1 4 8 9 Status of union <2> 1 Married 2 Widowed 3 Divorced 4 Separated 8 Not applicable 9 Not stated M024 67 4 8888 Date of dissolution <2> M014 * * M031 71 1 1 2 8 Type of union <3> M021 M032 72 4 8888 Date of union <3> M022 M033 76 1 1 4 8 9 Status of union <3> M023 M034 77 4 8888 Date of dissolution <3> M014 * * M041 81 1 1 2 8 Type of union <4> M021 M042 82 4 8888 Date of union <4> M022 M043 86 1 1 4 8 9 Status of union <4> M023 M044 87 4 8888 Date of dissolution <4> M014 * * M051 91 1 1 2 8 Type of union <5> M021 M052 92 4 8888 Date of union <5> M022 M053 96 1 1 4 8 9 Status of union <5> M023 M054 97 4 8888 Date of dissolution <5> M014 * * M061 101 1 1 2 8 Type of union <6> M021 M062 102 4 8888 Date of union <6> M022 M063 106 1 1 4 8 9 Status of union <6> M023 M064 107 4 8888 Date of dissolution <6> M014 * * M071 111 1 1 2 8 Type of union <7> M021 M072 112 4 8888 Date of union <7> M022 M073 116 1 1 4 8 9 Status of union <7> M023 M074 117 4 8888 Date of dissolution <7> M014 * * M081 121 1 1 2 8 Type of union <8> M021 M082 122 4 8888 Date of union <8> M022 M083 126 1 1 4 8 9 Status of union <8> M023 M084 127 4 8888 Date of dissolution <8> M014 * * *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** GROUP 1 *** * *----------------------------------------------------------------------* V101 131 2 0 5 TIMES MARRIED V102 133 2 0 4 TIMES MARRIED <4+> 4 4+ V103 135 2 0 1 EVER MARRIED 0 NO 1 YES V104 137 2 1 4 88 STATUS OF FIRST UNION 1 MARRIED 2 WIDOWED 3 DIVORCED 4 SEPARATED 88 NEVER MARRIED V105 139 2 0 1 88 FIRST UNION DISSOLVED 0 NO 1 YES 88 NEVER MARRIED V106 141 2 0 1 88 REMARRIED 0 NO 1 YES 88 NOT DISSOLVED V107 143 2 1 4 88 CURRENT MARITAL STATUS 1 MARRIED 2 WIDOWED 3 DIVORCED 4 SEPARATED 88 NEVER MARRIED V108 145 2 0 1 CURRENTLY MARRIED V103 *----------------------------------------------------------------------* * -AGE AT MARRIAGE * *----------------------------------------------------------------------* V109 147 2 12 45 88 AGE AT FIRST MARRIAGE 88 NEVER MARRIED V110 149 2 1 7 88 AGE AT FIRST MARRIAGE <7 GRPS> 1 <15 2 15-17 3 18-19 4 20-21 5 22-24 6 25-29 7 30+ 88 NEVER MARRIED V111 151 2 1 5 88 AGE AT FIRST MARRIAGE <5 GRPS> 1 <15 2 15-19 3 20-24 4 25-29 5 30+ 88 NEVER MARRIED V112 153 2 1 2 88 AGE AT FIRST MARRIAGE <2 GRPS> 1 < 20 2 20+ 88 NEVER MARRIED V113 155 2 0 1 AGE > 24 AND MARRIED < 25 0 NO 1 YES *----------------------------------------------------------------------* * -MARITAL DURATION * *----------------------------------------------------------------------* V114 157 4 0 425 8888 MONTHS SPEND IN MARITAL STATE 8888 NEVER MARRIED V115 161 4 0 444 8888 MONTHS SINCE FIRST MARRIED V114 V116 165 2 0 37 88 YS SINCE 1ST MARRIED 88 NEVER MARRIED V117 167 2 1 7 88 YS SINCE 1ST MARRIED <5 Y GPS> 1 < 5 2 5-9 3 10-14 4 15-19 5 20-24 6 25-29 7 30+ 88 NEVER MARRIED V118 169 2 1 4 88 YS SINCE 1ST MARRIED <10 Y GPS 1 < 10 2 10-19 3 20-29 4 30+ 88 NEVER MARRIED V119 171 2 1 4 88 YS SINCE 1ST MARRIED <4 GPS> 1 < 5 2 5-9 3 10-19 4 20+ 88 NEVER MARRIED V120 173 2 1 3 88 YS SINCE 1ST MARRIED <3 GRPS> 1 < 10 2 10-19 3 20+ 88 NEVER MARRIED V121 175 2 0 1 FIRST MARRIED 5+ YEARS AGO 0 NO 1 YES V122 177 2 0 1 FIRST UNION LASTED 5+ YEARS V121 V123 179 2 0 1 CURRENTLY MARRIED 5+ YEARS V121 *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Birth history *** * *----------------------------------------------------------------------* * *** Birth history: table style *** * *----------------------------------------------------------------------* * Table Start Step Entries * * name loc size Act Max * * ---- --- ---- --- --- * %TABLE BH 181 10 18 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 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 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 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 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 8888 Date of birth <2> B012 B023 196 1 1 2 8 Sex of child <2> B013 B024 197 2 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 8888 Date of birth <3> B012 B033 206 1 1 2 8 Sex of child <3> B013 B034 207 2 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 8888 Date of birth <4> B012 B043 216 1 1 2 8 Sex of child <4> B013 B044 217 2 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 8888 Date of birth <5> B012 B053 226 1 1 2 8 Sex of child <5> B013 B054 227 2 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 8888 Date of birth <6> B012 B063 236 1 1 2 8 Sex of child <6> B013 B064 237 2 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 8888 Date of birth <7> B012 B073 246 1 1 2 8 Sex of child <7> B013 B074 247 2 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 8888 Date of birth <8> B012 B083 256 1 1 2 8 Sex of child <8> B013 B084 257 2 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 8888 Date of birth <9> B012 B093 266 1 1 2 8 Sex of child <9> B013 B094 267 2 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 8888 Date of birth <10> B012 B103 276 1 1 2 8 Sex of child <10> B013 B104 277 2 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 8888 Date of birth <11> B012 B113 286 1 1 2 8 Sex of child <11> B013 B114 287 2 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 8888 Date of birth <12> B012 B123 296 1 1 2 8 Sex of child <12> B013 B124 297 2 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 8888 Date of birth <13> B012 B133 306 1 1 2 8 Sex of child <13> B013 B134 307 2 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 8888 Date of birth <14> B012 B143 316 1 1 2 8 Sex of child <14> B013 B144 317 2 88 99 Age at death <14> B014 B145 319 2 0 11 88 99 Age at death <14> B015 * * B151 321 1 1 3 8 Order within mult birth <15> B011 B152 322 4 8888 Date of birth <15> B012 B153 326 1 1 2 8 Sex of child <15> B013 B154 327 2 88 99 Age at death <15> B014 B155 329 2 0 11 88 99 Age at death <15> B015 * * B161 331 1 1 3 8 Order within mult birth <16> B011 B162 332 4 8888 Date of birth <16> B012 B163 336 1 1 2 8 Sex of child <16> B013 B164 337 2 88 99 Age at death <16> B014 B165 339 2 0 11 88 99 Age at death <16> B015 * * B171 341 1 1 3 8 Order within mult birth <17> B011 B172 342 4 8888 Date of birth <17> B012 B173 346 1 1 2 8 Sex of child <17> B013 B174 347 2 88 99 Age at death <17> B014 B175 349 2 0 11 88 99 Age at death <17> B015 * * B181 351 1 1 3 8 Order within mult birth <18> B011 B182 352 4 8888 Date of birth <18> B012 B183 356 1 1 2 8 Sex of child <18> B013 B184 357 2 88 99 Age at death <18> B014 B185 359 2 0 11 88 99 Age at death <18> B015 * * $PAGE B191 361 1 1 3 8 Order within mult birth <19> B011 B192 362 4 8888 Date of birth <19> B012 B193 366 1 1 2 8 Sex of child <19> B013 B194 367 2 88 99 Age at death <19> B014 B195 369 2 0 11 88 99 Age at death <19> B015 * * B201 371 1 1 3 8 Order within mult birth <20> B011 B202 372 4 8888 Date of birth <20> B012 B203 376 1 1 2 8 Sex of child <20> B013 B204 377 2 88 99 Age at death <20> B014 B205 379 2 0 11 88 99 Age at death <20> B015 * * B211 381 1 1 3 8 Order within mult birth <21> B011 B212 382 4 8888 Date of birth <21> B012 B213 386 1 1 2 8 Sex of child <21> B013 B214 387 2 88 99 Age at death <21> B014 B215 389 2 0 11 88 99 Age at death <21> B015 * * B221 391 1 1 3 8 Order within mult birth <22> B011 B222 392 4 8888 Date of birth <22> B012 B223 396 1 1 2 8 Sex of child <22> B013 B224 397 2 88 99 Age at death <22> B014 B225 399 2 0 11 88 99 Age at death <22> B015 * * B231 401 1 1 3 8 Order within mult birth <23> B011 B232 402 4 8888 Date of birth <23> B012 B233 406 1 1 2 8 Sex of child <23> B013 B234 407 2 88 99 Age at death <23> B014 B235 409 2 0 11 88 99 Age at death <23> B015 * * B241 411 1 1 3 8 Order within mult birth <24> B011 B242 412 4 8888 Date of birth <24> B012 B243 416 1 1 2 8 Sex of child <24> B013 B244 417 2 88 99 Age at death <24> B014 B245 419 2 0 11 88 99 Age at death <24> B015 *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** GROUP 2 *** * *----------------------------------------------------------------------* * -OTHER PREGNANCIES * *----------------------------------------------------------------------* V201 421 2 0 6 WASTED PREGNANCIES V202 423 2 0 4 STILL BIRTHS V203 425 2 0 6 SPONTANEOUS ABORTIONS V204 427 2 0 5 INDUCED ABORTION V205 429 2 0 9 DURATION OF CURRENT PREGENANCY 0 NOT PREGNANT V206 431 2 0 1 CURRENTLY PREGNANT 0 NO 1 YES *----------------------------------------------------------------------* * -CHILDREN EVER BORN * *----------------------------------------------------------------------* V207 433 2 0 18 FERTILE PREGNANCIES V208 435 2 0 18 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 12 SONS EVER BORN *----------------------------------------------------------------------* * -LIVING CHILDREN * *----------------------------------------------------------------------* V213 445 2 0 16 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 10 LIVING SONS V221 461 2 0 5 LIVING SONS <5+> V210 V222 463 2 0 5 LIVING DAUGHTERS <5+> V210 *----------------------------------------------------------------------* * -PERIOD FERTILITY * *----------------------------------------------------------------------* V223 465 2 0 13 88 CHILDREN BORN IN 1ST 5 YRS 88 NOT MARRIED 5+ YEARS V224 467 2 0 8 88 SONS BORN IN 1ST 5 YRS V223 V225 469 2 0 5 CHILDREN BORN IN PAST 5 YRS V226 471 2 0 4 SONS BORN IN PAST 5 YRS V227 473 2 0 18 LIVING CHILDREN 5 YRS AGO *----------------------------------------------------------------------* * -BIRTH INTERVALS * *----------------------------------------------------------------------* V228 475 4 0 174 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 NOT APPLIC. V230 481 4 0 222 8888 6666 LAST CLOSED INTERVAL 6666 NEGATIVE INTERVAL 8888 NO CLOSED INTERVAL V231 485 2 1 5 88 LAST CLOSED INTERVAL <5GRPS> 1 < 12 2 12-23 3 24-35 4 36-47 5 48+ 88 NO CLOSED INTERVAL V232 487 4 0 404 8888 OPEN INTERVAL 8888 NO OPEN INTERVAL V233 491 2 1 5 88 OPEN INTERVAL <5 GRPS> 1 < 12 2 12-23 3 24-35 4 36-47 5 48+ 88 NO OPEN INTERVAL V234 493 2 0 1 EVER MARRIED AND 1+ FERT PREG 0 NO 1 YES V235 495 2 0 1 EVER MARRIED AND 2+ FERT PREG V234 V236 497 2 0 1 AS V235 AND CLOSED INT<5 YRS V234 $PAGE *----------------------------------------------------------------------* * *** GROUP 3 *** * *----------------------------------------------------------------------* * -BREASTFEEDING * *----------------------------------------------------------------------* V301 499 2 0 48 88 96 BREASTFED IN OPEN INT 88 NOT APPLICABLE 96 STILL BREASTFEEDING 97 UNTIL CHILD DIED 98 DID NOT BREASTFEED 99 NOT STATED V302 501 2 0 48 88 98 BREASTFED IN CLOSED INT 88 NOT APPLICABLE 98 DID NOT BREASTFEED 99 NOT STATED V303 503 2 1 17 88 99 TIME BREASTFED <17 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 88 NOT APPLICABLE 99 NOT STATED V304 505 2 1 13 88 99 TIME BREASTFED <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+ 88 NOT APPLICABLE 99 NOT STATED $PAGE V305 507 2 1 12 88 99 TIME BREASTFED <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+ 88 NOT APPLICABLE 99 NOT STATED V306 509 2 0 1 CI > 32 AND CHILD LIVED > 23 0 NO 1 YES $PAGE *----------------------------------------------------------------------* * *** GROUP 4 *** * *----------------------------------------------------------------------* * -EXPOSURE STATUS * *----------------------------------------------------------------------* V401 511 2 1 4 HUSBAND OR WIFE STERILIZED 1 WIFE 2 HUSBAND 3 WIFE 4 OTHER CASES V402 513 2 1 5 88 EXPOSURE STATUS 1 PREGNANT 2 NOT MARRIED 3 SELF-SPOUSE STERLZED 4 NOT FECUND 5 FECUND 88 NEVER IN UNION V403 515 2 0 1 MARRIED 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 MARRIED AND NOT PREGNANT V403 V407 523 2 0 1 EVER MARRIED NOT PREGNANT V403 $PAGE *----------------------------------------------------------------------* * *** GROUP 5 *** * *----------------------------------------------------------------------* * -FERTILITY PREFERENCES * *----------------------------------------------------------------------* V501 525 2 1 3 88 DESIRE FOR FUTURE BIRTH 1 WANTS MORE 2 WANTS NO MORE 3 UNDECIDED 88 NOT MARRIED & FECUND V502 527 2 0 1 MARRIED, 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 1 3 88 LAST FERTILE PREGNANCY 1 WANTED 2 NOT WANTED 3 UNDECIDED 88 NEVER HAD FERT PREG V506 535 2 0 1 88 LAST FERT PREGNANCY UNWANTED 0 NO 1 YES 88 NEVER HAD FERT PREG V507 537 2 0 1 88 PREFERS NEXT CHILD TO BE BOY 0 NO 1 YES 88 NOT FECUND WANTING V508 539 2 0 1 88 PREFERS NEXT CHILD TO BE GIRL V507 V509 541 2 0 20 88 66 ADDITIONAL CHILDREN WANTED 66 LAST NOT WANTED 88 NOT MARRIED FECUND 97 UNDECIDED 98 OTHER ANSWERS 99 NOT STATED V510 543 2 0 5 88 66 ADDITIONAL CHILDREN WANTED<5+> V509 V511 545 2 0 20 98 TOTAL CHILDREN WANTED 98 OTHER ANSWERS 99 NOT STATED V512 547 2 0 9 98 TOTAL CHILDREN WANTED <9+> V511 V513 549 2 1 4 99 NO. WANTED MINUS NO. 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 88 99 KNOWS PILL 0 NO 1 YES-PROBED 2 YES-SPONTANEOUS 88 NEVER MARRIED V602 553 2 0 2 88 99 KNOWS IUD V601 V603 555 2 0 2 88 99 KNOWS OTHER FEMALE SCIENTIFIC V601 V604 557 2 0 2 88 99 KNOWS DOUCHE V601 V605 559 2 0 2 88 99 KNOWS CONDOM V601 V606 561 2 0 2 88 99 KNOWS RHYTHM METHOD V601 V607 563 2 0 2 88 99 KNOWS WITHDRAWAL V601 V608 565 2 0 2 88 99 KNOWS ABSTENTION V601 V609 567 2 0 2 88 99 KNOWS FEMALE STERILIZATION V601 V610 569 2 0 2 88 99 KNOWS MALE STERILIZATION V601 V611 571 2 0 2 88 99 KNOWS INJECTION V601 V612 573 2 0 2 88 99 MENTIONS HERB MIXTURES V601 V613 575 2 0 2 88 99 MENTIONS EAT,DRINK OTHER V601 V614 577 2 0 2 88 99 MENTIONS FOLK BARRIER METHOD V601 V615 579 2 0 1 88 99 KNOWS OTHER METHOD 0 NO 1 YES 88 NEVER MARRIED V616 581 2 1 3 88 TYPE OF METHOD KNOWN 1 NO METHOD 2 INEFFICIENT ONLY 3 EFFICIENT 88 NEVER MARRIED V617 583 2 0 1 88 KNOWS ANY METHOD 0 NO 1 YES 88 NEVER MARRIED $PAGE *----------------------------------------------------------------------* * -EVER USE OF BIRTH CONTROL * *----------------------------------------------------------------------* V618 585 2 0 1 88 99 EVER USED PILL 0 NO 1 YES 88 NEVER MARRIED 99 NOT STATED V619 587 2 0 1 88 99 EVER USED IUD V618 V620 589 2 0 1 88 99 EVER USED OTHER FEM SCIENTIFIC V618 V621 591 2 0 1 88 99 EVER USED DOUCHE V618 V622 593 2 0 1 88 99 EVER USED CONDOM V618 V623 595 2 0 1 88 99 EVER USED RHYTHM METHOD V618 V624 597 2 0 1 88 99 EVER USED WITHDRAWAL V618 V625 599 2 0 1 88 99 EVER USED ABSTENTION V618 V626 601 2 0 1 88 99 WIFE STERILIZED V618 V627 603 2 0 1 88 99 HUSBAND STERILIZED V618 V628 605 2 0 1 88 99 EVER USED INJECTION V618 V629 607 2 0 1 88 99 HAS USED HERB MIXTURES V618 V630 609 2 0 1 88 99 HAS USED OTHER ORAL V618 V631 611 2 0 1 88 99 HAS USED FOLK BARRIER METHOD V618 V632 613 2 0 1 88 99 EVER USED OTHER METHOD V618 V633 615 2 1 3 88 EVER USED EFFICIENT METHOD V616 V634 617 2 0 1 88 EVER USED ANY METHOD V617 *----------------------------------------------------------------------* * -CURRENT USE OF BIRTH CONTROL * *----------------------------------------------------------------------* V635 619 2 0 15 88 METHOD CURRENTLY USED 0 NOT USER 1 PILL 2 IUD 3 OTHER FEM SCI 4 DOUCHE 5 CONDOM 6 RHYTHM METHOD 7 WITHDRAWAL 8 ABSTINENCE 9 FEMALE STERILISATION 10 MALE STERILISATION 11 INJECTION 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 1 YES V639 627 2 0 1 USING EFFICIENT, WANTS NO MORE V638 $PAGE *----------------------------------------------------------------------* * -PATTERN OF USE OF BIRTH CONTROL * *----------------------------------------------------------------------* V640 629 2 0 15 88 METHOD USED IN CLOSED INTERVAL V635 88 NO CLOSED INTERVAL V641 631 2 1 3 88 TYPE USED IN CLOSED INTERVAL V636 88 NO CLOSED INTERVAL V642 633 2 1 2 88 USE OF FP IN CLOSED INTERVAL 1 YES 2 NO 88 NO CLOSED INTERVAL V643 635 2 0 15 88 METHOD USED IN OPEN INTERVAL V635 0 DID NOT USE 88 NO OPEN INTERVAL V644 637 2 1 3 88 USE OF FP IN OPEN INTERVAL 1 CURRENTLY USING 2 USED IN OPEN 3 DID NOT USE 88 NO OPEN INTERVAL V645 639 2 1 8 88 PATTERN OF CONTRACEPTIVE USE 1 NEV USED,INTENDS USE 2 NEV U,INTENDS NO USE 3 NEV USED NOT FECUND 4 USED IN OPEN 5 USED IN LAST CLOSED 6 USED IN EARLIER CI 7 STERILIZED 8 CURRENT USER 88 NEVER MARRIED $PAGE *----------------------------------------------------------------------* * *** GROUP 7 *** * *----------------------------------------------------------------------* * -RESPONDENT'S BACKGROUND * *----------------------------------------------------------------------* V701 641 2 1 6 REGION OF RESIDENCE 1 COAST - GUAYAQUIL 2 COAST - OTHER URBAN 3 COAST - RURAL 4 SIERRA - QUITO 5 SIERRA - OTHER URBAN 6 SIERRA - RURAL V702 643 2 1 4 TYPE OF PLACE OF RESIDENCE 1 QUITO 2 GUAYAQUIL 3 OTHER URBAN 4 RURAL V703 645 2 1 3 CHILDHOOD PLACE OF RESIDENCE 1 RURAL 2 TOWN 3 CITY V704 647 2 0 19 COMPLETED YEARS OF EDUCATION V705 649 2 1 2 LITERACY 1 CAN READ 2 ILLITERATE V706 651 2 88 88 88 RELIGION 88 NOT ASKED V707 653 2 1 3 MOTHER TONGUE 1 SPANISH 2 QUICHUA 3 OTHER $PAGE V708 655 2 0 10 OCCUPATION BEFORE MARRIED * (INCLUDES SINGLE WOMEN) * 0 NO WORK 1 PROFESSIONAL 2 CLERICAL 3 SALES 4 FARMERS 5 AGRICULTURAL 6 HOUSEHOLD 7 SERVICES 8 SKILLED 9 UNSKILLED V709 657 2 1 8 WORK STATUS BEFORE MARRIED * (INCLUDES SINGLE WOMEN) * 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 V710 659 2 0 10 88 LAST OCCUPATION SINCE MARR V708 88 NEVER MARRIED V711 661 2 1 9 88 LAST WORK STATUS SINCE MARR 1 FAMILY FARM WORKER 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 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 $PAGE *----------------------------------------------------------------------* * *** GROUP 8 *** * *----------------------------------------------------------------------* * -HUSBAND'S BACKGROUND * *----------------------------------------------------------------------* V801 667 2 1 3 4 HUSBAND'S CHILDHOOD RESIDENCE V703 4 DON'T KNOW 88 NEVER MARRIED V802 669 2 0 19 88 HUSBAND'S YEARS OF EDUCATION V704 88 NEVER MARRIED V803 671 2 1 2 88 HUSBAND'S LITERACY V705 88 NEVER MARRIED V804 673 2 0 10 88 HUSBAND'S OCCUPATION V708 88 NEVER MARRIED V805 675 2 1 10 88 HUSBAND'S WORK STATUS 1 FAMILY PAIDCASH 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 $PAGE *----------------------------------------------------------------------* * *** GROUP 9 *** * *----------------------------------------------------------------------* * -INTERVIEW DATA * *----------------------------------------------------------------------* V901 677 2 1 40 INTERVIEWER NUMBER V902 679 2 1 85 99 LENGTH OF INTERVIEW IN MINUTES 99 NOT STATED V903 681 2 1 4 NUMBER OF VISITS V904 683 2 1 3 RELIABILITY OF BIRTH HISTORY 1 GOOD 2 FAIR 3 POOR 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.. 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 *----------------------------------------------------------------------* * *** Country Specific Variables *** * *----------------------------------------------------------------------* * -ORIGINAL FORMS OF DATES BEFORE IMPUTATION * *----------------------------------------------------------------------* S001 691 2 1 5 RESPONDENT'S BIRTH DATE TYPE 1 YEAR AND MONTH 2 YEAR ONLY 3 ONLY AGE GIVEN 4 AGE ESTIMATED FIELD 5 AGE ESTIMATED OFFICE S002 693 2 1 4 88 FIRST MARRIAGE AGE TYPE 1 YEAR AND MONTH 2 YEAR ONLY 4 AGE AT MARRIAGE 88 NEVER MARRIED S003 695 2 1 2 88 FIRST BIRTH DATE TYPE 1 YEAR AND MONTH 2 YEAR OR AGE ONLY 88 NO FIRST BIRTH S004 697 2 1 2 88 PENULTIMATE BIRTH DATE TYPE S003 88 NO PENULTIMATE BIRTH S005 699 2 1 2 88 LAST BIRTH DATE TYPE S003 *----------------------------------------------------------------------* * -OTHER BACKGROUND VARIABLES * *----------------------------------------------------------------------* *S006 *S007 *S008 S009 701 4 11 999 8888 7777 HUSBAND'S OCCUPATION 7777 HE NEVER WORKED 8888 NEVER MARRIED *S010 *S011 *S012 *S013 S014 705 2 44 79 88 97 YEAR LAST WORKED SINCE UNION 88 NEVER MARRIED 97 CURRENTLY WORKING 98 HAS NOT WORKED *S015 *S016 S017 707 2 0 48 88 87 DURATION BREASTFEEDING PENULT 87 DIED IMMEDIATELY 88 NO PENULTIMATE BIRTH 98 DID NOT BREASTFEED $PAGE *----------------------------------------------------------------------* * -OTHER COUNTRY SPECIFIC VARIABLES * *----------------------------------------------------------------------* S101 709 2 1 2 99 ALWAYS LIVED IN THIS PLACE 1 YES 2 NO S102 711 2 98 PROVINCE OF BIRTH 98 FOREIGN COUNTRY S103 713 2 1 2 88 98 TYPE OF PLACE OF BIRTH 1 URBAN 2 RURAL 88 HERE, OR FOREIGN S104 715 2 0 49 88 99 NUMBER OF YEARS AT THIS PLACE 88 ALWAYS LIVED HERE S105 717 2 0 49 88 99 AGE ARRIVED AT THIS PLACE 88 ALWAYS LIVED HERE S201 719 2 1 6 88 99 MEDICAL CARE CURRENT PREGNANCY 1 IN 1ST TRIMESTER,YES 2 IN 2ND TRIMESTER,YES 3 IN 3RD TRIMESTER,YES 4 IN 1ST TRIMESTER,NO 5 IN 2ND TRIMESTER,NO 6 IN 3RD TRIMESTER,NO 88 NOT PREGNANT S202 721 2 1 2 88 99 MEDICAL CARE LASTPREG 1 YES 2 NO 88 NEVER PREGNANT S203 723 2 1 6 88 99 WHO GAVE PRENATAL CARE 1 DOCTOR 2 REGISTERED MIDWIFE 3 AUXILIARY NURSE 4 RURAL VOLUNTEER 5 TRADITIONAL MIDWIFE 6 OTHER 88 CARE NOT RECEIVED S204 725 2 1 7 88 99 LOCATION PRENATAL CARE 1 MATERNITY HOSPITAL 2 SOCIAL SECURITY INST 3 CLINIC 4 HEALTH CENTER 5 ARMY HEALTH CENTER 6 AT HOME 7 OTHER 88 CARE NOT RECEIVED S205 727 2 1 8 88 99 WHO ASSISTED IN DELIVERY 1 DOCTOR 2 REGISTERED MIDWIFE 3 AUXILIARY NURSE 4 RURAL VOLUNTEER 5 TRADITIONAL MIDWIFE 6 NO ONE 7 HUSBAND 8 OTHER 88 NO BIRTH,ABORTION S206 729 2 1 7 88 99 LOCATION OF DELIVERY S204 88 NO BIRTH,ABORTION $PAGE S207 731 2 1 2 88 99 ATTENTION AFTER BIRTH,ABORTION 1 RECEIVED 2 DID NOT RECEIVE 88 NO BIRTH,ABORTION S208 733 2 1 7 88 99 PLACE OF ATTENTION S204 88 ATTENTION NOT REC'D S209 735 2 1 7 88 99 PLACE EARLY INFANT ATTENTION S204 88 CHILD NOT ATTENDED S210 737 2 1 2 88 99 INFANT VACCINATED 1 YES 2 NO 88 LAST NOT LIVE BIRTH S211 739 2 1 7 88 99 PLACE OF VACCINATION S204 88 CHILD NOT VACCINATED S212 741 2 0 48 88 77 PENULT CHILD GIVEN FOOD-MONTHS 48 48+ MONTHS 77 LEFT BREAST BEFORE 87 DIED BEFORE FED 88 PENULT NOT BREASTFED S213 743 2 1 8 9 WHEN PENULT GIVEN FOOD-GROUPS 1 0-2 MONTHS 2 3-5 MONTHS 3 6 MONTHS 4 7-8 MONTHS 5 9-11 MONTHS 6 12-48 MONTHS 7 LEFT BREAST BEFORE 8 DIED BEFORE FED 9 NA,ND S214 745 2 0 60 88 87 MONTHS AMENORRHEA AFTER PENULT 60 60+ MONTHS 87 PERIOD NOT RETURNED 88 NO PENULT CHILD S215 747 2 0 11 12 AMENORRHEA GROUPED 0 UNDER 1 MONTH 1 1 MONTH 2 2 MONTHS 3 3 MONTHS 4 4 MONTHS 5 5 MONTHS 6 6 MONTHS 7 7-8 MONTHS 8 9-11 MONTHS 9 12 MONTHS 10 13+ MONTHS 11 PERIOD NOT RETURNED 12 NA,ND S216 749 2 0 60 88 99 MONTHS ABSTINENCE AFTER PENULT 60 60+ MONTHS 88 NO PENULT CHILD $PAGE S217 751 2 0 7 8 ABSTINENCE GROUPED 0 UNDER 1 MONTH 1 1 MONTH 2 2 MONTHS 3 3 MONTHS 4 4-5 MONTHS 5 6 MONTHS 6 7-11 MONTHS 7 12+ MONTHS 8 NA,ND S501 753 2 1 2 88 99 WHEN ADDITIONAL CHILD WANTED 1 SOON 2 PREFERS TO WAIT 88 MORE NOT WANTED S601 755 6 R'S INCOME CASH-MONTHLY * ALL8 DID NOT WORK * ALL9 N.D. S602 761 6 R'S INCOME KIND-MONTHLY S603 767 6 R'S INCOME OTHER-MONTHLY S604 773 6 R'S TOTAL INCOME-MONTHLY S605 779 2 0 12 99 R'S INCOME IN GROUPS-MONTHLY * (US$1 = S/27) * 1 UNDER 500 2 500-999 3 1000-1999 4 2000-3999 5 4000-5999 6 6000-9999 7 10,000-14,999 8 15,000-19,999 9 20,000-29,999 10 30,000+ 11 ZERO 12 DID NOT WORK 99 N.D. S606 781 2 0 85 88 99 R'S EMPLOYEES 85 85+ 88 NOT EMPLOYER,SELF S607 783 2 0 12 88 99 MONTHS USUALLY WORKED-R 88 DOES,DID NOT WORK S608 785 2 1 7 88 99 DAYS PER WEEK USUALLY WORKED-R 88 DOES,DID NOT WORK S609 787 2 1 16 88 99 HOURS DAILY USUALLY WORKED-R 88 DOES,DID NOT WORK S610 789 2 0 37 88 99 YEARS WORKED SINCE FIRST UNION 88 SINGLE OR NO WORK S611 791 2 0 5 88 99 YEARS WORKED - GROUPS 0 0 YEAR 1 1 YEAR 2 2-4 YEARS 3 5-9 YEARS 4 10-19 YEARS 5 20+ YEARS 88 SINGLE OR NO WORK $PAGE S612 793 2 1 2 88 99 WORKED FIRST BIRTH INTERVAL 1 YES 2 NO 88 Q619 NOT APPLIC. S613 795 2 0 36 88 99 YEARS WORKED BEFORE 1ST UNION 88 DID NOT WORK S614 797 2 0 4 88 99 YEARS WORKED - GROUPS 0 0 YEAR 1 1 YEAR 2 2-4 YEARS 3 5-9 YEARS 4 10+ YEARS 88 DID NOT WORK S615 799 2 0 12 88 99 MONTHS WORKED BEFORE 88 DID NOT WORK S616 801 2 1 7 88 99 DAYS WORKED BEFORE 6 6+ DAYS 7 DON'T REMEMBER 88 DID NOT WORK S617 803 2 0 85 88 99 R'S EMPLOYEES BEFORE 85 85+ 88 NOT EMPLOYER,SELF S618 805 2 1 7 88 99 CHILD CARE WHILE R WORKS 1 NANNY OR MAID 2 RELATIVE 3 OTHER NON-RELATIVE 4 NURSERY 5 BY THEMSELVES 6 DON'T LIVE WITH R 7 TAKES THEM TO WORK 88 Q632 NOT APPLICABLE S619 807 2 1 2 88 99 CHILD CARE AT,AWAY FROM HOME 1 AT HOME 2 AWAY FROM HOME 88 Q633 NOT APPLICABLE S620 809 2 0 85 88 98 HUSBAND'S EMPLOYEES 85 85+ 88 NOT EMPLOYER,SELF 98 D.K. S621 811 2 15 85 88 99 HUSBAND'S AGE 85 85+ 88 NEVER MARRIED S622 813 6 HUSBAND'S INCOME-CASH * ALL8 N.A.,DIDN'T WORK * ALL9 N.D. S623 819 6 HUSBAND'S INCOME-KIND S624 825 6 HUSBAND'S INCOME-OTHER S625 831 6 HUSBAND'S TOTAL INCOME S626 837 2 0 1 88 R'S WORK PAID IN CASH AND KIND 0 NO 1 YES, IN BOTH 88 SINGLE,NOT WORKED S627 839 2 0 1 88 HUSBAND PAID IN CASH AND KIND S626 $PAGE S704 841 2 1 5 R'S LEVEL OF EDUCATION 1 NONE 2 1-5 YEARS 3 6 YEARS 4 7-11 YEARS 5 12+ YEARS S802 843 2 1 5 88 HUSBAND'S EDUCATION S704 88 NEVER MARRIED S900 845 2 1 4 WHERE GREW, CURRENT RESIDENCE 1 URBAN 2 TOWN->BIG CITY 3 COUNTRY->URBAN AREA 4 OTHER COMBINATION *----------------------------------------------------------------------* * *** End of dictionary for Ecuador standard recode file *** * *----------------------------------------------------------------------*