/*------------------------------------------------------------------------------------*/ /*by Jean Roth Fri Jun 6 15:32:54 EDT 2003 This program reads NCHS's 1997 Cohort Linked Birth/Infant Death Unlinked Data File Please report errors to jroth@nber.org Six steps: (1) Uncomment the 'options compress=yes' statement if desired to save space (2) Uncomment 'LENGTH' statement if desired to save space (3) Specify output directories in 'libname' statements (4) Specify the input file name/location in the 'filename' statement (5) On a PC, use backslashes as in C:\ (6) Read in the compressed or uncompressed raw data file. See the 'filename' and 'INFILE' statements. Other changes may be user and platform specific. * Note: Value coding can be a bit different in the U.S. Territories for the following variables: * RESSTATB, BRSTATE, MRACE, DMAR, FRACE, RESSTATD, DRSTATE * Check the documentation for more detail ; NOTE: A value of -1 (or -1/# of implied decimals) indicates 'Not in Universe' */ /*------------------------------------------------------------------------------------*/ *options obs=100; *options compress=yes; *Choose compress=yes to save space ; *Choose compress=no if converting to another package using transfer software ; *options pagesize=59 linesize=72; /*------------------------------------------------------------------------------------*/ libname library './'; *See the codebook for more detail; PROC FORMAT cntlout=library.flunl97; /* The PROC FORMAT statement will store the formats in a sas data set called flunl97 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.flunl97; PROC freq; tables pesex ; format pesex P135L.; For more information, consult the SAS Procudures Guide section of PROC FORMAT */ ; VALUE MATCHS (default=32) 1 = "Matched Birth/Infant Death Record" 2 = "Surviving infant record" 3 = "Unmatched infant death record" ; VALUE BIRYR (default=32) 1997 = "Born in 1997" ; VALUE RESSTATB (default=32) 1 = "RESIDENTS: State and county of occurr" /* ence and */ 2 = "INTRASTATE NONRESIDENTS: State of occ" /* urrence */ 3 = "INTERSTATE NONRESIDENTS: State of occ" /* urrence */ 4 = "FOREIGN RESIDENTS: State of occurrenc" /* e is one of */ ; VALUE BRSTATE (default=32) 1 = "Alabama" 2 = "Alaska" 3 = "Arizona" 4 = "Arkansas" 5 = "California" 6 = "Colorado" 7 = "Connecticut" 8 = "Delaware" 9 = "District of Columbia" 10 = "Florida" 11 = "Georgia" 12 = "Hawaii" 13 = "Idaho" 14 = "Illinois" 15 = "Indiana" 16 = "Iowa" 17 = "Kansas" 18 = "Kentucky" 19 = "Louisiana" 20 = "Maine" 21 = "Maryland" 22 = "Massachusetts" 23 = "Michigan" 24 = "Minnesota" 25 = "Mississippi" 26 = "Missouri" 27 = "Montana" 28 = "Nebraska" 29 = "Nevada" 30 = "New Hampshire" 31 = "New Jersey" 32 = "New Mexico" 33 = "New York" 34 = "New York City" 35 = "North Carolina" 36 = "North Dakota" 37 = "Ohio" 38 = "Oklahoma" 39 = "Oregon" 40 = "Pennsylvania" 41 = "Rhode Island" 42 = "South Carolina" 43 = "South Dakota" 44 = "Tennessee" 45 = "Texas" 46 = "Utah" 47 = "Vermont" 48 = "Virginia" 49 = "Washington" 50 = "West Virginia" 51 = "Wisconsin" 52 = "Wyoming" 53 = "Puerto Rico" 54 = "Virgin Islands" 55 = "Guam" 56 = "Canada" 57 = "Cuba" 58 = "Mexico" 60 = "Remainder of the World" ; VALUE STOCFIPB (default=32) 1 = "Alabama" 2 = "Alaska" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 16 = "Idaho" 17 = "Illinois" 18 = "Indiana" 19 = "Iowa" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 23 = "Maine" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 30 = "Montana" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 38 = "North Dakota" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 46 = "South Dakota" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 50 = "Vermont" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 56 = "Wyoming" 72 = "Puerto Rico" 78 = "Virgin Islands" 66 = "Guam" ; VALUE CNTOFIPB (default=32) 999 = "County with less than 250,000 populati" /* on */ ; VALUE STREFIPB (default=32) 0 = "Foreign residents" 1 = "Alabama" 2 = "Alaska" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 16 = "Idaho" 17 = "Illinois" 18 = "Indiana" 19 = "Iowa" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 23 = "Maine" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 30 = "Montana" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 38 = "North Dakota" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 46 = "South Dakota" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 50 = "Vermont" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 56 = "Wyoming" 72 = "Puerto Rico" 78 = "Virgin Islands" 66 = "Guam" ; VALUE CNTYRFPB (default=32) 0 = "Foreign residents" 999 = "County with less than 250,000 populati" /* on */ ; VALUE PLRES (default=32) 0 = "Foreign residents" 99999 = "Balance of county; or city less than " /* 250,000 population */ ; VALUE MAGEFLG (default=32) . = "Not imputed and reported age is not us" /* ed */ 1 = "Reported age is used" 2 = "Age is imputed" ; VALUE MAGER8L (default=32) 1 = "Under 15 years" 2 = "15 - 19 years" 3 = "20 - 24 years" 4 = "25 - 29 years" 5 = "30 - 34 years" 6 = "35 - 39 years" 7 = "40 - 44 years" 8 = "45 - 54 years" ; VALUE ORMOTH (default=32) 0 = "Non-Hispanic" 1 = "Mexican" 2 = "Puerto Rican" 3 = "Cuban" 4 = "Central or South American" 5 = "Other and unknown Hispanic" 9 = "Origin unknown or not stated" ; VALUE ORRACEM (default=32) 1 = "Mexican" 2 = "Puerto Rican" 3 = "Cuban" 4 = "Central or South American" 5 = "Other and unknown Hispanic" 6 = "Non-Hispanic White" 7 = "Non-Hispanic Black" 8 = "Non-Hispanic other races" 9 = "Origin unknown or not stated" ; VALUE MRACEIMP (default=32) . = "Race is not imputed" 1 = "Race is imputed" 2 = "All other races, formerly code 09, is " /* imputed */ ; VALUE MRACE (default=32) 1 = "White" 2 = "Black" 3 = "American Indian (includes Aleuts and E" /* skimos) */ 4 = "Chinese" 5 = "Japanese" 6 = "Hawaiian (includes part-Hawaiian)" 7 = "Filipino" 18 = "Asian Indian" 28 = "Korean" 38 = "Samoan" 48 = "Vietnamese" 58 = "Guamanian" 68 = "Other Asian or Pacific Islander in are" /* as reporting */ 78 = "Combined other Asian or Pacific Island" /* er, includes */ ; VALUE MRACE3L (default=32) 1 = "White" 2 = "Races other than White or Black" 3 = "Black" ; VALUE DMEDUC (default=32) 0 = "No formal education" 9 = "1 year of high school" 10 = "2 years of high school" 11 = "3 years of high school" 12 = "4 years of high school" 13 = "1 year of college" 14 = "2 years of college" 15 = "3 years of college" 16 = "4 years of college" 17 = "5 or more years of college" 99 = "Not stated" ; VALUE MEDUC6L (default=32) 1 = "0 - 8 years" 2 = "9 - 11 years" 3 = "12 years" 4 = "13 - 15 years" 5 = "16 years and over" 6 = "Not stated" ; VALUE DMARIMP (default=32) . = "Marital status is not imputed" 1 = "Marital status is imputed" ; VALUE DMAR (default=32) 1 = "Married" 2 = "Unmarried" 9 = "Unknown or not stated" ; VALUE MPLBIR (default=32) 1 = "Alabama" 2 = "Alaska" 3 = "Arizona" 4 = "Arkansas" 5 = "California" 6 = "Colorado" 7 = "Connecticut" 8 = "Delaware" 9 = "District of Columbia" 10 = "Florida" 11 = "Georgia" 12 = "Hawaii" 13 = "Idaho" 14 = "Illinois" 15 = "Indiana" 16 = "Iowa" 17 = "Kansas" 18 = "Kentucky" 19 = "Louisiana" 20 = "Maine" 21 = "Maryland" 22 = "Massachusetts" 23 = "Michigan" 24 = "Minnesota" 25 = "Mississippi" 26 = "Missouri" 27 = "Montana" 28 = "Nebraska" 29 = "Nevada" 30 = "New Hampshire" 31 = "New Jersey" 32 = "New Mexico" 33 = "New York" 34 = "North Carolina" 35 = "North Dakota" 36 = "Ohio" 37 = "Oklahoma" 38 = "Oregon" 39 = "Pennsylvania" 40 = "Rhode Island" 41 = "South Carolina" 42 = "South Dakota" 43 = "Tennessee" 44 = "Texas" 45 = "Utah" 46 = "Vermont" 47 = "Virginia" 48 = "Washington" 49 = "West Virginia" 50 = "Wisconsin" 51 = "Wyoming" 52 = "Puerto Rico" 53 = "Virgin Islands" 54 = "Guam" 55 = "Canada" 56 = "Cuba" 57 = "Mexico" 59 = "Remainder of the World" 99 = "Not Classifiable" ; VALUE MPLBIRR (default=32) 1 = "Born in the 50 States and D.C." 2 = "Born outside the 50 States and DC" 3 = "Unknown or not stated" ; VALUE DTOTORD (default=32) 99 = "Unknown" ; VALUE DLIVORD (default=32) 99 = "Unknown" ; VALUE MONPRE (default=32) 0 = "No prenatal care" 1 = "1st month" 2 = "2nd month" 3 = "3rd month" 4 = "4th month" 5 = "5th month" 6 = "6th month" 7 = "7th month" 8 = "8th month" 9 = "9th month" 99 = "Unknown or not stated" ; VALUE MPRE5L (default=32) 1 = "1st Trimester (1st-3rd month)" 2 = "2nd Trimester (4th-6th month)" 3 = "3rd Trimester (7th-9th month)" 4 = "No prenatal care" 5 = "Unknown or not stated" ; VALUE NPREVIST (default=32) 0 = "No prenatal visits" 49 = "49 or more visits" 99 = "Unknown or not stated" ; VALUE ADEQUACY (default=32) 1 = "Adequate" 2 = "Intermediate" 3 = "Inadequate" 4 = "Unknown" ; VALUE FAGERFLG (default=32) . = "Reported age is not used" 1 = "Reported age is used" ; VALUE DFAGE (default=32) 99 = "Unknown or not stated" ; VALUE ORFATH (default=32) 0 = "Non-Hispanic" 1 = "Mexican" 2 = "Puerto Rican" 3 = "Cuban" 4 = "Central or South American" 5 = "Other and unknown Hispanic" 9 = "Origin unknown or not stated" ; VALUE ORRACEF (default=32) 1 = "Mexican" 2 = "Puerto Rican" 3 = "Cuban" 4 = "Central or South American" 5 = "Other and unknown Hispanic" 6 = "Non-Hispanic White" 7 = "Non-Hispanic Black" 8 = "Non-Hispanic other or unknown" 9 = "Origin unknown or not stated" ; VALUE FRACE (default=32) 1 = "White" 2 = "Black" 3 = "American Indian (includes Aleuts" 4 = "Chinese" 5 = "Japanese" 6 = "Hawaiian (includes part-Hawaiian)" 7 = "Filipino" 18 = "Asian Indian" 28 = "Korean" 38 = "Samoan" 48 = "Vietnamese" 58 = "Guamanian" 68 = "Other Asian or Pacific Islander" 78 = "Combined other Asian or Pacific Island" /* er, includes */ 99 = "Unknown or not stated" ; VALUE PLDEL (default=32) 1 = "Hospital" 2 = "Freestanding Birthing Center" 3 = "Clinic or Doctor's Office" 4 = "A Residence" 5 = "Other" 9 = "Unknown or Not Stated" ; VALUE BIRATTND (default=32) 1 = "Doctor of Medicine (M.D.)" 2 = "Doctor of Osteopathy (D.O.)" 3 = "Certified Nurse Midwife (C.N.M.)" 4 = "Other Midwife" 5 = "Other" 9 = "Unknown or not stated" ; VALUE GESTESTM (default=32) . = "Clinical Estimate is not used" 1 = "Clinical Estimate is used" ; VALUE CLINGEST (default=32) 99 = "Unknown or not stated" ; VALUE GESTIMP (default=32) . = "Gestation is not imputed" 1 = "Gestation is imputed" ; VALUE GESTAT (default=32) 99 = "Unknown" ; VALUE GESTAT1T (default=32) 1 = "Under 20 weeks" 2 = "20 - 27 weeks" 3 = "28 - 31 weeks" 4 = "32 - 35 weeks" 5 = "36 weeks" 6 = "37 - 39 weeks" 7 = "40 weeks" 8 = "41 weeks" 9 = "42 weeks and over" 10 = "Not stated" ; VALUE CSEXIMP (default=32) . = "Sex is not imputed" 1 = "Sex is imputed" ; VALUE CSEX (default=32) 1 = "Male" 2 = "Female" ; VALUE BWIF (default=32) . = "Birthweight is not imputed" 1 = "Birthweight is imputed" ; VALUE DBIRWT (default=32) 9999 = "Not stated birth weight" ; VALUE BIRWT12L (default=32) 1 = "499 grams or less" 2 = "500-999 grams" 3 = "1000-1499 grams" 4 = "1500-1999 grams" 5 = "2000-2499 grams" 6 = "2500-2999 grams" 7 = "3000-3499 grams" 8 = "3500-3999 grams" 9 = "4000-4499 grams" 10 = "4500-4999 grams" 11 = "5000-8165 grams" 12 = "Unknown or not stated" ; VALUE BIRWT4L (default=32) 1 = "1499 grams or less" 2 = "1500-2499 grams" 3 = "2500 grams or more" 4 = "Unknown or not stated" ; VALUE PLURIMP (default=32) . = "Plurality is not imputed" 1 = "Plurality is imputed" ; VALUE DPLURAL (default=32) 1 = "Single" 2 = "Twin" 3 = "Triplet" 4 = "Quadruplet" 5 = "Quintuplet or higher" ; VALUE FMAPS (default=32) 99 = "Unknown or not stated" ; VALUE VAGINAL (default=32) 1 = "The method was used" 2 = "The method was not used" 8 = "Method not on certificate" 9 = "Method unknown or not stated" ; VALUE VBAC (default=32) 1 = "The method was used" 2 = "The method was not used" 8 = "Method not on certificate" 9 = "Method unknown or not stated" ; VALUE PRIMAC (default=32) 1 = "The method was used" 2 = "The method was not used" 8 = "Method not on certificate" 9 = "Method unknown or not stated" ; VALUE REPEAC (default=32) 1 = "The method was used" 2 = "The method was not used" 8 = "Method not on certificate" 9 = "Method unknown or not stated" ; VALUE FORCEP (default=32) 1 = "The method was used" 2 = "The method was not used" 8 = "Method not on certificate" 9 = "Method unknown or not stated" ; VALUE VACUUM (default=32) 1 = "The method was used" 2 = "The method was not used" 8 = "Method not on certificate" 9 = "Method unknown or not stated" ; VALUE VAGINALX (default=32) 1 = "The method was used" 2 = "The method was not used" 8 = "Method not on certificate" 9 = "Method unknown or not stated" ; VALUE VBACX (default=32) 1 = "The method was used" 2 = "The method was not used" 8 = "Method not on certificate" 9 = "Method unknown or not stated" ; VALUE PRIMACX (default=32) 1 = "The method was used" 2 = "The method was not used" 8 = "Method not on certificate" 9 = "Method unknown or not stated" ; VALUE REPEACX (default=32) 1 = "The method was used" 2 = "The method was not used" 8 = "Method not on certificate" 9 = "Method unknown or not stated" ; VALUE FORCEPX (default=32) 1 = "The method was used" 2 = "The method was not used" 8 = "Method not on certificate" 9 = "Method unknown or not stated" ; VALUE VACUUMX (default=32) 1 = "The method was used" 2 = "The method was not used" 8 = "Method not on certificate" 9 = "Method unknown or not stated" ; VALUE ANEMIA (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE CARDIAC (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE LUNG (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE DIABETES (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE HERPES (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE HYDRA (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE HEMO (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE CHYPER (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE PHYPER (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE ECLAMP (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE INCERVIX (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE PRE4000L (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE PRETERM (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE RENAL (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE RH (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE UTERINE (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE OTHERMR (default=32) 1 = "Factor reported" 2 = "Factor not reported" 8 = "Factor not on certificate" 9 = "Factor not classifiable" ; VALUE MRFLAG (default=32) . = "One or more medical risk factors coded" /* , one, eight, or nine */ 2 = "No medical risk factors reported. Eac" /* h factor is */ ; VALUE TOBACCO (default=32) 1 = "Yes" 2 = "No" 9 = "Unknown or not stated" ; VALUE CIGAR (default=32) 98 = "98 or more cigarettes per day" 99 = "Unknown or not stated" ; VALUE CIGAR6L (default=32) 0 = "Non-smoker" 1 = "1-5 cigarettes per day" 2 = "6-10 cigarettes per day" 3 = "11-20 cigarettes per day" 4 = "21-40 cigarettes per day" 5 = "41 or more cigarettes per day" 6 = "Unknown or not stated" ; VALUE ALCOHOL (default=32) 1 = "Yes" 2 = "No" 9 = "Unknown or not stated" ; VALUE DRINK (default=32) 98 = "98 or more drinks per week" 99 = "Unknown or not stated" ; VALUE DRINK5L (default=32) 0 = "Non-drinker" 1 = "1 drink per week" 2 = "2 drinks per week" 3 = "3-4 drinks per week" 4 = "5 or more drinks per week" 5 = "Unknown or not stated" ; VALUE WTGAIN (default=32) 98 = "98 pounds or more" 99 = "Unknown or not stated" ; VALUE WTGAIN9L (default=32) 1 = "Less than 16 pounds" 2 = "16-20 pounds" 3 = "21-25 pounds" 4 = "26-30 pounds" 5 = "31-35 pounds" 6 = "36-40 pounds" 7 = "41-45 pounds" 8 = "46 or more pounds" 9 = "Unknown or not stated" ; VALUE AMNIO (default=32) 1 = "Procedure reported" 2 = "Procedure not reported" 8 = "Procedure not on certificate" 9 = "Procedure not classifiable" ; VALUE MONITOR (default=32) 1 = "Procedure reported" 2 = "Procedure not reported" 8 = "Procedure not on certificate" 9 = "Procedure not classifiable" ; VALUE INDUCT (default=32) 1 = "Procedure reported" 2 = "Procedure not reported" 8 = "Procedure not on certificate" 9 = "Procedure not classifiable" ; VALUE STIMULA (default=32) 1 = "Procedure reported" 2 = "Procedure not reported" 8 = "Procedure not on certificate" 9 = "Procedure not classifiable" ; VALUE TOCOL (default=32) 1 = "Procedure reported" 2 = "Procedure not reported" 8 = "Procedure not on certificate" 9 = "Procedure not classifiable" ; VALUE ULTRAS (default=32) 1 = "Procedure reported" 2 = "Procedure not reported" 8 = "Procedure not on certificate" 9 = "Procedure not classifiable" ; VALUE OTHEROB (default=32) 1 = "Procedure reported" 2 = "Procedure not reported" 8 = "Procedure not on certificate" 9 = "Procedure not classifiable" ; VALUE OBFLAG (default=32) . = "One or more obstetric procedures coded" /* , one, eight, */ 2 = "No obstetric procedures reported. Eac" /* h factor is */ ; VALUE FEBRILE (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE MECONIUM (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE RUPTURE (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE ABRUPTIO (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE PREPLACE (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE EXCEBLD (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE SEIZURE (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE PRECIP (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE PROLONG (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE DYSFUNC (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE BREECH (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE CEPHALO (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE CORD (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE ANESTHE (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE DISTRESS (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE OTHERLB (default=32) 1 = "Complication reported" 2 = "Complication not reported" 8 = "Complication not on certificate" 9 = "Complication not classifiable" ; VALUE FBFLAG (default=32) . = "One or more labor and/or delivery comp" /* lications */ 2 = "No labor and/or delivery complication " /* reported. */ ; VALUE NANEMIA (default=32) 1 = "Condition reported" 2 = "Condition not reported" 8 = "Condition not on certificate" 9 = "Condition not classifiable" ; VALUE INJURY (default=32) 1 = "Condition reported" 2 = "Condition not reported" 8 = "Condition not on certificate" 9 = "Condition not classifiable" ; VALUE ALCOSYN (default=32) 1 = "Condition reported" 2 = "Condition not reported" 8 = "Condition not on certificate" 9 = "Condition not classifiable" ; VALUE HYALINE (default=32) 1 = "Condition reported" 2 = "Condition not reported" 8 = "Condition not on certificate" 9 = "Condition not classifiable" ; VALUE MECONSYN (default=32) 1 = "Condition reported" 2 = "Condition not reported" 8 = "Condition not on certificate" 9 = "Condition not classifiable" ; VALUE VENL30L (default=32) 1 = "Condition reported" 2 = "Condition not reported" 8 = "Condition not on certificate" 9 = "Condition not classifiable" ; VALUE VEN30M (default=32) 1 = "Condition reported" 2 = "Condition not reported" 8 = "Condition not on certificate" 9 = "Condition not classifiable" ; VALUE NSEIZ (default=32) 1 = "Condition reported" 2 = "Condition not reported" 8 = "Condition not on certificate" 9 = "Condition not classifiable" ; VALUE OTHERAB (default=32) 1 = "Condition reported" 2 = "Condition not reported" 8 = "Condition not on certificate" 9 = "Condition not classifiable" ; VALUE NBFLAG (default=32) . = "One or more abnormal conditions of the" /* newborn */ 2 = "No abnormal condition of the newborn r" /* eported. */ ; VALUE ANEN (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE SPINA (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE HYDRO (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE MICROCE (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE NERVOUS (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE HEART (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE CIRCUL (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE RECTAL (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE TRACHEO (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE OMPHALO (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE GASTRO (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE GENITAL (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE RENALAGE (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE UROGEN (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE CLEFTLP (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE ADACTYLY (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE CLUBFOOT (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE HERNIA (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE MUSCULO (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE DOWNS (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE CHROMO (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE OTHERCON (default=32) 1 = "Anomaly reported" 2 = "Anomaly not reported" 8 = "Anomaly not on certificate" 9 = "Anomaly not classifiable" ; VALUE CGFLAG (default=32) . = "One or more congenital anomalies coded" /* , one, eight, or nine */ 2 = "No congenital anomaly is reported. Ea" /* ch factor is */ ; VALUE ORIGM (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE ORIGF (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE EDUCM (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE GESTE (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE FMAPSRF (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE DELMETRF (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE MEDRSK (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE TOBUSE (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE ALCUSE (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE WTGN (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE OBSTRC (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE CLABOR (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE ABNML (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE CONGAN (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE APIFLAG (default=32) 0 = "The item is not reported." 1 = "The item is reported or partially repo" /* rted */ ; VALUE CDOBMIMP (default=32) . = "Month is not imputed" 1 = "Month is imputed" ; VALUE BIRMON (default=32) 1 = "January" 2 = "February" 3 = "March" 4 = "April" 5 = "May" 6 = "June" 7 = "July" 8 = "August" 9 = "September" 10 = "October" 11 = "November" 12 = "December" ; VALUE WEEKDAYB (default=32) 1 = "Sunday" 2 = "Monday" 3 = "Tuesday" 4 = "Wednesday" 5 = "Thursday" 6 = "Friday" 7 = "Saturday" ; VALUE AGER5L (default=32) 1 = "Under 1 hour" 2 = "1-23 hours" 3 = "1-6 days" 4 = "7-27 days (late neonatal)" 5 = "28 days and over (postneonatal)" ; VALUE ACCIDPL (default=32) . = "Causes other than E850-E869 and E880-E" /* 928 */ 0 = "Home" 1 = "Farm" 2 = "Mine and quarry" 3 = "Industrial place and premises" 4 = "Place for recreation and sport" 5 = "Street and highway" 6 = "Public building" 7 = "Resident institution" 8 = "Other specified places" 9 = "Place of accident not specified" ; VALUE RESSTATD (default=32) 1 = "RESIDENTS: State and county of occurr" /* ence and residence are the same. */ 2 = "INTRASTATE NONRESIDENTS: State of occ" /* urrence and residence are the same, but county is different. */ 3 = "INTERSTATE NONRESIDENTS: State of occ" /* urrence and residence are different, but both are in the 50 States and D.C. */ 4 = "FOREIGN RESIDENTS: State of occurrenc" /* e is one of the 50 States or the District of Columbia, but place of residence is outside of the 50 States and D.C. */ ; VALUE DRSTATE (default=32) 1 = "Alabama" 2 = "Alaska" 3 = "Arizona" 4 = "Arkansas" 5 = "California" 6 = "Colorado" 7 = "Connecticut" 8 = "Delaware" 9 = "District of Columbia" 10 = "Florida" 11 = "Georgia" 12 = "Hawaii" 13 = "Idaho" 14 = "Illinois" 15 = "Indiana" 16 = "Iowa" 17 = "Kansas" 18 = "Kentucky" 19 = "Louisiana" 20 = "Maine" 21 = "Maryland" 22 = "Massachusetts" 23 = "Michigan" 24 = "Minnesota" 25 = "Mississippi" 26 = "Missouri" 27 = "Montana" 28 = "Nebraska" 29 = "Nevada" 30 = "New Hampshire" 31 = "New Jersey" 32 = "New Mexico" 33 = "New York" 34 = "New York City" 35 = "North Carolina" 36 = "North Dakota" 37 = "Ohio" 38 = "Oklahoma" 39 = "Oregon" 40 = "Pennsylvania" 41 = "Rhode Island" 42 = "South Carolina" 43 = "South Dakota" 44 = "Tennessee" 45 = "Texas" 47 = "Vermont" 48 = "Virginia" 49 = "Washington" 50 = "West Virginia" 51 = "Wisconsin" 52 = "Wyoming" 53 = "Puerto Rico" 54 = "Virgin Islands" 55 = "Guam" 56 = "Canada" 57 = "Cuba" 58 = "Mexico" 60 = "Remainder of the World" ; VALUE STOCFIPD (default=32) 1 = "Alabama" 2 = "Alaska" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 16 = "Idaho" 17 = "Illinois" 18 = "Indiana" 19 = "Iowa" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 23 = "Maine" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 30 = "Montana" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 38 = "North Dakota" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 46 = "South Dakota" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 50 = "Vermont" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 56 = "Wyoming" 72 = "Puerto Rico" 78 = "Virgin Islands" 66 = "Guam" ; VALUE CNTOFIPD (default=32) 999 = "County with less than 250,000 populati" /* on */ ; VALUE STREFIPD (default=32) 0 = "Foreign residents" 1 = "Alabama" 2 = "Alaska" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 16 = "Idaho" 17 = "Illinois" 18 = "Indiana" 19 = "Iowa" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 23 = "Maine" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 30 = "Montana" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 38 = "North Dakota" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 46 = "South Dakota" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 50 = "Vermont" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 56 = "Wyoming" 72 = "Puerto Rico" 78 = "Virgin Islands" 66 = "Guam" ; VALUE CNTYRFPD (default=32) 0 = "Foreign residents" 999 = "County with less than 250,000 populati" /* on */ ; VALUE PLRESD (default=32) 0 = "Foreign residents" 99999 = "Balance of county; or city less than 2" /* 50,000 population */ ; VALUE HOSPD (default=32) 1 = "Hospital, Clinic or Medical Center - I" /* npatient */ 2 = "Hospital, Clinic or Medical Center - O" /* utpatient or admitted to Emergency Room */ 3 = "Hospital, Clinic or Medical Center - D" /* ead on arrival */ 4 = "Hospital, Clinic or Medical Center - P" /* atient status unknown */ 5 = "Nursing home" 6 = "Residence" 7 = "Other" 9 = "Place of death unknown" ; VALUE DTHYR (default=32) 1997 = "Death occurred in 1997" 1998 = "Death occurred in 1998" ; VALUE DTHMON (default=32) 1 = "January" 2 = "February" 3 = "March" 4 = "April" 5 = "May" 6 = "June" 7 = "July" 8 = "August" 9 = "September" 10 = "October" 11 = "November" 12 = "December" ; VALUE WEEKDAYD (default=32) 1 = "Sunday" 2 = "Monday" 3 = "Tuesday" 4 = "Wednesday" 5 = "Thursday" 6 = "Friday" 7 = "Saturday" 9 = "Unknown" ; filename raw pipe "unzip -p /homes/data/lbid/1997/data/unl97.zip "; data library.lbunl97; missing A; infile raw lrecl = 20000 missover ; * To read in uncompressed file, uncomment INFILE & comment filename & infile lines; * On a PC, you may need to change the direction of the slashes as in C:\; *INFILE '/homes/data/lbid/1997/data/unl97.dat' LRECL=20000 PAD END=EOF; *LENGTH IDNUMBER 4 BIRYR 4 FIPSOCCB $5 FIPSRESB $5 PLRES 4 DBIRWT 4 DELMETH $8 MEDRISK $18 OTHERRSK $11 TOBACRSK $4 ALCOHRSK $4 OBSTETRC $8 LABOR $17 NEWBORN $10 FLRES $17 UCOD 4 RECWT 5 ENTIT_1 $7 ECOND_1 4 ENTIT_2 $7 ECOND_2 4 ENTIT_3 $7 ECOND_3 4 ENTIT_4 $7 ECOND_4 4 ENTIT_5 $7 ECOND_5 4 ENTIT_6 $7 ECOND_6 4 ENTIT_7 $7 ECOND_7 4 ENTIT_8 $7 ECOND_8 4 ENTIT_9 $7 ECOND_9 4 ENTIT_10 $7 ECOND_10 4 ENTIT_11 $7 ECOND_11 4 ENTIT_12 $7 ECOND_12 4 ENTIT_13 $7 ECOND_13 4 ENTIT_14 $7 ECOND_14 4 ENTIT_15 $7 ECOND_15 4 ENTIT_16 $7 ECOND_16 4 ENTIT_17 $7 ECOND_17 4 ENTIT_18 $7 ECOND_18 4 ENTIT_19 $7 ECOND_19 4 ENTIT_20 $7 ECOND_20 4 RECOR_1 $5 RCOND_1 4 RECOR_2 $5 RCOND_2 4 RECOR_3 $5 RCOND_3 4 RECOR_4 $5 RCOND_4 4 RECOR_5 $5 RCOND_5 4 RECOR_6 $5 RCOND_6 4 RECOR_7 $5 RCOND_7 4 RECOR_8 $5 RCOND_8 4 RECOR_9 $5 RCOND_9 4 RECOR_10 $5 RCOND_10 4 RECOR_11 $5 RCOND_11 4 RECOR_12 $5 RCOND_12 4 RECOR_13 $5 RCOND_13 4 RECOR_14 $5 RCOND_14 4 RECOR_15 $5 RCOND_15 4 RECOR_16 $5 RCOND_16 4 RECOR_17 $5 RCOND_17 4 RECOR_18 $5 RCOND_18 4 RECOR_19 $5 RCOND_19 4 RECOR_20 $5 RCOND_20 4 FIPSOCCD $5 FIPSRESD $5 PLRESD 4 DTHYR 4 DEFAULT=3; INPUT @1 MATCHS 1. @2 IDNUMBER 5. @7 BIRYR 4. @11 RESSTATB 1. @12 BRSTATE 2. @14 FIPSOCCB $5. @14 STOCFIPB 2. @16 CNTOFIPB 3. @19 FIPSRESB $5. @19 STREFIPB 2. @21 CNTYRFPB 3. @24 PLRES 5. @29 MAGEFLG 1. @30 DMAGE 2. @32 MAGER8 1. @33 ORMOTH 1. @34 ORRACEM 1. @35 MRACEIMP 1. @36 MRACE 2. @38 MRACE3 1. @39 DMEDUC 2. @41 MEDUC6 1. @42 DMARIMP 1. @43 DMAR 1. @44 MPLBIR 2. @46 MPLBIRR 1. @47 DTOTORD 2. @49 DLIVORD 2. @51 MONPRE 2. @53 MPRE5 1. @54 NPREVIST 2. @56 ADEQUACY 1. @60 FAGERFLG 1. @61 DFAGE 2. @63 ORFATH 1. @64 ORRACEF 1. @65 FRACE 2. @67 PLDEL 1. @68 BIRATTND 1. @70 GESTESTM 1. @71 CLINGEST 2. @73 GESTIMP 1. @74 GESTAT 2. @76 GESTAT10 2. @78 CSEXIMP 1. @79 CSEX 1. @80 BWIF 1. @81 DBIRWT 4. @85 BIRWT12 2. @87 BIRWT4 1. @88 PLURIMP 1. @89 DPLURAL 1. @90 FMAPS 2. @92 DELMETH $8. @92 VAGINAL 1. @93 VBAC 1. @94 PRIMAC 1. @95 REPEAC 1. @96 FORCEP 1. @97 VACUUM 1. @99 DELMETH5 1. @100 MEDRISK $18. @100 MRFLAG 1. @101 ANEMIA 1. @102 CARDIAC 1. @103 LUNG 1. @104 DIABETES 1. @105 HERPES 1. @106 HYDRA 1. @107 HEMO 1. @108 CHYPER 1. @109 PHYPER 1. @110 ECLAMP 1. @111 INCERVIX 1. @112 PRE4000 1. @113 PRETERM 1. @114 RENAL 1. @115 RH 1. @116 UTERINE 1. @117 OTHERMR 1. @118 OTHERRSK $11. @118 TOBACRSK $4. @118 TOBACCO 1. @119 CIGAR 2. @121 CIGAR6 1. @122 ALCOHRSK $4. @122 ALCOHOL 1. @123 DRINK 2. @125 DRINK5 1. @126 WTGANRSK $3. @126 WTGAIN 2. @128 WTGAIN9 1. @129 OBSTETRC $8. @129 OBFLAG 1. @130 AMNIO 1. @131 MONITOR 1. @132 INDUCT 1. @133 STIMULA 1. @134 TOCOL 1. @135 ULTRAS 1. @136 OTHEROB 1. @137 LABOR $17. @137 FBFLAG 1. @138 FEBRILE 1. @139 MECONIUM 1. @140 RUPTURE 1. @141 ABRUPTIO 1. @142 PREPLACE 1. @143 EXCEBLD 1. @144 SEIZURE 1. @145 PRECIP 1. @146 PROLONG 1. @147 DYSFUNC 1. @148 BREECH 1. @149 CEPHALO 1. @150 CORD 1. @151 ANESTHE 1. @152 DISTRESS 1. @153 OTHERLB 1. @154 NEWBORN $10. @154 NBFLAG 1. @155 NANEMIA 1. @156 INJURY 1. @157 ALCOSYN 1. @158 HYALINE 1. @159 MECONSYN 1. @160 VENL30 1. @161 VEN30M 1. @162 NSEIZ 1. @163 OTHERAB 1. @164 CONGENIT $23. @164 CGFLAG 1. @165 ANEN 1. @166 SPINA 1. @167 HYDRO 1. @168 MICROCE 1. @169 NERVOUS 1. @170 HEART 1. @171 CIRCUL 1. @172 RECTAL 1. @173 TRACHEO 1. @174 OMPHALO 1. @175 GASTRO 1. @176 GENITAL 1. @177 RENALAGE 1. @178 UROGEN 1. @179 CLEFTLP 1. @180 ADACTYLY 1. @181 CLUBFOOT 1. @182 HERNIA 1. @183 MUSCULO 1. @184 DOWNS 1. @185 CHROMO 1. @186 OTHERCON 1. @187 FLRES $17. @187 ORIGM 1. @188 ORIGF 1. @189 EDUCM 1. @191 GESTE 1. @193 FMAPSRF 1. @194 DELMETRF 1. @195 MEDRSK 1. @196 TOBUSE 1. @197 ALCUSE 1. @198 WTGN 1. @199 OBSTRC 1. @200 CLABOR 1. @201 ABNML 1. @202 CONGAN 1. @203 APIFLAG 1. @204 CDOBMIMP 1. @205 BIRMON 2. @209 WEEKDAYB 1. @211 AGED 3. @214 AGER5 1. @215 ACCIDPL 1. @216 UCOD 4. @220 UCODR61 3. @223 RECWT 8. @261 EANUM 2. @263 ENTIT_1 $7. @263 ECONP_1 1. @264 ENSEQ_1 1. @265 ECOND_1 4. @269 ENIFL_1 1. @270 ENTIT_2 $7. @270 ECONP_2 1. @271 ENSEQ_2 1. @272 ECOND_2 4. @276 ENIFL_2 1. @277 ENTIT_3 $7. @277 ECONP_3 1. @278 ENSEQ_3 1. @279 ECOND_3 4. @283 ENIFL_3 1. @284 ENTIT_4 $7. @284 ECONP_4 1. @285 ENSEQ_4 1. @286 ECOND_4 4. @290 ENIFL_4 1. @291 ENTIT_5 $7. @291 ECONP_5 1. @292 ENSEQ_5 1. @293 ECOND_5 4. @297 ENIFL_5 1. @298 ENTIT_6 $7. @298 ECONP_6 1. @299 ENSEQ_6 1. @300 ECOND_6 4. @304 ENIFL_6 1. @305 ENTIT_7 $7. @305 ECONP_7 1. @306 ENSEQ_7 1. @307 ECOND_7 4. @311 ENIFL_7 1. @312 ENTIT_8 $7. @312 ECONP_8 1. @313 ENSEQ_8 1. @314 ECOND_8 4. @318 ENIFL_8 1. @319 ENTIT_9 $7. @319 ECONP_9 1. @320 ENSEQ_9 1. @321 ECOND_9 4. @325 ENIFL_9 1. @326 ENTIT_10 $7. @326 ECONP_10 1. @327 ENSEQ_10 1. @328 ECOND_10 4. @332 ENIFL_10 1. @333 ENTIT_11 $7. @333 ECONP_11 1. @334 ENSEQ_11 1. @335 ECOND_11 4. @339 ENIFL_11 1. @340 ENTIT_12 $7. @340 ECONP_12 1. @341 ENSEQ_12 1. @342 ECOND_12 4. @346 ENIFL_12 1. @347 ENTIT_13 $7. @347 ECONP_13 1. @348 ENSEQ_13 1. @349 ECOND_13 4. @353 ENIFL_13 1. @354 ENTIT_14 $7. @354 ECONP_14 1. @355 ENSEQ_14 1. @356 ECOND_14 4. @360 ENIFL_14 1. @361 ENTIT_15 $7. @361 ECONP_15 1. @362 ENSEQ_15 1. @363 ECOND_15 4. @367 ENIFL_15 1. @368 ENTIT_16 $7. @368 ECONP_16 1. @369 ENSEQ_16 1. @370 ECOND_16 4. @374 ENIFL_16 1. @375 ENTIT_17 $7. @375 ECONP_17 1. @376 ENSEQ_17 1. @377 ECOND_17 4. @381 ENIFL_17 1. @382 ENTIT_18 $7. @382 ECONP_18 1. @383 ENSEQ_18 1. @384 ECOND_18 4. @388 ENIFL_18 1. @389 ENTIT_19 $7. @389 ECONP_19 1. @390 ENSEQ_19 1. @391 ECOND_19 4. @395 ENIFL_19 1. @396 ENTIT_20 $7. @396 ECONP_20 1. @397 ENSEQ_20 1. @398 ECOND_20 4. @402 ENIFL_20 1. @403 RANUM 2. @405 RECOR_1 $5. @405 RCOND_1 4. @409 RNIFL_1 1. @410 RECOR_2 $5. @410 RCOND_2 4. @414 RNIFL_2 1. @415 RECOR_3 $5. @415 RCOND_3 4. @419 RNIFL_3 1. @420 RECOR_4 $5. @420 RCOND_4 4. @424 RNIFL_4 1. @425 RECOR_5 $5. @425 RCOND_5 4. @429 RNIFL_5 1. @430 RECOR_6 $5. @430 RCOND_6 4. @434 RNIFL_6 1. @435 RECOR_7 $5. @435 RCOND_7 4. @439 RNIFL_7 1. @440 RECOR_8 $5. @440 RCOND_8 4. @444 RNIFL_8 1. @445 RECOR_9 $5. @445 RCOND_9 4. @449 RNIFL_9 1. @450 RECOR_10 $5. @450 RCOND_10 4. @454 RNIFL_10 1. @455 RECOR_11 $5. @455 RCOND_11 4. @459 RNIFL_11 1. @460 RECOR_12 $5. @460 RCOND_12 4. @464 RNIFL_12 1. @465 RECOR_13 $5. @465 RCOND_13 4. @469 RNIFL_13 1. @470 RECOR_14 $5. @470 RCOND_14 4. @474 RNIFL_14 1. @475 RECOR_15 $5. @475 RCOND_15 4. @479 RNIFL_15 1. @480 RECOR_16 $5. @480 RCOND_16 4. @484 RNIFL_16 1. @485 RECOR_17 $5. @485 RCOND_17 4. @489 RNIFL_17 1. @490 RECOR_18 $5. @490 RCOND_18 4. @494 RNIFL_18 1. @495 RECOR_19 $5. @495 RCOND_19 4. @499 RNIFL_19 1. @500 RECOR_20 $5. @500 RCOND_20 4. @504 RNIFL_20 1. @505 RESSTATD 1. @506 DRSTATE 2. @508 FIPSOCCD $5. @508 STOCFIPD 2. @510 CNTOFIPD 3. @513 FIPSRESD $5. @513 STREFIPD 2. @515 CNTYRFPD 3. @518 PLRESD 5. @523 HOSPD 1. @524 DTHYR 4. @528 DTHMON 2. @532 WEEKDAYD 1. ; LABEL MATCHS = "Match Status" IDNUMBER = "Infant Death Number" BIRYR = "Year of Birth" RESSTATB = "Resident Status - Birth" BRSTATE = "Expanded State of Residence - NCHS Cod" FIPSOCCB = "Federal Information Processing Standar" STOCFIPB = "State of Occurrence (FIPS) - Birth (Co" CNTOFIPB = "County of Occurrence (FIPS) - Birth" FIPSRESB = "Federal Information Processing Standar" STREFIPB = "State of Residence (FIPS) - Birth Cond" CNTYRFPB = "County of Residence (FIPS) - Birth" PLRES = "Place (City) of Residence (FIPS)" MAGEFLG = "Age of Mother Flag" DMAGE = "Age of Mother" MAGER8 = "Age of Mother Recode 8" ORMOTH = "Hispanic Origin of Mother" ORRACEM = "Hispanic Origin and Race of Mother Rec" MRACEIMP = "Race of Mother Imputation Flag" MRACE = "Race of Mother - Birth Record or for U" MRACE3 = "Race of Mother Recode" DMEDUC = "Education of Mother Detail" MEDUC6 = "Education of Mother Recode" DMARIMP = "Marital Status of Mother Imputation Fl" DMAR = "Marital Status of Mother" MPLBIR = "Place of Birth of Mother (Cond't)" MPLBIRR = "Place of Birth of Mother Recode" DTOTORD = "Detail Total Birth Order" DLIVORD = "Detail Live Birth Order" MONPRE = "Detail Month of Pregnancy Prenatal Car" MPRE5 = "Month Prenatal Care Began Recode 5" NPREVIST = "Total Number of Prenatal Visits" ADEQUACY = "Reserved Positions" FAGERFLG = "Reported Age of Father Used Flag" DFAGE = "Age of Father" ORFATH = "Hispanic Origin of Father" ORRACEF = "Hispanic Origin and Race of Father Rec" FRACE = "Race of Father (Cond't)" PLDEL = "Place or Facility of Delivery" BIRATTND = "Reserved position" GESTESTM = "Clinical Estimate of Gestation Used Fl" CLINGEST = "Clinical Estimate of Gestation" GESTIMP = "Gestation Imputation Flag" GESTAT = "Gestation - Detail in Weeks" GESTAT10 = "GESTATION RECODE 10" CSEXIMP = "Sex Imputation Flag" CSEX = "Beginning in 1995, an imputation for n" BWIF = "Birth Weight Imputation Flag" DBIRWT = "Birth Weight Detail in Grams (Imputed)" BIRWT12 = "Birth Weight Recode 12 (Imputed)" BIRWT4 = "Birth Weight Recode 4 (Imputed)" PLURIMP = "Plurality Imputation Flag" DPLURAL = "Plurality" FMAPS = "Medical and Health Data" DELMETH = "Method of Delivery" VAGINAL = "Vaginal" VBAC = "Vaginal Birth After Previous C-Section" PRIMAC = "Primary C-Section" REPEAC = "Repeat C-Section" FORCEP = "Forceps" VACUUM = "Reserved Position" DELMETH5 = "Method of Delivery Recode" MEDRISK = "Medical Risk Factors" MRFLAG = "No Medical Risk Factors Reported Flag" ANEMIA = "Anemia (Hct.<30/Hgb.<10)" CARDIAC = "Cardiac disease" LUNG = "Acute or chronic lung disease" DIABETES = "Diabetes" HERPES = "Genital herpes" HYDRA = "Hydramnios/Oligohydramnios" HEMO = "Hemoglobinopathy" CHYPER = "Hypertension, chronic" PHYPER = "Hypertension, pregnancy-associated" ECLAMP = "Eclampsia" INCERVIX = "Incompetent cervix" PRE4000 = "Previous infant 4000+ grams" PRETERM = "Previous preterm or small-for-gestatio" RENAL = "Renal disease" RH = "Rh sensitization" UTERINE = "Uterine bleeding" OTHERMR = "Other Medical Risk Factors" OTHERRSK = "Other Risk Factors for this Pregnancy" TOBACRSK = "Tobacco Risks" TOBACCO = "Tobacco Use During Pregnancy" CIGAR = "Average Number of Cigarettes Per Day" CIGAR6 = "Average Number of Cigarettes Per Day R" ALCOHRSK = "Alcohol" ALCOHOL = "Alcohol Use During Pregnancy" DRINK = "Average Number of Drinks Per Week" DRINK5 = "Average Number of Drinks Per Week Reco" WTGANRSK = "Weight Gain During Pregnancy" WTGAIN = "Weight Gain" WTGAIN9 = "Weight Gain Recode" OBSTETRC = "Obstetric Procedures" OBFLAG = "Obstetric Flag" AMNIO = "Amniocentesis" MONITOR = "Electronic fetal monitoring" INDUCT = "Induction of labor" STIMULA = "Stimulation of labor" TOCOL = "Tocolysis" ULTRAS = "Ultrasound" OTHEROB = "Other Obstetric Procedures" LABOR = "Complications of Labor and/or Delivery" FBFLAG = "Labor Flag" FEBRILE = "Febrile (>100 degrees F. or 38 degrees" MECONIUM = "Meconium, moderate/heavy" RUPTURE = "Premature rupture of membrane (>12 hou" ABRUPTIO = "Abruptio placenta" PREPLACE = "Placenta previa" EXCEBLD = "Other excessive bleeding" SEIZURE = "Seizures during labor" PRECIP = "Precipitous labor (<3 hours)" PROLONG = "Prolonged labor (>20 hours)" DYSFUNC = "Dysfunctional labor" BREECH = "Breech/Malpresentation" CEPHALO = "Cephalopelvic disproportion" CORD = "Cord prolapse" ANESTHE = "Anesthetic complications" DISTRESS = "Fetal distress" OTHERLB = "Other Complications of Labor and/or De" NEWBORN = "Abnormal conditions of the Newborn" NBFLAG = "Newborn Flag" NANEMIA = "Anemia Hct.>39/Hgb.<13)" INJURY = "Birth injury" ALCOSYN = "Fetal alcohol syndrome" HYALINE = "Hyaline membrane disease" MECONSYN = "Meconium aspiration syndrome" VENL30 = "Assisted ventilation, less than 30 min" VEN30M = "Assisted ventilation, 30 minutes or mo" NSEIZ = "Seizures" OTHERAB = "Other Abnormal Conditions of the Newbo" CONGENIT = "Congenital Anomalies" CGFLAG = "Congenital Flag" ANEN = "Anencephalus" SPINA = "Spina bifida/Meningocele" HYDRO = "Hydrocephalus" MICROCE = "Microcephalus" NERVOUS = "Other central nervous system anomalies" HEART = "Heart malformations" CIRCUL = "Other circulatory/respiratory anomalie" RECTAL = "Rectal atresia/stenosis" TRACHEO = "Tracheo-esophageal fistula/Esophageal " OMPHALO = "Omphalocele/Gastroschisis" GASTRO = "Other gastrointestinal anomalies" GENITAL = "Malformed genitalia" RENALAGE = "Renal agenesis" UROGEN = "Other urogenital anomalies" CLEFTLP = "Cleft lip/palate" ADACTYLY = "Polydactyly/Syndactyly/Adactyly" CLUBFOOT = "Club foot" HERNIA = "Diaphragmatic hernia" MUSCULO = "Other musculoskeletal/integumental ano" DOWNS = "Down's syndrome" CHROMO = "Other chromosomal anomalies" OTHERCON = "Other congenital anomalies" FLRES = "Reporting Flags for Place of Residence" ORIGM = "Origin of mother" ORIGF = "Origin of father" EDUCM = "Reserved Position" GESTE = "Reserved position" FMAPSRF = "5-minute Apgar score" DELMETRF = "Method of delivery" MEDRSK = "Medical risk factors" TOBUSE = "Tobacco use" ALCUSE = "Alcohol use" WTGN = "Weight gain" OBSTRC = "Obstetric procedures" CLABOR = "Complications of labor and/or delivery" ABNML = "Abnormal conditions of newborn" CONGAN = "Congenital anomalies" APIFLAG = "API flag" CDOBMIMP = "Month of Birth of Child Imputation Fla" BIRMON = "Reserved Position" WEEKDAYB = "Reserved Position" AGED = "Age at Death in Days" AGER5 = "Infant Age Recode 5" ACCIDPL = "Place of Accident for Causes E850-E869" UCOD = "ICD Code (9th Revision)" UCODR61 = "61 Infant Cause Recode" RECWT = "Multiple Conditions" EANUM = "ENTITY - AXIS CONDITIONS" ENTIT_1 = "1st ENTITY - AXIX CONDITION" ECONP_1 = "Part/line number on certificate 1" ENSEQ_1 = "Sequence of condition within part/line" ECOND_1 = "Condition code (ICD 9th Revision) 1" ENIFL_1 = "Nature of Injury Flag 1" ENTIT_2 = "2nd ENTITY - AXIX CONDITION" ECONP_2 = "Part/line number on certificate 2" ENSEQ_2 = "Sequence of condition within part/line" ECOND_2 = "Condition code (ICD 9th Revision) 2" ENIFL_2 = "Nature of Injury Flag 2" ENTIT_3 = "3rd ENTITY - AXIX CONDITION" ECONP_3 = "Part/line number on certificate 3" ENSEQ_3 = "Sequence of condition within part/line" ECOND_3 = "Condition code (ICD 9th Revision) 3" ENIFL_3 = "Nature of Injury Flag 3" ENTIT_4 = "4th ENTITY - AXIX CONDITION" ECONP_4 = "Part/line number on certificate 4" ENSEQ_4 = "Sequence of condition within part/line" ECOND_4 = "Condition code (ICD 9th Revision) 4" ENIFL_4 = "Nature of Injury Flag 4" ENTIT_5 = "5th ENTITY - AXIX CONDITION" ECONP_5 = "Part/line number on certificate 5" ENSEQ_5 = "Sequence of condition within part/line" ECOND_5 = "Condition code (ICD 9th Revision) 5" ENIFL_5 = "Nature of Injury Flag 5" ENTIT_6 = "6th ENTITY - AXIX CONDITION" ECONP_6 = "Part/line number on certificate 6" ENSEQ_6 = "Sequence of condition within part/line" ECOND_6 = "Condition code (ICD 9th Revision) 6" ENIFL_6 = "Nature of Injury Flag 6" ENTIT_7 = "7th ENTITY - AXIX CONDITION" ECONP_7 = "Part/line number on certificate 7" ENSEQ_7 = "Sequence of condition within part/line" ECOND_7 = "Condition code (ICD 9th Revision) 7" ENIFL_7 = "Nature of Injury Flag 7" ENTIT_8 = "8th ENTITY - AXIX CONDITION" ECONP_8 = "Part/line number on certificate 8" ENSEQ_8 = "Sequence of condition within part/line" ECOND_8 = "Condition code (ICD 9th Revision) 8" ENIFL_8 = "Nature of Injury Flag 8" ENTIT_9 = "9th ENTITY - AXIX CONDITION" ECONP_9 = "Part/line number on certificate 9" ENSEQ_9 = "Sequence of condition within part/line" ECOND_9 = "Condition code (ICD 9th Revision) 9" ENIFL_9 = "Nature of Injury Flag 9" ENTIT_10 = "10th ENTITY - AXIX CONDITION" ECONP_10 = "Part/line number on certificate 10" ENSEQ_10 = "Sequence of condition within part/line" ECOND_10 = "Condition code (ICD 9th Revision) 10" ENIFL_10 = "Nature of Injury Flag 10" ENTIT_11 = "11th ENTITY - AXIX CONDITION" ECONP_11 = "Part/line number on certificate 11" ENSEQ_11 = "Sequence of condition within part/line" ECOND_11 = "Condition code (ICD 9th Revision) 11" ENIFL_11 = "Nature of Injury Flag 11" ENTIT_12 = "12th ENTITY - AXIX CONDITION" ECONP_12 = "Part/line number on certificate 12" ENSEQ_12 = "Sequence of condition within part/line" ECOND_12 = "Condition code (ICD 9th Revision) 12" ENIFL_12 = "Nature of Injury Flag 12" ENTIT_13 = "13th ENTITY - AXIX CONDITION" ECONP_13 = "Part/line number on certificate 13" ENSEQ_13 = "Sequence of condition within part/line" ECOND_13 = "Condition code (ICD 9th Revision) 13" ENIFL_13 = "Nature of Injury Flag 13" ENTIT_14 = "14th ENTITY - AXIX CONDITION" ECONP_14 = "Part/line number on certificate 14" ENSEQ_14 = "Sequence of condition within part/line" ECOND_14 = "Condition code (ICD 9th Revision) 14" ENIFL_14 = "Nature of Injury Flag 14" ENTIT_15 = "15th ENTITY - AXIX CONDITION" ECONP_15 = "Part/line number on certificate 15" ENSEQ_15 = "Sequence of condition within part/line" ECOND_15 = "Condition code (ICD 9th Revision) 15" ENIFL_15 = "Nature of Injury Flag 15" ENTIT_16 = "16th ENTITY - AXIX CONDITION" ECONP_16 = "Part/line number on certificate 16" ENSEQ_16 = "Sequence of condition within part/line" ECOND_16 = "Condition code (ICD 9th Revision) 16" ENIFL_16 = "Nature of Injury Flag 16" ENTIT_17 = "17th ENTITY - AXIX CONDITION" ECONP_17 = "Part/line number on certificate 17" ENSEQ_17 = "Sequence of condition within part/line" ECOND_17 = "Condition code (ICD 9th Revision) 17" ENIFL_17 = "Nature of Injury Flag 17" ENTIT_18 = "18th ENTITY - AXIX CONDITION" ECONP_18 = "Part/line number on certificate 18" ENSEQ_18 = "Sequence of condition within part/line" ECOND_18 = "Condition code (ICD 9th Revision) 18" ENIFL_18 = "Nature of Injury Flag 18" ENTIT_19 = "19th ENTITY - AXIX CONDITION" ECONP_19 = "Part/line number on certificate 19" ENSEQ_19 = "Sequence of condition within part/line" ECOND_19 = "Condition code (ICD 9th Revision) 19" ENIFL_19 = "Nature of Injury Flag 19" ENTIT_20 = "20th ENTITY - AXIX CONDITION" ECONP_20 = "Part/line number on certificate 20" ENSEQ_20 = "Sequence of condition within part/line" ECOND_20 = "Condition code (ICD 9th Revision) 20" ENIFL_20 = "Nature of Injury Flag 20" RANUM = "RECORD - AXIS CONDITIONS" RECOR_1 = "1st RECORD - AXIX CONDITION" RCOND_1 = "Condition code (ICD 9th Revision) 1" RNIFL_1 = "Nature of Injury Flag 1" RECOR_2 = "2nd RECORD - AXIX CONDITION" RCOND_2 = "Condition code (ICD 9th Revision) 2" RNIFL_2 = "Nature of Injury Flag 2" RECOR_3 = "3rd RECORD - AXIX CONDITION" RCOND_3 = "Condition code (ICD 9th Revision) 3" RNIFL_3 = "Nature of Injury Flag 3" RECOR_4 = "4th RECORD - AXIX CONDITION" RCOND_4 = "Condition code (ICD 9th Revision) 4" RNIFL_4 = "Nature of Injury Flag 4" RECOR_5 = "5th RECORD - AXIX CONDITION" RCOND_5 = "Condition code (ICD 9th Revision) 5" RNIFL_5 = "Nature of Injury Flag 5" RECOR_6 = "6th RECORD - AXIX CONDITION" RCOND_6 = "Condition code (ICD 9th Revision) 6" RNIFL_6 = "Nature of Injury Flag 6" RECOR_7 = "7th RECORD - AXIX CONDITION" RCOND_7 = "Condition code (ICD 9th Revision) 7" RNIFL_7 = "Nature of Injury Flag 7" RECOR_8 = "8th RECORD - AXIX CONDITION" RCOND_8 = "Condition code (ICD 9th Revision) 8" RNIFL_8 = "Nature of Injury Flag 8" RECOR_9 = "9th RECORD - AXIX CONDITION" RCOND_9 = "Condition code (ICD 9th Revision) 9" RNIFL_9 = "Nature of Injury Flag 9" RECOR_10 = "10th RECORD - AXIX CONDITION" RCOND_10 = "Condition code (ICD 9th Revision) 10" RNIFL_10 = "Nature of Injury Flag 10" RECOR_11 = "11th RECORD - AXIX CONDITION" RCOND_11 = "Condition code (ICD 9th Revision) 11" RNIFL_11 = "Nature of Injury Flag 11" RECOR_12 = "12th RECORD - AXIX CONDITION" RCOND_12 = "Condition code (ICD 9th Revision) 12" RNIFL_12 = "Nature of Injury Flag 12" RECOR_13 = "13th RECORD - AXIX CONDITION" RCOND_13 = "Condition code (ICD 9th Revision) 13" RNIFL_13 = "Nature of Injury Flag 13" RECOR_14 = "14th RECORD - AXIX CONDITION" RCOND_14 = "Condition code (ICD 9th Revision) 14" RNIFL_14 = "Nature of Injury Flag 14" RECOR_15 = "15th RECORD - AXIX CONDITION" RCOND_15 = "Condition code (ICD 9th Revision) 15" RNIFL_15 = "Nature of Injury Flag 15" RECOR_16 = "16th RECORD - AXIX CONDITION" RCOND_16 = "Condition code (ICD 9th Revision) 16" RNIFL_16 = "Nature of Injury Flag 16" RECOR_17 = "17th RECORD - AXIX CONDITION" RCOND_17 = "Condition code (ICD 9th Revision) 17" RNIFL_17 = "Nature of Injury Flag 17" RECOR_18 = "18th RECORD - AXIX CONDITION" RCOND_18 = "Condition code (ICD 9th Revision) 18" RNIFL_18 = "Nature of Injury Flag 18" RECOR_19 = "19th RECORD - AXIX CONDITION" RCOND_19 = "Condition code (ICD 9th Revision) 19" RNIFL_19 = "Nature of Injury Flag 19" RECOR_20 = "20th RECORD - AXIX CONDITION" RCOND_20 = "Condition code (ICD 9th Revision) 20" RNIFL_20 = "Nature of Injury Flag 20" RESSTATD = "Resident Status - Death (Cond't)" DRSTATE = "Expanded State of Residence - NCHS Cod" FIPSOCCD = "Federal Information Processing Standar" STOCFIPD = "State of Occurrence (FIPS) - Death (Co" CNTOFIPD = "County of Occurrence (FIPS) - Death" FIPSRESD = "Federal Information Processing Standar" STREFIPD = "State of Residence (FIPS) - Death (Con" CNTYRFPD = "County of Residence (FIPS) - Death" PLRESD = "Place (City) of Residence (FIPS)" HOSPD = "Hospital and Patient Status" DTHYR = "Year of Death" DTHMON = "Reserved Position" WEEKDAYD = "Reserved positions" ; proc print data=library.lbunl97 (obs=6); FORMAT MATCHS MATCHS. BIRYR BIRYR. RESSTATB RESSTATB. BRSTATE BRSTATE. STOCFIPB STOCFIPB. CNTOFIPB CNTOFIPB. STREFIPB STREFIPB. CNTYRFPB CNTYRFPB. PLRES PLRES. MAGEFLG MAGEFLG. MAGER8 MAGER8L. ORMOTH ORMOTH. ORRACEM ORRACEM. MRACEIMP MRACEIMP. MRACE MRACE. MRACE3 MRACE3L. DMEDUC DMEDUC. MEDUC6 MEDUC6L. DMARIMP DMARIMP. DMAR DMAR. MPLBIR MPLBIR. MPLBIRR MPLBIRR. DTOTORD DTOTORD. DLIVORD DLIVORD. MONPRE MONPRE. MPRE5 MPRE5L. NPREVIST NPREVIST. ADEQUACY ADEQUACY. FAGERFLG FAGERFLG. DFAGE DFAGE. ORFATH ORFATH. ORRACEF ORRACEF. FRACE FRACE. PLDEL PLDEL. BIRATTND BIRATTND. GESTESTM GESTESTM. CLINGEST CLINGEST. GESTIMP GESTIMP. GESTAT GESTAT. GESTAT10 GESTAT1T. CSEXIMP CSEXIMP. CSEX CSEX. BWIF BWIF. DBIRWT DBIRWT. BIRWT12 BIRWT12L. BIRWT4 BIRWT4L. PLURIMP PLURIMP. DPLURAL DPLURAL. FMAPS FMAPS. VAGINAL VAGINAL. VBAC VBAC. PRIMAC PRIMAC. REPEAC REPEAC. FORCEP FORCEP. VACUUM VACUUM. VAGINAL VAGINALX. VBAC VBACX. PRIMAC PRIMACX. REPEAC REPEACX. FORCEP FORCEPX. VACUUM VACUUMX. ANEMIA ANEMIA. CARDIAC CARDIAC. LUNG LUNG. DIABETES DIABETES. HERPES HERPES. HYDRA HYDRA. HEMO HEMO. CHYPER CHYPER. PHYPER PHYPER. ECLAMP ECLAMP. INCERVIX INCERVIX. PRE4000 PRE4000L. PRETERM PRETERM. RENAL RENAL. RH RH. UTERINE UTERINE. OTHERMR OTHERMR. MRFLAG MRFLAG. TOBACCO TOBACCO. CIGAR CIGAR. CIGAR6 CIGAR6L. ALCOHOL ALCOHOL. DRINK DRINK. DRINK5 DRINK5L. WTGAIN WTGAIN. WTGAIN9 WTGAIN9L. AMNIO AMNIO. MONITOR MONITOR. INDUCT INDUCT. STIMULA STIMULA. TOCOL TOCOL. ULTRAS ULTRAS. OTHEROB OTHEROB. OBFLAG OBFLAG. FEBRILE FEBRILE. MECONIUM MECONIUM. RUPTURE RUPTURE. ABRUPTIO ABRUPTIO. PREPLACE PREPLACE. EXCEBLD EXCEBLD. SEIZURE SEIZURE. PRECIP PRECIP. PROLONG PROLONG. DYSFUNC DYSFUNC. BREECH BREECH. CEPHALO CEPHALO. CORD CORD. ANESTHE ANESTHE. DISTRESS DISTRESS. OTHERLB OTHERLB. FBFLAG FBFLAG. NANEMIA NANEMIA. INJURY INJURY. ALCOSYN ALCOSYN. HYALINE HYALINE. MECONSYN MECONSYN. VENL30 VENL30L. VEN30M VEN30M. NSEIZ NSEIZ. OTHERAB OTHERAB. NBFLAG NBFLAG. ANEN ANEN. SPINA SPINA. HYDRO HYDRO. MICROCE MICROCE. NERVOUS NERVOUS. HEART HEART. CIRCUL CIRCUL. RECTAL RECTAL. TRACHEO TRACHEO. OMPHALO OMPHALO. GASTRO GASTRO. GENITAL GENITAL. RENALAGE RENALAGE. UROGEN UROGEN. CLEFTLP CLEFTLP. ADACTYLY ADACTYLY. CLUBFOOT CLUBFOOT. HERNIA HERNIA. MUSCULO MUSCULO. DOWNS DOWNS. CHROMO CHROMO. OTHERCON OTHERCON. CGFLAG CGFLAG. ORIGM ORIGM. ORIGF ORIGF. EDUCM EDUCM. GESTE GESTE. FMAPSRF FMAPSRF. DELMETRF DELMETRF. MEDRSK MEDRSK. TOBUSE TOBUSE. ALCUSE ALCUSE. WTGN WTGN. OBSTRC OBSTRC. CLABOR CLABOR. ABNML ABNML. CONGAN CONGAN. APIFLAG APIFLAG. CDOBMIMP CDOBMIMP. BIRMON BIRMON. WEEKDAYB WEEKDAYB. AGER5 AGER5L. ACCIDPL ACCIDPL. RESSTATD RESSTATD. DRSTATE DRSTATE. STOCFIPD STOCFIPD. CNTOFIPD CNTOFIPD. STREFIPD STREFIPD. CNTYRFPD CNTYRFPD. PLRESD PLRESD. HOSPD HOSPD. DTHYR DTHYR. DTHMON DTHMON. WEEKDAYD WEEKDAYD. ; proc contents data=library.lbunl97;