$TITLE "Data dictionary for Panama SR02 standard recode file" *----------------------------------------------------------------------* * * * * /\ * * * / //\\ \ World Fertility Survey * Panama * * // ///\\\ \\ * Fertility Survey * * ////// \\\\\\ International * * * //// \\\\ Statistical * * * // \\ Institute * * * \\\\\\\ /////// * * * \\ /// 35-37 Grosvenor Gardens * * * \\\\\\ ////// London SW1W 0BS * Data dictionary for * * \\ /// United Kingdom * Standard recode file. * * \\ //// * * * * * *----------------------------------------------------------------------* * * *----------------------------------------------------------------------* ( COUNTRY CODE : PA * *------------------------:---------------------------------------------* ( TYPE OF DATA : SR02 * *------------------------:---------------------------------------------* * FILE : DICT * *------------------------:---------------------------------------------* ( VERSION OF DICTIONARY : 2.2.2 * *------------------------:---------------------------------------------* ( DATE CREATED : 24 Feb 1983 (JJ) * *------------------------:---------------------------------------------* ( DATE LAST AMENDED : 18 Jul 1983 (JJ) * *------------------------:---------------------------------------------* * DESCRIPTIVE DOCUMENT : WFS TECH @@@@ * *------------------------:---------------------------------------------* * BASIC DOCUMENTATION : DP GUIDELINES, FEB 1979, WFS TECH 1010 * *----------------------------------------------------------------------* * * * Bibliographic citation * * ---------------------- * * * * Any published report or paper using data from this file should * * include the following citation among its references: * * * * Officina de Estudios de Poplacion, Ministerio de Salud, Panama. * * Panama Fertility Survey, 1975-76, Standard Recode, version 2 [MRDF]* * London: International Statistical Institute [producer and * * distributor]. * * 1 data file (3701 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 * * and country recode file. 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. * *----------------------------------------------------------------------* * * * * * Logical Maximum * * Country Data record number * * code type Version length of recs * * ---- ---- ------- ------ ------- * %FILE PA SR 02 878 3701 A * * * *----------------------------------------------------------------------* * * * Location Length Number * * Sort of of of * * order case key case key cases * * ----- -------- -------- ----- * %CASE A 10 7 3701 * * * *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** GROUP 0 *** *----------------------------------------------------------------------* * -SAMPLING INFORMATION *----------------------------------------------------------------------* *Name Loc Ln Min Max NA Spec Variable label * *---- --- -- --- --- -- ---- -------------- * V000 1 9 Data set identifier * 1 3 "WFS" * * 4 2 "PA" * * 6 4 "SR02" * V001 10 7 Serial number V002 17 2 1 4 DOMAIN V003 19 4 1 196 STRATUM V004 23 4 1 396 PRIMARY SAMPLING UNIT V003 V005 27 4 103962 ULTIMATE AREA UNIT V003 V006 31 4 WEIGHT *----------------------------------------------------------------------* * * -REFERENCE DATES AND AGE *----------------------------------------------------------------------* * V007 35 4 912 915 DATE OF INTERVIEW V008 39 4 314 674 DATE OF BIRTH V009 43 2 26 56 YEAR OF BIRTH V010 45 2 20 50 AGE IN COMPLETED YEARS V011 47 2 2 7 AGE IN 5 YEAR GROUPS 2 20-24 3 25-29 4 30-34 5 35-39 6 40-44 7 45-49 V012 49 2 1 4 AGE IN 10 YEAR GROUPS 1 15-24 2 25-34 3 35-44 4 45-49 $PAGE *----------------------------------------------------------------------* * *** 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 469 914 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 501 914 8888 Dissolution of union > 8888 Not dissolved *----------------------------------------------------------------------* M011 51 1 1 2 8 Type of union <1> 1 Marriage 2 Common law 8 Not applicable M012 52 4 469 914 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 501 914 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 469 914 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 501 914 8888 Date of dissolution <2> M014 * * M031 71 1 1 2 8 Type of union <3> M021 M032 72 4 469 914 8888 Date of union <3> M022 M033 76 1 1 4 8 9 Status of union <3> M023 M034 77 4 501 914 8888 Date of dissolution <3> M014 * * M041 81 1 1 2 8 Type of union <4> M021 M042 82 4 469 914 8888 Date of union <4> M022 M043 86 1 1 4 8 9 Status of union <4> M023 M044 87 4 501 914 8888 Date of dissolution <4> M014 * * M051 91 1 1 2 8 Type of union <5> M021 M052 92 4 469 914 8888 Date of union <5> M022 M053 96 1 1 4 8 9 Status of union <5> M023 M054 97 4 501 914 8888 Date of dissolution <5> M014 * * M061 101 1 1 2 8 Type of union <6> M021 M062 102 4 469 914 8888 Date of union <6> M022 M063 106 1 1 4 8 9 Status of union <6> M023 M064 107 4 501 914 8888 Date of dissolution <6> M014 * * M071 111 1 1 2 8 Type of union <7> M021 M072 112 4 469 914 8888 Date of union <7> M022 M073 116 1 1 4 8 9 Status of union <7> M023 M074 117 4 501 914 8888 Date of dissolution <7> M014 * * M081 121 1 1 2 8 Type of union <8> M021 M082 122 4 469 914 8888 Date of union <8> M022 M083 126 1 1 4 8 9 Status of union <8> M023 M084 127 4 501 914 8888 Date of dissolution <8> M014 * * $PAGE *----------------------------------------------------------------------* * *** GROUP 1 *** *----------------------------------------------------------------------* * -MARITAL STATUS *----------------------------------------------------------------------* V101 131 2 0 5 NUMBER OF TIMES MARRIED V102 133 2 0 4 NUMBER OF TIMES MARRIED 4+ V103 135 2 0 1 EVER MARRIED 0 NO 1 YES V104 137 2 1 4 88 STATUS OF FIRST MARRIAGE 1 MARRIED 2 WIDOWED 3 DIVORCED 4 SEPARATED 88 NEVER MARRIED V105 139 2 0 1 88 FIRST MARRIAGE 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 MARITAL STATUS 1 SINGLE 2 MARRIED 3 COMMON LAW 4 WIDOW V108 145 2 0 1 CURRENTLY MARRIED 0 NO 1 YES *----------------------------------------------------------------------* * -AGE AT MARRIAGE *----------------------------------------------------------------------* V109 147 2 12 46 88 AGE AT FIRST MARRIAGE 88 NEVER MARRIED V110 149 2 1 7 88 AGE AT FIRST MARRIAGE 7 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 1 < 15 2 15-19 3 20-25 4 25-29 5 30+ 88 NEVER MARRIED $PAGE V112 153 2 1 2 88 AGE AT FIRST MARRIAGE 2 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 442 8888 MONTHS SPENT IN UNION STATE 8888 NEVER MARRIED V115 161 4 0 442 8888 MONTHS SINCE FIRST MARRIAGE V114 V116 165 2 0 36 88 YEARS SINCE FIRST MARRIAGE 88 NEVER MARRIED V117 167 2 1 7 88 YEARS SINCE FIRST MARRIAGE 7 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 YEARS SINCE FIRST MARRIAGE 4A 1 < 10 2 10-19 3 20-29 4 30+ 88 NEVER MARRIED V119 171 2 1 4 88 YEARS SINCE FIRST MARRIAGE 4B 1 < 5 2 5-9 3 10-19 4 20+ 88 NEVER MARRIED V120 173 2 1 3 88 YEARS SINCE FIRST MARRIAGE 3 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 MARRIAGE LASTED 5+ YEARS V121 V123 179 2 0 1 CURRENTLY MARRIED 5+ YEARS V121 *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Birth history: table style *** * *----------------------------------------------------------------------* * Table Start Step Entries * * name loc size Act Max * * ---- --- ---- --- --- * %TABLE BH 181 10 20 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 486 914 8888 Date of birth > 8888 No birth >BSEX BH 6 1 1 2 8 Sex of child > 1 Male > 2 Female > 8 No birth >BADG BH 9 2 1 8 88 Age at death > 1 <1 month > 2 1-2 months > 3 3-5 months > 4 6-11 months > 5 1 year > 6 2-4 years > 7 5-9 years > 8 10+ years > 88 Not applicable *----------------------------------------------------------------------* * 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 486 914 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 88 88 99 Not used <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 486 914 8888 Date of birth <2> B012 B023 196 1 1 2 8 Sex of child <2> B013 B024 197 2 88 88 Not used <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 486 914 8888 Date of birth <3> B012 B033 206 1 1 2 8 Sex of child <3> B013 B034 207 2 88 88 Not used <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 486 914 8888 Date of birth <4> B012 B043 216 1 1 2 8 Sex of child <4> B013 B044 217 2 88 88 Not used <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 486 914 8888 Date of birth <5> B012 B053 226 1 1 2 8 Sex of child <5> B013 B054 227 2 88 88 Not used <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 486 914 8888 Date of birth <6> B012 B063 236 1 1 2 8 Sex of child <6> B013 B064 237 2 88 88 Not used <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 486 914 8888 Date of birth <7> B012 B073 246 1 1 2 8 Sex of child <7> B013 B074 247 2 88 88 Not used <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 486 914 8888 Date of birth <8> B012 B083 256 1 1 2 8 Sex of child <8> B013 B084 257 2 88 88 Not used <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 486 914 8888 Date of birth <9> B012 B093 266 1 1 2 8 Sex of child <9> B013 B094 267 2 88 88 Not used <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 486 914 8888 Date of birth <10> B012 B103 276 1 1 2 8 Sex of child <10> B013 B104 277 2 88 88 Not used <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 486 914 8888 Date of birth <11> B012 B113 286 1 1 2 8 Sex of child <11> B013 B114 287 2 88 88 Not used <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 486 914 8888 Date of birth <12> B012 B123 296 1 1 2 8 Sex of child <12> B013 B124 297 2 88 88 Not used <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 486 914 8888 Date of birth <13> B012 B133 306 1 1 2 8 Sex of child <13> B013 B134 307 2 88 88 Not used <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 486 914 8888 Date of birth <14> B012 B143 316 1 1 2 8 Sex of child <14> B013 B144 317 2 88 88 Not used <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 486 914 8888 Date of birth <15> B012 B153 326 1 1 2 8 Sex of child <15> B013 B154 327 2 88 88 Not used <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 486 914 8888 Date of birth <16> B012 B163 336 1 1 2 8 Sex of child <16> B013 B164 337 2 88 88 Not used <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 486 914 8888 Date of birth <17> B012 B173 346 1 1 2 8 Sex of child <17> B013 B174 347 2 88 88 Not used <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 486 914 8888 Date of birth <18> B012 B183 356 1 1 2 8 Sex of child <18> B013 B184 357 2 88 88 Not used <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 486 914 8888 Date of birth <19> B012 B193 366 1 1 2 8 Sex of child <19> B013 B194 367 2 88 88 Not used <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 486 914 8888 Date of birth <20> B012 B203 376 1 1 2 8 Sex of child <20> B013 B204 377 2 88 88 Not used <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 486 914 8888 Date of birth <21> B012 B213 386 1 1 2 8 Sex of child <21> B013 B214 387 2 88 88 Not used <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 486 914 8888 Date of birth <22> B012 B223 396 1 1 2 8 Sex of child <22> B013 B224 397 2 88 88 Not used <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 486 914 8888 Date of birth <23> B012 B233 406 1 1 2 8 Sex of child <23> B013 B234 407 2 88 88 Not used <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 486 914 8888 Date of birth <24> B012 B243 416 1 1 2 8 Sex of child <24> B013 B244 417 2 88 88 Not used <24> B014 B245 419 2 0 11 88 99 Age at death <24> B015 $PAGE *----------------------------------------------------------------------* * *** GROUP 2 *** *----------------------------------------------------------------------* * -OTHER PREGNANCIES *----------------------------------------------------------------------* V201 421 2 0 6 NUMBER OF WASTED PREGNANCIES V202 423 2 0 6 NUMBER OF STILL BIRTHS V203 425 2 0 6 NO. OF SPONTANEOUS ABORTIONS V204 427 2 0 3 NUMBER OF INDUCED ABORTIONS 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 20 NUMBER OF FERTILE PREGNANCIES V208 435 2 0 20 NUMBER OF CHILDREN EVER BORN V209 437 2 0 9 NUMBER CHILDREN EVER BORN 9+ V210 439 2 0 5 CHILDREN BORN + CURR PREG 5+ V211 441 2 1 2 CHILDREN BORN + CURR PREG 2 1 <4 2 4+ V212 443 2 0 10 NUMBER OF SONS EVER BORN *----------------------------------------------------------------------* * LIVING CHILDREN * *----------------------------------------------------------------------* V213 445 2 0 17 NUMBER OF LIVING CHILDREN V214 447 2 0 9 NUMBER OF LIVING CHILDREN 9+ V215 449 2 0 5 NUMBER OF LIVING CHILDREN 5+ V216 451 2 1 4 NUMBER OF LIVING CHILDREN 4 1 < 3 2 3 3 4 4 5+ V217 453 2 1 3 NUMBER OF LIVING CHILDREN 3 1 < 4 2 4-6 3 7+ V218 455 2 1 2 NUMBER OF LIVING CHILDREN 2 1 < 4 2 4+ V219 457 2 0 9 LIVING CHILDREN + CURR PREG 9+ V220 459 2 0 9 NUMBER OF LIVING SONS V221 461 2 0 5 NUMBER OF LIVING SONS 5+ V222 463 2 0 5 NUMBER OF LIVING DAUGHTERS 5+ *----------------------------------------------------------------------* * PERIOD FERTILITY * *----------------------------------------------------------------------* V223 465 2 0 8 88 CHILDREN BORN IN FIRST 5 YEARS 88 NOT MARRIED 5+ YEARS V224 467 2 0 5 88 SONS BORN IN FIRST 5 YEARS V223 V225 469 2 0 4 CHILDREN BORN IN PAST 5 YEARS V226 471 2 0 4 SONS BORN IN PAST 5 YEARS V227 473 2 0 17 LIVING CHILDREN 5 YEARS AGO $PAGE *----------------------------------------------------------------------* * -BIRTH INTERVALS *----------------------------------------------------------------------* V228 475 4 0 251 8888 6666 FIRST BIRTH INTERVAL IN MONTHS 6666 NEGATIVE INTERVAL 8888 NO FIRST INTERVAL V229 479 2 1 8 FIRST BIRTH INTERVAL GROUPED 1 NEGATIVE INTERVAL 2 0-7 3 8-11 4 12-23 5 24-35 6 36-47 7 48-59 8 60+ V230 481 4 0 251 8888 6666 LAST CLOSED INTERVAL IN MONTHS 6666 NEGATIVE INTERVAL 8888 NO CLOSED INTERVAL V231 485 2 1 5 88 LAST CLOSED INTERVAL GROUPED 1 < 12 2 12-23 3 24-35 4 36-47 5 48-59 88 NO CLOSED INTERVAL V232 487 4 0 428 8888 OPEN BIRTH INTERVAL IN MONTHS 8888 NO OPEN INTERVAL V233 491 2 1 5 88 OPEN BIRTH INTERVAL GROUPED 1 < 12 2 12-23 3 24-35 4 36-47 5 48-59 88 NO OPEN INTERVAL V234 493 2 0 1 EVER-MARRIED 1+ FERTILE PREG 0 NO 1 YES V235 495 2 0 1 EVER-MARRIED 2+ FERTILE PREG V234 V236 497 2 0 1 CLOSED INTERVAL < 5 YEARS V234 $PAGE *----------------------------------------------------------------------* * *** GROUP 3 *** *----------------------------------------------------------------------* * -BREASTFEEDING *----------------------------------------------------------------------* V301 499 2 0 76 88 96 MONTHS BREASTFEED OPEN INTERV 88 NO OPEN INTERVAL 96 STILL BREASTFEEDING 98 DID NOT BREASTFEED V302 501 2 0 48 88 98 MONTHS BREASTFEED CLOSED INT 88 NO CLOSED INT 98 DID NOT BREASTFEED V303 503 2 1 17 88 MONTHS BREASTFEED CLOSED INT 1 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 NO CLOSED INT V304 505 2 1 13 88 MONTHS BREASTFEED CLOSED INT 2 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 NO CLOSED INTERVAL 99 NOT STATED $PAGE V305 507 2 1 12 88 MONTHS BREASTFEED CLOSED INT 3 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 NO CLOSED INTERVAL V306 509 2 0 1 CLOSED > 32 CHILD SURV > 24 0 NO 1 YES *----------------------------------------------------------------------* * *** GROUP 4 *** *----------------------------------------------------------------------* * -EXPOSURE STATUS *----------------------------------------------------------------------* V401 511 2 1 4 HUSBAND OR WIFE STERILIZED 1 WIFE CONTRACEPTIVE 2 HUSBAND 3 WIFE NOT CONTRACEP 4 OTHER CASES V402 513 2 1 5 88 EXPOSURE STATUS 1 PREGNANT 2 NOT MARRIED 3 STERILIZED 4 NOT FECUND 5 FECUND 88 NEVER MARRIED V403 515 2 0 1 CURRENTLY MARRIED AND FECUND 0 NO 1 YES V404 517 2 0 1 EXPOSED V403 V405 519 2 0 1 EXPOSED NOT STERILIZED 1+BIRTH V403 V406 521 2 0 1 CURRENTLY MARRIED 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 DESIRE FOR LAST PREGNANCY 1 WANTED 2 NOT WANTED 3 UNDECIDED 88 NOT EM 1+ BIRTH V506 535 2 0 1 88 LAST PREGNANCY UNWANTED 0 WANTED OR UNDECIDED 1 UNWANTED 88 NOT EM 1+ BIRTH V507 537 2 0 1 88 PREFERS NEXT CHILD TO BE BOY 0 GIRL OR EITHER 1 PREFERS BOY 88 NOT FECUND WANTING V508 539 2 0 1 88 PREFERS NEXT CHILD TO BE GIRL 0 BOY OR EITHER 1 PREFERS GIRL 88 NOT FECUND WANTING V509 541 2 0 8 88 66 ADDITIONAL CHILDREN WANTED 66 LAST PREG UNWANTED 88 NOT MARRIED FECUND 97 UNDECIDED 99 NOT STATED V510 543 2 0 5 88 66 ADDITIONAL CHILDREN WANTED 5+ V509 V511 545 2 0 20 88 98 NUMBER OF CHILDREN DESIRED 88 NEVER MARRIED 98 OTHER ANSWERS 99 NOT STATED V512 547 2 0 9 88 98 NUMBER OF CHILDREN DESIRED 9+ 9 9+ 88 NOT APPLICABLE 98 OTHER ANSWERS 99 NOT STATED V513 549 2 1 4 88 99 NUMBER DESIRED - NUMBER ALIVE 1 DESIRED < LIVING 2 DESIRED=LIVING 3 DESIRED > LIVING 4 OTHER ANSWERS 88 NEVER MARRIED 99 NOT STATED $PAGE *----------------------------------------------------------------------* * *** GROUP 6 *** *----------------------------------------------------------------------* * -KNOWLEDGE *----------------------------------------------------------------------* V601 551 2 0 2 88 KNOWS PILL 0 NO 1 YES 2 YES V602 553 2 0 2 88 KNOWS I.U.D. V601 V603 555 2 0 2 88 KNOWS FEMALE SCIENTIFIC V601 V604 557 2 0 2 88 KNOWS DOUCHE V601 V605 559 2 0 2 88 KNOWS CONDOM V601 V606 561 2 0 2 88 KNOWS RHYTHM V601 V607 563 2 0 2 88 KNOWS WITHDRAWAL V601 V608 565 2 0 2 88 KNOWS ABSTENTION V601 V609 567 2 0 2 88 KNOWS FEMALE STERILIZATION V601 V610 569 2 0 2 88 KNOWS MALE STERILIZATION V601 V611 571 2 0 1 88 KNOWS INJECTION V601 V612 573 2 88 88 88 KNOWS METHOD 1 88 NOT ASKED V613 575 2 88 88 88 KNOWS METHOD 2 V612 V614 577 2 88 88 88 KNOWS METHOD 3 V612 V615 579 2 0 1 88 KNOWS OTHER METHODS V601 V616 581 2 1 3 KNOWLEDGE OF ANY METHOD 1 NO METHOD 2 INEFFICIENT ONLY 3 EFFICIENT V617 583 2 0 1 KNOWS ANY METHOD 0 NO 1 YES $PAGE *----------------------------------------------------------------------* * EVER-USE * *----------------------------------------------------------------------* V618 585 2 0 1 88 EVER USED PILL 0 NO 1 YES V619 587 2 0 1 88 EVER USED I.U.D. V601 V620 589 2 0 1 88 EVER USED FEMALE SCIENTIFIC V601 V621 591 2 0 1 88 EVER USED DOUCHE V601 V622 593 2 0 1 88 EVER USED CONDOM V601 V623 595 2 0 1 88 EVER USED RHYTHM V601 V624 597 2 0 1 88 EVER USED WITHDRAWAL V601 V625 599 2 0 1 88 EVER USED ABSTENTION V601 V626 601 2 0 1 WIFE STERILIZED CONTRACEPTIVE V601 V627 603 2 0 1 HUSBAND STERILIZED V601 V628 605 2 0 1 88 EVER USED INJECTION V601 V629 607 2 88 88 88 EVER USED METHOD 1 V612 V630 609 2 88 88 88 EVER USED METHOD 2 V612 V631 611 2 88 88 88 EVER USED METHOD 3 V612 V632 613 2 0 1 88 EVER USED OTHER METHODS V601 V633 615 2 1 3 EVER-USE OF ANY METHOD V616 V634 617 2 0 1 EVER USED ANY METHOD V617 *----------------------------------------------------------------------* * -CURRENT USE *----------------------------------------------------------------------* V635 619 2 0 15 88 METHOD CURRENTLY USED 0 None 1 Pill 2 Iud 3 Other fem sci 4 Douche 5 Condom 6 Rhythm method 7 Withdrawal 8 Abstinence 9 Female sterilization 10 Male sterilization 11 Injection 15 Other methods 88 Not exposed V636 621 2 1 3 88 CURRENT USE OF ANY METHOD 1 NOT USING 2 USING INEFFICIENT 3 USING EFFICIENT 88 NOT EXPOSED V637 623 2 0 1 88 CURRENTLY USING A METHOD 0 NO 1 YES 88 NOT EXPOSED V638 625 2 0 1 CURRENTLY USING EFFICIENT V637 V639 627 2 0 1 USING EFFICIENT WANTS NO MORE V637 $PAGE *----------------------------------------------------------------------* * -PATTERN OF USE *----------------------------------------------------------------------* V640 629 2 0 15 88 METHOD USED IN CLOSED INTERVAL V635 88 NO CLOSED INTERVAL V641 631 2 1 3 88 USE IN THE CLOSED INTERVAL 1 DID NOT USE 2 USED INEFFICIENT 3 USED EFFICIENT 88 NO CLOSED INTERVAL V642 633 2 1 2 88 USE IN THE CLOSED INTERVAL 2 1 USED 2 DID NOT USE 88 NO CLOSED INTERVAL V643 635 2 0 15 88 METHOD USED IN OPEN INTERVAL V635 88 NO OPEN INTERVAL V644 637 2 1 3 88 USE IN THE 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 INTENDS USE 2 INTENDS NO USE 3 NEV USER NOT FECUND 4 USED IN OPEN 5 USED IN CLOSED 6 USED BEFORE 7 STERILIZED 8 USING OTHER 88 NEVER MARRIED $PAGE *----------------------------------------------------------------------* * *** GROUP 7 *** *----------------------------------------------------------------------* * -RESPONDENTS BACKGROUND *----------------------------------------------------------------------* V701 641 2 1 4 REGION OF RESIDENCE 1 METROPOLITAN URBAN 2 METRO RURAL 3 REST URBAN 4 REST RURAL V702 643 2 1 2 TYPE OF PLACE OF RESIDENCE 1 URBAN 2 RURAL V703 645 2 1 3 CHILDHOOD PLACE OF RESIDENCE 1 RURAL 2 TOWN 3 CITY V704 647 2 0 20 99 YEARS OF EDUCATION 99 NOT STATED V705 649 2 1 2 LITERACY 1 CAN READ 2 ILLITERATE V706 651 2 1 9 RELIGION 1 CATHOLIC 2 BAPTIST 3 PROTESTANT 4 PROTESTANT 5 JEHOVAH'S WITNESS 6 JEWISH 7 OTHER 8 ATHEIST 9 NOT STATED V707 653 2 88 88 88 ETHNIC GROUP 88 NOT ASKED V708 655 2 0 9 88 OCCUPATION BEFORE MARRIAGE 0 NO WORK 1 PROFESSIONAL 2 CLERICAL 3 SALES 4 FARMERS 5 AGRICULTURAL 6 HOUSEHOLD 7 SERVICES 8 SKILLED 9 UNSKILLED 88 NEVER MARRIED V709 657 2 1 8 88 WORK STATUS BEFORE MARRIAGE 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 $PAGE V710 659 2 0 9 MOST RECENT OCCUPATION 0 NO WORK 1 PROFESSIONAL 2 CLERICAL 3 SALES 4 FARMERS 5 AGRICULTURAL 6 HOUSEHOLD 7 SERVICES 8 SKILLED 9 UNSKILLED V711 661 2 1 9 MOST RECENT WORK STATUS 1 WORKED 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 V712 663 2 1 5 MOST RECENT PLACE OF WORK 1 FAMILY FARM 2 OTHER FARM 3 AT HOME 4 AWAY FROM HOME 5 DID NOT WORK V713 665 2 1 9 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 7 Nev marr, curr works 8 Nev marr, has worked 9 Nev marr, nev worked $PAGE *----------------------------------------------------------------------* * *** GROUP 8 *** *----------------------------------------------------------------------* * -HUSBANDS BACKGROUND *----------------------------------------------------------------------* V801 667 2 1 3 88 HUSBANDS CHILDHOOD RESIDENCE V703 88 NEVER MARRIED V802 669 2 0 20 88 99 HUSBANDS YEARS OF EDUCATION 88 NEVER MARRIED V803 671 2 1 2 88 HUSBANDS LITERACY V705 88 NEVER MARRIED V804 673 2 0 9 88 HUSBANDS OCCUPATION V708 88 NEVER MARRIED V805 675 2 1 9 88 10 HUSBANDS WORK STATUS V709 8 EMPLOYS 1-4 9 EMPLOYS 5+ 10 NEVER WORKED *----------------------------------------------------------------------* * *** GROUP 9 *** *----------------------------------------------------------------------* * -INTERVIEW DATA *----------------------------------------------------------------------* V901 677 2 1 40 INTERVIEWER CODE V902 679 2 0 90 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 PRESENCE OTHERS BIRTH HISTORY 0 NO ONE 1 UNDER 10 2 HUSBAND 4 MALES 8 FEMALES V906 687 2 0 15 88 PRESENCE OTHERS UNION HISTORY V905 0 NONE OR SINGLE V907 689 2 1 4 99 DEGREE OF COOPERATION 1 BAD 2 FAIR 3 GOOD 4 VERY GOOD 99 NOT STATED *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * Dictionary for Extra Standard Recode Variables * *----------------------------------------------------------------------* X220 691 2 0 9 Sons at home X222 693 2 0 9 Daughters at home X220 X271 695 1 0 1 8 Abortion if danger to life 0 No 1 Yes 8 Never married X272 696 1 0 1 8 Abortion if danger to health X271 X273 697 1 0 1 8 Abortion if after rape X271 X274 698 1 0 1 8 Abortion if risk of malformatn X271 X275 699 1 0 1 8 Abortion if woman unmarried X271 X276 700 1 0 1 8 Abortion if financial problems X271 X277 701 1 0 1 8 Abortion if on demand X271 X278 702 1 0 1 8 Abortion if too many children X271 X289 703 2 0 8 No of reasons approve abortion X302 705 2 0 48 88 98 Breastfed in LCBI 88 Live births < 2 98 Did not breastfeed X402 707 1 1 3 8 Self-reported fecundity 1 Fecund, preg or user 2 Infec or strl-non-c 3 Uncertain 8 Not mar or strl-cntr X411 708 4 546 914 8888 When sterilized 8888 Not applicable X412 712 1 1 5 8 Where sterilized 1 Public hospital 2 Social security 3 Private clinic 4 Gorgas hosp 5 Other place 8 Not applicable X413 713 4 748 906 8888 When partner sterilized X411 X501 717 1 1 3 8 Desire for more children 1 Yes 2 No 3 Undecided 8 Not applicable X600A 718 2 0 10 88 Total methods known 0 Never used 88 Never married X600B 720 2 0 12 88 Total methods known X600A X601 722 2 0 8 88 Total methods used X600A $PAGE X603 724 2 1 15 88 First method used 1 Pill 2 IUD 3 Other fem scientific 4 Douche 5 Condom 6 Rhythm 7 Withdrawal 8 Abstention 9 Female sterilization 10 Male sterilization 11 Injection 15 Other 88 Not applicable X604 726 2 0 20 88 Children born before first use 88 Never used X605 728 1 1 7 8 9 Source of first method used 1 FP Clinic 2 Hospital 3 Health centre 4 Hosp 5 Private clinic 6 Pharmacy 7 Other 8 Not applicable 9 Not stated X676 729 1 1 3 8 Pregnant using FP in LCBI 1 While using 2 Had stopped 3 Don't know 8 Not applicable X677 730 1 1 7 8 9 Why stopped in LCBI 1 Pregnancy wanted 2 Bad for health 3 Medical advice 4 Own negligence 5 Husband's opposition 6 Husband away 7 Method not available 8 Not applicable 9 Not stated X680 731 2 1 15 88 Last method used X603 X681 733 2 0 20 88 Children born before last use X604 X682 735 1 1 7 8 9 Source of most recent method X605 8 Not applicable 9 Not stated X690 736 2 0 15 88 Last method used before ster X603 X701 738 1 0 1 Always lived in this locality 0 No 1 Yes $PAGE X704 739 2 0 3 Respondent's education 0 No schooling 1 1-3 years 2 4-6 years 3 7+ years X708 741 4 0 826 8888 Occ. before 1st union X710 745 4 0 826 Most recent occupation X722 749 2 0 20 88 87 Years worked before 1st union 0 Less than 1 year 87 No work before marr 88 Never married X726 751 2 0 34 88 87 Years worked after 1st union X722 87 No work after union X727 753 2 45 76 86 Year last worked 86 Still working 87 Never worked X731 755 1 0 1 8 6 Worked in 1st birth interval 0 No 1 Yes 6 Negative interval 7 No birth 8 Never married X802 756 2 0 3 88 Partner's education X704 X804 758 4 0 901 8888 Partner's occupation 8888 Resp never in union X806 762 2 18 75 88 Current partner's age 88 Resp never in union X911 764 1 1 1 Format respondent's birth date 1 Exact date given X912 765 1 1 2 8 Format of date 1st union X911 1 Exact date given 2 Calendar year only 8 No union X913 766 1 1 1 8 Format of date of 1st birth 1 Exact date given 8 No birth X914 767 1 1 1 8 Format of date of penult birth X913 X915 768 1 1 1 8 Format of date of last birth X913 *----------------------------------------------------------------------* $PAGE *----------------------------------------------------------------------* * *** Pregnancy history: table style *** * *----------------------------------------------------------------------* * Table Start Step Entries * * name loc size Act Max * * ---- --- ---- --- --- * %TABLE PH 769 7 12 12 * * * *----------------------------------------------------------------------* *Name Loc Ln Min Max NA Spec Variable label * *---- --- -- --- --- -- ---- -------------- * >PTYP PH 1 1 1 3 8 9 Type of non-live birth > 1 Still birth > 2 Abortion > 3 Abortion > 8 No pregnancy > 9 Not stated >PDUR PH 2 2 1 9 88 99 Duration of preg > 88 No pregnancy > 99 Not stated >PDTM PH 4 2 1 12 88 Date pregnancy ended > 88 No pregnancy >PDTY PH 6 2 88 Date pregnancy ended > 88 No pregnancy *----------------------------------------------------------------------* * Pregnancy History: Individual Variables * *----------------------------------------------------------------------* PTYP01 769 1 1 3 8 9 Type of non-live birth 1 Still birth 2 Abortion 3 Abortion 8 No pregnancy 9 Not stated PDUR01 770 2 1 9 88 99 Duration of preg 88 No pregnancy 99 Not stated PDTM01 772 2 1 12 88 Date pregnancy ended 88 No pregnancy PDTY01 774 2 88 Date pregnancy ended 88 No pregnancy PTYP02 776 1 1 3 8 9 Type of non-live birth 1 Still birth 2 Abortion 3 Abortion 8 No pregnancy 9 Not stated PDUR02 777 2 1 9 88 99 Duration of preg 88 No pregnancy 99 Not stated PDTM02 779 2 1 12 88 Date pregnancy ended 88 No pregnancy PDTY02 781 2 88 Date pregnancy ended 88 No pregnancy PTYP03 783 1 1 3 8 9 Type of non-live birth 1 Still birth 2 Abortion 3 Abortion 8 No pregnancy 9 Not stated PDUR03 784 2 1 9 88 99 Duration of preg 88 No pregnancy 99 Not stated PDTM03 786 2 1 12 88 Date pregnancy ended 88 No pregnancy PDTY03 788 2 88 Date pregnancy ended 88 No pregnancy PTYP04 790 1 1 3 8 9 Type of non-live birth 1 Still birth 2 Abortion 3 Abortion 8 No pregnancy 9 Not stated PDUR04 791 2 1 9 88 99 Duration of preg 88 No pregnancy 99 Not stated PDTM04 793 2 1 12 88 Date pregnancy ended 88 No pregnancy PDTY04 795 2 88 Date pregnancy ended 88 No pregnancy PTYP05 797 1 1 3 8 9 Type of non-live birth 1 Still birth 2 Abortion 3 Abortion 8 No pregnancy 9 Not stated PDUR05 798 2 1 9 88 99 Duration of preg 88 No pregnancy 99 Not stated PDTM05 800 2 1 12 88 Date pregnancy ended 88 No pregnancy PDTY05 802 2 88 Date pregnancy ended 88 No pregnancy PTYP06 804 1 1 3 8 9 Type of non-live birth 1 Still birth 2 Abortion 3 Abortion 8 No pregnancy 9 Not stated PDUR06 805 2 1 9 88 99 Duration of preg 88 No pregnancy 99 Not stated PDTM06 807 2 1 12 88 Date pregnancy ended 88 No pregnancy PDTY06 809 2 88 Date pregnancy ended 88 No pregnancy PTYP07 811 1 1 3 8 9 Type of non-live birth 1 Still birth 2 Abortion 3 Abortion 8 No pregnancy 9 Not stated PDUR07 812 2 1 9 88 99 Duration of preg 88 No pregnancy 99 Not stated PDTM07 814 2 1 12 88 Date pregnancy ended 88 No pregnancy PDTY07 816 2 88 Date pregnancy ended 88 No pregnancy PTYP08 818 1 1 3 8 9 Type of non-live birth 1 Still birth 2 Abortion 3 Abortion 8 No pregnancy 9 Not stated PDUR08 819 2 1 9 88 99 Duration of preg 88 No pregnancy 99 Not stated PDTM08 821 2 1 12 88 Date pregnancy ended 88 No pregnancy PDTY08 823 2 88 Date pregnancy ended 88 No pregnancy PTYP09 825 1 1 3 8 9 Type of non-live birth 1 Still birth 2 Abortion 3 Abortion 8 No pregnancy 9 Not stated PDUR09 826 2 1 9 88 99 Duration of preg 88 No pregnancy 99 Not stated PDTM09 828 2 1 12 88 Date pregnancy ended 88 No pregnancy PDTY09 830 2 88 Date pregnancy ended 88 No pregnancy PTYP10 832 1 1 3 8 9 Type of non-live birth 1 Still birth 2 Abortion 3 Abortion 8 No pregnancy 9 Not stated PDUR10 833 2 1 9 88 99 Duration of preg 88 No pregnancy 99 Not stated PDTM10 835 2 1 12 88 Date pregnancy ended 88 No pregnancy PDTY10 837 2 88 Date pregnancy ended 88 No pregnancy PTYP11 839 1 1 3 8 9 Type of non-live birth 1 Still birth 2 Abortion 3 Abortion 8 No pregnancy 9 Not stated PDUR11 840 2 1 9 88 99 Duration of preg 88 No pregnancy 99 Not stated PDTM11 842 2 1 12 88 Date pregnancy ended 88 No pregnancy PDTY11 844 2 88 Date pregnancy ended 88 No pregnancy PTYP12 846 1 1 3 8 9 Type of non-live birth 1 Still birth 2 Abortion 3 Abortion 8 No pregnancy 9 Not stated PDUR12 847 2 1 9 88 99 Duration of preg 88 No pregnancy 99 Not stated PDTM12 849 2 1 12 88 Date pregnancy ended 88 No pregnancy PDTY12 851 2 88 Date pregnancy ended 88 No pregnancy $PAGE *----------------------------------------------------------------------* * Country Specific Variables * *----------------------------------------------------------------------* S001 853 6 Identification S101 859 1 0 1 8 Ever in union 0 No 1 Yes 8 Not applicable S102 860 1 0 1 8 Ever had sex S101 S103 861 1 0 5 8 Reason why husband living away 0 Other reason 1 R's work, study 2 H's work, study 3 Living away 4 With other woman 5 Marital problems 8 Not aplicable S703 862 3 1 913 Place of birth S709 865 1 0 6 8 9 Occupation bfore 1st marriage 0 Did not work 1 Government 2 Private company 3 Canal zone 4 Private house 5 Self-employed 6 Family 8 Not applicable 9 Not stated S710 866 1 0 6 8 9 Current occupation S709 S720 867 1 0 1 9 Attends church 0 No 1 Yes 9 Not stated S721 868 1 1 4 Importance of religion 1 Very important 2 Important 3 Less important 4 Not at all S722 869 1 0 1 8 Communion 0 No 1 Yes 8 Not Catholic S723 870 1 1 3 8 Frequency of communion 1 Weekly 2 1-2 times monthly 3 < once a month 8 Not applicable S731 871 1 0 1 Knows about pap smear 0 No 1 Yes S732 872 1 0 1 8 Knows about pap's frequency 0 No 1 Yes 8 Not applicable S733 873 1 0 1 8 Ever had pap smear S732 S734 874 1 0 1 8 Interested in having pap smear S732 S735 875 1 0 7 8 Reasons for not having pap 0 Other reasons 1 Not important 2 Single 3 No symptoms 4 Fear of test 5 Negligence 6 Time not available 7 Does not know where 8 Not applicable S805 876 2 0 6 8 9 Husband's occupation S709 * Data file contains 1 byte at the end which is not used* *----------------------------------------------------------------------* * *** End of dictionary for Panama standard recode *** * *----------------------------------------------------------------------*