*options obs=100 ; options nocenter ; **------------------------------------------------ ; ** by Jean Roth Wed Feb 15 20:06:42 EST 2017 ** This program reads the 2009 U.S. Territories Numerator Linked Birth Infant Death Birth Cohort Data Data File ; ** Report errors to jroth@nber.org ; ** This program is distributed under the GNU GPL. ; ** See end of this file and ** http://www.gnu.org/licenses/ for details. ; ** ----------------------------------------------- ; * The following line should contain the directory where the SAS file is to be stored ; libname library "/homes/data/lbid/2009/"; * 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:\ ; FILENAME datafile pipe "unzip -p /homes/data/lbid/2009/linkco2009ps_num.dat.zip linkco2009ps_num.dat "; * The following line should contain the name of the SAS dataset ; %let dataset = library.linkco2009ps_num; DATA &dataset ; INFILE datafile LRECL = 20000 ; attrib revision length=$1 label="Revision U,R"; attrib laterec length=3 label="Late Record Flag U,R"; attrib idnumber length=4 label="Infant Death Number in numerator and denominator-plus"; attrib dob_yy length=4 label="Birth Year U,R"; attrib dob_mm length=3 label="Birth Month U,R"; attrib dob_wk length=3 label="Birth Weekday U,R"; attrib ostate length=$2 label="Occurrence State U,R"; attrib ocntyfips length=3 label="Occurrence FIPS County U,R"; attrib ocntypop length=3 label="Occurence County Population U,R"; attrib bfacil length=3 label="Birth Place R"; attrib ubfacil length=3 label="Birth Place U,R"; attrib bfacil3 length=3 label="Birth Place Recode U,R"; attrib mage_impflg length=3 label="Mother's Age Imputated Flag U,R"; attrib mage_repflg length=3 label="Reported Age of Mother Flag U,R"; attrib mager41 length=3 label="Mother's Age Recode 41 U,R"; attrib mager14 length=3 label="Mother's Age Recode 14 U,R"; attrib mager9 length=3 label="Mother's Age Recode 9 U,R"; attrib mbcntry length=$2 label="Mother's Birth Country R**"; attrib mrterr length=$2 label="Mother's Residence Teritory U,R"; attrib mrcntyfips length=3 label="Mother's FIPS County of Residence (FIPS) U,R"; attrib rcnty_pop length=$1 label="Population of Residence County U,R"; attrib rectype length=3 label="Record Type U,R"; attrib restatus length=3 label="Resident Status U,R"; attrib mbrace length=3 label="Mother's Bridged Race U,R"; attrib mrace length=3 label="Mother's Race U"; attrib mracerec length=3 label="Mother's Race Recode U,R"; attrib mraceimp length=$1 label="Mother's Race Imputed Flag U,R"; attrib umhisp length=3 label="Mother's Hispanic Origin U,R (f_morigin rep flag)"; attrib mracehisp length=3 label="Mother's Race/Hispanic Origin U,R (f_morigin rep flag)"; attrib mar length=3 label="Mother's Marital Status U,R"; attrib mar_imp length=3 label="Mother's Marital Status Imputed Flag U,R"; attrib meduc length=3 label="Mother's Education R (f_meduc rep flag)"; attrib umeduc length=3 label="Mother's Education U (f_med rep flag)"; attrib meduc_rec length=3 label="Mother's Education Recode U (f_med rep flag)"; attrib fagerpt_flg length=3 label="Father's Reported Age Used U,R"; attrib fagecomb length=3 label="Father's Combined Age (Revised) R"; attrib ufagecomb length=3 label="Father's Combined Age (Unrevised) U"; attrib fagerec11 length=3 label="Father's Age Recode 11 U,R"; attrib fbrace length=3 label="Father's Bridged Race U,R"; attrib fracerec length=3 label="Father's Race Recode U,R"; attrib ufhisp length=3 label="Father's Hispanic Origin U,R (f_forigin rep flag)"; attrib fracehisp length=3 label="Father's Race/Hispanic Origin U,R (f_forigin rep flag)"; attrib frace length=3 label="Father's Race U"; attrib lbo length=3 label="Live Birth Order U,R"; attrib tbo length=3 label="Total Birth Order U,R"; attrib dllb_mm length=3 label="Date of Last Live Birth Month R"; attrib dllb_yy length=4 label="Date of Last Live Birth Year R"; attrib precare length=3 label="Month Prenatal Care Began R (f_mpcb rep flag)"; attrib precare_rec length=3 label="Month Prenatal Care Began Recode R (f_mpcb rep flag)"; attrib mpcb length=3 label="Month Prenatal Care Began U (f_mpcb_u rep flag)"; attrib mpcb_rec6 length=3 label="Month Prenatal Care Began Recode 6 U (f_mpcb_u rep flag)"; attrib mpcb_rec5 length=3 label="Month Prenatal Care Began Recode 5 U (f_mpcb_u rep flag)"; attrib uprevis length=3 label="Number of Prenatal Visits U,R"; attrib previs_rec length=3 label="Number of Prenatal Visits Recode U,R"; attrib wtgain length=3 label="Weight Gain U,R (f_wtgain rep flag)"; attrib wtgain_rec length=3 label="Weight Gain Recode U,R (f_wtgain rep flag)"; attrib dfpc_imp length=3 label="Day of Date First Prenatal Care Imputed R"; attrib cig_1 length=3 label="Cigarettes 1st Trimester R"; attrib cig_2 length=3 label="Cigarettes 2nd Trimester R"; attrib cig_3 length=3 label="Cigarettes 3rd Trimester R"; attrib tobuse length=3 label="Tobacco Use U (f_tobac rep flag)"; attrib cigs length=3 label="Cigarettes Per Day U"; attrib cig_rec6 length=3 label="Cigarettes Recode U"; attrib cig_rec length=$1 label="Cigarettes Recode R"; attrib rf_diab length=$1 label="Diabetes R (f_rf_pdiab rep flag)"; attrib rf_gest length=$1 label="Gestational Diabetes R (f_rf_gdiab rep flag)"; attrib rf_phyp length=$1 label="Prepregnancy Hypertension R (f_rf_phyper rep flag)"; attrib rf_ghyp length=$1 label="Gestational Hypertension R (f_rf_ghyper rep flag)"; attrib rf_eclam length=$1 label="Eclampsia R (f_rf_eclamp rep flag)"; attrib rf_ppterm length=$1 label="Previous Preterm Birth R (f_rf_ppb rep flag)"; attrib rf_ppoutc length=$1 label="Poor Pregnancy Outcome R (f_rf_ppo rep flag)"; attrib rf_cesar length=$1 label="Previous Cesarean Deliveries R (f_rf_cesar rep flag)"; attrib rf_ncesar length=3 label="Number of Previous Cesarean Deliveries R (f_rf_ncesar rep flag)"; attrib urf_diab length=3 label="Diabetes U,R"; attrib urf_chyper length=3 label="Chronic Hypertension U,R"; attrib urf_phyper length=3 label="Pregnancy Associated Hypertension U,R"; attrib urf_eclam length=3 label="Eclampsia U,R"; attrib op_cerv length=$1 label="Cervical Cerclage R"; attrib op_tocol length=$1 label="Tocolysis R"; attrib op_ecvs length=$1 label="Successful External Cephalic Version R"; attrib op_ecvf length=$1 label="Failed External Cephalic Version R"; attrib uop_induc length=3 label="Induction of labor U,R"; attrib uop_tocol length=3 label="Tocolysis U,R"; attrib on_ruptr length=$1 label="Premature Rupture of Membrane R"; attrib on_abrup length=$1 label="Abruptio placenta R"; attrib on_prolg length=$1 label="Prolonged Labor R"; attrib ld_induct length=$1 label="Induction of Labor R"; attrib ld_augment length=$1 label="Augmentation of Labor R"; attrib ld_nvrtx length=$1 label="Non-Vertex Presentation R"; attrib ld_steroids length=$1 label="Steroids R"; attrib ld_antibio length=$1 label="Antibiotics R"; attrib ld_chorio length=$1 label="Chorioamnionitis R"; attrib ld_mecon length=$1 label="Meconium Staining R"; attrib ld_fintol length=$1 label="Fetal Intolerance R"; attrib ld_anesth length=$1 label="Anesthesia R"; attrib uld_meco length=3 label="Meconium U,R"; attrib uld_precip length=3 label="Precipitous labor U,R"; attrib uld_breech length=3 label="Breech U,R"; attrib md_attfor length=$1 label="Attempted Forceps R"; attrib md_attvac length=$1 label="Attempted Vacuum R"; attrib md_present length=3 label="Fetal Presentation R"; attrib md_route length=3 label="Final Route and Method of Delivery R"; attrib md_trial length=$1 label="Trial of Labor Attempted R"; attrib ume_vag length=3 label="Vaginal U,R"; attrib ume_vbac length=3 label="Vaginal after C-Section U,R"; attrib ume_primc length=3 label="Primary C-Section U,R"; attrib ume_repec length=3 label="Repeat C-Section U,R"; attrib ume_forcp length=3 label="Forceps U,R"; attrib ume_vac length=3 label="Vacuum U,R"; attrib rdmeth_rec length=3 label="Delivery Method Recode (Revised) R"; attrib udmeth_rec length=3 label="Delivery Method Recode (Unrevised) U"; attrib dmeth_rec length=3 label="Delivery Method Recode U,R"; attrib attend length=3 label="Attendant U,R"; attrib apgar5 length=3 label="Five Minute Apgar Score U,R (f_apgar5 rep flag)"; attrib apgar5r length=3 label="Five Minute Apgar Recode U,R (f_apgar5 rep flag)"; attrib dplural length=3 label="Plurality U,R"; attrib imp_plur length=3 label="Plurality Imputed U,R"; attrib sex length=$1 label="Sex of Infant U,R"; attrib imp_sex length=3 label="Imputed Sex"; attrib dlmp_mm length=3 label="Last Normal Menses - Month U,R"; attrib dlmp_dd length=3 label="Last Normal Menses - Day U,R"; attrib dlmp_yy length=4 label="Last Normal Menses - Year U,R"; attrib estgest length=3 label="Obstetric/Clinical Gestation Est. U,R (f_clinest rep flag)"; attrib combgest length=3 label="Gestation - Detail in Weeks U,R"; attrib gestrec10 length=3 label="Gestation Recode 10 U,R"; attrib gestrec3 length=3 label="Gestation Recode 3 U,R"; attrib obgest_flg length=3 label="Clinical Estimate of Gestation Used Flag U,R"; attrib gest_imp length=3 label="Gestation Imputed Flag U,R"; attrib dbwt length=4 label="Birth Weight - Detail in Grams U,R"; attrib bwtr14 length=3 label="Birth Weight Recode 14 U,R"; attrib bwtr4 length=3 label="Birth Weight Recode 4 U,R"; attrib bwtimp length=3 label="Imputed Birthweight Flag U"; attrib ab_vent length=$1 label="Assisted Ventilation R"; attrib ab_vent6 length=$1 label="Assisted Ventilation >6hrs R "; attrib ab_nicu length=$1 label="Admission to NICU R"; attrib ab_surfac length=$1 label="Surfactant R"; attrib ab_antibio length=$1 label="Antibiotics R"; attrib ab_seiz length=$1 label="Seizures R"; attrib ab_inj length=$1 label="Birth Injury R"; attrib ca_anen length=$1 label="Anencephaly R"; attrib ca_menin length=$1 label="Meningomyelocele/Spina Bifida R"; attrib ca_heart length=$1 label="Cyanotic Congenital Heart Disease R"; attrib ca_hernia length=$1 label="Congenital Diaphragmatic Hernia R"; attrib ca_ompha length=$1 label="Omphalocele R"; attrib ca_gastro length=$1 label="Gastroschisis R"; attrib ca_limb length=$1 label="Limb Reduction Deficit R"; attrib ca_cleftlp length=$1 label="Cleft Lip w/ or w/o Cleft Palate R"; attrib ca_cleft length=$1 label="Cleft Palate Alone R"; attrib ca_downs length=$1 label="Downs Syndrome R"; attrib ca_chrom length=$1 label="Suspected Chromosonal Disorder R"; attrib ca_hypos length=$1 label="Hypospadias R"; attrib uca_anen length=3 label="Anencephalus U,R"; attrib uca_spina length=3 label="Spina bifida/Meningocele U,R"; attrib uca_ompha length=3 label="Omphalocele/Gastroschisis U,R"; attrib uca_cleftlp length=3 label="Cleft Lip/Palate U,R"; attrib uca_downs length=3 label="Downs Syndrome U,R"; attrib f_morigin length=3 label="Origin of Mother U,R"; attrib f_forigin length=3 label="Origin of Father U,R"; attrib f_meduc length=3 label="Education of Mother R"; attrib f_clinest length=3 label="Clinical Estimate of Gestation U,R"; attrib f_apgar5 length=3 label="5 - minute Apgar U,R"; attrib f_tobaco length=3 label="Tobacco use R"; attrib f_rf_pdiab length=3 label="Prepregnancy Diabetes R"; attrib f_rf_gdiab length=3 label="Gestational Diabetes R"; attrib f_rf_phyper length=3 label="Prepregnancy Hypertension R"; attrib f_rf_ghyper length=3 label="Gestational Hypertension R"; attrib f_rf_eclamp length=3 label="Eclampsia R"; attrib f_rf_ppb length=3 label="Previous Preterm Birth R"; attrib f_rf_ppo length=3 label="Poor Pregnancy Outcome R"; attrib f_rf_cesar length=3 label="Previous Cesarian R"; attrib f_rf_ncesar length=3 label="Number of Previous Cesareans R"; attrib f_ob_cervic length=3 label="Cervical Cerclage R "; attrib f_ob_toco length=3 label="Tocolysis R"; attrib f_ob_succ length=3 label="Successful External Cephalic Version R"; attrib f_ob_fail length=3 label="Failed External Cephalic Version R"; attrib f_ol_rupture length=3 label="Premature Rupture of Membranes R"; attrib f_ol_precip length=3 label="Precipitous Labor R"; attrib f_ol_prolong length=3 label="Prolonged Labor R"; attrib f_ld_induct length=3 label="Induction of Labor R"; attrib f_ld_augment length=3 label="Augmentation of Labor R"; attrib f_ld_nvrtx length=3 label="Non-Vertex Presentation R"; attrib f_ld_steroids length=3 label="Steroids R"; attrib f_ld_antibio length=3 label="Antibiotics R"; attrib f_ld_chorio length=3 label="Chorioamnionitis R"; attrib f_ld_mecon length=3 label="Meconium Staining R"; attrib f_ld_fintol length=3 label="Fetal Intolerance R"; attrib f_ld_anesth length=3 label="Anesthesia R"; attrib f_md_attfor length=3 label="Attempted Forceps R"; attrib f_md_attvac length=3 label="Attempted Vacuum R"; attrib f_md_present length=3 label="Fetal Presentation R"; attrib f_md_route length=3 label="Final Route and Method of Delivery R"; attrib f_md_trial length=3 label="Trial of Labor Attempted R"; attrib f_ab_vent length=3 label="Assisted Ventilation R"; attrib f_ab_vent6 length=3 label="Assisted Ventilation >6hrs R "; attrib f_ab_nicu length=3 label="Admission to NICU R"; attrib f_ab_surfac length=3 label="Surfactant R"; attrib f_ab_antibio length=3 label="Antibiotics R"; attrib f_ab_seiz length=3 label="Seizures R"; attrib f_ab_inj length=3 label="Birth Injury R"; attrib f_ca_anen length=3 label="Anencephaly R"; attrib f_ca_menin length=3 label="Meningomyelocele/Spina Bifida R"; attrib f_ca_heart length=3 label="Cyanotic Congenital Heart Disease R"; attrib f_ca_hernia length=3 label="Congenital Diaphragmatic Hernia R"; attrib f_ca_ompha length=3 label="Omphalocele R"; attrib f_ca_gastro length=3 label="Gastroschisis R"; attrib f_ca_limb length=3 label="Limb Reduction Deficit R"; attrib f_ca_cleftlp length=3 label="Cleft Lip w/ or w/o Cleft Palate R"; attrib f_ca_cleft length=3 label="Cleft Palate Alone R"; attrib f_ca_downs length=3 label="Downs Syndrome R"; attrib f_ca_chrom length=3 label="Suspected Chromosonal Disorder R"; attrib f_ca_hypos length=3 label="Hypospadias R"; attrib f_med length=3 label="Mother's Education U"; attrib f_wtgain length=3 label="Weight gain U,R"; attrib f_tobac length=3 label="Tobacco use U"; attrib f_mpcb length=3 label="Month Prenatal Care Began R"; attrib f_mpcb_u length=3 label="Month Prenatal Care Began U"; attrib f_urf_diabetes length=3 label="Diabetes U"; attrib f_urf_chyper length=3 label="Chronic Hypertension U"; attrib f_urf_phyper length=3 label="Pregnancy-Associated Hypertension U"; attrib f_urf_eclamp length=3 label="Eclampsia U"; attrib f_uob_induct length=3 label="Induction of Labor U"; attrib f_uob_tocol length=3 label="Tocolysis U"; attrib f_uld_meconium length=3 label="Meconium U"; attrib f_uld_precip length=3 label="Precipitous Labor U"; attrib f_uld_breech length=3 label="Breech U"; attrib f_u_vaginal length=3 label="Vaginal U"; attrib f_u_vbac length=3 label="Vaginal After C-Section U"; attrib f_u_primac length=3 label="Primary C-Section U"; attrib f_u_repeac length=3 label="Repeat C-Section U"; attrib f_u_forcep length=3 label="Forceps U"; attrib f_u_vacuum length=3 label="Vacuum U"; attrib f_uca_anen length=3 label="Anencephalus U"; attrib f_uca_spina length=3 label="Spina Bifida U"; attrib f_uca_omphalo length=3 label="Omphalocele/Gastrochisis U"; attrib f_uca_cleftlp length=3 label="Cleft Lip/Palate U"; attrib f_uca_downs length=3 label="Downs Syndrome U"; attrib matchs length=3 label="Match Status U,R"; attrib aged length=3 label="Age at Death in Days"; attrib ager5 length=3 label="Infant age recode 5"; attrib ager22 length=3 label="Infant age recode 22"; attrib manner length=3 label="Manner of Death"; attrib dispo length=$1 label="Method of Disposition"; attrib autopsy length=$1 label="Autopsy"; attrib place length=3 label="Place of injury for causes W00-Y34 except Y06 and Y07"; attrib ucod length=$4 label="ICD Code (10th Revision)"; attrib ucod130 length=3 label="130 Infant Cause Recode"; attrib recwt length=5 label="Record Weight"; attrib eanum length=3 label="Number of Entity-Axis Conditions"; attrib econdp_1 length=3 label="Part/line number on certificate 1"; attrib econds_1 length=$1 label="Sequence of condition within part/line 1"; attrib enicon_1 length=$4 label="Condition code 1 (ICD 10th Revision)"; attrib econdp_2 length=3 label="Part/line number on certificate 2"; attrib econds_2 length=$1 label="Sequence of condition within part/line 2"; attrib enicon_2 length=$4 label="Condition code 2 (ICD 10th Revision)"; attrib econdp_3 length=3 label="Part/line number on certificate 3"; attrib econds_3 length=$1 label="Sequence of condition within part/line 3"; attrib enicon_3 length=$4 label="Condition code 3 (ICD 10th Revision)"; attrib econdp_4 length=3 label="Part/line number on certificate 4"; attrib econds_4 length=$1 label="Sequence of condition within part/line 4"; attrib enicon_4 length=$4 label="Condition code 4 (ICD 10th Revision)"; attrib econdp_5 length=3 label="Part/line number on certificate 5"; attrib econds_5 length=$1 label="Sequence of condition within part/line 5"; attrib enicon_5 length=$4 label="Condition code 5 (ICD 10th Revision)"; attrib econdp_6 length=3 label="Part/line number on certificate 6"; attrib econds_6 length=$1 label="Sequence of condition within part/line 6"; attrib enicon_6 length=$4 label="Condition code 6 (ICD 10th Revision)"; attrib econdp_7 length=3 label="Part/line number on certificate 7"; attrib econds_7 length=$1 label="Sequence of condition within part/line 7"; attrib enicon_7 length=$4 label="Condition code 7 (ICD 10th Revision)"; attrib econdp_8 length=3 label="Part/line number on certificate 8"; attrib econds_8 length=$1 label="Sequence of condition within part/line 8"; attrib enicon_8 length=$4 label="Condition code 8 (ICD 10th Revision)"; attrib econdp_9 length=3 label="Part/line number on certificate 9"; attrib econds_9 length=$1 label="Sequence of condition within part/line 9"; attrib enicon_9 length=$4 label="Condition code 9 (ICD 10th Revision)"; attrib econdp_10 length=3 label="Part/line number on certificate 10"; attrib econds_10 length=$1 label="Sequence of condition within part/line 10"; attrib enicon_10 length=$4 label="Condition code 10 (ICD 10th Revision)"; attrib econdp_11 length=3 label="Part/line number on certificate 11"; attrib econds_11 length=$1 label="Sequence of condition within part/line 11"; attrib enicon_11 length=$4 label="Condition code 11 (ICD 10th Revision)"; attrib econdp_12 length=3 label="Part/line number on certificate 12"; attrib econds_12 length=$1 label="Sequence of condition within part/line 12"; attrib enicon_12 length=$4 label="Condition code 12 (ICD 10th Revision)"; attrib econdp_13 length=3 label="Part/line number on certificate 13"; attrib econds_13 length=$1 label="Sequence of condition within part/line 13"; attrib enicon_13 length=$4 label="Condition code 13 (ICD 10th Revision)"; attrib econdp_14 length=3 label="Part/line number on certificate 14"; attrib econds_14 length=$1 label="Sequence of condition within part/line 14"; attrib enicon_14 length=$4 label="Condition code 14 (ICD 10th Revision)"; attrib econdp_15 length=3 label="Part/line number on certificate 15"; attrib econds_15 length=$1 label="Sequence of condition within part/line 15"; attrib enicon_15 length=$4 label="Condition code 15 (ICD 10th Revision)"; attrib econdp_16 length=3 label="Part/line number on certificate 16"; attrib econds_16 length=$1 label="Sequence of condition within part/line 16"; attrib enicon_16 length=$4 label="Condition code 16 (ICD 10th Revision)"; attrib econdp_17 length=3 label="Part/line number on certificate 17"; attrib econds_17 length=$1 label="Sequence of condition within part/line 17"; attrib enicon_17 length=$4 label="Condition code 17 (ICD 10th Revision)"; attrib econdp_18 length=3 label="Part/line number on certificate 18"; attrib econds_18 length=$1 label="Sequence of condition within part/line 18"; attrib enicon_18 length=$4 label="Condition code 18 (ICD 10th Revision)"; attrib econdp_19 length=3 label="Part/line number on certificate 19"; attrib econds_19 length=$1 label="Sequence of condition within part/line 19"; attrib enicon_19 length=$4 label="Condition code 19 (ICD 10th Revision)"; attrib econdp_20 length=3 label="Part/line number on certificate 20"; attrib econds_20 length=$1 label="Sequence of condition within part/line 20"; attrib enicon_20 length=$4 label="Condition code 20 (ICD 10th Revision)"; attrib ranum length=3 label="Number of Record-Axis Conditions"; attrib record_1 length=$4 label="Record-Axis Condition Code 1 (ICD 10th Revision)"; attrib record_2 length=$4 label="Record-Axis Condition Code 2 (ICD 10th Revision)"; attrib record_3 length=$4 label="Record-Axis Condition Code 3 (ICD 10th Revision)"; attrib record_4 length=$4 label="Record-Axis Condition Code 4 (ICD 10th Revision)"; attrib record_5 length=$4 label="Record-Axis Condition Code 5 (ICD 10th Revision)"; attrib record_6 length=$4 label="Record-Axis Condition Code 6 (ICD 10th Revision)"; attrib record_7 length=$4 label="Record-Axis Condition Code 7 (ICD 10th Revision)"; attrib record_8 length=$4 label="Record-Axis Condition Code 8 (ICD 10th Revision)"; attrib record_9 length=$4 label="Record-Axis Condition Code 9 (ICD 10th Revision)"; attrib record_10 length=$4 label="Record-Axis Condition Code 10 (ICD 10th Revision)"; attrib record_11 length=$4 label="Record-Axis Condition Code 11 (ICD 10th Revision)"; attrib record_12 length=$4 label="Record-Axis Condition Code 12 (ICD 10th Revision)"; attrib record_13 length=$4 label="Record-Axis Condition Code 13 (ICD 10th Revision)"; attrib record_14 length=$4 label="Record-Axis Condition Code 14 (ICD 10th Revision)"; attrib record_15 length=$4 label="Record-Axis Condition Code 15 (ICD 10th Revision)"; attrib record_16 length=$4 label="Record-Axis Condition Code 16 (ICD 10th Revision)"; attrib record_17 length=$4 label="Record-Axis Condition Code 17 (ICD 10th Revision)"; attrib record_18 length=$4 label="Record-Axis Condition Code 18 (ICD 10th Revision)"; attrib record_19 length=$4 label="Record-Axis Condition Code 19 (ICD 10th Revision)"; attrib record_20 length=$4 label="Record-Axis Condition Code 20 (ICD 10th Revision)"; attrib d_restatus length=3 label="Death Resident Status"; attrib stoccfipd length=$2 label="State of Occurrence (FIPS) - Death"; attrib cntocfipd length=3 label="County of Occurrence (FIPS) of Death"; attrib stresfipd length=$2 label="State of Residence (FIPS) - Death"; attrib drcnty length=$2 label="State of Residence Death Recode"; attrib cntyrfpd length=3 label="County of Residence (FIPS) - Death"; attrib cntrsppd length=$1 label="Population Size of County of Residence of Death"; attrib hospd length=3 label="Place of Death and Decedent's Status"; attrib weekdayd length=3 label="Day of Week of Death"; attrib dthyr length=4 label="Year of Death"; attrib dthmon length=3 label="Month of Death"; INPUT @7 revision $1. @9 laterec 1. @10 idnumber 5. @15 dob_yy 4. @19 dob_mm 2. @29 dob_wk 1. @30 ostate $2. @37 ocntyfips 3. @40 ocntypop 1. @41 bfacil 1. @42 ubfacil 1. @59 bfacil3 1. @87 mage_impflg 1. @88 mage_repflg 1. @89 mager41 2. @91 mager14 2. @93 mager9 1. @94 mbcntry $2. @109 mrterr $2. @114 mrcntyfips 3. @132 rcnty_pop $1. @137 rectype 1. @138 restatus 1. @139 mbrace 2. @141 mrace 2. @143 mracerec 1. @144 mraceimp $1. @148 umhisp 1. @149 mracehisp 1. @153 mar 1. @154 mar_imp 1. @155 meduc 1. @156 umeduc 2. @158 meduc_rec 1. @175 fagerpt_flg 1. @182 fagecomb 2. @184 ufagecomb 2. @186 fagerec11 2. @188 fbrace 2. @191 fracerec 1. @195 ufhisp 1. @196 fracehisp 1. @199 frace 2. @212 lbo 2. @217 tbo 1. @220 dllb_mm 2. @222 dllb_yy 4. @245 precare 2. @247 precare_rec 1. @256 mpcb 2. @258 mpcb_rec6 1. @259 mpcb_rec5 1. @270 uprevis 2. @272 previs_rec 2. @276 wtgain 2. @278 wtgain_rec 1. @280 dfpc_imp 1. @284 cig_1 2. @286 cig_2 2. @288 cig_3 2. @290 tobuse 1. @291 cigs 2. @293 cig_rec6 1. @294 cig_rec $1. @313 rf_diab $1. @314 rf_gest $1. @315 rf_phyp $1. @316 rf_ghyp $1. @317 rf_eclam $1. @318 rf_ppterm $1. @319 rf_ppoutc $1. @324 rf_cesar $1. @325 rf_ncesar 2. @331 urf_diab 1. @335 urf_chyper 1. @336 urf_phyper 1. @337 urf_eclam 1. @351 op_cerv $1. @352 op_tocol $1. @353 op_ecvs $1. @354 op_ecvf $1. @357 uop_induc 1. @359 uop_tocol 1. @362 on_ruptr $1. @363 on_abrup $1. @364 on_prolg $1. @365 ld_induct $1. @366 ld_augment $1. @367 ld_nvrtx $1. @368 ld_steroids $1. @369 ld_antibio $1. @370 ld_chorio $1. @371 ld_mecon $1. @372 ld_fintol $1. @373 ld_anesth $1. @375 uld_meco 1. @381 uld_precip 1. @384 uld_breech 1. @390 md_attfor $1. @391 md_attvac $1. @392 md_present 1. @393 md_route 1. @394 md_trial $1. @395 ume_vag 1. @396 ume_vbac 1. @397 ume_primc 1. @398 ume_repec 1. @399 ume_forcp 1. @400 ume_vac 1. @401 rdmeth_rec 1. @402 udmeth_rec 1. @403 dmeth_rec 1. @410 attend 1. @415 apgar5 2. @417 apgar5r 1. @423 dplural 1. @425 imp_plur 1. @436 sex $1. @437 imp_sex 1. @438 dlmp_mm 2. @440 dlmp_dd 2. @442 dlmp_yy 4. @446 estgest 2. @451 combgest 2. @453 gestrec10 2. @455 gestrec3 1. @456 obgest_flg 1. @457 gest_imp 1. @467 dbwt 4. @471 bwtr14 2. @473 bwtr4 1. @475 bwtimp 1. @476 ab_vent $1. @477 ab_vent6 $1. @478 ab_nicu $1. @479 ab_surfac $1. @482 ab_antibio $1. @483 ab_seiz $1. @484 ab_inj $1. @492 ca_anen $1. @493 ca_menin $1. @494 ca_heart $1. @495 ca_hernia $1. @496 ca_ompha $1. @497 ca_gastro $1. @498 ca_limb $1. @499 ca_cleftlp $1. @500 ca_cleft $1. @501 ca_downs $1. @502 ca_chrom $1. @503 ca_hypos $1. @504 uca_anen 1. @505 uca_spina 1. @513 uca_ompha 1. @518 uca_cleftlp 1. @523 uca_downs 1. @569 f_morigin 1. @570 f_forigin 1. @571 f_meduc 1. @573 f_clinest 1. @574 f_apgar5 1. @575 f_tobaco 1. @582 f_rf_pdiab 1. @583 f_rf_gdiab 1. @584 f_rf_phyper 1. @585 f_rf_ghyper 1. @586 f_rf_eclamp 1. @587 f_rf_ppb 1. @588 f_rf_ppo 1. @593 f_rf_cesar 1. @594 f_rf_ncesar 1. @601 f_ob_cervic 1. @602 f_ob_toco 1. @603 f_ob_succ 1. @604 f_ob_fail 1. @605 f_ol_rupture 1. @606 f_ol_precip 1. @607 f_ol_prolong 1. @608 f_ld_induct 1. @609 f_ld_augment 1. @610 f_ld_nvrtx 1. @611 f_ld_steroids 1. @612 f_ld_antibio 1. @613 f_ld_chorio 1. @614 f_ld_mecon 1. @615 f_ld_fintol 1. @616 f_ld_anesth 1. @617 f_md_attfor 1. @618 f_md_attvac 1. @619 f_md_present 1. @620 f_md_route 1. @621 f_md_trial 1. @628 f_ab_vent 1. @629 f_ab_vent6 1. @630 f_ab_nicu 1. @631 f_ab_surfac 1. @632 f_ab_antibio 1. @633 f_ab_seiz 1. @634 f_ab_inj 1. @635 f_ca_anen 1. @636 f_ca_menin 1. @637 f_ca_heart 1. @638 f_ca_hernia 1. @639 f_ca_ompha 1. @640 f_ca_gastro 1. @641 f_ca_limb 1. @642 f_ca_cleftlp 1. @643 f_ca_cleft 1. @644 f_ca_downs 1. @645 f_ca_chrom 1. @646 f_ca_hypos 1. @647 f_med 1. @648 f_wtgain 1. @667 f_tobac 1. @668 f_mpcb 1. @669 f_mpcb_u 1. @684 f_urf_diabetes 1. @688 f_urf_chyper 1. @689 f_urf_phyper 1. @690 f_urf_eclamp 1. @703 f_uob_induct 1. @705 f_uob_tocol 1. @712 f_uld_meconium 1. @718 f_uld_precip 1. @721 f_uld_breech 1. @730 f_u_vaginal 1. @731 f_u_vbac 1. @732 f_u_primac 1. @733 f_u_repeac 1. @734 f_u_forcep 1. @735 f_u_vacuum 1. @752 f_uca_anen 1. @753 f_uca_spina 1. @761 f_uca_omphalo 1. @766 f_uca_cleftlp 1. @771 f_uca_downs 1. @868 matchs 1. @872 aged 3. @875 ager5 1. @876 ager22 2. @878 manner 1. @879 dispo $1. @880 autopsy $1. @882 place 1. @884 ucod $4. @889 ucod130 3. @893 recwt 8. @903 eanum 2. @905 econdp_1 1. @906 econds_1 $1. @907 enicon_1 $4. @912 econdp_2 1. @913 econds_2 $1. @914 enicon_2 $4. @919 econdp_3 1. @920 econds_3 $1. @921 enicon_3 $4. @926 econdp_4 1. @927 econds_4 $1. @928 enicon_4 $4. @933 econdp_5 1. @934 econds_5 $1. @935 enicon_5 $4. @940 econdp_6 1. @941 econds_6 $1. @942 enicon_6 $4. @947 econdp_7 1. @948 econds_7 $1. @949 enicon_7 $4. @954 econdp_8 1. @955 econds_8 $1. @956 enicon_8 $4. @961 econdp_9 1. @962 econds_9 $1. @963 enicon_9 $4. @968 econdp_10 1. @969 econds_10 $1. @970 enicon_10 $4. @975 econdp_11 1. @976 econds_11 $1. @977 enicon_11 $4. @982 econdp_12 1. @983 econds_12 $1. @984 enicon_12 $4. @989 econdp_13 1. @990 econds_13 $1. @991 enicon_13 $4. @996 econdp_14 1. @997 econds_14 $1. @998 enicon_14 $4. @1003 econdp_15 1. @1004 econds_15 $1. @1005 enicon_15 $4. @1010 econdp_16 1. @1011 econds_16 $1. @1012 enicon_16 $4. @1017 econdp_17 1. @1018 econds_17 $1. @1019 enicon_17 $4. @1024 econdp_18 1. @1025 econds_18 $1. @1026 enicon_18 $4. @1031 econdp_19 1. @1032 econds_19 $1. @1033 enicon_19 $4. @1038 econdp_20 1. @1039 econds_20 $1. @1040 enicon_20 $4. @1047 ranum 2. @1049 record_1 $4. @1054 record_2 $4. @1059 record_3 $4. @1064 record_4 $4. @1069 record_5 $4. @1074 record_6 $4. @1079 record_7 $4. @1084 record_8 $4. @1089 record_9 $4. @1094 record_10 $4. @1099 record_11 $4. @1104 record_12 $4. @1109 record_13 $4. @1114 record_14 $4. @1119 record_15 $4. @1124 record_16 $4. @1129 record_17 $4. @1134 record_18 $4. @1139 record_19 $4. @1144 record_20 $4. @1151 d_restatus 1. @1152 stoccfipd $2. @1154 cntocfipd 3. @1160 stresfipd $2. @1164 drcnty $2. @1166 cntyrfpd 3. @1182 cntrsppd $1. @1186 hospd 1. @1187 weekdayd 1. @1188 dthyr 4. @1258 dthmon 2. ; proc print data=&dataset. (obs=6); proc contents data=&dataset.; ** Copyright 2017 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. ;