*This program reads the 1998 National Health Interview Survey 1998 prevchld Data File *Note: This program is distributed under the GNU GPL. See end of *this file and http://www.gnu.org/licenses/ for details. *by Jean Roth Mon Jul 2 15:42:57 EDT 2007 *Please report errors to jroth@nber.org *Change output file name/location as desired. *Change the input file location as needed. *If you have trouble running this program, *then try opening a new syntax file & type this command: *INCLUDE "c:\nhis1998_prevchld.sps". *and choose to RUN ALL file handle nhis1998_prevchld /name="c:\homes\data\nhis\ftp.cdc.gov\pub\Health_Statistics\NCHS\Datasets\NHIS\1998\prevchld.dat" . data list file=nhis1998_prevchld / rectype 1-2 srvy_yr 3-6 hhx 7-12 (a) fmx 13-14 (a) px 15-16 (a) csrespno 17-18 (a) csreltiv 19-20 intv_qrt 21 sex 22 age_p 23-24 r_age1 25 r_age2 26 origin 27 hispan_p 28-29 mrace_p 30-31 racerec 32 race 33 hispcode 34 rrp 35-36 hh_ref 37-38 (a) frrp 39-40 fm_ref 41-42 (a) mother 43-44 (a) mom_deg 45 father 46-47 (a) dad_deg 48 parents 49 guard 50-51 (a) fm_size 52-53 fm_type 54 fm_strcp 55-56 educ 57-58 mom_ed 59-60 dad_ed 61-62 ab_bl20k 63-64 rat_cat 65-66 region 67 msasizep 68 wtia_cp 69-74 wtfa_cp 75-80 stratum 81-83 psu 84 dummy_cp 85 ckhear 86-87 bir03 88 diag_num 89-90 diag_tp 91 diag_yr 92-93 diar 94-95 care 96 ccaremon 97-98 btlfd1 99 btlfd2 100 btlfd2w 101-102 densl 103 corw 104 corwb_r1 105 corwfl 106 corwpg 107 corvtm 108 seat 109 buc1 110 buc2 111 buc3 112 play 113 sprt_ftb 114 sprt_bas 115 sprt_soc 116 sprt_rug 117 sprt_hoc 118 sprt_lac 119 sprt_wre 120 sprt_box 121 sprt_kar 122 foot_m 123 foot_h 124 base_m 125 base_h 126 socc_m 127 socc_h 128 rugb_m 129 rugb_h 130 hock_m 131 hock_h 132 lacr_m 133 lacr_h 134 wres_m 135 wres_h 136 box_m 137 box_h 138 kar_m 139 kar_h 140 . * See the codebook for more detailed variable descriptions. variable labels rectype "Record Type" srvy_yr "Survey Year" hhx "Household Serial Number" fmx "Family Serial Number" csrespno "Sample child respondent's person numbe" csreltiv "Person's relationship to child" intv_qrt "Interview Quarter" sex "Sex" age_p "Age" r_age1 "Age Recode #1" r_age2 "Age Recode #2" origin "Hispanic Ethnicity" hispan_p "Hispanic subgroup detail" mrace_p "Race coded to a single race group" racerec "Race Recode" race "OMB groups w/multiple race" hispcode "Combined race/ethnicity recode" rrp "Relationship to HH reference person" hh_ref "Person # of HH reference person" frrp "Rel to family ref person" fm_ref "Person # of family reference person" mother "Mother's person number" mom_deg "Type of relationship with Mother" father "Father's person number" dad_deg "Type of relationship with Father" parents "Parent(s) present in the family" guard "Person number of guardian" fm_size "Number of persons in family" fm_type "Family Type (on the person-level)" fm_strcp "Family Structure (at the person-level)" educ "Highest level of school completed" mom_ed "Education of Mother" dad_ed "Education of Father" rat_cat "Ratio of fam inc to poverty threshold" region "Region" msasizep "Geographic Distribution - MSA size" wtia_cp "Weight - Interim Annual" wtfa_cp "Weight - Final Annual" stratum "Stratum for variance estimation" psu "PSU for variance estimation" dummy_cp "Dummy Record Flag for Prevention Child" ckhear "Age when began having hearing prob" bir03 "Hearing prob start before/after 3rd bi" diag_num "Age hearing prob diag by Dr: # units" diag_tp "Age hearing prob diag by Dr: Time unit" diag_yr "Age hearing prob diag by Dr: # units" diar "Times cut act due to diarrhea; past 12" care "Had child care w/GT 6 kids; past 12 m" ccaremon "Length of child care" btlfd1 "Ever been bottle fed" btlfd2 "Still use a bottle" btlfd2w "# days put to bed w/bottle; past 2 wks" densl "Had dental sealants painted on teeth" corw "Used mouthwash/rinse; past 2 wks" corwb_r1 "Type of mouthwash/rinse past 2 wks" corwfl "Respondent report mouthwash w/fluoride" corwpg "In fluoride mouthrinse pgm at school" corvtm "Take Fluoride supplements" seat "Have child safety seat now" buc1 "How often secured in safety seat/belt" buc2 "How often wear seat belt" buc3 "How often wear seat belt" play "Play any organized sports; past 12 m" sprt_ftb "Played football" sprt_bas "Played baseball" sprt_soc "Played soccer" sprt_rug "Played rugby" sprt_hoc "Played hockey" sprt_lac "Played lacrosse" sprt_wre "Played wrestling" sprt_box "Played boxing" sprt_kar "Played karate/judo" foot_m "How often wore mouth guard; past 12 m" foot_h "How often wore head gear; past 12 m" base_m "How often wore mouth guard; past 12 m" base_h "How often wore head gear; past 12 m" socc_m "How often wore mouth guard; past 12 m" socc_h "How often wore head gear; past 12 m" rugb_m "How often wore mouth guard; past 12 m" rugb_h "How often wore head gear; past 12 m" hock_m "How often wore mouth guard; past 12 m" hock_h "How often wore head gear; past 12 m" lacr_m "How often wore mouth guard; past 12 m" lacr_h "How often wore head gear; past 12 m" wres_m "How often wore mouth guard; past 12 m" wres_h "How often wore head gear; past 12 m" box_m "How often wore mouth guard; past 12 m" box_h "How often wore head gear; past 12 m" kar_m "How often wore mouth guard; past 12 m" kar_h "How often wore head gear; past 12 m" . value labels rectype 45 "Prevention Sample Child" /srvy_yr 1998 "1998" /csrespno "99" "Unknown" /csreltiv 01 "Parent (Biological; adoptive; or step)" 02 "Grandparent" 03 "Aunt/Uncle" 04 "Brother/Sister" 05 "Other relative" 06 "Legal guardian" 07 "Foster parent" 08 "Other non-relative" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /intv_qrt 1 "Quarter 1" 2 "Quarter 2" 3 "Quarter 3" 4 "Quarter 4" /sex 1 "Male" 2 "Female" /age_p 00 "Under 1 year" /r_age1 1 "Under 5 years" 2 "5-17 years" /r_age2 1 "Under 6 years" 2 "6-16 years" 3 "17 years" /origin 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /hispan_p 00 "Multiple Hispanic" 01 "Puerto Rican" 03 "Mexican-Mexicano" 04 "Mexican-American (includes Chicano)" 05 "Cuban/Cuban-American" 06 "Other Latin American" 07 "Other Spanish" 08 "Hispanic/Spanish; non-specific type" 09 "Hispanic/Spanish; type refused" 10 "Hispanic/Spanish; type not ascertained" 11 "Hispanic/Spanish; type don't know" 12 "Not Hispanic/Spanish origin" /mrace_p 01 "White" 02 "Black/African American" 03 "Indian (American) (includes Eskimo; Aleut)" 06 "Chinese" 07 "Filipino" 12 "Asian Indian" 15 "Other API*" 16 "Other race" 17 "Multiple race" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /racerec 1 "White" 2 "Black" 3 "Other" /race 1 "White" 2 "Black" 3 "AIAN*" 4 "API*" 5 "Other" 6 "Multiple race" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /hispcode 1 "Hispanic" 2 "Non-Hispanic White" 3 "Non-Hispanic Black" 4 "Non-Hispanic Other" /rrp 01 "Household reference person" 02 "Spouse (husband/wife)" 03 "Unmarried Partner" 04 "Child (biological/adoptive/in-law/step/foster)" 05 "Child of partner" 06 "Grandchild" 07 "Parent (bio./adoptive/in-law/step/foster)" 08 "Brother/sister (bio./adop./in-law/step/foster)" 09 "Grandparent (Grandmother/Grandfather)" 10 "Aunt/Uncle" 11 "Niece/Nephew" 12 "Other relative" 13 "Housemate/roommate" 14 "Roomer/Boarder" 15 "Other nonrelative" 16 "Legal guardian" 17 "Ward" 97 "Refused" 99 "Don't know" /hh_ref "98" "Not ascertained" /frrp 01 "Family reference person" 02 "Spouse (husband/wife)" 03 "Unmarried Partner" 04 "Child (biological/adoptive/in-law/step/foster)" 05 "Child of partner" 06 "Grandchild" 07 "Parent (bio./adoptive/in-law/step/foster)" 08 "Brother/sister (bio./adop./in-law/step/foster)" 09 "Grandparent (Grandmother/Grandfather)" 10 "Aunt/Uncle" 11 "Niece/Nephew" 12 "Other relative" 13 "Housemate/roommate" 14 "Roomer/Boarder" 15 "Other nonrelative" 16 "Legal guardian" 17 "Ward" 97 "Refused" 99 "Don't know" /fm_ref "98" "Not ascertained" /mother "00" "No mother in household" "96" "Has legal guardian" "97" "Refused" "98" "Not ascertained" "99" "Don't know" /mom_deg 1 "Biological" 2 "Step" 3 "Adoptive" 4 "Foster" 5 "In-law" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /father "00" "No father in household" "96" "Has legal guardian" "97" "Refused" "98" "Not ascertained" "99" "Don't know" /dad_deg 1 "Biological" 2 "Step" 3 "Adoptive" 4 "Foster" 5 "In-law" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /parents 1 "Mother; no father" 2 "Father; no mother" 3 "Mother and father" 4 "Neither mother nor father" 9 "Unknown" /guard "00" "Guardian is not a household member" "97" "Refused" "98" "Not ascertained" "99" "Don't know" " " Not in Universe" /fm_type 1 "One adult; no child(ren) under 18" 2 "Multiple adults; no child(ren) under 18" 3 "One adult; 1+ child(ren) under 18" 4 "Multiple adults; 1+ child(ren) under 18" 9 "Unknown" /educ 00 "Never attended/ kindergarten only" 12 "12th grade; no diploma" 13 "HIGH SCHOOL GRADUATE" 14 "GED or equivalent" 15 "Some college; no degree" 16 "AA degree: technical or vocational" 17 "AA degree: academic program" 18 "Bachelor's degree (BA; AB; BS; BBA)" 19 "Master's degree (MA; MS; MEng; MEd; MBA)" 20 "Professional degree (MD; DDS; DVM; JD)" 21 "Doctoral degree (PhD; EdD)" 96 "Child under 5 years old" 97 "Refused" 98 "Not Ascertained" 99 "Don't know" /mom_ed 01 "Less/equal to 8th grade" 02 "9-12th grade; no high school diploma" 03 "High school graduate/GED recipient" 04 "Some college; no degree" 05 "AA degree; technical or vocational" 06 "AA degree; academic program" 07 "Bachelor's degree" 08 "Master's; professional; or doctoral degree" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /dad_ed 01 "Less/equal to 8th grade" 02 "9-12th grade; no high school diploma" 03 "High school graduate/GED recipient" 04 "Some college; no degree" 05 "AA degree; technical or vocational" 06 "AA degree; academic program" 07 "Bachelor's degree" 08 "Master's; professional; or doctoral degree" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /ab_bl20k 01 "$20;000 or more" 02 "Less than $20;000" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /rat_cat 01 "Under .50" 02 ".50 to .74" 03 ".75 to .99" 04 "1.00 to 1.24" 05 "1.25 to 1.49" 06 "1.50 to 1.74" 07 "1.75 to 1.99" 08 "2.00 to 2.49" 09 "2.50 to 2.99" 10 "3.00 to 3.49" 11 "3.50 to 3.99" 12 "4.00 to 4.49" 13 "4.50 to 4.99" 14 "5.00 and over" 96 "Undefinable" 99 "Unknown" /region 1 "Northeast" 2 "Midwest" 3 "South" 4 "West" /msasizep 1 "5;000;000 or more" 2 "2;500;000 - 4;999;999" 3 "1;000;000 - 2;499;999" 4 "500;000 - 999;999" 5 "250;000 - 499;999" 6 "Under 250;000" 7 "Non-MSA" /dummy_cp 1 "Dummy record" 0 "Not a dummy record" /ckhear 00 "At birth" 01 "Less than or equal to 1 year old" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /bir03 1 "Before" 2 "After" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /diag_num 95 "95+" 96 "Since birth" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /diag_tp 1 "Day(s)" 2 "Week(s)" 3 "Month(s)" 4 "Year(s)" 6 "Since birth" 7 "Refused" 8 "Not Ascertained" 9 "Don't Know" /diag_yr 00 "Less than 1 year" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /diar 00 "None" 97 "Refused" 98 "Not Ascertained" 99 "Don't know" /care 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /ccaremon 00 "Less than one full month" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /btlfd1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /btlfd2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /btlfd2w 00 "None" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /densl 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /corw 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /corwb_r1 0 "Fluoride prescription" 1 "Fluoride non-prescription" 2 "Prescription non-fluoride/DK fluoride" 3 "Non-fluoride non-prescription brand name" 4 "Non-fluoride non-prescription generic store bra" 5 "Non-fluoride homemade rinse" 6 "Other" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /corwfl 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /corwpg 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /corvtm 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /seat 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /buc1 1 "All or most of the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 5 "Doesn't ride in a car" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /buc2 1 "All or most of the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 5 "Doesn't ride in a car" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /buc3 1 "All or most of the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 5 "Doesn't ride in a car" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /play 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /sprt_ftb 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /sprt_bas 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /sprt_soc 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /sprt_rug 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /sprt_hoc 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /sprt_lac 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /sprt_wre 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /sprt_box 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /sprt_kar 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /foot_m 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /foot_h 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /base_m 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /base_h 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /socc_m 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /socc_h 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /rugb_m 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /rugb_h 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /hock_m 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /hock_h 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /lacr_m 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /lacr_h 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wres_m 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wres_h 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /box_m 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /box_h 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /kar_m 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /kar_h 1 "All or most or the time" 2 "Some of the time" 3 "Once in a while" 4 "Never" 7 "Refused" 8 "Not ascertained" 9 "Don't know" . list. execute. save outfile = 'c:\nhis1998_prevchld.sav'. *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.