. capture set mem 1000m . . /*------------------------------------------------ > This program reads the 1968 NCHS Multiple Cause of Death Data Data File > by Jean Roth Wed Oct 29 16:12:12 EDT 2008 > Please report errors to jroth@nber.org > NOTE: This program is distributed under the GNU GPL. > See end of this file and http://www.gnu.org/licenses/ for details. > Run with do mort1968 > ----------------------------------------------- */ . . /* The following line should contain > the complete path and name of the raw data file. > On a PC, use backslashes in paths as in C:\ */ . . local dat_name "/tmp/mort1968.dat" . . /* The following line should contain the path to your output '.dta' file */ . . local dta_name "mort1968" . . /* The following line should contain the path to the data dictionary file */ . . local dct_name "mort1968.dct" . . /* The following line should contain the complete path and name of the compre > ssed data file. */ . . local compressed "/homes/data/mortality/1968/data/mort1968.zip" . . ** Removing dat_name . capture rm `dat_name' . . ** Uncompressing the raw data file to /tmp . ** Note that /tmp must have enough space to write the uncompressed file . ! unzip -p `compressed' > "`dat_name'" . . /* The line below does NOT need to be changed */ . . infile using "`dct_name'", using("`dat_name'") clear infile dictionary { *This program reads the 1968 NCHS Multiple Cause of Death Data Data File *by Jean Roth Wed Oct 29 16:12:12 EDT 2008 *Please report errors to jroth@nber.org *See the .do file for directions and run with do mort1968 *NOTE: This program is distributed under the GNU GPL. *See end of this file and http://www.gnu.org/licenses/ for details. _column(1 ) byte datayear %1f > _column(2 ) str2 shipno %2s > _column(4 ) byte reparea %1f > _column(11 ) byte rectype %1f > _column(12 ) byte restatus %1f > _column(13 ) str5 countyrs %5s > _column(13 ) str2 staters %2s > _column(18 ) str3 cityrs %3s > _column(21 ) str1 popsize %1s > _column(22 ) str3 smsares %3s > _column(25 ) str1 metro %1s > _column(26 ) str5 countyoc %5s > _column(26 ) byte stateoc %2f > _column(31 ) byte monthdth %2f > _column(35 ) byte sex %1f > _column(36 ) byte race %1f > _column(37 ) byte racer2 %1f > _column(38 ) byte racer3 %1f > _column(39 ) int age %3f > _column(42 ) byte ager12 %2f > _column(44 ) byte ager27 %2f > _column(46 ) byte ager22 %2f > _column(48 ) byte divstres %2f > _column(50 ) byte divstoc %2f > _column(52 ) byte autopsy %1f > _column(60 ) str4 ucod %4s > _column(64 ) long ucr281 %5f > _column(69 ) int ucr69 %3f > _column(72 ) int ucr65 %3f > _column(75 ) int ucr34 %3f > _column(92 ) long seqnum %7f > _column(99 ) byte eanum %2f > _column(101 ) str8 entity1 %8s > _column(101 ) byte econdp_1 %1f > _column(102 ) str2 econds_1 %2s > _column(104 ) str4 enicon_1 %4s > _column(108 ) byte eniflag1 %1f > _column(109 ) str8 entity2 %8s > _column(109 ) byte econdp_2 %1f > _column(110 ) str2 econds_2 %2s > _column(112 ) str4 enicon_2 %4s > _column(116 ) byte eniflag2 %1f > _column(117 ) str8 entity3 %8s > _column(117 ) byte econdp_3 %1f > _column(118 ) str2 econds_3 %2s > _column(120 ) str4 enicon_3 %4s > _column(124 ) byte eniflag3 %1f > _column(125 ) str8 entity4 %8s > _column(125 ) byte econdp_4 %1f > _column(126 ) str2 econds_4 %2s > _column(128 ) str4 enicon_4 %4s > _column(132 ) byte eniflag4 %1f > _column(133 ) str8 entity5 %8s > _column(133 ) byte econdp_5 %1f > _column(134 ) str2 econds_5 %2s > _column(136 ) str4 enicon_5 %4s > _column(140 ) byte eniflag5 %1f > _column(141 ) str8 entity6 %8s > _column(141 ) byte econdp_6 %1f > _column(142 ) str2 econds_6 %2s > _column(144 ) str4 enicon_6 %4s > _column(148 ) byte eniflag6 %1f > _column(149 ) str8 entity7 %8s > _column(149 ) byte econdp_7 %1f > _column(150 ) str2 econds_7 %2s > _column(152 ) str4 enicon_7 %4s > _column(156 ) byte eniflag7 %1f > _column(157 ) str8 entity8 %8s > _column(157 ) byte econdp_8 %1f > _column(158 ) str2 econds_8 %2s > _column(160 ) str4 enicon_8 %4s > _column(164 ) byte eniflag8 %1f > _column(165 ) str8 entity9 %8s > _column(165 ) byte econdp_9 %1f > _column(166 ) str2 econds_9 %2s > _column(168 ) str4 enicon_9 %4s > _column(172 ) byte eniflag9 %1f > _column(173 ) str8 entity10 %8s > _column(173 ) byte econdp_10 %1f > _column(174 ) str2 econds_10 %2s > _column(176 ) str4 enicon_10 %4s > _column(180 ) byte eniflag10 %1f > _column(181 ) str8 entity11 %8s > _column(181 ) byte econdp_11 %1f > _column(182 ) str2 econds_11 %2s > _column(184 ) str4 enicon_11 %4s > _column(188 ) byte eniflag11 %1f > _column(189 ) str8 entity12 %8s > _column(189 ) byte econdp_12 %1f > _column(190 ) str2 econds_12 %2s > _column(192 ) str4 enicon_12 %4s > _column(196 ) byte eniflag12 %1f > _column(197 ) str8 entity13 %8s > _column(197 ) byte econdp_13 %1f > _column(198 ) str2 econds_13 %2s > _column(200 ) str4 enicon_13 %4s > _column(204 ) byte eniflag13 %1f > _column(205 ) str8 entity14 %8s > _column(205 ) byte econdp_14 %1f > _column(206 ) str2 econds_14 %2s > _column(208 ) str4 enicon_14 %4s > _column(212 ) byte eniflag14 %1f > _column(213 ) byte ranum %2f > _column(215 ) str5 record_1 %5s > _column(219 ) byte rnifla_1 %1f > _column(220 ) str5 record_2 %5s > _column(224 ) byte rnifla_2 %1f > _column(225 ) str5 record_3 %5s > _column(229 ) byte rnifla_3 %1f > _column(230 ) str5 record_4 %5s > _column(234 ) byte rnifla_4 %1f > _column(235 ) str5 record_5 %5s > _column(239 ) byte rnifla_5 %1f > _column(240 ) str5 record_6 %5s > _column(244 ) byte rnifla_6 %1f > _column(245 ) str5 record_7 %5s > _column(249 ) byte rnifla_7 %1f > _column(250 ) str5 record_8 %5s > _column(254 ) byte rnifla_8 %1f > _column(255 ) str5 record_9 %5s > _column(259 ) byte rnifla_9 %1f > _column(260 ) str5 record_10 %5s > _column(264 ) byte rnifla_10 %1f > _column(265 ) str5 record_11 %5s > _column(269 ) byte rnifla_11 %1f > _column(270 ) str5 record_12 %5s > _column(274 ) byte rnifla_12 %1f > _column(275 ) str5 record_13 %5s > _column(279 ) byte rnifla_13 %1f > _column(280 ) str5 record_14 %5s > _column(284 ) byte rnifla_14 %1f > } 'Y' cannot be read as a number for reparea[377] 'Y' cannot be read as a number for reparea[2534] 'Y' cannot be read as a number for reparea[2556] 'Y' cannot be read as a number for reparea[12655] 'Y' cannot be read as a number for reparea[14624] 'Y' cannot be read as a number for reparea[16406] 'Y' cannot be read as a number for reparea[17803] 'Y' cannot be read as a number for reparea[22862] 'Y' cannot be read as a number for reparea[27290] 'Y' cannot be read as a number for reparea[27294] 'Y' cannot be read as a number for reparea[27341] 'Y' cannot be read as a number for reparea[27342] 'Y' cannot be read as a number for reparea[38432] 'Y' cannot be read as a number for reparea[38456] 'Y' cannot be read as a number for reparea[38794] 'Y' cannot be read as a number for reparea[38797] 'Y' cannot be read as a number for reparea[38798] 'Y' cannot be read as a number for reparea[50445] 'Y' cannot be read as a number for reparea[53025] 'Y' cannot be read as a number for reparea[53028] 'Y' cannot be read as a number for reparea[53086] 'Y' cannot be read as a number for reparea[53087] 'Y' cannot be read as a number for reparea[54464] 'Y' cannot be read as a number for reparea[54485] 'Y' cannot be read as a number for reparea[57332] 'Y' cannot be read as a number for reparea[57517] 'Y' cannot be read as a number for reparea[57518] 'Y' cannot be read as a number for reparea[57520] 'Y' cannot be read as a number for reparea[57557] 'Y' cannot be read as a number for reparea[70955] 'Y' cannot be read as a number for reparea[70956] 'Y' cannot be read as a number for reparea[70962] 'Y' cannot be read as a number for reparea[70963] 'Y' cannot be read as a number for reparea[70964] 'Y' cannot be read as a number for reparea[71309] 'Y' cannot be read as a number for reparea[71310] 'Y' cannot be read as a number for reparea[71311] 'Y' cannot be read as a number for reparea[71329] 'Y' cannot be read as a number for reparea[81142] 'Y' cannot be read as a number for reparea[82990] 'Y' cannot be read as a number for reparea[87433] 'Y' cannot be read as a number for reparea[87765] 'Y' cannot be read as a number for reparea[95821] 'Y' cannot be read as a number for reparea[95892] 'Y' cannot be read as a number for reparea[95893] 'Y' cannot be read as a number for reparea[98023] 'Y' cannot be read as a number for reparea[109137] 'Y' cannot be read as a number for reparea[109138] 'Y' cannot be read as a number for reparea[109139] 'Y' cannot be read as a number for reparea[109140] 'Y' cannot be read as a number for reparea[109142] 'Y' cannot be read as a number for reparea[109143] 'Y' cannot be read as a number for reparea[109224] 'Y' cannot be read as a number for reparea[109225] 'Y' cannot be read as a number for reparea[109226] 'Y' cannot be read as a number for reparea[117316] 'Y' cannot be read as a number for reparea[118982] 'Y' cannot be read as a number for reparea[120447] 'Y' cannot be read as a number for reparea[120678] 'Y' cannot be read as a number for reparea[152580] 'Y' cannot be read as a number for reparea[152667] 'Y' cannot be read as a number for reparea[152668] 'Y' cannot be read as a number for reparea[152669] 'Y' cannot be read as a number for reparea[152670] 'Y' cannot be read as a number for reparea[152671] 'Y' cannot be read as a number for reparea[152672] 'Y' cannot be read as a number for reparea[152879] 'Y' cannot be read as a number for reparea[152880] 'Y' cannot be read as a number for reparea[152881] 'Y' cannot be read as a number for reparea[152882] 'Y' cannot be read as a number for reparea[152883] 'Y' cannot be read as a number for reparea[152884] 'Y' cannot be read as a number for reparea[152885] 'Y' cannot be read as a number for reparea[152886] 'Y' cannot be read as a number for reparea[152887] 'Y' cannot be read as a number for reparea[152888] 'Y' cannot be read as a number for reparea[152889] 'Y' cannot be read as a number for reparea[152890] 'Y' cannot be read as a number for reparea[152891] 'Y' cannot be read as a number for reparea[152892] 'Y' cannot be read as a number for reparea[152897] 'Y' cannot be read as a number for reparea[152898] 'Y' cannot be read as a number for reparea[152899] 'Y' cannot be read as a number for reparea[152900] 'Y' cannot be read as a number for reparea[152901] 'Y' cannot be read as a number for reparea[152902] 'Y' cannot be read as a number for reparea[152903] 'Y' cannot be read as a number for reparea[181465] 'Y' cannot be read as a number for reparea[183009] 'Y' cannot be read as a number for reparea[183325] 'Y' cannot be read as a number for reparea[185699] 'Y' cannot be read as a number for reparea[186868] 'Y' cannot be read as a number for reparea[203125] 'Y' cannot be read as a number for reparea[203143] 'Y' cannot be read as a number for reparea[203144] 'Y' cannot be read as a number for reparea[203747] 'Y' cannot be read as a number for reparea[203748] 'Y' cannot be read as a number for reparea[203749] 'Y' cannot be read as a number for reparea[203755] 'Y' cannot be read as a number for reparea[222197] 'Y' cannot be read as a number for reparea[222198] 'Y' cannot be read as a number for reparea[226314] 'Y' cannot be read as a number for reparea[229398] 'Y' cannot be read as a number for reparea[235391] 'Y' cannot be read as a number for reparea[235392] 'Y' cannot be read as a number for reparea[235394] 'Y' cannot be read as a number for reparea[235659] 'Y' cannot be read as a number for reparea[249827] 'Y' cannot be read as a number for reparea[249828] 'Y' cannot be read as a number for reparea[249829] 'Y' cannot be read as a number for reparea[249830] 'Y' cannot be read as a number for reparea[250220] 'Y' cannot be read as a number for reparea[250221] 'Y' cannot be read as a number for reparea[250222] 'Y' cannot be read as a number for reparea[250223] 'Y' cannot be read as a number for reparea[250224] 'Y' cannot be read as a number for reparea[250225] 'Y' cannot be read as a number for reparea[250226] 'Y' cannot be read as a number for reparea[250227] 'Y' cannot be read as a number for reparea[250229] 'Y' cannot be read as a number for reparea[250230] 'Y' cannot be read as a number for reparea[250231] 'Y' cannot be read as a number for reparea[250232] 'Y' cannot be read as a number for reparea[250233] 'Y' cannot be read as a number for reparea[263427] 'Y' cannot be read as a number for reparea[263834] 'Y' cannot be read as a number for reparea[277427] 'Y' cannot be read as a number for reparea[277630] 'Y' cannot be read as a number for reparea[277645] 'Y' cannot be read as a number for reparea[280991] 'Y' cannot be read as a number for reparea[285056] 'Y' cannot be read as a number for reparea[287020] 'Y' cannot be read as a number for reparea[287021] 'Y' cannot be read as a number for reparea[291916] 'Y' cannot be read as a number for reparea[302043] 'Y' cannot be read as a number for reparea[310962] 'Y' cannot be read as a number for reparea[310963] 'Y' cannot be read as a number for reparea[310964] 'Y' cannot be read as a number for reparea[313744] 'Y' cannot be read as a number for reparea[313745] 'Y' cannot be read as a number for reparea[313886] 'Y' cannot be read as a number for reparea[316729] 'Y' cannot be read as a number for reparea[320296] 'Y' cannot be read as a number for reparea[320297] 'Y' cannot be read as a number for reparea[320364] 'Y' cannot be read as a number for reparea[322617] 'Y' cannot be read as a number for reparea[324450] 'Y' cannot be read as a number for reparea[324451] 'Y' cannot be read as a number for reparea[328515] 'Y' cannot be read as a number for reparea[328516] 'Y' cannot be read as a number for reparea[330456] 'Y' cannot be read as a number for reparea[330849] 'Y' cannot be read as a number for reparea[331852] 'Y' cannot be read as a number for reparea[334933] 'Y' cannot be read as a number for reparea[334951] 'Y' cannot be read as a number for reparea[340929] 'Y' cannot be read as a number for reparea[342381] 'Y' cannot be read as a number for reparea[376680] 'Y' cannot be read as a number for reparea[376681] 'Y' cannot be read as a number for reparea[376682] 'Y' cannot be read as a number for reparea[376683] 'Y' cannot be read as a number for reparea[376684] 'Y' cannot be read as a number for reparea[377099] 'Y' cannot be read as a number for reparea[377100] 'Y' cannot be read as a number for reparea[377101] 'Y' cannot be read as a number for reparea[377102] 'Y' cannot be read as a number for reparea[377103] 'Y' cannot be read as a number for reparea[377104] 'Y' cannot be read as a number for reparea[377124] 'Y' cannot be read as a number for reparea[377125] 'Y' cannot be read as a number for reparea[377126] 'Y' cannot be read as a number for reparea[377127] 'Y' cannot be read as a number for reparea[377128] 'Y' cannot be read as a number for reparea[377129] 'Y' cannot be read as a number for reparea[380882] 'Y' cannot be read as a number for reparea[381176] 'Y' cannot be read as a number for reparea[385249] 'Y' cannot be read as a number for reparea[388131] 'Y' cannot be read as a number for reparea[389688] 'Y' cannot be read as a number for reparea[390862] 'Y' cannot be read as a number for reparea[393106] 'Y' cannot be read as a number for reparea[394140] 'Y' cannot be read as a number for reparea[402651] 'Y' cannot be read as a number for reparea[404376] 'Y' cannot be read as a number for reparea[405077] 'Y' cannot be read as a number for reparea[405078] 'Y' cannot be read as a number for reparea[408025] 'Y' cannot be read as a number for reparea[410143] 'Y' cannot be read as a number for reparea[411275] 'Y' cannot be read as a number for reparea[411598] 'Y' cannot be read as a number for reparea[414652] 'Y' cannot be read as a number for reparea[415155] 'Y' cannot be read as a number for reparea[416094] 'Y' cannot be read as a number for reparea[420289] 'Y' cannot be read as a number for reparea[424211] 'Y' cannot be read as a number for reparea[431219] 'Y' cannot be read as a number for reparea[434316] 'Y' cannot be read as a number for reparea[434386] 'Y' cannot be read as a number for reparea[435088] 'Y' cannot be read as a number for reparea[435110] 'Y' cannot be read as a number for reparea[435111] 'Y' cannot be read as a number for reparea[435112] 'Y' cannot be read as a number for reparea[435113] 'Y' cannot be read as a number for reparea[435114] 'Y' cannot be read as a number for reparea[435601] 'Y' cannot be read as a number for reparea[435650] 'Y' cannot be read as a number for reparea[435651] 'Y' cannot be read as a number for reparea[435652] 'Y' cannot be read as a number for reparea[449951] 'Y' cannot be read as a number for reparea[449954] 'Y' cannot be read as a number for reparea[449955] 'Y' cannot be read as a number for reparea[451505] 'Y' cannot be read as a number for reparea[451510] 'Y' cannot be read as a number for reparea[451511] 'Y' cannot be read as a number for reparea[451512] 'Y' cannot be read as a number for reparea[451513] 'Y' cannot be read as a number for reparea[458540] 'Y' cannot be read as a number for reparea[458541] 'Y' cannot be read as a number for reparea[458542] 'Y' cannot be read as a number for reparea[458548] 'Y' cannot be read as a number for reparea[458549] 'Y' cannot be read as a number for reparea[458570] 'Y' cannot be read as a number for reparea[488670] 'Y' cannot be read as a number for reparea[488671] 'Y' cannot be read as a number for reparea[488672] 'Y' cannot be read as a number for reparea[488673] 'Y' cannot be read as a number for reparea[488674] 'Y' cannot be read as a number for reparea[488689] 'Y' cannot be read as a number for reparea[488690] 'Y' cannot be read as a number for reparea[488795] 'Y' cannot be read as a number for reparea[488796] 'Y' cannot be read as a number for reparea[488797] 'Y' cannot be read as a number for reparea[488799] 'Y' cannot be read as a number for reparea[489359] 'Y' cannot be read as a number for reparea[489360] 'Y' cannot be read as a number for reparea[489361] 'Y' cannot be read as a number for reparea[489362] 'Y' cannot be read as a number for reparea[489363] 'Y' cannot be read as a number for reparea[489364] 'Y' cannot be read as a number for reparea[489365] 'Y' cannot be read as a number for reparea[489372] 'Y' cannot be read as a number for reparea[489373] 'Y' cannot be read as a number for reparea[489374] 'Y' cannot be read as a number for reparea[489375] 'Y' cannot be read as a number for reparea[502040] 'Y' cannot be read as a number for reparea[502041] 'Y' cannot be read as a number for reparea[502042] 'Y' cannot be read as a number for reparea[502043] 'Y' cannot be read as a number for reparea[502044] 'Y' cannot be read as a number for reparea[502045] 'Y' cannot be read as a number for reparea[502046] 'Y' cannot be read as a number for reparea[502047] 'Y' cannot be read as a number for reparea[502048] 'Y' cannot be read as a number for reparea[502049] 'Y' cannot be read as a number for reparea[502050] 'Y' cannot be read as a number for reparea[502051] 'Y' cannot be read as a number for reparea[502052] 'Y' cannot be read as a number for reparea[502053] 'Y' cannot be read as a number for reparea[502054] 'Y' cannot be read as a number for reparea[502055] 'Y' cannot be read as a number for reparea[502056] 'Y' cannot be read as a number for reparea[502057] 'Y' cannot be read as a number for reparea[502058] 'Y' cannot be read as a number for reparea[502059] 'Y' cannot be read as a number for reparea[502060] 'Y' cannot be read as a number for reparea[502061] 'Y' cannot be read as a number for reparea[502062] 'Y' cannot be read as a number for reparea[502063] 'Y' cannot be read as a number for reparea[502064] 'Y' cannot be read as a number for reparea[502065] 'Y' cannot be read as a number for reparea[502066] 'Y' cannot be read as a number for reparea[502067] 'Y' cannot be read as a number for reparea[502068] 'Y' cannot be read as a number for reparea[502069] 'Y' cannot be read as a number for reparea[502070] 'Y' cannot be read as a number for reparea[502071] 'Y' cannot be read as a number for reparea[502072] 'Y' cannot be read as a number for reparea[502073] 'Y' cannot be read as a number for reparea[502074] 'Y' cannot be read as a number for reparea[502075] 'Y' cannot be read as a number for reparea[502076] 'Y' cannot be read as a number for reparea[502077] 'Y' cannot be read as a number for reparea[502078] 'Y' cannot be read as a number for reparea[502079] 'Y' cannot be read as a number for reparea[502080] 'Y' cannot be read as a number for reparea[502081] 'Y' cannot be read as a number for reparea[502082] 'Y' cannot be read as a number for reparea[502083] 'Y' cannot be read as a number for reparea[502084] 'Y' cannot be read as a number for reparea[502085] 'Y' cannot be read as a number for reparea[502086] 'Y' cannot be read as a number for reparea[502087] 'Y' cannot be read as a number for reparea[502088] 'Y' cannot be read as a number for reparea[502089] 'Y' cannot be read as a number for reparea[502090] 'Y' cannot be read as a number for reparea[502091] 'Y' cannot be read as a number for reparea[502092] 'Y' cannot be read as a number for reparea[502093] 'Y' cannot be read as a number for reparea[502094] 'Y' cannot be read as a number for reparea[502095] 'Y' cannot be read as a number for reparea[502096] 'Y' cannot be read as a number for reparea[502097] 'Y' cannot be read as a number for reparea[502098] 'Y' cannot be read as a number for reparea[502099] 'Y' cannot be read as a number for reparea[502100] 'Y' cannot be read as a number for reparea[502101] 'Y' cannot be read as a number for reparea[502136] 'Y' cannot be read as a number for reparea[502137] 'Y' cannot be read as a number for reparea[502138] 'Y' cannot be read as a number for reparea[502139] 'Y' cannot be read as a number for reparea[502140] 'Y' cannot be read as a number for reparea[502141] 'Y' cannot be read as a number for reparea[502142] 'Y' cannot be read as a number for reparea[502143] 'Y' cannot be read as a number for reparea[502144] 'Y' cannot be read as a number for reparea[502145] 'Y' cannot be read as a number for reparea[502146] 'Y' cannot be read as a number for reparea[502147] 'Y' cannot be read as a number for reparea[502148] 'Y' cannot be read as a number for reparea[502149] 'Y' cannot be read as a number for reparea[502150] 'Y' cannot be read as a number for reparea[502151] 'Y' cannot be read as a number for reparea[502152] 'Y' cannot be read as a number for reparea[502153] 'Y' cannot be read as a number for reparea[502154] 'Y' cannot be read as a number for reparea[502155] 'Y' cannot be read as a number for reparea[502156] 'Y' cannot be read as a number for reparea[502157] 'Y' cannot be read as a number for reparea[502158] 'Y' cannot be read as a number for reparea[502159] 'Y' cannot be read as a number for reparea[502160] 'Y' cannot be read as a number for reparea[502161] 'Y' cannot be read as a number for reparea[502162] 'Y' cannot be read as a number for reparea[502163] 'Y' cannot be read as a number for reparea[502164] 'Y' cannot be read as a number for reparea[502165] 'Y' cannot be read as a number for reparea[502166] 'Y' cannot be read as a number for reparea[502167] 'Y' cannot be read as a number for reparea[502168] 'Y' cannot be read as a number for reparea[502169] 'Y' cannot be read as a number for reparea[502170] 'Y' cannot be read as a number for reparea[502171] 'Y' cannot be read as a number for reparea[502172] 'Y' cannot be read as a number for reparea[502173] 'Y' cannot be read as a number for reparea[502174] 'Y' cannot be read as a number for reparea[502175] 'Y' cannot be read as a number for reparea[502176] 'Y' cannot be read as a number for reparea[502177] 'Y' cannot be read as a number for reparea[502178] 'Y' cannot be read as a number for reparea[502179] 'Y' cannot be read as a number for reparea[502180] 'Y' cannot be read as a number for reparea[502181] 'Y' cannot be read as a number for reparea[502182] 'Y' cannot be read as a number for reparea[502183] 'Y' cannot be read as a number for reparea[502184] 'Y' cannot be read as a number for reparea[502185] 'Y' cannot be read as a number for reparea[502186] 'Y' cannot be read as a number for reparea[502187] 'Y' cannot be read as a number for reparea[502188] 'Y' cannot be read as a number for reparea[502189] 'Y' cannot be read as a number for reparea[502190] 'Y' cannot be read as a number for reparea[502191] 'Y' cannot be read as a number for reparea[502192] 'Y' cannot be read as a number for reparea[502193] 'Y' cannot be read as a number for reparea[502194] 'Y' cannot be read as a number for reparea[502195] 'Y' cannot be read as a number for reparea[502196] 'Y' cannot be read as a number for reparea[502197] 'Y' cannot be read as a number for reparea[502198] 'Y' cannot be read as a number for reparea[502199] 'Y' cannot be read as a number for reparea[502200] 'Y' cannot be read as a number for reparea[502201] 'Y' cannot be read as a number for reparea[502202] 'Y' cannot be read as a number for reparea[502203] 'Y' cannot be read as a number for reparea[502204] 'Y' cannot be read as a number for reparea[502205] 'Y' cannot be read as a number for reparea[502206] 'Y' cannot be read as a number for reparea[502207] 'Y' cannot be read as a number for reparea[502208] 'Y' cannot be read as a number for reparea[504697] 'Y' cannot be read as a number for reparea[504698] 'Y' cannot be read as a number for reparea[504700] 'Y' cannot be read as a number for reparea[504701] 'Y' cannot be read as a number for reparea[504702] 'Y' cannot be read as a number for reparea[504703] 'Y' cannot be read as a number for reparea[504704] 'Y' cannot be read as a number for reparea[504705] 'Y' cannot be read as a number for reparea[504706] 'Y' cannot be read as a number for reparea[504707] 'Y' cannot be read as a number for reparea[504708] 'Y' cannot be read as a number for reparea[504709] 'Y' cannot be read as a number for reparea[504710] 'Y' cannot be read as a number for reparea[504711] 'Y' cannot be read as a number for reparea[504712] 'Y' cannot be read as a number for reparea[504715] 'Y' cannot be read as a number for reparea[504716] 'Y' cannot be read as a number for reparea[504717] 'Y' cannot be read as a number for reparea[504719] 'Y' cannot be read as a number for reparea[504722] 'Y' cannot be read as a number for reparea[504723] 'Y' cannot be read as a number for reparea[504724] 'Y' cannot be read as a number for reparea[504725] 'Y' cannot be read as a number for reparea[504727] 'Y' cannot be read as a number for reparea[504731] 'Y' cannot be read as a number for reparea[504732] 'Y' cannot be read as a number for reparea[504733] 'Y' cannot be read as a number for reparea[505240] 'Y' cannot be read as a number for reparea[505241] 'Y' cannot be read as a number for reparea[505242] 'Y' cannot be read as a number for reparea[505243] 'Y' cannot be read as a number for reparea[505244] 'Y' cannot be read as a number for reparea[505245] 'Y' cannot be read as a number for reparea[505246] 'Y' cannot be read as a number for reparea[505247] 'Y' cannot be read as a number for reparea[505248] 'Y' cannot be read as a number for reparea[505249] 'Y' cannot be read as a number for reparea[505250] 'Y' cannot be read as a number for reparea[505251] 'Y' cannot be read as a number for reparea[505252] 'Y' cannot be read as a number for reparea[505253] 'Y' cannot be read as a number for reparea[505254] 'Y' cannot be read as a number for reparea[505255] 'Y' cannot be read as a number for reparea[505256] 'Y' cannot be read as a number for reparea[505343] 'Y' cannot be read as a number for reparea[505344] 'Y' cannot be read as a number for reparea[505345] 'Y' cannot be read as a number for reparea[505346] 'Y' cannot be read as a number for reparea[505347] 'Y' cannot be read as a number for reparea[505348] 'Y' cannot be read as a number for reparea[505349] 'Y' cannot be read as a number for reparea[505350] 'Y' cannot be read as a number for reparea[505351] 'Y' cannot be read as a number for reparea[505352] 'Y' cannot be read as a number for reparea[505353] 'Y' cannot be read as a number for reparea[505354] 'Y' cannot be read as a number for reparea[505355] 'Y' cannot be read as a number for reparea[505356] 'Y' cannot be read as a number for reparea[505357] 'Y' cannot be read as a number for reparea[505358] 'Y' cannot be read as a number for reparea[505359] 'Y' cannot be read as a number for reparea[505360] 'Y' cannot be read as a number for reparea[505361] 'Y' cannot be read as a number for reparea[505362] 'Y' cannot be read as a number for reparea[505363] 'Y' cannot be read as a number for reparea[505364] 'Y' cannot be read as a number for reparea[505365] 'Y' cannot be read as a number for reparea[505366] 'Y' cannot be read as a number for reparea[505367] 'Y' cannot be read as a number for reparea[505368] 'Y' cannot be read as a number for reparea[505369] 'Y' cannot be read as a number for reparea[505370] 'Y' cannot be read as a number for reparea[505371] 'Y' cannot be read as a number for reparea[505372] 'Y' cannot be read as a number for reparea[505373] 'Y' cannot be read as a number for reparea[505374] 'Y' cannot be read as a number for reparea[505375] 'Y' cannot be read as a number for reparea[505376] 'Y' cannot be read as a number for reparea[505377] 'Y' cannot be read as a number for reparea[505378] 'Y' cannot be read as a number for reparea[505379] 'Y' cannot be read as a number for reparea[505380] 'Y' cannot be read as a number for reparea[505381] 'Y' cannot be read as a number for reparea[505382] 'Y' cannot be read as a number for reparea[505383] 'Y' cannot be read as a number for reparea[505384] 'Y' cannot be read as a number for reparea[505385] 'Y' cannot be read as a number for reparea[505386] 'Y' cannot be read as a number for reparea[505387] 'Y' cannot be read as a number for reparea[505388] 'Y' cannot be read as a number for reparea[505389] 'Y' cannot be read as a number for reparea[505390] 'Y' cannot be read as a number for reparea[505391] 'Y' cannot be read as a number for reparea[505392] 'Y' cannot be read as a number for reparea[505394] 'Y' cannot be read as a number for reparea[505395] 'Y' cannot be read as a number for reparea[505396] 'Y' cannot be read as a number for reparea[505397] 'Y' cannot be read as a number for reparea[505398] 'Y' cannot be read as a number for reparea[505399] 'Y' cannot be read as a number for reparea[505400] 'Y' cannot be read as a number for reparea[505401] 'Y' cannot be read as a number for reparea[505402] 'Y' cannot be read as a number for reparea[505403] 'Y' cannot be read as a number for reparea[832881] 'Y' cannot be read as a number for reparea[832882] 'Y' cannot be read as a number for reparea[850565] 'Y' cannot be read as a number for reparea[850566] 'Y' cannot be read as a number for reparea[850567] 'Y' cannot be read as a number for reparea[850586] 'Y' cannot be read as a number for reparea[850587] 'Y' cannot be read as a number for reparea[850588] 'Y' cannot be read as a number for reparea[850589] 'Y' cannot be read as a number for reparea[851199] 'Y' cannot be read as a number for reparea[851200] 'Y' cannot be read as a number for reparea[851201] 'Y' cannot be read as a number for reparea[851202] 'Y' cannot be read as a number for reparea[853988] 'Y' cannot be read as a number for reparea[853989] 'Y' cannot be read as a number for reparea[853990] 'Y' cannot be read as a number for reparea[854000] 'Y' cannot be read as a number for reparea[854630] 'Y' cannot be read as a number for reparea[854631] 'Y' cannot be read as a number for reparea[854632] 'Y' cannot be read as a number for reparea[854633] 'Y' cannot be read as a number for reparea[854634] 'Y' cannot be read as a number for reparea[1072779] 'Y' cannot be read as a number for reparea[1072780] 'Y' cannot be read as a number for reparea[1072781] 'Y' cannot be read as a number for reparea[1072783] 'Y' cannot be read as a number for reparea[1072784] 'Y' cannot be read as a number for reparea[1072785] 'Y' cannot be read as a number for reparea[1072786] 'Y' cannot be read as a number for reparea[1072787] 'Y' cannot be read as a number for reparea[1072788] 'Y' cannot be read as a number for reparea[1072789] 'Y' cannot be read as a number for reparea[1072790] 'Y' cannot be read as a number for reparea[1072791] 'Y' cannot be read as a number for reparea[1072792] 'Y' cannot be read as a number for reparea[1072793] 'Y' cannot be read as a number for reparea[1072794] 'Y' cannot be read as a number for reparea[1072795] 'Y' cannot be read as a number for reparea[1072796] 'Y' cannot be read as a number for reparea[1072797] 'Y' cannot be read as a number for reparea[1072798] 'Y' cannot be read as a number for reparea[1072799] 'Y' cannot be read as a number for reparea[1072861] 'Y' cannot be read as a number for reparea[1072862] 'Y' cannot be read as a number for reparea[1072863] 'Y' cannot be read as a number for reparea[1072864] 'Y' cannot be read as a number for reparea[1072865] 'Y' cannot be read as a number for reparea[1072866] 'Y' cannot be read as a number for reparea[1072867] 'Y' cannot be read as a number for reparea[1072868] 'Y' cannot be read as a number for reparea[1072869] 'Y' cannot be read as a number for reparea[1072870] 'Y' cannot be read as a number for reparea[1072871] 'Y' cannot be read as a number for reparea[1072872] 'Y' cannot be read as a number for reparea[1072873] 'Y' cannot be read as a number for reparea[1072874] 'Y' cannot be read as a number for reparea[1072875] 'Y' cannot be read as a number for reparea[1072876] 'Y' cannot be read as a number for reparea[1072877] 'Y' cannot be read as a number for reparea[1072878] 'Y' cannot be read as a number for reparea[1072879] 'Y' cannot be read as a number for reparea[1072880] 'Y' cannot be read as a number for reparea[1072881] 'Y' cannot be read as a number for reparea[1073273] 'Y' cannot be read as a number for reparea[1073275] 'Y' cannot be read as a number for reparea[1073277] 'Y' cannot be read as a number for reparea[1073278] 'Y' cannot be read as a number for reparea[1073279] 'Y' cannot be read as a number for reparea[1073283] 'Y' cannot be read as a number for reparea[1073284] 'Y' cannot be read as a number for reparea[1073286] 'Y' cannot be read as a number for reparea[1076189] 'Y' cannot be read as a number for reparea[1076190] 'Y' cannot be read as a number for reparea[1076191] 'Y' cannot be read as a number for reparea[1076192] 'Y' cannot be read as a number for reparea[1076193] 'Y' cannot be read as a number for reparea[1076194] 'Y' cannot be read as a number for reparea[1076195] 'Y' cannot be read as a number for reparea[1076196] 'Y' cannot be read as a number for reparea[1076197] 'Y' cannot be read as a number for reparea[1076198] 'Y' cannot be read as a number for reparea[1076199] 'Y' cannot be read as a number for reparea[1076200] 'Y' cannot be read as a number for reparea[1076201] 'Y' cannot be read as a number for reparea[1076202] 'Y' cannot be read as a number for reparea[1076203] 'Y' cannot be read as a number for reparea[1076204] 'Y' cannot be read as a number for reparea[1076205] 'Y' cannot be read as a number for reparea[1076206] 'Y' cannot be read as a number for reparea[1076207] 'Y' cannot be read as a number for reparea[1076208] 'Y' cannot be read as a number for reparea[1076281] 'Y' cannot be read as a number for reparea[1076282] 'Y' cannot be read as a number for reparea[1076283] 'Y' cannot be read as a number for reparea[1076284] 'Y' cannot be read as a number for reparea[1076285] 'Y' cannot be read as a number for reparea[1076286] 'Y' cannot be read as a number for reparea[1076287] 'Y' cannot be read as a number for reparea[1076288] 'Y' cannot be read as a number for reparea[1076289] 'Y' cannot be read as a number for reparea[1076290] 'Y' cannot be read as a number for reparea[1076291] 'Y' cannot be read as a number for reparea[1076292] 'Y' cannot be read as a number for reparea[1076293] 'Y' cannot be read as a number for reparea[1076294] 'Y' cannot be read as a number for reparea[1076295] 'Y' cannot be read as a number for reparea[1076296] 'Y' cannot be read as a number for reparea[1076297] 'Y' cannot be read as a number for reparea[1076298] 'Y' cannot be read as a number for reparea[1076299] 'Y' cannot be read as a number for reparea[1076300] 'Y' cannot be read as a number for reparea[1091808] 'Y' cannot be read as a number for reparea[1091809] 'Y' cannot be read as a number for reparea[1091810] 'Y' cannot be read as a number for reparea[1091811] 'Y' cannot be read as a number for reparea[1091824] 'Y' cannot be read as a number for reparea[1091825] 'Y' cannot be read as a number for reparea[1091826] 'Y' cannot be read as a number for reparea[1091827] 'Y' cannot be read as a number for reparea[1091828] 'Y' cannot be read as a number for reparea[1091829] 'Y' cannot be read as a number for reparea[1091830] 'Y' cannot be read as a number for reparea[1092359] 'Y' cannot be read as a number for reparea[1092428] 'Y' cannot be read as a number for reparea[1092429] 'Y' cannot be read as a number for reparea[1092430] 'Y' cannot be read as a number for reparea[1092431] 'Y' cannot be read as a number for reparea[1092432] 'Y' cannot be read as a number for reparea[1092433] 'Y' cannot be read as a number for reparea[1092434] 'Y' cannot be read as a number for reparea[1092435] 'Y' cannot be read as a number for reparea[1092436] 'Y' cannot be read as a number for reparea[1092437] 'Y' cannot be read as a number for reparea[1092438] 'Y' cannot be read as a number for reparea[1092447] 'Y' cannot be read as a number for reparea[1092448] 'Y' cannot be read as a number for reparea[1092449] 'Y' cannot be read as a number for reparea[1092450] 'Y' cannot be read as a number for reparea[1133394] 'Y' cannot be read as a number for reparea[1134223] 'Y' cannot be read as a number for reparea[1134975] 'Y' cannot be read as a number for reparea[1135460] 'Y' cannot be read as a number for reparea[1139051] 'Y' cannot be read as a number for reparea[1148292] 'Y' cannot be read as a number for reparea[1148293] 'Y' cannot be read as a number for reparea[1148295] 'Y' cannot be read as a number for reparea[1148791] 'Y' cannot be read as a number for reparea[1148792] 'Y' cannot be read as a number for reparea[1148798] 'Y' cannot be read as a number for reparea[1148799] 'Y' cannot be read as a number for reparea[1148800] 'Y' cannot be read as a number for reparea[1149921] 'Y' cannot be read as a number for reparea[1149950] 'Y' cannot be read as a number for reparea[1152732] 'Y' cannot be read as a number for reparea[1154233] 'Y' cannot be read as a number for reparea[1154234] 'Y' cannot be read as a number for reparea[1161373] 'Y' cannot be read as a number for reparea[1161381] 'Y' cannot be read as a number for reparea[1161961] 'Y' cannot be read as a number for reparea[1161962] 'Y' cannot be read as a number for reparea[1161966] 'Y' cannot be read as a number for reparea[1168455] 'Y' cannot be read as a number for reparea[1168718] 'Y' cannot be read as a number for reparea[1168719] 'Y' cannot be read as a number for reparea[1177629] 'Y' cannot be read as a number for reparea[1177641] 'Y' cannot be read as a number for reparea[1178338] 'Y' cannot be read as a number for reparea[1178373] 'Y' cannot be read as a number for reparea[1178374] 'Y' cannot be read as a number for reparea[1178943] 'Y' cannot be read as a number for reparea[1178944] 'Y' cannot be read as a number for reparea[1178952] 'Y' cannot be read as a number for reparea[1191240] 'Y' cannot be read as a number for reparea[1191245] 'Y' cannot be read as a number for reparea[1191246] 'Y' cannot be read as a number for reparea[1191247] 'Y' cannot be read as a number for reparea[1224522] 'Y' cannot be read as a number for reparea[1224523] 'Y' cannot be read as a number for reparea[1224524] 'Y' cannot be read as a number for reparea[1224525] 'Y' cannot be read as a number for reparea[1224526] 'Y' cannot be read as a number for reparea[1224527] 'Y' cannot be read as a number for reparea[1224528] 'Y' cannot be read as a number for reparea[1224537] 'Y' cannot be read as a number for reparea[1224538] 'Y' cannot be read as a number for reparea[1224539] 'Y' cannot be read as a number for reparea[1225287] 'Y' cannot be read as a number for reparea[1225288] 'Y' cannot be read as a number for reparea[1225295] 'Y' cannot be read as a number for reparea[1225406] 'Y' cannot be read as a number for reparea[1225407] 'Y' cannot be read as a number for reparea[1225416] 'Y' cannot be read as a number for reparea[1225417] 'Y' cannot be read as a number for reparea[1225418] 'Y' cannot be read as a number for reparea[1225419] 'Y' cannot be read as a number for reparea[1225420] 'Y' cannot be read as a number for reparea[1225421] 'Y' cannot be read as a number for reparea[1225422] 'Y' cannot be read as a number for reparea[1228546] 'Y' cannot be read as a number for reparea[1232600] 'Y' cannot be read as a number for reparea[1232601] 'Y' cannot be read as a number for reparea[1232604] 'Y' cannot be read as a number for reparea[1232605] 'Y' cannot be read as a number for reparea[1287402] 'Y' cannot be read as a number for reparea[1287404] 'Y' cannot be read as a number for reparea[1287405] 'Y' cannot be read as a number for reparea[1287406] 'Y' cannot be read as a number for reparea[1287420] 'Y' cannot be read as a number for reparea[1287421] 'Y' cannot be read as a number for reparea[1287422] 'Y' cannot be read as a number for reparea[1287423] 'Y' cannot be read as a number for reparea[1287424] 'Y' cannot be read as a number for reparea[1287425] 'Y' cannot be read as a number for reparea[1287426] 'Y' cannot be read as a number for reparea[1287500] 'Y' cannot be read as a number for reparea[1287501] 'Y' cannot be read as a number for reparea[1287502] 'Y' cannot be read as a number for reparea[1287503] 'Y' cannot be read as a number for reparea[1287504] 'Y' cannot be read as a number for reparea[1287505] 'Y' cannot be read as a number for reparea[1287506] 'Y' cannot be read as a number for reparea[1287520] 'Y' cannot be read as a number for reparea[1287521] 'Y' cannot be read as a number for reparea[1287522] 'Y' cannot be read as a number for reparea[1287523] 'Y' cannot be read as a number for reparea[1287524] 'Y' cannot be read as a number for reparea[1287525] 'Y' cannot be read as a number for reparea[1287526] 'Y' cannot be read as a number for reparea[1287527] 'Y' cannot be read as a number for reparea[1287528] 'Y' cannot be read as a number for reparea[1287529] 'Y' cannot be read as a number for reparea[1287530] 'Y' cannot be read as a number for reparea[1287965] 'Y' cannot be read as a number for reparea[1287966] 'Y' cannot be read as a number for reparea[1287968] 'Y' cannot be read as a number for reparea[1287969] 'Y' cannot be read as a number for reparea[1287970] 'Y' cannot be read as a number for reparea[1287971] 'Y' cannot be read as a number for reparea[1287972] 'Y' cannot be read as a number for reparea[1287973] 'Y' cannot be read as a number for reparea[1290057] 'Y' cannot be read as a number for reparea[1297697] 'Y' cannot be read as a number for reparea[1297700] 'Y' cannot be read as a number for reparea[1297701] 'Y' cannot be read as a number for reparea[1297703] 'Y' cannot be read as a number for reparea[1297726] 'Y' cannot be read as a number for reparea[1297948] 'Y' cannot be read as a number for reparea[1297973] 'Y' cannot be read as a number for reparea[1297974] 'Y' cannot be read as a number for reparea[1297975] 'Y' cannot be read as a number for reparea[1297976] 'Y' cannot be read as a number for reparea[1299558] 'Y' cannot be read as a number for reparea[1299559] 'Y' cannot be read as a number for reparea[1299560] 'Y' cannot be read as a number for reparea[1299561] 'Y' cannot be read as a number for reparea[1299562] 'Y' cannot be read as a number for reparea[1299563] 'Y' cannot be read as a number for reparea[1299564] 'Y' cannot be read as a number for reparea[1299565] 'Y' cannot be read as a number for reparea[1299566] 'Y' cannot be read as a number for reparea[1299567] 'Y' cannot be read as a number for reparea[1299568] 'Y' cannot be read as a number for reparea[1299569] 'Y' cannot be read as a number for reparea[1299583] 'Y' cannot be read as a number for reparea[1299584] 'Y' cannot be read as a number for reparea[1299585] 'Y' cannot be read as a number for reparea[1299586] 'Y' cannot be read as a number for reparea[1299587] 'Y' cannot be read as a number for reparea[1299588] 'Y' cannot be read as a number for reparea[1299589] 'Y' cannot be read as a number for reparea[1299590] 'Y' cannot be read as a number for reparea[1299591] 'Y' cannot be read as a number for reparea[1299592] 'Y' cannot be read as a number for reparea[1300733] 'Y' cannot be read as a number for reparea[1300734] 'Y' cannot be read as a number for reparea[1300735] 'Y' cannot be read as a number for reparea[1300736] 'Y' cannot be read as a number for reparea[1300737] 'Y' cannot be read as a number for reparea[1300832] 'Y' cannot be read as a number for reparea[1300833] 'Y' cannot be read as a number for reparea[1300834] 'Y' cannot be read as a number for reparea[1300835] 'Y' cannot be read as a number for reparea[1300836] 'Y' cannot be read as a number for reparea[1300837] 'Y' cannot be read as a number for reparea[1300838] 'Y' cannot be read as a number for reparea[1300839] 'Y' cannot be read as a number for reparea[1300843] 'Y' cannot be read as a number for reparea[1300844] 'Y' cannot be read as a number for reparea[1300845] 'Y' cannot be read as a number for reparea[1300846] 'Y' cannot be read as a number for reparea[1300847] 'Y' cannot be read as a number for reparea[1300848] 'Y' cannot be read as a number for reparea[1348075] 'Y' cannot be read as a number for reparea[1348076] 'Y' cannot be read as a number for reparea[1348151] 'Y' cannot be read as a number for reparea[1349420] 'Y' cannot be read as a number for reparea[1349421] 'Y' cannot be read as a number for reparea[1349422] 'Y' cannot be read as a number for reparea[1349423] 'Y' cannot be read as a number for reparea[1349424] 'Y' cannot be read as a number for reparea[1349425] 'Y' cannot be read as a number for reparea[1349426] 'Y' cannot be read as a number for reparea[1349427] 'Y' cannot be read as a number for reparea[1349428] 'Y' cannot be read as a number for reparea[1349429] 'Y' cannot be read as a number for reparea[1349430] 'Y' cannot be read as a number for reparea[1349439] 'Y' cannot be read as a number for reparea[1349441] 'Y' cannot be read as a number for reparea[1349442] 'Y' cannot be read as a number for reparea[1349443] 'Y' cannot be read as a number for reparea[1350306] 'Y' cannot be read as a number for reparea[1350308] 'Y' cannot be read as a number for reparea[1350310] 'Y' cannot be read as a number for reparea[1350311] 'Y' cannot be read as a number for reparea[1350312] 'Y' cannot be read as a number for reparea[1350396] 'Y' cannot be read as a number for reparea[1350397] 'Y' cannot be read as a number for reparea[1350398] 'Y' cannot be read as a number for reparea[1350399] 'Y' cannot be read as a number for reparea[1350400] 'Y' cannot be read as a number for reparea[1350401] 'Y' cannot be read as a number for reparea[1350402] 'Y' cannot be read as a number for reparea[1350403] 'Y' cannot be read as a number for reparea[1350423] 'Y' cannot be read as a number for reparea[1350424] 'Y' cannot be read as a number for reparea[1350425] 'Y' cannot be read as a number for reparea[1350426] 'Y' cannot be read as a number for reparea[1377907] 'Y' cannot be read as a number for reparea[1378327] 'Y' cannot be read as a number for reparea[1380593] 'Y' cannot be read as a number for reparea[1381222] 'Y' cannot be read as a number for reparea[1381223] 'Y' cannot be read as a number for reparea[1381224] 'Y' cannot be read as a number for reparea[1381225] 'Y' cannot be read as a number for reparea[1381226] 'Y' cannot be read as a number for reparea[1381227] 'Y' cannot be read as a number for reparea[1381228] 'Y' cannot be read as a number for reparea[1381241] 'Y' cannot be read as a number for reparea[1381242] 'Y' cannot be read as a number for reparea[1381243] 'Y' cannot be read as a number for reparea[1381244] 'Y' cannot be read as a number for reparea[1381245] 'Y' cannot be read as a number for reparea[1381246] 'Y' cannot be read as a number for reparea[1382113] 'Y' cannot be read as a number for reparea[1382116] 'Y' cannot be read as a number for reparea[1382130] 'Y' cannot be read as a number for reparea[1382131] 'Y' cannot be read as a number for reparea[1382132] 'Y' cannot be read as a number for reparea[1382133] 'Y' cannot be read as a number for reparea[1414341] 'Y' cannot be read as a number for reparea[1414343] 'Y' cannot be read as a number for reparea[1414345] 'Y' cannot be read as a number for reparea[1414347] 'Y' cannot be read as a number for reparea[1414377] 'Y' cannot be read as a number for reparea[1416875] 'Y' cannot be read as a number for reparea[1416976] 'Y' cannot be read as a number for reparea[1418490] 'Y' cannot be read as a number for reparea[1423276] 'Y' cannot be read as a number for reparea[1423277] 'Y' cannot be read as a number for reparea[1423278] 'Y' cannot be read as a number for reparea[1423394] 'Y' cannot be read as a number for reparea[1423649] 'Y' cannot be read as a number for reparea[1423658] 'Y' cannot be read as a number for reparea[1427445] 'Y' cannot be read as a number for reparea[1427447] 'Y' cannot be read as a number for reparea[1427448] 'Y' cannot be read as a number for reparea[1427449] 'Y' cannot be read as a number for reparea[1428230] 'Y' cannot be read as a number for reparea[1429852] 'Y' cannot be read as a number for reparea[1433640] 'Y' cannot be read as a number for reparea[1433716] 'Y' cannot be read as a number for reparea[1434461] 'Y' cannot be read as a number for reparea[1434462] 'Y' cannot be read as a number for reparea[1434500] 'Y' cannot be read as a number for reparea[1437176] 'Y' cannot be read as a number for reparea[1437177] 'Y' cannot be read as a number for reparea[1437178] 'Y' cannot be read as a number for reparea[1447301] 'Y' cannot be read as a number for reparea[1447753] 'Y' cannot be read as a number for reparea[1447755] 'Y' cannot be read as a number for reparea[1447756] 'Y' cannot be read as a number for reparea[1453561] 'Y' cannot be read as a number for reparea[1457604] 'Y' cannot be read as a number for reparea[1457684] 'Y' cannot be read as a number for reparea[1473606] 'Y' cannot be read as a number for reparea[1473607] 'Y' cannot be read as a number for reparea[1475478] 'Y' cannot be read as a number for reparea[1477454] 'Y' cannot be read as a number for reparea[1479571] 'Y' cannot be read as a number for reparea[1479572] 'Y' cannot be read as a number for reparea[1479587] 'Y' cannot be read as a number for reparea[1479588] 'Y' cannot be read as a number for reparea[1479589] 'Y' cannot be read as a number for reparea[1480366] 'Y' cannot be read as a number for reparea[1480367] 'Y' cannot be read as a number for reparea[1480368] 'Y' cannot be read as a number for reparea[1480403] 'Y' cannot be read as a number for reparea[1480404] 'Y' cannot be read as a number for reparea[1480405] 'Y' cannot be read as a number for reparea[1480406] 'Y' cannot be read as a number for reparea[1480667] 'Y' cannot be read as a number for reparea[1480668] 'Y' cannot be read as a number for reparea[1529744] 'Y' cannot be read as a number for reparea[1529746] 'Y' cannot be read as a number for reparea[1529747] 'Y' cannot be read as a number for reparea[1529751] 'Y' cannot be read as a number for reparea[1529752] 'Y' cannot be read as a number for reparea[1530177] 'Y' cannot be read as a number for reparea[1530182] 'Y' cannot be read as a number for reparea[1530183] 'Y' cannot be read as a number for reparea[1530184] 'Y' cannot be read as a number for reparea[1530431] 'Y' cannot be read as a number for reparea[1530432] 'Y' cannot be read as a number for reparea[1530434] 'Y' cannot be read as a number for reparea[1530436] 'Y' cannot be read as a number for reparea[1532420] 'Y' cannot be read as a number for reparea[1536774] 'Y' cannot be read as a number for reparea[1537086] 'Y' cannot be read as a number for reparea[1538812] 'Y' cannot be read as a number for reparea[1538814] 'Y' cannot be read as a number for reparea[1539244] 'Y' cannot be read as a number for reparea[1539245] 'Y' cannot be read as a number for reparea[1539257] 'Y' cannot be read as a number for reparea[1539881] 'Y' cannot be read as a number for reparea[1539883] 'Y' cannot be read as a number for reparea[1539886] 'Y' cannot be read as a number for reparea[1539906] 'Y' cannot be read as a number for reparea[1565518] 'Y' cannot be read as a number for reparea[1566117] 'Y' cannot be read as a number for reparea[1573220] 'Y' cannot be read as a number for reparea[1573227] 'Y' cannot be read as a number for reparea[1573228] 'Y' cannot be read as a number for reparea[1573229] 'Y' cannot be read as a number for reparea[1574118] 'Y' cannot be read as a number for reparea[1575859] 'Y' cannot be read as a number for reparea[1579884] 'Y' cannot be read as a number for reparea[1581319] 'Y' cannot be read as a number for reparea[1584304] 'Y' cannot be read as a number for reparea[1584825] 'Y' cannot be read as a number for reparea[1587879] 'Y' cannot be read as a number for reparea[1587915] 'Y' cannot be read as a number for reparea[1587916] 'Y' cannot be read as a number for reparea[1588118] 'Y' cannot be read as a number for reparea[1588742] 'Y' cannot be read as a number for reparea[1588782] 'Y' cannot be read as a number for reparea[1589913] 'Y' cannot be read as a number for reparea[1591417] 'Y' cannot be read as a number for reparea[1591575] 'Y' cannot be read as a number for reparea[1591660] 'Y' cannot be read as a number for reparea[1593264] 'Y' cannot be read as a number for reparea[1593299] 'Y' cannot be read as a number for reparea[1594924] 'Y' cannot be read as a number for reparea[1600828] 'Y' cannot be read as a number for reparea[1603801] 'Y' cannot be read as a number for reparea[1603868] 'Y' cannot be read as a number for reparea[1607986] 'Y' cannot be read as a number for reparea[1607987] 'Y' cannot be read as a number for reparea[1608667] 'Y' cannot be read as a number for reparea[1611842] 'Y' cannot be read as a number for reparea[1614167] 'Y' cannot be read as a number for reparea[1614168] 'Y' cannot be read as a number for reparea[1629138] 'Y' cannot be read as a number for reparea[1629139] 'Y' cannot be read as a number for reparea[1629140] 'Y' cannot be read as a number for reparea[1629141] 'Y' cannot be read as a number for reparea[1629142] 'Y' cannot be read as a number for reparea[1629889] 'Y' cannot be read as a number for reparea[1643602] 'Y' cannot be read as a number for reparea[1644444] 'Y' cannot be read as a number for reparea[1649111] 'Y' cannot be read as a number for reparea[1649227] 'Y' cannot be read as a number for reparea[1649229] 'Y' cannot be read as a number for reparea[1650932] 'Y' cannot be read as a number for reparea[1650933] 'Y' cannot be read as a number for reparea[1650975] 'Y' cannot be read as a number for reparea[1650976] 'Y' cannot be read as a number for reparea[1653603] 'Y' cannot be read as a number for reparea[1657217] 'Y' cannot be read as a number for reparea[1657454] 'Y' cannot be read as a number for reparea[1657455] 'Y' cannot be read as a number for reparea[1657456] 'Y' cannot be read as a number for reparea[1661341] 'Y' cannot be read as a number for reparea[1661370] 'Y' cannot be read as a number for reparea[1664733] 'Y' cannot be read as a number for reparea[1664734] 'Y' cannot be read as a number for reparea[1674849] 'Y' cannot be read as a number for reparea[1676624] 'Y' cannot be read as a number for reparea[1676632] 'Y' cannot be read as a number for reparea[1680729] 'Y' cannot be read as a number for reparea[1681432] 'Y' cannot be read as a number for reparea[1683540] 'Y' cannot be read as a number for reparea[1686980] 'Y' cannot be read as a number for reparea[1688217] 'Y' cannot be read as a number for reparea[1688240] 'Y' cannot be read as a number for reparea[1688355] 'Y' cannot be read as a number for reparea[1688415] 'Y' cannot be read as a number for reparea[1689181] 'Y' cannot be read as a number for reparea[1691115] 'Y' cannot be read as a number for reparea[1691116] 'Y' cannot be read as a number for reparea[1691225] 'Y' cannot be read as a number for reparea[1691632] 'Y' cannot be read as a number for reparea[1696231] 'Y' cannot be read as a number for reparea[1697849] 'Y' cannot be read as a number for reparea[1700278] 'Y' cannot be read as a number for reparea[1700279] 'Y' cannot be read as a number for reparea[1700334] 'Y' cannot be read as a number for reparea[1703323] 'Y' cannot be read as a number for reparea[1705079] 'Y' cannot be read as a number for reparea[1705881] 'Y' cannot be read as a number for reparea[1711915] 'Y' cannot be read as a number for reparea[1711917] 'Y' cannot be read as a number for reparea[1719187] 'Y' cannot be read as a number for reparea[1719188] 'Y' cannot be read as a number for reparea[1719190] 'Y' cannot be read as a number for reparea[1720092] 'Y' cannot be read as a number for reparea[1720387] 'Y' cannot be read as a number for reparea[1725694] 'Y' cannot be read as a number for reparea[1725696] 'Y' cannot be read as a number for reparea[1725768] 'Y' cannot be read as a number for reparea[1725769] 'Y' cannot be read as a number for reparea[1739837] 'Y' cannot be read as a number for reparea[1739841] 'Y' cannot be read as a number for reparea[1739842] 'Y' cannot be read as a number for reparea[1739843] 'Y' cannot be read as a number for reparea[1739898] 'Y' cannot be read as a number for reparea[1748966] 'Y' cannot be read as a number for reparea[1748967] 'Y' cannot be read as a number for reparea[1748984] 'Y' cannot be read as a number for reparea[1748985] 'Y' cannot be read as a number for reparea[1749023] 'Y' cannot be read as a number for reparea[1770953] 'Y' cannot be read as a number for reparea[1775287] 'Y' cannot be read as a number for reparea[1776217] 'Y' cannot be read as a number for reparea[1783397] 'Y' cannot be read as a number for reparea[1783398] 'Y' cannot be read as a number for reparea[1783536] 'Y' cannot be read as a number for reparea[1783537] 'Y' cannot be read as a number for reparea[1783538] 'Y' cannot be read as a number for reparea[1783539] 'Y' cannot be read as a number for reparea[1783550] 'Y' cannot be read as a number for reparea[1783551] 'Y' cannot be read as a number for reparea[1788115] 'Y' cannot be read as a number for reparea[1788116] 'Y' cannot be read as a number for reparea[1788117] 'Y' cannot be read as a number for reparea[1788408] 'Y' cannot be read as a number for reparea[1795601] 'Y' cannot be read as a number for reparea[1795817] 'Y' cannot be read as a number for reparea[1800942] 'Y' cannot be read as a number for reparea[1801386] 'Y' cannot be read as a number for reparea[1808411] 'Y' cannot be read as a number for reparea[1810522] 'Y' cannot be read as a number for reparea[1812701] 'Y' cannot be read as a number for reparea[1812702] 'Y' cannot be read as a number for reparea[1816575] 'Y' cannot be read as a number for reparea[1816576] 'Y' cannot be read as a number for reparea[1816604] 'Y' cannot be read as a number for reparea[1818359] 'Y' cannot be read as a number for reparea[1818381] 'Y' cannot be read as a number for reparea[1818382] 'Y' cannot be read as a number for reparea[1818383] 'Y' cannot be read as a number for reparea[1822010] 'Y' cannot be read as a number for reparea[1831331] 'Y' cannot be read as a number for reparea[1835832] 'Y' cannot be read as a number for reparea[1836292] 'Y' cannot be read as a number for reparea[1836512] 'Y' cannot be read as a number for reparea[1839737] 'Y' cannot be read as a number for reparea[1839738] 'Y' cannot be read as a number for reparea[1840754] 'Y' cannot be read as a number for reparea[1842960] 'Y' cannot be read as a number for reparea[1844345] 'Y' cannot be read as a number for reparea[1844460] 'Y' cannot be read as a number for reparea[1844461] 'Y' cannot be read as a number for reparea[1844471] 'Y' cannot be read as a number for reparea[1844472] 'Y' cannot be read as a number for reparea[1845154] 'Y' cannot be read as a number for reparea[1845155] 'Y' cannot be read as a number for reparea[1862654] 'Y' cannot be read as a number for reparea[1865848] 'Y' cannot be read as a number for reparea[1867695] 'Y' cannot be read as a number for reparea[1867702] 'Y' cannot be read as a number for reparea[1874265] 'Y' cannot be read as a number for reparea[1877619] 'Y' cannot be read as a number for reparea[1878829] 'Y' cannot be read as a number for reparea[1883331] 'Y' cannot be read as a number for reparea[1884506] 'Y' cannot be read as a number for reparea[1884507] 'Y' cannot be read as a number for reparea[1886762] 'Y' cannot be read as a number for reparea[1888946] 'Y' cannot be read as a number for reparea[1889164] 'Y' cannot be read as a number for reparea[1891016] 'Y' cannot be read as a number for reparea[1891808] 'Y' cannot be read as a number for reparea[1892376] 'Y' cannot be read as a number for reparea[1892668] 'Y' cannot be read as a number for reparea[1892669] 'Y' cannot be read as a number for reparea[1894607] 'Y' cannot be read as a number for reparea[1898109] 'Y' cannot be read as a number for reparea[1898133] 'Y' cannot be read as a number for reparea[1898136] 'Y' cannot be read as a number for reparea[1898137] 'Y' cannot be read as a number for reparea[1898208] 'Y' cannot be read as a number for reparea[1898209] 'Y' cannot be read as a number for reparea[1909691] 'Y' cannot be read as a number for reparea[1909692] 'Y' cannot be read as a number for reparea[1909703] 'Y' cannot be read as a number for reparea[1909704] 'Y' cannot be read as a number for reparea[1909705] 'Y' cannot be read as a number for reparea[1909735] 'Y' cannot be read as a number for reparea[1909738] 'Y' cannot be read as a number for reparea[1909739] 'Y' cannot be read as a number for reparea[1920858] 'Y' cannot be read as a number for reparea[1926130] 'Y' cannot be read as a number for reparea[1927024] 'Y' cannot be read as a number for reparea[1927651] (1930082 observations read) . . . ** Removing the temp file when finished . ! rm -f "`dat_name'" . . note: by Jean Roth, jroth@nber.org Wed Oct 29 16:12:12 EDT 2008 . compress . save mort1968,replace (note: file mort1968.dta not found) file mort1968.dta saved . ** Run commands from directory with data . capture erase mort1968.dta.zip . ! zip mort1968.dta.zip mort1968.dta . capture erase mort1968.dta . exit end of do-file . end of do-file . exit