$TITLE "Dictionary for Cameroon household data" 00001000 *----------------------------------------------------------------------*00002000 * * *00003000 * /\ * *00004000 * / //\\ \ World Fertility Survey * Cameroon *00005000 * // ///\\\ \\ * Fertility Survey *00006000 * ////// \\\\\\ International * *00007000 * //// \\\\ Statistical * *00008000 * // \\ Institute * *00009000 * \\\\\\\ /////// * *00010000 * \\ /// 35-37 Grosvenor Gardens * *00011000 * \\\\\\ ////// London SW1W 0BS * Dictionary for *00012000 * \\ /// United Kingdom * Household data *00013000 * \\ //// * *00014000 * * *00015000 *----------------------------------------------------------------------*00016000 * *00017000 *----------------------------------------------------------------------*00018000 ( Country code : CM *00019000 *------------------------:---------------------------------------------*00020000 ( Type of data : HH03 *00021000 *------------------------:---------------------------------------------*00022000 * File : dict *00023000 *------------------------:---------------------------------------------*00024000 ( Version of dictionary : 3.2.1 *00025000 *------------------------:---------------------------------------------*00026000 ( Date created : 17 Feb 1982 (JJ) *00027000 *------------------------:---------------------------------------------*00028000 ( Date last amended : 25 Jun 1984 (FG) *00029000 *------------------------:---------------------------------------------*00030000 * Basic documentation : Questionnaire and coding manual *00031000 *------------------------:---------------------------------------------*00032000 * Bibliographic citation *00033000 * ---------------------- *00034000 * *00035000 * Any published report or paper using data from this file should *00036000 * include the following citation among its references: *00037000 * *00038000 * Ministry of Planning and Economic Affairs, Cameroon. *00039000 * Cameroon Fertility Survey, 1978, Household Data, version 3 [MRDF] *00040000 * London: International Statistical Institute [producer and *00041000 * distributor]. *00042000 * 1 data file (266318 logical records) plus 2 MRDFs containing data *00043000 * dictionary and marginals *00044000 * *00045000 * *00046000 * *00047000 * *00048000 * *00049000 * *00050000 * *00051000 * *00052000 *----------------------------------------------------------------------*00053000 $PAGE 00054000 *----------------------------------------------------------------------*00055000 * *00056000 * This document contains six types of record. They are distinguished *00057000 * by the character printed in position 1: *00058000 * *00059000 * alphabetic character (A-Z) - a variable definition record. *00060000 * blank - a value definition record. *00061000 * left parenthesis ("(") - a record that documents the basic *00062000 * provenance of the dictionary. *00063000 * percent symbol ("%") - indicates one of three kinds *00064000 * of record, "%FILE", "%CASE" and *00065000 * "%TABLE", described below. *00066000 * greater than symbol (">") - used in conjunction with "%TABLE". *00067000 * dollar sign ("$") - a title or page-control direction. *00068000 * asterisk ("*") - a comment. *00069000 * *00070000 *----------------------------------------------------------------------*00071000 * *00072000 * Positions 73-80 of all dictionary entries are reserved for a sequ- *00073000 * ence number. *00074000 * *00075000 * All values are coded right justified in their field, while names *00076000 * and labels are coded left justified. *00077000 * *00078000 *----------------------------------------------------------------------*00079000 * *00080000 * Abbreviations used for intervals: *00081000 * *00082000 * FBI first birth interval *00083000 * FPI first pregnancy interval *00084000 * LCBI last closed birth interval *00085000 * LCPI last closed pregnancy interval *00086000 * OBI open birth interval *00087000 * OPI open pregnancy interval *00088000 * *00089000 *----------------------------------------------------------------------*00090000 * *00091000 * Dates: *00092000 * *00093000 * All dates in the file are represented by century month codes (cmc). *00094000 * The century month code is defined as the number of months since *00095000 * December 1899 and is calculated as follows: *00096000 * cmc = 12*year + month *00097000 * You can convert from cmc to normal calendar dates like this: *00098000 * year = (cmc - 1)/12 *00099000 * month = cmc - 12*year *00100000 * To compute the length of time in months between any two events *00101000 * subtract the cmc of the first event from the cmc of the second *00102000 * event. *00103000 * *00104000 *----------------------------------------------------------------------*00105000 $PAGE 00106000 *----------------------------------------------------------------------*00107000 * *00108000 * Variable Definition Records: *00109000 * *00110000 * Variable definition records are used to provide names and labels *00111000 * for variables, to define their location in the file, and to state *00112000 * their range and special codes. The format of a variable definition *00113000 * record is: *00114000 * *00115000 * Position Contents Remarks *00116000 * *00117000 * 1-6 Variable name Identifies the variable; up to six *00118000 * characters, the first being a letter. *00119000 * *00120000 * 10-13 Starting location Position where variable starts. *00121000 * *00122000 * 15-16 Length Number of positions occupied by the *00123000 * variable. *00124000 * *00125000 * 17-20 Minimum Lowest value of variable. *00126000 * *00127000 * 21-24 Maximum Highest value of variable other than *00128000 * "not applicable" or special codes. *00129000 * *00130000 * 26-29 Not applicable Code used for "not applicable",if any; *00131000 * otherwise left blank. *00132000 * *00133000 * 31-34 Special code This indicates a value requiring *00134000 * special treatment in analysis. As a *00135000 * variable may have more than one spec- *00136000 * ial code, only the lowest value of *00137000 * these is shown here. Others will be *00138000 * indicated as value definition records *00139000 * only. Usually this code is used for *00140000 * "not stated", if any. *00141000 * *00142000 * 36-65 Variable label Describes the variable more fully than *00143000 * the name; up to 30 characters. *00144000 * *00145000 * 67-72 Value label If the codes for this variable have *00146000 * backreference the same labels as some previously def- *00147000 * ined variable,the name of the previous *00148000 * variable is given here. *00149000 * *00150000 * Value Definition Records: *00151000 * *00152000 * Value definition records follow a variable definition record and *00153000 * are used to provide labels describing the meaning of the codes of *00154000 * the variable. If used in conjunction with a value label reference *00155000 * (in the variable definition record) they can be used to add new *00156000 * codes or to redefine the labels of old codes. The format of a *00157000 * value definition record is: *00158000 * *00159000 * 36-39 Value The code being defined. *00160000 * *00161000 * 44-63 Label Up to 20 characters, left justified. *00162000 * *00163000 *----------------------------------------------------------------------*00164000 $PAGE 00165000 *----------------------------------------------------------------------*00166000 * *00167000 * %FILE record: *00168000 * *00169000 * There is only one "%FILE" record in a dictionary, preceding the *00170000 * variable definition records. It contains basic information about *00171000 * the data file. The format of a %FILE record is: *00172000 * *00173000 * Position Contents Remarks *00174000 * *00175000 * 1-5 %FILE *00176000 * *00177000 * 9-10 Country code Identifies the country. *00178000 * *00179000 * 19-20 Data type Type of data described. *00180000 * *00181000 * 29-30 Version Version of data file . *00182000 * *00183000 * 37-40 Logical record length *00184000 * *00185000 * 43-50 Max no of recs Number of physical records ("cards") *00186000 * in the data file. *00187000 * *00188000 * 60 Data recording mode "A" = Ascii. *00189000 * *00190000 *----------------------------------------------------------------------*00191000 * *00192000 * %CASE records: *00193000 * *00194000 * A "%CASE" record describes the location and length of the case *00195000 * key and gives the number of cases. It can be used to describe *00196000 * multiple case keys. The format of a %CASE record is: *00197000 * *00198000 * Position Contents Remarks *00199000 * *00200000 * 1-5 %CASE *00201000 * *00202000 * 15 Sort order "A"=ascending, "D"=descending *00203000 * "U"=unsorted. *00204000 * *00205000 * 22-25 Location of case key.Starting position of 1st case key. *00206000 * *00207000 * 33-35 Length of case key *00208000 * *00209000 * 49-55 Max number of cases in data file *00210000 * *00211000 * Note: For standard recode files the number of cases in the %CASE *00212000 * record is the same as the number of physical records in the *00213000 * %FILE record. *00214000 * *00215000 *----------------------------------------------------------------------*00216000 $PAGE 00217000 * *00218000 * %TABLE records: *00219000 * *00220000 * These records allow a compact description of data items (one or *00221000 * more variables), which repeat in regular blocks, by indicating how *00222000 * the information is repeated. The %TABLE record is followed by *00223000 * records with ">" in position 1. These are variable and value *00224000 * definition records describing one set of entries in the table. The *00225000 * format of a %TABLE record is: *00226000 * *00227000 * Postion Contents Remarks *00228000 * *00229000 * 1-6 %TABLE *00230000 * *00231000 * 8-9 Formal name This is a name by which the table *00232000 * may be referenced (left justified). *00233000 * *00234000 * 26-30 Starting location The starting position in the data *00235000 * file of the 1st variable in the 1st *00236000 * set of the table. *00237000 * *00238000 * 38-40 Step size Number of positions between the *00239000 * start of each set. *00240000 * *00241000 * 64-65 Actual entries The maximum number of sets for that *00242000 * particular country. *00243000 * *00244000 * 69-70 Max. entries The number of sets for which there *00245000 * is space in the data file. *00246000 * *00247000 * ">" records: *00248000 * *00249000 * All definition records describing table variables have this char- *00250000 * acter in position 1. These records are of two kinds: *00251000 * *00252000 * Variable definition records. *00253000 * *00254000 * The format of a table variable definition record is: *00255000 * *00256000 * Position Contents Remarks *00257000 * *00258000 * 1 > Indicates that the information is *00259000 * part of a table. *00260000 * 2-5 Variable name Maximum 4 characters. *00261000 * *00262000 * 8-9 Table name The name given in position 8-9 of *00263000 * the preceding %TABLE record. *00264000 * *00265000 * 10-13 Location This gives the starting position of *00266000 * the variable within the table. *00267000 * *00268000 * 15-72 Label & backref. As for normal variable definition *00269000 * records. *00270000 * *00271000 * Value definition records. *00272000 * *00273000 * These are the same as normal value definition records apart from *00274000 * the character ">" in position 1. *00275000 $PAGE 00276000 *----------------------------------------------------------------------*00277000 * *00278000 * Logical Maximum Data *00279000 * Country Data Data record number recording *00280000 * code type version length of recs mode *00281000 * ------- ---- ------- ------ ------- --------- *00282000 * *00283000 %FILE CM HH 03 80 266318 A *00284000 *----------------------------------------------------------------------*00285000 * *00286000 * Maximum *00287000 * Sort Case key number *00288000 * order location length number of recs *00289000 * ----- -------- -------- ------ ------- *00290000 * *00291000 %CASE A 3 6 1 37866 *00292000 *----------------------------------------------------------------------*00293000 * *00294000 * Location Length Minimum Maximum Maximum *00295000 * of card of card value of value of cards *00296000 * code code cardcode cardcode per case *00297000 * -------- ------- -------- -------- -------- *00298000 * *00299000 %CARDCODE 1 2 1 19 86 *00300000 *----------------------------------------------------------------------*00301000 * *00302000 * Minimum Maximum Minimum Maximum *00303000 * Record value of value of number of number of Sub Type *00304000 * type cardcode cardcode occurrncs occurrncs loc ln min max*00305000 * ------ -------- -------- --------- --------- --- -- --- ---*00306000 * *00307000 %REC 01 1 1 1 1 *00308000 %REC 02 2 2 1 1 *00309000 %REC 05 5 5 0 1 *00310000 %REC 11 11 11 0 1 *00311000 %REC 19 19 19 0 82 *00312000 *----------------------------------------------------------------------*00313000 $PAGE 00314000 *----------------------------------------------------------------------*00315000 * CARD TYPE 01 *00316000 * Interview data *00317000 *----------------------------------------------------------------------*00318000 * *00319000 *Name Loc Ln Min Max NA Spec Variable label *00320000 *---- --- -- --- --- ---- ---- -------------- *00321000 * *00322000 CARD 01 1 2 1 1 Cardcode 00323000 M007 01 3 3 1 267 E.A. number 00324000 M002 01 6 3 1 601 H.H. number 00325000 M003A 01 9 3 0 0 Line number 00326000 M985B 01 12 1 1 2 Selection for individual 00327000 1 Yes 00328000 2 No 00329000 M903 01 13 2 1 31 99 Date of last visit - day 00330000 99 Not stated 00331000 M902M 01 15 2 1 10 99 Date of last visit - month 00332000 1 January 00333000 2 February 00334000 3 March 00335000 4 April 00336000 5 May 00337000 6 June 00338000 7 July 00339000 8 August 00340000 9 September 00341000 10 October 00342000 99 Not stated 00343000 M902Y 01 17 2 78 78 Date of last visit - year 00344000 M980 01 19 3 1 903 999 Interviewer number 00345000 999 Not stated 00346000 M911 01 22 1 1 9 Result of visit 1 00347000 1 Completed 00348000 2 No adults at home 00349000 3 Postponed 00350000 4 Refused 00351000 5 Partially completed 00352000 6 Vacant dwelling 00353000 7 Dwelling not found 00354000 8 No access 00355000 9 Other 00356000 M912 01 23 1 1 9 # Result of visit 2 M911 00357000 # Not applicable 00358000 M913 01 24 1 1 1 # Result of visit 3 00359000 1 Completed 00360000 # Not applicable 00361000 M910 01 25 1 1 3 Number of visits 00362000 M901 01 26 3 1 24 999 Line number of informant M980 00363000 M915 01 29 1 1 1 Final result 00364000 1 Completed 00365000 H101 01 30 3 1 82 Total HH members 00366000 H103 01 33 2 0 20 Eligible women 00367000 H122 01 35 2 0 5 Births in last 12 months 00368000 H125 01 37 2 0 4 Deaths in last 12 months 00369000 *----------------------------------------------------------------------*00370000 $PAGE 00371000 *----------------------------------------------------------------------*00372000 * CARD TYPE 02 *00373000 * Household possessions *00374000 *----------------------------------------------------------------------*00375000 * *00376000 *Name Loc Ln Min Max NA Spec Variable label *00377000 *---- --- -- --- --- ---- ---- -------------- *00378000 * *00379000 CT02 02 1 2 2 2 Cardcode 00380000 *M007 02 3 3 1 267 EA number 00381000 *M002 02 6 3 1 601 HH number 00382000 *M003A 02 9 3 0 0 Line number 00383000 H412 02 12 1 1 2 9 Possession - radio 00384000 1 Yes 00385000 2 No 00386000 9 Not stated 00387000 H242E 02 13 1 1 2 9 Electricity H412 00388000 H242G 02 14 1 1 2 9 Cooking H412 00389000 H245P 02 15 1 1 2 9 Cooking H412 00390000 H245E 02 16 1 1 2 9 Cooking H412 00391000 H421 02 17 1 1 2 9 Sewing machine H412 00392000 H402 02 18 1 1 2 9 Refrigerator H412 00393000 H312 02 19 1 1 2 9 Bicycle H412 00394000 H311 02 20 1 1 2 9 Motor bike H412 00395000 H301 02 21 1 1 2 9 Motor car H412 00396000 H203 02 22 1 1 6 9 Type of structure 00397000 1 Hut 00398000 2 Compound 00399000 3 House 00400000 4 Villa 00401000 5 Flat 00402000 6 Other 00403000 9 Not stated 00404000 H204 02 23 2 # 99 Number of huts,houses 00405000 99 Not stated 00406000 # Not applicable 00407000 H221A 02 25 1 0 7 9 Type of wall construction <1> 00408000 * If only one material is used, eg. 2, use H221C. 00409000 * If 2 materials are used, eg. 5 & 6, use H221B and H221C. 00410000 * If 3 materials are used 1,5,6, use H221A, H221B and H221C. 00411000 * If more than 3 are used, eg. 1,2,5,6,7, code the 1st 3 only. 00412000 0 1-2 materials used 00413000 1 Beton 00414000 2 Stone 00415000 3 Wood 00416000 4 Cardboard, hardboard 00417000 5 Earth 00418000 6 Adobe or mud bricks 00419000 7 Thatched 00420000 * 7=Thatched with straw or leaves. 00421000 9 Not stated 00422000 H221B 02 26 1 0 7 9 Type of wall construction <2> H221A 00423000 0 1 material used 00424000 H221C 02 27 1 0 8 9 Type of wall construction <3> H221A 00425000 8 Other 00426000 H222A 02 28 1 0 5 9 Roof material <1> 00427000 0 1 material used 00428000 1 Dur 00429000 2 Tole or tuile 00430000 3 Earth 00431000 4 Nattes chaumes,feuls 00432000 5 Other 00433000 9 Not stated 00434000 H222B 02 29 1 1 5 9 Roof material <2> H222A 00435000 H223A 02 30 1 0 4 9 Floor material <1> 00436000 0 1 material used 00437000 1 Cement 00438000 2 Planche 00439000 3 Earth 00440000 4 Other 00441000 9 Not stated 00442000 H223B 02 31 1 1 4 9 Floor material <2> H223A 00443000 H212 02 32 2 1 40 99 No. of rooms 00444000 99 Not stated 00445000 H244A 02 34 1 0 7 9 Lighting system <1> 00446000 0 1 system used 00447000 1 Electricity 00448000 2 Gas 00449000 3 Kerosene 00450000 4 Oil 00451000 5 Firewood 00452000 6 Resine 00453000 7 Others 00454000 9 Not stated 00455000 H244B 02 35 1 1 7 9 Lighting system <2> H244A 00456000 H241A 02 36 1 0 5 9 Water facilities <1> 00457000 0 1 facility used 00458000 1 Running water 00459000 2 Outside pipe 00460000 3 Well 00461000 4 Spring water 00462000 5 River 00463000 9 Not stated 00464000 H241B 02 37 1 0 5 9 Water facilities <2> H241A 00465000 H232B 02 38 1 1 5 9 Toilet 00466000 1 Flush toilet 00467000 2 Latrine 00468000 3 River 00469000 4 Open pit 00470000 5 Other 00471000 9 Not stated 00472000 H201 02 39 1 1 5 9 Type of occupation of dwellng 00473000 1 Landlord 00474000 2 Rents 00475000 3 Loge 00476000 4 Free 00477000 5 Others 00478000 9 Not stated 00479000 *----------------------------------------------------------------------*00480000 $PAGE 00481000 *----------------------------------------------------------------------*00482000 * CARD TYPE 05 *00483000 * Births in the last 12 months in the household *00484000 *----------------------------------------------------------------------*00485000 * *00486000 *Name Loc Ln Min Max NA Spec Variable label *00487000 *---- --- -- --- --- ---- ---- -------------- *00488000 * *00489000 CT05 05 1 2 5 5 Cardcode 00490000 *M007 05 3 3 1 267 EA number 00491000 *M002 05 6 3 1 601 HH number 00492000 *M003A 05 9 3 0 0 Line number 00493000 *----------------------------------------------------------------------*00494000 * Births in the last 12 months in the household: Table style *00495000 *----------------------------------------------------------------------*00496000 * Table record Start Step rows per Entries *00497000 * name type loc size rec type No Act Max *00498000 * ---- ---- --- ---- -------- -- --- --- *00499000 * *00500000 %TABLE CH 05 12 11 6 1 6 6 *00501000 *----------------------------------------------------------------------*00502000 * *00503000 *Name Loc Ln Min Max NA Spec Variable label *00504000 *---- --- -- --- --- ---- ---- -------------- *00505000 * *00506000 >CMOL CH 1 3 99 Mother line number 00507000 > 99 Not stated 00508000 >CLIN CH 4 3 1 12 99 Child line number CMOL 00509000 >CSEX CH 7 1 1 2 9 Sex 00510000 > 1 Male 00511000 > 2 Female 00512000 > 9 Not stated 00513000 >M331 CH 8 2 1 12 22 Month of birth 00514000 > 22 Age given in yrs 00515000 > 99 Not stated 00516000 >Y331 CH 10 2 77 78 99 Year of birth,current age 00517000 > 99 Not stated 00518000 *----------------------------------------------------------------------*00519000 $PAGE 00520000 *----------------------------------------------------------------------*00521000 * CARD TYPE 11 *00522000 * Deaths in the last 12 months in the household *00523000 *----------------------------------------------------------------------*00524000 * *00525000 *Name Loc Ln Min Max NA Spec Variable label *00526000 *---- --- -- --- --- ---- ---- -------------- *00527000 * *00528000 CT11 11 1 2 11 11 Cardcode 00529000 *M007 11 3 3 1 267 EA number 00530000 *M002 11 6 3 1 601 HH number 00531000 *M003A 11 9 3 0 0 Line number 00532000 *----------------------------------------------------------------------*00533000 * Deaths in the last 12 months in the household: Table style *00534000 *----------------------------------------------------------------------*00535000 * Table record Start Step rows per Entries *00536000 * name type loc size rec type No Act Max *00537000 * ---- ---- --- ---- -------- -- --- --- *00538000 * *00539000 %TABLE DH 11 12 14 4 1 4 4 *00540000 *----------------------------------------------------------------------*00541000 * *00542000 *Name Loc Ln Min Max NA Spec Variable label *00543000 *---- --- -- --- --- ---- ---- -------------- *00544000 * *00545000 >DSEX DH 1 1 1 2 9 Sex of deceased 00546000 > 1 Male 00547000 > 2 Female 00548000 > 9 Not stated 00549000 >DGEN DH 2 1 1 7 9 Generation 00550000 > 1 Grand-parents' gen. 00551000 > 2 Parents' generation 00552000 > 3 Head of hh's generat 00553000 > 4 Child's generation 00554000 > 5 Grand-children's gen 00555000 > 6 Other generations 00556000 > 9 Not stated 00557000 >DCOU DH 3 2 1 23 # 48 Couple code 00558000 > 48 Div,sep,widow 00559000 > 49 Member not in HH 00560000 > 99 Not stated 00561000 > # Not applicable 00562000 >DMOT DH 5 3 1 26 # 88 Mother line 00563000 > 88 Not in HH 00564000 > # Not applicable 00565000 >DDTM DH 8 2 1 12 99 Month of death 00566000 > 99 Not stated 00567000 >DDTY DH 10 2 77 78 99 Year of death DDTM 00568000 >DUNI DH 12 1 1 4 9 Unit of age at death 00569000 > 1 Age given in days 00570000 > 2 Age given in weeks 00571000 > 3 Age given in months 00572000 > 4 Age given in years 00573000 > 9 Not stated 00574000 >DAGE DH 13 2 0 98 99 Age at death DDTM 00575000 *----------------------------------------------------------------------*00576000 $PAGE 00577000 *----------------------------------------------------------------------*00578000 * CARD TYPE 19 *00579000 * Household members data *00580000 *----------------------------------------------------------------------*00581000 * *00582000 *Name Loc Ln Min Max NA Spec Variable label *00583000 *---- --- -- --- --- ---- ---- -------------- *00584000 * *00585000 CT19 19 1 2 19 19 Cardcode 00586000 *M007 19 3 3 1 267 EA number 00587000 *M002 19 6 3 1 601 HH number 00588000 M003 19 9 3 1 82 Line number 00589000 M131 19 12 1 1 7 9 Generation 00590000 1 Grand-parents' gen. 00591000 2 Parents' generation 00592000 3 Head of hh's generat 00593000 4 Child's generation 00594000 5 Grand-children's gen 00595000 6 Other generations 00596000 9 Not stated 00597000 M110 19 13 2 1 10 # 48 Identification of couple 00598000 48 Spouse is absent 00599000 49 Cannot identify 00600000 # Never married 00601000 M600 19 15 3 1 100 888 Identification of the mother 00602000 888 Mother not in HH 00603000 999 Not stated 00604000 M100 19 18 1 1 2 Sex 00605000 1 Male 00606000 2 Female 00607000 M151 19 19 1 1 3 Residence status of member 00608000 1 Resident, present 00609000 2 Resident, absent 00610000 3 Visitor 00611000 M101M 19 20 2 1 12 22 Month of birth 00612000 22 Age given in yrs 00613000 99 Not stated 00614000 M101Y 19 22 2 0 98 99 Year of birth or age 00615000 99 Not stated 00616000 M105 19 24 1 1 5 # 9 Marital status 00617000 1 Never married 00618000 2 Married 00619000 3 Widowed 00620000 4 Divorced 00621000 5 Separated 00622000 9 Not stated 00623000 # Not applicable 00624000 M166 19 25 1 1 5 9 Nationality 00625000 1 Camerounais 00626000 2 Gabon,Congo,Chad,C.A 00627000 * 2= Gabonais, Congolais, Tchadiens, Central Africans. 00628000 3 Other African 00629000 4 French 00630000 5 Other countries 00631000 9 Not stated 00632000 M168A 19 26 2 1 34 77 Ethnic group,origin 00633000 77 Sans objet 00634000 88 Non classifiable 00635000 99 Non declare 00636000 M168B 19 28 2 1 18 77 Ethnic subgroup M168A 00637000 M164 19 30 1 0 1 # 9 French,English language 00638000 0 French 00639000 1 English 00640000 9 Not stated 00641000 # Not applicable 00642000 M160A 19 31 3 0 998 # 999 Mother tongue 00643000 999 Not stated 00644000 # Not applicable 00645000 M160B 19 34 3 0 998 # 999 1st language M160A 00646000 M161 19 37 3 0 998 # 999 2nd language M160A 00647000 M162 19 40 3 0 998 # 999 3rd language M160A 00648000 M170 19 43 1 1 6 9 Religion 00649000 1 Catholic 00650000 2 Protestant 00651000 3 Muslim 00652000 4 Orthodox 00653000 5 Animiste 00654000 6 Others 00655000 9 Not stated 00656000 M201 19 44 2 1 12 # 99 Type of education 00657000 1 No schooling 00658000 2 Nursery school 00659000 3 Coranic school 00660000 4 Primary school 00661000 5 Post-primary school 00662000 6 Advanced primary sch 00663000 7 General secondary ed 00664000 8 Technical sec. ed. 00665000 9 Teacher training sch 00666000 10 Advanced specialised 00667000 11 University 00668000 12 Others 00669000 99 Not stated 00670000 # Not applicable 00671000 M202 19 46 1 1 7 # 9 Last class attended 00672000 * If Q1917A = 5,6,9,10,11 & 12, Q1917B = last year of study. 00673000 * If Q1917A = 4 , Q1917B is coded as follows: 00674000 * 1 Standard or class 2 00675000 * 2 Std. 2 or class 3 00676000 * 3 Std. 3 or class 4 00677000 * 4 Std. 4 or class 5 00678000 * 5 Std. 5 or class 6 00679000 * 6 Std. 6 or class 7 00680000 * 9 Not stated 00681000 * If Q1917A = 7 , Q1917B: 00682000 * 1 Class 1 00683000 * 2 Class 2 00684000 * 3 Class 3 00685000 * 4 Class 4 00686000 * 5 Class 5 00687000 * 6 Class 6 00688000 * 7 Class 7 00689000 * 9 Not stated 00690000 * If Q1917A = 8 , Q1917B: 00691000 * 1 Class 1 00692000 * 2 Class 2 00693000 * 3 Class 3 00694000 * 4 Class 4 00695000 * 9 Not stated 00696000 9 Not stated 00697000 # None,nursery,coranic 00698000 M252 19 47 3 25 998 # 999 Occupation 00699000 999 Not stated 00700000 # Not applicable 00701000 M501 19 50 1 1 2 9 Survival of father 00702000 1 Yes 00703000 2 No 00704000 9 Not stated 00705000 M601 19 51 1 1 2 9 Survival of mother M501 00706000 M311 19 52 1 0 8 # 9 Live birth-boys living here 00707000 9 Not stated 00708000 # Not applicable 00709000 M321 19 53 1 0 8 # 9 Live birth-girls living here M311 00710000 M312 19 54 1 0 8 # 9 Live birth-boys living away M311 00711000 M322 19 55 1 0 8 # 9 Live birth-girls living away M311 00712000 M313 19 56 1 0 8 # 9 Live birth-boys dead M311 00713000 M323 19 57 1 0 8 # 9 Live birth-girls dead M311 00714000 M310 19 58 2 0 13 # 99 Total boys 00715000 99 Not stated 00716000 # Not applicable 00717000 M320 19 60 2 0 13 # 99 Total girls M310 00718000 M332 19 62 1 1 2 # 9 Sex of last live birth 00719000 1 Male 00720000 2 Female 00721000 9 Not stated 00722000 # Not applicable 00723000 M335 19 63 1 1 2 # 9 Child lived 00724000 1 Yes 00725000 2 No 00726000 9 Not stated 00727000 # Not applicable 00728000 M331M 19 64 2 1 12 # 22 Month of birth 00729000 22 Age given in yrs 00730000 99 Not stated 00731000 # Not applicable 00732000 M331Y 19 66 2 0 99 # Year of birth 00733000 # Not applicable 00734000 M336M 19 68 2 1 12 # 99 Month of death M310 00735000 M336Y 19 70 2 35 78 # 99 Year of death M310 00736000 M336U 19 72 1 1 4 # 9 Unit of age, age 00737000 1 Age given in days 00738000 2 Age given in weeks 00739000 3 Age given in months 00740000 4 Age given in years 00741000 9 Not stated 00742000 # Not applicable 00743000 M336A 19 73 2 0 43 # 99 Age at death M310 00744000 LINER 19 75 3 1 111 # 999 Line number of respondent M252 00745000 M985A 19 78 1 1 1 # Eligibility 00746000 1 Eligible 00747000 # Not applicable 00748000 *----------------------------------------------------------------------*00749000 * End of dictionary for Cameroon household data *00750000 *----------------------------------------------------------------------*00751000