$Title " Turkey Household Members Dictionary" 00001000 *----------------------------------------------------------------------*00002000 * * *00003000 * /\ * *00004000 * / //\\ \ World Fertility Survey * Turkey *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 members file *00013000 * \\ //// * *00014000 * * *00015000 *----------------------------------------------------------------------*00016000 * *00017000 *----------------------------------------------------------------------*00018000 ( Country code : TR *00019000 *------------------------:---------------------------------------------*00020000 ( Type of data : HM01 *00021000 *------------------------:---------------------------------------------*00022000 ( File : Dict *00023000 *------------------------:---------------------------------------------*00024000 ( Version of dictionary : 1.1.3 *00025000 *------------------------:---------------------------------------------*00026000 ( Date created : 24 June 1981 (JJ) *00027000 *------------------------:---------------------------------------------*00028000 ( Date last amended : 4 June 1984 (ML) *00029000 *------------------------:---------------------------------------------*00030000 ( Descriptive document : WFS Tech *00031000 *------------------------:---------------------------------------------*00032000 ( Basic documentation : *00033000 *------------------------:---------------------------------------------*00034000 ( Master dictionary : 1.1.19 (28 Apr 1981) (BR) *00035000 *------------------------:---------------------------------------------*00036000 ( : *00037000 *----------------------------------------------------------------------*00038000 * Bibliographic citation *00039000 * ---------------------- *00040000 * *00041000 * Any published report or paper using data from this file should *00042000 * include the following citation among its references: *00043000 * *00044000 * Institute of Population Studies, Hacettepe University, Ankara *00045000 * Turkey Fertility Survey, 1978, Household Members, version 1 [MRDF] *00046000 * London: International Statistical Institute [producer and *00047000 * distributor]. *00048000 * 1 data file (27056 logical records) plus 2 MRDFs containing data *00049000 * dictionary and marginals. *00050000 * *00051000 * *00052000 * *00053000 *----------------------------------------------------------------------*00054000 $PAGE 00055000 *----------------------------------------------------------------------*00056000 * *00057000 * This document contains six types of record. They are distinguished *00058000 * by the character printed in position 1: *00059000 * *00060000 * alphabetic character (A-Z) - a variable definition record. *00061000 * blank - a value definition record. *00062000 * left parenthesis ("(") - a record that documents the basic *00063000 * provenance of the dictionary. *00064000 * percent symbol ("%") - indicates one of three kinds *00065000 * of record, "%FILE", "%CASE" and *00066000 * "%TABLE", described below. *00067000 * greater than symbol (">") - used in conjunction with "%TABLE". *00068000 * dollar sign ("$") - a title or page-control direction. *00069000 * asterisk ("*") - a comment. *00070000 * *00071000 *----------------------------------------------------------------------*00072000 * *00073000 * Positions 73-80 of all dictionary entries are reserved for a sequ- *00074000 * ence number. *00075000 * *00076000 * All values are coded right justified in their field, while names *00077000 * and labels are coded left justified. *00078000 * *00079000 *----------------------------------------------------------------------*00080000 * *00081000 * Abbreviations used for intervals: *00082000 * *00083000 * FBI first birth interval *00084000 * FPI first pregnancy interval *00085000 * LCBI last closed birth interval *00086000 * LCPI last closed pregnancy interval *00087000 * OBI open birth interval *00088000 * OPI open pregnancy interval *00089000 * *00090000 *----------------------------------------------------------------------*00091000 * *00092000 * Dates: *00093000 * *00094000 * All dates in the file are represented by century month codes (cmc). *00095000 * The century month code is defined as the number of months since *00096000 * December 1899 and is calculated as follows: *00097000 * cmc = 12*year + month *00098000 * You can convert from cmc to normal calendar dates like this: *00099000 * year = (cmc - 1)/12 *00100000 * month = cmc - 12*year *00101000 * To compute the length of time in months between any two events *00102000 * subtract the cmc of the first event from the cmc of the second *00103000 * event. *00104000 * *00105000 *----------------------------------------------------------------------*00106000 $PAGE 00107000 *----------------------------------------------------------------------*00108000 * *00109000 * Variable Definition Records: *00110000 * *00111000 * Variable definition records are used to provide names and labels *00112000 * for variables, to define their location in the file, and to state *00113000 * their range and special codes. The format of a variable definition *00114000 * record is: *00115000 * *00116000 * Position Contents Remarks *00117000 * *00118000 * 1-6 Variable name Identifies the variable; up to six *00119000 * characters, the first being a letter. *00120000 * *00121000 * 10-13 Starting location Position where variable starts. *00122000 * *00123000 * 15-16 Length Number of positions occupied by the *00124000 * variable. *00125000 * *00126000 * 17-20 Minimum Lowest value of variable. *00127000 * *00128000 * 21-24 Maximum Highest value of variable other than *00129000 * "not applicable" or special codes. *00130000 * *00131000 * 26-29 Not applicable Code used for "not applicable",if any; *00132000 * otherwise left blank. *00133000 * *00134000 * 31-34 Special code This indicates a value requiring *00135000 * special treatment in analysis. As a *00136000 * variable may have more than one spec- *00137000 * ial code, only the lowest value of *00138000 * these is shown here. Others will be *00139000 * indicated as value definition records *00140000 * only. Usually this code is used for *00141000 * "not stated", if any. *00142000 * *00143000 * 36-65 Variable label Describes the variable more fully than *00144000 * the name; up to 30 characters. *00145000 * *00146000 * 67-72 Value label If the codes for this variable have *00147000 * backreference the same labels as some previously def- *00148000 * ined variable,the name of the previous *00149000 * variable is given here. *00150000 * *00151000 * Value Definition Records: *00152000 * *00153000 * Value definition records follow a variable definition record and *00154000 * are used to provide labels describing the meaning of the codes of *00155000 * the variable. If used in conjunction with a value label reference *00156000 * (in the variable definition record) they can be used to add new *00157000 * codes or to redefine the labels of old codes. The format of a *00158000 * value definition record is: *00159000 * *00160000 * 36-39 Value The code being defined. *00161000 * *00162000 * 44-63 Label Up to 20 characters, left justified. *00163000 * *00164000 *----------------------------------------------------------------------*00165000 $PAGE 00166000 *----------------------------------------------------------------------*00167000 * *00168000 * %FILE record: *00169000 * *00170000 * There is only one "%FILE" record in a dictionary, preceding the *00171000 * variable definition records. It contains basic information about *00172000 * the data file. The format of a %FILE record is: *00173000 * *00174000 * Position Contents Remarks *00175000 * *00176000 * 1-5 %FILE *00177000 * *00178000 * 9-10 Country code Identifies the country. *00179000 * *00180000 * 19-20 Data type Type of data described. *00181000 * *00182000 * 29-30 Version Version of data file . *00183000 * *00184000 * 37-40 Logical record length *00185000 * *00186000 * 43-50 Max no of recs Number of physical records ("cards") *00187000 * in the data file. *00188000 * *00189000 * 60 Data recording mode "A" = Ascii. *00190000 * *00191000 *----------------------------------------------------------------------*00192000 * *00193000 * %CASE records: *00194000 * *00195000 * A "%CASE" record describes the location and length of the case *00196000 * key and gives the number of cases. It can be used to describe *00197000 * multiple case keys. The format of a %CASE record is: *00198000 * *00199000 * Position Contents Remarks *00200000 * *00201000 * 1-5 %CASE *00202000 * *00203000 * 15 Sort order "A"=ascending, "D"=descending *00204000 * "U"=unsorted. *00205000 * *00206000 * 22-25 Location of case key.Starting position of 1st case key. *00207000 * *00208000 * 33-35 Length of case key *00209000 * *00210000 * 49-55 Max number of cases in data file *00211000 * *00212000 * Note: For standard recode files the number of cases in the %CASE *00213000 * record is the same as the number of physical records in the *00214000 * %FILE record. *00215000 * *00216000 *----------------------------------------------------------------------*00217000 $PAGE 00218000 * *00219000 * %TABLE records: *00220000 * *00221000 * These records allow a compact description of data items (one or *00222000 * more variables), which repeat in regular blocks, by indicating how *00223000 * the information is repeated. The %TABLE record is followed by *00224000 * records with ">" in position 1. These are variable and value *00225000 * definition records describing one set of entries in the table. The *00226000 * format of a %TABLE record is: *00227000 * *00228000 * Postion Contents Remarks *00229000 * *00230000 * 1-6 %TABLE *00231000 * *00232000 * 8-9 Formal name This is a name by which the table *00233000 * may be referenced (left justified). *00234000 * *00235000 * 26-30 Starting location The starting position in the data *00236000 * file of the 1st variable in the 1st *00237000 * set of the table. *00238000 * *00239000 * 38-40 Step size Number of positions between the *00240000 * start of each set. *00241000 * *00242000 * 64-65 Actual entries The maximum number of sets for that *00243000 * particular country. *00244000 * *00245000 * 69-70 Max. entries The number of sets for which there *00246000 * is space in the data file. *00247000 * *00248000 * ">" records: *00249000 * *00250000 * All definition records describing table variables have this char- *00251000 * acter in position 1. These records are of two kinds: *00252000 * *00253000 * Variable definition records. *00254000 * *00255000 * The format of a table variable definition record is: *00256000 * *00257000 * Position Contents Remarks *00258000 * *00259000 * 1 > Indicates that the information is *00260000 * part of a table. *00261000 * 2-5 Variable name Maximum 4 characters. *00262000 * *00263000 * 8-9 Table name The name given in position 8-9 of *00264000 * the preceding %TABLE record. *00265000 * *00266000 * 10-13 Location This gives the starting position of *00267000 * the variable within the table. *00268000 * *00269000 * 15-72 Label & backref. As for normal variable definition *00270000 * records. *00271000 * *00272000 * Value definition records. *00273000 * *00274000 * These are the same as normal value definition records apart from *00275000 * the character ">" in position 1. *00276000 $Page 00277000 *----------------------------------------------------------------------*00278000 * *00279000 * Logical Maximum *00280000 * Country Data record number *00281000 * code type Version length of recs *00282000 * ---- ---- ------- ------ ------- *00283000 %FILE TR HM 01 79 27056 A *00284000 * *00285000 *----------------------------------------------------------------------*00286000 * *00287000 * Location Length Number *00288000 * Sort of of of *00289000 * order case key case key cases *00290000 * ----- -------- -------- ----- *00291000 %CASE A 3 9 27056 *00292000 * *00293000 *----------------------------------------------------------------------*00294000 $Page 00295000 *----------------------------------------------------------------------*00296000 * *00297000 *Name Loc Ln Min Max NA Spec Variable label *00298000 *---- --- -- --- --- ---- ---- -------------- *00299000 * *00300000 CTYP 1 2 11 11 Card type 00301000 M160 3 2 1 67 Province 00302000 M006 5 3 1 215 PSU 00303000 M010 8 1 0 9 Segment 00304000 * There is a non-numeric code for this variable : A *00305000 M002 9 1 1 8 Household number 00306000 M003 10 2 1 28 Line number 00307000 *----------------------------------------------------------------------*00308000 * *** Household members' data *** *00309000 *----------------------------------------------------------------------*00310000 M132 12 1 0 9 Relationship to HH head 00311000 0 Head 00312000 1 Spouse 00313000 2 Child of head 00314000 3 Parent of head 00315000 4 Mother,father-in-law 00316000 5 Brother or sister 00317000 6 Spouse of child 00318000 7 Grandchild of head 00319000 8 Other relative 00320000 9 Other 00321000 M100 13 1 1 2 Sex 00322000 1 Male 00323000 2 Female 00324000 M101Y 14 2 0 96 97 Year of birth 00325000 97 Does not remember 00326000 98 Does not know 00327000 99 Not stated 00328000 M101 16 2 0 96 97 Age in completed years M101Y 00329000 96 96+ 00330000 M156 18 1 1 4 8 9 Type of place of birth 00331000 1 City 00332000 2 Town 00333000 3 Village 00334000 4 Foreign country 00335000 8 Does not know 00336000 9 Not stated 00337000 M156B 19 2 1 21 77 District of birth 00338000 77 Foreign 00339000 98 Does not know 00340000 99 Not stated 00341000 M156C 21 2 1 98 99 Province of birth 00342000 68 Foreign 00343000 99 Not stated 00344000 * 68-98 = Foreign countries *00345000 M600 23 2 1 27 95 Mother's line number 00346000 95 Mother is dead 00347000 96 Mo. not living here 00348000 98 Does not know 00349000 99 Not stated 00350000 $Page 00351000 M203 25 1 1 2 # 9 Literacy 00352000 1 Can read & write 00353000 2 Cannot read & write 00354000 9 Not stated 00355000 # Child 00356000 M206A 26 1 0 8 # 9 Highest level of schooling 00357000 0 None 00358000 1 Primary 00359000 2 Middle school 00360000 3 High school 00361000 4 University 00362000 5 3-yr primary sch. 00363000 6 Foreign 00364000 9 Not stated 00365000 # Not applicable 00366000 M205 27 1 0 9 # Years at highest level 00367000 # Not applicable 00368000 *Primary school is 5 years, middle and high school are each 3 years *00369000 M105 28 1 1 5 # 9 Current marital status 00370000 1 Curr. married 00371000 2 Never married 00372000 3 Widowed 00373000 4 Divorced 00374000 5 Separated 00375000 9 Not stated 00376000 # Not applicable 00377000 M985A 29 1 1 1 # Eligibility 00378000 1 Eligible 00379000 # Not eligible 00380000 M400 30 2 1 20 # Husband's line number 00381000 # Not applicable 00382000 M154A 32 1 0 9 # Time at present residence 00383000 0 0-5 months 00384000 1 6-11 months 00385000 2 1-2 years 00386000 3 3-4 years 00387000 4 5-9 years 00388000 5 10-14 years 00389000 6 15-19 years 00390000 7 20+ years 00391000 8 Since birth 00392000 9 Other 00393000 # Not stated 00394000 $PAGE 00395000 *----------------------------------------------------------------------*00396000 * PLACE OF RESIDENCE: TABLE STYLE *00397000 * The 1st is the last place of residence, the 2nd the one before, etc *00398000 *----------------------------------------------------------------------*00399000 * Table Start Step Entries *00400000 * name loc size Act Max *00401000 * ----- ----- ---- --- --- *00402000 %TABLE RH 33 6 3 3 *00403000 * *00404000 *----------------------------------------------------------------------*00405000 * *00406000 *Name Loc Ln Min Max NA Spec Variable label *00407000 *---- --- -- --- --- ---- ---- -------------- *00408000 * *00409000 >M180 RH 1 1 1 4 # 9 Type of place 00410000 > 1 City 00411000 > 2 Town 00412000 > 3 Village 00413000 > 4 Foreign country 00414000 > 9 Not stated 00415000 > # Not applicable 00416000 >M181 RH 2 2 1 21 # 77 District of last residence 00417000 > 77 Foreign 00418000 > 98 Does not know 00419000 > 99 Not stated 00420000 >M182 RH 4 2 1 98 # 99 Province of last residence 00421000 > 68 Foreign 00422000 > 99 Not stated 00423000 > # Not applicable 00424000 * 68-98 = foreign countries *00425000 >M183 RH 6 1 0 9 # Time at last residence 00426000 > 0 0-5 months 00427000 > 1 6-11 months 00428000 > 2 1-2 years 00429000 > 3 3-4 years 00430000 > 4 5-9 years 00431000 > 5 10-14 years 00432000 > 6 15-19 years 00433000 > 7 20+ years 00434000 > 8 Since birth 00435000 > 9 Other 00436000 > # Not applicable 00437000 *----------------------------------------------------------------------*00438000 $PAGE 00439000 M255 51 1 1 9 # Reason if currently unemployed 00440000 1 Looking for work 00441000 2 Housewife 00442000 3 Student 00443000 4 Under age 00444000 5 Health reasons 00445000 6 Retired 00446000 7 No need to work 00447000 8 Other 00448000 9 Do not know 00449000 # Not applicable 00450000 M250 52 1 1 2 # 9 Ever worked 00451000 1 Yes 00452000 2 No 00453000 9 Not stated 00454000 # Not applicable 00455000 M260A 53 1 0 8 # 9 Duration of last employment 00456000 0 Found new job 00457000 1 1-15 months 00458000 2 6-11 months 00459000 3 1 year 00460000 4 2 years 00461000 5 3-4 years 00462000 6 5-6 years 00463000 7 7+ years 00464000 8 Military service 00465000 9 Not stated 00466000 # Not applicable 00467000 M261A 54 1 0 9 # Type of last or curr farm work 00468000 0 Absentee owner 00469000 1 Rentier 00470000 2 Works on own farm 00471000 3 Wrks-part owned farm 00472000 4 Labourer-family farm 00473000 5 Labourer-co-op farm 00474000 6 Labourer-other farm 00475000 7 Unpaid family worker 00476000 8 Other 00477000 9 Do not know 00478000 # Not applicable 00479000 M251A 55 1 1 6 # 9 Last or present work status 00480000 1 Employer 00481000 2 Self-employed 00482000 3 Paid employee 00483000 4 Unpaid family worker 00484000 5 Irregularly employed 00485000 6 Other 00486000 9 Do not know 00487000 # Not applicable 00488000 M254A 56 1 1 9 # Type of occupation 00489000 1 Prof ,tech. 00490000 2 Administration 00491000 3 Tech, skilled manual 00492000 4 Unskilled manual 00493000 5 Large merchamt 00494000 6 Small merchant 00495000 7 Other services 00496000 8 Marginal worker 00497000 9 Other, D.K 00498000 # Not applicable 00499000 M270A 57 1 1 7 # 9 Social security coverage 00500000 1 Govt insured 00501000 2 Gov retiremt pension 00502000 3 Gov pens-private wkr 00503000 4 Privately insured 00504000 5 2 of above 00505000 6 Not covered 00506000 7 Other 00507000 9 Don't know 00508000 # Not applicable 00509000 M260B 58 1 0 9 # Time at present or last job M260A 00510000 M262 59 2 0 97 Second occupation 00511000 M263A 61 1 0 9 # Length unemploymt bef last job M260A 00512000 M261B 62 1 0 8 # Type of penult farm work M261A 00513000 M251B 63 1 1 6 # 9 Penultimate work status M251A 00514000 M254B 64 1 1 9 # Type of penult occupation M254A 00515000 M270B 65 1 1 7 # 9 Soc sec cover penult job M270A 00516000 M260C 66 1 0 9 # Duration of penult occupation M260A 00517000 M263B 67 1 0 9 # Length unemp bef earlier job 3 M260A 00518000 M261C 68 1 0 9 # Type of earlier farm work 3 M261A 00519000 M251C 69 1 1 6 # 9 Earlier work status <3> M251A 00520000 M254C 70 1 1 9 # Type of earlier occupation <3> M254A 00521000 M270C 71 1 1 7 # 9 Soc sec cover at earlier job 3 M270A 00522000 M260D 72 1 0 9 # Duration of earlier job <4> M260A 00523000 M264B 73 1 0 9 # Length unemp bef earlier job 4 M260A 00524000 M261D 74 1 0 9 # Type of earlier farm work <4> M261A 00525000 M251D 75 1 1 6 # Earlier work status <4> M251A 00526000 M254D 76 1 1 9 # Type of earlier job <4> M254A 00527000 M270D 77 1 1 7 # 9 Soc sec cover at earlier job 4 M270A 00528000 M260E 78 1 0 9 # Duration of earlier job M260A 00529000 M258 79 1 0 9 # Current monthly income 00530000 0 1-1500 TL 00531000 1 1501-2500 TL 00532000 2 2501-5000 TL 00533000 3 5001-7500 TL 00534000 4 7501-10000 TL 00535000 5 10001-15000 TL 00536000 6 15001-25000 TL 00537000 7 25001-50000 TL 00538000 8 50000 TL + 00539000 9 Don't know 00540000 # Not applicable 00541000 *----------------------------------------------------------------------*00542000 * *** End of dictionary for Turkey household members file *** *00543000 *----------------------------------------------------------------------*00544000