infile dictionary { *This program reads the 1966 NCHS Multiple Cause of Death Data Data File *by Jean Roth Tue Jan 23 15:21:03 EST 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do mort1966 *NOTE: This program is distributed under the GNU GPL. *See end of this file and http://www.gnu.org/licenses/ for details. _column(1 ) int datayear %4f _column(5 ) byte monthdth %2f _column(7 ) byte daydth %2f _column(9 ) byte rectype %1f _column(10 ) byte restatus %1f _column(13 ) byte region %1f _column(14 ) byte divstoc %2f _column(16 ) byte exstatoc %2f _column(18 ) byte stateoc %2f _column(18 ) str5 countyoc %5s _column(24 ) byte regnres %1f _column(25 ) byte divstres %2f _column(27 ) byte exstares %2f _column(29 ) str2 staters %2s _column(29 ) str5 countyrs %5s _column(34 ) str3 cityrs %3s _column(37 ) str1 popsize %1s _column(38 ) str1 metro %1s _column(39 ) str3 smsares %3s _column(42 ) byte race %2f _column(44 ) byte racer3 %1f _column(45 ) byte racer2 %1f _column(46 ) byte racer6 %1f _column(47 ) byte sex %1f _column(48 ) int age %3f _column(51 ) byte ager12 %2f _column(53 ) byte ager27 %2f _column(55 ) byte ager22 %2f _column(57 ) byte ager14 %2f _column(70 ) byte sexdup %1f _column(71 ) byte accident %1f _column(72 ) str4 ucod %4s _column(76 ) str1 ucod4 %1s _column(77 ) int ccr258 %3f _column(80 ) byte ucr258s %1f _column(81 ) byte ccr60 %2f _column(83 ) byte ccr55 %2f _column(88 ) byte cdcflag %2f _column(90 ) byte whoflag %1f _column(91 ) int ucr258 %3f _column(94 ) byte ucr60 %2f _column(96 ) byte ucr33 %2f _column(98 ) byte reparea %1f _column(105 ) str2 shipno %2s } /* Copyright 2007 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. */