******************************************************************* * Stata "do-file" file with labels and missing data specifications * Created by ddltox on Feb 27, 2006 (Mon 02:42 PM PST) * DDL source file: "crenddl.txt". * * Note that the data dictionary is given at the end of this file. * Put the dictionary into a separate file (by editing this file). * Then specify below the name of the dictionary file. * * DDL file gives the following dataset description: * Records per case: 1 * Record length: 2394 * Number of cases: 0 ******************************************************************* label data "Community Response to the January 17, 1994 Northridge Earthquake: El Nino Subset" #delimit ; label define Q1 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q2 9999998 "dk" 9999999 "refused" ; label define Q3 1 "very safe" 2 "fairly safe" 3 "somewhat safe" 4 "not too safe" 5 "not at all safe" 8 "dk" 9 "refused" ; label define Q4 1 "completely recovered" 2 "mostly recovered" 3 "not at all recovered" 4 "not affected" 8 "dk" 9 "refused" ; label define Q6 1 "Much worse than most" 2 "Worse than most" 3 "About the same" 4 "Better than most" 5 "Much better than most" 8 "dk" 9 "refused" ; label define Q7 1 "Much worse than most" 2 "Worse than most" 3 "About the same" 4 "Better than most" 5 "Much better than most" 8 "dk" 9 "refused" ; label define Q8 1 "Much more than most" 2 "Worse than most" 3 "About the same" 4 "Less than most" 5 "Much better than most" 8 "dk" 9 "refused" ; label define Q9 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q10 1 "open-ended response" 998 "dk" 999 "refused" ; label define Q11 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q12@MO 98 "dk" 99 "refused" ; label define Q12@YR 9998 "dk" 9999 "refused" ; label define Q13 1 "open-ended response" 998 "dk" 999 "refused" ; label define Q14@1 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q14@2 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q14@3 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q14@4 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q14@5 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q14@6 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q14@7 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q14@8 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q14@9 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q14@10 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q14@11 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q14@12 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q14@13 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q15A 1 "very reliable" 2 "somewhat reliable" 3 "not at all reliable" 8 "dk" 9 "refused" ; label define Q15B 1 "very reliable" 2 "somewhat reliable" 3 "not at all reliable" 8 "dk" 9 "refused" ; label define Q15C 1 "very accurate" 2 "somewhat accurate" 3 "not at all accurate" 8 "dk" 9 "refused" ; label define Q15E 1 "very accurate" 2 "somewhat accurate" 3 "not at all accurate" 8 "dk" 9 "refused" ; label define Q15F 1 "very accurate" 2 "somewhat accurate" 3 "not at all accurate" 8 "dk" 9 "refused" ; label define Q15G 1 "very accurate" 2 "somewhat accurate" 3 "not at all accurate" 8 "dk" 9 "refused" ; label define Q15H 1 "very accurate" 2 "somewhat accurate" 3 "not at all accurate" 8 "dk" 9 "refused" ; label define Q15J 1 "very accurate" 2 "somewhat accurate" 3 "not at all accurate" 8 "dk" 9 "refused" ; label define Q15K 1 "very accurate" 2 "somewhat accurate" 3 "not at all accurate" 8 "dk" 9 "refused" ; label define Q15L 1 "very accurate" 2 "somewhat accurate" 3 "not at all accurate" 8 "dk" 9 "refused" ; label define Q15M 1 "very accurate" 2 "somewhat accurate" 3 "not at all accurate" 8 "dk" 9 "refused" ; label define Q16 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q17@1 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q17@2 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q17@3 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q17@4 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q17@5 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q17@6 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q17@7 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q18@1 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q18@2 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q18@3 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q18@4 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q18@5 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q18@6 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q18@7 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q19A 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q19C 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q19D@1 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q19D@2 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q19D@3 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q19E 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q19F 1 "radio" 2 "tv" 3 "newspaper" 4 "other" 98 "dk" 99 "refused" ; label define Q19G 1 "More media" 2 "Equally" 3 "More talking" 8 "dk" 9 "refused" ; label define Q20 1 "much worse" 2 "slightly worse" 3 "about the same" 4 "slightly better" 5 "much better" 8 "dk" 9 "refused" ; label define Q21 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q22 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q23 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q24@1 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q24@2 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q24@3 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q24@4 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q24@5 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q24@6 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q25 1 "extremely useful" 2 "somewhat" 3 "not at all" 8 "dk" 9 "refused" ; label define Q26 1 "almost constantly" 2 "frequently" 3 "occasionally" 4 "rarely" 5 "almost never" 8 "dk" 9 "refused" ; label define Q27 1 "almost constantly" 2 "frequently" 3 "occasionally" 4 "rarely" 5 "almost never" 8 "dk" 9 "refused" ; label define Q28 1 "almost constantly" 2 "frequently" 3 "occasionally" 4 "rarely" 5 "almost never" 8 "dk" 9 "refused" ; label define Q29 1 "almost constantly" 2 "frequently" 3 "occasionally" 4 "rarely" 5 "almost never" 8 "dk" 9 "refused" ; label define Q30 1 "almost constantly" 2 "frequently" 3 "occasionally" 4 "rarely" 5 "almost never" 8 "dk" 9 "refused" ; label define Q31 1 "almost constantly" 2 "frequently" 3 "occasionally" 4 "rarely" 5 "almost never" 8 "dk" 9 "refused" ; label define Q32 1 "almost constantly" 2 "frequently" 3 "occasionally" 4 "rarely" 5 "almost never" 8 "dk" 9 "refused" ; label define Q33 1 "almost constantly" 2 "frequently" 3 "occasionally" 4 "rarely" 5 "almost never" 8 "dk" 9 "refused" ; label define Q34 1 "almost constantly" 2 "frequently" 3 "occasionally" 4 "rarely" 5 "almost never" 6 "N/A, no kids" 8 "dk" 9 "refused" ; label define Q37 1 "earthqauke" 2 "crime" 3 "economy" 4 "El Nino" 5 "health" 6 "Y2K" 7 "environment" 8 "hlth family mbr" 9 "kids futures" 10 "money" 11 "personal probs" 98 "dk" 99 "refused" ; label define Q38 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q39 1 "open-ended responses" 998 "dk" 999 "refused" ; label define Q40 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q41@1 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q41@2 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q41@3 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q41@4 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q41@5 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q41@6 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q41@7 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q41@8 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q41@9 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q41@10 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q42 9999998 "dk" 9999999 "refused" ; label define Q43 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q44@1 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q44@2 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q44@3 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q44@4 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q44@5 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q44@6 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q44@7 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q45 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q46@1 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q46@2 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q46@3 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q46@4 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q46@5 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q46@6 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q46@7 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q46@8 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q46@9 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q47@1 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q47@2 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q47@3 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q47@4 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q47@5 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q48 1 "open response" 998 "dk" 999 "refused" ; label define Q49 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q51 1 "open response" 998 "dk" 999 "refused" ; label define Q52 1 "open response" 998 "dk" 999 "refused" ; label define Q53 1 "open response" 998 "dk" 999 "refused" ; label define Q54 1 "open response" 998 "dk" 999 "refused" ; label define Q55 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q56 1 "open response" 998 "dk" 999 "refused" ; label define Q57 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q58 1 "open response" 998 "dk" 999 "refused" ; label define Q59 1 "open response" 998 "dk" 999 "refused" ; label define Q60 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q61 1 "open response" 998 "dk" 999 "refused" ; label define Q66 1 "train" 2 "bus" 3 "vanpool" 4 "car" 5 "other" 98 "dk" 99 "refused" ; label define Q67 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q68@MO 98 "dk" 99 "refused" ; label define Q68@YR 9998 "dk" 9999 "refused" ; label define Q69 1 "open response" 998 "dk" 999 "refused" ; label define Q70 1 "sunny" 2 "cloudy" 3 "foggy" 4 "light rain" 5 "heavy rain" 6 "other" 98 "dk" 99 "refused" ; label define Q73 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q81 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q82 1 "open response" 998 "dk" 999 "refused" ; label define Q83 1 "open response" 998 "dk" 999 "refused" ; label define Q84 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q86 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q88 1 "much worse" 2 "worse" 3 "about the same" 4 "better than most" 5 "much better" 8 "dk" 9 "refused" ; label define Q89 1 "much less prepared" 2 "less than most" 3 "about the same" 4 "better than most" 5 "much better" 8 "dk" 9 "refused" ; label define Q90 1 "much more worried" 2 "more than most" 3 "about the same" 4 "less than most" 5 "much less" 8 "dk" 9 "refused" ; label define Q91@1 1 "talking w other people" 2 "internet" 3 "movies" 4 "books & mags" 5 "tv" 6 "radio" 7 "newspaper" 8 "organizations" 9 "pamphlets" 10 "other" 98 "dk" 99 "refused" ; label define Q91@2 1 "talking w other people" 2 "internet" 3 "movies" 4 "books & mags" 5 "tv" 6 "radio" 7 "newspaper" 8 "organizations" 9 "pamphlets" 10 "other" 98 "dk" 99 "refused" ; label define Q92@1 1 "talking w other people" 2 "internet" 3 "movies" 4 "books & mags" 5 "tv" 6 "radio" 7 "newspaper" 8 "organizations" 9 "pamphlets" 10 "other" 98 "dk" 99 "refused" ; label define Q92@2 1 "talking w other people" 2 "internet" 3 "movies" 4 "books & mags" 5 "tv" 6 "radio" 7 "newspaper" 8 "organizations" 9 "pamphlets" 10 "other" 98 "dk" 99 "refused" ; label define Q93 1 "open-ended response" 98 "dk" 99 "refused" ; label define Q94 98 "dk" 99 "refused" ; label define Q94A 98 "dk" 99 "refused" ; label define Q94B 98 "dk" 99 "refused" ; label define Q94C 98 "dk" 99 "refused" ; label define Q95 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q96 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q97 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q98 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q99 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q100 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q101 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q102 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q103 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q104 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q105 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q106 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q107 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q108 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q109 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q110 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q111 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q112 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q113 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q114 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q115 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q116 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q117 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q118 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q119 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q120 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q121 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q122 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q123 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q124 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q125 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q126 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q127 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q128 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q129 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q130 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q131 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q132 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q133 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q134 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q135 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q136 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q137 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q138 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q139 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q140 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q150 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q151 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q152 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q153 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q154 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q155 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q156 1 "not at all" 2 "a little bit" 3 "moderately" 4 "quite a bit" 5 "extremely" 8 "dk" 9 "refused" ; label define Q202@1 1 "not at all" 2 "somewhat" 3 "extremely" 8 "dk" 9 "refused" ; label define Q202@2 1 "open response" 998 "dk" 999 "refused" ; label define Q203@1 1 "not at all" 2 "somewhat" 3 "extremely" 8 "dk" 9 "refused" ; label define Q203@2 1 "open response" 998 "dk" 999 "refused" ; label define Q203A 1 "oversens" 2 "kept a balance" 3 "undersens" 4 "factual" 8 "dk" 9 "refused" ; label define Q204 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q205 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q206 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q207 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q208 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q209 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q210 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q211 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q212 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q213 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q214 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q215 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q216 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q217 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q218 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q219 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q220 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q221 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q222 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q223 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q224 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q225 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q226 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q227 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q228 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q229 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q230 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q231 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q232 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q233 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q234 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q235 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q236 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q237 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q238 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q239 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q240 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q241 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q242 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q243 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q244 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q245 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q246 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q247 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q248 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q249 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q250 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q251 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q252 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q253 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q254 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q255 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q256 1 "nearly empty" 2 "one-fourth full" 3 "one-half full" 4 "full" 8 "dk" 9 "refused" ; label define Q257 1 "yes, before" 2 "yes, after" 3 "yes, both" 4 "none done" 5 "does not own home" 8 "dk" 9 "refused" ; label define Q258 1 "future" 2 "other rsn" 3 "both" 5 "NA" 8 "dk" 9 "refused" ; label define Q259 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q260 9999998 "dk" 9999999 "refused" ; label define Q260A 1 "yes" 5 "no" 7 "didnt ask" 8 "dk" 9 "refused" ; label define Q260B 98 "dk" 99 "refused" ; label define Q260C1 1 "self" 2 "spouse" 3 "parent" 4 "grandprnt" 5 "child" 6 "other" 98 "dk" 99 "refused" ; label define Q260C1D 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q260C1E 1 "up close" 2 "far away" 3 "both" 8 "dk" 9 "refused" ; label define Q260C1H 1 "yes" 5 "no" 98 "dk" 99 "refused" ; label define Q260C2 1 "self" 2 "spouse" 3 "parent" 4 "grandprnt" 5 "child" 6 "other" 98 "dk" 99 "refused" ; label define Q260C2D 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q260C2E 1 "up close" 2 "far away" 3 "both" 8 "dk" 9 "refused" ; label define Q260C2H 1 "yes" 5 "no" 98 "dk" 99 "refused" ; label define Q260C3 1 "self" 2 "spouse" 3 "parent" 4 "grandprnt" 5 "child" 6 "other" 98 "dk" 99 "refused" ; label define Q260C3D 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q260C3E 1 "up close" 2 "far away" 3 "both" 8 "dk" 9 "refused" ; label define Q260C3H 1 "yes" 5 "no" 98 "dk" 99 "refused" ; label define Q260C4 1 "self" 2 "spouse" 3 "parent" 4 "grandprnt" 5 "child" 6 "other" 98 "dk" 99 "refused" ; label define Q260C4D 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q260C4E 1 "up close" 2 "far away" 3 "both" 8 "dk" 9 "refused" ; label define Q260C4H 1 "yes" 5 "no" 98 "dk" 99 "refused" ; label define Q260C5 1 "self" 2 "spouse" 3 "parent" 4 "grandprnt" 5 "child" 6 "other" 98 "dk" 99 "refused" ; label define Q260C5D 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q260C5E 1 "up close" 2 "far away" 3 "both" 8 "dk" 9 "refused" ; label define Q260C5H 1 "yes" 5 "no" 98 "dk" 99 "refused" ; label define Q260C6 1 "self" 2 "spouse" 3 "parent" 4 "grandprnt" 5 "child" 6 "other" 98 "dk" 99 "refused" ; label define Q260C6D 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q260C6E 1 "up close" 2 "far away" 3 "both" 8 "dk" 9 "refused" ; label define Q260C6H 1 "yes" 5 "no" 98 "dk" 99 "refused" ; label define Q260C7 1 "self" 2 "spouse" 3 "parent" 4 "grandprnt" 5 "child" 6 "other" 98 "dk" 99 "refused" ; label define Q260C7D 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q260C7E 1 "up close" 2 "far away" 3 "both" 8 "dk" 9 "refused" ; label define Q260C7H 1 "yes" 5 "no" 98 "dk" 99 "refused" ; label define Q260C8 1 "self" 2 "spouse" 3 "parent" 4 "grandprnt" 5 "child" 6 "other" 98 "dk" 99 "refused" ; label define Q260C8D 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q260C8E 1 "up close" 2 "far away" 3 "both" 8 "dk" 9 "refused" ; label define Q260C8H 1 "yes" 5 "no" 98 "dk" 99 "refused" ; label define Q261 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q262@MO 98 "dk" 99 "refused" ; label define Q262@YR 9998 "dk" 9999 "refused" ; label define Q263 1 "paid" 2 "free" 8 "dk" 9 "refused" ; label define Q264 1 "red cross" 2 "fire&police" 3 "hosp&clin" 4 "self_taught" 5 "other" 98 "dk" 99 "refused" ; label define Q265 1 "basic" 2 "1st responser" 3 "basic cpr" 4 "1st aid&cpr" 5 "advanced" 6 "emt_para" 7 "infant 1st aid" 8 "other" 98 "dk" 99 "refused" ; label define Q266 1 "not at all" 2 "somewhat" 3 "extremely" 8 "dk" 9 "refused" ; label define Q267 1 "not at all" 2 "somewhat" 3 "extremely" 8 "dk" 9 "refused" ; label define Q268 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q269 1 "relative, <18" 2 "relative, >18" 3 "friend, <18" 4 "friend, >18" 5 "stranger, <18" 6 "stranger, >18" 8 "dk" 9 "refused" ; label define Q270 1 "open response" 998 "dk" 999 "refused" ; label define Q271 1 "very capable" 2 "somewhat" 3 "a little" 4 "not at all" 8 "dk" 9 "refused" ; label define Q272 1 "very capable" 2 "somewhat" 3 "a little" 4 "not at all" 8 "dk" 9 "refused" ; label define Q273 1 "very capable" 2 "somewhat" 3 "a little" 4 "not at all" 8 "dk" 9 "refused" ; label define Q274 1 "very capable" 2 "somewhat" 3 "a little" 4 "not at all" 8 "dk" 9 "refused" ; label define Q275 1 "very capable" 2 "somewhat" 3 "a little" 4 "not at all" 8 "dk" 9 "refused" ; label define Q276 1 "very capable" 2 "somewhat" 3 "a little" 4 "not at all" 8 "dk" 9 "refused" ; label define Q277 1 "very capable" 2 "somewhat" 3 "a little" 4 "not at all" 8 "dk" 9 "refused" ; label define Q278 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q279 1 "open response" 998 "dk" 999 "refused" ; label define Q280 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q281 1 "open response" 998 "dk" 999 "refused" ; label define Q282 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q283 98 "dk" 99 "refused" ; label define Q284 98 "dk" 99 "refused" ; label define Q285 1 "own" 5 "rent" 8 "dk" 9 "refused" ; label define Q289 1 "working, FT" 2 "working, PT" 3 "unemployed" 4 "retired" 5 "keep house" 6 "in school" 7 "other" 98 "dk" 99 "refused" ; label define Q290 1 "yes" 5 "no" 8 "dk" 9 "refused" ; label define Q293 98 "dk" 99 "refused" ; label define Q296@1 1 "open response" 998 "dk" 999 "refused" ; label define Q296@2 1 "yes" 5 "no" ; label define Q296A 1 "open response" 998 "dk" 999 "refused" ; label define Q296B 1 "older" 5 "younger" 8 "dk" 9 "refused" ; label define Q297 98 "dk" 99 "refused" ; label define Q298 1 "<$25,000" 5 ">$25,000" 8 "dk" 9 "refused" ; label define Q299 1 "<$10,000" 2 "$10,001-15,000" 3 "$15,001-20,000" 4 "$20,001-25,000" 8 "dk" 9 "refused" ; label define Q300 1 "<$50,000" 5 ">$50,000" 8 "dk" 9 "refused" ; label define Q301 1 "$25,001-30,000" 2 "$30,001-35,000" 3 "$35,001-40,000" 4 "$40,001-45,000" 5 "$45,001-50,000'" 8 "dk" 9 "refused" ; label define Q302 1 "<$75,000" 5 ">$75,000" 8 "dk" 9 "refused" ; label define Q303 1 "$50,001-55,000" 2 "$55,001-60,000" 3 "$60,001-65,000" 4 "$65,001-70,000" 5 "$70,001-75,000" 8 "dk" 9 "refused" ; label define Q304 1 "<$100,000" 5 ">$100,000" 8 "dk" 9 "refused" ; label define Q305 1 "$75,001-80,000" 2 "$80,001-85,000" 3 "$85,001-90,000" 4 "$90,001-95,000" 5 "$95,001-100,000" 8 "dk" 9 "refused" ; label define Q306 98 "dk" 99 "refused" ; label define Q307 98 "dk" 99 "refused" ; label define INTC 1 "English" 2 "Spanish" ; label define IMPETHN 1 "white" 2 "hispanic" 3 "black" 4 "other" ; label define V126 1 "YES" 5 "NO" 8 "DK" ; label define V127 1 "YES" 5 "NO" 8 "DK" ; label define V128 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V129 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V130 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V131 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V132 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V133 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V134 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V135 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V136 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V137 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V138 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V139 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V140 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V141 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V142 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V143 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V144 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V145 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V146 1 "PERSL PROP" 2 "BLDG DEST" 3 "FNDTN" 4 "BLDG OFF FND" 5 "HSE WALL DAM" 6 "HSE WALL COLL" 7 "CHIMNEY" 8 "ROOF DAM" 9 "ROOF COLL" 10 "H2O PIPE BROKE" 11 "H2O HEATER" 12 "GASLINES" 13 "FLOORS" 14 "FLOOR COLL" 15 "PATIO/PORCH" 16 "FENCE DAM" 17 "DRIVEWAY" 18 "GARAGE" 97 "OTHER" 98 "DK" 99 "REF" ; label define V148 1 "EQ" 2 "AFTERSHOCK" 3 "BOTH" 8 "DK" 9 "REF" ; label define A151 1 "YES" 5 "NO" 8 "DK" ; label define A152 1 "FEMA" 2 "CITY" 3 "CNTY" 4 "PVT CO" 97 "OTHER" 98 "DK" 99 "REF" ; label define A153 1 "RED" 2 "YELLOW" 3 "GREEN" 5 "NO TAG" 8 "DK" ; label define W220 1 "YES" 5 "NO" 8 "DON'T KNOW" ; label define W221 1 "DURING EQ" 2 "IMMED AFTER" 3 "48 HRS" 4 "AFTERSHOCK" 5 "OTHER TIME" ; label define W222 1 "DURING EQ" 2 "IMMED AFTER" 3 "48 HRS" 4 "AFTERSHOCK" 5 "OTHER TIME" ; label define W223 1 "DURING EQ" 2 "IMMED AFTER" 3 "48 HRS" 4 "AFTERSHOCK" 5 "OTHER TIME" ; label define W224 1 "DURING EQ" 2 "IMMED AFTER" 3 "48 HRS" 4 "AFTERSHOCK" 5 "OTHER TIME" ; label define W225 1 "DURING EQ" 2 "IMMED AFTER" 3 "48 HRS" 4 "AFTERSHOCK" 5 "OTHER TIME" ; label define W231 1 "YES" 5 "NO" ; label define V278 1 "VERY WELL PREPARED" 2 "SOMEWHAT PREPARED" 3 "FAIRLY UNPREPARED" 4 "TOTALLY UNPREPARED" 8 "DONT KNOW" ; label define W460 1 "yes" 5 "no" ; label define X460 1 "got job" 2 "lost job" 97 "other" ; label define X461 1 "train" 2 "bus" 3 "employer vanpool" 4 "automobile" ; label define Y461 1 "Drove Alone" 2 "Carpool" ; label define H461 1 "yes" 5 "no" ; label define J461 1 "yes" 5 "no" ; label define M461 1 "yes" 5 "no" ; label define RAGE 97 "97 YRS OR OLDER" 98 "DONT KNOW" 99 "REFUSED" ; label define RSEX 1 "MALE" 5 "FEMALE" ; label define INSPECT 1 "yes" 2 "no" 3 "do not know" 9 "not asked" ; label define ELECTRIC 0 "no" 1 "yes" ; label define DAMHOUS1 1 "ROOF COLLAPSE" 10 "WALL COLLAPSE" 100 "STRUCTURAL DAMAGE" 1000 "FLOOR COLLAPSE" 10000 "BLDG OFF FOUNDATION" 100000 "BLDG DESTROYED" ; label define DAMHOUS2 1 "ROOF DAMAGE" 10 "CHIMNEY DAMAGE" 100 "CHIMNEY COLLAPSE" 1000 "WALLS DAMAGED" 10000 "STAIRS" 100000 "COLUMNS" 1000000 "FLOORS DAMAGED" 10000000 "FNDATION DAMAGED" ; label define DAMOUTSD 1 "GARAGE" 10 "DRIVEWAY" 100 "FENCES" 1000 "PATIO" 10000 "WALKWAYS" 100000 "POOL" ; label define DAMTYPE 0 "NO DAMAGE" 1 "PERSONAL PROP ONLY" 2 "HOUSE CONTENTS ONLY" 3 "EXTERIOR DAMAGE ONLY" 4 "MINOR STRUCT DAMAGE ONLY" 5 "MINOR STRUC & CONT OR EXT" 6 "MAJOR STRUCT DAMAGE W/WO OTHER" ; label define QUIKETHN 1 "white" 2 "latino" 3 "black" 4 "asian" 5 "indian" 99 "missing" ; label define NEWETH1 1 "WHITE" 2 "LATINO" 3 "BLACK" 4 "ASIAN" 5 "INDIAN" 6 "OTHER" ; label define ETHNICTY 1 "WHITE" 2 "LATINO" 3 "BLACK" 4 "ASIAN" 5 "OTHER" ; label define MARRASIF 0 "all others" 1 "married/live together" ; label define WORKFTPT 0 "all others" 1 "full or part-time" ; label define OWNHOME 0 "no/missing" 1 "owns home" ; label define SEX 0 "female" 1 "male" ; label define IMMIGRAN 0 "no/missing" 1 "yes" ; label define HOMEBLT 0 "no" 1 "yes" ; label define YRBLT 1 "1850-1959" 2 "1960-1971" 3 "1972-1994" 9 "do not know" ; label define FILTER_$ 0 "Not Selected" 1 "Selected" ; label define TYPEHOUS 1 "apart/duplex" 2 "house" 3 "condo/townhouse" 4 "mobile/other/ref=3" ; label define WHOINSP 1 "FEMA" 2 "City" 3 "County" 4 "Private Co." 5 "Other" 6 "Do not know" 9 "Not asked" ; label define TAGGED 1 "red tag" 2 "yellow tag" 3 "green tag" 4 "no tag" 5 "do not know" 9 "not asked" ; label define RYRBLT 1 "pre-1960" 2 "1960-1971" 3 "post-1971" 9 "DK" ; label define DAMAGE 0 "no" 1 "yes" ; label define DAMNEW 0 "no damage" 1 "personal prop only" 2 "house cont only" 3 "exterior only" 4 "exterior+contents" 5 "minor structural" 6 "min struc + contents" 7 "major structural" ; label define MMITWO 0 "6 & 7" 1 "8 & 9" ; label define RINSPECT 0 "not inspected" 1 "inspected" ; label define APARTMNT 0 "not apt" 1 "apartment" ; label define HOUSE 0 "not house" 1 "house" ; label define CONDO 0 "other" 1 "condo" ; label define DOLCAT 1 "le $1,000" 2 "$1,000-9,999" 3 "$10,001-40,000" 4 ">$40,000" ; label define RTAGGED 0 "no tag" 1 "A tag" ; label define FEMA 0 "other" 1 "fema" ; label define CITY 0 "other" 1 "city" ; label define PRIVATE 0 "something else" 1 "priv co/other" ; label define REVTAG 1 "DK" 2 "No tag" 3 "Green tag" 4 "Yellow tag" 5 "Red tag" ; label define MAJOR 0 "Other" 1 "Yes" ; label define MINPLUS 0 "Other" 1 "Yes" ; label define MINSTRUC 0 "Other" 1 "Yes" ; label define EXTPLUS 0 "Other" 1 "Yes" ; label define EXTERIOR 0 "Other" 1 "Yes" ; label define CONTENTS 0 "Other" 1 "Yes" ; label define REDYEL 0 "other" 1 "Red or Yellow tag" ; label define SIXTIES 0 "<1960/>1971" 1 "1960-71" ; label define ADDRESS 0 "no address" 1 "address" ; label define INTELNIN 0 "no" 1 "yes" ; label define ELIELNIN 0 "no" 1 "yes" ; label define COUNTY 1 "Los Angeles" 2 "Ventura" ; label define RHOWINJ1 0 "NA/R reports no injury" 110 "non-struct obj fell" 111 "pictures fell" 112 "boxes fell" 113 "mirror fell" 114 "sign fell" 120 "furniture/unspec" 121 "tv" 122 "bookcases" 123 "filing cab" 124 "chair" 125 "stereo/speakers" 126 "dresser" 127 "cabinets" 130 "light fixtures" 140 "shelves" 150 "obj fell off shelves/unspec" 151 "canned goods" 152 "books" 153 "darts" 154 "knick-knacks/collectibles" 160 "heater" 180 "glass/unspec" 181 "dishes" 182 "pictures" 183 "mirrors" 184 "windows/house" 185 "windows/storefront" 186 "doors" 200 "parts of struc/unspec" 201 "ceiling" 202 "chimney" 203 "stair collapsed" 204 "roof collapsed" 205 "wall collapsed" 206 "bricks" 207 "road collapsed" 208 "bridge collapsed" 300 "util/unspec" 301 "power outage/dark" 302 "gas leak/fire" 350 "behavior/unspec" 351 "Person ran/fell" 352 "attempt to take cover" 353 "jumped" 354 "attempt to catch furn/obj" 355 "opened garage door manually" 356 "looking for flashlight" 357 "walking/fell" 358 "leaned against picture" 359 "leaving room" 360 "opening door" 361 "attempt to get othrs/child" 400 "experience of eq/unspec" 401 "eq caused person to fall" 402 "tripped/bumped fallen obj" 403 "eq caused person to fall downstairs" 404 "eq caused person to fall out of shower" 405 "eq caused person to be thrown out window" 406 "eq caused mva" 407 "eq caused door to hit person" 408 "eq caused parked car lurch/hit person" 409 "person tripped over bedcovers" 410 "eq caused person fall out of bed" 411 "getting out of bed/unspec" 412 "EQ caused door to close" 550 "trapped by falling object/structures" 600 "cut by knife" 610 "othr person dragged R" 700 "emotional response" 998 "R doesnt know" 999 "R doesnt mention cause" ; label define RHOWINJ2 0 "NA/R reports no injury" 110 "non-struct obj fell" 111 "pictures fell" 112 "boxes fell" 113 "mirror fell" 114 "sign fell" 120 "furniture/unspec" 121 "tv" 122 "bookcases" 123 "filing cab" 124 "chair" 125 "stereo/speakers" 126 "dresser" 130 "light fixtures" 140 "shelves" 150 "obj fell off shelves/unspec" 151 "canned goods" 152 "books" 153 "darts" 154 "knick-knacks/collectibles" 180 "glass/unspec" 181 "dishes" 182 "pictures" 183 "mirrors" 184 "windows/house" 185 "windows/storefront" 186 "doors" 200 "parts of struc/unspec" 201 "ceiling" 202 "chimney" 203 "stair collapsed" 204 "roof collapsed" 205 "wall collapsed" 206 "bricks" 207 "road collapsed" 208 "bridge collapsed" 300 "util/unspec" 301 "power outage/dark" 302 "gas leak/fire" 350 "behavior/unspec" 351 "Person ran/fell" 352 "attempt to take cover" 353 "jumped" 354 "attempt to catch furn/obj" 355 "opened garage door manually" 356 "looking for flashlight" 357 "walking/fell" 358 "leaned against picture" 400 "experience of eq/unspec" 401 "eq caused person to fall" 402 "tripped/bumped fallen obj" 403 "eq caused person to fall downstairs" 404 "eq caused person to fall out of shower" 405 "eq caused person to be thrown out window" 406 "eq caused mva" 407 "eq caused door to hit person" 408 "eq caused parked car lurch/hit person" 409 "person tripped over bedcovers" 410 "eq caused person fall out of bed" 411 "getting out of bed/unspec" 550 "trapped by falling object/structures" 600 "cut by knife" 998 "R doesnt know" 999 "R doesnt mention cause" ; label define RINJURY1 100 "no injury" 150 "multiple severe" 175 "internal injuries" 200 "broken bones" 250 "minor/unspecified" 251 "cuts" 252 "bruises" 253 "cuts and bruises" 254 "sprains" 255 "minor head injury" 256 "aggravated prior inj/surgery" 257 "scrape/rug burn" 258 "bit lip" 259 "bumps/swelling" 260 "stiff neck" 280 "more severe/unspec" 281 "dislocation" 282 "wrenched" 283 "contusion" 284 "stitched cut" 285 "paralyzed" 286 "crushed" 300 "concussion" 400 "heart attack" 401 "stomachache" ; label define RINJURY2 100 "no injury" 150 "multiple severe" 175 "internal injuries" 200 "broken bones" 250 "minor/unspecified" 251 "cuts" 252 "bruises" 253 "cuts and bruises" 254 "sprains" 255 "minor head injury" 256 "aggravated prior inj/surgery" 257 "scrape/rug burn" 258 "bit lip" 259 "bumps/swelling" 260 "stiff neck" 280 "more severe/unspec" 281 "dislocation" 282 "wrenched" 283 "contusion" 284 "stitched cut" 285 "paralyzed" 286 "crushed" 300 "concussion" 400 "heartattack" 401 "stomachache" ; label define RWHATIN1 0 "na/r know of no inj" 1 "head" 2 "neck" 3 "shoulder" 4 "trunk of body" 5 "arm" 6 "wrist" 7 "hand" 8 "leg" 9 "knee" 10 "foot" 11 "internal inj" 12 "back" 13 "ribs" 14 "face" 15 "fingers" 16 "toes" 17 "ankle" 18 "elbow" 19 "hip" 20 "ear" 21 "eye" 30 "heart" 31 "stomach" 98 "r doesnt know" 99 "r doesnt mention" ; label define RWHATIN2 0 "na/r know of no inj" 1 "head" 2 "neck" 3 "shoulder" 4 "trunk of body" 5 "arm" 6 "wrist" 7 "hand" 8 "leg" 9 "knee" 10 "foot" 11 "internal inj" 12 "back" 13 "ribs" 14 "face" 15 "fingers" 16 "toes" 17 "ankle" 18 "elbow" 19 "hip" 20 "ear" 21 "eye" 30 "heart" 31 "stomach" 98 "r doesnt know" 99 "r doesnt mention" ; label define RWHATIN3 0 "na/r know of no inj" 1 "head" 2 "neck" 3 "shoulder" 4 "trunk of body" 5 "arm" 6 "wrist" 7 "hand" 8 "leg" 9 "knee" 10 "foot" 11 "internal inj" 12 "back" 13 "ribs" 14 "face" 15 "fingers" 16 "toes" 17 "ankle" 18 "elbow" 19 "hip" 20 "ear" 98 "r doesnt know" 99 "r doesnt mention" ; label define RWHERE1 1 "pvt MD" 2 "clinic" 3 "hospital" 4 "paramedic" 5 "relative/friend" 10 "specific MD" 20 "clinic/Kaiser" 21 "clinic/Greater Valley" 30 "hospital/UCLA" 31 "hospital/Holy Cross" 32 "hosptial/Pomona Valley" 40 "red cross" 97 "not asked in this wave" ; label define Y114 0 "no" 1 "gas" 2 "elec" 3 "h20" 4 "phone" 7 "other" 8 "refused" 9 "missing" ; label define Y115 0 "no" 1 "gas" 2 "elec" 3 "h20" 4 "phone" 7 "other" 8 "refused" 9 "missing" ; label define Y116 0 "no" 1 "gas" 2 "elec" 3 "h20" 4 "phone" 7 "other" 8 "refused" 9 "missing" ; label define Y117 0 "no" 1 "gas" 2 "elec" 3 "h20" 4 "phone" 7 "other" 8 "refused" 9 "missing" ; label define Y118 0 "no" 1 "gas" 2 "elec" 3 "h20" 4 "phone" 7 "other" 8 "refused" 9 "missing" ; label define Y14A 0 "missing" 1 "turn off" 2 "quake caused" 8 "dk" 9 "refused" ; label define Y15A 0 "missing" 1 "turn off" 2 "quake caused" 8 "dk" 9 "refused" ; label define Y16A 0 "missing" 1 "turn off" 2 "quake caused" 8 "dk" 9 "refused" ; label define Y17A 0 "missing" 1 "turn off" 2 "quake caused" 8 "dk" 9 "refused" ; label define Y18A 0 "missing" 1 "turn off" 2 "quake caused" 8 "dk" 9 "refused" ; label define V123 0 "no 2nd answer" 1 "yes, reg tv" 2 "yes, bat tv" 3 "yes, reg radio" 4 "yes, bat radio" 5 "yes, car radio" 6 "no" 9 "Not asked" ; label define V124 1 "yes" 2 "no" 3 "Do not know" 9 "Missing/Did not turn on" ; label define J124 1 "quake magnitude" 2 "quake epicenter" 3 "injuries & deaths" 4 "extent of damage" 5 "precautions to take" 6 "what to expect" 7 "not the big one" 97 "multiple answers" 98 "do not know" 99 "missing/refused" ; label define I124 1 "too sensational" 2 "balanced" 3 "not sensational enough" 4 "just the facts" 8 "do not know" 9 "refused" 99 "missing" ; label define V246 1 "GOVERNMENT" 2 "PEOPLE AFFECTED" 3 "OTHER" 98 "DONT KNOW" ; label define W256 1 "RESP INITIATED CONTACT" 2 "AGENCY INITIATED CONTACT' 8 'DONT KNOW'" ; label define X256 1 "RESP INITIATED CONTACT" 2 "AGENCY INITIATED CONTACT' 8 'DONT KNOW'" ; label define Y256 1 "RESP INITIATED CONTACT" 2 "AGENCY INITIATED CONTACT' 8 'DONT KNOW'" ; label define Z256 1 "RESP INITIATED CONTACT" 2 "AGENCY INITIATED CONTACT' 8 'DONT KNOW'" ; label define A256 1 "RESP INITIATED CONTACT" 2 "AGENCY INITIATED CONTACT' 8 'DONT KNOW'" ; label define B256 1 "RESP INITIATED CONTACT" 2 "AGENCY INITIATED CONTACT' 8 'DONT KNOW'" ; label define C256 1 "RESP INITIATED CONTACT" 2 "AGENCY INITIATED CONTACT' 8 'DONT KNOW'" ; label define E256 1 "RESP INITIATED CONTACT" 2 "AGENCY INITIATED CONTACT' 8 'DONT KNOW'" ; label define F256 1 "RESP INITIATED CONTACT" 2 "AGENCY INITIATED CONTACT' 8 'DONT KNOW'" ; label define G256 1 "RESP INITIATED CONTACT" 2 "AGENCY INITIATED CONTACT' 8 'DONT KNOW'" ; label define D256 1 "RESP INITIATED CONTACT" 2 "AGENCY INITIATED CONTACT' 8 'DONT KNOW'" ; label define RWHATIN4 0 "NA" 1 "head" 2 "neck" 3 "shoulder" 4 "trunk" 5 "arm" 6 "wrist" 7 "hand" 8 "leg" 9 "knee" 10 "foot" 11 "internal injury" 12 "back" 13 "ribs" 14 "face" 15 "fingers" 16 "toes" 17 "ankle" 18 "elbow" 19 "hip" 20 "ear" 21 "eye" 30 "heart" 31 "stomach" 98 "dont know" 99 "body part not mentioned" ; label define G124 1 "quake magnitude" 2 "quake epicenter" 3 "about injuries" 4 "extent of damage" 5 "what to do" 6 "what to expect" 7 "if the "big" one" 8 "connect to world" 9 "general info" 10 "areas:family,etc" 11 "utilities" 12 "roads" 13 "aftershocks" 14 "people freaked?" 15 "work?" 16 "CalTech" 17 "expect no station" 23 "epi/inj" 24 "epi/dam" 25 "epi/todo" 26 "epi/expt" 34 "inj/dam" 45 "dam/todo" 46 "dam/expt" 56 "todo/expt" 97 "refusal" 98 "do not know" 99 "missing" 110 "mag/area" 112 "mag/road" 120 "mag/epi" 123 "mag/epi/inj" 124 "mag/epi/dam" 125 "mag/epi/todo" 126 "mag/epi/expt" 135 "maj/inj/todo" 140 "mag/dam" 146 "mag/dam/expt" 150 "mag/todo" 156 "mag/todo/expt" 160 "mag/expt" 210 "epi/area" 234 "epi/inj/dam" 245 "epi/dam/todo" 246 "epi/dam/expt" 345 "inj/dam/todo" 410 "dam/area" 411 "dam/util" 412 "dam/road" 416 "dam/calt" 456 "dam/todo/exp" 510 "todo/area" 612 "expt/road" 1013 "area/after" 1210 "mag/epi/area" 1212 "mag/epi/road" 1234 "mag/epi/inj/dam" 1245 "mag/epi/dam/todo" 1246 "mag/epi/dam/expt" 1410 "mag/dam/area" 1411 "mag/dam/util" 1413 "mag/dam/after" 2415 "epi/dam/work" 3412 "inj/dam/road" 3510 "inj/todo/area" 4512 "dam/todo/road" 11015 "mag/area/work" 14510 "mag/dam/todo/area" 141012 "mag/dam/area/road" 241112 "epi/dam/util/road" 261012 "epi/todo/area/road" 561012 "todo/expt/area/road" ; label define K124 1 "yes" 5 "no" 98 "do not know" ; label define N34A1 1 "VERY CAPABLE" 2 "SOMEWHAT CAPABLE" 3 "A LITTLE CAPABLE" 4 "NOT AT ALL CAPABLE" 8 "DON'T KNOW" 9 "REFUSED" ; label define N34B1 1 "YES" 5 "NO" 9 "REFUSED" ; label define N34B3 1 "BASIC 1ST AID" 2 "1ST RESPONDER" 3 "PARAMEDIC" 4 "AS MD OR RN" 97 "OTHER" 98 "DK" ; label define N34B4 1 "SELF-TAUGHT" 2 "POLICE/FIRE DEPT" 97 "OTHER" 98 "DK" ; label define N34C1 1 "VERY CAPABLE" 2 "SOMEWHAT CAPABLE" 3 "A LITTLE CAPABLE" 4 "NOT AT ALL CAPABLE" 8 "DON'T KNOW" 9 "REFUSED" ; label define N34C2 1 "VERY CAPABLE" 2 "SOMEWHAT CAPABLE" 3 "A LITTLE CAPABLE" 4 "NOT AT ALL CAPABLE" 8 "DON'T KNOW" 9 "REFUSED" ; label define N34C3 1 "VERY CAPABLE" 2 "SOMEWHAT CAPABLE" 3 "A LITTLE CAPABLE" 4 "NOT AT ALL CAPABLE" 8 "DON'T KNOW" 9 "REFUSED" ; label define N34C4 1 "VERY CAPABLE" 2 "SOMEWHAT CAPABLE" 3 "A LITTLE CAPABLE" 4 "NOT AT ALL CAPABLE" 8 "DON'T KNOW" 9 "REFUSED" ; label define N34C5 1 "VERY CAPABLE" 2 "SOMEWHAT CAPABLE" 3 "A LITTLE CAPABLE" 4 "NOT AT ALL CAPABLE" 8 "DON'T KNOW" 9 "REFUSED" ; label define N34C6 1 "VERY CAPABLE" 2 "SOMEWHAT CAPABLE" 3 "A LITTLE CAPABLE" 4 "NOT AT ALL CAPABLE" 8 "DON'T KNOW" 9 "REFUSED" ; label define EMOT1 1 "AFRAID" 2 "AFRAID OF DYING" 3 "AFRAID ALONE" 4 "AFRAID DARK" 5 "AFRAID TO GO HOME" 6 "AFRAID SHOWER" 7 "AFRAID TO LEAVE HOUSE" 8 "SCARED" 9 "SCARED TO SLEEP" 10 "SCARED OF THNGS FALL" 11 "FEAR" 12 "FIRGHTENED" 13 "ANXIETY" 14 "ANXIETY ATTACKS" 15 "WORRIED ABT OTHERS" 16 "CONCERN NEIGH" 17 "WORRY FAMILY" 18 "WORRY KIDS" 19 "FRIGHTEND CHILD" 20 "AFRAID FOR KIDS" 21 "INSOMNIA" 22 "SLEEPLESSNESS" 23 "DIFF SLEEP" 24 "DISRUPT SLEEP" 25 "COULDNT SLEEP" 26 "AFRAID TO SLEEP" 27 "MOTION SENSITIVE" 28 "SOUND SENSITIVE" 29 "JUMPINESS" 30 "JITTERY" 31 "NERVOUSNESS" 32 "NERVES" 33 "FELL APART" 34 "SHAKENED UP" 35 "SHOCK" 36 "HORROR" 37 "DISTURBED" 38 "TRAUMATIZED" 39 "HYSTERICAL" 40 "WAITING FOR QUAKE" 41 "WORRIED OTHER QUAKE" 42 "FEAR ANOTHER QUAKE" 43 "ANXIETY OTHER QUAKE" 44 "SCARED OTHER QUAKE" 45 "SCARED AFTERSHKS" 46 "EMOTIONAL INJ" 47 "GUILT" 48 "UPSET" 49 "DISORIENT" 50 "RESTLESS" 51 "EASILY DISTRACT" 52 "PANIC" 53 "PANIC ATX" 54 "PARANOID" 55 "STRESS" 56 "RECD COUNSEL" 57 "NIGHTMARES" 58 "PTSD" 59 "DEPRESSION" 60 "MAD" 61 "OTHERS UPSET" 62 "OUT OF BALANCE" 63 "WORRY" 64 "HELPLESS" 65 "UNEASINESS" 66 "LOSS OF CONTROL" 67 "CONCERN FOR WORK" 68 "TERRIFIED" 69 "CRYING" 70 "WAKE W COLD SWEATS" 71 "BITTER" 72 "OTHER" 73 "INSECURE" 100 "COULDNT EAT" 101 "FATIGUE" 102 "PHYSICAL INJURIES" 103 "PERIOD WORSE" 104 "LOSS OF HUNGER" 105 "PALPITATIONS" 106 "BP UP" 107 "HEARTACHE" 108 "SHORTNESS OF BREATH" 109 "CAN'T SHOP" 110 "CAN'T CHORES" 111 "FEVER" ; label define EMOT2 1 "AFRAID" 2 "AFRAID OF DYING" 3 "AFRAID ALONE" 4 "AFRAID DARK" 5 "AFRAID TO GO HOME" 6 "AFRAID SHOWER" 7 "AFRAID TO LEAVE HOUSE" 8 "SCARED" 9 "SCARED TO SLEEP" 10 "SCARED OF THNGS FALL" 11 "FEAR" 12 "FIRGHTENED" 13 "ANXIETY" 14 "ANXIETY ATTACKS" 15 "WORRIED ABT OTHERS" 16 "CONCERN NEIGH" 17 "WORRY FAMILY" 18 "WORRY KIDS" 19 "FRIGHTEND CHILD" 20 "AFRAID FOR KIDS" 21 "INSOMNIA" 22 "SLEEPLESSNESS" 23 "DIFF SLEEP" 24 "DISRUPT SLEEP" 25 "COULDNT SLEEP" 26 "AFRAID TO SLEEP" 27 "MOTION SENSITIVE" 28 "SOUND SENSITIVE" 29 "JUMPINESS" 30 "JITTERY" 31 "NERVOUSNESS" 32 "NERVES" 33 "FELL APART" 34 "SHAKENED UP" 35 "SHOCK" 36 "HORROR" 37 "DISTURBED" 38 "TRAUMATIZED" 39 "HYSTERICAL" 40 "WAITING FOR QUAKE" 41 "WORRIED OTHER QUAKE" 42 "FEAR ANOTHER QUAKE" 43 "ANXIETY OTHER QUAKE" 44 "SCARED OTHER QUAKE" 45 "SCARED AFTERSHKS" 46 "EMOTIONAL INJ" 47 "GUILT" 48 "UPSET" 49 "DISORIENT" 50 "RESTLESS" 51 "EASILY DISTRACT" 52 "PANIC" 53 "PANIC ATX" 54 "PARANOID" 55 "STRESS" 56 "RECD COUNSEL" 57 "NIGHTMARES" 58 "PTSD" 59 "DEPRESSION" 60 "MAD" 61 "OTHERS UPSET" 62 "OUT OF BALANCE" 63 "WORRY" 64 "HELPLESS" 65 "UNEASINESS" 66 "LOSS OF CONTROL" 67 "CONCERN FOR WORK" 68 "TERRIFIED" 69 "CRYING" 70 "WAKE W COLD SWEATS" 71 "BITTER" 72 "OTHER" 73 "INSECURE" 100 "COULDNT EAT" 101 "FATIGUE" 102 "PHYSICAL INJURIES" 103 "PERIOD WORSE" 104 "LOSS OF HUNGER" 105 "PALPITATIONS" 106 "BP UP" 107 "HEARTACHE" 108 "SHORTNESS OF BREATH" 109 "CAN'T SHOP" 110 "CAN'T CHORES" 111 "FEVER" ; label define EMOT3 1 "AFRAID" 2 "AFRAID OF DYING" 3 "AFRAID ALONE" 4 "AFRAID DARK" 5 "AFRAID TO GO HOME" 6 "AFRAID SHOWER" 7 "AFRAID TO LEAVE HOUSE" 8 "SCARED" 9 "SCARED TO SLEEP" 10 "SCARED OF THNGS FALL" 11 "FEAR" 12 "FIRGHTENED" 13 "ANXIETY" 14 "ANXIETY ATTACKS" 15 "WORRIED ABT OTHERS" 16 "CONCERN NEIGH" 17 "WORRY FAMILY" 18 "WORRY KIDS" 19 "FRIGHTEND CHILD" 20 "AFRAID FOR KIDS" 21 "INSOMNIA" 22 "SLEEPLESSNESS" 23 "DIFF SLEEP" 24 "DISRUPT SLEEP" 25 "COULDNT SLEEP" 26 "AFRAID TO SLEEP" 27 "MOTION SENSITIVE" 28 "SOUND SENSITIVE" 29 "JUMPINESS" 30 "JITTERY" 31 "NERVOUSNESS" 32 "NERVES" 33 "FELL APART" 34 "SHAKENED UP" 35 "SHOCK" 36 "HORROR" 37 "DISTURBED" 38 "TRAUMATIZED" 39 "HYSTERICAL" 40 "WAITING FOR QUAKE" 41 "WORRIED OTHER QUAKE" 42 "FEAR ANOTHER QUAKE" 43 "ANXIETY OTHER QUAKE" 44 "SCARED OTHER QUAKE" 45 "SCARED AFTERSHKS" 46 "EMOTIONAL INJ" 47 "GUILT" 48 "UPSET" 49 "DISORIENT" 50 "RESTLESS" 51 "EASILY DISTRACT" 52 "PANIC" 53 "PANIC ATX" 54 "PARANOID" 55 "STRESS" 56 "RECD COUNSEL" 57 "NIGHTMARES" 58 "PTSD" 59 "DEPRESSION" 60 "MAD" 61 "OTHERS UPSET" 62 "OUT OF BALANCE" 63 "WORRY" 64 "HELPLESS" 65 "UNEASINESS" 66 "LOSS OF CONTROL" 67 "CONCERN FOR WORK" 68 "TERRIFIED" 69 "CRYING" 70 "WAKE W COLD SWEATS" 71 "BITTER" 72 "OTHER" 73 "INSECURE" 100 "COULDNT EAT" 101 "FATIGUE" 102 "PHYSICAL INJURIES" 103 "PERIOD WORSE" 104 "LOSS OF HUNGER" 105 "PALPITATIONS" 106 "BP UP" 107 "HEARTACHE" 108 "SHORTNESS OF BREATH" 109 "CAN'T SHOP" 110 "CAN'T CHORES" 111 "FEVER" ; label define EMOT4 1 "AFRAID" 2 "AFRAID OF DYING" 3 "AFRAID ALONE" 4 "AFRAID DARK" 5 "AFRAID TO GO HOME" 6 "AFRAID SHOWER" 7 "AFRAID TO LEAVE HOUSE" 8 "SCARED" 9 "SCARED TO SLEEP" 10 "SCARED OF THNGS FALL" 11 "FEAR" 12 "FIRGHTENED" 13 "ANXIETY" 14 "ANXIETY ATTACKS" 15 "WORRIED ABT OTHERS" 16 "CONCERN NEIGH" 17 "WORRY FAMILY" 18 "WORRY KIDS" 19 "FRIGHTEND CHILD" 20 "AFRAID FOR KIDS" 21 "INSOMNIA" 22 "SLEEPLESSNESS" 23 "DIFF SLEEP" 24 "DISRUPT SLEEP" 25 "COULDNT SLEEP" 26 "AFRAID TO SLEEP" 27 "MOTION SENSITIVE" 28 "SOUND SENSITIVE" 29 "JUMPINESS" 30 "JITTERY" 31 "NERVOUSNESS" 32 "NERVES" 33 "FELL APART" 34 "SHAKENED UP" 35 "SHOCK" 36 "HORROR" 37 "DISTURBED" 38 "TRAUMATIZED" 39 "HYSTERICAL" 40 "WAITING FOR QUAKE" 41 "WORRIED OTHER QUAKE" 42 "FEAR ANOTHER QUAKE" 43 "ANXIETY OTHER QUAKE" 44 "SCARED OTHER QUAKE" 45 "SCARED AFTERSHKS" 46 "EMOTIONAL INJ" 47 "GUILT" 48 "UPSET" 49 "DISORIENT" 50 "RESTLESS" 51 "EASILY DISTRACT" 52 "PANIC" 53 "PANIC ATX" 54 "PARANOID" 55 "STRESS" 56 "RECD COUNSEL" 57 "NIGHTMARES" 58 "PTSD" 59 "DEPRESSION" 60 "MAD" 61 "OTHERS UPSET" 62 "OUT OF BALANCE" 63 "WORRY" 64 "HELPLESS" 65 "UNEASINESS" 66 "LOSS OF CONTROL" 67 "CONCERN FOR WORK" 68 "TERRIFIED" 69 "CRYING" 70 "WAKE W COLD SWEATS" 71 "BITTER" 72 "OTHER" 73 "INSECURE" 100 "COULDNT EAT" 101 "FATIGUE" 102 "PHYSICAL INJURIES" 103 "PERIOD WORSE" 104 "LOSS OF HUNGER" 105 "PALPITATIONS" 106 "BP UP" 107 "HEARTACHE" 108 "SHORTNESS OF BREATH" 109 "CAN'T SHOP" 110 "CAN'T CHORES" 111 "FEVER" ; label define EMOT5 1 "AFRAID" 2 "AFRAID OF DYING" 3 "AFRAID ALONE" 4 "AFRAID DARK" 5 "AFRAID TO GO HOME" 6 "AFRAID SHOWER" 7 "AFRAID TO LEAVE HOUSE" 8 "SCARED" 9 "SCARED TO SLEEP" 10 "SCARED OF THNGS FALL" 11 "FEAR" 12 "FIRGHTENED" 13 "ANXIETY" 14 "ANXIETY ATTACKS" 15 "WORRIED ABT OTHERS" 16 "CONCERN NEIGH" 17 "WORRY FAMILY" 18 "WORRY KIDS" 19 "FRIGHTEND CHILD" 20 "AFRAID FOR KIDS" 21 "INSOMNIA" 22 "SLEEPLESSNESS" 23 "DIFF SLEEP" 24 "DISRUPT SLEEP" 25 "COULDNT SLEEP" 26 "AFRAID TO SLEEP" 27 "MOTION SENSITIVE" 28 "SOUND SENSITIVE" 29 "JUMPINESS" 30 "JITTERY" 31 "NERVOUSNESS" 32 "NERVES" 33 "FELL APART" 34 "SHAKENED UP" 35 "SHOCK" 36 "HORROR" 37 "DISTURBED" 38 "TRAUMATIZED" 39 "HYSTERICAL" 40 "WAITING FOR QUAKE" 41 "WORRIED OTHER QUAKE" 42 "FEAR ANOTHER QUAKE" 43 "ANXIETY OTHER QUAKE" 44 "SCARED OTHER QUAKE" 45 "SCARED AFTERSHKS" 46 "EMOTIONAL INJ" 47 "GUILT" 48 "UPSET" 49 "DISORIENT" 50 "RESTLESS" 51 "EASILY DISTRACT" 52 "PANIC" 53 "PANIC ATX" 54 "PARANOID" 55 "STRESS" 56 "RECD COUNSEL" 57 "NIGHTMARES" 58 "PTSD" 59 "DEPRESSION" 60 "MAD" 61 "OTHERS UPSET" 62 "OUT OF BALANCE" 63 "WORRY" 64 "HELPLESS" 65 "UNEASINESS" 66 "LOSS OF CONTROL" 67 "CONCERN FOR WORK" 68 "TERRIFIED" 69 "CRYING" 70 "WAKE W COLD SWEATS" 71 "BITTER" 72 "OTHER" 73 "INSECURE" 100 "COULDNT EAT" 101 "FATIGUE" 102 "PHYSICAL INJURIES" 103 "PERIOD WORSE" 104 "LOSS OF HUNGER" 105 "PALPITATIONS" 106 "BP UP" 107 "HEARTACHE" 108 "SHORTNESS OF BREATH" 109 "CAN'T SHOP" 110 "CAN'T CHORES" 111 "FEVER" ; label define EMOT6 1 "AFRAID" 2 "AFRAID OF DYING" 3 "AFRAID ALONE" 4 "AFRAID DARK" 5 "AFRAID TO GO HOME" 6 "AFRAID SHOWER" 7 "AFRAID TO LEAVE HOUSE" 8 "SCARED" 9 "SCARED TO SLEEP" 10 "SCARED OF THNGS FALL" 11 "FEAR" 12 "FIRGHTENED" 13 "ANXIETY" 14 "ANXIETY ATTACKS" 15 "WORRIED ABT OTHERS" 16 "CONCERN NEIGH" 17 "WORRY FAMILY" 18 "WORRY KIDS" 19 "FRIGHTEND CHILD" 20 "AFRAID FOR KIDS" 21 "INSOMNIA" 22 "SLEEPLESSNESS" 23 "DIFF SLEEP" 24 "DISRUPT SLEEP" 25 "COULDNT SLEEP" 26 "AFRAID TO SLEEP" 27 "MOTION SENSITIVE" 28 "SOUND SENSITIVE" 29 "JUMPINESS" 30 "JITTERY" 31 "NERVOUSNESS" 32 "NERVES" 33 "FELL APART" 34 "SHAKENED UP" 35 "SHOCK" 36 "HORROR" 37 "DISTURBED" 38 "TRAUMATIZED" 39 "HYSTERICAL" 40 "WAITING FOR QUAKE" 41 "WORRIED OTHER QUAKE" 42 "FEAR ANOTHER QUAKE" 43 "ANXIETY OTHER QUAKE" 44 "SCARED OTHER QUAKE" 45 "SCARED AFTERSHKS" 46 "EMOTIONAL INJ" 47 "GUILT" 48 "UPSET" 49 "DISORIENT" 50 "RESTLESS" 51 "EASILY DISTRACT" 52 "PANIC" 53 "PANIC ATX" 54 "PARANOID" 55 "STRESS" 56 "RECD COUNSEL" 57 "NIGHTMARES" 58 "PTSD" 59 "DEPRESSION" 60 "MAD" 61 "OTHERS UPSET" 62 "OUT OF BALANCE" 63 "WORRY" 64 "HELPLESS" 65 "UNEASINESS" 66 "LOSS OF CONTROL" 67 "CONCERN FOR WORK" 68 "TERRIFIED" 69 "CRYING" 70 "WAKE W COLD SWEATS" 71 "BITTER" 72 "OTHER" 73 "INSECURE" 100 "COULDNT EAT" 101 "FATIGUE" 102 "PHYSICAL INJURIES" 103 "PERIOD WORSE" 104 "LOSS OF HUNGER" 105 "PALPITATIONS" 106 "BP UP" 107 "HEARTACHE" 108 "SHORTNESS OF BREATH" 109 "CAN'T SHOP" 110 "CAN'T CHORES" 111 "FEVER" ; label define LANG1 1 "English" 2 "Spanish" 11 "Danish" 12 "Polish" 13 "Romanian" 14 "Portugese" 15 "Greek" 16 "Yugoslavian" 17 "German" 18 "Italian" 19 "French" 21 "Arabic" 22 "Turkish" 23 "Assyrian" 24 "Farsi/Persian" 31 "Filipino" 32 "Tagalog" 33 "Ilongo/Ilocano" 34 "Visyan" 40 "Jewish" 41 "Hebrew" 42 "Yiddish" 51 "Chinese" 52 "Cantonese" 53 "Taiwanese" 54 "Burmese" 55 "Thai" 56 "Korean" 57 "Japanese" 58 "Indonesian" 61 "Armenian" 62 "Amharic" 63 "Lakota" 64 "Pelugu" 65 "Vangoli" 66 "Punjabi" 67 "Hindi" 68 "Gugarati" 98 "do not know" ; label define LANG2 1 "English" 2 "Spanish" 11 "Danish" 12 "Polish" 13 "Romanian" 14 "Portugese" 15 "Greek" 16 "Yugoslavian" 17 "German" 18 "Italian" 19 "French" 21 "Arabic" 22 "Turkish" 23 "Assyrian" 24 "Farsi/Persian" 31 "Filipino" 32 "Tagalog" 33 "Ilongo/Ilocano" 34 "Visyan" 40 "Jewish" 41 "Hebrew" 42 "Yiddish" 51 "Chinese" 52 "Cantonese" 53 "Taiwanese" 54 "Burmese" 55 "Thai" 56 "Korean" 57 "Japanese" 58 "Indonesian" 61 "Armenian" 62 "Amharic" 63 "Lakota" 64 "Pelugu" 65 "Vangoli" 66 "Punjabi" 67 "Hindi" 68 "Gugarati" 98 "do not know" ; label define LANG3 1 "English" 2 "Spanish" 11 "Danish" 12 "Polish" 13 "Romanian" 14 "Portugese" 15 "Greek" 16 "Yugoslavian" 17 "German" 18 "Italian" 19 "French" 21 "Arabic" 22 "Turkish" 23 "Assyrian" 24 "Farsi/Persian" 31 "Filipino" 32 "Tagalog" 33 "Ilongo/Ilocano" 34 "Visyan" 40 "Jewish" 41 "Hebrew" 42 "Yiddish" 51 "Chinese" 52 "Cantonese" 53 "Taiwanese" 54 "Burmese" 55 "Thai" 56 "Korean" 57 "Japanese" 58 "Indonesian" 61 "Armenian" 62 "Amharic" 63 "Lakota" 64 "Pelugu" 65 "Vangoli" 66 "Punjabi" 67 "Hindi" 68 "Gugarati" 98 "do not know" ; label define LANG4 1 "English" 2 "Spanish" 11 "Danish" 12 "Polish" 13 "Romanian" 14 "Portugese" 15 "Greek" 16 "Yugoslavian" 17 "German" 18 "Italian" 19 "French" 21 "Arabic" 22 "Turkish" 23 "Assyrian" 24 "Farsi/Persian" 31 "Filipino" 32 "Tagalog" 33 "Ilongo/Ilocano" 34 "Visyan" 40 "Jewish" 41 "Hebrew" 42 "Yiddish" 51 "Chinese" 52 "Cantonese" 53 "Taiwanese" 54 "Burmese" 55 "Thai" 56 "Korean" 57 "Japanese" 58 "Indonesian" 61 "Armenian" 62 "Amharic" 63 "Lakota" 64 "Pelugu" 65 "Vangoli" 66 "Punjabi" 67 "Hindi" 68 "Gugarati" 98 "do not know" ; label define COMBINJ 0 "no injury" 1 "head area only" 2 "upper extremity only" 3 "lower extremity only" 4 "trunk area only" 5 "back/spine/neck only" 6 "internal organs" 7 "combination of upper and lower extremity" 8 "head area plus other" 9 "trunk/spine area plus; no head" ; label define COMBTYPE 100 "NO INJURY" 150 "mULTIPLE SEVER INJURIES" 175 "INTERNAL INJURIES" 200 "BROKEN BONES" 250 "MINOR INJURIES:UNSPECIFIED" 251 "CUTS" 252 "BRUISES" 253 "CUTS AND BRUISES" 254 "SPRAINS" 255 "MINOR HEAD INJURY" 256 "AGGRAVATED PRIOR INJURY/SURGERY" 257 "SCRAPE" 258 "BIT LIP" 259 "BUMP/SWELLING" 260 "STIFF NECK" 280 "MORE SEVERE:UNSPECIFIED" 281 "DISLOCATION" 282 "WRENCH" 283 "CONTUSION" 284 "STITCHED CUT" 285 "PARALYSIS" 286 "CRUSHED" 300 "CONCUSSION" 400 "HEART ATTACK" 401 "STOMACHACHE" 500 "CUTS AND SPRAINS" 501 "WRENCH AND SPRAIN" ; label define LOC_COD 110 "Bathroom" 120 "Bed" 125 "Bedroom" 130 "Bunkbed" 132 "Couch" 135 "Doorway" 140 "Eating a Meal" 142 "Hall / Hallway" 145 "Inside" 150 "Kitchen" 160 "Living Room" 165 "Room" 170 "Shower" 175 "Sofa" 180 "Third Floor" 210 "Air Compressor Room" 250 "Outside of Work" 280 "Warehouse" 300 "Woke up from Sleep" 310 "Car" 360 "Outside" 888 "Dont know" 999 "Not mentioned" ; label define ACT_COD 100 "Assumed Crash Position" 101 "Braced" 102 "Ducked" 103 "Grabbed / Held onto" 104 "Held onto" 110 "Assessed" 111 "Turned on" 120 "Covered" 121 "Helped" 122 "Protected" 123 "Took Cover in/under" 124 "Put Children" 130 "Crawled to" 131 "Crawled under" 132 "Flew / Flew out of" 133 "Got out of / Got up from" 134 "jumped" 135 "left / Went out of" 136 "Moved away from" 137 "Moved to" 138 "Opened" 139 "Pulled/Pulled to" 140 "Put" 141 "Put on" 142 "Ran/Ran to" 143 "Ran under" 144 "Rolled off" 145 "Walked around" 146 "Walked/Walked to" 147 "Went to" 148 "Got/Moved/Went under" 149 "Gathered/Got/Picked up/Carried/Grabbed" 150 "Ran away from / Ran out of" 151 "Kneeled" 170 "Woke up" 171 "Cried" 180 "Dressed" 190 "Sat in" 191 "Sat on" 192 "Sat up in" 193 "Stood" 194 "Stood in" 195 "Stood under" 196 "Stood on" 197 "Layed / Lied / in/on" 198 "Sat" 200 "Called for / Called to" 201 "Asked" 210 "Calmed" 220 "Expletive" 230 "Laughed" 240 "Prayed" 250 "Said" 260 "Screamed / Yelled (at)" 270 "Told" 300 "Froze" 305 "Denied" 310 "Listened" 320 "Looked at / around / for" 325 "Nothing" 327 "Refused to do" 330 "Rode it out" 335 "Stayed" 340 "Stayed in" 350 "Stayed under" 360 "Waited (for)" 370 "Watched" 400 "Got excited" 405 "Got scared" 410 "Panicked" 415 "In Shock" 420 "Continued to" 500 "Bounced / Bounced out of" 510 "Fell out of" 511 "Fell to" 520 "Hit by / Struck by" 525 "Shaken out of" 530 "Thrown against" 531 "Thrown out of" 532 "Thrown through" 533 "Thrown to" 540 "Trapped in" 550 "Unable to Act b/c of Obstacles" 551 "Unable to Act b/c of Shaking" 600 "Dropped" 610 "Stopped" 699 "Unknown" 999 "missing" ; label define ACT_CMPL 0 "No" 1 "Yes" 2 "Attempted, ? Completion" 9 "missing" ; label define OBJ_COD 100 "Flashlight" 110 "TV" 150 "Arms over Head" 155 "Childs Head with Body" 158 "Head / Face" 160 "Head with Bedding" 165 "Head with Blankets" 170 "Head with Hands" 175 "Head with Pillow" 180 "Knees" 185 "Wifes Head with Body" 200 "Bathrobe" 210 "Clothes" 215 "Pillow" 220 "Shoes" 230 "Slippers" 250 "Bed" 255 "Bed, Edge of" 258 "Bed, Mothers'" 260 "Bed, Side of" 265 "Bed, Sons'" 268 "Bed, Under" 270 "Couch" 275 "Desk" 280 "Furniture" 282 "Lamp" 285 "Mattress" 290 "Table" 295 "Table, Dining" 300 "Sleeping / Asleep" 310 "Still / In Same Place" 350 "Safe Place" 360 "Sculpture" 400 "Ground" 410 "Outside" 412 "Outside of Office" 414 "Outside of Work" 420 "Patio" 430 "Road, Side of" 440 "Street" 450 "Baby" 451 "Children/Child/Son/Daughter/Niece" 452 "Disabled Mother" 453 "Kids under Bed" 454 "Son" 455 "Stepson" 456 "Daughter" 470 "Husband" 471 "Girlfriend" 472 "Wife" 475 "Brother" 480 "Aunt" 481 "Niece" 482 "Other People" 483 "Parents" 484 "Rest of Family" 485 "Self" 486 "Visitor" 490 "Cat" 500 "Archway" 501 "Cabinet" 503 "Door" 504 "Door, Bedroom" 505 "Door, Closet" 506 "Door, Front" 507 "Doorjamb" 508 "Doorway" 509 "Sink" 510 "Wall Unit" 511 "Door, Sliding Glass" 520 "Window(s)" 521 "Window, Picture" 530 "Floor" 531 "Hall / Hallway" 532 "Room, Bathroom" 533 "Room, Childrens" 534 "Room, Family Room" 535 "Room, Kitchen" 536 "Room, Living Room" 537 "Room, Mothers Room" 538 "Room, Other Room" 539 "Room, Stereo Room" 540 "Stairs, Down 2 Flights" 541 "Stairs, Downstairs" 542 "Stairs, Upstairs" 543 "Room, Bedroom" 544 "Stairs, Stairway" 545 "Room, Non-Specific" 550 "Building" 551 "Work" 552 "Apartment" 553 "Church" 560 "Gas Leaks" 561 "Lights" 562 "Lights, Turn on" 600 "Car" 700 "Anything" 705 "Damage" 710 "Earthquake" 712 "Everything" 715 "Explitive" 728 "Question" 730 "Standing" 735 "Verbal Instructions" 745 "Work (verb)" 888 "Unknown" 999 "Missing" ; label define ACT_COD2 100 "Assumed Crash Position" 101 "Braced" 102 "Ducked" 103 "Grabbed / Held onto" 104 "Held onto" 110 "Assessed" 111 "Turned on" 120 "Covered" 121 "Helped" 122 "Protected" 123 "Took Cover in/under" 124 "Put Children" 130 "Crawled to" 131 "Crawled under" 132 "Flew / Flew out of" 133 "Got out of / Got up from" 134 "jumped" 135 "left / Went out of" 136 "Moved away from" 137 "Moved to" 138 "Opened" 139 "Pulled/Pulled to" 140 "Put" 141 "Put on" 142 "Ran/Ran to" 143 "Ran under" 144 "Rolled off" 145 "Walked around" 146 "Walked/Walked to" 147 "Went to" 148 "Got/Moved/Went under" 149 "Gathered/Got/Picked up/Carried/Grabbed" 150 "Ran away from / Ran out of" 151 "Kneeled" 170 "Woke up" 171 "Cried" 180 "Dressed" 190 "Sat in" 191 "Sat on" 192 "Sat up in" 193 "Stood" 194 "Stood in" 195 "Stood under" 196 "Stood on" 197 "Layed / Lied / in/on" 198 "Sat" 200 "Called for / Called to" 201 "Asked" 210 "Calmed" 220 "Expletive" 230 "Laughed" 240 "Prayed" 250 "Said" 260 "Screamed / Yelled (at)" 270 "Told" 300 "Froze" 305 "Denied" 310 "Listened" 320 "Looked at / around / for" 325 "Nothing" 327 "Refused to do" 330 "Rode it out" 335 "Stayed" 340 "Stayed in" 350 "Stayed under" 360 "Waited (for)" 370 "Watched" 400 "Got excited" 405 "Got scared" 410 "Panicked" 415 "In Shock" 420 "Continued to" 500 "Bounced / Bounced out of" 510 "Fell out of" 511 "Fell to" 520 "Hit by / Struck by" 525 "Shaken out of" 530 "Thrown against" 531 "Thrown out of" 532 "Thrown through" 533 "Thrown to" 540 "Trapped in" 550 "Unable to Act b/c of Obstacles" 551 "Unable to Act b/c of Shaking" 600 "Dropped" 610 "Stopped" 699 "Unknown" 999 "missing" ; label define OBJ_COD2 100 "Flashlight" 110 "TV" 150 "Arms over Head" 155 "Childs Head with Body" 158 "Head / Face" 160 "Head with Bedding" 165 "Head with Blankets" 170 "Head with Hands" 175 "Head with Pillow" 180 "Knees" 185 "Wifes Head with Body" 200 "Bathrobe" 210 "Clothes" 215 "Pillow" 220 "Shoes" 230 "Slippers" 250 "Bed" 255 "Bed, Edge of" 258 "Bed, Mothers'" 260 "Bed, Side of" 265 "Bed, Sons'" 268 "Bed, Under" 270 "Couch" 275 "Desk" 280 "Furniture" 282 "Lamp" 285 "Mattress" 290 "Table" 295 "Table, Dining" 300 "Sleeping / Asleep" 310 "Still / In Same Place" 350 "Safe Place" 360 "Sculpture" 400 "Ground" 410 "Outside" 412 "Outside of Office" 414 "Outside of Work" 420 "Patio" 430 "Road, Side of" 440 "Street" 450 "Baby" 451 "Children/Child/Son/Daughter/Niece" 452 "Disabled Mother" 453 "Kids under Bed" 454 "Son" 455 "Stepson" 456 "Daughter" 470 "Husband" 471 "Girlfriend" 472 "Wife" 475 "Brother" 480 "Aunt" 481 "Niece" 482 "Other People" 483 "Parents" 484 "Rest of Family" 485 "Self" 486 "Visitor" 490 "Cat" 500 "Archway" 501 "Cabinet" 503 "Door" 504 "Door, Bedroom" 505 "Door, Closet" 506 "Door, Front" 507 "Doorjamb" 508 "Doorway" 509 "Sink" 510 "Wall Unit" 511 "Door, Sliding Glass" 520 "Window(s)" 521 "Window, Picture" 530 "Floor" 531 "Hall / Hallway" 532 "Room, Bathroom" 533 "Room, Childrens" 534 "Room, Family Room" 535 "Room, Kitchen" 536 "Room, Living Room" 537 "Room, Mothers Room" 538 "Room, Other Room" 539 "Room, Stereo Room" 540 "Stairs, Down 2 Flights" 541 "Stairs, Downstairs" 542 "Stairs, Upstairs" 543 "Room, Bedroom" 544 "Stairs, Stairway" 545 "Room, Non-Specific" 550 "Building" 551 "Work" 552 "Apartment" 553 "Church" 560 "Gas Leaks" 561 "Lights" 562 "Lights, Turn on" 600 "Car" 700 "Anything" 705 "Damage" 710 "Earthquake" 712 "Everything" 715 "Explitive" 728 "Question" 730 "Standing" 735 "Verbal Instructions" 745 "Work (verb)" 888 "Unknown" 999 "Missing" ; label define ACT_CMP2 0 "No" 1 "Yes" 2 "Attempted, ? Completion" 9 "missing" ; label define NEWETHN1 1 "white" 2 "latino/hispanic" 3 "black/african-american" 4 "asian" 5 "native american" 6 "other" 99 "missing" ; label define PHYSINJ 0 "no" 1 "yes" ; label define NEWETHN4 1 "white" 2 "Hispanic" 3 "Black" 4 "other" ; label define VIOLEXP2 0 "NO" 1 "YES" ; label define MARRIED 0 "NO" 1 "YES" ; label define SOMCASE 0 "NOT CASE" 1 "CASE" ; label define OCCASE 0 "NOT CASE" 1 "CASE" ; label define ISCASE 0 "NOT CASE" 1 "CASE" ; label define DCASE 0 "NOT CASE" 1 "CASE" ; label define ACASE 0 "NOT CASE" 1 "CASE" ; label define HCASE 0 "NOT CASE" 1 "CASE" ; label define PACASE 0 "NOT CASE" 1 "CASE" ; label define PCASE 0 "NOT CASE" 1 "CASE" ; label define PICASE 0 "NOT CASE" 1 "CASE" ; label define GCASE 0 "NOT CASE" 1 "CASE" ; label define PSTCASE 0 "NOT CASE" 1 "CASE" ; label define PSDICASE 0 "NOT CASE" 1 "CASE" ; label define BSICASE 0 "NOT CASE" 1 "CASE" ; label define REMOT1 1 "fear" 2 "anxiety" 3 "concern others" 4 "insomnia" 5 "sensitive sound/motion" 6 "nervous" 7 "eq specific" 8 "panic" 9 "ptsd" 10 "depressed" 11 "anger" 12 "psycosomatic" 13 "other general emotional upset" ; label define REMOT2 1 "fear" 2 "anxiety" 3 "concern others" 4 "insomnia" 5 "sensitive sound/motion" 6 "nervous" 7 "eq specific" 8 "panic" 9 "ptsd" 10 "depressed" 11 "anger" 12 "psycosomatic" 13 "other general emotional upset" ; label define REMOT3 1 "fear" 2 "anxiety" 3 "concern others" 4 "insomnia" 5 "sensitive sound/motion" 6 "nervous" 7 "eq specific" 8 "panic" 9 "ptsd" 10 "depressed" 11 "anger" 12 "psycosomatic" 13 "other general emotional upset" ; label define REMOT4 1 "fear" 2 "anxiety" 3 "concern others" 4 "insomnia" 5 "sensitive sound/motion" 6 "nervous" 7 "eq specific" 8 "panic" 9 "ptsd" 10 "depressed" 11 "anger" 12 "psycosomatic" 13 "other general emotional upset" ; label define REMOT5 1 "fear" 2 "anxiety" 3 "concern others" 4 "insomnia" 5 "sensitive sound/motion" 6 "nervous" 7 "eq specific" 8 "panic" 9 "ptsd" 10 "depressed" 11 "anger" 12 "psycosomatic" 13 "other general emotional upset" ; label define REMOT6 1 "fear" 2 "anxiety" 3 "concern others" 4 "insomnia" 5 "sensitive sound/motion" 6 "nervous" 7 "eq specific" 8 "panic" 9 "ptsd" 10 "depressed" 11 "anger" 12 "psycosomatic" 13 "other general emotional upset" ; label define RREMOT1 1 "general nervous/fear" 2 "panic/anxiety" 3 "insomnia/psychosomatic" 4 "motion/sound sensitive" 5 "ptsd" 6 "depressed" 7 "anger" ; label define RREMOT2 1 "general nervous/fear" 2 "panic/anxiety" 3 "insomnia/psychosomatic" 4 "motion/sound sensitive" 5 "ptsd" 6 "depressed" 7 "anger" ; label define RREMOT3 1 "general nervous/fear" 2 "panic/anxiety" 3 "insomnia/psychosomatic" 4 "motion/sound sensitive" 5 "ptsd" 6 "depressed" 7 "anger" ; label define RREMOT4 1 "general nervous/fear" 2 "panic/anxiety" 3 "insomnia/psychosomatic" 4 "motion/sound sensitive" 5 "ptsd" 6 "depressed" 7 "anger" ; label define RREMOT5 1 "general nervous/fear" 2 "panic/anxiety" 3 "insomnia/psychosomatic" 4 "motion/sound sensitive" 5 "ptsd" 6 "depressed" 7 "anger" ; label define RREMOT6 1 "general nervous/fear" 2 "panic/anxiety" 3 "insomnia/psychosomatic" 4 "motion/sound sensitive" 5 "ptsd" 6 "depressed" 7 "anger" ; label define RRCOMEMO 1 "general nervous/fear" 2 "panic/anxiety" 3 "psychosomatic" 4 "motion/sound sensitive" 12 "general & panic/anxiety" 13 "gen & psychosomatic" 14 "gen & sensitive" 15 "gen & ptsd" 16 "gen & depressed" 17 "gen & anger" 123 "gen & panic & psychosomatic" 134 "gen & psychosomatic & sensitive" 136 "gen & panic & depressed" ; label define DICHEMOT 0 "general fear" 1 "all other emot injuries" ; label define SELFVICT 0 "not at all" 1 "somewhat" 2 "definitely" 9 "missing" ; label define COMBHOW 1 "non-structural objects" 2 "structural objects fell" 3 "utilities out" 4 "behavior of individual" 5 "eq caused injury" 6 "other cause" ; label define FEMALE 0 "male" 1 "female" ; label define DWELLTYP 1 "apt/condo" 2 "house" 3 "other" ; label define RKIDS 0 "no kids" 1 "kids present" ; label define HOMEAGE 0 "pre 1960" 1 "1960-1971" 2 "post-1971" ; label define FRSTMOVE 0 "Stayed in Place" 1 "Attempted to Move" 2 "Voluntarily Moved" 3 "In a Car" 9 "Not applicable" ; label define RFRSTMOV 0 "didn" ; label define SAFEKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define DHSKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define UTILKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define REDXKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define BLDGKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define HOSPKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define HCTRKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define FEMAKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define HUDKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define CALTKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define CHRCHKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define OTHRKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define EQEMATCH 0 "no" 1 "yes" ; label define RW480 1 "< once/year" 2 "1 to several/year" 3 "1-3 times/month" 4 "1 or more times/wk" ; label define RX480 1 "Not at all important" 2 "Not very important" 3 "Somewhat important" 4 "Very Important" ; label define V244A 0 "no info" 1 "some info" ; label define POLICKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define FIREKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define UTILKNO2 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define REDXKNO2 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define BLDGKNO2 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define ELECTKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define HLTHKNO 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define FEMAKNO2 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define HUDKNO2 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define CALTKNO2 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define OTHRKNO2 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define SAFEKNO2 0 "didn't know any safety agency" 1 "recognized safety agency" 2 "volunteered agency" ; label define UTILKNO3 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define REDXKNO3 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define BLDGKNO3 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define FEMAKNO3 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define HUDKNO3 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define CALTKNO3 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define OTHRKNO3 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; label define HLTHKNO2 0 "didnt know agency" 1 "recognized agency" 2 "volunteered agency" ; #delimit cr ******************************************************************* infile using X * Replace 'X' with the name of the dictionary file. * * The contents of the dictionary are given at the end of this file. * Put the dictionary into a separate file (by editing this file). * Then specify here the name of the dictionary file. ******************************************************************* * The md, min and max specifications were translated * into the following "REPLACE...IF" statements: replace IMPETHN = . if (IMPETHN == 0) replace RINCOME = . if (RINCOME == 0) replace V449 = . if (V449 == 7 | V449 == 8 | V449 == 9) replace V450 = . if (V450 == 97 | V450 == 98 | V450 == 99) replace Z452 = . if (Z452 == 9998 | Z452 == 9999) replace V455 = . if (V455 == 8 | V455 == 9) replace W460 = . if (W460 == 8 | W460 == 9) replace X460 = . if (X460 == 997) replace X461 = . if (X461 >= 97 & X461 <= 97) replace Y461 = . if (Y461 == 9) replace Z461 = . if (Z461 >= 997 & Z461 <= 997) replace H461 = . if (H461 == 8 | H461 == 9) replace J461 = . if (J461 == 8 | J461 == 9) replace L461 = . if (L461 >= 997 & L461 <= 997) replace M461 = . if (M461 == 8 | M461 == 9) replace V461 = . if (V461 == 98 | V461 == 99) replace RAGE = . if (RAGE == 98 | RAGE == 99) replace ELECTRIC = . if (ELECTRIC == 9) replace YRBLT = . if (YRBLT == 9) replace DOLLARS = . if (DOLLARS == 9999998 | DOLLARS == 9999999) replace RINSPECT = . if (RINSPECT == 9) replace RWHATIN1 = . if (RWHATIN1 == 0) replace RWHERE1 = . if (RWHERE1 == 97) replace V346 = . if (V346 == 7 | V346 == 8 | V346 == 9) replace V347 = . if (V347 == 7 | V347 == 8 | V347 == 9) replace V348 = . if (V348 == 7 | V348 == 8 | V348 == 9) replace V349 = . if (V349 == 7 | V349 == 8 | V349 == 9) replace V350 = . if (V350 == 7 | V350 == 8 | V350 == 9) replace V351 = . if (V351 == 7 | V351 == 8 | V351 == 9) replace V352 = . if (V352 == 7 | V352 == 8 | V352 == 9) replace V353 = . if (V353 == 7 | V353 == 8 | V353 == 9) replace V354 = . if (V354 == 7 | V354 == 8 | V354 == 9) replace V355 = . if (V355 == 7 | V355 == 8 | V355 == 9) replace V356 = . if (V356 == 7 | V356 == 8 | V356 == 9) replace V357 = . if (V357 == 7 | V357 == 8 | V357 == 9) replace V358 = . if (V358 == 7 | V358 == 8 | V358 == 9) replace V359 = . if (V359 == 7 | V359 == 8 | V359 == 9) replace V360 = . if (V360 == 7 | V360 == 8 | V360 == 9) replace V361 = . if (V361 == 7 | V361 == 8 | V361 == 9) replace V362 = . if (V362 == 7 | V362 == 8 | V362 == 9) replace V363 = . if (V363 == 7 | V363 == 8 | V363 == 9) replace V364 = . if (V364 == 7 | V364 == 8 | V364 == 9) replace V365 = . if (V365 == 7 | V365 == 8 | V365 == 9) replace V366 = . if (V366 == 7 | V366 == 8 | V366 == 9) replace V367 = . if (V367 == 7 | V367 == 8 | V367 == 9) replace V368 = . if (V368 == 7 | V368 == 8 | V368 == 9) replace V369 = . if (V369 == 7 | V369 == 8 | V369 == 9) replace V370 = . if (V370 == 7 | V370 == 8 | V370 == 9) replace V371 = . if (V371 == 7 | V371 == 8 | V371 == 9) replace V372 = . if (V372 == 7 | V372 == 8 | V372 == 9) replace V373 = . if (V373 == 7 | V373 == 8 | V373 == 9) replace V374 = . if (V374 == 7 | V374 == 8 | V374 == 9) replace V375 = . if (V375 == 7 | V375 == 8 | V375 == 9) replace V376 = . if (V376 == 7 | V376 == 8 | V376 == 9) replace V377 = . if (V377 == 7 | V377 == 8 | V377 == 9) replace V378 = . if (V378 == 7 | V378 == 8 | V378 == 9) replace V379 = . if (V379 == 7 | V379 == 8 | V379 == 9) replace V380 = . if (V380 == 7 | V380 == 8 | V380 == 9) replace V381 = . if (V381 == 7 | V381 == 8 | V381 == 9) replace V382 = . if (V382 == 7 | V382 == 8 | V382 == 9) replace V383 = . if (V383 == 7 | V383 == 8 | V383 == 9) replace V384 = . if (V384 == 7 | V384 == 8 | V384 == 9) replace V385 = . if (V385 == 7 | V385 == 8 | V385 == 9) replace V386 = . if (V386 == 7 | V386 == 8 | V386 == 9) replace V387 = . if (V387 == 7 | V387 == 8 | V387 == 9) replace V388 = . if (V388 == 7 | V388 == 8 | V388 == 9) replace V389 = . if (V389 == 7 | V389 == 8 | V389 == 9) replace V390 = . if (V390 == 7 | V390 == 8 | V390 == 9) replace V391 = . if (V391 == 7 | V391 == 8 | V391 == 9) replace V392 = . if (V392 == 7 | V392 == 8 | V392 == 9) replace V393 = . if (V393 == 7 | V393 == 8 | V393 == 9) replace V394 = . if (V394 == 7 | V394 == 8 | V394 == 9) replace V395 = . if (V395 == 7 | V395 == 8 | V395 == 9) replace V396 = . if (V396 == 7 | V396 == 8 | V396 == 9) replace V397 = . if (V397 == 7 | V397 == 8 | V397 == 9) replace V398 = . if (V398 == 7 | V398 == 8 | V398 == 9) replace N34B2 = . if (N34B2 == 98) replace N34BA = . if (N34BA == 98) replace ALLPARTS = . if (ALLPARTS == 0) replace COMBINJ = . if (COMBINJ == 0) replace ALLTYPES = . if (ALLTYPES == 0) replace COMBTYPE = . if (COMBTYPE == 998 | COMBTYPE == 999 | COMBTYPE == 0) replace LOC_COD = . if (LOC_COD == 0) replace ACT_COD = . if (ACT_COD == 0) replace NEWETHN1 = . if (NEWETHN1 == 99) replace PHYSINJ = . if (PHYSINJ == 99) replace MMIEQE = . if (MMIEQE == 0) replace PGAEQE = . if (PGAEQE == 0) replace RV346 = . if (RV346 == 9) replace RV347 = . if (RV347 == 9) replace RV348 = . if (RV348 == 9) replace RV349 = . if (RV349 == 9) replace RV350 = . if (RV350 == 9) replace RV351 = . if (RV351 == 9) replace RV352 = . if (RV352 == 9) replace RV353 = . if (RV353 == 9) replace RV354 = . if (RV354 == 9) replace RV355 = . if (RV355 == 9) replace RV356 = . if (RV356 == 9) replace RV357 = . if (RV357 == 9) replace RV358 = . if (RV358 == 9) replace RV359 = . if (RV359 == 9) replace RV360 = . if (RV360 == 9) replace RV361 = . if (RV361 == 9) replace RV362 = . if (RV362 == 9) replace RV363 = . if (RV363 == 9) replace RV364 = . if (RV364 == 9) replace RV365 = . if (RV365 == 9) replace RV366 = . if (RV366 == 9) replace RV367 = . if (RV367 == 9) replace RV368 = . if (RV368 == 9) replace RV369 = . if (RV369 == 9) replace RV370 = . if (RV370 == 9) replace RV371 = . if (RV371 == 9) replace RV372 = . if (RV372 == 9) replace RV373 = . if (RV373 == 9) replace RV374 = . if (RV374 == 9) replace RV375 = . if (RV375 == 9) replace RV376 = . if (RV376 == 9) replace RV377 = . if (RV377 == 9) replace RV378 = . if (RV378 == 9) replace RV379 = . if (RV379 == 9) replace RV380 = . if (RV380 == 9) replace RV381 = . if (RV381 == 9) replace RV382 = . if (RV382 == 9) replace RV383 = . if (RV383 == 9) replace RV384 = . if (RV384 == 9) replace RV385 = . if (RV385 == 9) replace RV386 = . if (RV386 == 9) replace RV387 = . if (RV387 == 9) replace RV388 = . if (RV388 == 9) replace RV389 = . if (RV389 == 9) replace RV390 = . if (RV390 == 9) replace RV391 = . if (RV391 == 9) replace RV392 = . if (RV392 == 9) replace RV393 = . if (RV393 == 9) replace RV394 = . if (RV394 == 9) replace RV395 = . if (RV395 == 9) replace RV396 = . if (RV396 == 9) replace RV397 = . if (RV397 == 9) replace RV398 = . if (RV398 == 9) replace RRV346 = . if (RRV346 == 9) replace RRV347 = . if (RRV347 == 9) replace RRV348 = . if (RRV348 == 9) replace RRV349 = . if (RRV349 == 9) replace RRV350 = . if (RRV350 == 9) replace RRV351 = . if (RRV351 == 9) replace RRV352 = . if (RRV352 == 9) replace RRV353 = . if (RRV353 == 9) replace RRV354 = . if (RRV354 == 9) replace RRV355 = . if (RRV355 == 9) replace RRV356 = . if (RRV356 == 9) replace RRV357 = . if (RRV357 == 9) replace RRV358 = . if (RRV358 == 9) replace RRV359 = . if (RRV359 == 9) replace RRV360 = . if (RRV360 == 9) replace RRV361 = . if (RRV361 == 9) replace RRV362 = . if (RRV362 == 9) replace RRV363 = . if (RRV363 == 9) replace RRV364 = . if (RRV364 == 9) replace RRV365 = . if (RRV365 == 9) replace RRV366 = . if (RRV366 == 9) replace RRV367 = . if (RRV367 == 9) replace RRV368 = . if (RRV368 == 9) replace RRV369 = . if (RRV369 == 9) replace RRV370 = . if (RRV370 == 9) replace RRV371 = . if (RRV371 == 9) replace RRV372 = . if (RRV372 == 9) replace RRV373 = . if (RRV373 == 9) replace RRV374 = . if (RRV374 == 9) replace RRV375 = . if (RRV375 == 9) replace RRV376 = . if (RRV376 == 9) replace RRV377 = . if (RRV377 == 9) replace RRV378 = . if (RRV378 == 9) replace RRV379 = . if (RRV379 == 9) replace RRV380 = . if (RRV380 == 9) replace RRV381 = . if (RRV381 == 9) replace RRV382 = . if (RRV382 == 9) replace RRV383 = . if (RRV383 == 9) replace RRV384 = . if (RRV384 == 9) replace RRV385 = . if (RRV385 == 9) replace RRV386 = . if (RRV386 == 9) replace RRV387 = . if (RRV387 == 9) replace RRV388 = . if (RRV388 == 9) replace RRV389 = . if (RRV389 == 9) replace RRV390 = . if (RRV390 == 9) replace RRV391 = . if (RRV391 == 9) replace RRV392 = . if (RRV392 == 9) replace RRV393 = . if (RRV393 == 9) replace RRV394 = . if (RRV394 == 9) replace RRV395 = . if (RRV395 == 9) replace RRV396 = . if (RRV396 == 9) replace RRV397 = . if (RRV397 == 9) replace RRV398 = . if (RRV398 == 9) replace GLOBAL = . if (GLOBAL == 9999) replace PST = . if (PST == 9999) replace PSDI = . if (PSDI == 9999) replace SOMCASE = . if (SOMCASE == 9) replace OCCASE = . if (OCCASE == 9) replace ISCASE = . if (ISCASE == 9) replace DCASE = . if (DCASE == 9) replace ACASE = . if (ACASE == 9) replace HCASE = . if (HCASE == 9) replace PACASE = . if (PACASE == 9) replace PCASE = . if (PCASE == 9) replace PICASE = . if (PICASE == 9) replace GCASE = . if (GCASE == 9) replace PSTCASE = . if (PSTCASE == 9) replace PSDICASE = . if (PSDICASE == 9) replace BSICASE = . if (BSICASE == 999) replace REMOT1 = . if (REMOT1 == 99) replace REMOT2 = . if (REMOT2 == 99) replace REMOT3 = . if (REMOT3 == 99) replace REMOT4 = . if (REMOT4 == 99) replace REMOT5 = . if (REMOT5 == 99) replace REMOT6 = . if (REMOT6 == 99) replace EMOTINJ = . if (EMOTINJ == 9) replace RCOMEMOT = . if (RCOMEMOT == 0) replace SELFVICT = . if (SELFVICT == 9) replace FRSTMOVE = . if (FRSTMOVE == 9) replace SAFEKNO = . if (SAFEKNO == 8 | SAFEKNO == 9) replace UTILKNO = . if (UTILKNO == 8 | UTILKNO == 9) replace REDXKNO = . if (REDXKNO == 8 | REDXKNO == 9) replace BLDGKNO = . if (BLDGKNO == 8 | BLDGKNO == 9) replace FEMAKNO = . if (FEMAKNO == 8 | FEMAKNO == 9) replace HUDKNO = . if (HUDKNO == 8 | HUDKNO == 9) replace CALTKNO = . if (CALTKNO == 8 | CALTKNO == 9) replace CHRCHKNO = . if (CHRCHKNO == 8 | CHRCHKNO == 9) replace OTHRKNO = . if (OTHRKNO == 8 | OTHRKNO == 9) replace POLICKNO = . if (POLICKNO == 8 | POLICKNO == 9) replace FIREKNO = . if (FIREKNO == 8 | FIREKNO == 9) replace UTILKNO2 = . if (UTILKNO2 == 8 | UTILKNO2 == 9) replace REDXKNO2 = . if (REDXKNO2 == 8 | REDXKNO2 == 9) replace BLDGKNO2 = . if (BLDGKNO2 == 8 | BLDGKNO2 == 9) replace ELECTKNO = . if (ELECTKNO == 8 | ELECTKNO == 9) replace FEMAKNO2 = . if (FEMAKNO2 == 8 | FEMAKNO2 == 9) replace HUDKNO2 = . if (HUDKNO2 == 8 | HUDKNO2 == 9) replace CALTKNO2 = . if (CALTKNO2 == 8 | CALTKNO2 == 9) replace OTHRKNO2 = . if (OTHRKNO2 == 8 | OTHRKNO2 == 9) replace SAFEKNO2 = . if (SAFEKNO2 == 8 | SAFEKNO2 == 9) replace UTILKNO3 = . if (UTILKNO3 == 8 | UTILKNO3 == 9) replace REDXKNO3 = . if (REDXKNO3 == 8 | REDXKNO3 == 9) replace BLDGKNO3 = . if (BLDGKNO3 == 8 | BLDGKNO3 == 9) replace FEMAKNO3 = . if (FEMAKNO3 == 8 | FEMAKNO3 == 9) replace HUDKNO3 = . if (HUDKNO3 == 8 | HUDKNO3 == 9) replace CALTKNO3 = . if (CALTKNO3 == 8 | CALTKNO3 == 9) replace OTHRKNO3 = . if (OTHRKNO3 == 8 | OTHRKNO3 == 9) replace HLTHKNO2 = . if (HLTHKNO2 == 8 | HLTHKNO2 == 9) replace AGVOL2 = . if (AGVOL2 == 99) replace AGREC2 = . if (AGREC2 == 99) replace AGKNO2 = . if (AGKNO2 == 99) dictionary using Y { ***************************************************************** * Replace 'Y' with the name of the data file. * The default suffix is '.raw'. * * Put this dictionary into a separate file (with the suffix .dct). * (The first line of the dictionary file must contain the * 'dictionary' command.) * * Then edit the name of that dictionary file into the 'do-file' * portion of the STATA definitions. ******************************************************************* _column(1) long CASEID %5f "respondent id" _column(6) int INVW %3f "current interviewer id #" _column(9) int FNL %3f "final outcome code" _column(12) long FNLD %5f "date final outcome code" _column(17) int CLIK %1f "R agreed to participate?" _column(18) int Q1 :Q1 %1f "$$$ damage from eq was accurately recorded?" _column(19) int Q2 :Q2 %1f "Estimate of final $$$ damage?" _column(20) int Q3 :Q3 %1f "How safe during quake?" _column(21) int Q4 :Q4 %1f "Recovery from quake?" _column(22) int Q6 :Q6 %1f "Compared to others, affected by quake?" _column(23) int Q7 :Q7 %1f "Compared to others, prepared for quake?" _column(24) int Q8 :Q8 %1f "Compared to others, worry abt quake?" _column(25) int Q9 :Q9 %1f "Heard the term "El Nino"?" _column(26) int Q10 :Q10 %3f "What does El Nino mean?" _column(29) int Q11 :Q11 %1f "Since 9/97, heard info abt El Nino?" _column(30) int Q12@MO :Q12@MO %2f "1st time hearing abt El Nino (month)?" _column(32) int Q12@YR :Q12@YR %4f "1st time hearing abt El Nino (year)?" _column(36) int Q13 :Q13 %3f "What heard abt El Nino?" _column(39) int Q14@1 :Q14@1 %1f "Heard from family?" _column(40) int Q14@2 :Q14@2 %1f "Heard from friends?" _column(41) int Q14@3 :Q14@3 %1f "Heard from radio news?" _column(42) int Q14@4 :Q14@4 %1f "Heard from other radio?" _column(43) int Q14@5 :Q14@5 %1f "Heard from TV news?" _column(44) int Q14@6 :Q14@6 %1f "Heard from other TV?" _column(45) int Q14@7 :Q14@7 %1f "Heard from newspapers?" _column(46) int Q14@8 :Q14@8 %1f "Heard from schools?" _column(47) int Q14@9 :Q14@9 %1f "Heard from churches?" _column(48) int Q14@10 :Q14@10 %1f "Heard from comm orgs?" _column(49) int Q14@11 :Q14@11 %1f "Heard from govt agencies?" _column(50) int Q14@12 :Q14@12 %1f "Heard from elected officials?" _column(51) int Q14@13 :Q14@13 %1f "Heard from other sources?" _column(52) int Q15A :Q15A %1f "Family: How reliable?" _column(53) int Q15B :Q15B %1f "Friends: How reliable?" _column(54) int Q15C :Q15C %1f "Radio news: How reliable?" _column(55) int Q15E :Q15E %1f "TV news: How reliable?" _column(56) int Q15F :Q15F %1f "Other TV: How reliable?" _column(57) int Q15G :Q15G %1f "Newspapers: How reliable?" _column(58) int Q15H :Q15H %1f "Schools: How reliable?" _column(59) int Q15J :Q15J %1f "Churches: How reliable?" _column(60) int Q15K :Q15K %1f "Comm orgs: How reliable?" _column(61) int Q15L :Q15L %1f "Govt agencies: How reliable?" _column(62) int Q15M :Q15M %1f "Elected officials: How reliable?" _column(63) int Q16 :Q16 %1f "Heard abt preparing?" _column(64) int Q17@1 :Q17@1 %1f "Heard abt checking/repairing roof?" _column(65) int Q17@2 :Q17@2 %1f "Heard abt cleaning gutters?" _column(66) int Q17@3 :Q17@3 %1f "Heard abt getting sandbags?" _column(67) int Q17@4 :Q17@4 %1f "Heard abt buying flood insurance?" _column(68) int Q17@5 :Q17@5 %1f "Heard abt trimming trees?" _column(69) int Q17@6 :Q17@6 %1f "Heard abt family emerging plan?" _column(70) int Q17@7 :Q17@7 %1f "Heard abt other things?" _column(71) int Q18@1 :Q18@1 %1f "Did you check/repair roof?" _column(72) int Q18@2 :Q18@2 %1f "Did you clean gutters?" _column(73) int Q18@3 :Q18@3 %1f "Did you get sandbags?" _column(74) int Q18@4 :Q18@4 %1f "Did you buy flood insurance?" _column(75) int Q18@5 :Q18@5 %1f "Did you trim trees?" _column(76) int Q18@6 :Q18@6 %1f "Did you do a family emergency plan?" _column(77) int Q18@7 :Q18@7 %1f "Did you hear abt prep other things?" _column(78) int Q19A :Q19A %1f "Info from traditional media?" _column(79) int Q19C :Q19C %1f "Info from non-traditional media?" _column(80) int Q19D@1 :Q19D@1 %1f "Was public television most informative?" _column(81) int Q19D@2 :Q19D@2 %1f "Was public radio most informative?" _column(82) int Q19D@3 :Q19D@3 %1f "Other non-trad media were most informative?" _column(83) int Q19E :Q19E %1f "Info from community media?" _column(84) int Q19F :Q19F %2f "Which community media?" _column(86) int Q19G :Q19G %1f "All sources: media or conversations?" _column(87) int Q20 :Q20 %1f "Weather worse or better than predicted?" _column(88) int Q21 :Q21 %1f "Hear of any meetings on El Nino?" _column(89) int Q22 :Q22 %1f "Any meetings abt preparing for rain?" _column(90) int Q23 :Q23 %1f "Go to meetings?" _column(91) int Q24@1 :Q24@1 %1f "Local govt held meetings?" _column(92) int Q24@2 :Q24@2 %1f "State govt held meetings?" _column(93) int Q24@3 :Q24@3 %1f "Fed govt held meetings?" _column(94) int Q24@4 :Q24@4 %1f "Comm agency held meetings?" _column(95) int Q24@5 :Q24@5 %1f "Neighborhood held meetings?" _column(96) int Q24@6 :Q24@6 %1f "Other places held meetings?" _column(97) int CQ24 %1f "non-input item (1)" _column(98) int Q25 :Q25 %1f "How useful were meetings?" _column(99) int Q26 :Q26 %1f "Worry abt earthquakes?" _column(100) int Q27 :Q27 %1f "Worry abt crime?" _column(101) int Q28 :Q28 %1f "Worry abt economy?" _column(102) int Q29 :Q29 %1f "Worry abt El Nino?" _column(103) int Q30 :Q30 %1f "Worry abt personal health?" _column(104) int Q31 :Q31 %1f "Worry abt Y2K?" _column(105) int Q32 :Q32 %1f "Worry abt environment?" _column(106) int Q33 :Q33 %1f "Worry abt family health?" _column(107) int Q34 :Q34 %1f "Worry abt kids future?" _column(108) int Q37 :Q37 %2f "Which worry abt most?" _column(110) int Q38 :Q38 %1f "Damage within 5 blocks?" _column(111) int Q39 :Q39 %3f "Info abt damage w/in 5 blks?" _column(114) int Q40 :Q40 %1f "Damage to home or personal property?" _column(115) int Q41@1 :Q41@1 %1f "Damage-personal property?" _column(116) int Q41@2 :Q41@2 %1f "Damage-flooding?" _column(117) int Q41@3 :Q41@3 %1f "Damage-leaky roof?" _column(118) int Q41@4 :Q41@4 %1f "Damage-collapsed roof?" _column(119) int Q41@5 :Q41@5 %1f "Damage-clogged raingutters?" _column(120) int Q41@6 :Q41@6 %1f "Damage-mudslides?" _column(121) int Q41@7 :Q41@7 %1f "Damage-house down hill?" _column(122) int Q41@8 :Q41@8 %1f "Damage-yard?" _column(123) int Q41@9 :Q41@9 %1f "Damage-car?" _column(124) int Q41@10 :Q41@10 %1f "Damage-other?" _column(125) long Q42 :Q42 %7f "$$$ estimate of damage?" _column(132) int Q43 :Q43 %1f "R applied for assistance?" _column(133) int Q44@1 :Q44@1 %1f "R applied to FEMA?" _column(134) int Q44@2 :Q44@2 %1f "R applied to SBA?" _column(135) int Q44@3 :Q44@3 %1f "R applied to HUD?" _column(136) int Q44@4 :Q44@4 %1f "R applied to the Red Cross?" _column(137) int Q44@5 :Q44@5 %1f "R applied to other volunteer orgs?" _column(138) int Q44@6 :Q44@6 %1f "R applied to insurance companies?" _column(139) int Q44@7 :Q44@7 %1f "R applied to other agencies?" _column(140) int Q45 :Q45 %1f "Did you evacuate because of El Nino?" _column(141) int Q46@1 :Q46@1 %1f "Suggestion by official made R leave home?" _column(142) int Q46@2 :Q46@2 %1f "No drinking water made R leave home?" _column(143) int Q46@3 :Q46@3 %1f "No electricity made R leave home?" _column(144) int Q46@4 :Q46@4 %1f "Flooding/landslides made R leave home?" _column(145) int Q46@5 :Q46@5 %1f "Being upset made R leave home?" _column(146) int Q46@6 :Q46@6 %1f "Invitation from friends made R leave home?" _column(147) int Q46@7 :Q46@7 %1f "Flood warnings made R leave home (lookup7)?" _column(148) int Q46@8 :Q46@8 %1f "Trans problems made R leave home?" _column(149) int Q46@9 :Q46@9 %1f "Trans problems made R leave home?" _column(150) int Q47@1 :Q47@1 %1f "R evacuated to be with a relative?" _column(151) int Q47@2 :Q47@2 %1f "R evacuated to be with a friend?" _column(152) int Q47@3 :Q47@3 %1f "R evacuated to a motel?" _column(153) int Q47@4 :Q47@4 %1f "R evacuated to evacuation center?" _column(154) int Q47@5 :Q47@5 %1f "R evacuated to an other place?" _column(155) int Q48 :Q48 %1f "Time R stayed away from home?" _column(156) int Q49 :Q49 %1f "Any physical injuries?" _column(157) int Q51 :Q51 %1f "When did phys injury occur?" _column(158) int Q52 :Q52 %1f "What caused injury?" _column(159) int Q53 :Q53 %3f "Types of injuries?" _column(162) int Q54 :Q54 %3f "What body parts were injured?" _column(165) int Q55 :Q55 %1f "Sought medical care for phys inj?" _column(166) int Q56 :Q56 %1f "Help for phys inj came from where?" _column(167) int Q57 :Q57 %1f "Any emotional injures?" _column(168) int Q58 :Q58 %1f "Type of emotional injury?" _column(169) int Q59 :Q59 %3f "When did emotional injury occur?" _column(172) int Q60 :Q60 %1f "Sought professional help for emot inj?" _column(173) int Q61 :Q61 %1f "Help for emot inj came from where?" _column(174) int Q66 :Q66 %1f "Type of day-to-day transportation?" _column(175) int Q67 :Q67 %1f "Involved in a car accident?" _column(176) int Q68@MO :Q68@MO %2f "Month car accident occurred?" _column(178) int Q68@YR :Q68@YR %4f "Year car accident occurred?" _column(182) int Q69 :Q69 %1f "Time of day car accident occurred?" _column(183) int Q70 :Q70 %1f "Weather when car accident happened?" _column(184) int Q73 :Q73 %1f "Anyone injured in car accident?" _column(185) int Q81 :Q81 %1f "Regularly drives to work or school?" _column(186) int Q82 :Q82 %3f "Time traveled to work/school (no rain)?" _column(189) int Q83 :Q83 %3f "Time traveled to work/school (in rain)?" _column(192) int Q84 :Q84 %1f "Changed normal route because of flooding?" _column(193) int Q86 :Q86 %1f "Changed schedule because of rain?" _column(194) int Q88 :Q88 %1f "Compared to others, how affected by El Nino?" _column(195) int Q89 :Q89 %1f "Compared to others, prepared for future EN?" _column(196) int Q90 :Q90 %1f "Compared to others, how worried abt next EN?" _column(197) int Q91@1 :Q91@1 %2f "Ways to stay on top in the nhood (1st)?" _column(199) int Q91@2 :Q91@2 %2f "Ways to stay on top in the nhood (2nd)?" _column(201) int Q92@1 :Q92@1 %2f "Best way to get info abt buying things (1st)?" _column(203) int Q92@2 :Q92@2 %2f "Best way to get info abt buying things (2nd)?" _column(205) int Q93 :Q93 %3f "What things are done for fun?" _column(208) int Q94 :Q94 %2f "Talked with others abt haps in nhood?" _column(210) int Q94A :Q94A %2f "Talked with others abt haps in LA?" _column(212) int Q94B :Q94B %2f "Talked with others abt haps in California?" _column(214) int Q94C :Q94C %2f "Talked with others abt haps in USA?" _column(216) int Q95 :Q95 %1f "Nervousness in past 2 wks?" _column(217) int Q96 :Q96 %1f "Faintness in past 2 wks?" _column(218) int Q97 :Q97 %1f "Victim of mind control in past 2 wks?" _column(219) int Q98 :Q98 %1f "Blamed others for troubles in past 2 wks?" _column(220) int Q99 :Q99 %1f "Memory lapses in past 2 wks?" _column(221) int Q100 :Q100 %1f "Irritable in past two weeks?" _column(222) int Q101 :Q101 %1f "Experienced chest pains in past 2 wks?" _column(223) int Q102 :Q102 %1f "Afraid of open spaces in past 2 wks?" _column(224) int Q103 :Q103 %1f "Had suicidal thoughts in past 2 wks?" _column(225) int Q104 :Q104 %1f "Distrusted most people in past 2 wks?" _column(226) int Q105 :Q105 %1f "Poor appetite in past 2 wks?" _column(227) int Q106 :Q106 %1f "Scared for no reason in past 2 wks?" _column(228) int Q107 :Q107 %1f "Had temper outbursts in past 2 wks?" _column(229) int Q108 :Q108 %1f "Felt lonely in a crowd in past 2 wks?" _column(230) int Q109 :Q109 %1f "Experienced obstacles in past 2 wks?" _column(231) int Q110 :Q110 %1f "Felt lonely (in general) in past 2 wks?" _column(232) int Q111 :Q111 %1f "Felt blue in the past 2 wks?" _column(233) int Q112 :Q112 %1f "Disinterested in things during past 2 wks?" _column(234) int Q113 :Q113 %1f "Felt fearful in past 2 wks?" _column(235) int Q114 :Q114 %1f "Was easily hurt in past 2 wks?" _column(236) int Q115 :Q115 %1f "People were unfriendly in past 2 wks?" _column(237) int Q116 :Q116 %1f "Felt