$TITLE "Data dictionary for Philippines community data file" *----------------------------------------------------------------------* * * * * /\ * * * / //\\ \ World Fertility Survey * Philippines * * // ///\\\ \\ * Fertility Survey * * ////// \\\\\\ International * * * //// \\\\ Statistical * * * // \\ Institute * * * \\\\\\\ /////// * * * \\ /// 35-37 Grosvenor Gardens * * * \\\\\\ ////// London SW1W 0BS * Dictionary for * * \\ /// United Kingdom * Community data * * \\ //// * * * * * *----------------------------------------------------------------------* * * *----------------------------------------------------------------------* ( Country code : PH * *----------------------------------------------------------------------* ( Type of data : CD01 * *----------------------------------------------------------------------* * File : Dict * *----------------------------------------------------------------------* ( Version of dictionary : 1.1.5 * *----------------------------------------------------------------------* ( Date created : 17 Dec 1982 (TSS) * *----------------------------------------------------------------------* ( Date last amended : 9 Jul 1984 (ML) * *----------------------------------------------------------------------* * Created from : Community questionnaire and code book * *----------------------------------------------------------------------* * * * Bibliographic citation * * ---------------------- * * * * Any published report or paper using data from this file should * * include the following citation among its references: * * * * National census and statistics office, Manila. * * Philippines Fertility Survey, 1978, Community data, * * version 1 [MRDF]. * * * * London: International Statistical Institute [producer and * * distributor]. * * 1 data file (352 logical records) plus 2 MRDF containing data * * dictionary and marginals. * * * * * * * * * * * * * *----------------------------------------------------------------------* $PAGE ************************************************************************ * * * This document contains six types of record. They are distinguished * * by the character printed in position 1: * * * * alphabetic character (A-Z) - a variable definition record. * * blank - a value definition record. * * left parenthesis ("(") - a record that documents the basic * * provenance of the dictionary. * * percent symbol ("%") - indicates one of three kinds * * of record, "%FILE", "%CASE" and * * "%TABLE", described below. * * greater than symbol (">") - used in conjunction with "%TABLE". * * dollar sign ("$") - a title or page-control direction. * * asterisk ("*") - a comment. * * * *----------------------------------------------------------------------* * * * Positions 73-80 of all dictionary entries are reserved for a sequ- * * ence number. * * * * All values are coded right justified in their field, while names * * and labels are coded left justified. * * * *----------------------------------------------------------------------* * * * Abbreviations used for intervals: * * * * FBI first birth interval * * FPI first pregnancy interval * * LCBI last closed birth interval * * LCPI last closed pregnancy interval * * OBI open birth interval * * OPI open pregnancy interval * * * *----------------------------------------------------------------------* * * * Dates: * * * * All dates in the file are represented by century month codes (cmc). * * The century month code is defined as the number of months since * * December 1899 and is calculated as follows: * * cmc = 12*year + month * * You can convert from cmc to normal calendar dates like this: * * year = (cmc - 1)/12 * * month = cmc - 12*year * * To compute the length of time in months between any two events * * subtract the cmc of the first event from the cmc of the second * * event. * * * *----------------------------------------------------------------------* $PAGE * * * Variable Definition Records: * * * * Variable definition records are used to provide names and labels * * for variables, to define their location in the file, and to state * * their range and special codes. The format of a variable definition * * record is: * * * * Position Contents Remarks * * * * 1-6 Variable name Identifies the variable; up to six * * characters, the first being a letter. * * * * 10-13 Starting location Position where variable starts. * * * * 15-16 Length Number of positions occupied by the * * variable. * * * * 17-20 Minimum Lowest value of variable. * * * * 21-24 Maximum Highest value of variable other than * * "not applicable" or special codes. * * * * 26-29 Not applicable Code used for "not applicable",if any; * * otherwise left blank. * * * * 31-34 Special code This indicates a value requiring * * special treatment in analysis. As a * * variable may have more than one spec- * * ial code, only the lowest value of * * these is shown here. Others will be * * indicated as value definition records * * only. Usually this code is used for * * "not stated", if any. * * * * 36-65 Variable label Describes the variable more fully than * * the name; up to 30 characters. * * * * 67-72 Value label If the codes for this variable have * * backreference the same labels as some previously def- * * ined variable,the name of the previous * * variable is given here. * * * * * * Value Definition Records: * * * * Value definition records follow a variable definition record and * * are used to provide labels describing the meaning of the codes of * * the variable. If used in conjunction with a value label reference * * (in the variable definition record) they can be used to add new * * codes or to redefine the labels of old codes. The format of a * * value definition record is: * * * * Position Contents Remarks * * * * 36-39 Value The code being defined. * * * * 44-63 Label Up to 20 characters, left justified. * $PAGE *----------------------------------------------------------------------* * * * %FILE record: * * * * There is only one "%FILE" record in a dictionary, preceding the * * variable definition records. It contains basic information about * * the data file. The format of a %FILE record is: * * * * Position Contents Remarks * * * * 1-5 %FILE * * * * 9-10 Country code Identifies the country. * * * * 19-20 Data type Type of data described. * * * * 29-30 Version Version of data file . * * * * 37-40 Logical record length * * * * 43-50 Max no of recs Number of physical records ("cards") * * in the data file. * * * * 60 Data recording mode "A" = Ascii. * * * *----------------------------------------------------------------------* * * * %CASE records: * * * * A "%CASE" record describes the location and length of the case * * key and gives the number of cases. It can be used to describe * * multiple case keys. The format of a %CASE record is: * * * * Position Contents Remarks * * * * 1-5 %CASE * * * * 15 Sort order "A"=ascending, "D"=descending * * "U"=unsorted. * * * * 22-25 Location of case key.Starting position of 1st case key. * * * * 33-35 Length of case key * * * * 49-55 Max number of cases in data file * * * * Note: For standard recode files the number of cases in the %CASE * * record is the same as the number of physical records in the * * %FILE record. * * * *----------------------------------------------------------------------* $PAGE * * * %TABLE records: * * * * These records allow a compact description of data items (one or * * more variables), which repeat in regular blocks, by indicating how * * the information is repeated. The %TABLE record is followed by * * records with ">" in position 1. These are variable and value * * definition records describing one set of entries in the table. The * * format of a %TABLE record is: * * * * Postion Contents Remarks * * * * 1-6 %TABLE * * * * 8-9 Formal name This is a name by which the table * * may be referenced (left justified). * * * * 26-30 Starting location The starting position in the data * * file of the 1st variable in the 1st * * set of the table. * * * * 38-40 Step size Number of positions between the * * start of each set. * * * * 64-65 Actual entries The maximum number of sets for that * * particular country. * * * * 69-70 Max. entries The number of sets for which there * * is space in the data file. * * * * ">" records: * * * * All definition records describing table variables have this char- * * acter in position 1. These records are of two kinds: * * * * Variable definition records. * * * * The format of a table variable definition record is: * * * * Position Contents Remarks * * * * 1 > Indicates that the information is * * part of a table. * * 2-5 Variable name Maximum 4 characters. * * * * 8-9 Table name The name given in position 8-9 of * * the preceding %TABLE record. * * * * 10-13 Location This gives the starting position of * * the variable within the table. * * * * 15-72 Label & backref. As for normal variable definition * * records. * * * * Value definition records. * * * * These are the same as normal value definition records apart from * * the character ">" in position 1. * $Page ************************************************************************ * * * Logical Maximum Data * * Country Data Data record number recording * * code type version length of recs mode * * ------- ---- ------- ------ ------- --------- * * * %FILE PH CD 01 309 352 A * ************************************************************************ * * * Maximum * * Sort Case key number * * order location length number of recs * * ----- -------- -------- ------ ------- * * * %CASE A 1 9 1 352 * ************************************************************************ $PAGE ************************************************************************ * TRANSPORTATION AND COMMUNICATION * ************************************************************************ * * *Name Loc Ln Min Max NA Spec Variable label * *---- --- -- --- --- ---- ---- -------------- * * * STRAT 1 1 3 7 STRATUM 3 LUZON RURAL 4 VISAYAS URBAN 5 VISAYAS RURAL 6 MINDANAO URBAN 7 MINDANAO RURAL BARNGY 2 3 1 145 BARANGAY HHNO 5 2 1 9 HOUSEHOLD NUMBER LINE 7 2 1 9 LINE NUMBER RESP 9 1 1 3 RESPONDENT 1 BARANGAY CHAIRMAN 2 BARANGAY COUNCILMAN 3 OTHER PHONE1 10 1 1 2 9 TELEPHONE 1 PRESENT 2 ABSENT 9 NOT STATED PHONE2 11 2 0 98 88 99 DIST. TO NEAREST PHONE 88 NOT APPLICABLE 99 NOT STATED PHONE3 13 1 1 5 8 9 TIME TO NEAREST PHONE 1 < 30 MINS 2 30-59 MINS 3 60-119 MINS 4 120-179 MINS 5 180+ MINS 8 NOT APPLICABLE 9 DON'T KNOW PHONE4 14 1 1 7 8 9 ACCESS TO NEAREST PHONE 1 HIKING OR WALKING 2 TRICYCLE 3 ANIMAL DRAWN 4 BUS OR JEEPNEY 5 RAILROAD 6 BANCA OR FERRY 7 WALKING AND VEHICLE 8 NOT APPLICABLE 9 DON'T KNOW GRAPH1 15 1 1 2 TELEGRAPH PHONE1 GRAPH2 16 2 0 98 88 99 DIST. TO N. TELEGRAPH PHONE2 GRAPH3 18 1 1 5 8 9 TIME TO NEAREST TELEGRAPH PHONE3 GRAPH4 19 1 1 7 8 9 ACCESS TO NEAREST TELEGRAPH PHONE4 $PAGE POST1 20 1 1 2 POST OFFICE PHONE1 POST2 21 2 0 75 88 99 DIST. TO N. POST OFFICE PHONE2 POST3 23 1 1 5 8 9 TIME TO NEAREST POST OFFICE PHONE3 POST4 24 1 1 7 8 9 ACCESS TO NEAREST POST OFFICE PHONE4 MAIL1 25 1 1 2 MAIL DELIVERY PHONE1 MAIL2 26 2 0 98 88 99 DIST. TO N. MAIL DELIVERY PHONE2 MAIL3 28 1 1 5 8 9 TIME TO NEAREST MAIL DELIVERY PHONE3 MAIL4 29 1 1 7 8 9 ACCESS TO N. MAIL DELIVERY PHONE4 NEWS1 30 1 1 2 NEWSPAPER PHONE1 NEWS2 31 2 0 98 88 99 DIST. TO NEAREST NEWSPAPER PHONE2 NEWS3 33 1 1 5 8 9 TIME TO NEAREST NEWSPAPER PHONE3 NEWS4 34 1 1 7 8 9 ACCESS TO NEAREST NEWSPAPER PHONE4 MOVIE1 35 1 1 2 MOVIE PHONE1 MOVIE2 36 2 0 98 88 99 DIST. TO NEAREST MOVIE PHONE2 MOVIE3 38 1 1 5 8 9 TIME TO NEAREST MOVIE PHONE3 MOVIE4 39 1 1 7 8 9 ACCESS TO NEAREST MOVIE PHONE4 RESTN1 40 1 1 2 RESTAURANT PHONE1 RESTN2 41 2 0 98 88 99 DIST.TO NEAREST RESTAURANT PHONE2 RESTN3 43 1 1 5 8 TIME TO NEAREST RESTAURANT PHONE3 RESTN4 44 1 1 7 8 9 ACCESS TO NEAREST RESTAURANT PHONE4 $PAGE ************************************************************************ * HEALTH AND EDUCATION * ************************************************************************ * * *Name Loc Ln Min Max NA Spec Variable label * *---- --- -- --- --- ---- ---- -------------- * * * PHYSN1 45 1 1 2 PHYSICIAN PHONE1 PHYSN2 46 2 0 75 88 99 DIST.TO NEAREST PHYSICIAN PHONE2 PHYSN3 48 1 1 5 8 9 TIME TO NEAREST PHYSICIAN PHONE3 PHYSN4 49 1 1 7 8 9 ACCESS TO NEAREST PHYSICIAN PHONE4 MDWFE1 50 1 1 2 MIDWIFE PHONE1 MDWFE2 51 2 0 52 88 99 DIST. TO NEAREST MIDWIFE PHONE2 MDWFE3 53 1 1 5 8 9 TIME TO NEAREST MIDWIFE PHONE3 MDWFE4 54 1 1 7 8 9 ACCESS TO NEAREST MIDWIFE PHONE4 TRDBR1 55 1 1 2 TRADITIONAL BIRTH ATTENDANT PHONE1 TRDBR2 56 2 0 8 88 99 DIST.TO N.TRAD. BIRTH ATTD PHONE2 TRDBR3 58 1 1 4 8 9 TIME TO N. TRAD. BIRTH ATTND PHONE3 TRDBR4 59 1 1 6 8 9 ACCESS TO N. TRAD. BIRTH ATTND PHONE4 HLWKR1 60 1 1 2 9 HEALTH WORKER PHONE1 HLWKR2 61 2 1 75 88 99 DIST. TO N. HEALTH WORKER PHONE2 HLWKR3 63 1 1 5 8 9 TIME TO NEAREST HEALTH WORKER PHONE3 HLWKR4 64 1 1 7 8 9 ACCESS TO N. HEALTH WORKER PHONE4 HOSP1 65 1 1 2 HOSPITAL PHONE1 HOSP2 66 2 0 98 88 99 DIST. TO NEAREST HOSPITAL PHONE2 HOSP3 68 1 1 5 8 9 TIME TO NEAREST HOSPITAL PHONE3 HOSP4 69 1 1 7 8 9 ACCESS TO NEAREST HOSPITAL PHONE4 FP1 70 1 1 2 FAMILY PLANNING CLINIC PHONE1 FP2 71 2 0 98 88 99 DIST.TO NEAREST FP CLINIC PHONE2 FP3 73 1 1 5 8 9 TIME TO NEAREST FP CLINIC PHONE3 FP4 74 1 1 7 8 9 ACCESS TO NEAREST FP CLINIC PHONE4 CARE1 75 1 1 2 CARE CENTRE PHONE1 CARE2 76 2 0 91 88 99 DIST. TO N. CARE CENTRE PHONE2 CARE3 78 1 1 5 8 9 TIME TO NEAREST CARE CENTRE PHONE3 CARE4 79 1 1 7 8 9 ACCESS TO NEAREST CARE CENTRE PHONE4 DISPY1 80 1 1 2 DISPENSARY PHONE1 DISPY2 81 2 0 91 88 99 DIST.TO NEAREST DISPENSARY PHONE2 DISPY3 83 1 1 5 8 9 TIME TO NEAREST DISPENSARY PHONE3 DISPY4 84 1 1 7 8 9 ACCESS TO NEAREST DISPENSARY PHONE4 PHARM1 85 1 1 2 PHARMACY PHONE1 PHARM2 86 2 0 75 88 99 DIST. TO NEAREST PHARMACY PHONE2 PHARM3 88 1 1 5 8 9 TIME TO NEAREST PHARMACY PHONE3 PHARM4 89 1 1 7 8 9 ACCESS TO NEAREST PHARMACY PHONE4 $PAGE PRSCH1 90 1 1 2 9 PRIMARY SCHOOL PHONE1 PRSCH2 91 2 0 12 88 99 DIST. TO N. PRIM. SCHOOL PHONE2 PRSCH3 93 1 1 5 8 9 TIME TO NEAREST PRIMARY SCHOOL PHONE3 PRSCH4 94 1 1 7 8 9 ACCESS TO N. PRIMARY SCHOOL PHONE4 ELSCH1 95 1 1 2 9 ELEMENTARY SCHOOL PHONE1 ELSCH2 96 2 0 30 88 99 DIST. TO N. ELEM. SCHOOL PHONE2 ELSCH3 98 1 1 5 8 9 TIME TO N. ELEMENTARY SCHOOL PHONE3 ELSCH4 99 1 1 7 8 9 ACCESS TO N. ELEMENTARY SCHOOL PHONE4 SESCH1 100 1 1 2 9 SECONDARY SCHOOL PHONE1 SESCH2 101 2 0 45 88 99 DIST. TO N. SECONDARY SCH. PHONE2 SESCH3 103 1 1 5 8 9 TIME TO N. SECONDARY SCHOOL PHONE3 SESCH4 104 1 1 7 8 9 ACCESS TO N. SECONDARY SCHOOL PHONE4 OTSCH1 105 1 1 2 9 OTHER SCHOOLS PHONE1 OTSCH2 106 2 0 82 88 99 DIST. TO N. OTHER SCHOOLS PHONE2 OTSCH3 108 1 1 5 8 9 TIME TO NEAREST OTHER SCHOOLS PHONE3 OTSCH4 109 1 1 7 8 9 ACCESS TO N. OTHER SCHOOLS PHONE4 $PAGE ************************************************************************ * FAMILY PLANNING,GOVT. AGENCIES,MODERNIZATION LEVEL * ************************************************************************ * * *Name Loc Ln Min Max NA Spec Variable label * *---- --- -- --- --- ---- ---- -------------- * * * FPHOS1 110 1 1 2 9 FAMILY PLANNING HOSPITAL PHONE1 FPHOS2 111 2 0 83 88 99 DIST. TO N. FP HOSPITAL PHONE2 FPHOS3 113 1 1 5 8 9 TIME TO NEAREST FP HOSPITAL PHONE3 FPHOS4 114 1 1 7 8 9 ACCESS TO NEAREST FP HOSPITAL PHONE4 DOC1 115 1 1 2 9 FAMILY PLANNING DOCTOR PHONE1 DOC2 116 2 0 75 88 99 DIST.TO NEAREST FP DOCTOR PHONE2 DOC3 118 1 1 5 8 9 TIME TO NEAREST FP DOCTOR PHONE3 DOC4 119 1 1 7 8 9 ACCESS TO NEAREST FP DOCTOR PHONE4 OWRK1 120 1 1 2 9 OUTREACH WORKER PHONE1 OWRK2 121 2 0 75 88 99 DIST.TO N. OUTREACH WORKER PHONE2 OWRK3 123 1 1 5 8 9 TIME TO N. OUTREACH WORKER PHONE3 OWRK4 124 1 1 7 8 9 ACCESS TO N. OUTREACH WORKER PHONE4 FPPHR1 125 1 1 2 9 FAMILY PLANNING PHARMACY PHONE1 FPPHR2 126 2 0 98 88 99 DIST. TO N. FP PHARMACY PHONE2 FPPHR3 128 1 1 5 8 9 TIME TO NEAREST FP PHARMACY PHONE3 FPPHR4 129 1 1 7 8 9 ACCESS TO NEAREST FP PHARMACY PHONE4 TAX1 130 1 1 2 9 TAX COLLECTOR PHONE1 TAX2 131 2 0 75 88 99 DIST. TO N. TAX COLLECTOR PHONE2 TAX3 133 1 1 5 8 9 TIME TO NEAREST TAX COLLECTOR PHONE3 TAX4 134 1 1 7 8 9 ACCESS TO N. TAX COLLECTOR PHONE4 PLICE1 135 1 1 2 9 POLICE STATION PHONE1 PLICE2 136 2 0 75 88 99 DIST.TO N. POLICE STATION PHONE2 PLICE3 138 1 1 5 8 9 TIME TO NEAREST POLICE STATION PHONE3 PLICE4 139 1 1 7 8 9 ACCESS TO N. POLICE STATION PHONE4 LAND1 140 1 1 2 9 LAND REGISTRATION PHONE1 LAND2 141 2 0 98 88 99 DIST.TO N. LAND RGSTRATION PHONE2 LAND3 143 1 1 5 8 9 TIME TO N. LAND REGISTRATION PHONE3 LAND4 144 1 1 7 8 9 ACCESS TO N. LAND REGISTRATION PHONE4 COURT1 145 1 1 2 9 LOCAL COURT PHONE1 COURT2 146 2 0 98 88 99 DIST. TO N. LOCAL COURT PHONE2 COURT3 148 1 1 5 8 9 TIME TO NEAREST LOCAL COURT PHONE3 COURT4 149 1 1 7 8 9 ACCESS TO NEAREST LOCAL COURT PHONE4 CIVIL1 150 1 1 2 9 LOCAL CIVIL REGISTRATION PHONE1 CIVIL2 151 2 0 98 88 99 DIST.TO N. LOCAL CIVIL REG PHONE2 CIVIL3 153 1 1 5 8 9 TIME TO NEARST LOCAL CIVIL REG PHONE3 CIVIL4 154 1 1 7 8 9 ACCESS TO N. LOCAL CIVIL REG PHONE4 MAYOR1 155 1 1 2 9 MAYOR'S OFFICE PHONE1 MAYOR2 156 2 0 98 88 99 DIST.TO N. MAYOR'S OFFICE PHONE2 MAYOR3 158 1 1 5 8 9 TIME TO NEAREST MAYOR'S OFFICE PHONE3 MAYOR4 159 1 1 7 8 9 ACCESS TO N. MAYOR'S OFFICE PHONE4 ELECT 160 1 1 2 9 ELECTRICITY SUPPLY PHONE1 $PAGE WCOOK 161 2 1 96 99 COOKING WATER 1 PIPE 2 ARTESIAN 4 PUMP 8 OPEN WELL 16 RAINWATER 32 SPRING 64 OTHER 99 NOT STATED WDRNK 163 2 1 96 99 DRINKING WATER WCOOK THALL 165 1 1 2 9 TOWN HALL PHONE1 CHRCH 166 1 1 2 9 CHURCH PHONE1 PLAZA 167 1 0 2 9 PLAZA PHONE1 CMTRY 168 1 0 2 9 CEMETERY PHONE1 MARKT 169 1 0 2 9 MARKET PLACE PHONE1 HSUBD 170 1 0 2 9 HOUSING SUBDIVISION PHONE1 ARMY 171 1 0 2 9 ARMY CAMP PHONE1 AIRPT 172 1 0 2 9 AIRPORT PHONE1 PAPER 173 1 0 2 9 NEWSPAPER PHONE1 NHOSP 174 1 0 6 9 NUMBER OF HOSPITALS NSCH 175 1 0 6 9 NUMBER OF SCHOOLS NGOVT 176 1 0 8 9 NUMBER OF GOVERNMENT OFFICES NSTOR 177 1 0 8 9 NUMBER OF STORES NMANU 178 1 0 8 9 NUMBER OF MANUFACTURING ESTBL. NREPR 179 1 0 8 9 NUMBER OF REPAIR SHOPS NREST 180 1 0 8 9 NUMBER OF RESTAURANTS NRECR 181 1 0 8 9 NUMBER OF RECREATIONAL ESTBL. NFINA 182 1 0 5 9 NUMBER OF FINANCIAL INST. NOTHR 183 1 0 5 9 NUMBER OF OTHER ESTABLISHMENTS AGRIC 184 1 1 2 9 % MALE 25+ IN AGRICULTURE 1 GT 0R EQ 50% 2 LT 50% 9 NOT STATED $PAGE ************************************************************************ * SOURCES OF HOUSEHOLD INCOME * ************************************************************************ * * *Name Loc Ln Min Max NA Spec Variable label * *---- --- -- --- --- ---- ---- -------------- * * * TOTIN 185 5 TOTAL INCOME,1975 FRMHH 190 5 % HH INCOME FROM FARMING ANMHH 195 5 % HH INCOME FROM LIVESTOCK TRDHH 200 5 % HH INCOME FROM TRADE WGEHH 205 5 % HH INCOME FROM WAGE FRMIN 210 5 MEAN INCOME FROM FARMING ANMIN 215 5 MEAN INCOME FROM LIVESTOCK TRDIN 220 5 MEAN INCOME FROM TRADE WGEIN 225 5 MEAN INCOME FROM WAGE ELEC1 230 5 % HH WITH ELECTRICITY,1960 RDIO1 235 5 % HH WITH RADIO,1960 PIPE1 240 5 % HH WITH PIPED WATER,1960 ELEC2 245 5 % HH WITH ELECTRICITY,1970 RDIO2 250 5 % HH WITH RADIO,1970 PIPE2 255 5 % HH WITH PIPED WATER,1970 FWAGE 260 5 % FEMALE WAGE WORKERS MNS70 265 5 % MALE - NO SCHOOL,1970 FNS70 270 5 % FEMALE - NO SCHOOL,1970 CHILD 275 5 % CHILDREN SURVIVING POP70 280 5 1970 POPULATION POP75 285 5 1975 POPULATION MHS75 290 5 % MALE WITH HS, 1975 FHS75 295 5 % FEMALE WITH HS, 1975 MHS70 300 5 % MALE WITH HS, 1970 FHS70 305 5 % FEMALE WITH HS, 1970 *----------------------------------------------------------------------* * *** END OF DICTIONARY FOR PHILIPPINES COMMUNITY DATA *** * *----------------------------------------------------------------------*