/***************************************2003 FALL*********************************************/ proc format; /* GENERAL (NON-QUESTION SPECIFIC) RESPONSE CATEGORIES */ value yesno 1 = 'Yes' 2 = 'No'; /* DEMOGRAPHICS */ value newrace 1 = 'White' 2 = 'Black' 3 = 'Hispanic' 4 = 'Asian/Pacific Islander' 5 = 'Other';/*includes multi-race, Native American, other*/ value sex 1 = 'Male' 2 = 'Female'; value employ 1 = 'Employed for wages' 2 = 'Self-employed' 3 = 'Out of work >1 year' 4 = 'Out of work <1 year' 5 = 'Homemaker' 6 = 'Student' 7 = 'Retired' 8 = 'Unable to work'; value educat 1 = 'Less than high school' 2 = 'High school graduate' 3 = 'Some college/technical school' 4 = 'College graduate'; value dem17f 1 = 'Never attended school or only attended kindergarten' 2 = 'Grades 1 through 8 (Elementary)' 3 = 'Grades 9 through 11 (Some high school)' 4 = 'Grade 12 or GED (High school graduate)' 5 = 'College 1 year to 3 years (Some college or technical school)' 6 = 'College 4 years or more (College graduate)'; value born 1 = 'US born' 2 = 'Foreign born'; value yearsus 1 = '<1 year' 2 = '1 - <4 years' 3 = '>= 4 years'; value marital 1 = 'Married' 2 = 'Divorced' 3 = 'Widowed' 4 = 'Separated' 5 = 'Never married' 6 = 'A member of unmarried couple'; /* '07 added 'A member of unmarried couple LIVING TOGETHER' */ value agegrp 1 = '18 - 24' 2 = '25 - 44' 3 = '45 - 64' 4 = '65+'; value age 1 = '18 - 24' 2 = '25 - 44' 3 = '45 - 64'; value age25up 1 = '25 - 44' 2 = '45 - 64' 3 = '65+'; value age40new 1 = '40-44' 2 = '45-64' 3 = '65+'; value age50up 1 = '50 - 64' 2 = '65+'; value newpovft 1 = '<100%' 2 = '100-199%' 3 = '200-399%' 4 = '400-599%' 5 = '600%+'; value wt 1 = 'Under/normal weight' 2 = 'Over weight' 3 = 'Obese'; /* HEALTH STATUS */ value health 1 = 'Excellent' 2 = 'Very Good' 3 = 'Good' 4 = 'Fair' 5 = 'Poor'; /* NEIGHBORHOODS */ value boro 1 = 'Bronx' 2 = 'Brooklyn' 3 = 'Manhattan' 4 = 'Queens' 5 = 'Staten Island'; value dpho 1 = 'South Bronx' 2 = 'East and Central Harlem' 3 = 'North and Central Brooklyn' 4 = 'All Other Neighborhoods'; value uhf42pov 1='High pov = low inc' 2='Med pov = med inc' 3='Low pov = High inc'; /*SMOKING*/ value smoker 1 = 'Never' 2 = 'Current' 3 = 'Former'; value some 1 = 'Yes, everyday' 2 = 'No, somedays'; value heavysmokerf /* UPDATED 09-2013 to >10 cpd/<=10cpd */ 1 = 'Yes (>10 cig/day)' 2 = 'No (<=10 cig/day)'; value cpdcat 1 = '<10' 2 = '10-<21' 3 = '21+'; value smoke5f 1 = 'Within the past month' 2 = 'More than 1 - 3 months' 3 = 'More than 3 to 6 months' 4 = 'More than 6 to 12 months' 5 = 'More than 1 to 5 yrs' 6 = 'More 5 to 10 yrs' 7 = 'More than 10 yrs'; value recent 1 = '0 - 12 months' 2 = '>12 months'; value success 1 = '>3 months' 2 = '<=3 months'; value lastcig 1 = 'Carton' 2 = 'Pack' 3 = 'Single/loosie' 4 = 'Bummed' 5 = 'Rolled your own' ; value cigbuy 1 = 'A store in NYC ' 2 = 'Out of NYC but in NYS ' 3 = 'Out of NYS ' 4 = 'Out of the US ' 5 = 'Internet ' 6 = 'Indian reservation ' 7 = 'Another person' 10 = 'Airport ' 11 = 'Street' 12 = 'Gas Station' 13 = 'Other'; value cigpur 1='New York City' 2='Gas station, deli, other store in NYC' 3='Another person/street in NYC' 4='Another person/street location unknown' 5='Store location unknown' 6='Outside NYC but in NYS' 7='Different state' 8='Internet/mail' 9='Indian reservation' 10='Outside USA' 11='Airport' 12='Duty free' 13='Other'; value taxavoid 1='NYC tax avoidant' 2='Not NYC tax avoidant' 3='Cannot be determined'; /*Additional variables added January 2014*/ value neighpovgroup4f 1 = '0 - <10% (low pov)' 2 = '10 - <20% (medium pov)' 3 = '20 - <30% (high pov)' 4 = '30 - 100% (very high pov)'; value age21up 1 = '21-44' 2 = '45-64' 3 = '65+'; value emp3f 1 = 'Employed' 2 = 'Unemployed' 3 = 'Not in labor force'; value ins05f 1 = 'Private' 2 = 'Medicare' 3 = 'Medicaid' 4 = 'Other' 5 = 'Uninsured'; value smkcatf 1 = 'Non-daily smoker' 2 = 'Light daily smoker(<= 10 cigarettes per day)' 3 = 'Heavy daily smoker(>10 cigarettes per day)' 4 = 'Non-smoker'; /*Additional variables added December 2015*/ value numadults /* UPDATED 09 2015 */ 7='7 or more'; value hhsize /* UPDATED 09 2015 */ 7='7 or more'; value region20f 1='Northern Europe' 2='Western Europe' 3='Southern Europe' 4='Eastern Europe' 5='Eastern Asia' 6='South Central Asia' 7='South Eastern Asia' 8='Western Asia' 9='Eastern Africa' 10='Middle Africa' 11='Northern Africa' 12='Southern Africa' 13='Western Africa' 14='Australia and New Zealand' 15='Elsewhere Oceana' 16='Caribbean' 17='Central America' 18='South America' 19='Northern America - not including U.S.' 20='United States'; /*Additional variables added August 2017*/ /* NEW FORMATS FOR COUNTRY/PLACE OF BIRTH (4.10.08) REFER TO http://www.state.gov/countries/ FOR MORE INFO*/ value cntryNEW 1 = 'Argentina' 2 = 'Australia' 3 = 'Bangladesh' 4 = 'Barbados' 5 = 'Belarus' 6 = 'Bolivia' 7 = 'Brazil' 8 = 'Canada' 9 = 'Caribbean' 10 = 'Chile' 11 = 'China' 12 = 'Colombia' 13 = 'Costa Rica' 14 = 'Cuba' 15 = 'Dominican Republic' 16 = 'Ecuador' 17 = 'Egypt' 18 = 'El Salvador' 19 = 'France' 20 = 'Germany' 21 = 'Ghana' 22 = 'Greece' 23 = 'Guatamala' 24 = 'Guyana' 25 = 'Haiti' 26 = 'Honduras' 27 = 'Hong Kong' 28 = 'Hungary' 29 = 'India' 30 = 'Ireland' 31 = 'Israel' 32 = 'Italy' 33 = 'Jamaica' 34 = 'Japan' 35 = 'Korea' 36 = 'Mexico' 37 = 'Nicaragua' 38 = 'Nigeria' 39 = 'Pakistan' 40 = 'Panama' 41 = 'Peru' 42 = 'Philippines' 43 = 'Poland' 44 = 'Puerto Rico' 45 = 'Romania' 46 = 'Russia' 47 = 'Sierra Leone' 48 = 'South American' 49 = 'Spain' 50 = 'Taiwan' 51 = 'Trinidad and Tobago' 52 = 'Turkey' 53 = 'Ukraine' 54 = 'United Kingdom' 55 = 'Venezuela' 56 = 'Vietnam' 57 = 'West Indian' 58 = 'Yugoslovia' 59 = 'Afghanistan' 60 = 'Africa' 61 = 'Albania' 62 = 'Antigua' 63 = 'Armenia' 64 = 'Austria' 65 = 'Bahrain' 67 = 'Belgium' 68 = 'Belize' 69 = 'Bulgaria' 70 = 'Cambodia' 71 = 'Central Asia' 72 = 'Cyprus' 73 = 'Czechoslovakia' 74 = 'England' 75 = 'Europe' 76 = 'Georgia' 77,99,999 = 'Unknown' 78 = 'Grenada' 79 = 'Guinea' 80 = 'Indonesia' 81 = 'Iran' 82 = "Cote D'Ivoire" 83 = 'Jordan' 84 = 'Latin American country' 85 = 'Latvia' 86 = 'Lebanon' 87 = 'Malaysia' 88 = 'Malta' 89 = 'Middle Eastern' 90 = 'Montenegro' 91 = 'Morocco' 92 = 'Netherlands' 93 = 'Norway' 94 = 'Portugal' 95 = 'Democratic Republic of the Congo (former: Zaire)' 96 = 'Scotland' 97 = 'Senegal' 98 = 'Singapore' 100 = 'South Korea' 101 = 'Sri Lanka' 102 = 'St. Lucia' 103 = 'St. Vincent' 104 = 'Suriname' 105 = 'Sweden' 106 = 'Switzerland' 107 = 'Thailand' 108 = 'Uruguay' 109 = 'Uzbekistan' 110 = 'Virgin Islands' 111 = 'West Africa' 112 = 'Zambia' 113 = 'Dominica' 114 = 'Kenya' 116 = 'Algeria' 117 = 'Aruba' 118 = 'Asia' 119 = 'Bahamas' 120 = 'Tibet' 121 = 'Bermuda' 122 = 'Burma' 123 = 'British Virgin Islands' 124 = 'Cameroon' 125 = 'Central America' 126 = 'Croatia' 127 = 'East Africa' 128 = 'Estonia' 129 = 'Ethiopia' 130 = 'Finland' 131 = 'French Guiana' 133 = 'Iraq' 134 = 'Serbia' 135 = 'Liberia' 136 = 'Lithuania' 137 = 'Mali' 138 = 'Mauritius' 139 = 'Mauritania' 140 = 'Moldova' 141 = 'Montserrat ' 142 = 'Nepal' 143 = 'New Zealand' 144 = 'Niger' 145 = 'Libya' 146 = 'Martinique' 147 = 'Paraguay' 148 = 'Saudi Arabia' 149 = 'South Africa' 150 = 'Southeast Asia' 151 = 'Slovenia' 152 = 'St. Croix' 153 = 'St. Thomas' 155 = 'Sudan' 156 = 'Syria' 157 = 'Tajikistan' 158 = 'Uganda' 159 = 'United Arab Emirates' 160 = 'Yemen' 161 = 'Zimbabwe' 162 = 'Angola' 163 = 'Anguilla' 164 = 'Tanzania' 165 = 'Azerbaijan' 166 = 'Slovakia' 167 = 'Bosnia' 168 = 'Somalia' 169 = 'Brunei' 170 = 'Cayman Islands' 171 = 'Curacao' 172 = 'Denmark' 173 = 'Gambia' 174 = 'Iceland' 175 = 'Kuwait' 176 = 'Macauo' 178 = 'Palestine' 179 = 'Papua, New Guinea.' 180 = 'Rwanda' 181 = 'Scandinavia' 184 = 'St. Martin' 186 = 'Togo' 188 = 'St. Maarten' 189 = 'US Virgin Islands' 190 = 'Republic of Macedonia' 191 = 'Kazakhstan' 192 = 'Kyrgyzstan' 193 = 'Gabon' 194 = 'Tunisia' 195 = 'Turkmenistan' 196 = 'Guam' 197 = 'Eritrea' 198 = 'Fiji' 200 = 'Samoa' 202 = 'Turks and Caicos Island' 203 = 'Wales (UK)' 204 = 'Djibouti (East Africa)' 206 = "St. John's" 207 = 'Cape Verde' 209 = 'Bhutan' 210 = 'Luxembourg' 213 = 'Federation of St Kitts and Nevis' 214 = 'Burkina Faso' 215 = 'Burundi' 216 = 'Kosovo' 217 = 'Guadeloupe' 218 = 'Namibia' 219 = 'Former USSR, not specified' 220 = 'Benin' 221 = 'Madagascar' 222 = 'St. Barts' 223 = 'British Isles' 224 = 'Qatar' 225 = 'Laos' 226 = 'Oman' 227 = 'Czech Republic' 228 = 'Central Africa' 229 = 'Northern Africa' 230 = 'Southern Africa' 1000 = 'USA'; RUN;