$TITLE "COSTA RICA HOUSEHOLD MEMBERS DICTIONARY" 00001000 ************************************************************************00002000 * * *00003000 * /\ * *00004000 * / //\\ \ World Fertility Survey * Data Processing Division *00005000 * // ///\\\ \\ * *00006000 * ////// \\\\\\ International *****************************00007000 * //// \\\\ Statistical * *00008000 * // \\ Institute * COSTA RICA *00009000 * \\\\\\\ /////// * Fertility Survey *00010000 * \\ /// 35-37 Grosvenor Gardens * *00011000 * \\\\\\ ////// London SW1W 0BS * Dictionary for *00012000 * \\ /// United Kingdom * HOUSEHOLD MEMBERS FILE *00013000 * \\ //// * *00014000 * * *00015000 ************************************************************************00016000 * *00017000 *......................................................................*00018000 * COUNTRY CODE : CR *00019000 *........................:.............................................*00020000 * TYPE OF DATA : HM01 *00021000 *........................:.............................................*00022000 * FILE : DICT *00023000 *........................:.............................................*00024000 * VERSION OF DICTIONARY : 1.1.5 *00025000 *........................:.............................................*00026000 * DATE CREATED : 5 FEB 1980 *00027000 *........................:.............................................*00028000 * DATE LAST AMENDED : 21 JUNE 1984 (ML) *00029000 *........................:.............................................*00030000 * DESCRIPTIVE DOCUMENT : *00031000 *........................:.............................................*00032000 * *00033000 * Bibliographic citation *00034000 * ---------------------- *00035000 * *00036000 * Any published report or paper using data from this file should *00037000 * include the following citation among its references: *00038000 * *00039000 * Direccion General de Estadistica y Censos, San Jose. *00040000 * Costa Rica Fertility Survey, 1976, Household members, version 1[MRDF]*00041000 * London: International Statistical Institute [producer and *00042000 * distributor]. *00043000 * 1 data file (23070 logical records) plus 2 MRDFs containing data *00044000 * dictionary, and marginals. *00045000 * *00046000 * *00047000 * *00048000 ************************************************************************00049000 $PAGE 00050000 *----------------------------------------------------------------------*00051000 * *00052000 * This document contains six types of record. They are distinguished *00053000 * by the character printed in position 1: *00054000 * *00055000 * alphabetic character (A-Z) - a variable definition record. *00056000 * blank - a value definition record. *00057000 * left parenthesis ("(") - a record that documents the basic *00058000 * provenance of the dictionary. *00059000 * percent symbol ("%") - indicates one of three kinds *00060000 * of record, "%FILE", "%CASE" and *00061000 * "%TABLE", described below. *00062000 * greater than symbol (">") - used in conjunction with "%TABLE". *00063000 * dollar sign ("$") - a title or page-control direction. *00064000 * asterisk ("*") - a comment. *00065000 * *00066000 *----------------------------------------------------------------------*00067000 * *00068000 * Positions 73-80 of all dictionary entries are reserved for a sequ- *00069000 * ence number. *00070000 * *00071000 * All values are coded right justified in their field, while names *00072000 * and labels are coded left justified. *00073000 * *00074000 *----------------------------------------------------------------------*00075000 * *00076000 * Abbreviations used for intervals: *00077000 * *00078000 * FBI first birth interval *00079000 * FPI first pregnancy interval *00080000 * LCBI last closed birth interval *00081000 * LCPI last closed pregnancy interval *00082000 * OBI open birth interval *00083000 * OPI open pregnancy interval *00084000 * *00085000 *----------------------------------------------------------------------*00086000 * *00087000 * Dates: *00088000 * *00089000 * All dates in the file are represented by century month codes (cmc). *00090000 * The century month code is defined as the number of months since *00091000 * December 1899 and is calculated as follows: *00092000 * cmc = 12*year + month *00093000 * You can convert from cmc to normal calendar dates like this: *00094000 * year = (cmc - 1)/12 *00095000 * month = cmc - 12*year *00096000 * To compute the length of time in months between any two events *00097000 * subtract the cmc of the first event from the cmc of the second *00098000 * event. *00099000 * *00100000 *----------------------------------------------------------------------*00101000 $PAGE 00102000 *----------------------------------------------------------------------*00103000 * *00104000 * Variable Definition Records: *00105000 * *00106000 * Variable definition records are used to provide names and labels *00107000 * for variables, to define their location in the file, and to state *00108000 * their range and special codes. The format of a variable definition *00109000 * record is: *00110000 * *00111000 * Position Contents Remarks *00112000 * *00113000 * 1-6 Variable name Identifies the variable; up to six *00114000 * characters, the first being a letter. *00115000 * *00116000 * 10-13 Starting location Position where variable starts. *00117000 * *00118000 * 15-16 Length Number of positions occupied by the *00119000 * variable. *00120000 * *00121000 * 17-20 Minimum Lowest value of variable. *00122000 * *00123000 * 21-24 Maximum Highest value of variable other than *00124000 * "not applicable" or special codes. *00125000 * *00126000 * 26-29 Not applicable Code used for "not applicable",if any; *00127000 * otherwise left blank. *00128000 * *00129000 * 31-34 Special code This indicates a value requiring *00130000 * special treatment in analysis. As a *00131000 * variable may have more than one spec- *00132000 * ial code, only the lowest value of *00133000 * these is shown here. Others will be *00134000 * indicated as value definition records *00135000 * only. Usually this code is used for *00136000 * "not stated", if any. *00137000 * *00138000 * 36-65 Variable label Describes the variable more fully than *00139000 * the name; up to 30 characters. *00140000 * *00141000 * 67-72 Value label If the codes for this variable have *00142000 * backreference the same labels as some previously def- *00143000 * ined variable,the name of the previous *00144000 * variable is given here. *00145000 * *00146000 * Value Definition Records: *00147000 * *00148000 * Value definition records follow a variable definition record and *00149000 * are used to provide labels describing the meaning of the codes of *00150000 * the variable. If used in conjunction with a value label reference *00151000 * (in the variable definition record) they can be used to add new *00152000 * codes or to redefine the labels of old codes. The format of a *00153000 * value definition record is: *00154000 * *00155000 * 36-39 Value The code being defined. *00156000 * *00157000 * 44-63 Label Up to 20 characters, left justified. *00158000 * *00159000 *----------------------------------------------------------------------*00160000 $PAGE 00161000 *----------------------------------------------------------------------*00162000 * *00163000 * %FILE record: *00164000 * *00165000 * There is only one "%FILE" record in a dictionary, preceding the *00166000 * variable definition records. It contains basic information about *00167000 * the data file. The format of a %FILE record is: *00168000 * *00169000 * Position Contents Remarks *00170000 * *00171000 * 1-5 %FILE *00172000 * *00173000 * 9-10 Country code Identifies the country. *00174000 * *00175000 * 19-20 Data type Type of data described. *00176000 * *00177000 * 29-30 Version Version of data file . *00178000 * *00179000 * 37-40 Logical record length *00180000 * *00181000 * 43-50 Max no of recs Number of physical records ("cards") *00182000 * in the data file. *00183000 * *00184000 * 60 Data recording mode "A" = Ascii. *00185000 * *00186000 *----------------------------------------------------------------------*00187000 * *00188000 * %CASE records: *00189000 * *00190000 * A "%CASE" record describes the location and length of the case *00191000 * key and gives the number of cases. It can be used to describe *00192000 * multiple case keys. The format of a %CASE record is: *00193000 * *00194000 * Position Contents Remarks *00195000 * *00196000 * 1-5 %CASE *00197000 * *00198000 * 15 Sort order "A"=ascending, "D"=descending *00199000 * "U"=unsorted. *00200000 * *00201000 * 22-25 Location of case key.Starting position of 1st case key. *00202000 * *00203000 * 33-35 Length of case key *00204000 * *00205000 * 49-55 Max number of cases in data file *00206000 * *00207000 * Note: For standard recode files the number of cases in the %CASE *00208000 * record is the same as the number of physical records in the *00209000 * %FILE record. *00210000 * *00211000 *----------------------------------------------------------------------*00212000 $PAGE 00213000 * *00214000 * %TABLE records: *00215000 * *00216000 * These records allow a compact description of data items (one or *00217000 * more variables), which repeat in regular blocks, by indicating how *00218000 * the information is repeated. The %TABLE record is followed by *00219000 * records with ">" in position 1. These are variable and value *00220000 * definition records describing one set of entries in the table. The *00221000 * format of a %TABLE record is: *00222000 * *00223000 * Postion Contents Remarks *00224000 * *00225000 * 1-6 %TABLE *00226000 * *00227000 * 8-9 Formal name This is a name by which the table *00228000 * may be referenced (left justified). *00229000 * *00230000 * 26-30 Starting location The starting position in the data *00231000 * file of the 1st variable in the 1st *00232000 * set of the table. *00233000 * *00234000 * 38-40 Step size Number of positions between the *00235000 * start of each set. *00236000 * *00237000 * 64-65 Actual entries The maximum number of sets for that *00238000 * particular country. *00239000 * *00240000 * 69-70 Max. entries The number of sets for which there *00241000 * is space in the data file. *00242000 * *00243000 * ">" records: *00244000 * *00245000 * All definition records describing table variables have this char- *00246000 * acter in position 1. These records are of two kinds: *00247000 * *00248000 * Variable definition records. *00249000 * *00250000 * The format of a table variable definition record is: *00251000 * *00252000 * Position Contents Remarks *00253000 * *00254000 * 1 > Indicates that the information is *00255000 * part of a table. *00256000 * 2-5 Variable name Maximum 4 characters. *00257000 * *00258000 * 8-9 Table name The name given in position 8-9 of *00259000 * the preceding %TABLE record. *00260000 * *00261000 * 10-13 Location This gives the starting position of *00262000 * the variable within the table. *00263000 * *00264000 * 15-72 Label & backref. As for normal variable definition *00265000 * records. *00266000 * *00267000 * Value definition records. *00268000 * *00269000 * These are the same as normal value definition records apart from *00270000 * the character ">" in position 1. *00271000 $PAGE 00272000 *----------------------------------------------------------------------*00273000 * *00274000 * Logical Maximum *00275000 * Country Data record number *00276000 * code type Version length of recs *00277000 * ---- ---- ------- ------ ------- *00278000 %FILE CR HM 01 78 23070 A *00279000 * *00280000 *----------------------------------------------------------------------*00281000 * *00282000 * Location Length Number *00283000 * Sort of of of *00284000 * order case key case key cases *00285000 * ----- -------- -------- ----- *00286000 %CASE A 1 6 23070 *00287000 * *00288000 *----------------------------------------------------------------------*00289000 $PAGE 00290000 ************************************************************************00291000 * SAMPLING INFORMATION *00292000 ************************************************************************00293000 * *00294000 *Name Loc Ln Min Max NA Spec Variable label *00295000 *---- --- -- --- --- ---- ---- -------------- *00296000 * *00297000 M002 1 4 1 229 HOUSEHOLD NUMBER 00298000 M003 5 2 1 19 LINE NUMBER 00299000 M007 7 1 1 5 AREA 00300000 1 METROPOLITAN 00301000 2 VALLEY CENTRAL-URBAN 00302000 3 VALLEY CENTRAL-RURAL 00303000 4 OTHER URBAN 00304000 5 OTHER RURAL 00305000 M012 8 1 1 7 PROVINCE 00306000 M012A 9 2 1 20 CANTON 00307000 M012B 11 2 1 13 DISTRICT 00308000 M010 13 4 79333 SEGMENT 00309000 M014 17 3 1 643 ORDER OF ADDRESS 00310000 ************************************************************************00311000 * CHARACTERISTICS OF THE INTERVIEW *00312000 ************************************************************************00313000 M903 20 2 1 31 INTERVIEW DATE 00314000 M902M 22 2 7 12 INTERVIEW DATE 00315000 M902Y 24 2 76 76 INTERVIEW DATE 00316000 M980 26 2 2 31 INTERVIEWER 00317000 M910 28 1 1 4 VISITS 00318000 M915 29 1 1 1 FINAL RESULT 00319000 1 COMPLETED 00320000 ************************************************************************00321000 * HOUSEHOLD STRUCTURE * 00322000 ************************************************************************00323000 H101A 30 2 1 19 MEMBER 00324000 H161 32 1 0 1 COUPLES 00325000 H162 33 1 0 1 COUPLES 00326000 H163 34 1 0 2 COUPLES 00327000 H164 35 1 0 3 COUPLES 00328000 H165 36 1 0 2 COUPLES 00329000 H166 37 1 0 1 COUPLES 00330000 H155 38 2 0 4 COUPLES IN HH 00331000 H156 40 1 1 4 GENERATIONS IN HOUSEHOLD 00332000 H160 41 1 0 2 GENERATIONS INCLUDING COUPLES 00333000 H150 42 1 1 5 HOUSEHOLD STRUCTURE 00334000 1 HH WITH NO COUPLES 00335000 2 NUCLEAR 00336000 3 LATERALLY EXTENDED 00337000 4 VERTICALLY EXTENDED 00338000 5 VERT.& LAT.EXTENDED 00339000 $PAGE 00340000 ************************************************************************00341000 * HOUSEHOLD MEMBERS GENERAL INFORMATION *00342000 ************************************************************************00343000 * *00344000 *Name Loc Ln Min Max NA Spec Variable label *00345000 *---- --- -- --- --- ---- ---- -------------- *00346000 * *00347000 M131 43 1 1 7 8 GENERATION 00348000 1 GRANDPARENT'S 00349000 2 PARENT'S 00350000 3 HEAD'S 00351000 4 CHILD'S 00352000 5 GRANDCHILD'S 00353000 6 OTHER 00354000 7 UNRELATED 00355000 8 NOT APPLICABLE 00356000 M110 44 1 0 7 8 9 COUPLE 00357000 8 SOLO WOMEN 00358000 9 NOT STATED 00359000 M600 45 2 1 15 88 MOTHER'S LINE 00360000 88 MOTHER NOT IN HH 00361000 M100 47 1 1 2 SEX 00362000 1 MALE 00363000 2 FEMALE 00364000 M101 48 2 0 96 98 AGE 00365000 95 95+ 00366000 98 DON'T KNOW 00367000 99 NOT STATED 00368000 M200A 50 1 1 2 # 9 ATTEND SCHOOL 00369000 1 YES 00370000 2 NO 00371000 9 NOT STATED 00372000 # NOT APPLICABLE 00373000 M201 51 1 1 8 # 9 EDUC : HIGHEST LEVEL ATTENDED 00374000 1 PRIMARY 00375000 2 SECONDARY 00376000 3 UNIVERSITY 00377000 4 OTHER 00378000 8 KINDER 00379000 9 NOT STATED 00380000 # NOT APPLICABLE 00381000 M202 52 1 0 8 # 9 YEARS OF SCHOOLING 00382000 0 LESS THAN 1 YEAR 00383000 8 8 + YEARS 00384000 9 NOT STATED 00385000 # NOT APPLICABLE 00386000 M105 53 1 1 5 # 9 MARITAL STATUS 00387000 1 MARRIED 00388000 2 IN UNION 00389000 3 WIDOWED 00390000 4 DIVORCED 00391000 5 SEPARATED 00392000 9 NOT STATED 00393000 # NOT APPLICABLE 00394000 $PAGE 00395000 ************************************************************************00396000 * CUMULATIVE FERTIITY *00397000 ************************************************************************00398000 * *00399000 *Name Loc Ln Min Max NA Spec Variable label *00400000 *---- --- -- --- --- ---- ---- -------------- *00401000 * *00402000 M311 54 2 0 11 # 99 CHILDREN LIVING WITH HER: MALE 00403000 99 NOT STATED 00404000 # NOT APPLICABLE 00405000 M321 56 2 0 10 # 99 CHILDREN LIVING WITH HER: FEM M311 00406000 M312 58 2 0 10 # 99 CHILDREN LIVING AWAY: MALE M311 00407000 M322 60 2 0 10 # 99 CHILDREN LIVING AWAY: FEMALE M311 00408000 M313 62 2 0 15 # 99 CHILDREN DECEASED: MALE M311 00409000 M323 64 2 0 11 # 99 CHILDREN DECEASED: FEMALE M311 00410000 M301 66 2 0 25 # 99 TOTAL CHILDREN EVER BORN M311 00411000 M331M 68 2 1 12 # 99 LAST CHILD: MONTH OF BIRTH 00412000 99 NOT STATED 00413000 # NOT APPLICABLE 00414000 M331Y 70 2 7 76 # 99 LAST CHILD: YEAR OF BIRTH 00415000 99 NOT STATED 00416000 # MALE, <15 OR 0 CHILD 00417000 M332 72 1 1 3 # 9 LAST CHILD: SEX 00418000 1 SINGLE MALE 00419000 2 SINGLE FEMALE 00420000 3 MALE TWINS 00421000 9 NOT STATED 00422000 # NOT APPLICABLE 00423000 M335B 73 1 1 2 # 9 LAST CHILD: SURVIVAL STATUS 00424000 1 SINGLE OR TWIN ALIVE 00425000 2 SINGLE OR MALE DEAD 00426000 9 NOT STATED 00427000 # NOT APPLICABLE 00428000 M003A 74 2 1 15 # 99 LINE NUMBER OF RESPONDENT 00429000 99 NOT STATED 00430000 # NOT APPLICABLE 00431000 M985A 76 1 1 1 # ELIGIBILITY 00432000 1 YES 00433000 # NOT APPLICABLE 00434000 M107A 77 1 1 2 # 9 EVER-MARRIED 00435000 1 YES 00436000 2 NO 00437000 9 NOT STATED 00438000 # NOT APPLICABLE 00439000 M133 78 1 0 8 RELATION 00440000 0 HEAD 00441000 1 SPOUSE 00442000 2 CHILD 00443000 3 PARENT 00444000 4 SIBLING 00445000 5 GRANDPARENT 00446000 6 OTHER RELATION 00447000 7 NO RELATION 00448000 8 SERVANT 00449000 ************************************************************************00450000 * *** END OF DICTIONARY FOR COSTA RICA HOUSEHOLD MEMBERS FILE *** *00451000 ************************************************************************00452000