******************************************************************* * 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 inferior to others in past 2 wks?" _column(238) int Q117 :Q117 %1f "Nauseous in past 2 wks?" _column(239) int Q118 :Q118 %1f "People talked about you in past 2 wks?" _column(240) int Q119 :Q119 %1f "Had trouble falling asleep in past 2 wks?" _column(241) int Q120 :Q120 %1f "Had to double-check actions in past 2 wks?" _column(242) int Q121 :Q121 %1f "Difficulty in decision-making in past 2 wks?" _column(243) int Q122 :Q122 %1f "Afraid to take public trans in past 2 wks?" _column(244) int Q123 :Q123 %1f "Had trouble in getting breath in past 2 wks?" _column(245) int Q124 :Q124 %1f "Had hot or cold spells in past 2 wks?" _column(246) int Q125 :Q125 %1f "Avoided frightening places/activities in past 2 wks?" _column(247) int Q126 :Q126 %1f "Mind went blank in past 2 wks?" _column(248) int Q127 :Q127 %1f "Body was numb in past 2 wks?" _column(249) int Q128 :Q128 %1f "R should be punished for sins in past 2 wks?" _column(250) int Q129 :Q129 %1f "Felt helpless abt the future in past 2 wks?" _column(251) int Q130 :Q130 %1f "Had trouble concentrating in past 2 wks?" _column(252) int Q131 :Q131 %1f "Body felt weak in in past 2 wks?" _column(253) int Q132 :Q132 %1f "Felt tense or keyed up in past 2 wks?" _column(254) int Q133 :Q133 %1f "Thought of dying in past 2 wks?" _column(255) int Q134 :Q134 %1f "Wanted to harm somone in past 2 wks?" _column(256) int Q135 :Q135 %1f "Wanted to break/smash things in past 2 wks?" _column(257) int Q136 :Q136 %1f "Felt self-conscious around others in past 2 wks?" _column(258) int Q137 :Q137 %1f "Felt uneasy in crowds in past 2 wks?" _column(259) int Q138 :Q138 %1f "Never felt close to others in past 2 wks?" _column(260) int Q139 :Q139 %1f "Had spells of terror/panic in past 2 wks?" _column(261) int Q140 :Q140 %1f "Was argumentative in past 2 wks?" _column(262) int Q150 :Q150 %1f "Felt nervous when left alone in past 2 wks?" _column(263) int Q151 :Q151 %1f "Was not properly acknowledged in past 2 wks?" _column(264) int Q152 :Q152 %1f "Felt restless in past 2 wks?" _column(265) int Q153 :Q153 %1f "Felt worthless in past 2 wks?" _column(266) int Q154 :Q154 %1f "R had been taken advantage of in past 2 wks?" _column(267) int Q155 :Q155 %1f "Felt guilty in past 2 wks?" _column(268) int Q156 :Q156 %1f "Thought mind was dysfunctional in past 2 wks?" _column(269) int Q202@1 :Q202@1 %1f "If govt said prepare, what do?" _column(270) int Q202@2 :Q202@2 %3f "Why say that abt govt prepare?" _column(273) int Q203@1 :Q203@1 %1f "If media said prepare, what do?" _column(274) int Q203@2 :Q203@2 %3f "Why say that abt media prepare?" _column(277) int Q203A :Q203A %1f "Thought reports were sensationalized?" _column(278) int Q204 :Q204 %1f "Had stored water?" _column(279) int Q205 :Q205 %1f "Store water in prep future disaster?" _column(280) int Q206 :Q206 %1f "Now have water for 3 days?" _column(281) int Q207 :Q207 %1f "Had stored food?" _column(282) int Q208 :Q208 %1f "Stored food in prep future disaster?" _column(283) int Q209 :Q209 %1f "Now have food for 3 days?" _column(284) int Q210 :Q210 %1f "Had a working battery radio?" _column(285) int Q211 :Q211 %1f "Working radio in prep future disaster?" _column(286) int Q212 :Q212 %1f "Had a first aid kit?" _column(287) int Q213 :Q213 %1f "First aid kit in prep future disaster?" _column(288) int Q214 :Q214 %1f "Now have a complete first aid kit?" _column(289) int Q215 :Q215 %1f "Had a working flashlight?" _column(290) int Q216 :Q216 %1f "Flashlight in prep future disaster?" _column(291) int Q217 :Q217 %1f "Now have extra batteries on hand?" _column(292) int Q218 :Q218 %1f "Had structurally reinforced home?" _column(293) int Q219 :Q219 %1f "Structural reinforcement in prep future disaster?" _column(294) int Q220 :Q220 %1f "Rearranged cupboards?" _column(295) int Q221 :Q221 %1f "Rearrange cupboards in prep future disaster?" _column(296) int Q222 :Q222 %1f "Had cabinet latches?" _column(297) int Q223 :Q223 %1f "Cabinet latches in prep future disaster?" _column(298) int Q224 :Q224 %1f "Bought earthquake insurance?" _column(299) int Q225 :Q225 %1f "Earthquake insurance in prep future disaster?" _column(300) int Q226 :Q226 %1f "Currently has earthquake insurance?" _column(301) int Q227 :Q227 %1f "Bought flood insurance?" _column(302) int Q228 :Q228 %1f "Flood insurance in prep future disaster?" _column(303) int Q229 :Q229 %1f "Currently has flood insurance?" _column(304) int Q230 :Q230 %1f "Instructed family members what to do in disaster?" _column(305) int Q231 :Q231 %1f "Instructed family members in prep future disaster?" _column(306) int Q232 :Q232 %1f "Has nhood emergency plan?" _column(307) int Q233 :Q233 %1f "Nhood emergency plan in prep future disaster?" _column(308) int Q234 :Q234 %1f "Had secured furniture like bookcases?" _column(309) int Q235 :Q235 %1f "Secured furniture in prep future disaster?" _column(310) int Q236 :Q236 %1f "Contacted officials abt disaster info?" _column(311) int Q237 :Q237 %1f "Contacted officials in prep future disaster?" _column(312) int Q238 :Q238 %1f "Participated in prep activities at work?" _column(313) int Q239 :Q239 %1f "Work-based prep activities for future disaster?" _column(314) int Q240 :Q240 %1f "Learned first aid?" _column(315) int Q241 :Q241 %1f "Learned first aid in prep future disaster?" _column(316) int Q242 :Q242 %1f "Learned to turn off gas, lights and water?" _column(317) int Q243 :Q243 %1f "Learned to turn off utilities in prep future disaster?" _column(318) int Q244 :Q244 %1f "Secured hot water heater?" _column(319) int Q245 :Q245 %1f "Secured hot water heater in prep future disaster?" _column(320) int Q246 :Q246 %1f "Made repairs to roof?" _column(321) int Q247 :Q247 %1f "Made repairs to roof in prep future disaster?" _column(322) int Q248 :Q248 %1f "Cleaned out rain-gutters?" _column(323) int Q249 :Q249 %1f "Clean rain-gutters in prep future disaster?" _column(324) int Q250 :Q250 %1f "Cleared vegetation around home?" _column(325) int Q251 :Q251 %1f "Cleared vegetation in prep future disaster?" _column(326) int Q252 :Q252 %1f "Got sandbags?" _column(327) int Q253 :Q253 %1f "Got sandbags in prep future disaster?" _column(328) int Q254 :Q254 %1f "Kept gas tank full?" _column(329) int Q255 :Q255 %1f "Kept gas tank full in prep future disaster?" _column(330) int Q256 :Q256 %1f "When did you fill gas tank?" _column(331) int Q257 :Q257 %1f "Kept extra cash on hand in house?" _column(332) int Q258 :Q258 %1f "Kept extra cash in prep future disaster?" _column(333) int Q259 :Q259 %1f "Now keeps cash for emergencies?" _column(334) long Q260 :Q260 %7f "$$$ amount of cash for emergencies?" _column(341) int Q260A :Q260A %1f "Do you or others wear glasses/contacts?" _column(342) int Q260B :Q260B %1f "How many wear glasses/contacts?" _column(343) int Q260C1 :Q260C1 %2f "Relation of glasses/contacts wearer to you (person1)?" _column(345) int Q260C1D :Q260C1D %1f "Glasses/contact wearer in house during eq (person1)?" _column(346) int Q260C1E :Q260C1E %1f "Needs glasses for vision correction (person1)?" _column(347) int Q260C1H :Q260C1H %2f "Protects glasses during a disaster (person1)?" _column(349) int Q260C2 :Q260C2 %2f "Relation of glasses/contacts wearer to you (person2)?" _column(351) int Q260C2D :Q260C2D %1f "Glasses/contact wearer in house during eq (person2)?" _column(352) int Q260C2E :Q260C2E %1f "Needs glasses for vision correction (person2)?" _column(353) int Q260C2H :Q260C2H %2f "Protects glasses during a disaster (person2)?" _column(355) int Q260C3 :Q260C3 %2f "Relation of glasses/contacts wearer to you (person3)?" _column(357) int Q260C3D :Q260C3D %1f "Glasses/contact wearer in house during eq (person3)?" _column(358) int Q260C3E :Q260C3E %1f "Needs glasses for vision correction (person3)?" _column(359) int Q260C3H :Q260C3H %2f "Protects glasses during a disaster (person3)?" _column(361) int Q260C4 :Q260C4 %1f "Relation of glasses/contacts wearer to you (person4)?" _column(362) int Q260C4D :Q260C4D %1f "Glasses/contact wearer in house during eq (person4)?" _column(363) int Q260C4E :Q260C4E %1f "Needs glasses for vision correction (person4)?" _column(364) int Q260C4H :Q260C4H %2f "Protects glasses during a disaster (person4)?" _column(366) int Q260C5 :Q260C5 %1f "Relation of glasses/contacts wearer to you (person5)?" _column(367) int Q260C5D :Q260C5D %1f "Glasses/contact wearer in house during eq (person5)?" _column(368) int Q260C5E :Q260C5E %1f "Needs glasses for vision correction (person5)?" _column(369) int Q260C5H :Q260C5H %1f "Protects glasses during a disaster (person5)?" _column(370) int Q260C6 :Q260C6 %1f "Relation of glasses/contacts wearer to you (person6)?" _column(371) int Q260C6D :Q260C6D %1f "Glasses/contact wearer in house during eq (person6)?" _column(372) int Q260C6E :Q260C6E %1f "Needs glasses for vision correction (person6)?" _column(373) int Q260C6H :Q260C6H %1f "Protects glasses during a disaster (person6)?" _column(374) int Q260C7 :Q260C7 %1f "Relation of glasses/contacts wearer to you (person7)?" _column(375) int Q260C7D :Q260C7D %1f "Glasses/contact wearer in house during eq (person7)?" _column(376) int Q260C7E :Q260C7E %1f "Needs glasses for vision correction (person7)?" _column(377) int Q260C7H :Q260C7H %1f "Protects glasses during a disaster (person7)?" _column(378) int Q260C8 :Q260C8 %1f "Relation of glasses/contacts wearer to you (person8)?" _column(379) int Q260C8D :Q260C8D %1f "Glasses/contact wearer in house during eq (person8)?" _column(380) int Q260C8E :Q260C8E %1f "Needs glasses for vision correction (person8)?" _column(381) int Q260C8H :Q260C8H %1f "Protects glasses during a disaster (person8)?" _column(382) int Q261 :Q261 %1f "Has taken a formal first aid class?" _column(383) int Q262@MO :Q262@MO %2f "Month of most recent first aid class?" _column(385) int Q262@YR :Q262@YR %4f "Year of most recent first aid class?" _column(389) int Q263 :Q263 %1f "Paid for first aid class?" _column(390) int Q264 :Q264 %2f "Who taught/sponsored the first aid class?" _column(392) int Q265 :Q265 %2f "Type of first aid training received?" _column(394) int Q266 :Q266 %1f "Chances of admin first aid to family member?" _column(395) int Q267 :Q267 %1f "Chances of admin first aid to a stranger?" _column(396) int Q268 :Q268 %1f "R has given someone first aid in the past?" _column(397) int Q269 :Q269 %1f "Last person first aid was given to?" _column(398) int Q270 :Q270 %3f "Type of first aid done?" _column(401) int Q271 :Q271 %1f "Capable of handling medical emergency?" _column(402) int Q272 :Q272 %1f "Capable of clearing an airway?" _column(403) int Q273 :Q273 %1f "Capable of performing mouth-to-mouth?" _column(404) int Q274 :Q274 %1f "Capable of performing CPR?" _column(405) int Q275 :Q275 %1f "Capable of treating shock?" _column(406) int Q276 :Q276 %1f "Capable of controlling bleeding?" _column(407) int Q277 :Q277 %1f "Capable of applying a splint?" _column(408) int Q278 :Q278 %1f "Has heard of La Nina?" _column(409) int Q279 :Q279 %3f "Knows what La Nina means?" _column(412) int Q280 :Q280 %1f "Has prepared specifically for La Nina?" _column(413) int Q281 :Q281 %1f "Type of preparation for La Nina?" _column(414) int Q282 :Q282 %1f "Has # in house changed since last interview?" _column(415) int Q283 :Q283 %1f "How many children <18 years in house?" _column(416) int Q284 :Q284 %1f "How many adults >=18 in house?" _column(417) int Q285 :Q285 %1f "Do you own or rent your home?" _column(418) int Q289 :Q289 %1f "Current employment status?" _column(419) int Q290 :Q290 %1f "Has been employed in the past?" _column(420) int Q293 :Q293 %2f "Highest grade completed & received credit for?" _column(422) int Q296@1 :Q296@1 %3f "Racial or ethnic origin (see impethn)?" _column(425) int Q296@2 :Q296@2 %1f "Did interviewer probe question abt race?" _column(426) int Q296A :Q296A %3f "Age on last birthday?" _column(429) int Q296B :Q296B %1f "Are you older or younger than 40?" _column(430) int Q297 :Q297 %2f "# receiving some source of income?" _column(432) int Q298 :Q298 %1f "Pre-tax family income under or over $25,000?" _column(433) int Q299 :Q299 %1f "Pre-tax family income <$25K in 1998?" _column(434) int Q300 :Q300 %1f "Pre-tax family income under or over $50,000?" _column(435) int Q301 :Q301 %1f "Pre-tax family income <$50K in 1998?" _column(436) int Q302 :Q302 %1f "Pre-tax family income under or over $75,000?" _column(437) int Q303 :Q303 %1f "Pre-tax family income <$75K in 1998?" _column(438) int Q304 :Q304 %1f "Pre-tax family income under or over $100,000?" _column(439) int Q305 :Q305 %1f "Pre-tax family income <$100K in 1998?" _column(440) int Q306 :Q306 %2f "# adults (>=18) dependent on family income?" _column(442) int Q307 :Q307 %2f "# children (<18) dependent on family income?" _column(444) int INTC :INTC %1f "Interview conducted in English or Spanish?" _column(445) long DATADATE %7f "non-input item (2)" _column(452) int IMPETHN :IMPETHN %1f "ethnicity imputed from NR data" _column(453) long INCOME %6f "midpoint of income range" _column(459) long RINCOME %6f "midpoint of income _ imputed from 25K" _column(465) int WHITE %1f "white vs. other: binary outcome" _column(466) int HISPAN %1f "hisp vs. other: binary outcome" _column(467) int BLACK %1f "black vs. other: binary outcome" _column(468) long INC_IMP %6f "income with imputed regress on ethn" _column(474) int DATASET %1f "wave of data collection in NR" _column(475) int CSID %4f "SRC id number" _column(479) int CTIM %4f "" _column(483) int REPL %2f "" _column(485) int OSFL %1f "" _column(486) int RND2 %1f "KISH OR BDAY" _column(487) int KITN %3f "" _column(490) int V9 %1f "COUNTY OF RES" _column(491) long V452 %5f "ZIPCODE" _column(496) int V11 %1f "LIVE AT ADD ON 1/17" _column(497) int V11A %1f "WHERE LIVE ON 1/17" _column(498) long V11B %5f "ZIP ON 1/17" _column(503) int V94 %1f "FEEL QUAKE?" _column(504) int V99 %1f "IN OR OUTDOORS" _column(505) int V100 %1f "NOT HOME WHERE AT" _column(506) long V01A %5f "ZIPCODE NOT HOME" _column(511) int V02C %1f "MOVE AFTER QUAKE" _column(512) int V126 :V126 %1f "DAMAGE IN AREA" _column(513) int V127 :V127 %1f "HOME DAMAGED" _column(514) int V128 :V128 %2f "KIND OF DAMAGE" _column(516) int V129 :V129 %2f "OTHER DAMAGE" _column(518) int V130 :V130 %2f "OTHER DAMAGE2" _column(520) int V131 :V131 %2f "OTHER DAMAGE3" _column(522) int V132 :V132 %2f "OTHER DAMAGE4" _column(524) int V133 :V133 %2f "OTHER DAMAGE5" _column(526) int V134 :V134 %2f "OTHER DAMAGE6" _column(528) int V135 :V135 %2f "OTHER DAMAGE7" _column(530) int V136 :V136 %2f "OTHER DAMAGE8" _column(532) int V137 :V137 %2f "OTHER DAMAGE9" _column(534) int V138 :V138 %2f "OTHER DAMAGE10" _column(536) int V139 :V139 %2f "OTHER DAMAGE11" _column(538) int V140 :V140 %2f "OTHER DAMAGE12" _column(540) int V141 :V141 %2f "OTHER DAMAGE13" _column(542) int V142 :V142 %2f "OTHER DAMAGE14" _column(544) int V143 :V143 %2f "OTHER DAMAGE15" _column(546) int V144 :V144 %2f "OTHER DAMAGE16" _column(548) int V145 :V145 %1f "OTHER DAMAGE17" _column(549) int V146 :V146 %1f "OTHER DAMAGE18" _column(550) int V148 :V148 %1f "DAMAGE FROM?" _column(551) int A151 :A151 %1f "BLDG INSPECTED" _column(552) int A152 :A152 %2f "WHO INSPECTED" _column(554) int A153 :A153 %1f "BLDG TAGGED" _column(555) long V150 %7f "DOLLAR AMT DAMAGE" _column(562) int V152 %1f "APPLY FOR ASSIST" _column(563) int V153 %2f "WHO APPLY TO" _column(565) int V154 %2f "OTHER APPLIED" _column(567) int V155 %2f "OTHER APPLIED2" _column(569) int V156 %2f "OTHER APPLIED3" _column(571) int V157 %1f "OTHER APPLIED4" _column(572) int V158 %1f "OTHER APPLIED5" _column(573) int V58A %1f "OTHER APPLIED6" _column(574) int V159 %2f "TYPE ASSISTANCE" _column(576) int V160 %2f "OTHER TYPE ASSIST" _column(578) int V161 %1f "OTHER TYPE ASSIST2" _column(579) int V162 %2f "OTHER TYPE ASSIST3" _column(581) int V163 %1f "OTHER TYPE ASSIST4" _column(582) int V164 %1f "OTHER TYPE ASSIST5" _column(583) long V165 %7f "DOLLAR APPLIED FOR" _column(590) int V167 %1f "DIFFICULTY APPLYING" _column(591) int V170 %1f "RECD ASSISTANCE" _column(592) long V171 %7f "DOLLAR RECD" _column(599) int V172 %1f "WHEN RECD" _column(600) int W172 %2f "DAYS AGO RECD" _column(602) int X172 %1f "WEEKS AGO RECD" _column(603) int Y172 %2f "MONTHS AGO RECD" _column(605) int V72A %1f "EXPECT MORE" _column(606) int W220 :W220 %1f "R PHYS INJURY" _column(607) int W221 :W221 %1f "WHEN INJURED" _column(608) int W222 :W222 %1f "OTHER TIME INJ" _column(609) int W223 :W223 %1f "OTHER TIME INJ2" _column(610) int W224 :W224 %1f "OTHER TIME INJ3" _column(611) int W225 :W225 %1f "OTHER TIME INJ4" _column(612) int W231 :W231 %1f "SOUGHT MED CARE/PHYS" _column(613) int W238 %1f "R EMOT INJURY" _column(614) int W241 %1f "SOUGHT MED CARE/EMOT" _column(615) int V220 %1f "OTHERS IN HOUSE INJ" _column(616) int V221 %2f "WHO INJURED" _column(618) int V222 %1f "OTHER WHO INJURED" _column(619) int V223 %1f "OTHER WHO INJURED2" _column(620) int V224 %1f "OTHER WHO INJURED3" _column(621) int V225 %1f "OTHER WHO INJURED4" _column(622) int V226 %1f "OTHER WHO INJURED5" _column(623) int V227 %1f "OTHER WHO INJURED6" _column(624) int A235 %1f "" _column(625) int V278 :V278 %1f "FEEL PREPARED" _column(626) int V438 %1f "ROBBED/MUGGED" _column(627) int V38A %2f "MONTH ROBBED" _column(629) int V38B %2f "YEAR ROBBED" _column(631) int V38C %1f "THGHT ABT ROBBERY" _column(632) int V38D %1f "ROBBERY REL TO EQ" _column(633) int V439 %1f "BEAT UP" _column(634) int V39A %2f "MONTH BEAT UP" _column(636) int V39B %2f "YEAR BEAT UP" _column(638) int V39C %1f "THGHT ABT BEAT" _column(639) int V39D %1f "BEAT UP REL TO EQ" _column(640) int V440 %1f "RAPE" _column(641) int V40A %2f "MONTH RAPE" _column(643) int V40B %2f "YEAR RAPE" _column(645) int V40C %1f "THGHT ABT RAPE" _column(646) int V40D %1f "RAPE REL TO EQ" _column(647) int V441 %1f "SERIOUS CAR ACCIDENT" _column(648) int V41A %2f "MONTH ACCIDENT" _column(650) int V41B %2f "YEAR ACCIDENT" _column(652) int V41C %1f "THGHT ABT ACCIDENT" _column(653) int V41D %1f "ACCIDENT REL TO EQ" _column(654) int V442 %1f "LOVED ONE DIE" _column(655) int V42A %2f "MONTH DIED" _column(657) int V42B %2f "YEAR DIED" _column(659) int V42C %1f "THGHT ABT DEATH OF LO" _column(660) int V42D %1f "DEATH REL TO EQ" _column(661) int V443 %1f "LIFE CHANGE FOR WORSE" _column(662) int A443 %2f "MONTH LIFE CHANGE" _column(664) int B443 %2f "YEAR LIFE CHANGE" _column(666) int C443 %1f "THGHT ABT LIFE CHANGE" _column(667) int D443 %1f "CHANGE REL TO EQ" _column(668) int V444 %1f "OTHER TERRIFY EXP" _column(669) int A444 %2f "MONTH TERRIFY" _column(671) int B444 %2f "YEAR TERRIFY" _column(673) int C444 %1f "THGHT ABT TERRIFY" _column(674) int D444 %1f "TERRIFY REL TO EQ" _column(675) int V449 %1f "RENT/OWN" _column(676) int A449 %1f "NAME ON LEASE" _column(677) int V450 %2f "TYPE DWELLING" _column(679) int W452 %1f "MOVE SINCE EQ" _column(680) int Y452 %1f "HOW MUCH KNOW ABT HOUSE" _column(681) int Z452 %4f "YEAR HOME BUILT" _column(685) int V453 %2f "YEARS IN CA" _column(687) int W453 %1f "BORN OUTSIDE US" _column(688) int X453 %1f "PARENTS OUTSIDE US" _column(689) int V455 %1f "MARITAL STATUS" _column(690) int V456 %2f "EMPL STATUS" _column(692) int V458 %1f "EVER EMPLOYED" _column(693) int W460 :W460 %1f "Employment change since quake?" _column(694) int X460 :X460 %3f "How employment change since quake?" _column(697) int W461 %1f "TRAVEL WORK/SCHOOL" _column(698) int X461 :X461 %2f "TRANS PRIO TO EQ" _column(700) int Y461 :Y461 %1f "CARPOOL PRIOR TO EQ" _column(701) int Z461 %3f "TIME PRIOR TO EQ" _column(704) int A461 %1f "TYPE TRANS CHANGE" _column(705) int B461 %2f "TRANS CHANGE TO" _column(707) int C461 %1f "OTHER TRANS CHANGE" _column(708) int D461 %1f "OTHER TRANS CHANGE" _column(709) int E461 %1f "" _column(710) int F461 %1f "" _column(711) int G461 %2f "HOW LONG USE ALT TRANS" _column(713) int H461 :H461 %1f "Change route to work after quake?" _column(714) int J461 :J461 %1f "Change days/times of work?" _column(715) int L461 %3f "TIME WHILE FWY OUT" _column(718) int M461 :M461 %1f "Work more at home?" _column(719) int V461 %2f "HIGHEST GRADE" _column(721) int V462 %1f "TRADE/TECH SCHOOL" _column(722) int V463 %2f "DEGREES" _column(724) int ETH6 %2f "RACE/ETHN OPEN" _column(726) int PRBE %2f "RACE/ETHN PROBED" _column(728) int V467 %1f "CHICANO/MEXICAN" _column(729) int V468 %2f "OTHER SPANISH" _column(731) int V469 %2f "# RECD INCOME" _column(733) int V470 %2f "UNDER/OVER 25K" _column(735) int V471 %1f "INCOME UNDER 25" _column(736) int V472 %1f "UNDER/OVER 50K" _column(737) int V473 %1f "INCOME UNDER 50" _column(738) int V474 %1f "UNDER/OVER 75K" _column(739) int V475 %1f "INCOME UNDER 75" _column(740) int V476 %1f "UNDER/OVER 100" _column(741) int V477 %1f "INCOME UNDER 100" _column(742) int V478 %2f "DEPENDENTS >18" _column(744) int V479 %2f "DEPENDENTS <18" _column(746) int BON2 %1f "" _column(747) int BON3 %1f "" _column(748) int BON4 %1f "" _column(749) int BON5 %1f "" _column(750) int ADT1 %1f "" _column(751) int ISEX %1f "" _column(752) int AGE1 %2f "" _column(754) int N2ADT %1f "" _column(755) str12 ADT2 %12s "" _column(767) int SEX2 %1f "" _column(768) int CIT2 %1f "" _column(769) int AGE2 %2f "" _column(771) int CNF2 %1f "" _column(772) int N3ADT %1f "" _column(773) str12 ADT3 %12s "" _column(785) int SEX3 %2f "" _column(787) int CIT3 %1f "" _column(788) int AGE3 %2f "" _column(790) int CNF3 %1f "" _column(791) int N4ADT %1f "" _column(792) str12 ADT4 %12s "" _column(804) int SEX4 %1f "" _column(805) int CIT4 %1f "" _column(806) int AGE4 %2f "" _column(808) int CNF4 %1f "" _column(809) int N5ADT %1f "" _column(810) str12 ADT5 %12s "" _column(822) int SEX5 %1f "" _column(823) int CIT5 %1f "" _column(824) int AGE5 %2f "" _column(826) int CNF5 %1f "" _column(827) int N6ADT %1f "" _column(828) str12 ADT6 %12s "" _column(840) int SEX6 %1f "" _column(841) int CIT6 %1f "" _column(842) int AGE6 %2f "" _column(844) int CNF6 %1f "" _column(845) int N7ADT %1f "" _column(846) int KIDS %1f "" _column(847) str12 KID1 %12s "" _column(859) int CAG1 %2f "" _column(861) int CNF7 %1f "" _column(862) int N2KID %1f "" _column(863) str12 KID2 %12s "" _column(875) int CAG2 %2f "" _column(877) int CNF8 %1f "" _column(878) int N3KID %1f "" _column(879) str12 KID3 %12s "" _column(891) int CAG3 %2f "" _column(893) int CNF9 %1f "" _column(894) int N4KID %1f "" _column(895) int CAG4 %2f "" _column(897) int CN10 %1f "" _column(898) int N5KID %1f "" _column(899) str12 KID5 %12s "" _column(911) int CAG5 %2f "" _column(913) int CN11 %1f "" _column(914) int ENMC %1f "" _column(915) int V482 %1f "" _column(916) int V483 %1f "" _column(917) int THNK %1f "" _column(918) int RAGE :RAGE %2f "RESPONDENT AGE" _column(920) int RSEX :RSEX %1f "RESPONDENT SEX" _column(921) int INSPECT :INSPECT %1f "Residence inspected?" _column(922) int RV128 %2f "" _column(924) int RV129 %2f "" _column(926) int RV130 %2f "" _column(928) int RV131 %2f "" _column(930) int RV132 %2f "" _column(932) int RV133 %2f "" _column(934) int RV134 %2f "" _column(936) int RV135 %2f "" _column(938) int RV136 %2f "" _column(940) int RV137 %2f "" _column(942) int RV138 %2f "" _column(944) int RV139 %2f "" _column(946) int RV140 %2f "" _column(948) int RV141 %2f "" _column(950) int RV142 %2f "" _column(952) int NEWDAM1 %2f "" _column(954) int NEWDAM2 %2f "" _column(956) int NEWDAM3 %2f "" _column(958) int NEWDAM4 %2f "" _column(960) int PERSPROP %1f "" _column(961) int H2OHEAT %1f "" _column(962) int BLDGDEST %1f "" _column(963) int GASLINES %1f "" _column(964) int FNDATION %1f "" _column(965) int FLRDAM %1f "" _column(966) int BLDGOFF %1f "" _column(967) int FLRCOLL %1f "" _column(968) int WALLDAM %1f "" _column(969) int PATIODAM %1f "" _column(970) int WALLCOLL %1f "" _column(971) int FENCES %1f "" _column(972) int CHIMCOLL %1f "" _column(973) int DRIVEWAY %1f "" _column(974) int ROOFDAM %1f "" _column(975) int GARAGE %1f "" _column(976) int ROOFCOLL %1f "" _column(977) int H2OPIPES %1f "" _column(978) int WINDOWS %1f "" _column(979) int WALKWAYS %1f "" _column(980) int CHIMDAM %1f "" _column(981) int STRUCDAM %1f "" _column(982) int POOLDAM %1f "" _column(983) int FIREPLAC %1f "" _column(984) int KITBATH %1f "" _column(985) int DOORS %1f "" _column(986) int ELECTRIC :ELECTRIC %1f "electricity went off" _column(987) int COLUMNS %1f "" _column(988) int AIRCOND %1f "" _column(989) int STAIRS %1f "" _column(990) int FURNACE %1f "" _column(991) int OTHERDAM %1f "" _column(992) long DAMHOUS1 :DAMHOUS1 %6f "MAJOR STRUCTURAL DAMAGE" _column(998) long DAMHOUS2 :DAMHOUS2 %8f "MINOR DAMAGE TO STRUCTURE" _column(1006) long DAMOUTSD :DAMOUTSD %6f "DAMAGE TO EXTERIOR" _column(1012) str10 DAMCONTS %10s "DAMAGE TO INTERIOR OF HOUSE" _column(1022) int DAMTYPE :DAMTYPE %1f "BROAD CATEGORIES OF DAMAGE" _column(1023) int AD2S %1f "" _column(1024) str40 AD1A %40s "address info - current address" _column(1064) str10 AD1B %10s "address info - current address" _column(1074) str40 AD1C %40s "address info - current address" _column(1114) str40 AD1D %40s "address info - current address" _column(1154) str40 AD2A %40s "address info on 1/17/94 if moved" _column(1194) str10 AD2B %10s "address info on 1/17/94 if moved" _column(1204) str40 AD2C %40s "address info on 1/17/94 if moved" _column(1244) str40 AD2D %40s "address info on 1/17/94 if moved" _column(1284) int MULTIETH %1f "mentioned more than one ethnicity" _column(1285) int ETHNIC1 %3f "first ethnicity mentioned" _column(1288) int ETHNIC2 %3f "2nd ethnicity mentioned" _column(1291) int ETHNIC3 %3f "3rd ethnicity mentioned" _column(1294) int ETHNIC4 %3f "4th ethnicity mentioned" _column(1297) int ETHNIC5 %3f "5th ethnicity mentioned" _column(1300) int QUIKETHN :QUIKETHN %2f "kims quick code of wave2 ethnic" _column(1302) int NEWETH1 :NEWETH1 %1f "recode of ethnic1 into 5 category" _column(1303) int ETHNICTY :ETHNICTY %1f "5 CATEGORY ETHNICITY" _column(1304) long ZIPTHEN %5f "zipcode on 1/17/94" _column(1309) int MMITHEN %1f "mmi based on zipthen and initial mercalli map" _column(1310) int MARRASIF :MARRASIF %1f "marital status" _column(1311) int WORKFTPT :WORKFTPT %1f "works full or part-time" _column(1312) int OWNHOME :OWNHOME %1f "owns home" _column(1313) int SEX :SEX %1f "" _column(1314) int IMMIGRAN :IMMIGRAN %1f "born outside US" _column(1315) int HOMEBLT :HOMEBLT %1f "know year residence built?" _column(1316) int YRBLT :YRBLT %1f "Year Residence was built" _column(1317) int FILTER_$ :FILTER_$ %1f "multieth = 1 (FILTER)" _column(1318) int TYPEHOUS :TYPEHOUS %1f "Type of Residence" _column(1319) int WHOINSP :WHOINSP %1f "Who inspected?" _column(1320) int TAGGED :TAGGED %1f "Residence tagged?" _column(1321) int RYRBLT :RYRBLT %1f "Home built, with DKs" _column(1322) int DAMAGE :DAMAGE %1f "Any damage to residence or contents?" _column(1323) long DOLLARS %7f "$ of damage" _column(1330) int DAMNEW :DAMNEW %1f "DAMTYPE recoded for correct 7 categories" _column(1331) int MMITWO :MMITWO %1f "MMI: 6 & 7 vs. 8 & 9" _column(1332) int RINSPECT :RINSPECT %1f "Dummy variable: Inspected" _column(1333) int APARTMNT :APARTMNT %1f "Apartment vs. all else" _column(1334) int HOUSE :HOUSE %1f "House vs. all else" _column(1335) int CONDO :CONDO %1f "condo vs. all others" _column(1336) int DOLCAT :DOLCAT %1f "$ damage categorized" _column(1337) int RTAGGED :RTAGGED %1f "A tag vs. no tag" _column(1338) int FEMA :FEMA %1f "FEMA inspected" _column(1339) int CITY :CITY %1f "City inspected" _column(1340) int PRIVATE :PRIVATE %1f "Private company or other inspected" _column(1341) int REVTAG :REVTAG %1f "TAGGED reversed for regression" _column(1342) int MAJOR :MAJOR %1f "Major Structural damage" _column(1343) int MINPLUS :MINPLUS %1f "Minor structure + contents" _column(1344) int MINSTRUC :MINSTRUC %1f "Minor structural damage" _column(1345) int EXTPLUS :EXTPLUS %1f "Exterior damage + contents" _column(1346) int EXTERIOR :EXTERIOR %1f "Exterior damage only" _column(1347) int CONTENTS :CONTENTS %1f "Damage to contents only" _column(1348) int REDYEL :REDYEL %1f "Residence red or yellow tagged" _column(1349) int SIXTIES :SIXTIES %1f "Residence built 1960-1971" _column(1350) int ADDRESS :ADDRESS %1f "R provided address data"" _column(1351) int INTELNIN :INTELNIN %1f "interviewed for El Nino" _column(1352) int ELIELNIN :ELIELNIN %1f "eligible for El Nino sample" _column(1353) int COUNTY :COUNTY %1f "" _column(1354) int V10 %1f "" _column(1355) int V101 %1f "" _column(1356) int V102 %1f "" _column(1357) int V2C1 %1f "" _column(1358) int V26A %1f "" _column(1359) int V168 %1f "" _column(1360) int W226 %1f "" _column(1361) int W227 %1f "" _column(1362) int W229 %1f "" _column(1363) int W230 %1f "" _column(1364) int W232 %1f "" _column(1365) int W239 %1f "" _column(1366) int W240 %1f "" _column(1367) int W242 %1f "" _column(1368) int V229 %1f "" _column(1369) int V230 %1f "" _column(1370) int V231 %1f "" _column(1371) int V232 %1f "" _column(1372) int V233 %1f "" _column(1373) int V234 %1f "" _column(1374) int V235 %1f "" _column(1375) int N38B1 %1f "WEAPON USED (W2 &W3)" _column(1376) int N38B2 %1f "GUN OR KNIFE (W2 & W3)" _column(1377) int V38E %1f "HOW ROB REL TO EQ" _column(1378) int N39B1 %1f "WEAPON USED (W2 &W3)" _column(1379) int N39B2 %1f "GUN OR KNIFE (W2 & W3)" _column(1380) int V39E %1f "HOW BEAT REL TO EQ" _column(1381) int N40B1 %1f "WEAPON USED (W2 &W3)" _column(1382) int N40B2 %1f "GUN OR KNIFE (W2 & W3)" _column(1383) int V40E %1f "HOW RAPE REL TO EQ" _column(1384) int V41E %1f "HOW ACCED REL TO EQ" _column(1385) int N42B1 %1f "WEAPON USED (W2 & W3)" _column(1386) int N42B2 %1f "GUN OR KNIFE (W2&W3)" _column(1387) int V42E %1f "HOW DEATH REL TO EQ" _column(1388) int E443 %1f "HOW CHANGE REL TO EQ" _column(1389) int N44B1 %1f "WEAPON USED (W2 & W3)" _column(1390) int N44B2 %1f "GUN OR KNIFE (W2 &W3)" _column(1391) int E444 %1f "HOW TERR REL TO EQ" _column(1392) int X452 %1f "WHY MOVE" _column(1393) int V459 %1f "OPEN OCCUPATION" _column(1394) int V460 %1f "OPEN OCCUPATION" _column(1395) int I461 %1f "OPEN TRANSPORTATION" _column(1396) int K461 %1f "OPEN TRANSPORTATION" _column(1397) int ET6A %2f "" _column(1399) int RHOWINJ1 :RHOWINJ1 %3f "how respondent injured" _column(1402) int RHOWINJ2 :RHOWINJ2 %3f "HOW INJURED" _column(1405) int RINJURY1 :RINJURY1 %3f "type of injury" _column(1408) int RINJURY2 :RINJURY2 %3f "type of second injury" _column(1411) int RWHATIN1 :RWHATIN1 %2f "RECODE OF WHAT INJURED" _column(1413) int RWHATIN2 :RWHATIN2 %2f "RECODE OF WHAT INJURED" _column(1415) int RWHATIN3 :RWHATIN3 %2f "RECODE OF WHAT INJURED" _column(1417) int RWHERE1 :RWHERE1 %2f "where R sought care" _column(1419) str12 KID4 %12s "" _column(1431) int PLNG %1f "LANG PREFERENCE" _column(1432) int V11C %1f "" _column(1433) int Y114 :Y114 %2f "UTILITIES OFF" _column(1435) int Y115 :Y115 %2f "OTHER UTILITIES" _column(1437) int Y116 :Y116 %1f "OTHER UTILITIES2" _column(1438) int Y117 :Y117 %1f "OTHER UTILITIES3" _column(1439) int Y118 :Y118 %2f "OTHER UTILITIES4" _column(1441) int Y14A :Y14A %1f "UTIL 14 GO OR TURN OFF" _column(1442) int Y15A :Y15A %1f "UTIL 15 GO OR TURN OFF" _column(1443) int Y16A :Y16A %1f "UTIL 16 GO OR TURN OFF" _column(1444) int Y17A :Y17A %1f "UTIL 17 GO OR TURN OFF" _column(1445) int Y18A :Y18A %1f "UTIL 18 GO OR TURN OFF" _column(1446) int V123 :V123 %1f "TURN ON TV/RADIO" _column(1447) int A123 %1f "OTHER TV/RADIO" _column(1448) int B123 %1f "OTHER TV/RADIO2" _column(1449) int C123 %1f "OTHER TV/RADIO3" _column(1450) int D123 %1f "OTHER TV/RADIO4" _column(1451) int V124 :V124 %1f "FIND STATION" _column(1452) int J124 :J124 %2f "WHAT FOUND" _column(1454) int L24A %2f "IF ANOTHER QUAKE WHAT INFO WANT (W3)" _column(1456) int L24B %2f "IF ANOTHER QUAKE WHAT INFO WANT (W3)" _column(1458) int L24C %2f "IF ANOTHER QUAKE WHAT INFO WANT (W3)" _column(1460) int L24D %2f "IF ANOTHER QUAKE WHAT INFO WANT (W3)" _column(1462) int L24E %2f "IF ANOTHER QUAKE WHAT INFO WANT (W3)" _column(1464) int L24F %2f "IF ANOTHER QUAKE WHAT INFO WANT (W3)" _column(1466) int L24G %1f "IF ANOTHER QUAKE WHAT INFO WANT (W3)" _column(1467) int L24H %1f "IF ANOTHER QUAKE WHAT INFO WANT (W3)" _column(1468) int L24I %1f "IF ANOTHER QUAKE WHAT INFO WANT (W3)" _column(1469) int I124 :I124 %2f "SENSATIONAL?" _column(1471) int V244 %2f "SOURCE OF INFO SINCE QUAKE" _column(1473) int V44A %2f "OTHER INFO SINCE" _column(1475) int V44B %2f "OTHER INFO SINCE2" _column(1477) int V44C %2f "OTHER INFO SINCE3" _column(1479) int V44D %2f "OTHER INFO SINCE4" _column(1481) int V44E %2f "OTHER INFO SINCE5" _column(1483) int V44F %2f "OTHER INFO SINCE6" _column(1485) int V44G %2f "OTHER INFO SINCE7" _column(1487) int V44H %2f "OTHER INFO SINCE8" _column(1489) int V44I %2f "OTHER INFO SINCE9" _column(1491) int V44J %1f "OTHER INFO SINCE10" _column(1492) int V44K %1f "OTHER INFO SINCE11" _column(1493) int V44L %1f "OTHER INFO SINCE12" _column(1494) int V44M %1f "OTHER INFO SINCE 13" _column(1495) int V245 %2f "BEST SOURCE SINCE" _column(1497) int V173 %1f "EVACUATE HOME" _column(1498) int V174 %2f "WHY EVACUATE" _column(1500) int V175 %2f "OTHER WHY EVAC" _column(1502) int V176 %2f "OTHER WHY EVAC2" _column(1504) int V177 %2f "OTHER WHY EVAC3" _column(1506) int V178 %1f "OTHER WHY EVAC4" _column(1507) int V179 %1f "OTHER WHY EVAC5" _column(1508) int V180 %1f "OTHER WHY EVAC6" _column(1509) int V181 %1f "OTHER WHY EVAC7" _column(1510) int V182 %1f "OTHER WHY EVAC8" _column(1511) int V183 %1f "OTHER WHY EVAC9" _column(1512) int V184 %1f "OTHER WHY EVAC10" _column(1513) int V185 %1f "OTHER WHY EVAC11" _column(1514) int V85A %1f "" _column(1515) int V186 %1f "" _column(1516) int V194 %2f "WHERE STAYED" _column(1518) int V195 %2f "OTHER WHERE STAYED" _column(1520) int V196 %2f "OTHER WHERE STAYED2" _column(1522) int V197 %1f "OTHER WHERE STAYED3" _column(1523) int V198 %1f "OTHER WHERE STAYED4" _column(1524) int V199 %1f "OTHER WHERE STAYED5" _column(1525) int V200 %1f "OTHER WHERE STAYED6" _column(1526) int V20A %1f "OTHER WHERE STAYED7" _column(1527) int V201 %1f "" _column(1528) int N241 %1f "PRESC MED (WAVE 3)" _column(1529) int N242 %1f "MED SPEC STOR (WAVE 3)" _column(1530) int N243 %1f "DIFFICT MED (WAVE 3)" _column(1531) int N244 %1f "OPEN DESC DIFF MED (WAVE 3)" _column(1532) int N245 %2f "TIME TILL REPLACE MED (WAVE3)" _column(1534) int N246 %1f "WHERE GET MED (WAVE 3)" _column(1535) int N46A %1f "WHERE GET MED (WAVE 3)" _column(1536) int N46B %1f "WHERE GET MED (WAVE 3)" _column(1537) int N46C %1f "WHERE GET MED (WAVE 3)" _column(1538) int N46D %1f "WHERE GET MED (WAVE 3)" _column(1539) int N46E %1f "WHERE GET MED (WAVE 3)" _column(1540) int N247 %1f "WHO BEST SERVICE (WAVE 3)" _column(1541) int N248 %1f "USE HEALTH AID (WAVE 3)" _column(1542) int N249 %1f "DIFF WITH HEALTH AID (WAVE3)" _column(1543) int N250 %1f "OPEN DESC DIFF (WAVE 3)" _column(1544) int VIC1 %2f "VICTIM OF QUAKE" _column(1546) int VIC2 %2f "OTHERS THNK VICTIM" _column(1548) int VIC3 %2f "OFFICIALS THNK VICTIM" _column(1550) int V246 :V246 %2f "WHO RESPONSIBLE" _column(1552) int V252 %1f "KNOW AGENCIES" _column(1553) int V52A %2f "WHAT AGENCIES" _column(1555) int V52B %2f "OTHER AGENCIES" _column(1557) int V52C %2f "OTHER AGENCIES2" _column(1559) int V52D %2f "OTHER AGENCIES3" _column(1561) int V52E %2f "OTHER AGENCIES4" _column(1563) int V52F %2f "OTHER AGENCIES5" _column(1565) int V52G %2f "OTHER AGENCIES6" _column(1567) int V52H %2f "OTHER AGENCIES7" _column(1569) int V52I %1f "OTHER AGENCIES8" _column(1570) int V52J %1f "OTHER AGENCIES9" _column(1571) int V52K %2f "OTHER AGENCIES10" _column(1573) int V52L %2f "other agnecis11 (w3)" _column(1575) int V253 %1f "POLICE" _column(1576) int W254 %2f "SOURCE INFO/POLICE" _column(1578) int V255 %1f "POLICE HELPFUL" _column(1579) int V254 %1f "CONTACT POLICE" _column(1580) int W256 :W256 %1f "WHO CONTACT/POLICE" _column(1581) int V53C %1f "recieve svcs others" _column(1582) int V53A %1f "what services" _column(1583) int V53B %1f "how satisfied" _column(1584) int V256 %1f "FIRE (w1 in w3 County Health)" _column(1585) int X254 %2f "SOURCE INFO/FIRE" _column(1587) int V258 %1f "FIRE HELPFUL" _column(1588) int V257 %1f "CONTACT WITH FIRE" _column(1589) int X256 :X256 %1f "WHO CONTACT/FIRE" _column(1590) int V56C %1f "recieve svcs others" _column(1591) int V56A %1f "what services" _column(1592) int V56B %1f "how satisfied" _column(1593) int V259 %1f "UTILITY COMPANIES" _column(1594) int Y254 %2f "SOURCE UTILITY" _column(1596) int V261 %1f "UTILITY HELPFUL" _column(1597) int V260 %1f "CONTACT UTILITY" _column(1598) int Y256 :Y256 %1f "WHO CONTACT UTIL" _column(1599) int V59C %1f "recieve svcs others" _column(1600) int V59A %1f "what services" _column(1601) int V59B %1f "how satisfied" _column(1602) int V262 %1f "IN WAVE 1 RED CROSS AND OTHERS, WAVE 3 RED CROSS/SALVATION ARMY" _column(1603) int Z254 %2f "SOURCE RED CROSS" _column(1605) int V264 %1f "RED CROSS HELPFUL" _column(1606) int V263 %1f "CONTACT RED CROSS" _column(1607) int Z256 :Z256 %1f "WHO CONTACT RED CROSS" _column(1608) int V62C %1f "recieve svcs others" _column(1609) int V62A %1f "what services" _column(1610) int V62B %1f "how satisfied" _column(1611) int V265 %1f "BLDG DEPT" _column(1612) int A254 %2f "SOURCE BLDG DEPT" _column(1614) int V267 %1f "BLDG DEPT HELPFUL" _column(1615) int V266 %1f "CONTACT BLDG DEPT" _column(1616) int A256 :A256 %1f "WHO CONTACT BLDG DEPT" _column(1617) int V65C %1f "recieve svcs others" _column(1618) int V65A %1f "what services" _column(1619) int V65B %1f "how satisfied" _column(1620) int V268 %1f "in w1 elected officials in w3 hospitals and ED" _column(1621) int B254 %2f "SOURCE ELECT OFF" _column(1623) int V270 %1f "ELECT OFF HELP" _column(1624) int V269 %1f "CONTACT ELECT OFF" _column(1625) int B256 :B256 %1f "WHO CONTACT ELECT" _column(1626) int V68C %1f "recieve svcs others" _column(1627) int V68A %1f "what services" _column(1628) int V68B %1f "how satisfied" _column(1629) int V271 %1f "HLTH/MENTAL AGENCIES (in w1 in w3 community clinics)" _column(1630) int C254 %2f "SOURCE HLTH/MENT" _column(1632) int V273 %1f "HLTH/MENT HELP" _column(1633) int V272 %1f "CONTACT HLTH/MENT" _column(1634) int C256 :C256 %1f "WHO CONTACT HLTH" _column(1635) int V71C %1f "recieve svcs others" _column(1636) int V71A %1f "what services" _column(1637) int V71B %1f "how satisfied" _column(1638) int E268 %1f "FEMA" _column(1639) int E254 %2f "SOURCE FEMA" _column(1641) int E270 %1f "FEMA HELP" _column(1642) int E269 %1f "CONTACT FEMA" _column(1643) int E256 :E256 %1f "WHO CONTACT FEMA" _column(1644) int E68C %1f "recieve svcs others" _column(1645) int E68A %1f "what services" _column(1646) int E68B %1f "how satisfied" _column(1647) int F268 %1f "HUD" _column(1648) int F254 %2f "SOURCE HUD" _column(1650) int F270 %1f "HUD HELP" _column(1651) int F269 %1f "CONTACT HUD" _column(1652) int F256 :F256 %1f "WHO CONTACT HUD" _column(1653) int F68C %1f "recieve svcs others" _column(1654) int F68A %1f "what services" _column(1655) int F68B %1f "how satisfied" _column(1656) int G268 %1f "CALTRANS" _column(1657) int G254 %2f "SOURCE CALTRANS" _column(1659) int G270 %1f "CALTRANS HELP" _column(1660) int G269 %1f "CONTACT CALTRANS" _column(1661) int G256 :G256 %1f "WHO CONTACT CALTRANS" _column(1662) int G68C %1f "recieve svcs others" _column(1663) int G68A %1f "what services" _column(1664) int G68B %1f "how satisfied" _column(1665) int H268 %1f "CHURCHES" _column(1666) int H254 %2f "source Churches" _column(1668) int H270 %1f "churches help" _column(1669) int H269 %1f "contact churches" _column(1670) int H256 %1f "who contact churches" _column(1671) int H68C %1f "recieve svcs others" _column(1672) int H68A %1f "what services" _column(1673) int H68B %1f "how satisfied" _column(1674) int V274 %2f "OTHER ORGS" _column(1676) int D254 %2f "SOURCE OTHER ORGS" _column(1678) int V276 %1f "OTHER ORGS HELP" _column(1679) int V275 %1f "CONTACT OTHER ORGS" _column(1680) int D256 :D256 %1f "WHO CONTACT OTHERS" _column(1681) int V74C %1f "recieve svcs" _column(1682) int V74A %1f "what services" _column(1683) int V74B %1f "how satisfied" _column(1684) int V279 %1f "PUBLIC PREPARED" _column(1685) int V280 %1f "GOVT PREPARED" _column(1686) int V311 %1f "STORE WATER" _column(1687) int V312 %1f "H2O FOR EQ" _column(1688) int V313 %1f "STORE FOOD" _column(1689) int V314 %1f "FOOD FOR EQ" _column(1690) int V315 %1f "RADIO" _column(1691) int V316 %1f "RADIO FOR EQ" _column(1692) int V317 %1f "FIRST AID KIT" _column(1693) int V318 %1f "1ST AID KIT FOR EQ" _column(1694) int V319 %1f "FLASHLIGHT" _column(1695) int V320 %1f "FLASHLIGHT FOR EQ" _column(1696) int V321 %1f "STRUCT SUPP" _column(1697) int V322 %1f "STRUCT SUPP FOR EQ" _column(1698) int V323 %1f "REARRANG CUPBOARDS" _column(1699) int V324 %1f "REARRANGE FOR EQ" _column(1700) int V325 %1f "CUPBOARD LATCH" _column(1701) int V326 %1f "LATCH FOR EQ" _column(1702) int V327 %1f "EQ INSURANCE" _column(1703) int V328 %1f "EQ INS FOR EQ" _column(1704) int V329 %1f "INST FAMILY" _column(1705) int V330 %1f "INST FOR EQ" _column(1706) int V331 %1f "NEIGHBOR PLANS" _column(1707) int V332 %1f "NGBR PLANS FOR EQ" _column(1708) int V333 %1f "SECURE FURN" _column(1709) int V334 %1f "SECURE FURN FOR EQ" _column(1710) int V335 %1f "CONTACT OFF" _column(1711) int V336 %1f "CONTACT OFF FOR EQ" _column(1712) int V337 %1f "PREP AT WORK" _column(1713) int V338 %1f "WORK PREP FOR EQ" _column(1714) int V339 %1f "LEARN 1ST AID" _column(1715) int V340 %1f "LRN 1ST AID FOR EQ" _column(1716) int V341 %1f "SHUT OFF UTIL" _column(1717) int V342 %1f "SHUT OFF FOR EQ" _column(1718) int V343 %1f "WATER HEATER" _column(1719) int V344 %1f "H20 HTER FOR EQ" _column(1720) int V346 %1f "NERVOUS/SHAKY" _column(1721) int V347 %1f "FAINTNESS" _column(1722) int V348 %1f "CONTROL THOUGHTS" _column(1723) int V349 %1f "OTHERS TO BLAME" _column(1724) int V350 %1f "TRBL REMEMBER" _column(1725) int V351 %1f "EASILY ANNOYED" _column(1726) int V352 %1f "CHEST PAIN" _column(1727) int V353 %1f "FEAR OPEN SPACE" _column(1728) int V354 %1f "ENDING LIFE" _column(1729) int V355 %1f "CANT TRUST" _column(1730) int V356 %1f "POOR APPETITE" _column(1731) int V357 %1f "SCARED" _column(1732) int V358 %1f "TEMPER" _column(1733) int V359 %1f "LONELY W/OTHERS" _column(1734) int V360 %1f "BLOCKED" _column(1735) int V361 %1f "LONELY" _column(1736) int V362 %1f "BLUE" _column(1737) int V363 %1f "NO INTEREST" _column(1738) int V364 %1f "FEARFUL" _column(1739) int V365 %1f "EASILY HURT" _column(1740) int V366 %1f "PEOPLE UNFRIENDLY" _column(1741) int V367 %1f "INFERIOR" _column(1742) int V368 %1f "NAUSEA" _column(1743) int V369 %1f "WATCHED" _column(1744) int V370 %1f "CANT FALL ASLEEP" _column(1745) int V371 %1f "CHECK/RECHECK" _column(1746) int V372 %1f "DIFF DECISIONS" _column(1747) int V373 %1f "AFRAID TRAVEL" _column(1748) int V374 %1f "TROUBLE BREATHE" _column(1749) int V375 %1f "HOT/COLD SPELLS" _column(1750) int V376 %1f "AVOID PLACES/THINGS" _column(1751) int V377 %1f "MIND BLANK" _column(1752) int V378 %1f "NUMBNESS/TINGLING" _column(1753) int V379 %1f "PUNISHED SINS" _column(1754) int V380 %1f "HOPELESS" _column(1755) int V381 %1f "TRBL CONCENTRAT" _column(1756) int V382 %1f "WEAK BODY" _column(1757) int V383 %1f "TENSE" _column(1758) int V384 %1f "THOUGHTS OF DEATH" _column(1759) int V385 %1f "URGE TO INJURE" _column(1760) int V386 %1f "URGE TO BREAK" _column(1761) int V387 %1f "SELFCONSCIOUS" _column(1762) int V388 %1f "UNEASY IN CROWDS" _column(1763) int V389 %1f "NEVER FEEL CLOSE" _column(1764) int V390 %1f "TERROR/PANIC" _column(1765) int V391 %1f "FREQ ARGUMENTS" _column(1766) int V392 %1f "NERVOUS ALONE" _column(1767) int V393 %1f "PROPER CREDIT" _column(1768) int V394 %1f "RESTLESS" _column(1769) int V395 %1f "WORTHLESSNESS" _column(1770) int V396 %1f "TAKE ADVANTAGE" _column(1771) int V397 %1f "GUILT" _column(1772) int V398 %1f "WRONG WITH MIND" _column(1773) int D454 %1f "what lang prefer to speak (w3)" _column(1774) int LSQ1 %1f "how many once a month" _column(1775) int LSQ2 %1f "how often see" _column(1776) int LSQ3 %1f "how many close relatives" _column(1777) int LSQ4 %1f "any close friends" _column(1778) int LSQ5 %1f "how many friends once a month" _column(1779) int LSQ6 %1f "how often see frien" _column(1780) int LSQ7 %1f "how often help with decisions" _column(1781) int V480 %2f "RELIGION" _column(1783) int W480 %1f "how often attend church (w3)" _column(1784) int X480 %1f "how important rel (w3)" _column(1785) int RWHATIN4 :RWHATIN4 %2f "recode of what injured" _column(1787) int RWHATIN5 %1f "recode of what injured" _column(1788) int V95 %2f "DIDNT FEEL WHERE AT?" _column(1790) str2 V96 %2s "" _column(1792) long V96A %5f "ZIP WHERE AT?" _column(1797) str2 V97 %2s "" _column(1799) int V104 %1f "ALONE OR WITH OTHERS" _column(1800) int V105 %2f "WHO WITH" _column(1802) int V106 %1f "WHO WITH/OTHERS" _column(1803) int V107 %2f "WHO WITH/OTHERS2" _column(1805) int V108 %1f "WHO WITH/OTHERS3" _column(1806) int V109 %1f "WHO WITH/OTHERS4" _column(1807) int V110 %1f "WHO WITH/OTHERS5" _column(1808) int V111 %1f "WHO WITH/OTHERS6" _column(1809) int V112 %1f "WHO WITH/OTHERS7" _column(1810) int V113 %4f "WITH HOW MANY" _column(1814) str2 Y14B %2s "" _column(1816) str2 Y15B %2s "" _column(1818) str2 Y16B %2s "" _column(1820) str2 Y17B %2s "" _column(1822) str1 Y18B %1s "" _column(1823) str2 B118 %2s "" _column(1825) int E124 %1f "HOW LONG IN MIN/HRS" _column(1826) int E24A %3f "HOURS LISTENED" _column(1829) int E24B %2f "MINUTES LISTENED" _column(1831) long G124 :G124 %6f "WHAT EXPECT FIND" _column(1837) int K124 :K124 %2f "EVER TURN ON TV/RADIO" _column(1839) int V202 %2f "WHAT TOOK WITH" _column(1841) int V203 %2f "OTHER TOOK WITH" _column(1843) int V204 %2f "OTHER TOOK WITH2" _column(1845) int V205 %1f "OTHER TOOK WITH3" _column(1846) int V206 %1f "OTHER TOOK WITH4" _column(1847) int V207 %1f "OTHER TOOK WITH5" _column(1848) int V208 %1f "OTHER TOOK WITH6" _column(1849) int V210 %1f "RETURN HOME DURING EVAC" _column(1850) str2 V10A %2s "" _column(1852) int V243 %2f "INFO DAY OF QUAKE" _column(1854) int V43A %2f "OTHER INFO JAN17" _column(1856) int V43B %2f "OTHER INFO JAN17/2" _column(1858) int V43C %2f "OTHER INFO JAN17/3" _column(1860) int V43D %2f "OTHER INFO JAN17/4" _column(1862) int V43E %1f "OTHER INFO JAN17/5" _column(1863) int V43F %1f "OTHER INFO JAN17/6" _column(1864) int V43G %1f "OTHER INFO JAN17/7" _column(1865) int V43H %1f "OTHER INFO JAN17/8" _column(1866) int V43I %1f "OTHER INFO JAN17/9" _column(1867) int V43J %1f "OTHER INFO JAN17/10" _column(1868) int V43K %1f "OTHER INFO JAN17/11" _column(1869) int V43L %1f "OTHER INFO JAN17/12" _column(1870) int V43M %1f "OTHER INFO JAN17/13" _column(1871) int V43N %2f "BEST SOURCE INFO JAN17" _column(1873) int V239 %1f "FRIGHTENED BY QUAKE" _column(1874) int V240 %2f "LIFE IN DANGER" _column(1876) int V242 %1f "THOUGHT ABT QUAKE" _column(1877) int N34A1 :N34A1 %1f "HANDLE MED EMERG" _column(1878) str2 N34A2 %2s "WHY CAPABLE" _column(1880) int N34B1 :N34B1 %1f "FORMAL 1ST AID CLASS" _column(1881) int N34B2 %2f "MNTH RECENT TRAIN" _column(1883) int N34BA %2f "YR RECENT TRAINING" _column(1885) int N34B3 :N34B3 %2f "TYPE TRAINING" _column(1887) int N34B4 :N34B4 %2f "WHO TAUGHT" _column(1889) int N34C1 :N34C1 %1f "CLEAR AIRWAY" _column(1890) int N34C2 :N34C2 %1f "MOUTH-TO-MOUTH" _column(1891) int N34C3 :N34C3 %1f "CONTROL BLEEDING" _column(1892) int N34C4 :N34C4 %1f "TREAT SHOCK" _column(1893) int N34C5 :N34C5 %1f "CARDIAC MASSAGE" _column(1894) int N34C6 :N34C6 %1f "SPLINT" _column(1895) int V399 %1f "MORE CLOSE FRIENDS" _column(1896) int V400 %1f "NO GUILT" _column(1897) int V401 %1f "VIOLENT" _column(1898) int V402 %1f "PAST DISTRESSED" _column(1899) int V403 %1f "PEOPLE AFRAID OF ME" _column(1900) int V404 %1f "EMOTIONALLY CLOSE" _column(1901) int V405 %1f "NIGHTMARES" _column(1902) int V406 %1f "WISH I WERE DEAD" _column(1903) int V407 %1f "HAVE NO FEELINGS" _column(1904) int V408 %1f "KILLING MYSELF" _column(1905) int V409 %1f "SLEEP WELL" _column(1906) int V410 %1f "WONDER WHY ALIVE" _column(1907) int V411 %1f "SITUATIONS BACK IN PAST" _column(1908) int V412 %1f "DREAMS REAL/SWEAT" _column(1909) int V413 %1f "CANT GO ON" _column(1910) int V414 %1f "DONT LAUGH/CRY" _column(1911) int V415 %1f "STILL ENJOY" _column(1912) int V416 %1f "DAYDREAMS REAL" _column(1913) int V417 %1f "KEEP JOB" _column(1914) int V418 %1f "TRBL CONCENTRATING" _column(1915) int V419 %1f "CRY NO GOOD REASON" _column(1916) int V420 %1f "ENJOY COMPANY" _column(1917) int V421 %1f "FRIGHTND BY URGES" _column(1918) int V422 %1f "FALL ASLEEP EASILY" _column(1919) int V423 %1f "JUMP AT NOISES" _column(1920) int V424 %1f "NOONE UNDERSTANDS ME" _column(1921) int V425 %1f "EASY-GOING" _column(1922) int V426 %1f "THINGS I CANT TELL" _column(1923) int V427 %1f "ETOH OR DRUGS TO SLEEP" _column(1924) int V428 %1f "COMFORTABLE IN CROWD" _column(1925) int V429 %1f "EXPLODE OVER MINOR" _column(1926) int V430 %1f "AFRAID TO SLEEP" _column(1927) int V431 %1f "AVOID REMINDERS OF PAST" _column(1928) int V432 %1f "MEMORY AS GOOD AS EVER" _column(1929) int V433 %1f "DIFF EXPRESSING FEELINGS" _column(1930) int V434 %1f "REPEAT OF PAST" _column(1931) int V435 %1f "CANT REMEMBER IMP THINGS" _column(1932) int V436 %1f "SUPERALERT/ON GUARD" _column(1933) int V437 %1f "FEEL NUMB" _column(1934) str3 B454 %3s "" _column(1937) str2 C454 %2s "" _column(1939) int EMOT1 :EMOT1 %3f "1st emotional injury" _column(1942) int EMOT2 :EMOT2 %3f "2nd emotional injury" _column(1945) int EMOT3 :EMOT3 %3f "3rd emotional injury" _column(1948) int EMOT4 :EMOT4 %3f "" _column(1951) int EMOT5 :EMOT5 %3f "" _column(1954) int EMOT6 :EMOT6 %2f "" _column(1956) int LANG1 :LANG1 %2f "1st language spoken at home" _column(1958) int LANG2 :LANG2 %2f "2nd language spoken at home" _column(1960) int LANG3 :LANG3 %2f "3rd language spoken at home" _column(1962) int LANG4 :LANG4 %2f "'4th language spoken at home" _column(1964) long ALLPARTS %9f "combination of all parts injured" _column(1973) int RRWHAT2 %2f "" _column(1975) int RRWHAT3 %2f "" _column(1977) int RRWHAT4 %2f "" _column(1979) int RRWHAT5 %1f "" _column(1980) int COMBINJ :COMBINJ %1f "combination of injury locations" _column(1981) long ALLTYPES %6f "combination of types of injuries" _column(1987) int COMBTYPE :COMBTYPE %3f "COMBINATION OF INJURY TYPES" _column(1990) int LOC_COD :LOC_COD %3f "original location" _column(1993) int ACT_COD :ACT_COD %3f "first action" _column(1996) int ACT_CMPL :ACT_CMPL %1f "action completed" _column(1997) int OBJ_COD :OBJ_COD %3f "object of action" _column(2000) int ACT_COD2 :ACT_COD2 %3f "second action" _column(2003) int OBJ_COD2 :OBJ_COD2 %3f "object of action" _column(2006) int ACT_CMP2 :ACT_CMP2 %1f "action completed" _column(2007) int NEWETHN1 :NEWETHN1 %2f "recode of first ethnicity into 5 categories" _column(2009) int PHYSINJ :PHYSINJ %2f "recode of w220, 0,1" _column(2011) int MMIEQE %1f "mmi based on zipthen and eqe mmi data" _column(2012) int PGAEQE %3f "pga based on zipthen and eqe ground motion" _column(2015) int NEWETHN4 :NEWETHN4 %1f "4 category ethnicity variable" _column(2016) int VIOEXPN2 %1f "N VIOL EXP W/O CAR/LIFE CHANGE" _column(2017) int VIOLEXP2 :VIOLEXP2 %1f "1 OR MORE W/O CAR/LIFE CHANGE" _column(2018) int MARRIED :MARRIED %1f "MARRIED OR LIVING TOGETHER" _column(2019) int RV346 %1f "recode for bsi scale" _column(2020) int RV347 %1f "recode for bsi scale" _column(2021) int RV348 %1f "recode for bsi scale" _column(2022) int RV349 %1f "recode for bsi scale" _column(2023) int RV350 %1f "recode for bsi scale" _column(2024) int RV351 %1f "recode for bsi scale" _column(2025) int RV352 %1f "recode for bsi scale" _column(2026) int RV353 %1f "recode for bsi scale" _column(2027) int RV354 %1f "recode for bsi scale" _column(2028) int RV355 %1f "recode for bsi scale" _column(2029) int RV356 %1f "recode for bsi scale" _column(2030) int RV357 %1f "recode for bsi scale" _column(2031) int RV358 %1f "recode for bsi scale" _column(2032) int RV359 %1f "recode for bsi scale" _column(2033) int RV360 %1f "recode for bsi scale" _column(2034) int RV361 %1f "recode for bsi scale" _column(2035) int RV362 %1f "recode for bsi scale" _column(2036) int RV363 %1f "recode for bsi scale" _column(2037) int RV364 %1f "recode for bsi scale" _column(2038) int RV365 %1f "recode for bsi scale" _column(2039) int RV366 %1f "recode for bsi scale" _column(2040) int RV367 %1f "recode for bsi scale" _column(2041) int RV368 %1f "recode for bsi scale" _column(2042) int RV369 %1f "recode for bsi scale" _column(2043) int RV370 %1f "recode for bsi scale" _column(2044) int RV371 %1f "recode for bsi scale" _column(2045) int RV372 %1f "recode for bsi scale" _column(2046) int RV373 %1f "recode for bsi scale" _column(2047) int RV374 %1f "recode for bsi scale" _column(2048) int RV375 %1f "recode for bsi scale" _column(2049) int RV376 %1f "recode for bsi scale" _column(2050) int RV377 %1f "recode for bsi scale" _column(2051) int RV378 %1f "recode for bsi scale" _column(2052) int RV379 %1f "recode for bsi scale" _column(2053) int RV380 %1f "recode for bsi scale" _column(2054) int RV381 %1f "recode for bsi scale" _column(2055) int RV382 %1f "recode for bsi scale" _column(2056) int RV383 %1f "recode for bsi scale" _column(2057) int RV384 %1f "recode for bsi scale" _column(2058) int RV385 %1f "recode for bsi scale" _column(2059) int RV386 %1f "recode for bsi scale" _column(2060) int RV387 %1f "recode for bsi scale" _column(2061) int RV388 %1f "recode for bsi scale" _column(2062) int RV389 %1f "recode for bsi scale" _column(2063) int RV390 %1f "recode for bsi scale" _column(2064) int RV391 %1f "recode for bsi scale" _column(2065) int RV392 %1f "recode for bsi scale" _column(2066) int RV393 %1f "recode for bsi scale" _column(2067) int RV394 %1f "recode for bsi scale" _column(2068) int RV395 %1f "recode for bsi scale" _column(2069) int RV396 %1f "recode for bsi scale" _column(2070) int RV397 %1f "recode for bsi scale" _column(2071) int RV398 %1f "recode for bsi scale" _column(2072) int RRV346 %1f "recode for bsi (fix error)" _column(2073) int RRV347 %1f "recode for bsi (fix error)" _column(2074) int RRV348 %1f "recode for bsi (fix error)" _column(2075) int RRV349 %1f "recode for bsi (fix error)" _column(2076) int RRV350 %1f "recode for bsi (fix error)" _column(2077) int RRV351 %1f "recode for bsi (fix error)" _column(2078) int RRV352 %1f "recode for bsi (fix error)" _column(2079) int RRV353 %1f "recode for bsi (fix error)" _column(2080) int RRV354 %1f "recode for bsi (fix error)" _column(2081) int RRV355 %1f "recode for bsi (fix error)" _column(2082) int RRV356 %1f "recode for bsi (fix error)" _column(2083) int RRV357 %1f "recode for bsi (fix error)" _column(2084) int RRV358 %1f "recode for bsi (fix error)" _column(2085) int RRV359 %1f "recode for bsi (fix error)" _column(2086) int RRV360 %1f "recode for bsi (fix error)" _column(2087) int RRV361 %1f "recode for bsi (fix error)" _column(2088) int RRV362 %1f "recode for bsi (fix error)" _column(2089) int RRV363 %1f "recode for bsi (fix error)" _column(2090) int RRV364 %1f "recode for bsi (fix error)" _column(2091) int RRV365 %1f "recode for bsi (fix error)" _column(2092) int RRV366 %1f "recode for bsi (fix error)" _column(2093) int RRV367 %1f "recode for bsi (fix error)" _column(2094) int RRV368 %1f "recode for bsi (fix error)" _column(2095) int RRV369 %1f "recode for bsi (fix error)" _column(2096) int RRV370 %1f "recode for bsi (fix error)" _column(2097) int RRV371 %1f "recode for bsi (fix error)" _column(2098) int RRV372 %1f "recode for bsi (fix error)" _column(2099) int RRV373 %1f "recode for bsi (fix error)" _column(2100) int RRV374 %1f "recode for bsi (fix error)" _column(2101) int RRV375 %1f "recode for bsi (fix error)" _column(2102) int RRV376 %1f "recode for bsi (fix error)" _column(2103) int RRV377 %1f "recode for bsi (fix error)" _column(2104) int RRV378 %1f "recode for bsi (fix error)" _column(2105) int RRV379 %1f "recode for bsi (fix error)" _column(2106) int RRV380 %1f "recode for bsi (fix error)" _column(2107) int RRV381 %1f "recode for bsi (fix error)" _column(2108) int RRV382 %1f "recode for bsi (fix error)" _column(2109) int RRV383 %1f "recode for bsi (fix error)" _column(2110) int RRV384 %1f "recode for bsi (fix error)" _column(2111) int RRV385 %1f "recode for bsi (fix error)" _column(2112) int RRV386 %1f "recode for bsi (fix error)" _column(2113) int RRV387 %1f "recode for bsi (fix error)" _column(2114) int RRV388 %1f "recode for bsi (fix error)" _column(2115) int RRV389 %1f "recode for bsi (fix error)" _column(2116) int RRV390 %1f "recode for bsi (fix error)" _column(2117) int RRV391 %1f "recode for bsi (fix error)" _column(2118) int RRV392 %1f "recode for bsi (fix error)" _column(2119) int RRV393 %1f "recode for bsi (fix error)" _column(2120) int RRV394 %1f "recode for bsi (fix error)" _column(2121) int RRV395 %1f "recode for bsi (fix error)" _column(2122) int RRV396 %1f "recode for bsi (fix error)" _column(2123) int RRV397 %1f "recode for bsi (fix error)" _column(2124) int RRV398 %1f "recode for bsi (fix error)" _column(2125) long SOMATIZE %18f "BSI SCALE ON SOMATIZATION" _column(2143) long OBSESS %18f "BSI SCALE ON OBSESSIVE-COMPULSIVE" _column(2161) long SENSITIV %18f "BSI SCALE ON INTERPERSONAL SENSITIVITY" _column(2179) long DEPRESS %18f "BSI SCALE ON DEPRESSION" _column(2197) long ANXIETY %18f "BSI SCALE ON ANXIETY" _column(2215) int HOSTILE %4f "BSI SCALE ON HOSTILITY" _column(2219) int PHOBIC %4f "BSI SCALE ON PHOBIC ANXIETY" _column(2223) int PSYCHO %4f "BSI SCALE ON PSYCHOTICISM" _column(2227) int PARANOID %4f "BSI SCALE ON PARANOID IDEATION" _column(2231) long GLOBAL %19f "BSI GLOBAL SEVERITY INDEX (GSI)" _column(2250) int PST %4f "BSI POSITIVE SYMPTOM TOTAL" _column(2254) long PSDI %18f "BSI POSTIVE SYMPTOM DISTRESS INDEX" _column(2272) int SOMCASE :SOMCASE %1f "SOMATIZATION GE 63%" _column(2273) int OCCASE :OCCASE %1f "OBSESS-COMPUS GE 63%" _column(2274) int ISCASE :ISCASE %1f "INTERPERSONAL SENSITIVITY GE 63%" _column(2275) int DCASE :DCASE %1f "" _column(2276) int ACASE :ACASE %1f "ANXIETY GE 63%" _column(2277) int HCASE :HCASE %1f "HOSTILITY GE 63%" _column(2278) int PACASE :PACASE %1f "PHOBIC ANXIETY GE 63%" _column(2279) int PCASE :PCASE %1f "PSYCHOSIS GE 63%" _column(2280) int PICASE :PICASE %1f "PARANOID IDEATION GE 63%" _column(2281) int GCASE :GCASE %1f "GSI GE 63%" _column(2282) int PSTCASE :PSTCASE %1f "PST GE 63%" _column(2283) int PSDICASE :PSDICASE %1f "PSDI GE 63%" _column(2284) int BSICASE :BSICASE %3f "QUALIFIES AS BSI CASE" _column(2287) int SUMCASE %1f "#DIMENSIONS ON WHICH BECOMES A CASE" _column(2288) int REMOT1 :REMOT1 %2f "recode of emot1" _column(2290) int REMOT2 :REMOT2 %2f "recode of emot2" _column(2292) int REMOT3 :REMOT3 %2f "recode of emot3" _column(2294) int REMOT4 :REMOT4 %2f "recode of emot4" _column(2296) int REMOT5 :REMOT5 %2f "recode of emot5" _column(2298) int REMOT6 :REMOT6 %1f "recode of emot6" _column(2299) int EMOTINJ %1f "r emotionally injured" _column(2300) str11 COMBEMOT %11s "combination of emot injury types" _column(2311) int NUMBEMOT %1f "number of emotional injuries" _column(2312) int RREMOT1 :RREMOT1 %1f "recode of remot1" _column(2313) int RREMOT2 :RREMOT2 %1f "recode of remot2" _column(2314) int RREMOT3 :RREMOT3 %1f "recode of remot3" _column(2315) int RREMOT4 :RREMOT4 %1f "recode of remot4" _column(2316) int RREMOT5 :RREMOT5 %1f "recode of remot5" _column(2317) int RREMOT6 :RREMOT6 %1f "recode of remot6" _column(2318) long RCOMEMOT %6f "combined rremot1-6" _column(2324) int RRCOMEMO :RRCOMEMO %3f "combined and collapsed" _column(2327) int DICHEMOT :DICHEMOT %1f "dichotomous emotional injury type" _column(2328) int SELFVICT :SELFVICT %1f "perceive self as victim" _column(2329) int LATINO %1f "Latinos vs. All Others" _column(2330) int EMOT7 %2f "" _column(2332) int GREENTAG %1f "greentag vs. all other cat" _column(2333) int MMI9 %1f "mmi 9 vs. 6-8" _column(2334) int EMOTCARE %1f "sought care for emot injury" _column(2335) int YELLOTAG %1f "yellow tag vs. others" _column(2336) int COMBHOW :COMBHOW %1f "collapsed and combined howinjured" _column(2337) int FEMALE :FEMALE %1f "recode rsex, female =1, male =0" _column(2338) int DWELLTYP :DWELLTYP %1f "type of dwelling" _column(2339) int RKIDS :RKIDS %1f "recode of kids" _column(2340) int HOMEAGE :HOMEAGE %1f "recode yr built trichotomy" _column(2341) int FLASHBEF %1f "" _column(2342) int FRSTMOVE :FRSTMOVE %1f "Moved at time of EQ" _column(2343) int RFRSTMOV :RFRSTMOV %1f "FRSTMOVE ATTEMPT=MOVE;ONLY AT HOME" _column(2344) int SAFEVOL %1f "volunteered safety organizations" _column(2345) int SAFEKNO :SAFEKNO %1f "know safety orgs w3" _column(2346) int DHSKNO :DHSKNO %1f "know DHS w3" _column(2347) int UTILKNO :UTILKNO %1f "know util w3" _column(2348) int REDXKNO :REDXKNO %1f "know redcross w3" _column(2349) int BLDGKNO :BLDGKNO %1f "know bldgdept w3" _column(2350) int HOSPKNO :HOSPKNO %1f "know hosp w3" _column(2351) int HCTRKNO :HCTRKNO %1f "know hlth centers w3" _column(2352) int FEMAKNO :FEMAKNO %1f "know FEMA w3" _column(2353) int HUDKNO :HUDKNO %1f "know HUD w3" _column(2354) int CALTKNO :CALTKNO %1f "know CALTRANS w3" _column(2355) int CHRCHKNO :CHRCHKNO %1f "know churches w3" _column(2356) int OTHRKNO :OTHRKNO %1f "know other agencies w3" _column(2357) int EQEMATCH :EQEMATCH %1f "have address match to eqe data" _column(2358) int RW480 :RW480 %1f "Religious Services Attended" _column(2359) int RX480 :RX480 %1f "Religious Importance" _column(2360) int V244A :V244A %1f "info since eq n/y" _column(2361) int RELIGIOS %1f "sum of rx480 and rw480" _column(2362) int AGREC %2f "no. agencies recognized" _column(2364) int AGVOL %2f "no. agencies volunteered" _column(2366) int AGKNOW %2f "AGREC + AGVOL" _column(2368) int POLICKNO :POLICKNO %1f "wave 1" _column(2369) int FIREKNO :FIREKNO %1f "wave 1" _column(2370) int UTILKNO2 :UTILKNO2 %1f "wave 1" _column(2371) int REDXKNO2 :REDXKNO2 %1f "wave 1" _column(2372) int BLDGKNO2 :BLDGKNO2 %1f "wave1" _column(2373) int ELECTKNO :ELECTKNO %1f "wave1" _column(2374) int HLTHKNO :HLTHKNO %1f "wave1" _column(2375) int FEMAKNO2 :FEMAKNO2 %1f "wave1" _column(2376) int HUDKNO2 :HUDKNO2 %1f "wave1" _column(2377) int CALTKNO2 :CALTKNO2 %1f "wave1" _column(2378) int OTHRKNO2 :OTHRKNO2 %1f "wave1" _column(2379) int SAFEKNO2 :SAFEKNO2 %1f "knew safety agencies (waves 1&3)" _column(2380) int UTILKNO3 :UTILKNO3 %1f "knew util (waves 1&3)" _column(2381) int REDXKNO3 :REDXKNO3 %1f "knew redcross (wave 1&3)" _column(2382) int BLDGKNO3 :BLDGKNO3 %1f "knew bldg dept (wave 1&3)" _column(2383) int FEMAKNO3 :FEMAKNO3 %1f "knew FEMA (wave 1&3)" _column(2384) int HUDKNO3 :HUDKNO3 %1f "knew HUD (wave 1&3)" _column(2385) int CALTKNO3 :CALTKNO3 %1f "knew CALTRANS (wave 1&3)" _column(2386) int OTHRKNO3 :OTHRKNO3 %1f "knew other (wave 1&3)" _column(2387) int HLTHKNO2 :HLTHKNO2 %1f "knew hlth agencies (wave 1&3)" _column(2388) int AGVOL2 %2f "# agencies volunteered waves 1&3" _column(2390) int AGREC2 %2f "# agencies recognized waves 1 & 3" _column(2392) int AGKNO2 %2f "# agencies rec or vol waves 1 & 3" _column(2394) int NUMOTHIN %1f "Number of others in hsehld injured" }