infile dictionary { *This program reads the 1988 *U.S. Denominator Linked Birth Infant Death Birth Cohort Data Data File *by Jean Roth Wed Nov 19 11:15:18 EST 2008 *Please report errors to jroth@nber.org *See the .do file for directions and run with do linkco1988us_den *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 matchs %1f "Match Status" _column(2 ) int datayear %4f "Year of Birth" _column(10 ) byte rectype %1f "Record type" _column(11 ) byte resstatb %1f "Resident Status - Birth" _column(12 ) byte regnoccb %1f "Region of Occurrence - Birth" _column(13 ) byte censtatebo %2f "State of Occurrence - Birth (1960 Census State Code)" _column(13 ) byte divoccb %1f "Division of Occurrence - Birth" _column(15 ) byte estatebo %2f "Expanded State of Occurrence - Birth" _column(17 ) long bostate %5f "State of Occurrence - Birth (NCHS Codes)" _column(17 ) str5 cntyoccb %5s "NCHS County of Occurence - Birth" _column(22 ) byte regnresb %1f "Region of Residence - Birth" _column(23 ) byte divresb %1f "Division of Residence - Birth" _column(23 ) byte censtatebr %2f "State of Residence - Birth (1960 Census State Code)" _column(25 ) byte estatebr %2f "Expanded State of Residence - Birth" _column(27 ) byte brstate %2f "State of Residence - Birth (NCHS Codes)" _column(27 ) str5 cntyresb %5s "NCHS County of Residence - Birth" _column(32 ) str3 cityresb %3s "City of Residence (NCHS Codes) - Birth" _column(36 ) byte crace %1f "Race of Child" _column(37 ) byte crace3 %1f "Race of Child Recode 3" _column(38 ) byte csex %1f "Sex of Child" _column(39 ) byte dgestat %2f "Gestation" _column(41 ) byte gestat10 %2f "Gestation Recode 10" _column(43 ) int dbirwt %4f "Birthweight" _column(47 ) byte birwt14 %2f "Birthweight Recode 14" _column(49 ) byte birwt3 %1f "Birthweight Recode 3" _column(50 ) byte dplural %1f "Plurality" _column(51 ) byte omaps %2f "One Minute Apgar Score" _column(53 ) byte fmaps %2f "Five Minute Apgar Score" _column(55 ) byte origm %2f "Origin or Descent of Mother" _column(57 ) byte mrace %1f "Race of Mother" _column(58 ) byte dmage %2f "Age of Mother" _column(60 ) byte mage12 %2f "Age of Mother recode 12" _column(62 ) byte dmeduc %2f "Education of Mother Detail" _column(64 ) byte meduc6 %2f "Education of Mother Recode 6" _column(65 ) byte dmar %1f "Marital Status" _column(66 ) byte mplbir %2f "Mother's Place of Birth" _column(68 ) byte origf %2f "Origin or Descent of Father" _column(70 ) byte frace %1f "Race of Father" _column(71 ) byte dfage %2f "Age of Father" _column(73 ) byte dfeduc %2f "Education of Father" _column(75 ) int disllb %3f "Interval since last live birth" _column(76 ) byte outcome %1f "Outcome of Last Pregnancy" _column(77 ) int dterm %3f "Detail Interval Since Termination of Last Pregnancy" _column(78 ) str2 mpcb %2s "Detail Month Prenatal Care began" _column(80 ) byte mpcb6 %1f "Month Prenatal Care began Recode 6" _column(81 ) byte nprevis %2f "Total Number of Prenatal Visits" _column(83 ) byte dtotord %2f "Total birth order" _column(85 ) byte totord9 %1f "Total birth order recode 9" _column(86 ) byte dlivord %2f "Detail Live birth order" _column(88 ) byte livord9 %1f "Live birth order Recode 9" _column(89 ) byte pldel %1f "Place of Delivery" _column(90 ) byte birattnd %1f "Attendant at birth" } /* Copyright 2008 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. */