infile dictionary { *This program reads the 1971 NCHS Multiple Cause of Death Data Data File *by Jean Roth Tue Jun 24 09:39:25 EDT 2014 *Please report errors to jroth@nber.org *See the .do file for directions and run with do mort1971 *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 ) str2 stateoc %2s _column(26 ) str5 countyoc %5s _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(91 ) byte accident %1f _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 } ** Copyright 2014 shared by the National Bureau of Economic Research and Jean Roth ; ** ** National Bureau of Economic Research. ; ** 1050 Massachusetts Avenue ; ** Cambridge, MA 02138 ; ** jroth@nber.org ; ** ** This program and all programs referenced in it are free software. You ; ** can redistribute the program or modify it under the terms of the GNU ; ** General Public License as published by the Free Software Foundation; ; ** either version 2 of the License, or (at your option) any later version. ; ** ** This program is distributed in the hope that it will be useful, ; ** but WITHOUT ANY WARRANTY -- without even the implied warranty of ; ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; ** GNU General Public License for more details. ; ** ** You should have received a copy of the GNU General Public License ; ** along with this program -- if not, write to the Free Software ; ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 ; ** USA. ;