1 The SAS System 08:21 Thursday, December 11, 2014 ERROR: Permanent copy of file SASUSER.PROFBAK.CATALOG was deleted. NOTE: Copyright (c) 2002-2010 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.3 (TS1M0) Licensed to NATIONAL BUREAU OF ECONOMIC RESEARCH, Site 70111351. NOTE: This session is executing on the Linux 2.6.32-431.29.2.el6.x86_64 (LIN X64) platform. You are running SAS 9. Some SAS 8 files will be automatically converted by the V9 engine; others are incompatible. Please see http://support.sas.com/rnd/migration/planning/platform/64bit.html PROC MIGRATE will preserve current SAS file attributes and is recommended for converting all your SAS libraries from any SAS 8 release to SAS 9. For details and examples, please see http://support.sas.com/rnd/migration/index.html This message is contained in the SAS news file, and is presented upon initialization. Edit the file "news" in the "misc/base" directory to display site-specific news and information in the program log. The command line option "-nonews" will prevent this display. NOTE: SAS initialization used: real time 1.20 seconds cpu time 0.03 seconds 1 *options obs=100 ; 2 options nocenter ; 3 4 **------------------------------------------------; 5 ** by Jean Roth Wed Aug 21 17:15:00 EDT 2013 6 ** This program reads the 2008 SIPP Wave 13 Core Data File ; 7 ** Report errors to jroth@nber.org ; 8 ** A value of -1 (or -1/# of implied decimals) indicates 'Not in Universe' ; 9 ** This program is distributed under the GNU GPL. ; 10 ** See end of this file and 11 ** http://www.gnu.org/licenses/ for details. ; 12 **-----------------------------------------------; 13 14 * The following line should contain the directory 15 where the SAS file is to be stored ; 16 17 libname library "/homes/data/sipp/2008"; NOTE: Libref LIBRARY was successfully assigned as follows: Engine: V9 Physical Name: /homes/data/sipp/2008 18 19 * The following line should contain 20 the complete path and name of the raw data file. 21 On a PC, use backslashes in paths as in C:\ ; 22 23 FILENAME datafile pipe "unzip -p /homes/data/sipp/2008/l08puw13.zip "; 24 25 * The following line should contain the name of the SAS dataset ; 2 The SAS System 08:21 Thursday, December 11, 2014 26 27 %let dataset = sippl08puw13 ; 28 29 DATA library.&dataset ; 30 31 INFILE datafile LRECL = 20000 ; 32 33 ** ------------------------------------------------ ; 34 ** The following variable names have been changed, ; 35 ** if necessary: '$' to 'd', '-' to '_', '%' to 'p' ; 36 ** ----------------------------------------------- ; 37 38 attrib ssuseq length=4 label="SU: Sequence Number of Sample Unit - Primary"; 39 attrib ssuid length=$12 label="SU: Sample Unit Identifier"; 40 attrib spanel length=4 label="SU: Sample Code - Indicates Panel Year"; 41 attrib swave length=3 label="SU: Wave of data collection"; 42 attrib srotaton length=3 label="SU: Rotation of data collection"; 43 attrib srefmon length=3 label="SU: Reference month of this record"; 44 attrib rhcalmn length=3 label="SU: Calendar month for this reference month."; 45 attrib rhcalyr length=4 label="SU: Calendar year for this reference month"; 46 attrib shhadid length=3 label="SU: Hhld Address ID differentiates hhlds in"; 47 attrib gvarstr length=3 label="SU: Variance Stratum Code"; 48 attrib ghlfsam length=3 label="SU: Half Sample Code"; 49 attrib grgc length=3 label="SU: Reduction Group Code"; 50 attrib tfipsst length=3 label="HH: FIPS State Code"; 51 attrib tmovrflg length=3 label="PE: Mover flag"; 52 attrib eoutcome length=3 label="HH: Interview Status code for this household"; 53 attrib rhnf length=3 label="HH: Number of families and pseudo families in"; 54 attrib rhnfam length=3 label="HH: No. of fams and psuedo fams (excluding"; 55 attrib rhnsf length=3 label="HH: Number of related subfamilies for this"; 56 attrib ehrefper length=4 label="HH: Person number of household reference"; 57 attrib ehhnumpp length=3 label="HH: Total number of persons in this household"; 58 attrib rhtype length=3 label="HH: Household type"; 59 attrib whfnwgt length=8 label="WW: Household weight"; 60 attrib tmetro length=3 label="HH: Metro status"; 61 attrib rhchange length=3 label="HH: Change in household composition from"; 62 attrib rhnssr length=3 label="HH: Number of Social Security recipients in"; 63 attrib etenure length=3 label="HH: Ownership status of living quarters"; 64 attrib atenure length=3 label="HH: Allocation flag for ETENURE"; 65 attrib epubhse length=3 label="HH: Residence in public housing project"; 66 attrib apubhse length=3 label="HH: Allocation flag for EPUBHSE"; 67 attrib egvtrnt length=3 label="HH: Receipt of government subsidized rent"; 68 attrib agvtrnt length=3 label="HH: Allocation flag for EGVTRNT"; 69 attrib tmthrnt length=4 label="HH: Amount of monthly rent"; 70 attrib amthrnt length=3 label="HH: Allocation flag for TMTHRNT"; 71 attrib ewrsect8 length=3 label="HH: Residence in Section 8 or other program"; 72 attrib awrsect8 length=3 label="HH: Allocation flag for EWRSECT8"; 73 attrib eutilyn length=3 label="HH: Payment of utilities in public housing"; 74 attrib autilyn length=3 label="HH: Allocation flag for EUTILYN"; 75 attrib eegyast length=3 label="HH: Receipt of energy assistance"; 76 attrib aegyast length=3 label="HH: Allocation Flag for EEGYAST"; 77 attrib eegypmt1 length=3 label="HH: Energy assistance payment by check"; 78 attrib eegypmt2 length=3 label="HH: Energy assistance payment by coupons"; 79 attrib eegypmt3 length=3 label="HH: Energy assist paymnt to utils, fuel"; 80 attrib aegypmt length=3 label="HH: Allocation flag for EEGYPMT1-EEGYPMT3"; 81 attrib eegyamt length=4 label="HH: Amount of energy assistance"; 82 attrib aegyamt length=3 label="HH: Allocation flag for EEGYAMT"; 83 attrib ehotlunc length=3 label="HH: Receipt of a school lunch"; 3 The SAS System 08:21 Thursday, December 11, 2014 84 attrib ahotlunc length=3 label="HH: Allocation flag for EHOTLUNC"; 85 attrib rnklun length=3 label="HH: Number of children receiving lunch at"; 86 attrib efreelun length=3 label="HH: Qualify for free or reduced price school"; 87 attrib afreelun length=3 label="HH: Allocation flag for EFREELUN"; 88 attrib efrerdln length=3 label="HH: Were the lunches free or reduced price?"; 89 attrib afrerdln length=3 label="HH: Allocation flag for EFRERDLN"; 90 attrib ebrkfst length=3 label="HH: Receipt of school breakfast"; 91 attrib abrkfst length=3 label="HH: Allocation flag for EBRKFST"; 92 attrib rnkbrk length=3 label="HH: Number of children receiving complete"; 93 attrib efreebrk length=3 label="HH: Qualify for free or reduced price"; 94 attrib afreebrk length=3 label="HH: Allocation flag for EFREEBRK"; 95 attrib efrerdbk length=3 label="HH: Were they free or reduced price?"; 96 attrib afrerdbk length=3 label="HH: Allocation flag for EFRERDBK"; 97 attrib rprgques length=3 label="HH: Flag indicating transfer of program"; 98 attrib thearn length=5 label="HH: Total household earned income"; 99 attrib thprpinc length=5 label="HH: Total household property income"; 100 attrib thtrninc length=5 label="HH: Total household means-tested cash"; 101 attrib thothinc length=5 label="HH: Total 'other' household income"; 102 attrib thtotinc length=5 label="HH: Total household income"; 103 attrib rhnbrf length=3 label="HH: Household noncash benefits receipt flag"; 104 attrib rhcbrf length=3 label="HH: Household cash benefits receipt flag"; 105 attrib rhmtrf length=3 label="HH: Household means-tested cash or noncash"; 106 attrib rhpov length=4 label="HH: Poverty threshold for this household in"; 107 attrib thpndist length=5 label="HH: Distributions from pension plans"; 108 attrib thlumpsm length=5 label="HH: Retirement lump sum payments"; 109 attrib thnoncsh length=4 label="HH: Total Household Noncash Income Recode"; 110 attrib thsocsec length=4 label="HH: Total Household Social Security Income"; 111 attrib thssi length=4 label="HH: Total Household Supplemental Security"; 112 attrib thunemp length=4 label="HH: Total Household Unemployment Income Recode"; 113 attrib thvets length=4 label="HH: Total Household Veterans Payments Recode"; 114 attrib thafdc length=4 label="HH: Total household public assistance payments"; 115 attrib thfdstp length=4 label="HH: Total Household food stamps Received"; 116 attrib rfid length=3 label="FA: Family ID Number for this month"; 117 attrib rfid2 length=3 label="FA: Family ID excluding related subfamily"; 118 attrib efnp length=3 label="FA: Number of persons in this family or"; 119 attrib efrefper length=4 label="FA: Person number of the family reference"; 120 attrib efspouse length=4 label="FA: Person number of spouse of family"; 121 attrib eftype length=3 label="FA: Type of family (or pseudo-family)"; 122 attrib rfchange length=3 label="FA: Change in family composition from"; 123 attrib efkind length=3 label="FA: Kind of family (or pseudo-family)"; 124 attrib rfnkids length=3 label="FA: Total number of children under 18 in"; 125 attrib rfownkid length=3 label="FA: Number of own children in family"; 126 attrib rfoklt18 length=3 label="FA: Number of own children under 18 in family"; 127 attrib rfnssr length=3 label="FA: Number of Social Security recipients in"; 128 attrib wffinwgt length=8 label="WW: 'WPFINWGT' for head of family"; 129 attrib tfearn length=5 label="FA: Total family earned income for this month"; 130 attrib tfprpinc length=5 label="FA: Total family property income for this"; 131 attrib tftrninc length=5 label="FA: Total family means-tested cash transfers"; 132 attrib tfothinc length=5 label="FA: Total 'other' family income for this month"; 133 attrib tftotinc length=5 label="FA: Total family income for this month"; 134 attrib rfpov length=4 label="FA: Poverty threshold for this family in this"; 135 attrib tfpndist length=5 label="FA: Family distributions from pension plans"; 136 attrib tflumpsm length=5 label="FA: Family retirement lump sum payments"; 137 attrib tfsocsec length=4 label="FA: Total Family Social Security Income Recode"; 138 attrib tfssi length=4 label="FA: Total Family Supplemental Security Income"; 139 attrib tfunemp length=4 label="FA: Total Family Unemployment Income Recode"; 140 attrib tfvets length=4 label="FA: Total Family Veterans Payments Recode"; 141 attrib tfafdc length=4 label="FA: Total Family public assistance payments"; 4 The SAS System 08:21 Thursday, December 11, 2014 142 attrib tffdstp length=4 label="FA: Total Family food stamps Received Recode"; 143 attrib rsid length=3 label="FA: Related or unrelated subfamily ID Number"; 144 attrib esfnp length=3 label="SF: Number of persons in this related"; 145 attrib esfrfper length=4 label="SF: Person number of the related subfamily"; 146 attrib esfspse length=4 label="SF: Person number of spouse of related subfam"; 147 attrib esftype length=3 label="SF: Type of family (or pseudo-family)"; 148 attrib esfkind length=3 label="SF: Kind of family (or pseudo-family)"; 149 attrib rschange length=3 label="SF: Change in related subfam composition from"; 150 attrib esownkid length=3 label="SF: Number of own children in related"; 151 attrib esoklt18 length=3 label="SF: Number of own children under 18 in"; 152 attrib wsfinwgt length=8 label="WW: 'WPFINWGT' for head of subfamily"; 153 attrib tsfearn length=5 label="SF: Total related subfamily earned income for"; 154 attrib tsprpinc length=5 label="SF: Total related subfamily property inc for"; 155 attrib tstrninc length=5 label="SF: Total related subfamily means-tested cash"; 156 attrib tsothinc length=5 label="SF: Total 'other' related subfamily income"; 157 attrib tstotinc length=5 label="SF: Total related subfamily income for this"; 158 attrib rsfpov length=4 label="SF: Poverty threshold for this related"; 159 attrib tspndist length=5 label="SF: Related subfamily distributions from"; 160 attrib tslumpsm length=5 label="SF: Related subfamily retirement lump sum"; 161 attrib tssocsec length=4 label="SF: Total related subfamily Social Security"; 162 attrib tsssi length=4 label="SF: Total related subfamily Supplemental"; 163 attrib tsvets length=4 label="SF: Total related subfamily Veterans Payments"; 164 attrib tsunemp length=4 label="SF: Total related subfamily unemployment"; 165 attrib tsafdc length=4 label="SF: Total related subfamily public assistance"; 166 attrib tsfdstp length=4 label="SF: Total related subfamily food stamps income"; 167 attrib eentaid length=$3 label="PE: Address ID of hhld where person entered"; 168 attrib epppnum length=$4 label="PE: Person number"; 169 attrib eppintvw length=3 label="PE: Person's interview status"; 170 attrib epopstat length=3 label="PE: Population status based on age in 4th"; 171 attrib ebmnth length=3 label="PE: Month of birth"; 172 attrib abmnth length=3 label="PE: Allocation flag for EBMNTH"; 173 attrib tbyear length=4 label="PE: Year of birth"; 174 attrib abyear length=3 label="PE: Allocation flag for TBYEAR"; 175 attrib esex length=3 label="PE: Sex of this person"; 176 attrib asex length=3 label="PE: Allocation flag for ESEX"; 177 attrib erace length=3 label="PE: The race(s) the respondent is"; 178 attrib arace length=3 label="PE: Allocation flag for ERACE"; 179 attrib eorigin length=3 label="PE: Spanish, Hispanic or Latino"; 180 attrib aorigin length=3 label="PE: Allocation flag for EORIGIN"; 181 attrib ebornus length=3 label="PE: Respondent was born in the U.S."; 182 attrib abornus length=3 label="PE: Allocation flag for EBORNUS"; 183 attrib ecitizen length=3 label="PE: US Citizenship Status of Respondent"; 184 attrib acitizen length=3 label="PE: Allocation flag for ECITIZEN"; 185 attrib enatcit length=3 label="PE: How the respondent became a US citizen"; 186 attrib anatcit length=3 label="PE: Allocation flag for ENATCIT"; 187 attrib espeak length=3 label="HH: Speak language other than English"; 188 attrib aspeak length=3 label="HH: Allocation flag for ESPEAK"; 189 attrib tlang1 length=3 label="HH: What language is spoken at home"; 190 attrib alang1 length=3 label="HH: Allocation flag for TLANG"; 191 attrib ehowwell length=3 label="HH: Ability to speak English"; 192 attrib ahowwell length=3 label="HH: Allocation flag for EHOWWELL"; 193 attrib rlngisol length=3 label="HH: Linguistic isolation"; 194 attrib uevrwid length=3 label="PE: UNEDITED VARIABLE - Has ... ever been"; 195 attrib uevrdiv length=3 label="PE: UNEDITED VARIABLE - Has ... ever been"; 196 attrib eafnow length=3 label="AF: Current Armed Forces status"; 197 attrib aafnow length=3 label="AF: Allocation flag for EAFNOW"; 198 attrib eafever length=3 label="AF: Lifetime Armed Forces status"; 199 attrib aafever length=3 label="AF: Allocation flag for EAFEVER"; 5 The SAS System 08:21 Thursday, December 11, 2014 200 attrib uaf1 length=3 label="AF: UNEDITED - From August 1990 to present"; 201 attrib uaf2 length=3 label="AF: UNEDITED - From September 1980 to July"; 202 attrib uaf3 length=3 label="AF: UNEDITED - From May 1975 to August 1980"; 203 attrib uaf4 length=3 label="AF: UNEDITED - From August 1964 - April 1975"; 204 attrib uaf5 length=3 label="AF: UNEDITED - Other service (All other"; 205 attrib evayn length=3 label="AF: Receipt of payments from the VA this wave"; 206 attrib avayn length=3 label="AF: Allocation flag for EVAYN"; 207 attrib evettyp length=3 label="AF: Type of Veteran's payments"; 208 attrib avettyp length=3 label="AF: Allocation flag for EVETTYP"; 209 attrib evaques length=3 label="AF: Veteran's annual income questionnaire"; 210 attrib avaques length=3 label="AF: Allocation flag for EVAQUES"; 211 attrib wpfinwgt length=8 label="WW: Person weight"; 212 attrib esfr length=3 label="PE: Subfamily relationship"; 213 attrib esft length=3 label="PE: Family type"; 214 attrib tage length=3 label="PE: Age as of last birthday"; 215 attrib aage length=3 label="PE: Allocation flag for TAGE"; 216 attrib errp length=3 label="PE: Household relationship"; 217 attrib arrp length=3 label="PE: Allocation flag for ERRP"; 218 attrib ems length=3 label="PE: Marital status"; 219 attrib ams length=3 label="PE: Allocation flag for EMS"; 220 attrib epnspous length=4 label="PE: Person number of spouse"; 221 attrib apnspous length=3 label="PE: Allocation flag for EPNSPOUS"; 222 attrib epnmom length=4 label="PE: Person number of mother"; 223 attrib apnmom length=3 label="PE: Allocation flag for EPNMOM"; 224 attrib epndad length=4 label="PE: Person number of father"; 225 attrib apndad length=3 label="PE: Allocation flag for EPNDAD"; 226 attrib epnguard length=4 label="PE: Person number of guardian"; 227 attrib apnguard length=3 label="PE: Allocation flag for EPNGUARD"; 228 attrib etypmom length=3 label="PE: Type of child to mother"; 229 attrib atypmom length=3 label="PE: Allocation flag for ETYPMOM"; 230 attrib etypdad length=3 label="PE: Type of child to father"; 231 attrib atypdad length=3 label="PE: Allocation flag for ETYPDAD"; 232 attrib rdesgpnt length=3 label="PE: Designated parent or guardian flag"; 233 attrib ulftmain length=3 label="PE: UNEDITED VARIABLE - Main reason left"; 234 attrib uentmain length=3 label="PE: UNEDITED VARIABLE - Main reason entered"; 235 attrib tpearn length=5 label="PE: Total person's earned income for the"; 236 attrib tpprpinc length=5 label="PE: Total property (asset) income for the"; 237 attrib tptrninc length=5 label="PE: Total means-tested cash transfer for the"; 238 attrib tpothinc length=5 label="PE: Total person's other income for the"; 239 attrib tptotinc length=5 label="PE: Total person's income for the reference"; 240 attrib tppndist length=4 label="PE: Distributions from pension plans"; 241 attrib tplumpsm length=4 label="PE: Retirement lump sum payments"; 242 attrib ehtlnyn length=3 label="PE: Receipt of school lunch"; 243 attrib ahtlnyn length=3 label="PE: Allocation flag for EHTLNYN"; 244 attrib ebkfsyn length=3 label="PE: Receipt of breakfast under Fed School"; 245 attrib abkfsyn length=3 label="PE: Allocation flag for EBKFSYN"; 246 attrib rcutyp01 length=3 label="PE: Social Security coverage flag (ISS 1)"; 247 attrib rcuown01 length=4 label="PE: Person number of the owner of the SS"; 248 attrib rcutyp03 length=3 label="PE: Federal SSI coverage flag"; 249 attrib rcuown03 length=4 label="PE: Person number of the owner of the Federal"; 250 attrib rcutyp04 length=3 label="PE: State SSI coverage flag"; 251 attrib rcuown04 length=4 label="PE: Person number of the owner of the State"; 252 attrib rcutyp08 length=3 label="PE: Veteran payment coverage flag"; 253 attrib rcuown8a length=4 label="PE: Person number of the 1st owner of Vet."; 254 attrib rcuown8b length=4 label="PE: Person number of the 2nd owner of Vet."; 255 attrib rcutyp20 length=3 label="PE: Public assistance payments program"; 256 attrib rcuown20 length=4 label="PE: Person number of owner of public"; 257 attrib rcutyp21 length=3 label="PE: General Assistance coverage flag"; 6 The SAS System 08:21 Thursday, December 11, 2014 258 attrib rcuow21a length=4 label="PE: Person number of first owner of Gen"; 259 attrib rcuow21b length=4 label="PE: Person number of second owner of Gen"; 260 attrib rcutyp23 length=3 label="PE: Foster Child Care coverage flag"; 261 attrib rcuown23 length=4 label="PE: Person number of owner of Foster Child"; 262 attrib rcutyp24 length=3 label="PE: Other welfare coverage flag"; 263 attrib rcuow24a length=4 label="PE: Person number of first owner of other"; 264 attrib rcuow24b length=4 label="PE: Person number of second owner of other"; 265 attrib rcutyp25 length=3 label="PE: WIC coverage flag"; 266 attrib rcuown25 length=4 label="PE: Person number of the owner of the WIC"; 267 attrib rcutyp27 length=3 label="PE: food Stamp coverage flag"; 268 attrib rcuown27 length=4 label="PE: Person number of the owner of the food"; 269 attrib rcutyp57 length=3 label="PE: Medicaid coverage flag"; 270 attrib rcuown57 length=4 label="PE: Person number of the owner of the"; 271 attrib rcutyp58 length=3 label="PE: Health ins coverage flag (not Medicare or"; 272 attrib rcuow58a length=4 label="PE: Person number of 1st owner of health ins"; 273 attrib rcuow58b length=4 label="PE: Person number of 2nd owner of health ins"; 274 attrib renroll length=3 label="ED: Enrolled Full/Part sometime during 4"; 275 attrib arenroll length=3 label="ED: Allocation flag for RENROLL"; 276 attrib eenrlm length=3 label="ED: Enrollment status in this month"; 277 attrib aenrlm length=3 label="ED: Allocation flag for EENRLM"; 278 attrib renrlma length=3 label="ED: Full period enrollment status"; 279 attrib eenlevel length=3 label="ED: Level or grade enrolled"; 280 attrib aenlevel length=3 label="ED: Allocation flag for EENLEVEL"; 281 attrib eedfund length=3 label="ED: Educational assistance"; 282 attrib aedfund length=3 label="ED: Allocation flag for EEDFUND"; 283 attrib easst01 length=3 label="ED: Federal Pell Grant"; 284 attrib easst03 length=3 label="ED: Assistance from college (or fed) work"; 285 attrib easst04 length=3 label="ED: Other Federal Grant or Program, e.g.,"; 286 attrib easst05 length=3 label="ED: Loan that has to be repaid (Stafford or"; 287 attrib easst06 length=3 label="ED: Grant, Scholarship, or Tuition remission"; 288 attrib easst07 length=3 label="ED: Teaching or Research Assistantship from"; 289 attrib easst08 length=3 label="ED: Grant/Scholarship from the state"; 290 attrib easst09 length=3 label="ED: Grant/Scholarship from other source"; 291 attrib easst10 length=3 label="ED: Employer provided educational assistance"; 292 attrib easst11 length=3 label="ED: Other Financial Aid excl. aid from"; 293 attrib easst12 length=3 label="ED: Aid from a state or local welfare office"; 294 attrib aedasst length=3 label="ED: Allocation flag for EASST01-EASST12"; 295 attrib eeducate length=3 label="ED: Highest Degree received or grade completed"; 296 attrib aeducate length=3 label="ED: Allocation flag for EEDUCATE"; 297 attrib rged length=3 label="ED: Completed high school by GED or"; 298 attrib aged length=3 label="ED: Allocation flag for RGED"; 299 attrib evocat length=3 label="ED: Attended vocational, technical, trade, or"; 300 attrib avocat length=3 label="ED: Allocation flag for EVOCAT"; 301 attrib rcollvoc length=3 label="ED: Diploma or certificate from vocational"; 302 attrib acollvoc length=3 label="ED: Allocation flag for RCOLLVOC"; 303 attrib epdjbthn length=3 label="LF: Paid job during the reference period"; 304 attrib apdjbthn length=3 label="LF: Allocation flag for EPDJBTHN"; 305 attrib eppflag length=3 label="LF: Flag denoting imputation of labor force"; 306 attrib emax length=3 label="LF: Number of weeks in the reference period"; 307 attrib ebuscntr length=3 label="LF: Number of businesses owned during"; 308 attrib ejobcntr length=3 label="LF: Number of jobs held during the reference"; 309 attrib eeveret length=3 label="LF: Ever retired from a job"; 310 attrib aeveret length=3 label="LF: Allocation flag for EEVERET"; 311 attrib edisabl length=3 label="LF: Had a work-limiting physical or mental"; 312 attrib adisabl length=3 label="LF: Allocation flag for EDISABL"; 313 attrib edisprev length=3 label="LF: Had work-preventing"; 314 attrib adisprev length=3 label="LF: Allocation flag for EDISPREV"; 315 attrib ersnowrk length=3 label="LF: Main reason for not having a job during"; 7 The SAS System 08:21 Thursday, December 11, 2014 316 attrib arsnowrk length=3 label="LF: Allocation flag for ERSNOWRK"; 317 attrib eawop length=3 label="LF: Had full-week unpaid absences from work"; 318 attrib aawop length=3 label="LF: Allocation flag for EAWOP"; 319 attrib eabre length=3 label="LF: Main reason for being absent without pay"; 320 attrib aabre length=3 label="LF: Allocation flag for EABRE"; 321 attrib eptwrk length=3 label="LF: Worked less than 35 hours some weeks"; 322 attrib aptwrk length=3 label="LF: Allocation flag for EPTWRK"; 323 attrib eptresn length=3 label="LF: Main reason for working less than 35 hours"; 324 attrib aptresn length=3 label="LF: Allocation flag for EPTRESN"; 325 attrib elkwrk length=3 label="LF: Spent time looking for work"; 326 attrib alkwrk length=3 label="LF: Allocation flag for ELKWRK"; 327 attrib elayoff length=3 label="LF: Spent time on layoff from a job"; 328 attrib alayoff length=3 label="LF: Allocation flag for ELAYOFF"; 329 attrib rtakjob length=3 label="LF: Could ... have started a job during"; 330 attrib rnotake length=3 label="LF: Reason couldn't start job"; 331 attrib ehrsall length=3 label="LF: Usual hours worked at all jobs during the"; 332 attrib ahrsall length=3 label="LF: Allocation flag for EHRSALL"; 333 attrib emoonlit length=3 label="LF: Additional work"; 334 attrib amoonlit length=3 label="LF: Allocation flag for EMOONLIT"; 335 attrib tmlmsum length=4 label="LF: Amount of income from moonlighting or"; 336 attrib amlmsum length=3 label="LF: Allocation flag for TMLMSUM"; 337 attrib ebflag length=3 label="LF: Flag indicating worker with unknown job"; 338 attrib ecflag length=3 label="LF: Flag indicating an other-work-arrangement"; 339 attrib rmesr length=3 label="LF: Employment status recode for month"; 340 attrib rwkesr1 length=3 label="LF: Employment Status Recode for Week 1"; 341 attrib rwkesr2 length=3 label="LF: Employment Status Recode for Week 2"; 342 attrib rwkesr3 length=3 label="LF: Employment Status Recode for Week 3"; 343 attrib rwkesr4 length=3 label="LF: Employment Status Recode for Week 4"; 344 attrib rwkesr5 length=3 label="LF: Employment Status Recode for Week 5"; 345 attrib rmwkwjb length=3 label="LF: Number of weeks with a job in month"; 346 attrib rmwksab length=3 label="LF: Number of weeks absent without pay from"; 347 attrib awksab length=3 label="LF: Allocation flag for RMWKSAB"; 348 attrib rmwklkg length=3 label="LF: Number of weeks looking for work/on"; 349 attrib awklkg length=3 label="LF: Allocation flag for RMWKLKG"; 350 attrib rmhrswk length=3 label="LF: Usual hours worked per week recode in"; 351 attrib rwksperm length=3 label="LF: Number of weeks in this month"; 352 attrib eeno1 length=3 label="JB: Across-wave employer index/number"; 353 attrib estlemp1 length=3 label="JB: Still working for this employer"; 354 attrib astlemp1 length=3 label="JB: Allocation flag for ESTLEMP1"; 355 attrib tsjdate1 length=5 label="JB: Starting date of job"; 356 attrib asjdate1 length=3 label="JB: Allocation flag for TSJDATE1"; 357 attrib tejdate1 length=5 label="JB: Ending date of job"; 358 attrib aejdate1 length=3 label="JB: Allocation flag for TEJDATE1"; 359 attrib ersend1 length=3 label="JB: Main reason stopped working for employer"; 360 attrib arsend1 length=3 label="JB: Allocation flag for ERSEND1"; 361 attrib ejbhrs1 length=3 label="JB: Usual hours worked per week at this job"; 362 attrib ajbhrs1 length=3 label="JB: Allocation flag for EJBHRS1"; 363 attrib eemploc1 length=3 label="JB: Employer operations in more than one"; 364 attrib aemploc1 length=3 label="JB: Allocation flag for EEMPLOC1"; 365 attrib tempall1 length=3 label="JB: Number of employees at all locations"; 366 attrib aempall1 length=3 label="JB: Allocation flag for EEMPALL1"; 367 attrib tempsiz1 length=3 label="JB: Employees at worker's location"; 368 attrib aempsiz1 length=3 label="JB: Allocation flag for EEMPSIZ1"; 369 attrib eocctim1 length=3 label="JB: Length of time in this occupation"; 370 attrib aocctim1 length=3 label="JB: Allocation flag for EOCCTIM1"; 371 attrib eclwrk1 length=3 label="JB: Class of worker"; 372 attrib aclwrk1 length=3 label="JB: Allocation flag for ECLWRK1"; 373 attrib eunion1 length=3 label="JB: Union/employee-association membership"; 8 The SAS System 08:21 Thursday, December 11, 2014 374 attrib aunion1 length=3 label="JB: Allocation flag for EUNION1"; 375 attrib ecntrc1 length=3 label="JB: Coverage by union or something like a"; 376 attrib acntrc1 length=3 label="JB: Allocation flag for ECNTRC1"; 377 attrib tpmsum1 length=4 label="JB: Earnings from job received in this month"; 378 attrib apmsum1 length=3 label="JB: Allocation flag for TPMSUM1"; 379 attrib epayhr1 length=3 label="JB: Paid by the hour"; 380 attrib apayhr1 length=3 label="JB: Allocation flag for EPAYHR1"; 381 attrib tpyrate1 length=8 label="JB: Regular hourly pay rate"; 382 attrib apyrate1 length=3 label="JB: Allocation flag for TPYRATE1"; 383 attrib rpyper1 length=3 label="JB: Frequency of payment at job"; 384 attrib ejbind1 length=4 label="JB: Industry code"; 385 attrib ajbind1 length=3 label="JB: Allocation flag for EJBIND1"; 386 attrib tjbocc1 length=4 label="JB: Occupation classification code"; 387 attrib ajbocc1 length=3 label="JB: Allocation flag for TJBOCC1"; 388 attrib eeno2 length=3 label="JB: Across-wave employer index/number"; 389 attrib estlemp2 length=3 label="JB: Still working for this employer"; 390 attrib astlemp2 length=3 label="JB: Allocation flag for ESTLEMP2"; 391 attrib tsjdate2 length=5 label="JB: Starting date of job"; 392 attrib asjdate2 length=3 label="JB: Allocation flag for TSJDATE2"; 393 attrib tejdate2 length=5 label="JB: Ending date of job"; 394 attrib aejdate2 length=3 label="JB: Allocation flag for TEJDATE2"; 395 attrib ersend2 length=3 label="JB: Main reason stopped working for employer"; 396 attrib arsend2 length=3 label="JB: Allocation flag for ERSEND2"; 397 attrib ejbhrs2 length=3 label="JB: Usual hours worked per week at this job"; 398 attrib ajbhrs2 length=3 label="JB: Allocation flag for EJBHRS2"; 399 attrib eemploc2 length=3 label="JB: Employer operations in more than one"; 400 attrib aemploc2 length=3 label="JB: Allocation flag for EEMPLOC2"; 401 attrib tempall2 length=3 label="JB: Number of employees at all locations"; 402 attrib aempall2 length=3 label="JB: Allocation flag for EEMPALL2"; 403 attrib tempsiz2 length=3 label="JB: Employees at worker's location"; 404 attrib aempsiz2 length=3 label="JB: Allocation flag for EEMPSIZ2"; 405 attrib eocctim2 length=3 label="JB: Length of time in this occupation"; 406 attrib aocctim2 length=3 label="JB: Allocation flag for EOCCTIM2"; 407 attrib eclwrk2 length=3 label="JB: Class of worker"; 408 attrib aclwrk2 length=3 label="JB: Allocation flag for ECLWRK2"; 409 attrib eunion2 length=3 label="JB: Union/employee-association membership"; 410 attrib aunion2 length=3 label="JB: Allocation flag for EUNION2"; 411 attrib ecntrc2 length=3 label="JB: Coverage by union or something like a"; 412 attrib acntrc2 length=3 label="JB: Allocation flag for ECNTRC2"; 413 attrib tpmsum2 length=4 label="JB: Earnings from job received in this month"; 414 attrib apmsum2 length=3 label="JB: Allocation flag for TPMSUM2"; 415 attrib epayhr2 length=3 label="JB: Paid by the hour"; 416 attrib apayhr2 length=3 label="JB: Allocation flag for EPAYHR2"; 417 attrib tpyrate2 length=8 label="JB: Regular hourly pay rate"; 418 attrib apyrate2 length=3 label="JB: Allocation flag for TPYRATE2"; 419 attrib rpyper2 length=3 label="JB: Frequency of payment at job"; 420 attrib ejbind2 length=4 label="JB: Industry code"; 421 attrib ajbind2 length=3 label="JB: Allocation flag for EJBIND2"; 422 attrib tjbocc2 length=4 label="JB: Occupational classification code"; 423 attrib ajbocc2 length=3 label="JB: Allocation flag for TJBOCC2"; 424 attrib ebno1 length=3 label="BS: Across-wave business index/number"; 425 attrib ebiznow1 length=3 label="BS: Ownership of business"; 426 attrib abiznow1 length=3 label="BS: Allocation flag for EBIZNOW1"; 427 attrib tsbdate1 length=5 label="BS: Date operation of business began"; 428 attrib asbdate1 length=3 label="BS: Allocation flag for TSBDATE1"; 429 attrib tebdate1 length=5 label="BS: Date operation of business ended"; 430 attrib aebdate1 length=3 label="BS: Allocation flag for TEBDATE1"; 431 attrib erendb1 length=3 label="BS: Reason business ended"; 9 The SAS System 08:21 Thursday, December 11, 2014 432 attrib arendb1 length=3 label="BS: Allocation flag for ERENDB1"; 433 attrib ehrsbs1 length=3 label="BS: Usual hours worked per week"; 434 attrib ahrsbs1 length=3 label="BS: Allocation flag for EHRSBS1"; 435 attrib egrosb1 length=3 label="BS: Anticipated gross-earnings level"; 436 attrib agrosb1 length=3 label="BS: Allocation flag for EGROSB1"; 437 attrib egrssb1 length=3 label="BS: Earnings level last 12 months"; 438 attrib agrssb1 length=3 label="BS: Allocation flag for EGRSSB1"; 439 attrib tempb1 length=3 label="BS: Maximum number of employees"; 440 attrib aempb1 length=3 label="BS: Allocation flag for EEMPB1"; 441 attrib eincpb1 length=3 label="BS: Incorporated business"; 442 attrib aincpb1 length=3 label="BS: Allocation flag for EINCPB1"; 443 attrib epropb1 length=3 label="BS: Type of proprietorship"; 444 attrib apropb1 length=3 label="BS: Allocation flag for EPROPB1"; 445 attrib ehprtb1 length=3 label="BS: Other owners/partners in household"; 446 attrib ahprtb1 length=3 label="BS: Allocation flag for EHPRTB1"; 447 attrib eslryb1 length=3 label="BS: Salary draw from business"; 448 attrib aslryb1 length=3 label="BS: Allocation flag for ESLRYB1"; 449 attrib eoincb1 length=3 label="BS: Receipt of non-salary income"; 450 attrib aoincb1 length=3 label="BS: Allocation flag for EOINCB1"; 451 attrib tprftb1 length=4 label="BS: Net profit or loss"; 452 attrib aprftb1 length=3 label="BS: Allocation flag for TPRFTB1"; 453 attrib tbmsum1 length=4 label="BS: Income received this month"; 454 attrib abmsum1 length=3 label="BS: Allocation flag for TBMSUM1"; 455 attrib epartb11 length=4 label="BS: Person number of partner 1"; 456 attrib epartb21 length=4 label="BS: Person number of partner 2"; 457 attrib epartb31 length=4 label="BS: Person number of partner 3"; 458 attrib tbsind1 length=3 label="BS: Industry code"; 459 attrib absind1 length=3 label="BS: Allocation flag for TBSIND1"; 460 attrib tbsocc1 length=4 label="BS: Occupation code"; 461 attrib absocc1 length=3 label="BS: Allocation flag for TBSOCC1"; 462 attrib ebno2 length=3 label="BS: Across-wave business index/number"; 463 attrib ebiznow2 length=3 label="BS: Ownership of business"; 464 attrib abiznow2 length=3 label="BS: Allocation flag for EBIZNOW2"; 465 attrib tsbdate2 length=5 label="BS: Date operation of business began"; 466 attrib asbdate2 length=3 label="BS: Allocation flag for TSBDATE2"; 467 attrib tebdate2 length=5 label="BS: Date operation of business ended"; 468 attrib aebdate2 length=3 label="BS: Allocation flag for TEBDATE2"; 469 attrib erendb2 length=3 label="BS: Reason business ended"; 470 attrib arendb2 length=3 label="BS: Allocation flag for ERENDB2"; 471 attrib ehrsbs2 length=3 label="BS: Usual hours worked per week"; 472 attrib ahrsbs2 length=3 label="BS: Allocation flag for EHRSBS2"; 473 attrib egrosb2 length=3 label="BS: Anticipated gross-earnings level"; 474 attrib agrosb2 length=3 label="BS: Allocation flag for EGROSB2"; 475 attrib egrssb2 length=3 label="BS: Earnings level last 12 months"; 476 attrib agrssb2 length=3 label="BS: Allocation flag for EGRSSB2"; 477 attrib tempb2 length=3 label="BS: Maximum number of employees"; 478 attrib aempb2 length=3 label="BS: Allocation flag for EEMPB2"; 479 attrib eincpb2 length=3 label="BS: Incorporated business"; 480 attrib aincpb2 length=3 label="BS: Allocation flag for EINCPB2"; 481 attrib epropb2 length=3 label="BS: Type of proprietorship"; 482 attrib apropb2 length=3 label="BS: Allocation flag for EPROPB2"; 483 attrib ehprtb2 length=3 label="BS: Other owners/partners in household"; 484 attrib ahprtb2 length=3 label="BS: Allocation flag for EHPRTB2"; 485 attrib eslryb2 length=3 label="BS: Salary draw from business"; 486 attrib aslryb2 length=3 label="BS: Allocation flag for ESLRYB2"; 487 attrib eoincb2 length=3 label="BS: Receipt of non-salary income"; 488 attrib aoincb2 length=3 label="BS: Allocation flag for EOINCB2"; 489 attrib tprftb2 length=4 label="BS: Net profit or loss"; 10 The SAS System 08:21 Thursday, December 11, 2014 490 attrib aprftb2 length=3 label="BS: Allocation flag for TPRFTB2"; 491 attrib tbmsum2 length=4 label="BS: Income received this month"; 492 attrib abmsum2 length=3 label="BS: Allocation flag for TBMSUM2"; 493 attrib epartb12 length=4 label="BS: Person number of partner 1"; 494 attrib epartb22 length=4 label="BS: Person number of partner 2"; 495 attrib epartb32 length=4 label="BS: Person number of partner 3"; 496 attrib tbsind2 length=3 label="BS: Industry code"; 497 attrib absind2 length=3 label="BS: Allocation flag for TBSIND2"; 498 attrib tbsocc2 length=4 label="BS: Occupation code"; 499 attrib absocc2 length=3 label="BS: Allocation flag for TBSOCC2"; 500 attrib euectyp5 length=3 label="GI: Receipt of State unemployment comp. (ISS"; 501 attrib auectyp5 length=3 label="GI: Allocation flag for EUECTYP5"; 502 attrib euectyp6 length=3 label="GI: Receipt of Supplemental Unemployment"; 503 attrib auectyp6 length=3 label="GI: Allocation flag for EUECTYP6"; 504 attrib elmptyp1 length=3 label="GI: Receipt of lump sum from"; 505 attrib almptyp1 length=3 label="GI: Allocation flag for ELMPTYP1"; 506 attrib elmptyp2 length=3 label="GI: Receipt of severance pay (ISS Code 15)"; 507 attrib almptyp2 length=3 label="GI: Allocation flag for ELMPTYP2"; 508 attrib elmptyp3 length=3 label="GI: Receipt of other type of lump sum payment"; 509 attrib almptyp3 length=3 label="GI: Allocation flag for ALMPTYP3"; 510 attrib essself length=3 label="GI: Receipt of Social Security payments for"; 511 attrib assself length=3 label="GI: Allocation flag for ESSSELF"; 512 attrib esschild length=3 label="GI: Receipt of Social Security payments for"; 513 attrib asschild length=3 label="GI: Allocation flag for ESSCHILD"; 514 attrib essichld length=3 label="GI: Receipt of Federal SSI for children (ISS"; 515 attrib assichld length=3 label="GI: Allocation flag for ESSICHLD"; 516 attrib essiself length=3 label="GI: Receipt of Federal SSI for self (ISS Code"; 517 attrib assiself length=3 label="GI: Allocation flag for ESSISELF"; 518 attrib estssi length=3 label="GI: Receipt of State administered SSI (ISS"; 519 attrib astssi length=3 label="GI: Allocation flag for ESTSSI"; 520 attrib rwcmprsn length=3 label="GI: Reason for receipt of workers'"; 521 attrib awcmprsn length=3 label="GI: Allocation flag for RWCMPRSN"; 522 attrib rinsrsn length=3 label="GI: Reason for payment from own insurance"; 523 attrib ainsrsn length=3 label="GI: Allocation flag for RINSRSN"; 524 attrib rempdrsn length=3 label="GI: Reason for receipt of employer disability"; 525 attrib aempdrsn length=3 label="GI: Allocation flag for REMPDRSN"; 526 attrib rpensrsn length=3 label="GI: Reason for pension from company or union"; 527 attrib apensrsn length=3 label="GI: Allocation flag for RPENSRSN"; 528 attrib rfcsrsn length=3 label="GI: Reason for receipt of federal civilian"; 529 attrib afcsrsn length=3 label="GI: Allocation flag for RFCSRSN"; 530 attrib rstatrsn length=3 label="GI: Reason for receipt of state government"; 531 attrib astatrsn length=3 label="GI: Allocation flag for RSTATRSN"; 532 attrib rlgovrsn length=3 label="GI: Reason for receipt of local government"; 533 attrib algovrsn length=3 label="GI: Allocation flag for RLGOVRSN"; 534 attrib rmilrsn length=3 label="GI: Reason for receipt of U.S. military"; 535 attrib amilrsn length=3 label="GI: Allocation flag for RMILRSN"; 536 attrib rrrsn length=3 label="GI: Reason for receipt of Railroad Retirement"; 537 attrib arrrsn length=3 label="GI: Allocation flag RRRSN"; 538 attrib rothrrsn length=3 label="GI: Reason for receipt of 'other' retirement"; 539 attrib aothrrsn length=3 label="GI: Allocation flag for ROTHRRSN"; 540 attrib rlifirsn length=3 label="GI: Reason for payments from paid-up life"; 541 attrib alifirsn length=3 label="GI: Allocation flag for RLIFIRSN"; 542 attrib rvetsrsn length=3 label="GI: Reason for receipt of Veterans' comp. or"; 543 attrib avetsrsn length=3 label="GI: Allocation flag for RVETSRSN"; 544 attrib restarsn length=3 label="GI: Reason for receiving income from estates"; 545 attrib aestarsn length=3 label="GI: Allocation flag for RESTARSN"; 546 attrib efccyn length=3 label="GI: Receipt of foster child care payments"; 547 attrib afccyn length=3 label="GI: Allocation flag for EFCCYN"; 11 The SAS System 08:21 Thursday, December 11, 2014 548 attrib ecsyn length=3 label="GI: Receipt of child support payments (ISS"; 549 attrib acsyn length=3 label="GI: Allocation flag for ECSYN"; 550 attrib ealiyn length=3 label="GI: Receipt of alimony payments (ISS Code 29)"; 551 attrib aaliyn length=3 label="GI: Allocation flag for EALIYN"; 552 attrib efsyn length=3 label="GI: Receipt of food stamps (ISS Code 27)"; 553 attrib afsyn length=3 label="GI: Allocation flag for EFSYN"; 554 attrib epssthru length=3 label="GI: Receipt of child support as bonus/passthru"; 555 attrib apssthru length=3 label="GI: Allocation flag for EPSSTHRU"; 556 attrib epaothr1 length=3 label="GI: Whether ... received transportation"; 557 attrib apaothr1 length=3 label="GI: Allocation flag for EPAOTHR1"; 558 attrib epaothr2 length=3 label="GI: Whether ... child care services or"; 559 attrib apaothr2 length=3 label="GI: Allocation flag for EPAOTHR2"; 560 attrib epaothr3 length=3 label="GI: Whether ... received food assistance"; 561 attrib apaothr3 length=3 label="GI: Allocation flag for EPAOTHR3"; 562 attrib epaothr4 length=3 label="GI: Whether ... received clothing assistance"; 563 attrib apaothr4 length=3 label="GI: Allocation flag for EPAOTHR4"; 564 attrib epaothr5 length=3 label="GI: Whether ... received housing assistance"; 565 attrib apaothr5 length=3 label="GI: Allocation flag for EPAOTHR5"; 566 attrib epaothr6 length=3 label="GI: Whether ... received welfare assistance"; 567 attrib apaothr6 length=3 label="GI: Allocation flag for EPAOTHR6"; 568 attrib ewelact1 length=3 label="GI: Attend classes to improve basic reading"; 569 attrib awelact1 length=3 label="GI: Allocation flag for EWELACT1"; 570 attrib ewelac21 length=3 label="GI: Attend job readiness to learn"; 571 attrib awelac21 length=3 label="GI: Allocation flag for EWELAC21"; 572 attrib ewelac22 length=3 label="GI: Attend job search program or job club"; 573 attrib awelac22 length=3 label="GI: Allocation flag for EWELAC22"; 574 attrib ewelac23 length=3 label="GI: Attend training to learn a specific job"; 575 attrib awelac23 length=3 label="GI: Allocation flag for EWELAC23"; 576 attrib ewelact3 length=3 label="GI: Did ... attend job training"; 577 attrib awelact3 length=3 label="GI: Allocation flag for EWELACT3"; 578 attrib ewelact4 length=3 label="GI: Participate in a work experience"; 579 attrib awelact4 length=3 label="GI: Allocation flag for EWELACT4"; 580 attrib ewrkexp1 length=3 label="GI: Already tell about this work/job"; 581 attrib awrkexp1 length=3 label="GI: Allocation flag for EWRKEXP1"; 582 attrib ewhiexp1 length=3 label="GI: Which job because of arrangement"; 583 attrib awhiexp1 length=3 label="GI: Allocation flag for WHICHEXP1"; 584 attrib ewrkexp2 length=3 label="GI: Worked to receive cash assistance"; 585 attrib awrkexp2 length=3 label="GI: Allocation flag for EWRKEXP2"; 586 attrib ewrkexp3 length=3 label="GI: Worked in a work experience program"; 587 attrib awrkexp3 length=3 label="GI: Allocation flag for EWRKEXP3"; 588 attrib ewhiexp2 length=3 label="GI: Which job worked to received cash"; 589 attrib awhiexp2 length=3 label="GI: Allocation flag for WHICHEXP2"; 590 attrib ewicyn length=3 label="GI: Recipiency of WIC (ISS Code 25)"; 591 attrib awicyn length=3 label="GI: Allocation flag for EWICYN"; 592 attrib epatanf1 length=3 label="GI: Whether ... received TANF"; 593 attrib epatanf2 length=3 label="GI: Whether ... received TANF"; 594 attrib epatanf3 length=3 label="GI: Whether ... received TANF"; 595 attrib epatanf4 length=3 label="GI: Whether ... received TANF"; 596 attrib epatanf5 length=3 label="GI: Whether ... received AFDC assistance"; 597 attrib epatanf6 length=3 label="GI: Whether ... received other assistance"; 598 attrib apatanf length=3 label="GI: Allocation flag for EPATANF1-EPATANF6"; 599 attrib easetdrw length=3 label="GI: Receipt of income from IRA, 401k, or"; 600 attrib aasetdrw length=3 label="GI: Allocation flag for EASETDRW"; 601 attrib eresnss1 length=3 label="GI: First reason for receipt of Social"; 602 attrib aresnss1 length=3 label="GI: Allocation flag for ERESNSS1"; 603 attrib eresnss2 length=3 label="GI: Second reason for receipt of Social"; 604 attrib aresnss2 length=3 label="GI: Allocation flag for ERESNSS2"; 605 attrib tagess length=3 label="GI: Age Social Security Disability payments"; 12 The SAS System 08:21 Thursday, December 11, 2014 606 attrib aagess length=3 label="GI: Allocation flag for TAGESS"; 607 attrib ejntssyn length=3 label="GI: Receipt of joint Social Security payments"; 608 attrib ajntssyn length=3 label="GI: Allocation flag for EJNTSSYN"; 609 attrib etrantp1 length=3 label="GI: Whether ... received transportation"; 610 attrib etrantp2 length=3 label="GI: Whether ... received transportation"; 611 attrib etrantp3 length=3 label="GI: Whether ... received transportation"; 612 attrib etrantp4 length=3 label="GI: Whether ... received transportation"; 613 attrib etrantp5 length=3 label="GI: Whether ... received transportation"; 614 attrib atrantp length=3 label="GI: Allocation flag for ETRANTP1-ETRANTP5"; 615 attrib egassce1 length=3 label="GI: Source of gas vouchers -- gov't agency"; 616 attrib egassce2 length=3 label="GI: Source of gas vouchers -- someplace else"; 617 attrib agassce length=3 label="GI: Allocation flag for EGASSCE1-EGASSCE2"; 618 attrib etoksce1 length=3 label="GI: Where ... received subway/bus"; 619 attrib etoksce2 length=3 label="GI: Where ... received subway/bus"; 620 attrib atoksce length=3 label="GI: Allocation flag for ETOKSCE1-ETOKSCE2"; 621 attrib efoodtp1 length=3 label="GI: food assistance received-money, vouchers"; 622 attrib efoodtp2 length=3 label="GI: food assistance received-bags of groceries"; 623 attrib efoodtp3 length=3 label="GI: food assistance received-meals from"; 624 attrib efoodtp4 length=3 label="GI: food assistance received-other"; 625 attrib afoodtyp length=3 label="GI: Allocation flag for EFOODTP1-EFOODTP4"; 626 attrib efoodsc1 length=3 label="GI: food assistance source: Government agency"; 627 attrib efoodsc2 length=3 label="GI: food assistance source: Community or"; 628 attrib efoodsc3 length=3 label="GI: food assistance source: Family or friends"; 629 attrib efoodsc4 length=3 label="GI: food assistance source: some place else"; 630 attrib afoodsce length=3 label="GI: Allocation flag for EFOODSC1-EFOODSC4"; 631 attrib eclothtp length=3 label="GI: Type of clothing assistance ... received"; 632 attrib aclothtp length=3 label="GI: Allocation flag for ECLOTHTP"; 633 attrib eclthsc1 length=3 label="GI: Clothing assistance from-government agency"; 634 attrib eclthsc2 length=3 label="GI: Clothing assistance from-charity"; 635 attrib eclthsc3 length=3 label="GI: Clothing assistance from-family/friends"; 636 attrib eclthsc4 length=3 label="GI: Clothing assistance from-employer"; 637 attrib eclthsc5 length=3 label="GI: Clothing assistance from-some place else"; 638 attrib aclthsc length=3 label="GI: Allocation flag for ECLTHSC1-ECLTHSC5"; 639 attrib epubhstp length=3 label="GI: Type of housing assistance ... received"; 640 attrib apubhstp length=3 label="GI: Allocation flag for EPUBHSTP"; 641 attrib epubhsc1 length=3 label="GI: Source of ...'s housing"; 642 attrib epubhsc2 length=3 label="GI: Source of ...'s housing"; 643 attrib epubhsc3 length=3 label="GI: Source of ...'s housing"; 644 attrib epubhsc4 length=3 label="GI: Source of ...'s housing"; 645 attrib apubhsc length=3 label="GI: Allocation flag for EPUBHSC1-EPUBHSC4"; 646 attrib ecashsc1 length=3 label="GI: Source of cash assistance ... received:"; 647 attrib ecashsc2 length=3 label="GI: Source of cash assist ... received:"; 648 attrib ecashsc3 length=3 label="GI: Source of cash assist ... received:"; 649 attrib ecashsc4 length=3 label="GI: Source of cash assist ... received:"; 650 attrib acashsce length=3 label="GI: Allocation flag for ECASHSCE1-ECASHSCE4"; 651 attrib ecashgvt length=3 label="GI: Cash assistance from which government"; 652 attrib acashgvt length=3 label="GI: Allocation flag for CASHGVT"; 653 attrib epacash1 length=3 label="GI: Whether ... or child received cash"; 654 attrib apacash1 length=3 label="GI: Allocation flag for EPACASH1"; 655 attrib epacash2 length=3 label="GI: Whether ... received general assistance"; 656 attrib apacash2 length=3 label="GI: Allocation flag for EPACASH2"; 657 attrib epacash3 length=3 label="GI: Whether ... received short-term cash"; 658 attrib apacash3 length=3 label="GI: Allocation flag for EPACASH3"; 659 attrib er01a length=3 label="GI: Receipt of Social Security - Adult (ISS"; 660 attrib ar01a length=3 label="GI: Allocation flag for ER01A"; 661 attrib er01k length=3 label="GI: Receipt of Social Security - Child (ISS"; 662 attrib ar01k length=3 label="GI: Allocation flag for ER01K"; 663 attrib er02 length=3 label="GI: Receipt of Railroad Retirement (ISS Code"; 13 The SAS System 08:21 Thursday, December 11, 2014 664 attrib ar02 length=3 label="GI: Allocation flag for ER02"; 665 attrib er03a length=3 label="GI: Receipt of Federal SSI - Adult (ISS Code"; 666 attrib ar03a length=3 label="GI: Allocation flag for ER03A"; 667 attrib er03k length=3 label="GI: Receipt of Federal SSI - Child (ISS Code"; 668 attrib ar03k length=3 label="GI: Allocation flag for ER03K"; 669 attrib er04 length=3 label="GI: Receipt of State SSI (ISS Code 4)"; 670 attrib ar04 length=3 label="GI: Allocation flag for ER04"; 671 attrib er05 length=3 label="GI: Receipt of State Unemployment Comp. (ISS"; 672 attrib ar05 length=3 label="GI: Allocation flag for ER05"; 673 attrib er06 length=3 label="GI: Receipt of Supplemental Unemployment"; 674 attrib ar06 length=3 label="GI: Allocation flag for ER06"; 675 attrib er08 length=3 label="GI: Receipt of Veterans' Compensation (ISS"; 676 attrib ar08 length=3 label="GI: Allocation flag for ER08"; 677 attrib er10 length=3 label="GI: Receipt of Workers Compensation (ISS Code"; 678 attrib ar10 length=3 label="GI: Allocation flag for ER10"; 679 attrib er13 length=3 label="GI: Receipt of own sickness, accident"; 680 attrib ar13 length=3 label="GI: Allocation flag for ER13"; 681 attrib er14 length=3 label="GI: Receipt of Employer Disability Payments"; 682 attrib ar14 length=3 label="GI: Allocation flag for ER14"; 683 attrib er15 length=3 label="GI: Receipt of Severance Pay (ISS Code 15)"; 684 attrib ar15 length=3 label="GI: Allocation flag for ER15"; 685 attrib er20 length=3 label="GI: Receipt of public assistance payments"; 686 attrib ar20 length=3 label="GI: Allocation flag for ER20"; 687 attrib er21 length=3 label="GI: Receipt of General Assistance or General"; 688 attrib ar21 length=3 label="GI: Allocation flag for ER21"; 689 attrib er23 length=3 label="GI: Receipt of Foster Child Care Payments"; 690 attrib ar23 length=3 label="GI: Allocation flag for ER23"; 691 attrib er24 length=3 label="GI: Receipt of Other Welfare (ISS Code 24)"; 692 attrib ar24 length=3 label="GI: Allocation flag for ER24"; 693 attrib er25 length=3 label="GI: Receipt of WIC (ISS Code 25)"; 694 attrib ar25 length=3 label="GI: Allocation flag for ER25"; 695 attrib er27 length=3 label="GI: Receipt of food stamps (ISS Code 27)"; 696 attrib ar27 length=3 label="GI: Allocation flag for ER27"; 697 attrib er28 length=3 label="GI: Receipt of Child Support Payments (ISS"; 698 attrib ar28 length=3 label="GI: Allocation flag for ER28"; 699 attrib er29 length=3 label="GI: Receipt of Alimony Payments (ISS Code 29)"; 700 attrib ar29 length=3 label="GI: Allocation flag for ER29"; 701 attrib er30 length=3 label="GI: Receipt of pension from a company or union"; 702 attrib ar30 length=3 label="GI: Allocation flag for ER30"; 703 attrib er31 length=3 label="GI: Receipt of Federal Civil Service Pension"; 704 attrib ar31 length=3 label="GI: Allocation flag for ER31"; 705 attrib er32 length=3 label="GI: Receipt of U.S. Military Retirement Pay"; 706 attrib ar32 length=3 label="GI: Allocation flag for ER32"; 707 attrib er34 length=3 label="GI: Receipt of State Government Pension (ISS"; 708 attrib ar34 length=3 label="GI: Allocation flag for ER34"; 709 attrib er35 length=3 label="GI: Receipt of Local Government Pension (ISS"; 710 attrib ar35 length=3 label="GI: Allocation flag for ER35"; 711 attrib er36 length=3 label="GI: Receipt of paid-up life insurance annuity"; 712 attrib ar36 length=3 label="GI: Allocation flag for ER36"; 713 attrib er38 length=3 label="GI: Receipt of other retirement, disability"; 714 attrib ar38 length=3 label="GI: Allocation flag for ER38"; 715 attrib er39 length=3 label="GI: Receipt of Pension/Retirement Lump Sums"; 716 attrib ar39 length=3 label="GI: Allocation flag for ER39"; 717 attrib er42 length=3 label="GI: Receipt of draw from IRA/KEOGH/401k or"; 718 attrib ar42 length=3 label="GI: Allocation flag for ER42"; 719 attrib er51 length=3 label="GI: Receipt of money from relatives or friends"; 720 attrib ar51 length=3 label="GI: Allocation flag for ER51"; 721 attrib er52 length=3 label="GI: Receipt of lump sum payments (ISS Code 52)"; 14 The SAS System 08:21 Thursday, December 11, 2014 722 attrib ar52 length=3 label="GI: Allocation flag for ER52"; 723 attrib er55 length=3 label="GI: Receipt of incidental or casual earnings"; 724 attrib ar55 length=3 label="GI: Allocation flag for ER55"; 725 attrib er56 length=3 label="GI: Receipt of miscellaneous cash income (ISS"; 726 attrib ar56 length=3 label="GI: Allocation flag for ER56"; 727 attrib er60g length=3 label="GI: Receipt of transportation assistance-gas"; 728 attrib ar60g length=3 label="GI: Allocation flag for ER60G"; 729 attrib er60t length=3 label="GI: Receipt of transportation"; 730 attrib ar60t length=3 label="GI: Allocation flag for ER60T"; 731 attrib er61 length=3 label="GI: Receipt of food assistance (ISS Code 61)"; 732 attrib ar61 length=3 label="GI: Allocation flag for ER61"; 733 attrib er62 length=3 label="GI: Receipt of clothing assistance (ISS Code"; 734 attrib ar62 length=3 label="GI: Allocation flag for ER62"; 735 attrib er64 length=3 label="GI: Receipt of short-term assistance (ISS"; 736 attrib ar64 length=3 label="GI: Allocation flag for ER64"; 737 attrib er75 length=3 label="GI: Receipt of other government income (ISS"; 738 attrib ar75 length=3 label="GI: Allocation flag for ER75"; 739 attrib t01amta length=4 label="GI: Amount of Social Security - Adult (ISS"; 740 attrib a01amta length=3 label="GI: Allocation flag for T01AMTA"; 741 attrib t01amtk length=4 label="GI: Amount of Social Security - Child (ISS"; 742 attrib a01amtk length=3 label="GI: Allocation flag for T01AMTK"; 743 attrib t02amt length=4 label="GI: Amount of Railroad Retirement (ISS Code 2)"; 744 attrib a02amt length=3 label="GI: Allocation flag for T02AMT"; 745 attrib t03amta length=4 label="GI: Amount of Federal SSI - Adult (ISS Code 3)"; 746 attrib a03amta length=3 label="GI: Allocation flag for T03AMTA"; 747 attrib t03amtk length=4 label="GI: Amount of Federal SSI - Child (ISS Code 3)"; 748 attrib a03amtk length=3 label="GI: Allocation flag for T03AMTK"; 749 attrib t04amt length=4 label="GI: Amount of State SSI (ISS Code 4)"; 750 attrib a04amt length=3 label="GI: Allocation flag for T04AMT"; 751 attrib t05amt length=4 label="GI: Amount of State unemployment compensation"; 752 attrib a05amt length=3 label="GI: Allocation flag for T05AMT"; 753 attrib t06amt length=4 label="GI: Amount of Supplemental Unemployment"; 754 attrib a06amt length=3 label="GI: Allocation flag for T06AMT"; 755 attrib t08amt length=4 label="GI: Amount of Veterans compensation or pension"; 756 attrib a08amt length=3 label="GI: Allocation flag for T08AMT"; 757 attrib t10amt length=4 label="GI: Amount of workers' compensation (ISS Code"; 758 attrib a10amt length=3 label="GI: Allocation flag for T10AMT"; 759 attrib t13amt length=4 label="GI: Amount of own sickness, accident,"; 760 attrib a13amt length=3 label="GI: Allocation flag for T13AMT"; 761 attrib t14amt length=4 label="GI: Amount of employer disability payments"; 762 attrib a14amt length=3 label="GI: Allocation flag for T14AMT"; 763 attrib t15amt length=4 label="GI: Amount of severance pay (ISS Code 15)"; 764 attrib a15amt length=3 label="GI: Allocation flag for T15AMT"; 765 attrib t20amt length=4 label="GI: Amount of public assistance payments (ISS"; 766 attrib a20amt length=3 label="GI: Allocation flag for T20AMT"; 767 attrib t21amt length=4 label="GI: Amount of General Assistance or General"; 768 attrib a21amt length=3 label="GI: Allocation flag for T21AMT"; 769 attrib t23amt length=4 label="GI: Amount of foster child care payments (ISS"; 770 attrib a23amt length=3 label="GI: Allocation flag for T23AMT"; 771 attrib t24amt length=4 label="GI: Amount of other welfare (ISS Code 24)"; 772 attrib a24amt length=3 label="GI: Allocation flag for T24AMT"; 773 attrib t25amt length=4 label="GI: Amount of WIC payments (ISS Code 25)"; 774 attrib a25amt length=3 label="GI: Allocation flag for T25AMT"; 775 attrib t27amt length=4 label="GI: Amount of food stamps (ISS Code 27)"; 776 attrib a27amt length=3 label="GI: Allocation flag for T27AMT"; 777 attrib t28amt length=4 label="GI: Amount of child support payments (ISS"; 778 attrib a28amt length=3 label="GI: Allocation flag for T28AMT"; 779 attrib t29amt length=4 label="GI: Amount of alimony payments (ISS Code 29)"; 15 The SAS System 08:21 Thursday, December 11, 2014 780 attrib a29amt length=3 label="GI: Allocation flag for T29AMT"; 781 attrib t30amt length=4 label="GI: Amount of pension from a company or union"; 782 attrib a30amt length=3 label="GI: Allocation flag for T30AMT"; 783 attrib t31amt length=4 label="GI: Amount of Federal Civil Service pension"; 784 attrib a31amt length=3 label="GI: Allocation flag for T31AMT"; 785 attrib t32amt length=4 label="GI: Amount of U.S. Military retirement pay"; 786 attrib a32amt length=3 label="GI: Allocation flag for T32AMT"; 787 attrib t34amt length=4 label="GI: Amount of State government pension (ISS"; 788 attrib a34amt length=3 label="GI: Allocation flag for T34AMT"; 789 attrib t35amt length=4 label="GI: Amount of local government pension (ISS"; 790 attrib a35amt length=3 label="GI: Allocation flag for T35AMT"; 791 attrib t36amt length=4 label="GI: Amount of income from paid-up life"; 792 attrib a36amt length=3 label="GI: Allocation flag for T36AMT"; 793 attrib t38amt length=4 label="GI: Amt. from other retirement, disability or"; 794 attrib a38amt length=3 label="GI: Allocation flag for T38AMT"; 795 attrib t39amt length=4 label="GI: Amount of pension/retirement lump sums"; 796 attrib a39amt length=3 label="GI: Allocation flag for T39AMT"; 797 attrib t42amt length=4 label="GI: Amount of draw from an IRA/KEOGH/401k or"; 798 attrib a42amt length=3 label="GI: Allocation flag for T42AMT"; 799 attrib t51amt length=4 label="GI: Amount of money from relatives or friends"; 800 attrib a51amt length=3 label="GI: Allocation flag for T51AMT"; 801 attrib t52amt length=4 label="GI: Amount of lump sum payments (ISS Code 52)"; 802 attrib a52amt length=3 label="GI: Allocation flag for T52AMT"; 803 attrib t55amt length=4 label="GI: Amount of incidental or casual earnings"; 804 attrib a55amt length=3 label="GI: Allocation flag for T55AMT"; 805 attrib t56amt length=4 label="GI: Amount of miscellaneous cash income"; 806 attrib a56amt length=3 label="GI: Allocation flag for T56AMT"; 807 attrib t60amtg length=4 label="GI: Amount of transportation assistance-gas"; 808 attrib a60amtg length=3 label="GI: Allocation flag for T60AMTG"; 809 attrib t60amtt length=4 label="GI: Amount of transportation"; 810 attrib a60amtt length=3 label="GI: Allocation flag for T60AMTT"; 811 attrib t61amt length=4 label="GI: Amount of food assistance"; 812 attrib a61amt length=3 label="GI: Allocation flag for T61AMT"; 813 attrib t62amt length=4 label="GI: Amount of clothing assistance"; 814 attrib a62amt length=3 label="GI: Allocation flag for T62AMT"; 815 attrib t64amt length=4 label="GI: Amount of short-term cash assistance"; 816 attrib a64amt length=3 label="GI: Allocation flag for T64AMT"; 817 attrib t75amt length=4 label="GI: Amount of other government income (ISS"; 818 attrib a75amt length=3 label="GI: Allocation flag for T75AMT"; 819 attrib tcsagy length=4 label="GI: Amount received by Agency on ...'s behalf"; 820 attrib acsagy length=3 label="GI: Allocation flag for TCSAGY"; 821 attrib erolovr1 length=3 label="GI: Money rolled over into IRA/other type of"; 822 attrib arolovr1 length=3 label="GI: Allocation flag for EROLOVR1"; 823 attrib erolovr2 length=3 label="GI: Plan to roll over money into IRA/other"; 824 attrib arolovr2 length=3 label="GI: Allocation flag for EROLOVR2"; 825 attrib trollamt length=5 label="GI: Amnt rolled over into retirement acct in"; 826 attrib arollamt length=3 label="GI: Allocation flag for TROLLAMT"; 827 attrib rab1r1 length=3 label="GI: 1st reason applied for Pub Asst/AFDC/TANF"; 828 attrib rab1r2 length=3 label="GI: 2nd reason applied for Pub Asst/AFDC/TANF"; 829 attrib rab2r1 length=3 label="GI: 1st reason applied for Pub Asst/AFDC/TANF"; 830 attrib rab2r2 length=3 label="GI: 2nd reason applied for Pub Asst/AFDC/TANF"; 831 attrib ras1 length=3 label="GI: Reason stopped AFDC/TANF the first time"; 832 attrib ras2 length=3 label="GI: Reason stopped AFDC/TANF the first time"; 833 attrib rwb1r1 length=3 label="GI: First reason for applying for WIC the 1st"; 834 attrib rwb1r2 length=3 label="GI: Second reason for applying for WIC the"; 835 attrib rwb2r1 length=3 label="GI: First reason for applying for WIC the 2nd"; 836 attrib rwb2r2 length=3 label="GI: Second reason for applying for WIC the"; 837 attrib rws1 length=3 label="GI: Reason for stopping WIC the first time"; 16 The SAS System 08:21 Thursday, December 11, 2014 838 attrib rws2 length=3 label="GI: Reason for stopping WIC the second time"; 839 attrib rfb1r1 length=3 label="GI: First reason for applying for food stamps"; 840 attrib rfb1r2 length=3 label="GI: 2nd reason for applying for food stamps"; 841 attrib rfb2r1 length=3 label="GI: 1st reason for applying for food stamps"; 842 attrib rfb2r2 length=3 label="GI: 2nd reason for applying for food stamps"; 843 attrib rfs1 length=3 label="GI: Reason for stopping food stamps the first"; 844 attrib rfs2 length=3 label="GI: Reason for stopping food stamps the"; 845 attrib rgb1r1 length=3 label="GI: 1st reason applying for General Asst the"; 846 attrib rgb1r2 length=3 label="GI: 2nd reason applying for General Asst the"; 847 attrib rgb2r1 length=3 label="GI: 1st reason applying for General Asst the"; 848 attrib rgb2r2 length=3 label="GI: 2nd reason applying for General Asst the"; 849 attrib rgs1 length=3 label="GI: Reason for stopping General Assist the"; 850 attrib rgs2 length=3 label="GI: Reason for stopping General Assist the"; 851 attrib rob1r1 length=3 label="GI: 1st reason applying for Other Welfare the"; 852 attrib rob1r2 length=3 label="GI: 2nd reason applying for Other Welfare the"; 853 attrib rob2r1 length=3 label="GI: 1st reason applying for Other Welfare the"; 854 attrib rob2r2 length=3 label="GI: 2nd reason applying for Other Welfare the"; 855 attrib ros1 length=3 label="GI: Reason for stopping Other Welfare the"; 856 attrib ros2 length=3 label="GI: Reason for stopping Other Welfare the"; 857 attrib rsb1r1 length=3 label="GI: 1st reason applying for SSI the 1st time"; 858 attrib rsb1r2 length=3 label="GI: 2nd reason applying for SSI the 1st time"; 859 attrib rsb2r1 length=3 label="GI: 1st reason applying for SSI the 2nd time"; 860 attrib rsb2r2 length=3 label="GI: 2nd reason applying for SSI the 2nd time"; 861 attrib rss1 length=3 label="GI: Reason for stopping SSI the first time"; 862 attrib rss2 length=3 label="GI: Reason for stopping SSI the second time"; 863 attrib east1a length=3 label="AS: U.S. government savings bonds owned"; 864 attrib aast1a length=3 label="AS: Allocation flag for EAST1A"; 865 attrib east1b length=3 label="AS: IRA or Keogh account owned"; 866 attrib aast1b length=3 label="AS: Allocation flag for EAST1B"; 867 attrib east1c length=3 label="AS: 401k or thrift plan owned"; 868 attrib aast1c length=3 label="AS: Allocation flag for EAST1C"; 869 attrib east2a length=3 label="AS: Interest earning checking account owned"; 870 attrib aast2a length=3 label="AS: Allocation flag for EAST2A"; 871 attrib east2b length=3 label="AS: Savings account owned"; 872 attrib aast2b length=3 label="AS: Allocation flag for EAST2B"; 873 attrib east2c length=3 label="AS: Money market deposit account owned"; 874 attrib aast2c length=3 label="AS: Allocation flag for EAST2C"; 875 attrib east2d length=3 label="AS: Certificate of deposit owned"; 876 attrib aast2d length=3 label="AS: Allocation flag for EAST2D"; 877 attrib east3a length=3 label="AS: Mutual funds owned"; 878 attrib aast3a length=3 label="AS: Allocation flag for EAST3A"; 879 attrib east3b length=3 label="AS: Stocks owned"; 880 attrib aast3b length=3 label="AS: Allocation flag for EAST3B"; 881 attrib east3c length=3 label="AS: Municipal or corporate bonds owned"; 882 attrib aast3c length=3 label="AS: Allocation flag for EAST3C"; 883 attrib east3d length=3 label="AS: U.S. government securities owned"; 884 attrib aast3d length=3 label="AS: Allocation flag for EAST3D"; 885 attrib east3e length=3 label="AS: Mortgage held"; 886 attrib aast3e length=3 label="AS: Allocation flag for EAST3E"; 887 attrib east4a length=3 label="AS: Rental property owned"; 888 attrib aast4a length=3 label="AS: Allocation flag for EAST4A"; 889 attrib east4b length=3 label="AS: Royalty income received"; 890 attrib aast4b length=3 label="AS: Allocation flag for EAST4B"; 891 attrib east4c length=3 label="AS: Other financial investments owned"; 892 attrib aast4c length=3 label="AS: Allocation flag for EAST4C"; 893 attrib ejntrnt length=3 label="AS: Rent from property jointly owned with"; 894 attrib ajntrnt length=3 label="AS: Allocation flag for EJNTRNT"; 895 attrib tjarnt length=4 label="AS: Amount of gross rent from property joint"; 17 The SAS System 08:21 Thursday, December 11, 2014 896 attrib ajarnt length=3 label="AS: Allocation flag for TJARNT"; 897 attrib tjaclr length=4 label="AS: Amt of net rent from prop. held jointly"; 898 attrib ajaclr length=3 label="AS: Allocation flag for TJACLR"; 899 attrib eownrnt length=3 label="AS: Any rent from property owned entirely in"; 900 attrib aownrnt length=3 label="AS: Allocation flag for EOWNRNT"; 901 attrib toarnt length=4 label="AS: Amount of gross rent from own property"; 902 attrib aoarnt length=3 label="AS: Allocation flag for TOARNT"; 903 attrib toaclr length=4 label="AS: Amount of net income from own rental"; 904 attrib aoaclr length=3 label="AS: Allocation flag for TOACLR"; 905 attrib ejrnt2 length=3 label="AS: Rent from property owned with others"; 906 attrib ajrnt2 length=3 label="AS: Allocation flag for EJRNT2"; 907 attrib tjaclr2 length=4 label="AS: Amount of net income from rental property"; 908 attrib ajaclr2 length=3 label="AS: Allocation flag for TJACLR2"; 909 attrib emrtjnt length=3 label="AS: Mortgage owned jointly with spouse"; 910 attrib amrtjnt length=3 label="AS: Allocation flag for EMRTJNT"; 911 attrib tmijnt length=4 label="AS: Amount of interest paid on mortgage owned"; 912 attrib amijnt length=3 label="AS: Allocation flag for TMIJNT"; 913 attrib emrtown length=3 label="AS: Mortgages held in own name"; 914 attrib amrtown length=3 label="AS: Allocation flag for EMRTOWN"; 915 attrib tmiown length=4 label="AS: Amount of interest paid on own mortgage"; 916 attrib amiown length=3 label="AS: Allocation flag for TMIOWN"; 917 attrib trndup1 length=4 label="AS: Amount of income from royalties"; 918 attrib arndup1 length=3 label="AS: Allocation flag for TRNDUP1"; 919 attrib trndup2 length=5 label="AS: Amount of other income from financial"; 920 attrib arndup2 length=3 label="AS: Allocation flag for TRNDUP2."; 921 attrib tothprop length=5 label="AS: Amount of total other property income"; 922 attrib eckjt length=3 label="AS: Jointly owned interest earning checking"; 923 attrib ackjt length=3 label="AS: Allocation flag for ECKJT"; 924 attrib tckjtint length=4 label="AS: Amount of monthly interest from joint"; 925 attrib ackjtint length=3 label="AS: Allocation flag for TCKJTINT."; 926 attrib eckoast length=3 label="AS: Solely owned interest earning checking"; 927 attrib ackoast length=3 label="AS: Allocation flag for ECKOAST"; 928 attrib tckoint length=4 label="AS: Amount of monthly interest from own"; 929 attrib ackoint length=3 label="AS: Allocation flag for TCKOINT."; 930 attrib esvjt length=3 label="AS: Ownership of jointly held savings account"; 931 attrib asvjt length=3 label="AS: Allocation flag for ESVJT"; 932 attrib tsvjtint length=4 label="AS: Amount of monthly interest on joint"; 933 attrib asvjtint length=3 label="AS: Allocation flag for TSVJTINT"; 934 attrib esvoast length=3 label="AS: Ownership of solely held savings account"; 935 attrib asvoast length=3 label="AS: Allocation flag for ESVOAST."; 936 attrib tsvoint length=4 label="AS: Amount of monthly interest from own"; 937 attrib asvoint length=3 label="AS: Allocation flag for TSVOINT"; 938 attrib emdjt length=3 label="AS: Jointly owned money market deposit account"; 939 attrib amdjt length=3 label="AS: Allocation flag for EMDJT"; 940 attrib tmdjtint length=4 label="AS: Amount of monthly interest on joint money"; 941 attrib amdjtint length=3 label="AS: Allocation flag for TMDJTINT"; 942 attrib emdoast length=3 label="AS: Solely owned money market deposit account"; 943 attrib amdoast length=3 label="AS: Allocation flag for EMDOAST"; 944 attrib tmdoint length=4 label="AS: Amt of monthly interest from own money"; 945 attrib amdoint length=3 label="AS: Allocation flag for TMDOINT"; 946 attrib ecdjt length=3 label="AS: Jointly owned certificates of deposit"; 947 attrib acdjt length=3 label="AS: Allocation flag for ECDJT"; 948 attrib tcdjtint length=4 label="AS: Amount of monthly interest from joint CDs"; 949 attrib acdjtint length=3 label="AS: Allocation flag for TCDJTINT"; 950 attrib ecdoast length=3 label="AS: Solely owned certificates of deposit"; 951 attrib acdoast length=3 label="AS: Allocation flag for ECDOAST."; 952 attrib tcdoint length=4 label="AS: Amount of monthly interest from solely"; 953 attrib acdoint length=3 label="AS: Allocation flag for TCDOINT"; 18 The SAS System 08:21 Thursday, December 11, 2014 954 attrib ebdjt length=3 label="AS: Jointly owned municipal or corporate bonds"; 955 attrib abdjt length=3 label="AS: Allocation flag for EBDJT."; 956 attrib tbdjtint length=4 label="AS: Amt of monthly interest from joint"; 957 attrib abdjtint length=3 label="AS: Allocation flag for TBDJTINT"; 958 attrib ebdoast length=3 label="AS: Solely owned municipal or corporate bonds"; 959 attrib abdoast length=3 label="AS: Allocation flag for EBDOAST"; 960 attrib tbdoint length=4 label="AS: Amount of monthly int. from own"; 961 attrib abdoint length=3 label="AS: Allocation flag for TBDOINT"; 962 attrib egvjt length=3 label="AS: Jointly owned U.S. Government securities"; 963 attrib agvjt length=3 label="AS: Allocation flag for EGVJT"; 964 attrib tgvjtint length=4 label="AS: Amount of monthly int from joint US Govt"; 965 attrib agvjtint length=3 label="AS: Allocation flag for TGVJTINT"; 966 attrib egvoast length=3 label="AS: Solely owned U.S. Government securities"; 967 attrib agvoast length=3 label="AS: Allocation flag for EGVOAST"; 968 attrib tgvoint length=4 label="AS: Amount of monthly int from own US Govt"; 969 attrib agvoint length=3 label="AS: Allocation flag for TGVOINT"; 970 attrib tintinc length=4 label="AS: Amount of all interest income"; 971 attrib emanychk length=3 label="AS: Dividend check from joint/sole owned"; 972 attrib amanychk length=3 label="AS: Allocation flag for EMANYCHK"; 973 attrib tmjntdiv length=4 label="AS: Amount of check from jointly held mutual"; 974 attrib amjntdiv length=3 label="AS: Allocation flag for TMJNTDIV"; 975 attrib tmowndiv length=4 label="AS: Amount of check from solely held mutual"; 976 attrib amowndiv length=3 label="AS: Allocation flag for TMOWNDIV"; 977 attrib emothdiv length=3 label="AS: Dividends credited against margin accounts"; 978 attrib amothdiv length=3 label="AS: Allocation flag for EMOTHDIV"; 979 attrib tmjadiv length=4 label="AS: Amount of dividends credited to joint"; 980 attrib amjadiv length=3 label="AS: Allocation flag for TMJADIV"; 981 attrib tmownadv length=4 label="AS: Amount of dividends credited to own"; 982 attrib amownadv length=3 label="AS: Allocation flag for TMOWNADV"; 983 attrib esanychk length=3 label="AS: Dividend check for jointly or solely held"; 984 attrib asanychk length=3 label="AS: Allocation flag for ESANYCHK"; 985 attrib tsjntdiv length=4 label="AS: Amount of dividend check from jointly"; 986 attrib asjntdiv length=3 label="AS: Allocation flag for TSJNTDIV"; 987 attrib tsowndiv length=4 label="AS: Amount of dividend check for solely held"; 988 attrib asowndiv length=3 label="AS: Allocation flag for TSOWNDIV"; 989 attrib esothdiv length=3 label="AS: Dividends credited to margin account"; 990 attrib asothdiv length=3 label="AS: Allocation flag for ESOTHDIV"; 991 attrib tsjadiv length=4 label="AS: Amount of dividend credited to a joint"; 992 attrib asjadiv length=3 label="AS: Allocation flag for TSJADIV"; 993 attrib tsownadv length=4 label="AS: Amount of dividend credited solely held"; 994 attrib asownadv length=3 label="AS: Allocation flag for TSOWNADV"; 995 attrib tdivinc length=4 label="AS: Total amount of all dividend income"; 996 attrib ecrmth length=3 label="HI: Medicare coverage in this month"; 997 attrib acrmth length=3 label="HI: Allocation flag for ECRMTH"; 998 attrib rmedcode length=3 label="HI: 1 digit number indicating type of"; 999 attrib ecdmth length=3 label="HI: Medicaid coverage in this month"; 1000 attrib acdmth length=3 label="HI: Allocation flag for ECDMTH"; 1001 attrib emcocov length=3 label="HI: Type of public health insurance received"; 1002 attrib amcocov length=3 label="HI: Allocation flag for EMCOCOV"; 1003 attrib ecdunt1 length=3 label="HI: Medicaid coverage unit for this month"; 1004 attrib ehimth length=3 label="HI: Health ins cover this mnth(not Medicare"; 1005 attrib ahimth length=3 label="HI: Allocation flag for EHIMTH"; 1006 attrib ehiowner length=3 label="HI: Covered by own plan, someone else's, both"; 1007 attrib ahiowner length=3 label="HI: Allocation flag for EHIOWNER"; 1008 attrib enonhh length=3 label="HI: Covered by plan owned by person outside"; 1009 attrib rchampm length=3 label="HI: Military related health care coverage in"; 1010 attrib ehiunt1 length=3 label="HI: 1st health insurance coverage unit for"; 1011 attrib ehiunt2 length=3 label="HI: 2nd health insurance coverage unit for"; 19 The SAS System 08:21 Thursday, December 11, 2014 1012 attrib ehiunt3 length=3 label="HI: 3rd health insurance coverage unit for"; 1013 attrib ehemply length=3 label="HI: Source of health insurance"; 1014 attrib ahemply length=3 label="HI: Allocation flag for EHEMPLY"; 1015 attrib ehicost length=3 label="HI: Employer/union paid all or part of health"; 1016 attrib ahicost length=3 label="HI: Allocation flag for EHICOST"; 1017 attrib ehiother length=3 label="HI: Health insurance coverage of nonhousehold"; 1018 attrib ahiother length=3 label="HI: Allocation flag for EHIOTHER"; 1019 attrib ehispse length=3 label="HI: Coverage of spouse outside the household"; 1020 attrib ahispse length=3 label="HI: Allocation flag for EHISPSE"; 1021 attrib ehioldkd length=3 label="HI: Coverage of older child (20+) outside the"; 1022 attrib ahioldkd length=3 label="HI: Allocation flag for EHIOLDKD"; 1023 attrib ehiyngkd length=3 label="HI: Coverage of younger child (under 20)"; 1024 attrib ahiyngkd length=3 label="HI: Allocation flag for EHIYNGKD"; 1025 attrib ehiothr length=3 label="HI: Coverage of other person(s) outside the"; 1026 attrib ahiothr length=3 label="HI: Allocation flag for EHIOTHR"; 1027 attrib ehirsn01 length=3 label="HI: Reason not covered: too expensive, can't"; 1028 attrib ehirsn02 length=3 label="HI: Reason not covered: HI not offered by"; 1029 attrib ehirsn03 length=3 label="HI: Reason not covered: not at job long"; 1030 attrib ehirsn04 length=3 label="HI: Reason not covered: job layoff, job loss,"; 1031 attrib ehirsn05 length=3 label="HI: Reason not covered: not eligible-part"; 1032 attrib ehirsn06 length=3 label="HI: Reason not covered: poor health, illness,"; 1033 attrib ehirsn07 length=3 label="HI: Reason not covered: don't believe in"; 1034 attrib ehirsn08 length=3 label="HI: Reason not covered: haven't needed health"; 1035 attrib ehirsn09 length=3 label="HI: Reason not covered: Use VA or military"; 1036 attrib ehirsn10 length=3 label="HI: Reason not covered: covered by other"; 1037 attrib ehirsn11 length=3 label="HI: Reason not covered: no longer covered by"; 1038 attrib ehirsn12 length=3 label="HI: Reason not covered: some other reason"; 1039 attrib ahirsn length=3 label="HI: Allocation for variables EHIRSN01 through"; 1040 attrib rprvhi length=3 label="HI: Recode for type of health care/insurance"; 1041 attrib rprvhi2 length=3 label="HI: Recode for type of health care/insurance"; 1042 attrib tcdbegyr length=4 label="HI: In what year did ... become covered by"; 1043 attrib acdbegyr length=3 label="HI: Allocation flag for TCDBEGYR"; 1044 attrib ecdbegmo length=3 label="HI: In what month did ... become covered by"; 1045 attrib acdbegmo length=3 label="HI: Allocation flag for ECDBEGMO"; 1046 attrib ehiallcv length=3 label="HI: Has ... always been covered by health"; 1047 attrib ahiallcv length=3 label="HI: Allocation flag for EHIALLCV"; 1048 attrib thinoyr length=4 label="HI: In what year was...last not covered by"; 1049 attrib ahinoyr length=3 label="HI: Allocation flag for THINOYR"; 1050 attrib ehinomth length=3 label="HI: In what month was ... last not covered by"; 1051 attrib ahinomth length=3 label="HI: Allocation flag for EHINOMTH"; 1052 attrib ehievrcv length=3 label="HI: Has ... ever been covered by health"; 1053 attrib ahievrcv length=3 label="HI: Allocation flag for EHIEVRCV"; 1054 attrib thicvyr length=4 label="HI: In what year was ... last covered by"; 1055 attrib ahicvyr length=3 label="HI: Allocation flag for EHICVYR"; 1056 attrib ehicvmth length=3 label="HI: What month was ... last covered by health"; 1057 attrib ahicvmth length=3 label="HI: Allocation flag for EHICVMTH"; 1058 attrib lgtkey length=$8 label="PE: Person longitudinal key"; 1059 attrib lgtmon length=3 label="PE: Longitudinal month"; 1060 1061 1062 INPUT 1063 1064 @1 ssuseq 5. 1065 @6 ssuid $12. 1066 @18 spanel 4. 1067 @22 swave 2. 1068 @24 srotaton 1. 1069 @25 srefmon 1. 20 The SAS System 08:21 Thursday, December 11, 2014 1070 @26 rhcalmn 2. 1071 @28 rhcalyr 4. 1072 @32 shhadid 3. 1073 @35 gvarstr 3. 1074 @38 ghlfsam 1. 1075 @39 grgc 3. 1076 @42 tfipsst 2. 1077 @44 tmovrflg 2. 1078 @46 eoutcome 3. 1079 @49 rhnf 2. 1080 @51 rhnfam 2. 1081 @53 rhnsf 2. 1082 @55 ehrefper 4. 1083 @59 ehhnumpp 3. 1084 @62 rhtype 1. 1085 @63 whfnwgt 10.4 1086 @73 tmetro 1. 1087 @74 rhchange 1. 1088 @75 rhnssr 2. 1089 @77 etenure 1. 1090 @78 atenure 1. 1091 @79 epubhse 2. 1092 @81 apubhse 1. 1093 @82 egvtrnt 2. 1094 @84 agvtrnt 1. 1095 @85 tmthrnt 6. 1096 @91 amthrnt 1. 1097 @92 ewrsect8 2. 1098 @94 awrsect8 1. 1099 @95 eutilyn 2. 1100 @97 autilyn 1. 1101 @98 eegyast 2. 1102 @100 aegyast 1. 1103 @101 eegypmt1 2. 1104 @103 eegypmt2 2. 1105 @105 eegypmt3 2. 1106 @107 aegypmt 1. 1107 @108 eegyamt 5. 1108 @113 aegyamt 1. 1109 @114 ehotlunc 2. 1110 @116 ahotlunc 1. 1111 @117 rnklun 2. 1112 @119 efreelun 2. 1113 @121 afreelun 1. 1114 @122 efrerdln 2. 1115 @124 afrerdln 1. 1116 @125 ebrkfst 2. 1117 @127 abrkfst 1. 1118 @128 rnkbrk 2. 1119 @130 efreebrk 2. 1120 @132 afreebrk 1. 1121 @133 efrerdbk 2. 1122 @135 afrerdbk 1. 1123 @136 rprgques 1. 1124 @137 thearn 7. 1125 @144 thprpinc 8. 1126 @152 thtrninc 7. 1127 @159 thothinc 7. 21 The SAS System 08:21 Thursday, December 11, 2014 1128 @166 thtotinc 8. 1129 @174 rhnbrf 2. 1130 @176 rhcbrf 2. 1131 @178 rhmtrf 2. 1132 @180 rhpov 5. 1133 @185 thpndist 7. 1134 @192 thlumpsm 8. 1135 @200 thnoncsh 6. 1136 @206 thsocsec 6. 1137 @212 thssi 6. 1138 @218 thunemp 6. 1139 @224 thvets 6. 1140 @230 thafdc 6. 1141 @236 thfdstp 6. 1142 @242 rfid 3. 1143 @245 rfid2 3. 1144 @248 efnp 2. 1145 @250 efrefper 4. 1146 @254 efspouse 4. 1147 @258 eftype 2. 1148 @260 rfchange 1. 1149 @261 efkind 2. 1150 @263 rfnkids 2. 1151 @265 rfownkid 2. 1152 @267 rfoklt18 2. 1153 @269 rfnssr 2. 1154 @271 wffinwgt 10.4 1155 @281 tfearn 7. 1156 @288 tfprpinc 8. 1157 @296 tftrninc 7. 1158 @303 tfothinc 7. 1159 @310 tftotinc 8. 1160 @318 rfpov 5. 1161 @323 tfpndist 7. 1162 @330 tflumpsm 8. 1163 @338 tfsocsec 6. 1164 @344 tfssi 6. 1165 @350 tfunemp 6. 1166 @356 tfvets 6. 1167 @362 tfafdc 6. 1168 @368 tffdstp 6. 1169 @374 rsid 3. 1170 @377 esfnp 2. 1171 @379 esfrfper 4. 1172 @383 esfspse 4. 1173 @387 esftype 2. 1174 @389 esfkind 2. 1175 @391 rschange 2. 1176 @393 esownkid 2. 1177 @395 esoklt18 2. 1178 @397 wsfinwgt 10.4 1179 @407 tsfearn 7. 1180 @414 tsprpinc 8. 1181 @422 tstrninc 7. 1182 @429 tsothinc 7. 1183 @436 tstotinc 8. 1184 @444 rsfpov 5. 1185 @449 tspndist 7. 22 The SAS System 08:21 Thursday, December 11, 2014 1186 @456 tslumpsm 8. 1187 @464 tssocsec 6. 1188 @470 tsssi 6. 1189 @476 tsvets 6. 1190 @482 tsunemp 6. 1191 @488 tsafdc 6. 1192 @494 tsfdstp 6. 1193 @500 eentaid $3. 1194 @503 epppnum $4. 1195 @507 eppintvw 2. 1196 @509 epopstat 1. 1197 @510 ebmnth 2. 1198 @512 abmnth 1. 1199 @513 tbyear 4. 1200 @517 abyear 1. 1201 @518 esex 1. 1202 @519 asex 1. 1203 @520 erace 1. 1204 @521 arace 1. 1205 @522 eorigin 2. 1206 @524 aorigin 1. 1207 @525 ebornus 2. 1208 @527 abornus 1. 1209 @528 ecitizen 2. 1210 @530 acitizen 1. 1211 @531 enatcit 2. 1212 @533 anatcit 1. 1213 @534 espeak 2. 1214 @536 aspeak 1. 1215 @537 tlang1 2. 1216 @539 alang1 1. 1217 @540 ehowwell 2. 1218 @542 ahowwell 1. 1219 @543 rlngisol 2. 1220 @545 uevrwid 1. 1221 @546 uevrdiv 1. 1222 @547 eafnow 2. 1223 @549 aafnow 1. 1224 @550 eafever 2. 1225 @552 aafever 1. 1226 @553 uaf1 1. 1227 @554 uaf2 1. 1228 @555 uaf3 1. 1229 @556 uaf4 1. 1230 @557 uaf5 1. 1231 @558 evayn 2. 1232 @560 avayn 1. 1233 @561 evettyp 2. 1234 @563 avettyp 1. 1235 @564 evaques 2. 1236 @566 avaques 1. 1237 @567 wpfinwgt 10.4 1238 @577 esfr 1. 1239 @578 esft 1. 1240 @579 tage 2. 1241 @581 aage 1. 1242 @582 errp 2. 1243 @584 arrp 1. 23 The SAS System 08:21 Thursday, December 11, 2014 1244 @585 ems 1. 1245 @586 ams 1. 1246 @587 epnspous 4. 1247 @591 apnspous 1. 1248 @592 epnmom 4. 1249 @596 apnmom 1. 1250 @597 epndad 4. 1251 @601 apndad 1. 1252 @602 epnguard 4. 1253 @606 apnguard 1. 1254 @607 etypmom 2. 1255 @609 atypmom 1. 1256 @610 etypdad 2. 1257 @612 atypdad 1. 1258 @613 rdesgpnt 2. 1259 @615 ulftmain 2. 1260 @617 uentmain 2. 1261 @619 tpearn 7. 1262 @626 tpprpinc 8. 1263 @634 tptrninc 7. 1264 @641 tpothinc 7. 1265 @648 tptotinc 8. 1266 @656 tppndist 5. 1267 @661 tplumpsm 6. 1268 @667 ehtlnyn 2. 1269 @669 ahtlnyn 1. 1270 @670 ebkfsyn 2. 1271 @672 abkfsyn 1. 1272 @673 rcutyp01 1. 1273 @674 rcuown01 4. 1274 @678 rcutyp03 1. 1275 @679 rcuown03 4. 1276 @683 rcutyp04 1. 1277 @684 rcuown04 4. 1278 @688 rcutyp08 1. 1279 @689 rcuown8a 4. 1280 @693 rcuown8b 4. 1281 @697 rcutyp20 1. 1282 @698 rcuown20 4. 1283 @702 rcutyp21 1. 1284 @703 rcuow21a 4. 1285 @707 rcuow21b 4. 1286 @711 rcutyp23 1. 1287 @712 rcuown23 4. 1288 @716 rcutyp24 1. 1289 @717 rcuow24a 4. 1290 @721 rcuow24b 4. 1291 @725 rcutyp25 1. 1292 @726 rcuown25 4. 1293 @730 rcutyp27 1. 1294 @731 rcuown27 4. 1295 @735 rcutyp57 1. 1296 @736 rcuown57 4. 1297 @740 rcutyp58 1. 1298 @741 rcuow58a 4. 1299 @745 rcuow58b 4. 1300 @749 renroll 2. 1301 @751 arenroll 1. 24 The SAS System 08:21 Thursday, December 11, 2014 1302 @752 eenrlm 2. 1303 @754 aenrlm 1. 1304 @755 renrlma 2. 1305 @757 eenlevel 2. 1306 @759 aenlevel 1. 1307 @760 eedfund 2. 1308 @762 aedfund 1. 1309 @763 easst01 2. 1310 @765 easst03 2. 1311 @767 easst04 2. 1312 @769 easst05 2. 1313 @771 easst06 2. 1314 @773 easst07 2. 1315 @775 easst08 2. 1316 @777 easst09 2. 1317 @779 easst10 2. 1318 @781 easst11 2. 1319 @783 easst12 2. 1320 @785 aedasst 1. 1321 @786 eeducate 2. 1322 @788 aeducate 1. 1323 @789 rged 2. 1324 @791 aged 1. 1325 @792 evocat 2. 1326 @794 avocat 1. 1327 @795 rcollvoc 2. 1328 @797 acollvoc 1. 1329 @798 epdjbthn 2. 1330 @800 apdjbthn 1. 1331 @801 eppflag 2. 1332 @803 emax 2. 1333 @805 ebuscntr 2. 1334 @807 ejobcntr 2. 1335 @809 eeveret 2. 1336 @811 aeveret 1. 1337 @812 edisabl 2. 1338 @814 adisabl 1. 1339 @815 edisprev 2. 1340 @817 adisprev 1. 1341 @818 ersnowrk 2. 1342 @820 arsnowrk 1. 1343 @821 eawop 2. 1344 @823 aawop 1. 1345 @824 eabre 2. 1346 @826 aabre 1. 1347 @827 eptwrk 2. 1348 @829 aptwrk 1. 1349 @830 eptresn 2. 1350 @832 aptresn 1. 1351 @833 elkwrk 2. 1352 @835 alkwrk 1. 1353 @836 elayoff 2. 1354 @838 alayoff 1. 1355 @839 rtakjob 2. 1356 @841 rnotake 2. 1357 @843 ehrsall 2. 1358 @845 ahrsall 1. 1359 @846 emoonlit 2. 25 The SAS System 08:21 Thursday, December 11, 2014 1360 @848 amoonlit 1. 1361 @849 tmlmsum 5. 1362 @854 amlmsum 1. 1363 @855 ebflag 2. 1364 @857 ecflag 2. 1365 @859 rmesr 2. 1366 @861 rwkesr1 2. 1367 @863 rwkesr2 2. 1368 @865 rwkesr3 2. 1369 @867 rwkesr4 2. 1370 @869 rwkesr5 2. 1371 @871 rmwkwjb 2. 1372 @873 rmwksab 2. 1373 @875 awksab 1. 1374 @876 rmwklkg 2. 1375 @878 awklkg 1. 1376 @879 rmhrswk 2. 1377 @881 rwksperm 2. 1378 @883 eeno1 2. 1379 @885 estlemp1 2. 1380 @887 astlemp1 1. 1381 @888 tsjdate1 8. 1382 @896 asjdate1 1. 1383 @897 tejdate1 8. 1384 @905 aejdate1 1. 1385 @906 ersend1 2. 1386 @908 arsend1 1. 1387 @909 ejbhrs1 2. 1388 @911 ajbhrs1 1. 1389 @912 eemploc1 2. 1390 @914 aemploc1 1. 1391 @915 tempall1 2. 1392 @917 aempall1 1. 1393 @918 tempsiz1 2. 1394 @920 aempsiz1 1. 1395 @921 eocctim1 3. 1396 @924 aocctim1 1. 1397 @925 eclwrk1 2. 1398 @927 aclwrk1 1. 1399 @928 eunion1 2. 1400 @930 aunion1 1. 1401 @931 ecntrc1 2. 1402 @933 acntrc1 1. 1403 @934 tpmsum1 5. 1404 @939 apmsum1 1. 1405 @940 epayhr1 2. 1406 @942 apayhr1 1. 1407 @943 tpyrate1 4.2 1408 @947 apyrate1 1. 1409 @948 rpyper1 2. 1410 @950 ejbind1 4. 1411 @954 ajbind1 1. 1412 @955 tjbocc1 4. 1413 @959 ajbocc1 1. 1414 @960 eeno2 2. 1415 @962 estlemp2 2. 1416 @964 astlemp2 1. 1417 @965 tsjdate2 8. 26 The SAS System 08:21 Thursday, December 11, 2014 1418 @973 asjdate2 1. 1419 @974 tejdate2 8. 1420 @982 aejdate2 1. 1421 @983 ersend2 2. 1422 @985 arsend2 1. 1423 @986 ejbhrs2 2. 1424 @988 ajbhrs2 1. 1425 @989 eemploc2 2. 1426 @991 aemploc2 1. 1427 @992 tempall2 2. 1428 @994 aempall2 1. 1429 @995 tempsiz2 2. 1430 @997 aempsiz2 1. 1431 @998 eocctim2 3. 1432 @1001 aocctim2 1. 1433 @1002 eclwrk2 2. 1434 @1004 aclwrk2 1. 1435 @1005 eunion2 2. 1436 @1007 aunion2 1. 1437 @1008 ecntrc2 2. 1438 @1010 acntrc2 1. 1439 @1011 tpmsum2 5. 1440 @1016 apmsum2 1. 1441 @1017 epayhr2 2. 1442 @1019 apayhr2 1. 1443 @1020 tpyrate2 4.2 1444 @1024 apyrate2 1. 1445 @1025 rpyper2 2. 1446 @1027 ejbind2 4. 1447 @1031 ajbind2 1. 1448 @1032 tjbocc2 4. 1449 @1036 ajbocc2 1. 1450 @1037 ebno1 2. 1451 @1039 ebiznow1 2. 1452 @1041 abiznow1 1. 1453 @1042 tsbdate1 8. 1454 @1050 asbdate1 1. 1455 @1051 tebdate1 8. 1456 @1059 aebdate1 1. 1457 @1060 erendb1 2. 1458 @1062 arendb1 1. 1459 @1063 ehrsbs1 2. 1460 @1065 ahrsbs1 1. 1461 @1066 egrosb1 2. 1462 @1068 agrosb1 1. 1463 @1069 egrssb1 2. 1464 @1071 agrssb1 1. 1465 @1072 tempb1 2. 1466 @1074 aempb1 1. 1467 @1075 eincpb1 2. 1468 @1077 aincpb1 1. 1469 @1078 epropb1 2. 1470 @1080 apropb1 1. 1471 @1081 ehprtb1 2. 1472 @1083 ahprtb1 1. 1473 @1084 eslryb1 2. 1474 @1086 aslryb1 1. 1475 @1087 eoincb1 2. 27 The SAS System 08:21 Thursday, December 11, 2014 1476 @1089 aoincb1 1. 1477 @1090 tprftb1 6. 1478 @1096 aprftb1 1. 1479 @1097 tbmsum1 5. 1480 @1102 abmsum1 1. 1481 @1103 epartb11 4. 1482 @1107 epartb21 4. 1483 @1111 epartb31 4. 1484 @1115 tbsind1 2. 1485 @1117 absind1 1. 1486 @1118 tbsocc1 4. 1487 @1122 absocc1 1. 1488 @1123 ebno2 2. 1489 @1125 ebiznow2 2. 1490 @1127 abiznow2 1. 1491 @1128 tsbdate2 8. 1492 @1136 asbdate2 1. 1493 @1137 tebdate2 8. 1494 @1145 aebdate2 1. 1495 @1146 erendb2 2. 1496 @1148 arendb2 1. 1497 @1149 ehrsbs2 2. 1498 @1151 ahrsbs2 1. 1499 @1152 egrosb2 2. 1500 @1154 agrosb2 1. 1501 @1155 egrssb2 2. 1502 @1157 agrssb2 1. 1503 @1158 tempb2 2. 1504 @1160 aempb2 1. 1505 @1161 eincpb2 2. 1506 @1163 aincpb2 1. 1507 @1164 epropb2 2. 1508 @1166 apropb2 1. 1509 @1167 ehprtb2 2. 1510 @1169 ahprtb2 1. 1511 @1170 eslryb2 2. 1512 @1172 aslryb2 1. 1513 @1173 eoincb2 2. 1514 @1175 aoincb2 1. 1515 @1176 tprftb2 6. 1516 @1182 aprftb2 1. 1517 @1183 tbmsum2 5. 1518 @1188 abmsum2 1. 1519 @1189 epartb12 4. 1520 @1193 epartb22 4. 1521 @1197 epartb32 4. 1522 @1201 tbsind2 2. 1523 @1203 absind2 1. 1524 @1204 tbsocc2 4. 1525 @1208 absocc2 1. 1526 @1209 euectyp5 2. 1527 @1211 auectyp5 1. 1528 @1212 euectyp6 2. 1529 @1214 auectyp6 1. 1530 @1215 elmptyp1 2. 1531 @1217 almptyp1 1. 1532 @1218 elmptyp2 2. 1533 @1220 almptyp2 1. 28 The SAS System 08:21 Thursday, December 11, 2014 1534 @1221 elmptyp3 2. 1535 @1223 almptyp3 1. 1536 @1224 essself 2. 1537 @1226 assself 1. 1538 @1227 esschild 2. 1539 @1229 asschild 1. 1540 @1230 essichld 2. 1541 @1232 assichld 1. 1542 @1233 essiself 2. 1543 @1235 assiself 1. 1544 @1236 estssi 2. 1545 @1238 astssi 1. 1546 @1239 rwcmprsn 2. 1547 @1241 awcmprsn 1. 1548 @1242 rinsrsn 2. 1549 @1244 ainsrsn 1. 1550 @1245 rempdrsn 2. 1551 @1247 aempdrsn 1. 1552 @1248 rpensrsn 2. 1553 @1250 apensrsn 1. 1554 @1251 rfcsrsn 2. 1555 @1253 afcsrsn 1. 1556 @1254 rstatrsn 2. 1557 @1256 astatrsn 1. 1558 @1257 rlgovrsn 2. 1559 @1259 algovrsn 1. 1560 @1260 rmilrsn 2. 1561 @1262 amilrsn 1. 1562 @1263 rrrsn 2. 1563 @1265 arrrsn 1. 1564 @1266 rothrrsn 2. 1565 @1268 aothrrsn 1. 1566 @1269 rlifirsn 2. 1567 @1271 alifirsn 1. 1568 @1272 rvetsrsn 2. 1569 @1274 avetsrsn 1. 1570 @1275 restarsn 2. 1571 @1277 aestarsn 1. 1572 @1278 efccyn 2. 1573 @1280 afccyn 1. 1574 @1281 ecsyn 2. 1575 @1283 acsyn 1. 1576 @1284 ealiyn 2. 1577 @1286 aaliyn 1. 1578 @1287 efsyn 2. 1579 @1289 afsyn 1. 1580 @1290 epssthru 2. 1581 @1292 apssthru 1. 1582 @1293 epaothr1 2. 1583 @1295 apaothr1 1. 1584 @1296 epaothr2 2. 1585 @1298 apaothr2 1. 1586 @1299 epaothr3 2. 1587 @1301 apaothr3 1. 1588 @1302 epaothr4 2. 1589 @1304 apaothr4 1. 1590 @1305 epaothr5 2. 1591 @1307 apaothr5 1. 29 The SAS System 08:21 Thursday, December 11, 2014 1592 @1308 epaothr6 2. 1593 @1310 apaothr6 1. 1594 @1311 ewelact1 2. 1595 @1313 awelact1 1. 1596 @1314 ewelac21 2. 1597 @1316 awelac21 1. 1598 @1317 ewelac22 2. 1599 @1319 awelac22 1. 1600 @1320 ewelac23 2. 1601 @1322 awelac23 1. 1602 @1323 ewelact3 2. 1603 @1325 awelact3 1. 1604 @1326 ewelact4 2. 1605 @1328 awelact4 1. 1606 @1329 ewrkexp1 2. 1607 @1331 awrkexp1 1. 1608 @1332 ewhiexp1 2. 1609 @1334 awhiexp1 1. 1610 @1335 ewrkexp2 2. 1611 @1337 awrkexp2 1. 1612 @1338 ewrkexp3 2. 1613 @1340 awrkexp3 1. 1614 @1341 ewhiexp2 2. 1615 @1343 awhiexp2 1. 1616 @1344 ewicyn 2. 1617 @1346 awicyn 1. 1618 @1347 epatanf1 2. 1619 @1349 epatanf2 2. 1620 @1351 epatanf3 2. 1621 @1353 epatanf4 2. 1622 @1355 epatanf5 2. 1623 @1357 epatanf6 2. 1624 @1359 apatanf 1. 1625 @1360 easetdrw 2. 1626 @1362 aasetdrw 1. 1627 @1363 eresnss1 2. 1628 @1365 aresnss1 1. 1629 @1366 eresnss2 2. 1630 @1368 aresnss2 1. 1631 @1369 tagess 2. 1632 @1371 aagess 1. 1633 @1372 ejntssyn 2. 1634 @1374 ajntssyn 1. 1635 @1375 etrantp1 2. 1636 @1377 etrantp2 2. 1637 @1379 etrantp3 2. 1638 @1381 etrantp4 2. 1639 @1383 etrantp5 2. 1640 @1385 atrantp 1. 1641 @1386 egassce1 2. 1642 @1388 egassce2 2. 1643 @1390 agassce 1. 1644 @1391 etoksce1 2. 1645 @1393 etoksce2 2. 1646 @1395 atoksce 1. 1647 @1396 efoodtp1 2. 1648 @1398 efoodtp2 2. 1649 @1400 efoodtp3 2. 30 The SAS System 08:21 Thursday, December 11, 2014 1650 @1402 efoodtp4 2. 1651 @1404 afoodtyp 1. 1652 @1405 efoodsc1 2. 1653 @1407 efoodsc2 2. 1654 @1409 efoodsc3 2. 1655 @1411 efoodsc4 2. 1656 @1413 afoodsce 1. 1657 @1414 eclothtp 2. 1658 @1416 aclothtp 1. 1659 @1417 eclthsc1 2. 1660 @1419 eclthsc2 2. 1661 @1421 eclthsc3 2. 1662 @1423 eclthsc4 2. 1663 @1425 eclthsc5 2. 1664 @1427 aclthsc 1. 1665 @1428 epubhstp 2. 1666 @1430 apubhstp 1. 1667 @1431 epubhsc1 2. 1668 @1433 epubhsc2 2. 1669 @1435 epubhsc3 2. 1670 @1437 epubhsc4 2. 1671 @1439 apubhsc 1. 1672 @1440 ecashsc1 2. 1673 @1442 ecashsc2 2. 1674 @1444 ecashsc3 2. 1675 @1446 ecashsc4 2. 1676 @1448 acashsce 1. 1677 @1449 ecashgvt 2. 1678 @1451 acashgvt 1. 1679 @1452 epacash1 2. 1680 @1454 apacash1 1. 1681 @1455 epacash2 2. 1682 @1457 apacash2 1. 1683 @1458 epacash3 2. 1684 @1460 apacash3 1. 1685 @1461 er01a 2. 1686 @1463 ar01a 1. 1687 @1464 er01k 2. 1688 @1466 ar01k 1. 1689 @1467 er02 2. 1690 @1469 ar02 1. 1691 @1470 er03a 2. 1692 @1472 ar03a 1. 1693 @1473 er03k 2. 1694 @1475 ar03k 1. 1695 @1476 er04 2. 1696 @1478 ar04 1. 1697 @1479 er05 2. 1698 @1481 ar05 1. 1699 @1482 er06 2. 1700 @1484 ar06 1. 1701 @1485 er08 2. 1702 @1487 ar08 1. 1703 @1488 er10 2. 1704 @1490 ar10 1. 1705 @1491 er13 2. 1706 @1493 ar13 1. 1707 @1494 er14 2. 31 The SAS System 08:21 Thursday, December 11, 2014 1708 @1496 ar14 1. 1709 @1497 er15 2. 1710 @1499 ar15 1. 1711 @1500 er20 2. 1712 @1502 ar20 1. 1713 @1503 er21 2. 1714 @1505 ar21 1. 1715 @1506 er23 2. 1716 @1508 ar23 1. 1717 @1509 er24 2. 1718 @1511 ar24 1. 1719 @1512 er25 2. 1720 @1514 ar25 1. 1721 @1515 er27 2. 1722 @1517 ar27 1. 1723 @1518 er28 2. 1724 @1520 ar28 1. 1725 @1521 er29 2. 1726 @1523 ar29 1. 1727 @1524 er30 2. 1728 @1526 ar30 1. 1729 @1527 er31 2. 1730 @1529 ar31 1. 1731 @1530 er32 2. 1732 @1532 ar32 1. 1733 @1533 er34 2. 1734 @1535 ar34 1. 1735 @1536 er35 2. 1736 @1538 ar35 1. 1737 @1539 er36 2. 1738 @1541 ar36 1. 1739 @1542 er38 2. 1740 @1544 ar38 1. 1741 @1545 er39 2. 1742 @1547 ar39 1. 1743 @1548 er42 2. 1744 @1550 ar42 1. 1745 @1551 er51 2. 1746 @1553 ar51 1. 1747 @1554 er52 2. 1748 @1556 ar52 1. 1749 @1557 er55 2. 1750 @1559 ar55 1. 1751 @1560 er56 2. 1752 @1562 ar56 1. 1753 @1563 er60g 2. 1754 @1565 ar60g 1. 1755 @1566 er60t 2. 1756 @1568 ar60t 1. 1757 @1569 er61 2. 1758 @1571 ar61 1. 1759 @1572 er62 2. 1760 @1574 ar62 1. 1761 @1575 er64 2. 1762 @1577 ar64 1. 1763 @1578 er75 2. 1764 @1580 ar75 1. 1765 @1581 t01amta 5. 32 The SAS System 08:21 Thursday, December 11, 2014 1766 @1586 a01amta 1. 1767 @1587 t01amtk 5. 1768 @1592 a01amtk 1. 1769 @1593 t02amt 5. 1770 @1598 a02amt 1. 1771 @1599 t03amta 5. 1772 @1604 a03amta 1. 1773 @1605 t03amtk 5. 1774 @1610 a03amtk 1. 1775 @1611 t04amt 5. 1776 @1616 a04amt 1. 1777 @1617 t05amt 5. 1778 @1622 a05amt 1. 1779 @1623 t06amt 5. 1780 @1628 a06amt 1. 1781 @1629 t08amt 5. 1782 @1634 a08amt 1. 1783 @1635 t10amt 5. 1784 @1640 a10amt 1. 1785 @1641 t13amt 5. 1786 @1646 a13amt 1. 1787 @1647 t14amt 5. 1788 @1652 a14amt 1. 1789 @1653 t15amt 5. 1790 @1658 a15amt 1. 1791 @1659 t20amt 5. 1792 @1664 a20amt 1. 1793 @1665 t21amt 5. 1794 @1670 a21amt 1. 1795 @1671 t23amt 5. 1796 @1676 a23amt 1. 1797 @1677 t24amt 5. 1798 @1682 a24amt 1. 1799 @1683 t25amt 5. 1800 @1688 a25amt 1. 1801 @1689 t27amt 5. 1802 @1694 a27amt 1. 1803 @1695 t28amt 5. 1804 @1700 a28amt 1. 1805 @1701 t29amt 5. 1806 @1706 a29amt 1. 1807 @1707 t30amt 5. 1808 @1712 a30amt 1. 1809 @1713 t31amt 5. 1810 @1718 a31amt 1. 1811 @1719 t32amt 5. 1812 @1724 a32amt 1. 1813 @1725 t34amt 5. 1814 @1730 a34amt 1. 1815 @1731 t35amt 5. 1816 @1736 a35amt 1. 1817 @1737 t36amt 5. 1818 @1742 a36amt 1. 1819 @1743 t38amt 6. 1820 @1749 a38amt 1. 1821 @1750 t39amt 6. 1822 @1756 a39amt 1. 1823 @1757 t42amt 5. 33 The SAS System 08:21 Thursday, December 11, 2014 1824 @1762 a42amt 1. 1825 @1763 t51amt 5. 1826 @1768 a51amt 1. 1827 @1769 t52amt 5. 1828 @1774 a52amt 1. 1829 @1775 t55amt 5. 1830 @1780 a55amt 1. 1831 @1781 t56amt 5. 1832 @1786 a56amt 1. 1833 @1787 t60amtg 4. 1834 @1791 a60amtg 1. 1835 @1792 t60amtt 4. 1836 @1796 a60amtt 1. 1837 @1797 t61amt 4. 1838 @1801 a61amt 1. 1839 @1802 t62amt 4. 1840 @1806 a62amt 1. 1841 @1807 t64amt 4. 1842 @1811 a64amt 1. 1843 @1812 t75amt 6. 1844 @1818 a75amt 1. 1845 @1819 tcsagy 5. 1846 @1824 acsagy 1. 1847 @1825 erolovr1 2. 1848 @1827 arolovr1 1. 1849 @1828 erolovr2 2. 1850 @1830 arolovr2 1. 1851 @1831 trollamt 7. 1852 @1838 arollamt 1. 1853 @1839 rab1r1 2. 1854 @1841 rab1r2 2. 1855 @1843 rab2r1 2. 1856 @1845 rab2r2 2. 1857 @1847 ras1 2. 1858 @1849 ras2 2. 1859 @1851 rwb1r1 2. 1860 @1853 rwb1r2 2. 1861 @1855 rwb2r1 2. 1862 @1857 rwb2r2 2. 1863 @1859 rws1 2. 1864 @1861 rws2 2. 1865 @1863 rfb1r1 2. 1866 @1865 rfb1r2 2. 1867 @1867 rfb2r1 2. 1868 @1869 rfb2r2 2. 1869 @1871 rfs1 2. 1870 @1873 rfs2 2. 1871 @1875 rgb1r1 2. 1872 @1877 rgb1r2 2. 1873 @1879 rgb2r1 2. 1874 @1881 rgb2r2 2. 1875 @1883 rgs1 2. 1876 @1885 rgs2 2. 1877 @1887 rob1r1 2. 1878 @1889 rob1r2 2. 1879 @1891 rob2r1 2. 1880 @1893 rob2r2 2. 1881 @1895 ros1 2. 34 The SAS System 08:21 Thursday, December 11, 2014 1882 @1897 ros2 2. 1883 @1899 rsb1r1 2. 1884 @1901 rsb1r2 2. 1885 @1903 rsb2r1 2. 1886 @1905 rsb2r2 2. 1887 @1907 rss1 2. 1888 @1909 rss2 2. 1889 @1911 east1a 2. 1890 @1913 aast1a 1. 1891 @1914 east1b 2. 1892 @1916 aast1b 1. 1893 @1917 east1c 2. 1894 @1919 aast1c 1. 1895 @1920 east2a 2. 1896 @1922 aast2a 1. 1897 @1923 east2b 2. 1898 @1925 aast2b 1. 1899 @1926 east2c 2. 1900 @1928 aast2c 1. 1901 @1929 east2d 2. 1902 @1931 aast2d 1. 1903 @1932 east3a 2. 1904 @1934 aast3a 1. 1905 @1935 east3b 2. 1906 @1937 aast3b 1. 1907 @1938 east3c 2. 1908 @1940 aast3c 1. 1909 @1941 east3d 2. 1910 @1943 aast3d 1. 1911 @1944 east3e 2. 1912 @1946 aast3e 1. 1913 @1947 east4a 2. 1914 @1949 aast4a 1. 1915 @1950 east4b 2. 1916 @1952 aast4b 1. 1917 @1953 east4c 2. 1918 @1955 aast4c 1. 1919 @1956 ejntrnt 2. 1920 @1958 ajntrnt 1. 1921 @1959 tjarnt 5. 1922 @1964 ajarnt 1. 1923 @1965 tjaclr 6. 1924 @1971 ajaclr 1. 1925 @1972 eownrnt 2. 1926 @1974 aownrnt 1. 1927 @1975 toarnt 5. 1928 @1980 aoarnt 1. 1929 @1981 toaclr 6. 1930 @1987 aoaclr 1. 1931 @1988 ejrnt2 2. 1932 @1990 ajrnt2 1. 1933 @1991 tjaclr2 6. 1934 @1997 ajaclr2 1. 1935 @1998 emrtjnt 2. 1936 @2000 amrtjnt 1. 1937 @2001 tmijnt 5. 1938 @2006 amijnt 1. 1939 @2007 emrtown 2. 35 The SAS System 08:21 Thursday, December 11, 2014 1940 @2009 amrtown 1. 1941 @2010 tmiown 5. 1942 @2015 amiown 1. 1943 @2016 trndup1 5. 1944 @2021 arndup1 1. 1945 @2022 trndup2 7. 1946 @2029 arndup2 1. 1947 @2030 tothprop 7. 1948 @2037 eckjt 2. 1949 @2039 ackjt 1. 1950 @2040 tckjtint 5. 1951 @2045 ackjtint 1. 1952 @2046 eckoast 2. 1953 @2048 ackoast 1. 1954 @2049 tckoint 5. 1955 @2054 ackoint 1. 1956 @2055 esvjt 2. 1957 @2057 asvjt 1. 1958 @2058 tsvjtint 5. 1959 @2063 asvjtint 1. 1960 @2064 esvoast 2. 1961 @2066 asvoast 1. 1962 @2067 tsvoint 5. 1963 @2072 asvoint 1. 1964 @2073 emdjt 2. 1965 @2075 amdjt 1. 1966 @2076 tmdjtint 5. 1967 @2081 amdjtint 1. 1968 @2082 emdoast 2. 1969 @2084 amdoast 1. 1970 @2085 tmdoint 5. 1971 @2090 amdoint 1. 1972 @2091 ecdjt 2. 1973 @2093 acdjt 1. 1974 @2094 tcdjtint 5. 1975 @2099 acdjtint 1. 1976 @2100 ecdoast 2. 1977 @2102 acdoast 1. 1978 @2103 tcdoint 5. 1979 @2108 acdoint 1. 1980 @2109 ebdjt 2. 1981 @2111 abdjt 1. 1982 @2112 tbdjtint 5. 1983 @2117 abdjtint 1. 1984 @2118 ebdoast 2. 1985 @2120 abdoast 1. 1986 @2121 tbdoint 5. 1987 @2126 abdoint 1. 1988 @2127 egvjt 2. 1989 @2129 agvjt 1. 1990 @2130 tgvjtint 5. 1991 @2135 agvjtint 1. 1992 @2136 egvoast 2. 1993 @2138 agvoast 1. 1994 @2139 tgvoint 5. 1995 @2144 agvoint 1. 1996 @2145 tintinc 6. 1997 @2151 emanychk 2. 36 The SAS System 08:21 Thursday, December 11, 2014 1998 @2153 amanychk 1. 1999 @2154 tmjntdiv 5. 2000 @2159 amjntdiv 1. 2001 @2160 tmowndiv 5. 2002 @2165 amowndiv 1. 2003 @2166 emothdiv 2. 2004 @2168 amothdiv 1. 2005 @2169 tmjadiv 5. 2006 @2174 amjadiv 1. 2007 @2175 tmownadv 5. 2008 @2180 amownadv 1. 2009 @2181 esanychk 2. 2010 @2183 asanychk 1. 2011 @2184 tsjntdiv 5. 2012 @2189 asjntdiv 1. 2013 @2190 tsowndiv 5. 2014 @2195 asowndiv 1. 2015 @2196 esothdiv 2. 2016 @2198 asothdiv 1. 2017 @2199 tsjadiv 5. 2018 @2204 asjadiv 1. 2019 @2205 tsownadv 5. 2020 @2210 asownadv 1. 2021 @2211 tdivinc 5. 2022 @2216 ecrmth 2. 2023 @2218 acrmth 1. 2024 @2219 rmedcode 2. 2025 @2221 ecdmth 2. 2026 @2223 acdmth 1. 2027 @2224 emcocov 2. 2028 @2226 amcocov 1. 2029 @2227 ecdunt1 3. 2030 @2230 ehimth 2. 2031 @2232 ahimth 1. 2032 @2233 ehiowner 2. 2033 @2235 ahiowner 1. 2034 @2236 enonhh 1. 2035 @2237 rchampm 2. 2036 @2239 ehiunt1 3. 2037 @2242 ehiunt2 3. 2038 @2245 ehiunt3 3. 2039 @2248 ehemply 2. 2040 @2250 ahemply 1. 2041 @2251 ehicost 2. 2042 @2253 ahicost 1. 2043 @2254 ehiother 2. 2044 @2256 ahiother 1. 2045 @2257 ehispse 2. 2046 @2259 ahispse 1. 2047 @2260 ehioldkd 2. 2048 @2262 ahioldkd 1. 2049 @2263 ehiyngkd 2. 2050 @2265 ahiyngkd 1. 2051 @2266 ehiothr 2. 2052 @2268 ahiothr 1. 2053 @2269 ehirsn01 2. 2054 @2271 ehirsn02 2. 2055 @2273 ehirsn03 2. 37 The SAS System 08:21 Thursday, December 11, 2014 2056 @2275 ehirsn04 2. 2057 @2277 ehirsn05 2. 2058 @2279 ehirsn06 2. 2059 @2281 ehirsn07 2. 2060 @2283 ehirsn08 2. 2061 @2285 ehirsn09 2. 2062 @2287 ehirsn10 2. 2063 @2289 ehirsn11 2. 2064 @2291 ehirsn12 2. 2065 @2293 ahirsn 1. 2066 @2294 rprvhi 2. 2067 @2296 rprvhi2 2. 2068 @2298 tcdbegyr 4. 2069 @2302 acdbegyr 1. 2070 @2303 ecdbegmo 2. 2071 @2305 acdbegmo 1. 2072 @2306 ehiallcv 2. 2073 @2308 ahiallcv 1. 2074 @2309 thinoyr 4. 2075 @2313 ahinoyr 1. 2076 @2314 ehinomth 2. 2077 @2316 ahinomth 1. 2078 @2317 ehievrcv 2. 2079 @2319 ahievrcv 1. 2080 @2320 thicvyr 4. 2081 @2324 ahicvyr 1. 2082 @2325 ehicvmth 2. 2083 @2327 ahicvmth 1. 2084 @2328 lgtkey $8. 2085 @2336 lgtmon 2. 2086 ; 2087 2088 **------------------------------------------------; 2089 ** The PROC FORMAT statement will store the formats ; 2090 ** in a sas data set called fsippl08puw13 ; 2091 ** To use the stored formats in a subsequent program, ; 2092 ** use code like the following; 2093 2094 ** proc format cntlin=library.fsppl08puw13; 2095 ** PROC freq; 2096 ** tables pesex ; 2097 ** format pesex P135L.; 2098 2099 ** For more information, consult PROC FORMAT in the SAS Procedures Guide ; 2100 **-----------------------------------------------; 2101 NOTE: The infile DATAFILE is: Pipe command="unzip -p /homes/data/sipp/2008/l08puw13.zip " NOTE: 304193 records were read from the infile DATAFILE. The minimum record length was 2340. The maximum record length was 2340. NOTE: The data set LIBRARY.SIPPL08PUW13 has 304193 observations and 1022 variables. NOTE: DATA statement used (Total process time): real time 1:18.10 cpu time 15.47 seconds 38 The SAS System 08:21 Thursday, December 11, 2014 2102 PROC FORMAT cntlout=library.fsppl08puw13; 2103 2104 ; 2105 VALUE spanel (default=32) 2106 2008 = "Panel Year" 2107 ; NOTE: Format SPANEL has been output. 2108 VALUE srefmon (default=32) 2109 1 = "First Reference month" 2110 2 = "Second Reference month" 2111 3 = "Third Reference month" 2112 4 = "Fourth Reference month" 2113 ; NOTE: Format SREFMON has been output. 2114 VALUE rhcalmn (default=32) 2115 1 = "January" 2116 2 = "February" 2117 3 = "March" 2118 4 = "April" 2119 5 = "May" 2120 6 = "June" 2121 7 = "July" 2122 8 = "August" 2123 9 = "September" 2124 10 = "October" 2125 11 = "November" 2126 12 = "December" 2127 ; NOTE: Format RHCALMN has been output. 2128 VALUE tfipsst (default=32) 2129 1 = "Alabama" 2130 2 = "Alaska" 2131 4 = "Arizona" 2132 5 = "Arkansas" 2133 6 = "California" 2134 8 = "Colorado" 2135 9 = "Connecticut" 2136 10 = "Delaware" 2137 11 = "DC" 2138 12 = "Florida" 2139 13 = "Georgia" 2140 15 = "Hawaii" 2141 16 = "Idaho" 2142 17 = "Illinois" 2143 18 = "Indiana" 2144 19 = "Iowa" 2145 20 = "Kansas" 2146 21 = "Kentucky" 2147 22 = "Louisiana" 2148 23 = "Maine" 2149 24 = "Maryland" 2150 25 = "Massachusetts" 2151 26 = "Michigan" 2152 27 = "Minnesota" 2153 28 = "Mississippi" 2154 29 = "Missouri" 2155 30 = "Montana" 39 The SAS System 08:21 Thursday, December 11, 2014 2156 31 = "Nebraska" 2157 32 = "Nevada" 2158 33 = "New Hampshire" 2159 34 = "New Jersey" 2160 35 = "New Mexico" 2161 36 = "New York" 2162 37 = "North Carolina" 2163 38 = "North Dakota" 2164 39 = "Ohio" 2165 40 = "Oklahoma" 2166 41 = "Oregon" 2167 42 = "Pennsylvania" 2168 44 = "Rhode Island" 2169 45 = "South Carolina" 2170 46 = "South Dakota" 2171 47 = "Tennessee" 2172 48 = "Texas" 2173 49 = "Utah" 2174 50 = "Vermont" 2175 51 = "Virginia" 2176 53 = "Washington" 2177 54 = "West Virginia" 2178 55 = "Wisconsin" 2179 56 = "Wyoming" 2180 ; NOTE: Format TFIPSST has been output. 2181 VALUE tmovrflg (default=32) 2182 -1 = "Not in Sample (Not in universe" 2183 0 = "New to sample" 2184 1 = "Nonmover" 2185 2 = "Moved, same county" 2186 3 = "Moved, different county within" 2187 4 = "Moved, different state" 2188 5 = "Moved, unable to follow (Type D)" 2189 6 = "Moved, out of scope (Type C)" 2190 ; NOTE: Format TMOVRFLG has been output. 2191 VALUE eoutcome (default=32) 2192 201 = "Completed interview" 2193 203 = "Compl. partial- missing data; no" 2194 207 = "Complete partial - TYPE-Z; no" 2195 213 = "TYPE-A, language problem" 2196 216 = "TYPE-A, no one home (noh)" 2197 217 = "TYPE-A, temporarily absent (ta)" 2198 218 = "TYPE-A, hh refused" 2199 219 = "TYPE-A, other occupied (specify)" 2200 234 = "TYPE-B, entire hh institut. or" 2201 248 = "TYPE-C, other (specify)" 2202 249 = "TYPE-C, sample adjustment" 2203 250 = "TYPE-C, hh deceased" 2204 251 = "TYPE-C, moved out of country" 2205 252 = "TYPE-C, living in armed forces" 2206 253 = "TYPE-C, on active duty in Armed" 2207 254 = "TYPE-C, no one over age 15 years" 2208 255 = "TYPE-C, no Wave 1 persons" 2209 260 = "TYPE-D, moved address unknown" 2210 261 = "TYPE-D, moved within U.S. but" 2211 262 = "TYPE-C, merged with another SIPP" 40 The SAS System 08:21 Thursday, December 11, 2014 2212 270 = "TYPE-C, mover, no longer located" 2213 271 = "TYPE-C, mover, new address" 2214 280 = "TYPE-D, mover, no longer located" 2215 ; NOTE: Format EOUTCOME has been output. 2216 VALUE rhtype (default=32) 2217 1 = "Family hh - Married couple" 2218 2 = "Family hh - Male householder" 2219 3 = "Family hh - Female householder" 2220 4 = "Nonfamily hh - Male householder" 2221 5 = "Nonfamily hh - Female householder" 2222 6 = "Group Quarters" 2223 ; NOTE: Format RHTYPE has been output. 2224 VALUE tmetro (default=32) 2225 1 = "Metro" 2226 2 = "Not metro" 2227 3 = "Not Identified" 2228 ; NOTE: Format TMETRO has been output. 2229 VALUE rhchange (default=32) 2230 1 = "Change occurred" 2231 2 = "No change occurred" 2232 ; NOTE: Format RHCHANGE has been output. 2233 VALUE etenure (default=32) 2234 1 = "Owned or being bought by ... or" 2235 2 = "Rented" 2236 3 = "Occupied without payment of cash" 2237 ; NOTE: Format ETENURE has been output. 2238 VALUE atenure (default=32) 2239 0 = "No imputation" 2240 1 = "Statistical imputation (hot deck)" 2241 2 = "Cold deck imputation" 2242 3 = "Logical imputation (derivation)" 2243 4 = "Statistical or logical imputation" 2244 ; NOTE: Format ATENURE has been output. 2245 VALUE epubhse (default=32) 2246 -1 = "Not in Universe" 2247 1 = "Yes" 2248 2 = "No" 2249 ; NOTE: Format EPUBHSE has been output. 2250 VALUE apubhse (default=32) 2251 0 = "No imputation" 2252 1 = "Statistical imputation (hot deck)" 2253 2 = "Cold deck imputation" 2254 3 = "Logical imputation (derivation)" 2255 4 = "Statistical or logical imputation" 2256 ; NOTE: Format APUBHSE has been output. 2257 VALUE egvtrnt (default=32) 2258 -1 = "Not in Universe" 2259 1 = "Yes" 2260 2 = "No" 2261 ; 41 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format EGVTRNT has been output. 2262 VALUE agvtrnt (default=32) 2263 0 = "No imputation" 2264 1 = "Statistical imputation (hot deck)" 2265 2 = "Cold deck imputation" 2266 3 = "Logical imputation (derivation)" 2267 4 = "Statistical or logical imputation" 2268 ; NOTE: Format AGVTRNT has been output. 2269 VALUE tmthrnt (default=32) 2270 0 = "None or not in universe" 2271 ; NOTE: Format TMTHRNT has been output. 2272 VALUE amthrnt (default=32) 2273 0 = "Not imputed" 2274 1 = "Statistical imputation (hot deck)" 2275 2 = "Cold deck imputation" 2276 3 = "Logical imputation (derivation)" 2277 4 = "Statistical or logical imputation" 2278 ; NOTE: Format AMTHRNT has been output. 2279 VALUE ewrsectt (default=32) 2280 -1 = "Not in Universe" 2281 1 = "Section 8" 2282 2 = "Some other government program" 2283 ; NOTE: Format EWRSECTT has been output. 2284 VALUE awrsectt (default=32) 2285 0 = "No imputation" 2286 1 = "Statistical imputation (hot deck)" 2287 2 = "Cold deck imputation" 2288 3 = "Logical imputation (derivation)" 2289 4 = "Statistical or logical imputation" 2290 ; NOTE: Format AWRSECTT has been output. 2291 VALUE eutilyn (default=32) 2292 -1 = "Not in Universe" 2293 1 = "Yes" 2294 2 = "No" 2295 ; NOTE: Format EUTILYN has been output. 2296 VALUE autilyn (default=32) 2297 0 = "Not imputed" 2298 1 = "Statistical imputation (hot deck)" 2299 2 = "Cold deck imputation" 2300 3 = "Logical imputation (derivation)" 2301 4 = "Statistical or logical imputation" 2302 ; NOTE: Format AUTILYN has been output. 2303 VALUE eegyast (default=32) 2304 -1 = "Not in Universe" 2305 1 = "Yes" 2306 2 = "No" 2307 ; NOTE: Format EEGYAST has been output. 2308 VALUE aegyast (default=32) 2309 0 = "Not imputed" 2310 1 = "Statistical imputation (hot deck)" 42 The SAS System 08:21 Thursday, December 11, 2014 2311 2 = "Cold deck imputation" 2312 3 = "Logical imputation (derivation)" 2313 4 = "Statistical or logical imputation" 2314 ; NOTE: Format AEGYAST has been output. 2315 VALUE eegypmtt (default=32) 2316 -1 = "Not in Universe" 2317 1 = "Yes" 2318 2 = "No" 2319 ; NOTE: Format EEGYPMTT has been output. 2320 VALUE eegypmtk (default=32) 2321 -1 = "Not in Universe" 2322 1 = "Yes" 2323 2 = "No" 2324 ; NOTE: Format EEGYPMTK has been output. 2325 VALUE eegypmtl (default=32) 2326 -1 = "Not in Universe" 2327 1 = "Yes" 2328 2 = "No" 2329 ; NOTE: Format EEGYPMTL has been output. 2330 VALUE aegypmt (default=32) 2331 0 = "Not imputed" 2332 1 = "Statistical imputation (hot deck)" 2333 2 = "Cold deck imputation" 2334 3 = "Logical imputation (derivation)" 2335 4 = "Statistical or logical imputation" 2336 ; NOTE: Format AEGYPMT has been output. 2337 VALUE eegyamt (default=32) 2338 0 = "None or not in universe" 2339 ; NOTE: Format EEGYAMT has been output. 2340 VALUE aegyamt (default=32) 2341 0 = "Not imputed" 2342 1 = "Statistical imputation (hot deck)" 2343 2 = "Cold deck imputation" 2344 3 = "Logical imputation (derivation)" 2345 4 = "Statistical or logical imputation" 2346 ; NOTE: Format AEGYAMT has been output. 2347 VALUE ehotlunc (default=32) 2348 -1 = "Not in Universe" 2349 1 = "Yes" 2350 2 = "No" 2351 ; NOTE: Format EHOTLUNC has been output. 2352 VALUE ahotlunc (default=32) 2353 0 = "Not imputed" 2354 1 = "Statistical imputation (hot deck)" 2355 2 = "Cold deck imputation" 2356 3 = "Logical imputation (derivation)" 2357 4 = "Statistical or logical imputation" 2358 ; NOTE: Format AHOTLUNC has been output. 2359 VALUE rnklun (default=32) 43 The SAS System 08:21 Thursday, December 11, 2014 2360 -1 = "Not in Universe" 2361 ; NOTE: Format RNKLUN has been output. 2362 VALUE efreelun (default=32) 2363 -1 = "Not in Universe" 2364 1 = "Yes" 2365 2 = "No" 2366 ; NOTE: Format EFREELUN has been output. 2367 VALUE afreelun (default=32) 2368 0 = "Not imputed" 2369 1 = "Statistical imputation (hot deck)" 2370 2 = "Cold deck imputation" 2371 3 = "Logical imputation (derivation)" 2372 4 = "Statistical or logical imputation" 2373 ; NOTE: Format AFREELUN has been output. 2374 VALUE efrerdln (default=32) 2375 -1 = "Not in Universe" 2376 1 = "Free lunch" 2377 2 = "Reduced-price lunch" 2378 ; NOTE: Format EFRERDLN has been output. 2379 VALUE afrerdln (default=32) 2380 0 = "Not imputed" 2381 1 = "Statistical imputation (hot deck)" 2382 2 = "Cold deck imputation" 2383 3 = "Logical imputation (derivation)" 2384 4 = "Statistical or logical imputation" 2385 ; NOTE: Format AFRERDLN has been output. 2386 VALUE ebrkfst (default=32) 2387 -1 = "Not in Universe" 2388 1 = "Yes" 2389 2 = "No" 2390 ; NOTE: Format EBRKFST has been output. 2391 VALUE abrkfst (default=32) 2392 0 = "Not imputed" 2393 1 = "Statistical imputation (hot deck)" 2394 2 = "Cold deck imputation" 2395 3 = "Logical imputation" 2396 4 = "Statistical or logical imputation" 2397 ; NOTE: Format ABRKFST has been output. 2398 VALUE rnkbrk (default=32) 2399 -1 = "Not in Universe" 2400 ; NOTE: Format RNKBRK has been output. 2401 VALUE efreebrk (default=32) 2402 -1 = "Not in Universe" 2403 1 = "Yes" 2404 2 = "No" 2405 ; NOTE: Format EFREEBRK has been output. 2406 VALUE afreebrk (default=32) 2407 0 = "Not imputed" 2408 1 = "Statistical imputation (hot deck)" 44 The SAS System 08:21 Thursday, December 11, 2014 2409 2 = "Cold deck imputation" 2410 3 = "Logical imputation (derivation)" 2411 4 = "Statistical or logical imputation" 2412 ; NOTE: Format AFREEBRK has been output. 2413 VALUE efrerdbk (default=32) 2414 -1 = "Not in Universe" 2415 1 = "Free breakfast" 2416 2 = "Reduced-price breakfast" 2417 ; NOTE: Format EFRERDBK has been output. 2418 VALUE afrerdbk (default=32) 2419 0 = "Not imputed" 2420 1 = "Statistical imputation (hot deck)" 2421 2 = "Cold deck imputation" 2422 3 = "Logical imputation (derivation)" 2423 4 = "Statistical or logical imputation" 2424 ; NOTE: Format AFRERDBK has been output. 2425 VALUE rprgques (default=32) 2426 0 = "Residence this month not in" 2427 1 = "Res. this mo. was intrvwed" 2428 2 = "Res. this mo. in sample but" 2429 3 = "Res. this mo. not in sample at" 2430 ; NOTE: Format RPRGQUES has been output. 2431 VALUE rhnbrf (default=32) 2432 1 = "Yes" 2433 2 = "No" 2434 ; NOTE: Format RHNBRF has been output. 2435 VALUE rhcbrf (default=32) 2436 1 = "Yes" 2437 2 = "No" 2438 ; NOTE: Format RHCBRF has been output. 2439 VALUE rhmtrf (default=32) 2440 1 = "Yes" 2441 2 = "No" 2442 ; NOTE: Format RHMTRF has been output. 2443 VALUE rfid2l (default=32) 2444 -1 = "Not in Universe" 2445 ; NOTE: Format RFID2L has been output. 2446 VALUE efspouse (default=32) 2447 9999 = "Persons with EFKIND=2 or 3" 2448 ; NOTE: Format EFSPOUSE has been output. 2449 VALUE eftype (default=32) 2450 1 = "Primary family (including those" 2451 3 = "Unrelated Subfamily" 2452 4 = "Primary Individual" 2453 5 = "Secondary individual" 2454 ; NOTE: Format EFTYPE has been output. 2455 VALUE rfchange (default=32) 2456 1 = "Change occurred" 45 The SAS System 08:21 Thursday, December 11, 2014 2457 2 = "No change occurred" 2458 ; NOTE: Format RFCHANGE has been output. 2459 VALUE efkind (default=32) 2460 1 = "Headed by Husband/Wife" 2461 2 = "Male Headed" 2462 3 = "Female Headed" 2463 ; NOTE: Format EFKIND has been output. 2464 VALUE rfpov (default=32) 2465 0 = "Not In Universe" 2466 ; NOTE: Format RFPOV has been output. 2467 VALUE rsid (default=32) 2468 -1 = "Not in Universe" 2469 ; NOTE: Format RSID has been output. 2470 VALUE esfnp (default=32) 2471 -1 = "Not in Universe" 2472 ; NOTE: Format ESFNP has been output. 2473 VALUE esfrfper (default=32) 2474 -1 = "Not in Universe" 2475 ; NOTE: Format ESFRFPER has been output. 2476 VALUE esfspse (default=32) 2477 -1 = "Not in Universe" 2478 9999 = "No spouse in subfamily" 2479 ; NOTE: Format ESFSPSE has been output. 2480 VALUE esftype (default=32) 2481 -1 = "Not in Universe" 2482 2 = "Related Subfamily" 2483 ; NOTE: Format ESFTYPE has been output. 2484 VALUE esfkind (default=32) 2485 -1 = "Not in Universe" 2486 1 = "Headed by Husband/Wife" 2487 2 = "Male Headed" 2488 3 = "Female Headed" 2489 ; NOTE: Format ESFKIND has been output. 2490 VALUE rschange (default=32) 2491 0 = "Not In Universe" 2492 1 = "Change occurred" 2493 2 = "No change occurred" 2494 ; NOTE: Format RSCHANGE has been output. 2495 VALUE esownkid (default=32) 2496 -1 = "Not in Universe" 2497 0 = "No children" 2498 ; NOTE: Format ESOWNKID has been output. 2499 VALUE esoklt1d (default=32) 2500 -1 = "Not in Universe" 2501 0 = "No children" 2502 ; NOTE: Format ESOKLT1D has been output. 46 The SAS System 08:21 Thursday, December 11, 2014 2503 VALUE wsfinwgt (default=32) 2504 -1 = "Not in Universe" 2505 ; NOTE: Format WSFINWGT has been output. 2506 VALUE tsfearn (default=32) 2507 0 = "None or not in universe" 2508 ; NOTE: Format TSFEARN has been output. 2509 VALUE tsprpinc (default=32) 2510 0 = "None or not in universe" 2511 ; NOTE: Format TSPRPINC has been output. 2512 VALUE tstrninc (default=32) 2513 0 = "None or not in universe" 2514 ; NOTE: Format TSTRNINC has been output. 2515 VALUE tsothinc (default=32) 2516 0 = "None or not in universe" 2517 ; NOTE: Format TSOTHINC has been output. 2518 VALUE tstotinc (default=32) 2519 0 = "None or not in universe" 2520 ; NOTE: Format TSTOTINC has been output. 2521 VALUE rsfpov (default=32) 2522 0 = "Not In Universe" 2523 ; NOTE: Format RSFPOV has been output. 2524 VALUE tspndist (default=32) 2525 0 = "None or not in universe" 2526 ; NOTE: Format TSPNDIST has been output. 2527 VALUE tslumpsm (default=32) 2528 0 = "None or not in universe" 2529 ; NOTE: Format TSLUMPSM has been output. 2530 VALUE tssocsec (default=32) 2531 0 = "None or not in universe" 2532 ; NOTE: Format TSSOCSEC has been output. 2533 VALUE tsssi (default=32) 2534 0 = "None or not in universe" 2535 ; NOTE: Format TSSSI has been output. 2536 VALUE tsvets (default=32) 2537 0 = "None or not in universe" 2538 ; NOTE: Format TSVETS has been output. 2539 VALUE tsunemp (default=32) 2540 0 = "None or not in universe" 2541 ; NOTE: Format TSUNEMP has been output. 2542 VALUE tsafdc (default=32) 2543 0 = "None or not in universe" 2544 ; NOTE: Format TSAFDC has been output. 2545 VALUE tsfdstp (default=32) 2546 0 = "None or not in universe" 47 The SAS System 08:21 Thursday, December 11, 2014 2547 ; NOTE: Format TSFDSTP has been output. 2548 VALUE eppintvw (default=32) 2549 1 = "Interview (self)" 2550 2 = "Interview (proxy)" 2551 3 = "Noninterview - Type Z" 2552 4 = "Noninterview - pseudo Type Z." 2553 5 = "Children under 15 during" 2554 ; NOTE: Format EPPINTVW has been output. 2555 VALUE epopstat (default=32) 2556 1 = "Adult (15 years of age or older)" 2557 2 = "Child (Under 15 years of age)" 2558 ; NOTE: Format EPOPSTAT has been output. 2559 VALUE abmnth (default=32) 2560 0 = "Not imputed" 2561 1 = "Statistical imputation (hot deck)" 2562 2 = "Cold deck imputation" 2563 3 = "Logical imputation (derivation)" 2564 4 = "Statistical or logical imputation" 2565 ; NOTE: Format ABMNTH has been output. 2566 VALUE abyear (default=32) 2567 0 = "Not imputed" 2568 1 = "Statistical imputation (hot deck)" 2569 2 = "Cold deck imputation" 2570 3 = "Logical imputation (derivation)" 2571 4 = "Statistical or logical imputation" 2572 ; NOTE: Format ABYEAR has been output. 2573 VALUE esex (default=32) 2574 1 = "Male" 2575 2 = "Female" 2576 ; NOTE: Format ESEX has been output. 2577 VALUE asex (default=32) 2578 0 = "Not imputed" 2579 1 = "Statistical imputation (hot deck)" 2580 2 = "Cold deck imputation" 2581 3 = "Logical imputation (derivation)" 2582 4 = "Statistical or logical imputation" 2583 ; NOTE: Format ASEX has been output. 2584 VALUE erace (default=32) 2585 1 = "White alone" 2586 2 = "Black alone" 2587 3 = "Asian alone" 2588 4 = "Residual" 2589 ; NOTE: Format ERACE has been output. 2590 VALUE arace (default=32) 2591 0 = "Not imputed" 2592 1 = "Statistical imputation (hot deck)" 2593 2 = "Cold deck imputation" 2594 3 = "Logical imputation (derivation)" 2595 4 = "Statistical or logical imputation" 2596 ; 48 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format ARACE has been output. 2597 VALUE eorigin (default=32) 2598 1 = "Yes" 2599 2 = "No" 2600 ; NOTE: Format EORIGIN has been output. 2601 VALUE aorigin (default=32) 2602 0 = "Not imputed" 2603 1 = "Statistical imputation (hot deck)" 2604 2 = "Cold deck imputation" 2605 3 = "Logical imputation (derivation)" 2606 4 = "Statistical or logical imputation" 2607 ; NOTE: Format AORIGIN has been output. 2608 VALUE ebornus (default=32) 2609 1 = "Yes" 2610 2 = "No" 2611 ; NOTE: Format EBORNUS has been output. 2612 VALUE abornus (default=32) 2613 0 = "Not imputed" 2614 1 = "Statistical imputation (hot deck)" 2615 2 = "Cold deck imputation" 2616 3 = "Logical imputation (derivation)" 2617 4 = "Statistical or logical imputation" 2618 ; NOTE: Format ABORNUS has been output. 2619 VALUE ecitizen (default=32) 2620 1 = "Yes" 2621 2 = "No" 2622 ; NOTE: Format ECITIZEN has been output. 2623 VALUE acitizen (default=32) 2624 0 = "Not imputed" 2625 1 = "Statistical imputation (hot deck)" 2626 2 = "Cold deck imputation" 2627 3 = "Logical imputation (derivation)" 2628 4 = "Statistical or logical imputation" 2629 ; NOTE: Format ACITIZEN has been output. 2630 VALUE enatcit (default=32) 2631 -1 = "Not in Universe" 2632 1 = "Naturalized" 2633 2 = "Through you or your spouse's" 2634 3 = "Adopted by U.S. citizen parent or" 2635 4 = "Born in a U.S. Island Area or" 2636 5 = "Born abroad of U.S. citizen" 2637 ; NOTE: Format ENATCIT has been output. 2638 VALUE anatcit (default=32) 2639 0 = "Not imputed" 2640 1 = "Statistical imputation (hot deck)" 2641 2 = "Cold deck imputation" 2642 3 = "Logical imputation (derivation)" 2643 4 = "Statistical or logical imputation" 2644 ; NOTE: Format ANATCIT has been output. 2645 VALUE espeak (default=32) 49 The SAS System 08:21 Thursday, December 11, 2014 2646 -1 = "Not in Universe" 2647 1 = "Yes" 2648 2 = "No" 2649 ; NOTE: Format ESPEAK has been output. 2650 VALUE aspeak (default=32) 2651 0 = "Not imputed" 2652 1 = "Statistical imputation (hot deck)" 2653 2 = "Cold deck imputation" 2654 3 = "Logical imputation (derivation)" 2655 4 = "Statistical or logical imputation" 2656 ; NOTE: Format ASPEAK has been output. 2657 VALUE tlang1l (default=32) 2658 -1 = "Not in Universe" 2659 1 = "Spanish" 2660 2 = "French (include Creole)" 2661 3 = "German" 2662 4 = "Slavic languages (Polish," 2663 5 = "Other Indo-European languages" 2664 6 = "Chinese, Mandarin, Cantonese" 2665 7 = "Tagalog, Philipino" 2666 8 = "Vietnamese" 2667 9 = "Other Asian languages (Japanese," 2668 10 = "Other And Unspecified Languages" 2669 ; NOTE: Format TLANG1L has been output. 2670 VALUE alang1l (default=32) 2671 0 = "Not imputed" 2672 1 = "Statistical imputation (hot deck)" 2673 2 = "Cold deck imputation" 2674 3 = "Logical imputation (derivation)" 2675 4 = "Statistical or logical imputation" 2676 ; NOTE: Format ALANG1L has been output. 2677 VALUE ehowwell (default=32) 2678 -1 = "Not in Universe" 2679 1 = "Very well" 2680 2 = "Well" 2681 3 = "Not well" 2682 4 = "Not at all" 2683 ; NOTE: Format EHOWWELL has been output. 2684 VALUE ahowwell (default=32) 2685 0 = "Not imputed" 2686 1 = "Statistical imputation (hot deck)" 2687 2 = "Cold deck imputation" 2688 3 = "Logical imputation (derivation)" 2689 4 = "Statistical or logical imputation" 2690 ; NOTE: Format AHOWWELL has been output. 2691 VALUE rlngisol (default=32) 2692 -1 = "Not in Universe" 2693 1 = "In linguistically isolated" 2694 2 = "Not in linguistically isolated" 2695 ; NOTE: Format RLNGISOL has been output. 2696 VALUE uevrwid (default=32) 50 The SAS System 08:21 Thursday, December 11, 2014 2697 0 = "Not answered" 2698 1 = "Yes" 2699 2 = "No" 2700 6 = "Don't know" 2701 7 = "Refused" 2702 ; NOTE: Format UEVRWID has been output. 2703 VALUE uevrdiv (default=32) 2704 0 = "Not answered" 2705 1 = "Yes" 2706 2 = "No" 2707 6 = "Don't know" 2708 7 = "Refused" 2709 ; NOTE: Format UEVRDIV has been output. 2710 VALUE eafnow (default=32) 2711 -1 = "Not in Universe" 2712 1 = "Yes" 2713 2 = "No" 2714 ; NOTE: Format EAFNOW has been output. 2715 VALUE aafnow (default=32) 2716 0 = "Not imputed" 2717 1 = "Statistical imputation (hot deck)" 2718 2 = "Cold deck imputation" 2719 3 = "Logical imputation (derivation)" 2720 4 = "Statistical or logical imputation" 2721 ; NOTE: Format AAFNOW has been output. 2722 VALUE eafever (default=32) 2723 -1 = "Not in Universe" 2724 1 = "Yes" 2725 2 = "No" 2726 ; NOTE: Format EAFEVER has been output. 2727 VALUE aafever (default=32) 2728 0 = "Not imputed" 2729 1 = "Statistical imputation (hot deck)" 2730 2 = "Cold deck imputation" 2731 3 = "Logical imputation (derivation)" 2732 4 = "Statistical or logical imputation" 2733 ; NOTE: Format AAFEVER has been output. 2734 VALUE uaf1l (default=32) 2735 0 = "Not answered" 2736 1 = "August 1990 to the present" 2737 6 = "Don't know" 2738 7 = "Refuse" 2739 ; NOTE: Format UAF1L has been output. 2740 VALUE uaf2l (default=32) 2741 0 = "Not answered" 2742 2 = "September 1980 to July 1990" 2743 ; NOTE: Format UAF2L has been output. 2744 VALUE uaf3l (default=32) 2745 0 = "Not answered" 2746 3 = "May 1975 to August 1980" 51 The SAS System 08:21 Thursday, December 11, 2014 2747 ; NOTE: Format UAF3L has been output. 2748 VALUE uaf4l (default=32) 2749 0 = "Not answered" 2750 4 = "August 1964 to April 1975" 2751 ; NOTE: Format UAF4L has been output. 2752 VALUE uaf5l (default=32) 2753 0 = "Not answered" 2754 5 = "Some other time period (other" 2755 ; NOTE: Format UAF5L has been output. 2756 VALUE evayn (default=32) 2757 -1 = "Not in Universe" 2758 1 = "Yes" 2759 2 = "No" 2760 ; NOTE: Format EVAYN has been output. 2761 VALUE avayn (default=32) 2762 0 = "Not imputed" 2763 1 = "Statistical imputation (hot deck)" 2764 2 = "Cold deck imputation" 2765 3 = "Logical imputation (derivation)" 2766 4 = "Statistical or logical imputation" 2767 ; NOTE: Format AVAYN has been output. 2768 VALUE evettyp (default=32) 2769 -1 = "Not in Universe" 2770 1 = "Service-connected disability" 2771 2 = "Survivor Benefits" 2772 3 = "Veteran's Pension" 2773 4 = "Other Veteran's Payments" 2774 ; NOTE: Format EVETTYP has been output. 2775 VALUE avettyp (default=32) 2776 0 = "Not imputed" 2777 1 = "Statistical imputation (hot deck)" 2778 2 = "Cold deck imputation" 2779 3 = "Logical imputation (derivation)" 2780 4 = "Statistical or logical imputation" 2781 ; NOTE: Format AVETTYP has been output. 2782 VALUE evaques (default=32) 2783 -1 = "Not in Universe" 2784 1 = "Yes" 2785 2 = "No" 2786 ; NOTE: Format EVAQUES has been output. 2787 VALUE avaques (default=32) 2788 0 = "Not imputed" 2789 1 = "Statistical imputation (hot deck)" 2790 2 = "Cold deck imputation" 2791 3 = "Logical imputation (derivation)" 2792 4 = "Statistical or logical imputation" 2793 ; NOTE: Format AVAQUES has been output. 2794 VALUE esfr (default=32) 2795 0 = "Not In Universe" 52 The SAS System 08:21 Thursday, December 11, 2014 2796 1 = "Reference person of a related or" 2797 2 = "Spouse of reference person of a" 2798 3 = "Child (under 18) of reference" 2799 ; NOTE: Format ESFR has been output. 2800 VALUE esft (default=32) 2801 0 = "Primary family" 2802 1 = "Secondary individual (not a" 2803 2 = "Unrelated subfamily" 2804 3 = "Related subfamily" 2805 4 = "Primary Individual" 2806 ; NOTE: Format ESFT has been output. 2807 VALUE tage (default=32) 2808 0 = "Less than 1 full year old" 2809 ; NOTE: Format TAGE has been output. 2810 VALUE aage (default=32) 2811 0 = "Not imputed" 2812 1 = "Statistical imputation (hot deck)" 2813 2 = "Cold deck imputation" 2814 3 = "Logical imputation (derivation)" 2815 4 = "Statistical or logical imputation" 2816 ; NOTE: Format AAGE has been output. 2817 VALUE errp (default=32) 2818 1 = "Reference person with related" 2819 2 = "Reference Person without related" 2820 3 = "Spouse of reference person" 2821 4 = "Child of reference person" 2822 5 = "Grandchild of reference person" 2823 6 = "Parent of reference person" 2824 7 = "Brother/sister of reference person" 2825 8 = "Other relative of reference person" 2826 9 = "Foster child of reference person" 2827 10 = "Unmarried partner of reference" 2828 11 = "Housemate/roommate" 2829 12 = "Roomer/boarder" 2830 13 = "Other non-relative of reference" 2831 ; NOTE: Format ERRP has been output. 2832 VALUE arrp (default=32) 2833 0 = "Not imputed" 2834 1 = "Statistical imputation (hot deck)" 2835 2 = "Cold deck imputation" 2836 3 = "Logical imputation (derivation)" 2837 4 = "Statistical or logical imputation" 2838 ; NOTE: Format ARRP has been output. 2839 VALUE ems (default=32) 2840 1 = "Married, spouse present" 2841 2 = "Married, spouse absent" 2842 3 = "Widowed" 2843 4 = "Divorced" 2844 5 = "Separated" 2845 6 = "Never Married" 2846 ; NOTE: Format EMS has been output. 53 The SAS System 08:21 Thursday, December 11, 2014 2847 VALUE ams (default=32) 2848 0 = "Not imputed" 2849 1 = "Statistical imputation (hot deck)" 2850 2 = "Cold deck imputation" 2851 3 = "Logical imputation (derivation)" 2852 4 = "Statistical or logical imputation" 2853 ; NOTE: Format AMS has been output. 2854 VALUE epnspous (default=32) 2855 9999 = "Spouse not in household or person" 2856 ; NOTE: Format EPNSPOUS has been output. 2857 VALUE apnspous (default=32) 2858 0 = "Not imputed" 2859 1 = "Statistical imputation (hot deck)" 2860 2 = "Cold deck imputation" 2861 3 = "Logical imputation (derivation)" 2862 4 = "Statistical or logical imputation" 2863 ; NOTE: Format APNSPOUS has been output. 2864 VALUE epnmom (default=32) 2865 9999 = "No mother in household" 2866 ; NOTE: Format EPNMOM has been output. 2867 VALUE apnmom (default=32) 2868 0 = "Not imputed" 2869 1 = "Statistical imputation (hot deck)" 2870 2 = "Cold deck imputation" 2871 3 = "Logical imputation (derivation)" 2872 4 = "Statistical or logical imputation" 2873 ; NOTE: Format APNMOM has been output. 2874 VALUE epndad (default=32) 2875 9999 = "No father in household" 2876 ; NOTE: Format EPNDAD has been output. 2877 VALUE apndad (default=32) 2878 0 = "Not imputed" 2879 1 = "Statistical imputation (hot deck)" 2880 2 = "Cold deck imputation" 2881 3 = "Logical imputation (derivation)" 2882 4 = "Statistical or logical imputation" 2883 ; NOTE: Format APNDAD has been output. 2884 VALUE epnguard (default=32) 2885 -1 = "Not in Universe" 2886 9999 = "Guardian not in household" 2887 ; NOTE: Format EPNGUARD has been output. 2888 VALUE apnguard (default=32) 2889 0 = "Not imputed" 2890 1 = "Statistical imputation (hot deck)" 2891 2 = "Cold deck imputation" 2892 3 = "Logical imputation (derivation)" 2893 4 = "Statistical or logical imputation" 2894 ; NOTE: Format APNGUARD has been output. 2895 VALUE etypmom (default=32) 54 The SAS System 08:21 Thursday, December 11, 2014 2896 -1 = "Not in Universe" 2897 1 = "Biological child" 2898 2 = "Stepchild" 2899 3 = "Adopted child" 2900 ; NOTE: Format ETYPMOM has been output. 2901 VALUE atypmom (default=32) 2902 0 = "Not imputed" 2903 1 = "Statistical imputation (hot deck)" 2904 2 = "Cold deck imputation" 2905 3 = "Logical imputation (derivation)" 2906 4 = "Statistical or logical imputation" 2907 ; NOTE: Format ATYPMOM has been output. 2908 VALUE etypdad (default=32) 2909 -1 = "Not in Universe" 2910 1 = "Biological child" 2911 2 = "Stepchild" 2912 3 = "Adopted child" 2913 ; NOTE: Format ETYPDAD has been output. 2914 VALUE atypdad (default=32) 2915 0 = "Not imputed" 2916 1 = "Statistical imputation (hot deck)" 2917 2 = "Cold deck imputation" 2918 3 = "Logical imputation (derivation)" 2919 4 = "Statistical or logical imputation" 2920 ; NOTE: Format ATYPDAD has been output. 2921 VALUE rdesgpnt (default=32) 2922 -1 = "Not in Universe" 2923 1 = "Yes" 2924 2 = "No" 2925 ; NOTE: Format RDESGPNT has been output. 2926 VALUE ulftmain (default=32) 2927 0 = "Not answered" 2928 1 = "Deceased" 2929 2 = "Institutionalized" 2930 3 = "On active duty in the Armed Forces" 2931 4 = "Moved outside of U.S." 2932 5 = "Separation or divorce" 2933 6 = "Marriage" 2934 7 = "Became employed/unemployed" 2935 8 = "Due to job change - other" 2936 9 = "Listed in error in prior wave" 2937 10 = "Other" 2938 11 = "Moved to type C household" 2939 ; NOTE: Format ULFTMAIN has been output. 2940 VALUE uentmain (default=32) 2941 0 = "Not answered" 2942 1 = "Birth" 2943 2 = "Marriage" 2944 3 = "Returned to household after" 2945 4 = "Due to separation or divorce" 2946 5 = "From an institution" 2947 6 = "From Armed Forces barracks" 55 The SAS System 08:21 Thursday, December 11, 2014 2948 7 = "From outside the U.S." 2949 8 = "Should have been listed as member" 2950 9 = "Became employed/unemployed" 2951 10 = "Job change - other" 2952 11 = "Lived at this address before" 2953 12 = "Other" 2954 ; NOTE: Format UENTMAIN has been output. 2955 VALUE tpearn (default=32) 2956 0 = "None or not in universe" 2957 ; NOTE: Format TPEARN has been output. 2958 VALUE tpprpinc (default=32) 2959 0 = "None or not in universe" 2960 ; NOTE: Format TPPRPINC has been output. 2961 VALUE tptrninc (default=32) 2962 0 = "None or not in universe" 2963 ; NOTE: Format TPTRNINC has been output. 2964 VALUE tpothinc (default=32) 2965 0 = "None or not in universe" 2966 ; NOTE: Format TPOTHINC has been output. 2967 VALUE tptotinc (default=32) 2968 0 = "None or not in universe" 2969 ; NOTE: Format TPTOTINC has been output. 2970 VALUE tppndist (default=32) 2971 0 = "None or not in universe" 2972 ; NOTE: Format TPPNDIST has been output. 2973 VALUE tplumpsm (default=32) 2974 0 = "None or not in universe" 2975 ; NOTE: Format TPLUMPSM has been output. 2976 VALUE ehtlnyn (default=32) 2977 -1 = "Not in Universe" 2978 1 = "Yes" 2979 2 = "No" 2980 ; NOTE: Format EHTLNYN has been output. 2981 VALUE ahtlnyn (default=32) 2982 0 = "Not imputed" 2983 1 = "Statistical imputation (hot deck)" 2984 2 = "Cold deck imputation" 2985 3 = "Logical imputation (derivation)" 2986 4 = "Statistical or logical imputation" 2987 ; NOTE: Format AHTLNYN has been output. 2988 VALUE ebkfsyn (default=32) 2989 -1 = "Not in Universe" 2990 1 = "Yes" 2991 2 = "No" 2992 ; NOTE: Format EBKFSYN has been output. 2993 VALUE abkfsyn (default=32) 2994 0 = "Not imputed" 56 The SAS System 08:21 Thursday, December 11, 2014 2995 1 = "Statistical imputation (hot deck)" 2996 2 = "Cold deck imputation" 2997 3 = "Logical imputation (derivation)" 2998 4 = "Statistical or logical imputation" 2999 ; NOTE: Format ABKFSYN has been output. 3000 VALUE rcutyp0n (default=32) 3001 1 = "Yes, covered" 3002 2 = "No, not covered" 3003 ; NOTE: Format RCUTYP0N has been output. 3004 VALUE rcuown0n (default=32) 3005 0 = "Not In Universe" 3006 ; NOTE: Format RCUOWN0N has been output. 3007 VALUE rcutyp0k (default=32) 3008 1 = "Yes, covered" 3009 2 = "No, not covered" 3010 ; NOTE: Format RCUTYP0K has been output. 3011 VALUE rcuown0k (default=32) 3012 0 = "Not In Universe" 3013 ; NOTE: Format RCUOWN0K has been output. 3014 VALUE rcutyp0l (default=32) 3015 1 = "Yes, covered" 3016 2 = "No, not covered" 3017 ; NOTE: Format RCUTYP0L has been output. 3018 VALUE rcuown0l (default=32) 3019 0 = "Not In Universe" 3020 ; NOTE: Format RCUOWN0L has been output. 3021 VALUE rcutyp0m (default=32) 3022 1 = "Yes, covered" 3023 2 = "No, not covered" 3024 ; NOTE: Format RCUTYP0M has been output. 3025 VALUE rcuown8a (default=32) 3026 0 = "Not In Universe" 3027 ; NOTE: Format RCUOWN8A has been output. 3028 VALUE rcuown8b (default=32) 3029 0 = "Not In Universe" 3030 ; NOTE: Format RCUOWN8B has been output. 3031 VALUE rcutyp2b (default=32) 3032 1 = "Yes, covered" 3033 2 = "No, not covered" 3034 ; NOTE: Format RCUTYP2B has been output. 3035 VALUE rcuown2b (default=32) 3036 0 = "Not In Universe" 3037 ; NOTE: Format RCUOWN2B has been output. 3038 VALUE rcutyp2k (default=32) 3039 1 = "Yes, covered" 3040 2 = "No, not covered" 57 The SAS System 08:21 Thursday, December 11, 2014 3041 ; NOTE: Format RCUTYP2K has been output. 3042 VALUE rcuow21a (default=32) 3043 0 = "Not In Universe" 3044 ; NOTE: Format RCUOW21A has been output. 3045 VALUE rcuow21b (default=32) 3046 0 = "Not In Universe" 3047 ; NOTE: Format RCUOW21B has been output. 3048 VALUE rcutyp2l (default=32) 3049 1 = "Yes, covered" 3050 2 = "No, not covered" 3051 ; NOTE: Format RCUTYP2L has been output. 3052 VALUE rcuown2k (default=32) 3053 0 = "Not In Universe" 3054 ; NOTE: Format RCUOWN2K has been output. 3055 VALUE rcutyp2m (default=32) 3056 1 = "Yes, covered" 3057 2 = "No, not covered" 3058 ; NOTE: Format RCUTYP2M has been output. 3059 VALUE rcuow24a (default=32) 3060 0 = "Not In Universe" 3061 ; NOTE: Format RCUOW24A has been output. 3062 VALUE rcuow24b (default=32) 3063 0 = "Not In Universe" 3064 ; NOTE: Format RCUOW24B has been output. 3065 VALUE rcutyp2n (default=32) 3066 1 = "Yes, covered" 3067 2 = "No, not covered" 3068 ; NOTE: Format RCUTYP2N has been output. 3069 VALUE rcuown2l (default=32) 3070 0 = "Not In Universe" 3071 ; NOTE: Format RCUOWN2L has been output. 3072 VALUE rcutyp2o (default=32) 3073 1 = "Yes, covered" 3074 2 = "No, not covered" 3075 ; NOTE: Format RCUTYP2O has been output. 3076 VALUE rcuown2m (default=32) 3077 0 = "Not In Universe" 3078 ; NOTE: Format RCUOWN2M has been output. 3079 VALUE rcutyp5b (default=32) 3080 1 = "Yes, covered" 3081 2 = "No, not covered" 3082 ; NOTE: Format RCUTYP5B has been output. 3083 VALUE rcuown5b (default=32) 3084 0 = "Not In Universe" 3085 ; 58 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format RCUOWN5B has been output. 3086 VALUE rcutyp5k (default=32) 3087 1 = "Yes, covered" 3088 2 = "No, not covered" 3089 ; NOTE: Format RCUTYP5K has been output. 3090 VALUE rcuow58a (default=32) 3091 0 = "Not In Universe" 3092 ; NOTE: Format RCUOW58A has been output. 3093 VALUE rcuow58b (default=32) 3094 0 = "Not In Universe" 3095 ; NOTE: Format RCUOW58B has been output. 3096 VALUE renroll (default=32) 3097 -1 = "Not in Universe" 3098 1 = "Enrolled full-time" 3099 2 = "Enrolled part-time" 3100 3 = "Not enrolled" 3101 ; NOTE: Format RENROLL has been output. 3102 VALUE arenroll (default=32) 3103 0 = "Not imputed" 3104 1 = "Statistical imputation (hot deck)" 3105 2 = "Cold deck imputation" 3106 3 = "Logical imputation (derivation)" 3107 4 = "Statistical or logical imputation" 3108 ; NOTE: Format ARENROLL has been output. 3109 VALUE eenrlm (default=32) 3110 -1 = "Not in Universe" 3111 1 = "Yes" 3112 2 = "No" 3113 ; NOTE: Format EENRLM has been output. 3114 VALUE aenrlm (default=32) 3115 0 = "Not imputed" 3116 1 = "Statistical imputation (hot deck)" 3117 2 = "Cold deck imputation" 3118 3 = "Logical imputation (derivation)" 3119 4 = "Statistical or logical imputation" 3120 ; NOTE: Format AENRLM has been output. 3121 VALUE renrlma (default=32) 3122 -1 = "Not in Universe" 3123 1 = "Yes" 3124 2 = "No" 3125 ; NOTE: Format RENRLMA has been output. 3126 VALUE eenlevel (default=32) 3127 -1 = "Not in Universe" 3128 1 = "Elementary grades 1-8" 3129 2 = "High school grades 9-12" 3130 3 = "College year 1 (freshman)" 3131 4 = "College year 2 (sophomore)" 3132 5 = "College year 3 (junior)" 3133 6 = "College year 4 (senior)" 3134 7 = "First year graduate or" 59 The SAS System 08:21 Thursday, December 11, 2014 3135 8 = "Second year or higher in graduate" 3136 9 = "Vocational, technical, or" 3137 10 = "Enrolled in college, but not" 3138 ; NOTE: Format EENLEVEL has been output. 3139 VALUE aenlevel (default=32) 3140 0 = "Not imputed" 3141 1 = "Statistical imputation (hot deck)" 3142 2 = "Cold deck imputation" 3143 3 = "Logical imputation (derivation)" 3144 4 = "Statistical or logical imputation" 3145 ; NOTE: Format AENLEVEL has been output. 3146 VALUE eedfund (default=32) 3147 -1 = "Not in Universe" 3148 1 = "Yes" 3149 2 = "No" 3150 ; NOTE: Format EEDFUND has been output. 3151 VALUE aedfund (default=32) 3152 0 = "Not imputed" 3153 1 = "Statistical imputation (hot deck)" 3154 2 = "Cold deck imputation" 3155 3 = "Logical imputation (derivation)" 3156 4 = "Statistical or logical imputation" 3157 ; NOTE: Format AEDFUND has been output. 3158 VALUE easst01l (default=32) 3159 -1 = "Not in Universe" 3160 1 = "Received" 3161 2 = "Did not receive" 3162 ; NOTE: Format EASST01L has been output. 3163 VALUE easst03l (default=32) 3164 -1 = "Not in Universe" 3165 1 = "Received" 3166 2 = "Did not receive" 3167 ; NOTE: Format EASST03L has been output. 3168 VALUE easst04l (default=32) 3169 -1 = "Not in Universe" 3170 1 = "Received" 3171 2 = "Did not receive" 3172 ; NOTE: Format EASST04L has been output. 3173 VALUE easst05l (default=32) 3174 -1 = "Not in Universe" 3175 1 = "Received" 3176 2 = "Did not receive" 3177 ; NOTE: Format EASST05L has been output. 3178 VALUE easst06l (default=32) 3179 -1 = "Not in Universe" 3180 1 = "Received" 3181 2 = "Did not receive" 3182 ; NOTE: Format EASST06L has been output. 3183 VALUE easst07l (default=32) 60 The SAS System 08:21 Thursday, December 11, 2014 3184 -1 = "Not in Universe" 3185 1 = "Received" 3186 2 = "Did not receive" 3187 ; NOTE: Format EASST07L has been output. 3188 VALUE easst08l (default=32) 3189 -1 = "Not in Universe" 3190 1 = "Received" 3191 2 = "Did not receive" 3192 ; NOTE: Format EASST08L has been output. 3193 VALUE easst09l (default=32) 3194 -1 = "Not in Universe" 3195 1 = "Received" 3196 2 = "Did not receive" 3197 ; NOTE: Format EASST09L has been output. 3198 VALUE easst10l (default=32) 3199 -1 = "Not in Universe" 3200 1 = "Received" 3201 2 = "Did not receive" 3202 ; NOTE: Format EASST10L has been output. 3203 VALUE easst11l (default=32) 3204 -1 = "Not in Universe" 3205 1 = "Received" 3206 2 = "Did not receive" 3207 ; NOTE: Format EASST11L has been output. 3208 VALUE easst12l (default=32) 3209 -1 = "Not in Universe" 3210 1 = "Received" 3211 2 = "Did not receive" 3212 ; NOTE: Format EASST12L has been output. 3213 VALUE aedasst (default=32) 3214 0 = "Not imputed" 3215 1 = "Statistical imputation (hot deck)" 3216 2 = "Cold deck imputation" 3217 3 = "Logical imputation (derivation)" 3218 4 = "Statistical or logical imputation" 3219 ; NOTE: Format AEDASST has been output. 3220 VALUE eeducate (default=32) 3221 -1 = "Not in Universe" 3222 31 = "Less Than 1st Grade" 3223 32 = "1st, 2nd, 3rd or 4th grade" 3224 33 = "5th Or 6th Grade" 3225 34 = "7th Or 8th Grade" 3226 35 = "9th Grade" 3227 36 = "10th Grade" 3228 37 = "11th Grade" 3229 38 = "12th grade, no diploma" 3230 39 = "High School Graduate - (diploma" 3231 40 = "Some college, but no degree" 3232 41 = "Diploma or certificate from a" 3233 43 = "Associate (2-yr) college degree" 3234 44 = "Bachelor's degree (for example:" 61 The SAS System 08:21 Thursday, December 11, 2014 3235 45 = "Master's degree (For example: MA," 3236 46 = "Professional School degree (for" 3237 47 = "Doctorate degree (for example:" 3238 ; NOTE: Format EEDUCATE has been output. 3239 VALUE aeducate (default=32) 3240 0 = "Not imputed" 3241 1 = "Statistical imputation (hot deck)" 3242 2 = "Cold deck imputation" 3243 3 = "Logical imputation (derivation)" 3244 4 = "Statistical or logical imputation" 3245 ; NOTE: Format AEDUCATE has been output. 3246 VALUE rged (default=32) 3247 -1 = "Not in Universe" 3248 1 = "Yes (GED)" 3249 2 = "No (Graduated from high school)" 3250 ; NOTE: Format RGED has been output. 3251 VALUE aged (default=32) 3252 0 = "Not imputed" 3253 1 = "Statistical imputation (hot deck)" 3254 2 = "Cold deck imputation" 3255 3 = "Logical imputation (derivation)" 3256 4 = "Statistical or logical imputation" 3257 ; NOTE: Format AGED has been output. 3258 VALUE evocat (default=32) 3259 -1 = "Not in Universe" 3260 1 = "Yes" 3261 2 = "No" 3262 ; NOTE: Format EVOCAT has been output. 3263 VALUE avocat (default=32) 3264 0 = "Not imputed" 3265 1 = "Statistical imputation (hot deck)" 3266 2 = "Cold deck imputation" 3267 3 = "Logical imputation (derivation)" 3268 4 = "Statistical or logical imputation" 3269 ; NOTE: Format AVOCAT has been output. 3270 VALUE rcollvoc (default=32) 3271 -1 = "Not in Universe" 3272 1 = "No vocational certificate or" 3273 2 = "No vocational certificate or" 3274 3 = "No vocational certificate or" 3275 4 = "No vocational certificate or" 3276 5 = "No vocational certificate or" 3277 6 = "Vocational certificate, less than" 3278 7 = "Vocational certificate, high" 3279 8 = "Vocational certificate, less than" 3280 9 = "Vocational certificate, one or" 3281 10 = "Vocational certificate, associate" 3282 ; NOTE: Format RCOLLVOC has been output. 3283 VALUE acollvoc (default=32) 3284 0 = "Not imputed" 3285 1 = "Statistical imputation (hot deck)" 62 The SAS System 08:21 Thursday, December 11, 2014 3286 2 = "Cold deck imputation" 3287 3 = "Logical imputation (derivation)" 3288 4 = "Statistical or logical imputation" 3289 ; NOTE: Format ACOLLVOC has been output. 3290 VALUE epdjbthn (default=32) 3291 -1 = "Not in Universe" 3292 1 = "Yes" 3293 2 = "No" 3294 ; NOTE: Format EPDJBTHN has been output. 3295 VALUE apdjbthn (default=32) 3296 0 = "Not imputed" 3297 1 = "Statistical imputation (hot deck)" 3298 2 = "Cold deck imputation" 3299 3 = "Logical imputation (derivation)" 3300 4 = "Statistical or logical imputation" 3301 5 = "Edited value set equal to 2." 3302 ; NOTE: Format APDJBTHN has been output. 3303 VALUE eppflag (default=32) 3304 -1 = "Not applicable" 3305 1 = "Yes" 3306 ; NOTE: Format EPPFLAG has been output. 3307 VALUE emax (default=32) 3308 -1 = "Not in Universe" 3309 ; NOTE: Format EMAX has been output. 3310 VALUE ebuscntr (default=32) 3311 -1 = "Not in Universe" 3312 0 = "Owned contingent business(es) only" 3313 ; NOTE: Format EBUSCNTR has been output. 3314 VALUE ejobcntr (default=32) 3315 -1 = "Not in Universe" 3316 0 = "Contingent worker" 3317 ; NOTE: Format EJOBCNTR has been output. 3318 VALUE eeveret (default=32) 3319 -1 = "Not in Universe" 3320 1 = "Yes" 3321 2 = "No" 3322 ; NOTE: Format EEVERET has been output. 3323 VALUE aeveret (default=32) 3324 0 = "Not imputed" 3325 1 = "Statistical imputation(hot deck)" 3326 2 = "Cold deck imputation" 3327 3 = "Logical imputation(derivation)" 3328 4 = "Statistical or logical imputation" 3329 ; NOTE: Format AEVERET has been output. 3330 VALUE edisabl (default=32) 3331 -1 = "Not in Universe" 3332 1 = "Yes" 3333 2 = "No" 3334 ; 63 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format EDISABL has been output. 3335 VALUE adisabl (default=32) 3336 0 = "Not imputed" 3337 1 = "Statistical imputation(hot deck)" 3338 2 = "Cold deck imputation" 3339 3 = "Logical imputation(derivation)" 3340 4 = "Statistical or logical imputation" 3341 ; NOTE: Format ADISABL has been output. 3342 VALUE edisprev (default=32) 3343 -1 = "Not in Universe" 3344 1 = "Yes" 3345 2 = "No" 3346 ; NOTE: Format EDISPREV has been output. 3347 VALUE adisprev (default=32) 3348 0 = "Not imputed" 3349 1 = "Statistical imputation(hot deck)" 3350 2 = "Cold deck imputation" 3351 3 = "Logical imputation(derivation)" 3352 4 = "Statistical or logical imputation" 3353 ; NOTE: Format ADISPREV has been output. 3354 VALUE ersnowrk (default=32) 3355 -1 = "Not in Universe" 3356 1 = "Temporarily unable to work" 3357 2 = "Temporarily unable to work" 3358 3 = "Unable to work because of chronic" 3359 4 = "Retired" 3360 5 = "Pregnancy/childbirth" 3361 6 = "Taking care of children/other" 3362 7 = "Going to school" 3363 8 = "Unable to find work" 3364 9 = "On layoff (temporary or" 3365 10 = "Not interested in working at a job" 3366 11 = "Other" 3367 ; NOTE: Format ERSNOWRK has been output. 3368 VALUE arsnowrk (default=32) 3369 0 = "Not imputed" 3370 1 = "Statistical imputation(hot deck)" 3371 2 = "Cold deck imputation" 3372 3 = "Logical imputation(derivation)" 3373 4 = "Statistical or logical imputation" 3374 ; NOTE: Format ARSNOWRK has been output. 3375 VALUE eawop (default=32) 3376 -1 = "Not in Universe" 3377 1 = "Yes" 3378 2 = "No" 3379 ; NOTE: Format EAWOP has been output. 3380 VALUE aawop (default=32) 3381 0 = "Not imputed" 3382 1 = "Statistical imputation(hot deck)" 3383 2 = "Cold deck imputation" 3384 3 = "Logical imputation(derivation)" 3385 4 = "Statistical or logical imputation" 64 The SAS System 08:21 Thursday, December 11, 2014 3386 ; NOTE: Format AAWOP has been output. 3387 VALUE eabre (default=32) 3388 -1 = "Not in Universe" 3389 1 = "On layoff (temporary or" 3390 2 = "Slack work or business conditions" 3391 3 = "Own injury" 3392 4 = "Own illness/medical problems" 3393 5 = "Pregnancy/childbirth" 3394 6 = "Taking care of children" 3395 7 = "On vacation/personal days" 3396 8 = "Bad weather" 3397 9 = "Labor Dispute" 3398 10 = "New job to begin within 30 days" 3399 11 = "Participated in a job-sharing" 3400 12 = "Other" 3401 ; NOTE: Format EABRE has been output. 3402 VALUE aabre (default=32) 3403 0 = "Not imputed" 3404 1 = "Statistical imputation(hot deck)" 3405 2 = "Cold deck imputation" 3406 3 = "Logical imputation(derivation)" 3407 4 = "Statistical or logical imputation" 3408 ; NOTE: Format AABRE has been output. 3409 VALUE eptwrk (default=32) 3410 -1 = "Not in Universe" 3411 1 = "Yes" 3412 2 = "No" 3413 ; NOTE: Format EPTWRK has been output. 3414 VALUE aptwrk (default=32) 3415 0 = "Not imputed" 3416 1 = "Statistical imputation(hot deck)" 3417 2 = "Cold deck imputation" 3418 3 = "Logical imputation(derivation)" 3419 4 = "Statistical or logical imputation" 3420 ; NOTE: Format APTWRK has been output. 3421 VALUE eptresn (default=32) 3422 -1 = "Not in Universe" 3423 1 = "Could not find full-time job" 3424 2 = "Wanted to work part time" 3425 3 = "Temporarily unable to work" 3426 4 = "Temporarily unable to work" 3427 5 = "Unable to work full-time because" 3428 6 = "Taking care of children/other" 3429 7 = "Full-time workweek is less than" 3430 8 = "Slack work or material shortage" 3431 9 = "Participated in a job sharing" 3432 10 = "On vacation" 3433 11 = "In school" 3434 12 = "Other" 3435 ; NOTE: Format EPTRESN has been output. 3436 VALUE aptresn (default=32) 3437 0 = "Not imputed" 65 The SAS System 08:21 Thursday, December 11, 2014 3438 1 = "Statistical imputation(hot deck)" 3439 2 = "Cold deck imputation" 3440 3 = "Logical imputation(derivation)" 3441 4 = "Statistical or logical imputation" 3442 ; NOTE: Format APTRESN has been output. 3443 VALUE elkwrk (default=32) 3444 -1 = "Not in Universe" 3445 1 = "Yes" 3446 2 = "No" 3447 ; NOTE: Format ELKWRK has been output. 3448 VALUE alkwrk (default=32) 3449 0 = "Not imputed" 3450 1 = "Statistical imputation(hot deck)" 3451 2 = "Cold deck imputation" 3452 3 = "Logical imputation(derivation)" 3453 4 = "Statistical or logical imputation" 3454 ; NOTE: Format ALKWRK has been output. 3455 VALUE elayoff (default=32) 3456 -1 = "Not in Universe" 3457 1 = "Yes" 3458 2 = "No" 3459 ; NOTE: Format ELAYOFF has been output. 3460 VALUE alayoff (default=32) 3461 0 = "Not imputed" 3462 1 = "Statistical imputation(hot deck)" 3463 2 = "Cold deck imputation" 3464 3 = "Logical imputation(derivation)" 3465 4 = "Statistical or logical imputation" 3466 ; NOTE: Format ALAYOFF has been output. 3467 VALUE rtakjob (default=32) 3468 -1 = "Not in Universe" 3469 0 = "Not reported" 3470 1 = "Yes" 3471 2 = "No" 3472 ; NOTE: Format RTAKJOB has been output. 3473 VALUE rnotake (default=32) 3474 -1 = "Not in Universe" 3475 0 = "Not reported" 3476 1 = "Waiting for a new job to begin" 3477 2 = "Own Temporary Illness" 3478 3 = "School" 3479 4 = "OTHER" 3480 ; NOTE: Format RNOTAKE has been output. 3481 VALUE ehrsall (default=32) 3482 -1 = "Not in Universe" 3483 0 = "Not Determined" 3484 ; NOTE: Format EHRSALL has been output. 3485 VALUE ahrsall (default=32) 3486 0 = "Not imputed" 3487 1 = "Statistical imputation (hot deck)" 66 The SAS System 08:21 Thursday, December 11, 2014 3488 2 = "Cold deck imputation" 3489 3 = "Logical imputation (derivation)" 3490 4 = "Statistical or logical imputation" 3491 ; NOTE: Format AHRSALL has been output. 3492 VALUE emoonlit (default=32) 3493 -1 = "Not in Universe" 3494 1 = "Yes" 3495 2 = "No" 3496 ; NOTE: Format EMOONLIT has been output. 3497 VALUE amoonlit (default=32) 3498 0 = "Not imputed" 3499 1 = "Statistical imputation(hot deck)" 3500 2 = "Cold deck imputation" 3501 3 = "Logical imputation(derivation)" 3502 4 = "Statistical or logical imputation" 3503 ; NOTE: Format AMOONLIT has been output. 3504 VALUE tmlmsum (default=32) 3505 0 = "None or not in universe" 3506 ; NOTE: Format TMLMSUM has been output. 3507 VALUE amlmsum (default=32) 3508 0 = "Not imputed" 3509 1 = "Statistical imputation(hot deck)" 3510 2 = "Cold deck imputation" 3511 3 = "Logical imputation(derivation)" 3512 4 = "Statistical or logical imputation" 3513 ; NOTE: Format AMLMSUM has been output. 3514 VALUE ebflag (default=32) 3515 -1 = "Not applicable" 3516 1 = "Yes" 3517 ; NOTE: Format EBFLAG has been output. 3518 VALUE ecflag (default=32) 3519 -1 = "Not applicable" 3520 1 = "Yes" 3521 ; NOTE: Format ECFLAG has been output. 3522 VALUE rmesr (default=32) 3523 -1 = "Not in Universe" 3524 1 = "With a job entire month, worked" 3525 2 = "With a job entire month, absent" 3526 3 = "With a job entire month, absent" 3527 4 = "With a job at least 1 but not all" 3528 5 = "With a job at least 1 but not all" 3529 6 = "No job all month, on layoff or" 3530 7 = "No job all month, at least one" 3531 8 = "No job all month, no time on" 3532 ; NOTE: Format RMESR has been output. 3533 VALUE rwkesr1l (default=32) 3534 -1 = "Not applicable for week 18" 3535 1 = "With job - working" 3536 2 = "With job - not on layoff, absent" 3537 3 = "With job - on layoff, absent" 67 The SAS System 08:21 Thursday, December 11, 2014 3538 4 = "No job - looking for work or on" 3539 5 = "No job - not looking for work and" 3540 ; NOTE: Format RWKESR1L has been output. 3541 VALUE rwkesr2l (default=32) 3542 -1 = "Not applicable for week 18" 3543 1 = "With job - working" 3544 2 = "With job - not on layoff, absent" 3545 3 = "With job - on layoff, absent" 3546 4 = "No job - looking for work or on" 3547 5 = "No job - not looking for work and" 3548 ; NOTE: Format RWKESR2L has been output. 3549 VALUE rwkesr3l (default=32) 3550 -1 = "Not applicable for week 18" 3551 1 = "With job - working" 3552 2 = "With job - not on layoff, absent" 3553 3 = "With job - on layoff, absent" 3554 4 = "No job - looking for work or on" 3555 5 = "No job - not looking for work and" 3556 ; NOTE: Format RWKESR3L has been output. 3557 VALUE rwkesr4l (default=32) 3558 -1 = "Not applicable for week 18" 3559 1 = "With job - working" 3560 2 = "With job - not on layoff, absent" 3561 3 = "With job - on layoff, absent" 3562 4 = "No job - looking for work or on" 3563 5 = "No job - not looking for work and" 3564 ; NOTE: Format RWKESR4L has been output. 3565 VALUE rwkesr5l (default=32) 3566 -1 = "Not applicable for week 18" 3567 1 = "With job - working" 3568 2 = "With job - not on layoff, absent" 3569 3 = "With job - on layoff, absent" 3570 4 = "No job - looking for work or on" 3571 5 = "No job - not looking for work and" 3572 ; NOTE: Format RWKESR5L has been output. 3573 VALUE rmwkwjb (default=32) 3574 -1 = "Not in Universe" 3575 0 = "0 weeks (that is, did not look" 3576 1 = "1 week" 3577 2 = "2 weeks" 3578 3 = "3 weeks" 3579 4 = "4 weeks" 3580 5 = "5 weeks (if applicable)" 3581 ; NOTE: Format RMWKWJB has been output. 3582 VALUE rmwksab (default=32) 3583 -1 = "Not in Universe" 3584 0 = "0 weeks (that is, did not have a" 3585 1 = "1 week" 3586 2 = "2 weeks" 3587 3 = "3 weeks" 3588 4 = "4 weeks" 3589 5 = "5 weeks (if applicable)" 68 The SAS System 08:21 Thursday, December 11, 2014 3590 ; NOTE: Format RMWKSAB has been output. 3591 VALUE awksab (default=32) 3592 0 = "Not imputed" 3593 1 = "Statistical imputation(hot deck)" 3594 2 = "Cold deck imputation" 3595 3 = "Logical imputation(derivation)" 3596 4 = "Statistical or logical imputation" 3597 ; NOTE: Format AWKSAB has been output. 3598 VALUE rmwklkg (default=32) 3599 -1 = "Not in Universe" 3600 0 = "0 weeks (that is, did not look" 3601 1 = "1 week" 3602 2 = "2 weeks" 3603 3 = "3 weeks" 3604 4 = "4 weeks" 3605 5 = "5 weeks (if applicable)" 3606 ; NOTE: Format RMWKLKG has been output. 3607 VALUE awklkg (default=32) 3608 0 = "Not imputed" 3609 1 = "Statistical imputation(hot deck)" 3610 2 = "Cold deck imputation" 3611 3 = "Logical imputation(derivation)" 3612 4 = "Statistical or logical imputation" 3613 ; NOTE: Format AWKLKG has been output. 3614 VALUE rmhrswk (default=32) 3615 -1 = "Not in Universe" 3616 0 = "Did not work (did not have a job," 3617 1 = "All weeks 35+" 3618 2 = "All weeks 1-34 hours" 3619 3 = "Some weeks 35+ and some weeks" 3620 4 = "Some weeks 35+, some weeks 1-34" 3621 5 = "At least 1 but not all weeks 35+" 3622 6 = "At least 1 week but not all weeks" 3623 ; NOTE: Format RMHRSWK has been output. 3624 VALUE rwksperm (default=32) 3625 -1 = "Not in Universe" 3626 4 = "Four weeks" 3627 5 = "Five weeks" 3628 ; NOTE: Format RWKSPERM has been output. 3629 VALUE eeno1l (default=32) 3630 -1 = "Not in Universe" 3631 ; NOTE: Format EENO1L has been output. 3632 VALUE estlempm (default=32) 3633 -1 = "Not in Universe" 3634 1 = "Yes" 3635 2 = "No" 3636 ; NOTE: Format ESTLEMPM has been output. 3637 VALUE astlempm (default=32) 3638 0 = "Not imputed" 3639 1 = "Statistical imputation(hot deck)" 69 The SAS System 08:21 Thursday, December 11, 2014 3640 2 = "Cold deck imputation" 3641 3 = "Logical imputation(derivation)" 3642 4 = "Statistical or logical imputation" 3643 ; NOTE: Format ASTLEMPM has been output. 3644 VALUE tsjdatem (default=32) 3645 -1 = "Not in Universe" 3646 ; NOTE: Format TSJDATEM has been output. 3647 VALUE asjdatem (default=32) 3648 0 = "Not imputed" 3649 1 = "Statistical imputation(hot deck)" 3650 2 = "Cold deck imputation" 3651 3 = "Logical imputation(derivation)" 3652 4 = "Statistical or logical imputation" 3653 ; NOTE: Format ASJDATEM has been output. 3654 VALUE tejdatem (default=32) 3655 -1 = "Not in Universe" 3656 ; NOTE: Format TEJDATEM has been output. 3657 VALUE aejdatem (default=32) 3658 0 = "Not imputed" 3659 1 = "Statistical imputation(hot deck)" 3660 2 = "Cold deck imputation" 3661 3 = "Logical imputation(derivation)" 3662 4 = "Statistical or logical imputation" 3663 ; NOTE: Format AEJDATEM has been output. 3664 VALUE ersend1l (default=32) 3665 -1 = "Not in Universe" 3666 1 = "On Layoff" 3667 2 = "Retirement or old age" 3668 3 = "Childcare problems" 3669 4 = "Other family/personal obligations" 3670 5 = "Own illness" 3671 6 = "Own injury" 3672 7 = "School/Training" 3673 8 = "Discharged/fired" 3674 9 = "Employer bankrupt" 3675 10 = "Employer sold business" 3676 11 = "Job was temporary and ended" 3677 12 = "Quit to take another job" 3678 13 = "Slack work or business conditions" 3679 14 = "Unsatisfactory work arrangements" 3680 15 = "Quit for some other reason" 3681 ; NOTE: Format ERSEND1L has been output. 3682 VALUE arsend1l (default=32) 3683 0 = "Not imputed" 3684 1 = "Statistical imputation(hot deck)" 3685 2 = "Cold deck imputation" 3686 3 = "Logical imputation(derivation)" 3687 4 = "Statistical or logical imputation" 3688 ; NOTE: Format ARSEND1L has been output. 3689 VALUE ejbhrs1l (default=32) 3690 -8 = "Hours vary" 70 The SAS System 08:21 Thursday, December 11, 2014 3691 -1 = "Not in Universe" 3692 ; NOTE: Format EJBHRS1L has been output. 3693 VALUE ajbhrs1l (default=32) 3694 0 = "Not imputed" 3695 1 = "Statistical imputation(hot deck)" 3696 2 = "Cold deck imputation" 3697 3 = "Logical imputation(derivation)" 3698 4 = "Statistical or logical imputation" 3699 ; NOTE: Format AJBHRS1L has been output. 3700 VALUE eemplocm (default=32) 3701 -1 = "Not in Universe" 3702 1 = "Yes" 3703 2 = "No" 3704 ; NOTE: Format EEMPLOCM has been output. 3705 VALUE aemplocm (default=32) 3706 0 = "Not imputed" 3707 1 = "Statistical imputation(hot deck)" 3708 2 = "Cold deck imputation" 3709 3 = "Logical imputation(derivation)" 3710 4 = "Statistical or logical imputation" 3711 ; NOTE: Format AEMPLOCM has been output. 3712 VALUE tempallm (default=32) 3713 -1 = "Not in Universe" 3714 1 = "Under 25 employees" 3715 2 = "25 to 99 employees" 3716 3 = "100+ employees" 3717 ; NOTE: Format TEMPALLM has been output. 3718 VALUE aempallm (default=32) 3719 0 = "Not imputed" 3720 1 = "Statistical imputation(hot deck)" 3721 2 = "Cold deck imputation" 3722 3 = "Logical imputation(derivation)" 3723 4 = "Statistical or logical imputation" 3724 ; NOTE: Format AEMPALLM has been output. 3725 VALUE tempsizm (default=32) 3726 -1 = "Not in Universe" 3727 1 = "Under 25 employees" 3728 2 = "25 to 99 employees" 3729 3 = "100+ employees" 3730 ; NOTE: Format TEMPSIZM has been output. 3731 VALUE aempsizm (default=32) 3732 0 = "Not imputed" 3733 1 = "Statistical imputation(hot deck)" 3734 2 = "Cold deck imputation" 3735 3 = "Logical imputation(derivation)" 3736 4 = "Statistical or logical imputation" 3737 ; NOTE: Format AEMPSIZM has been output. 3738 VALUE eocctimm (default=32) 3739 -1 = "Not in Universe" 3740 ; 71 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format EOCCTIMM has been output. 3741 VALUE aocctimm (default=32) 3742 0 = "Not imputed" 3743 1 = "Statistical imputation(hot deck)" 3744 2 = "Cold deck imputation" 3745 3 = "Logical imputation(derivation)" 3746 ; NOTE: Format AOCCTIMM has been output. 3747 VALUE eclwrk1l (default=32) 3748 -1 = "Not in Universe" 3749 1 = "Private for profit employee" 3750 2 = "Private not for profit employee" 3751 3 = "Local government worker" 3752 4 = "State government worker" 3753 5 = "Federal government worker" 3754 6 = "Family worker without pay" 3755 ; NOTE: Format ECLWRK1L has been output. 3756 VALUE aclwrk1l (default=32) 3757 0 = "Not imputed" 3758 1 = "Statistical imputation(hot deck)" 3759 2 = "Cold deck imputation" 3760 3 = "Logical imputation(derivation)" 3761 4 = "Statistical or logical imputation" 3762 ; NOTE: Format ACLWRK1L has been output. 3763 VALUE eunion1l (default=32) 3764 -1 = "Not in Universe" 3765 1 = "Yes" 3766 2 = "No" 3767 ; NOTE: Format EUNION1L has been output. 3768 VALUE aunion1l (default=32) 3769 0 = "Not imputed" 3770 1 = "Statistical imputation(hot deck)" 3771 2 = "Cold deck imputation" 3772 3 = "Logical imputation(derivation)" 3773 4 = "Statistical or logical imputation" 3774 ; NOTE: Format AUNION1L has been output. 3775 VALUE ecntrc1l (default=32) 3776 -1 = "Not in Universe" 3777 1 = "Yes" 3778 2 = "No" 3779 ; NOTE: Format ECNTRC1L has been output. 3780 VALUE acntrc1l (default=32) 3781 0 = "Not imputed" 3782 1 = "Statistical imputation(hot deck)" 3783 2 = "Cold deck imputation" 3784 3 = "Logical imputation(derivation)" 3785 4 = "Statistical or logical imputation" 3786 ; NOTE: Format ACNTRC1L has been output. 3787 VALUE tpmsum1l (default=32) 3788 0 = "None or not in universe" 3789 ; NOTE: Format TPMSUM1L has been output. 72 The SAS System 08:21 Thursday, December 11, 2014 3790 VALUE apmsum1l (default=32) 3791 0 = "Not imputed" 3792 1 = "Statistical imputation(hot deck)" 3793 2 = "Cold deck imputation" 3794 3 = "Logical imputation(derivation)" 3795 4 = "Statistical or logical imputation" 3796 ; NOTE: Format APMSUM1L has been output. 3797 VALUE epayhr1l (default=32) 3798 -1 = "Not in Universe" 3799 1 = "Yes (paid by the hour)" 3800 2 = "No (set annual salary or other" 3801 ; NOTE: Format EPAYHR1L has been output. 3802 VALUE apayhr1l (default=32) 3803 0 = "Not imputed" 3804 1 = "Statistical imputation(hot deck)" 3805 2 = "Cold deck imputation" 3806 3 = "Logical imputation(derivation)" 3807 4 = "Statistical or logical imputation" 3808 ; NOTE: Format APAYHR1L has been output. 3809 VALUE tpyratem (default=32) 3810 0 = "Not in universe or none" 3811 ; NOTE: Format TPYRATEM has been output. 3812 VALUE apyratem (default=32) 3813 0 = "Not imputed" 3814 1 = "Statistical imputation(hot deck)" 3815 2 = "Cold deck imputation" 3816 3 = "Logical imputation(derivation)" 3817 4 = "Statistical or logical imputation" 3818 ; NOTE: Format APYRATEM has been output. 3819 VALUE rpyper1l (default=32) 3820 -1 = "Not in Universe" 3821 1 = "Once a week" 3822 2 = "Once every two weeks" 3823 3 = "Once a month" 3824 4 = "Twice a month" 3825 5 = "Unpaid in a family business or" 3826 6 = "On commission" 3827 7 = "Some other way" 3828 8 = "Not reported" 3829 ; NOTE: Format RPYPER1L has been output. 3830 VALUE ejbind1l (default=32) 3831 -1 = "Not in Universe" 3832 0170 = "Crop production (111)" 3833 0180 = "Animal production (112)" 3834 0190 = "Forestry except logging" 3835 0270 = "Logging (1133)" 3836 0280 = "Fishing, hunting, and trapping" 3837 0290 = "Support activities for" 3838 0370 = "Oil and gas extraction (211)" 3839 0380 = "Coal mining (2121)" 3840 0390 = "Metal ore mining (2122)" 3841 0470 = "Nonmetallic mineral mining and" 73 The SAS System 08:21 Thursday, December 11, 2014 3842 0480 = "Not specified type of mining" 3843 0490 = "Support activities for mining" 3844 0570 = "Electric power generation," 3845 0580 = "Natural gas distribution (2212)" 3846 0590 = "Electric and gas, and other" 3847 0670 = "Water, steam, air-conditioning," 3848 0680 = "Sewage treatment facilities" 3849 0690 = "Not specified utilities (Part 22)" 3850 0770 = "Construction (23)" 3851 1070 = "Animal food, grain and oilseed" 3852 1080 = "Sugar and confectionery products" 3853 1090 = "Fruit and vegetable preserving" 3854 1170 = "Dairy product manufacturing (3115)" 3855 1180 = "Animal slaughtering and" 3856 1190 = "Retail bakeries (311811)" 3857 1270 = "Bakeries, except retail (3118" 3858 1280 = "Seafood and other miscellaneous" 3859 1290 = "Not specified food industries" 3860 1370 = "Beverage manufacturing (3121)" 3861 1390 = "Tobacco manufacturing (3122)" 3862 1470 = "Fiber, yarn, and thread mills" 3863 1480 = "Fabric mills, except knitting" 3864 1490 = "Textile and fabric finishing and" 3865 1570 = "Carpet and rug mills (31411)" 3866 1590 = "Textile product mills, except" 3867 1670 = "Knitting mills (31324, 3151)" 3868 1680 = "Cut and sew apparel manufacturing" 3869 1690 = "Apparel accessories and other" 3870 1770 = "Footwear manufacturing (3162)" 3871 1790 = "Leather tanning and products," 3872 1870 = "Pulp, paper, and paperboard mills" 3873 1880 = "Paperboard containers and boxes" 3874 1890 = "Miscellaneous paper and pulp" 3875 1990 = "Printing and related support" 3876 2070 = "Petroleum refining (32411)" 3877 2090 = "Miscellaneous petroleum and coal" 3878 2170 = "Resin, synthetic rubber and" 3879 2180 = "Agricultural chemical" 3880 2190 = "Pharmaceutical and medicine" 3881 2270 = "Paint, coating, and adhesive" 3882 2280 = "Soap, cleaning compound, and" 3883 2290 = "Industrial and miscellaneous" 3884 2370 = "Plastics product manufacturing" 3885 2380 = "Tire manufacturing (32621)" 3886 2390 = "Rubber products, except tires," 3887 2470 = "Pottery, ceramics, and related" 3888 2480 = "Structural clay product" 3889 2490 = "Glass and glass product" 3890 2570 = "Cement, concrete, lime, and" 3891 2590 = "Miscellaneous nonmetallic mineral" 3892 2670 = "Iron and steel mills and steel" 3893 2680 = "Aluminum production and" 3894 2690 = "Nonferrous metal, except" 3895 2770 = "Foundries (3315)" 3896 2780 = "Metal forgings and stampings" 3897 2790 = "Cutlery and hand tool" 3898 2870 = "Structural metals, and tank and" 3899 2880 = "Machine shops; turned product;" 74 The SAS System 08:21 Thursday, December 11, 2014 3900 2890 = "Coating, engraving, heat treating" 3901 2970 = "Ordnance (332992, 332993, 332994," 3902 2980 = "Miscellaneous fabricated metal" 3903 2990 = "Not specified metal industries" 3904 3070 = "Agricultural implement" 3905 3080 = "Construction, mining and oil" 3906 3090 = "Commercial and service industry" 3907 3170 = "Metalworking machinery" 3908 3180 = "Engines, turbines, and power" 3909 3190 = "Machinery manufacturing, n.e.c." 3910 3290 = "Not specified machinery" 3911 3360 = "Computer and peripheral equipment" 3912 3370 = "Communications, audio, and video" 3913 3380 = "Navigational, measuring," 3914 3390 = "Electronic component and product" 3915 3470 = "Household appliance manufacturing" 3916 3490 = "Electrical lighting, equipment," 3917 3570 = "Motor vehicles and motor vehicle" 3918 3580 = "Aircraft and parts manufacturing" 3919 3590 = "Aerospace products and parts" 3920 3670 = "Railroad rolling stock" 3921 3680 = "Ship and boat building (3366)" 3922 3690 = "Other transportation equipment" 3923 3770 = "Sawmills and wood preservation" 3924 3780 = "Veneer, plywood, and engineered" 3925 3790 = "Prefabricated wood buildings and" 3926 3870 = "Miscellaneous wood products (3219" 3927 3890 = "Furniture and related product" 3928 3960 = "Medical equipment and supplies" 3929 3970 = "Toys, amusement, and sporting" 3930 3980 = "Miscellaneous manufacturing," 3931 3990 = "Not specified manufacturing" 3932 4070 = "Motor vehicles, parts and" 3933 4080 = "Furniture and home furnishing," 3934 4090 = "Lumber and other construction" 3935 4170 = "Professional and commercial" 3936 4180 = "Metals and minerals, except" 3937 4190 = "Electrical goods, merchant" 3938 4260 = "Hardware, plumbing and heating" 3939 4270 = "Machinery, equipment, and" 3940 4280 = "Recyclable material, merchant" 3941 4290 = "Miscellaneous durable goods," 3942 4370 = "Paper and paper products," 3943 4380 = "Drugs, sundries, and chemical and" 3944 4390 = "Apparel, fabrics, and notions," 3945 4470 = "Groceries and related products," 3946 4480 = "Farm product raw materials," 3947 4490 = "Petroleum and petroleum products," 3948 4560 = "Alcoholic beverages, merchant" 3949 4570 = "Farm supplies, merchant" 3950 4580 = "Miscellaneous nondurable goods," 3951 4585 = "Wholesale electronic markets," 3952 4590 = "Not specified wholesale trade" 3953 4670 = "Automobile dealers (4411)" 3954 4680 = "Other motor vehicle dealers (4412)" 3955 4690 = "Auto parts, accessories, and tire" 3956 4770 = "Furniture and home furnishings" 3957 4780 = "Household appliance stores" 75 The SAS System 08:21 Thursday, December 11, 2014 3958 4790 = "Radio, TV, and computer stores" 3959 4870 = "Building material and supplies" 3960 4880 = "Hardware stores (44413)" 3961 4890 = "Lawn and garden equipment and" 3962 4970 = "Grocery stores (4451)" 3963 4980 = "Specialty food stores (4452)" 3964 4990 = "Beer, wine, and liquor stores" 3965 5070 = "Pharmacies and drug stores (4461)" 3966 5080 = "Health and personal care, except" 3967 5090 = "Gasoline stations (447)" 3968 5170 = "Clothing and accessories, except" 3969 5180 = "Shoe stores (44821)" 3970 5190 = "Jewelry, luggage, and leather" 3971 5270 = "Sporting goods, camera, and hobby" 3972 5280 = "Sewing, needlework, and piece" 3973 5290 = "Music stores (45114, 45122)" 3974 5370 = "Book stores and news dealers" 3975 5380 = "Department stores and discount" 3976 5390 = "Miscellaneous general merchandise" 3977 5470 = "Retail florists (4531)" 3978 5480 = "Office supplies and stationery" 3979 5490 = "Used merchandise stores (4533)" 3980 5570 = "Gift, novelty, and souvenir shops" 3981 5580 = "Miscellaneous retail stores (4539)" 3982 5590 = "Electronic shopping (454111)" 3983 5591 = "Electronic auctions (454112)" 3984 5592 = "Mail order houses (454113)" 3985 5670 = "Vending machine operators (4542)" 3986 5680 = "Fuel dealers (45431)" 3987 5690 = "Other direct selling" 3988 5790 = "Not specified retail trade (Part" 3989 6070 = "Air transportation (481)" 3990 6080 = "Rail transportation (482)" 3991 6090 = "Water transportation (483)" 3992 6170 = "Truck transportation (484)" 3993 6180 = "Bus service and urban transit" 3994 6190 = "Taxi and limousine service (4853)" 3995 6270 = "Pipeline transportation (486)" 3996 6280 = "Scenic and sightseeing" 3997 6290 = "Services incidental to" 3998 6370 = "Postal Service (491)" 3999 6380 = "Couriers and messengers (492)" 4000 6390 = "Warehousing and storage (493)" 4001 6470 = "Newspaper publishers (51111)" 4002 6480 = "Publishing, except newspapers and" 4003 6490 = "Software publishing (5112)" 4004 6570 = "Motion pictures and video" 4005 6590 = "Sound recording industries (5122)" 4006 6670 = "Radio and television broadcasting" 4007 6675 = "Internet publishing and" 4008 6680 = "Wired telecommunications carriers" 4009 6690 = "Other telecommunications services" 4010 6692 = "Internet service providers (5181)" 4011 6695 = "Data processing, hosting, and" 4012 6770 = "Libraries and archives (51912)" 4013 6780 = "Other information services (5191" 4014 6870 = "Banking and related activities" 4015 6880 = "Savings institutions, including" 76 The SAS System 08:21 Thursday, December 11, 2014 4016 6890 = "Non-depository credit and related" 4017 6970 = "Securities, commodities, funds," 4018 6990 = "Insurance carriers and related" 4019 7070 = "Real estate (531)" 4020 7080 = "Automotive equipment rental and" 4021 7170 = "Video tape and disk rental (53223)" 4022 7180 = "Other consumer goods rental" 4023 7190 = "Commercial, industrial, and other" 4024 7270 = "Legal services (5411)" 4025 7280 = "Accounting, tax preparation," 4026 7290 = "Architectural, engineering, and" 4027 7370 = "Specialized design services (5414)" 4028 7380 = "Computer systems design and" 4029 7390 = "Management, scientific, and" 4030 7460 = "Scientific research and" 4031 7470 = "Advertising and related services" 4032 7480 = "Veterinary services (54194)" 4033 7490 = "Other professional, scientific," 4034 7570 = "Management of companies and" 4035 7580 = "Employment services (5613)" 4036 7590 = "Business support services (5614)" 4037 7670 = "Travel arrangements and" 4038 7680 = "Investigation and security" 4039 7690 = "Services to buildings and" 4040 7770 = "Landscaping services (56173)" 4041 7780 = "Other administrative and other" 4042 7790 = "Waste management and remediation" 4043 7860 = "Elementary and secondary schools" 4044 7870 = "Colleges and universities," 4045 7880 = "Business, technical, and trade" 4046 7890 = "Other schools, instruction, and" 4047 7970 = "Offices of physicians (6211)" 4048 7980 = "Offices of dentists (6212)" 4049 7990 = "Offices of chiropractors (62131)" 4050 8070 = "Offices of optometrists (62132)" 4051 8080 = "Offices of other health" 4052 8090 = "Outpatient care centers (6214)" 4053 8170 = "Home health care services (6216)" 4054 8180 = "Other health care services (6215," 4055 8190 = "Hospitals (622)" 4056 8270 = "Nursing care facilities (6231)" 4057 8290 = "Residential care facilities," 4058 8370 = "Individual and family services" 4059 8380 = "Community food and housing, and" 4060 8390 = "Vocational rehabilitation" 4061 8470 = "Child day care services (6244)" 4062 8560 = "Independent artists, performing" 4063 8570 = "Museums, art galleries," 4064 8580 = "Bowling centers (71395)" 4065 8590 = "Other amusement, gambling, and" 4066 8660 = "Traveler accommodation (7211)" 4067 8670 = "Recreational vehicle parks and" 4068 8680 = "Restaurants and other food" 4069 8690 = "Drinking places, alcoholic" 4070 8770 = "Automotive repair and maintenance" 4071 8780 = "Car washes (811192)" 4072 8790 = "Electronic and precision" 4073 8870 = "Commercial and industrial" 77 The SAS System 08:21 Thursday, December 11, 2014 4074 8880 = "Personal and household goods" 4075 8890 = "Footwear and leather goods repair" 4076 8970 = "Barber shops (812111)" 4077 8980 = "Beauty salons (812112)" 4078 8990 = "Nail salons and other personal" 4079 9070 = "Drycleaning and laundry services" 4080 9080 = "Funeral homes, cemeteries, and" 4081 9090 = "Other personal services (8129)" 4082 9160 = "Religious organizations (8131)" 4083 9170 = "Civic, social, advocacy" 4084 9180 = "Labor unions (81393)" 4085 9190 = "Business, professional," 4086 9290 = "Private households (814)" 4087 9370 = "Executive offices and legislative" 4088 9380 = "Public finance activities (92113)" 4089 9390 = "Other general government and" 4090 9470 = "Justice, public order, and safety" 4091 9480 = "Administration of human resource" 4092 9490 = "Administration of environmental" 4093 9570 = "Administration of economic" 4094 9590 = "National security and" 4095 9890 = "Persons whose last job was Armed" 4096 ; NOTE: Format EJBIND1L has been output. 4097 VALUE ajbind1l (default=32) 4098 0 = "Not imputed" 4099 1 = "Statistical imputation(hot deck)" 4100 2 = "Cold deck imputation" 4101 3 = "Logical imputation(derivation)" 4102 4 = "Statistical or logical imputation" 4103 ; NOTE: Format AJBIND1L has been output. 4104 VALUE tjbocc1l (default=32) 4105 -1 = "Not in Universe" 4106 10 = "Chief executives (11-1011)" 4107 0020 = "General and operations managers" 4108 0040 = "Advertising and promotions" 4109 0050 = "Marketing and sales managers" 4110 0060 = "Public relations managers" 4111 100 = "Administrative services managers" 4112 0110 = "Computer and information systems" 4113 0120 = "Financial managers (11-3031)" 4114 0130 = "Human resources managers (11-3040)" 4115 0140 = "Industrial production" 4116 0150 = "Purchasing managers (11-3061)" 4117 160 = "Transportation, storage, and" 4118 200 = "Farm, ranch, and other" 4119 0210 = "Farmers and ranchers (11-9012)" 4120 0220 = "Construction managers (11-9021)" 4121 0230 = "Education administrators (11-9030)" 4122 0300 = "Engineering managers (11-9041)" 4123 0310 = "Food service managers (11-9051)" 4124 0320 = "Funeral directors (11-9061)" 4125 0330 = "Gaming managers (11-9071)" 4126 0340 = "Lodging managers (11-9081)" 4127 0350 = "Medical and health services" 4128 0360 = "Natural sciences managers" 4129 0410 = "Property, real estate, and" 78 The SAS System 08:21 Thursday, December 11, 2014 4130 0420 = "Social and community service" 4131 0430 = "Managers, all other (11-9199)" 4132 0500 = "Agents and business managers of" 4133 0510 = "Purchasing agents and buyers," 4134 520 = "Wholesale and retail buyers," 4135 0530 = "Purchasing agents, except" 4136 0540 = "Claims adjusters, appraisers," 4137 0560 = "Compliance officers, except" 4138 0600 = "Cost estimators (13-1051)" 4139 0620 = "Human resources, training, and" 4140 0700 = "Logisticians (13-1081)" 4141 0710 = "Management analysts (13-1111)" 4142 0720 = "Meeting and convention planners" 4143 0730 = "Other business operations" 4144 0800 = "Accountants and auditors (13-2011)" 4145 0810 = "Appraisers and assessors of real" 4146 0820 = "Budget analysts (13-2031)" 4147 0830 = "Credit analysts (13-2041)" 4148 840 = "Financial analysts (13-2051)" 4149 0850 = "Personal financial advisors" 4150 0860 = "Insurance underwriters (13-2053)" 4151 0900 = "Financial examiners (13-2061)" 4152 0910 = "Loan counselors and officers" 4153 0930 = "Tax examiners, collectors, and" 4154 0940 = "Tax preparers (13-2082)" 4155 0950 = "Financial specialists, all other" 4156 1000 = "Computer scientists and systems" 4157 1010 = "Computer programmers (15-1021)" 4158 1020 = "Computer software engineers" 4159 1040 = "Computer support specialists" 4160 1060 = "Database administrators (15-1061)" 4161 1100 = "Network and computer systems" 4162 1110 = "Network systems and data" 4163 1200 = "Actuaries (15-2011)" 4164 1210 = "Mathematicians (15-2021)" 4165 1220 = "Operations research analysts" 4166 1230 = "Statisticians (15-2041)" 4167 1240 = "Miscellaneous mathematical" 4168 1300 = "Architects, except naval (17-1010)" 4169 1310 = "Surveyors, cartographers, and" 4170 1320 = "Aerospace engineers (17-2011)" 4171 1330 = "Agricultural engineers (17-2021)" 4172 1340 = "Biomedical engineers (17-2031)" 4173 1350 = "Chemical engineers (17-2041)" 4174 1360 = "Civil engineers (17-2051)" 4175 1400 = "Computer hardware engineers" 4176 1410 = "Electrical and electronic" 4177 1420 = "Environmental engineers (17-2081)" 4178 1430 = "Industrial engineers, including" 4179 1440 = "Marine engineers and naval" 4180 1450 = "Materials engineers (17-2131)" 4181 1460 = "Mechanical engineers (17-2141)" 4182 1500 = "Mining and geological engineers," 4183 1510 = "Nuclear engineers (17-2161)" 4184 1520 = "Petroleum engineers (17-2171)" 4185 1530 = "Engineers, all other (17-2199)" 4186 1540 = "Drafters (17-3010)" 4187 1550 = "Engineering technicians, except" 79 The SAS System 08:21 Thursday, December 11, 2014 4188 1560 = "Surveying and mapping technicians" 4189 1600 = "Agricultural and food scientists" 4190 1610 = "Biological scientists (19-1020)" 4191 1640 = "Conservation scientists and" 4192 1650 = "Medical scientists (19-1040)" 4193 1700 = "Astronomers and physicists" 4194 1710 = "Atmospheric and space scientists" 4195 1720 = "Chemists and materials scientists" 4196 1740 = "Environmental scientists and" 4197 1760 = "Physical scientists, all other" 4198 1800 = "Economists (19-3011)" 4199 1810 = "Market and survey researchers" 4200 1820 = "Psychologists (19-3030)" 4201 1830 = "Sociologists (19-3041)" 4202 1840 = "Urban and regional planners" 4203 1860 = "Miscellaneous social scientists" 4204 1900 = "Agricultural and food science" 4205 1910 = "Biological technicians (19-4021)" 4206 1920 = "Chemical technicians (19-4031)" 4207 1930 = "Geological and petroleum" 4208 1940 = "Nuclear technicians (19-4051)" 4209 1960 = "Other life, physical, and social" 4210 2000 = "Counselors (21-1010)" 4211 2010 = "Social workers (21-1020)" 4212 2020 = "Miscellaneous community and" 4213 2040 = "Clergy (21-2011)" 4214 2050 = "Directors, religious activities" 4215 2060 = "Religious workers, all other" 4216 2100 = "Lawyers (23-1011)" 4217 2140 = "Paralegals and legal assistants" 4218 2150 = "Miscellaneous legal support" 4219 2200 = "Postsecondary teachers (25-1000)" 4220 2300 = "Preschool and kindergarten" 4221 2310 = "Elementary and middle school" 4222 2320 = "Secondary school teachers" 4223 2330 = "Special education teachers" 4224 2340 = "Other teachers and instructors" 4225 2400 = "Archivists, curators, and museum" 4226 2430 = "Librarians (25-4021)" 4227 2440 = "Library technicians (25-4031)" 4228 2540 = "Teacher assistants (25-9041)" 4229 2550 = "Other education, training, and" 4230 2600 = "Artists and related workers" 4231 2630 = "Designers (27-1020)" 4232 2700 = "Actors (27-2011)" 4233 2710 = "Producers and directors (27-2012)" 4234 2720 = "Athletes, coaches, umpires, and" 4235 2740 = "Dancers and choreographers" 4236 2750 = "Musicians, singers, and related" 4237 2760 = "Entertainers and performers," 4238 2800 = "Announcers (27-3010)" 4239 2810 = "News analysts, reporters and" 4240 2820 = "Public relations specialists" 4241 2830 = "Editors (27-3041)" 4242 2840 = "Technical writers (27-3042)" 4243 2850 = "Writers and authors (27-3043)" 4244 2860 = "Miscellaneous media and" 4245 2900 = "Broadcast and sound engineering" 80 The SAS System 08:21 Thursday, December 11, 2014 4246 2910 = "Photographers (27-4021)" 4247 2920 = "Television, video, and motion" 4248 2960 = "Media and communication equipment" 4249 3000 = "Chiropractors (29-1011)" 4250 3010 = "Dentists (29-1020)" 4251 3030 = "Dietitians and nutritionists" 4252 3040 = "Optometrists (29-1041)" 4253 3050 = "Pharmacists (29-1051)" 4254 3060 = "Physicians and surgeons (29-1060)" 4255 3110 = "Physician assistants (29-1071)" 4256 3120 = "Podiatrists (29-1081)" 4257 3130 = "Registered nurses (29-1111)" 4258 3140 = "Audiologists (29-1121)" 4259 3150 = "Occupational therapists (29-1122)" 4260 3160 = "Physical therapists (29-1123)" 4261 3200 = "Radiation therapists (29-1124)" 4262 3210 = "Recreational therapists (29-1125)" 4263 3220 = "Respiratory therapists (29-1126)" 4264 3230 = "Speech-language pathologists" 4265 3240 = "Therapists, all other (29-1129)" 4266 3250 = "Veterinarians (29-1131)" 4267 3260 = "Health diagnosing and treating" 4268 3300 = "Clinical laboratory technologists" 4269 3310 = "Dental hygienists (29-2021)" 4270 3320 = "Diagnostic related technologists" 4271 3400 = "Emergency medical technicians and" 4272 3410 = "Health diagnosing and treating" 4273 3500 = "Licensed practical and licensed" 4274 3510 = "Medical records and health" 4275 3520 = "Opticians, dispensing (29-2081)" 4276 3530 = "Miscellaneous health" 4277 3540 = "Other healthcare practitioners" 4278 3600 = "Nursing, psychiatric, and home" 4279 3610 = "Occupational therapist assistants" 4280 3620 = "Physical therapist assistants and" 4281 3630 = "Massage therapists (31-9011)" 4282 3640 = "Dental assistants (31-9091)" 4283 3650 = "Medical assistants and other" 4284 3700 = "First-line supervisors/managers" 4285 3710 = "First-line supervisors/managers" 4286 3720 = "First-line supervisors/managers" 4287 3730 = "Supervisors, protective service" 4288 3740 = "Fire fighters (33-2011)" 4289 3750 = "Fire inspectors (33-2020)" 4290 3800 = "Bailiffs, correctional officers," 4291 3820 = "Detectives and criminal" 4292 3830 = "Fish and game wardens (33-3031)" 4293 3840 = "Parking enforcement workers" 4294 3850 = "Police and sheriff's patrol" 4295 3860 = "Transit and railroad police" 4296 3900 = "Animal control workers (33-9011)" 4297 3910 = "Private detectives and" 4298 3920 = "Security guards and gaming" 4299 3940 = "Crossing guards (33-9091)" 4300 3950 = "Lifeguards and other protective" 4301 4000 = "Chefs and head cooks (35-1011)" 4302 4010 = "First-line supervisors/managers" 4303 4020 = "Cooks (35-2010)" 81 The SAS System 08:21 Thursday, December 11, 2014 4304 4030 = "Food preparation workers (35-2021)" 4305 4040 = "Bartenders (35-3011)" 4306 4050 = "Combined food preparation and" 4307 4060 = "Counter attendants, cafeteria," 4308 4110 = "Waiters and waitresses (35-3031)" 4309 4120 = "Food servers, nonrestaurant" 4310 4130 = "Dining room and cafeteria" 4311 4140 = "Dishwashers (35-9021)" 4312 4150 = "Hosts and hostesses, restaurant," 4313 4160 = "Food preparation and serving" 4314 4200 = "First-line supervisors/managers" 4315 4210 = "First-line supervisors/managers" 4316 4220 = "Janitors and building cleaners" 4317 4230 = "Maids and housekeeping cleaners" 4318 4240 = "Pest control workers (37-2021)" 4319 4250 = "Grounds maintenance workers" 4320 4300 = "First-line supervisors/managers" 4321 4320 = "First-line supervisors/managers" 4322 4340 = "Animal trainers (39-2011)" 4323 4350 = "Nonfarm animal caretakers" 4324 4400 = "Gaming services workers (39-3010)" 4325 4410 = "Motion picture projectionists" 4326 4420 = "Ushers, lobby attendants, and" 4327 4430 = "Miscellaneous entertainment" 4328 4460 = "Funeral service workers (39-4000)" 4329 4500 = "Barbers (39-5011)" 4330 4510 = "Hairdressers, hairstylists, and" 4331 4520 = "Miscellaneous personal appearance" 4332 4530 = "Baggage porters, bellhops, and" 4333 4540 = "Tour and travel guides (39-6020)" 4334 4550 = "Transportation attendants" 4335 4600 = "Child care workers (39-9011)" 4336 4610 = "Personal and home care aides" 4337 4620 = "Recreation and fitness workers" 4338 4640 = "Residential advisors (39-9041)" 4339 4650 = "Personal care and service" 4340 4700 = "First-line supervisors/managers" 4341 4710 = "First-line supervisors/managers" 4342 4720 = "Cashiers (41-2010)" 4343 4740 = "Counter and rental clerks" 4344 4750 = "Parts salespersons (41-2022)" 4345 4760 = "Retail salespersons (41-2031)" 4346 4800 = "Advertising sales agents (41-3011)" 4347 4810 = "Insurance sales agents (41-3021)" 4348 4820 = "Securities, commodities, and" 4349 4830 = "Travel agents (41-3041)" 4350 4840 = "Sales representatives, services," 4351 4850 = "Sales representatives, wholesale" 4352 4900 = "Models, demonstrators, and" 4353 4920 = "Real estate brokers and sales" 4354 4930 = "Sales engineers (41-9031)" 4355 4940 = "Telemarketers (41-9041)" 4356 4950 = "Door-to-door sales workers, news" 4357 4960 = "Sales and related workers, all" 4358 5000 = "First-line supervisors/managers" 4359 5010 = "Switchboard operators, including" 4360 5020 = "Telephone operators (43-2021)" 4361 5030 = "Communications equipment" 82 The SAS System 08:21 Thursday, December 11, 2014 4362 5100 = "Bill and account collectors" 4363 5110 = "Billing and posting clerks and" 4364 5120 = "Bookkeeping, accounting, and" 4365 5130 = "Gaming cage workers (43-3041)" 4366 5140 = "Payroll and timekeeping clerks" 4367 5150 = "Procurement clerks (43-3061)" 4368 5160 = "Tellers (43-3071)" 4369 5200 = "Brokerage clerks (43-4011)" 4370 5210 = "Correspondence clerks (43-4021)" 4371 5220 = "Court, municipal, and license" 4372 5230 = "Credit authorizers, checkers, and" 4373 5240 = "Customer service representatives" 4374 5250 = "Eligibility interviewers," 4375 5260 = "File Clerks (43-4071)" 4376 5300 = "Hotel, motel, and resort desk" 4377 5310 = "Interviewers, except eligibility" 4378 5320 = "Library assistants, clerical" 4379 5330 = "Loan interviewers and clerks" 4380 5340 = "New accounts clerks (43-4141)" 4381 5350 = "Order clerks (43-4151)" 4382 5360 = "Human resources assistants," 4383 5400 = "Receptionists and information" 4384 5410 = "Reservation and transportation" 4385 5420 = "Information and record clerks," 4386 5500 = "Cargo and freight agents (43-5011)" 4387 5510 = "Couriers and messengers (43-5021)" 4388 5520 = "Dispatchers (43-5030)" 4389 5530 = "Meter readers, utilities (43-5041)" 4390 5540 = "Postal service clerks (43-5051)" 4391 5550 = "Postal service mail carriers" 4392 5560 = "Postal service mail sorters," 4393 5600 = "Production, planning, and" 4394 5610 = "Shipping, receiving, and traffic" 4395 5620 = "Stock clerks and order fillers" 4396 5630 = "Weighers, measurers, checkers," 4397 5700 = "Secretaries and administrative" 4398 5800 = "Computer operators (43-9011)" 4399 5810 = "Data entry keyers (43-9021)" 4400 5820 = "Word processors and typists" 4401 5830 = "Desktop publishers (43-9031)" 4402 5840 = "Insurance claims and policy" 4403 5850 = "Mail clerks and mail machine" 4404 5860 = "Office clerks, general (43-9061)" 4405 5900 = "Office machine operators, except" 4406 5910 = "Proofreaders and copy markers" 4407 5920 = "Statistical assistants (43-9111)" 4408 5930 = "Office and administrative support" 4409 6000 = "First-line supervisors/managers" 4410 6010 = "Agricultural inspectors (45-2011)" 4411 6020 = "Animal breeders (45-2021)" 4412 6040 = "Graders and sorters, agricultural" 4413 6050 = "Miscellaneous agricultural" 4414 6100 = "Fishers and related fishing" 4415 6110 = "Hunters and trappers (45-3021)" 4416 6120 = "Forest and conservation workers" 4417 6130 = "Logging workers (45-4020)" 4418 6200 = "First-line supervisors/managers" 4419 6210 = "Boilermakers (47-2011)" 83 The SAS System 08:21 Thursday, December 11, 2014 4420 6220 = "Brickmasons, blockmasons, and" 4421 6230 = "Carpenters (47-2031)" 4422 6240 = "Carpet, floor, and tile" 4423 6250 = "Cement masons, concrete" 4424 6260 = "Construction laborers (47-2061)" 4425 6300 = "Paving, surfacing, and tamping" 4426 6310 = "Pile-driver operators (47-2072)" 4427 6320 = "Operating engineers and other" 4428 6330 = "Drywall installers, ceiling tile" 4429 6350 = "Electricians (47-2111)" 4430 6360 = "Glaziers (47-2121)" 4431 6400 = "Insulation workers (47-2130)" 4432 6420 = "Painters, construction and" 4433 6430 = "Paperhangers (47-2142)" 4434 6440 = "Pipelayers, plumbers," 4435 6460 = "Plasterers and stucco masons" 4436 6500 = "Reinforcing iron and rebar" 4437 6510 = "Roofers (47-2181)" 4438 6520 = "Sheet metal workers (47-2211)" 4439 6530 = "Structural iron and steel workers" 4440 6600 = "Helpers, construction trades" 4441 6660 = "Construction and building" 4442 6700 = "Elevator installers and repairers" 4443 6710 = "Fence erectors (47-4031)" 4444 6720 = "Hazardous materials removal" 4445 6730 = "Highway maintenance workers" 4446 6740 = "Rail-track laying and maintenance" 4447 6750 = "Septic tank servicers and sewer" 4448 6760 = "Miscellaneous construction and" 4449 6800 = "Derrick, rotary drill, and" 4450 6820 = "Earth drillers, except oil and" 4451 6830 = "Explosives workers, ordnance" 4452 6840 = "Mining machine operators (47-5040)" 4453 6910 = "Roof bolters, mining (47-5061)" 4454 6920 = "Roustabouts, oil and gas (47-5071)" 4455 6930 = "Helpers--extraction workers" 4456 6940 = "Other extraction workers (47-50XX)" 4457 7000 = "First-line supervisors/managers" 4458 7010 = "Computer, automated teller, and" 4459 7020 = "Radio and telecommunications" 4460 7030 = "Avionics technicians (49-2091)" 4461 7040 = "Electric motor, power tool, and" 4462 7050 = "Electrical and electronics" 4463 7100 = "Electrical and electronics" 4464 7110 = "Electronic equipment installers" 4465 7120 = "Electronic home entertainment" 4466 7130 = "Security and fire alarm systems" 4467 7140 = "Aircraft mechanics and service" 4468 7150 = "Automotive body and related" 4469 7160 = "Automotive glass installers and" 4470 7200 = "Automotive service technicians" 4471 7210 = "Bus and truck mechanics and" 4472 7220 = "Heavy vehicle and mobile" 4473 7240 = "Small engine mechanics (49-3050)" 4474 7260 = "Miscellaneous vehicle and mobile" 4475 7300 = "Control and valve installers and" 4476 7310 = "Heating, air conditioning, and" 4477 7320 = "Home appliance repairers (49-9031)" 84 The SAS System 08:21 Thursday, December 11, 2014 4478 7330 = "Industrial and refractory" 4479 7340 = "Maintenance and repair workers," 4480 7350 = "Maintenance workers, machinery" 4481 7360 = "Millwrights (49-9044)" 4482 7410 = "Electrical power-line installers" 4483 7420 = "Telecommunications line" 4484 7430 = "Precision instrument and" 4485 7510 = "Coin, vending, and amusement" 4486 7520 = "Commercial divers (49-9092)" 4487 7540 = "Locksmiths and safe repairers" 4488 7550 = "Manufactured building and mobile" 4489 7560 = "Riggers (49-9096)" 4490 7600 = "Signal and track switch repairers" 4491 7610 = "Helpers--installation," 4492 7620 = "Other installation, maintenance," 4493 7700 = "First-line supervisors/managers" 4494 7710 = "Aircraft structure, surfaces," 4495 7720 = "Electrical, electronics, and" 4496 7730 = "Engine and other machine" 4497 7740 = "Structural metal fabricators and" 4498 7750 = "Miscellaneous assemblers and" 4499 7800 = "Bakers (51-3011)" 4500 7810 = "Butchers and other meat, poultry," 4501 7830 = "Food and tobacco roasting," 4502 7840 = "Food batchmakers (51-3092)" 4503 7850 = "Food cooking machine operators" 4504 7900 = "Computer control programmers and" 4505 7920 = "Extruding and drawing machine" 4506 7930 = "Forging machine setters," 4507 7940 = "Rolling machine setters," 4508 7950 = "Cutting, punching, and press" 4509 7960 = "Drilling and boring machine tool" 4510 8000 = "Grinding, lapping, polishing, and" 4511 8010 = "Lathe and turning machine tool" 4512 8020 = "Milling and planing machine" 4513 8030 = "Machinists (51-4041)" 4514 8040 = "Metal furnace and kiln operators" 4515 8060 = "Model makers and patternmakers," 4516 8100 = "Molders and molding machine" 4517 8120 = "Multiple machine tool setters," 4518 8130 = "Tool and die makers (51-4111)" 4519 8140 = "Welding, soldering, and brazing" 4520 8150 = "Heat treating equipment setters," 4521 8160 = "Lay-out workers, metal and" 4522 8200 = "Plating and coating machine" 4523 8210 = "Tool grinders, filers, and" 4524 8220 = "Metalworkers and plastic workers," 4525 8230 = "Bookbinders and bindery workers" 4526 8240 = "Job printers (51-5021)" 4527 8250 = "Prepress technicians and workers" 4528 8260 = "Printing machine operators" 4529 8300 = "Laundry and dry-cleaning workers" 4530 8310 = "Pressers, textile, garment, and" 4531 8320 = "Sewing machine operators (51-6031)" 4532 8330 = "Shoe and leather workers and" 4533 8340 = "Shoe machine operators and" 4534 8350 = "Tailors, dressmakers, and sewers" 4535 8360 = "Textile bleaching and dyeing" 85 The SAS System 08:21 Thursday, December 11, 2014 4536 8400 = "Textile cutting machine setters," 4537 8410 = "Textile knitting and weaving" 4538 8420 = "Textile winding, twisting, and" 4539 8430 = "Extruding and forming machine" 4540 8440 = "Fabric and apparel patternmakers" 4541 8450 = "Upholsterers (51-6093)" 4542 8460 = "Textile, apparel, and furnishings" 4543 8500 = "Cabinetmakers and bench" 4544 8510 = "Furniture finishers (51-7021)" 4545 8520 = "Model makers and patternmakers," 4546 8530 = "Sawing machine setters," 4547 8540 = "Woodworking machine setters," 4548 8550 = "Woodworkers, all other (51-7099)" 4549 8600 = "Power plant operators," 4550 8610 = "Stationary engineers and boiler" 4551 8620 = "Water and liquid waste treatment" 4552 8630 = "Miscellaneous plant and system" 4553 8640 = "Chemical processing machine" 4554 8650 = "Crushing, grinding, polishing," 4555 8710 = "Cutting workers (51-9030)" 4556 8720 = "Extruding, forming, pressing, and" 4557 8730 = "Furnace, kiln, oven, drier, and" 4558 8740 = "Inspectors, testers, sorters," 4559 8750 = "Jewelers and precious stone and" 4560 8760 = "Medical, dental, and ophthalmic" 4561 8800 = "Packaging and filling machine" 4562 8810 = "Painting workers (51-9120)" 4563 8830 = "Photographic process workers and" 4564 8840 = "Semiconductor processors (51-9141)" 4565 8850 = "Cementing and gluing machine" 4566 8860 = "Cleaning, washing, and metal" 4567 8900 = "Cooling and freezing equipment" 4568 8910 = "Etchers and engravers (51-9194)" 4569 8920 = "Molders, shapers, and casters," 4570 8930 = "Paper goods machine setters," 4571 8940 = "Tire builders (51-9197)" 4572 8950 = "Helpers--production workers" 4573 8960 = "Production workers, all other" 4574 9000 = "Supervisors, transportation and" 4575 9030 = "Aircraft pilots and flight" 4576 9040 = "Air traffic controllers and" 4577 9110 = "Ambulance drivers and attendants," 4578 9120 = "Bus drivers (53-3020)" 4579 9130 = "Driver/sales workers and truck" 4580 9140 = "Taxi drivers and chauffeurs" 4581 9150 = "Motor vehicle operators, all" 4582 9200 = "Locomotive engineers and" 4583 9230 = "Railroad brake, signal, and" 4584 9240 = "Railroad conductors and" 4585 9260 = "Subway, streetcar, and other rail" 4586 9300 = "Sailors and marine oilers" 4587 9310 = "Ship and boat captains and" 4588 9330 = "Ship engineers (53-5031)" 4589 9340 = "Bridge and lock tenders (53-6011)" 4590 9350 = "Parking lot attendants (53-6021)" 4591 9360 = "Service station attendants" 4592 9410 = "Transportation inspectors" 4593 9420 = "Other transportation workers" 86 The SAS System 08:21 Thursday, December 11, 2014 4594 9500 = "Conveyor operators and tenders" 4595 9510 = "Crane and tower operators" 4596 9520 = "Dredge, excavating, and loading" 4597 9560 = "Hoist and winch operators" 4598 9600 = "Industrial truck and tractor" 4599 9610 = "Cleaners of vehicles and" 4600 9620 = "Laborers and freight, stock, and" 4601 9630 = "Machine feeders and offbearers" 4602 9640 = "Packers and packagers, hand" 4603 9650 = "Pumping station operators" 4604 9720 = "Refuse and recyclable material" 4605 9730 = "Shuttle car operators (53-7111)" 4606 9740 = "Tank car, truck, and ship loaders" 4607 9750 = "Material moving workers, all" 4608 9840 = "Persons whose current labor force" 4609 ; NOTE: Format TJBOCC1L has been output. 4610 VALUE ajbocc1l (default=32) 4611 0 = "Not imputed" 4612 1 = "Statistical imputation(hot deck)" 4613 2 = "Cold deck imputation" 4614 3 = "Logical imputation(derivation)" 4615 4 = "Statistical or logical imputation" 4616 ; NOTE: Format AJBOCC1L has been output. 4617 VALUE eeno2l (default=32) 4618 -1 = "Not in Universe" 4619 ; NOTE: Format EENO2L has been output. 4620 VALUE estlempk (default=32) 4621 -1 = "Not in Universe" 4622 1 = "Yes" 4623 2 = "No" 4624 ; NOTE: Format ESTLEMPK has been output. 4625 VALUE astlempk (default=32) 4626 0 = "Not imputed" 4627 1 = "Statistical imputation(hot deck)" 4628 2 = "Cold deck imputation" 4629 3 = "Logical imputation(derivation)" 4630 4 = "Statistical or logical imputation" 4631 ; NOTE: Format ASTLEMPK has been output. 4632 VALUE tsjdatek (default=32) 4633 -1 = "Not in Universe" 4634 ; NOTE: Format TSJDATEK has been output. 4635 VALUE asjdatek (default=32) 4636 0 = "Not imputed" 4637 1 = "Statistical imputation(hot deck)" 4638 2 = "Cold deck imputation" 4639 3 = "Logical imputation(derivation)" 4640 4 = "Statistical or logical imputation" 4641 ; NOTE: Format ASJDATEK has been output. 4642 VALUE tejdatek (default=32) 4643 -1 = "Not in Universe" 4644 ; 87 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format TEJDATEK has been output. 4645 VALUE aejdatek (default=32) 4646 0 = "Not imputed" 4647 1 = "Statistical imputation(hot deck)" 4648 2 = "Cold deck imputation" 4649 3 = "Logical imputation(derivation)" 4650 4 = "Statistical or logical imputation" 4651 ; NOTE: Format AEJDATEK has been output. 4652 VALUE ersend2l (default=32) 4653 -1 = "Not in Universe" 4654 1 = "On Layoff" 4655 2 = "Retirement or old age" 4656 3 = "Childcare problems" 4657 4 = "Other family/personal obligations" 4658 5 = "Own illness" 4659 6 = "Own injury" 4660 7 = "School/Training" 4661 8 = "Discharged/fired" 4662 9 = "Employer bankrupt" 4663 10 = "Employer sold business" 4664 11 = "Job was temporary and ended" 4665 12 = "Quit to take another job" 4666 13 = "Slack work or business conditions" 4667 14 = "Unsatisfactory work arrangements" 4668 15 = "Quit for some other reason" 4669 ; NOTE: Format ERSEND2L has been output. 4670 VALUE arsend2l (default=32) 4671 0 = "Not imputed" 4672 1 = "Statistical imputation(hot deck)" 4673 2 = "Cold deck imputation" 4674 3 = "Logical imputation(derivation)" 4675 4 = "Statistical or logical imputation" 4676 ; NOTE: Format ARSEND2L has been output. 4677 VALUE ejbhrs2l (default=32) 4678 -8 = "Hours vary" 4679 -1 = "Not in Universe" 4680 ; NOTE: Format EJBHRS2L has been output. 4681 VALUE ajbhrs2l (default=32) 4682 0 = "Not imputed" 4683 1 = "Statistical imputation(hot deck)" 4684 2 = "Cold deck imputation" 4685 3 = "Logical imputation(derivation)" 4686 4 = "Statistical or logical imputation" 4687 ; NOTE: Format AJBHRS2L has been output. 4688 VALUE eemplock (default=32) 4689 -1 = "Not in Universe" 4690 1 = "Yes" 4691 2 = "No" 4692 ; NOTE: Format EEMPLOCK has been output. 4693 VALUE aemplock (default=32) 4694 0 = "Not imputed" 4695 1 = "Statistical imputation(hot deck)" 88 The SAS System 08:21 Thursday, December 11, 2014 4696 2 = "Cold deck imputation" 4697 3 = "Logical imputation(derivation)" 4698 4 = "Statistical or logical imputation" 4699 ; NOTE: Format AEMPLOCK has been output. 4700 VALUE tempallk (default=32) 4701 -1 = "Not in Universe" 4702 1 = "Under 25 employees" 4703 2 = "25 to 99 employees" 4704 3 = "100+ employees" 4705 ; NOTE: Format TEMPALLK has been output. 4706 VALUE aempallk (default=32) 4707 0 = "Not imputed" 4708 1 = "Statistical imputation(hot deck)" 4709 2 = "Cold deck imputation" 4710 3 = "Logical imputation(derivation)" 4711 4 = "Statistical or logical imputation" 4712 ; NOTE: Format AEMPALLK has been output. 4713 VALUE tempsizk (default=32) 4714 -1 = "Not in Universe" 4715 1 = "Under 25 employees" 4716 2 = "25 to 99 employees" 4717 3 = "100+ employees" 4718 ; NOTE: Format TEMPSIZK has been output. 4719 VALUE aempsizk (default=32) 4720 0 = "Not imputed" 4721 1 = "Statistical imputation(hot deck)" 4722 2 = "Cold deck imputation" 4723 3 = "Logical imputation(derivation)" 4724 4 = "Statistical or logical imputation" 4725 ; NOTE: Format AEMPSIZK has been output. 4726 VALUE eocctimk (default=32) 4727 -1 = "Not in Universe" 4728 ; NOTE: Format EOCCTIMK has been output. 4729 VALUE aocctimk (default=32) 4730 0 = "Not imputed" 4731 1 = "Statistical imputation(hot deck)" 4732 2 = "Cold deck imputation" 4733 3 = "Logical imputation(derivation)" 4734 ; NOTE: Format AOCCTIMK has been output. 4735 VALUE eclwrk2l (default=32) 4736 -1 = "Not in Universe" 4737 1 = "Private for profit employee" 4738 2 = "Private not for profit employee" 4739 3 = "Local government worker" 4740 4 = "State government worker" 4741 5 = "Federal government worker" 4742 6 = "Family worker without pay" 4743 ; NOTE: Format ECLWRK2L has been output. 4744 VALUE aclwrk2l (default=32) 4745 0 = "Not imputed" 89 The SAS System 08:21 Thursday, December 11, 2014 4746 1 = "Statistical imputation(hot deck)" 4747 2 = "Cold deck imputation" 4748 3 = "Logical imputation(derivation)" 4749 4 = "Statistical or logical imputation" 4750 ; NOTE: Format ACLWRK2L has been output. 4751 VALUE eunion2l (default=32) 4752 -1 = "Not in Universe" 4753 1 = "Yes" 4754 2 = "No" 4755 ; NOTE: Format EUNION2L has been output. 4756 VALUE aunion2l (default=32) 4757 0 = "Not imputed" 4758 1 = "Statistical imputation(hot deck)" 4759 2 = "Cold deck imputation" 4760 3 = "Logical imputation(derivation)" 4761 4 = "Statistical or logical imputation" 4762 ; NOTE: Format AUNION2L has been output. 4763 VALUE ecntrc2l (default=32) 4764 -1 = "Not in Universe" 4765 1 = "Yes" 4766 2 = "No" 4767 ; NOTE: Format ECNTRC2L has been output. 4768 VALUE acntrc2l (default=32) 4769 0 = "Not imputed" 4770 1 = "Statistical imputation(hot deck)" 4771 2 = "Cold deck imputation" 4772 3 = "Logical imputation(derivation)" 4773 4 = "Statistical or logical imputation" 4774 ; NOTE: Format ACNTRC2L has been output. 4775 VALUE tpmsum2l (default=32) 4776 0 = "None or not in universe" 4777 ; NOTE: Format TPMSUM2L has been output. 4778 VALUE apmsum2l (default=32) 4779 0 = "Not imputed" 4780 1 = "Statistical imputation(hot deck)" 4781 2 = "Cold deck imputation" 4782 3 = "Logical imputation(derivation)" 4783 4 = "Statistical or logical imputation" 4784 ; NOTE: Format APMSUM2L has been output. 4785 VALUE epayhr2l (default=32) 4786 -1 = "Not in Universe" 4787 1 = "Yes (paid by the hour)" 4788 2 = "No (set annual salary or other" 4789 ; NOTE: Format EPAYHR2L has been output. 4790 VALUE apayhr2l (default=32) 4791 0 = "Not imputed" 4792 1 = "Statistical imputation(hot deck)" 4793 2 = "Cold deck imputation" 4794 3 = "Logical imputation(derivation)" 4795 4 = "Statistical or logical imputation" 90 The SAS System 08:21 Thursday, December 11, 2014 4796 ; NOTE: Format APAYHR2L has been output. 4797 VALUE tpyratek (default=32) 4798 0 = "Not in universe or none" 4799 ; NOTE: Format TPYRATEK has been output. 4800 VALUE apyratek (default=32) 4801 0 = "Not imputed" 4802 1 = "Statistical imputation(hot deck)" 4803 2 = "Cold deck imputation" 4804 3 = "Logical imputation(derivation)" 4805 4 = "Statistical or logical imputation" 4806 ; NOTE: Format APYRATEK has been output. 4807 VALUE rpyper2l (default=32) 4808 -1 = "Not in Universe" 4809 1 = "Once a week" 4810 2 = "Once every two weeks" 4811 3 = "Once a month" 4812 4 = "Twice a month" 4813 5 = "Unpaid in a family business or" 4814 6 = "On commission" 4815 7 = "Some other way" 4816 8 = "Not reported" 4817 ; NOTE: Format RPYPER2L has been output. 4818 VALUE ejbind2l (default=32) 4819 -1 = "Not in Universe" 4820 0170 = "Crop production (111)" 4821 0180 = "Animal production (112)" 4822 0190 = "Forestry except logging" 4823 0270 = "Logging (1133)" 4824 0280 = "Fishing, hunting, and trapping" 4825 0290 = "Support activities for" 4826 0370 = "Oil and gas extraction (211)" 4827 0380 = "Coal mining (2121)" 4828 0390 = "Metal ore mining (2122)" 4829 0470 = "Nonmetallic mineral mining and" 4830 0480 = "Not specified type of mining" 4831 0490 = "Support activities for mining" 4832 0570 = "Electric power generation," 4833 0580 = "Natural gas distribution (2212)" 4834 0590 = "Electric and gas, and other" 4835 0670 = "Water, steam, air-conditioning," 4836 0680 = "Sewage treatment facilities" 4837 0690 = "Not specified utilities (Part 22)" 4838 0770 = "Construction (23)" 4839 1070 = "Animal food, grain and oilseed" 4840 1080 = "Sugar and confectionery products" 4841 1090 = "Fruit and vegetable preserving" 4842 1170 = "Dairy product manufacturing (3115)" 4843 1180 = "Animal slaughtering and" 4844 1190 = "Retail bakeries (311811)" 4845 1270 = "Bakeries, except retail (3118" 4846 1280 = "Seafood and other miscellaneous" 4847 1290 = "Not specified food industries" 4848 1370 = "Beverage manufacturing (3121)" 4849 1390 = "Tobacco manufacturing (3122)" 91 The SAS System 08:21 Thursday, December 11, 2014 4850 1470 = "Fiber, yarn, and thread mills" 4851 1480 = "Fabric mills, except knitting" 4852 1490 = "Textile and fabric finishing and" 4853 1570 = "Carpet and rug mills (31411)" 4854 1590 = "Textile product mills, except" 4855 1670 = "Knitting mills (31324, 3151)" 4856 1680 = "Cut and sew apparel manufacturing" 4857 1690 = "Apparel accessories and other" 4858 1770 = "Footwear manufacturing (3162)" 4859 1790 = "Leather tanning and products," 4860 1870 = "Pulp, paper, and paperboard mills" 4861 1880 = "Paperboard containers and boxes" 4862 1890 = "Miscellaneous paper and pulp" 4863 1990 = "Printing and related support" 4864 2070 = "Petroleum refining (32411)" 4865 2090 = "Miscellaneous petroleum and coal" 4866 2170 = "Resin, synthetic rubber and" 4867 2180 = "Agricultural chemical" 4868 2190 = "Pharmaceutical and medicine" 4869 2270 = "Paint, coating, and adhesive" 4870 2280 = "Soap, cleaning compound, and" 4871 2290 = "Industrial and miscellaneous" 4872 2370 = "Plastics product manufacturing" 4873 2380 = "Tire manufacturing (32621)" 4874 2390 = "Rubber products, except tires," 4875 2470 = "Pottery, ceramics, and related" 4876 2480 = "Structural clay product" 4877 2490 = "Glass and glass product" 4878 2570 = "Cement, concrete, lime, and" 4879 2590 = "Miscellaneous nonmetallic mineral" 4880 2670 = "Iron and steel mills and steel" 4881 2680 = "Aluminum production and" 4882 2690 = "Nonferrous metal, except" 4883 2770 = "Foundries (3315)" 4884 2780 = "Metal forgings and stampings" 4885 2790 = "Cutlery and hand tool" 4886 2870 = "Structural metals, and tank and" 4887 2880 = "Machine shops; turned product;" 4888 2890 = "Coating, engraving, heat treating" 4889 2970 = "Ordnance (332992, 332993, 332994," 4890 2980 = "Miscellaneous fabricated metal" 4891 2990 = "Not specified metal industries" 4892 3070 = "Agricultural implement" 4893 3080 = "Construction, mining and oil" 4894 3090 = "Commercial and service industry" 4895 3170 = "Metalworking machinery" 4896 3180 = "Engines, turbines, and power" 4897 3190 = "Machinery manufacturing, n.e.c." 4898 3290 = "Not specified machinery" 4899 3360 = "Computer and peripheral equipment" 4900 3370 = "Communications, audio, and video" 4901 3380 = "Navigational, measuring," 4902 3390 = "Electronic component and product" 4903 3470 = "Household appliance manufacturing" 4904 3490 = "Electrical lighting, equipment," 4905 3570 = "Motor vehicles and motor vehicle" 4906 3580 = "Aircraft and parts manufacturing" 4907 3590 = "Aerospace products and parts" 92 The SAS System 08:21 Thursday, December 11, 2014 4908 3670 = "Railroad rolling stock" 4909 3680 = "Ship and boat building (3366)" 4910 3690 = "Other transportation equipment" 4911 3770 = "Sawmills and wood preservation" 4912 3780 = "Veneer, plywood, and engineered" 4913 3790 = "Prefabricated wood buildings and" 4914 3870 = "Miscellaneous wood products (3219" 4915 3890 = "Furniture and related product" 4916 3960 = "Medical equipment and supplies" 4917 3970 = "Toys, amusement, and sporting" 4918 3980 = "Miscellaneous manufacturing," 4919 3990 = "Not specified manufacturing" 4920 4070 = "Motor vehicles, parts and" 4921 4080 = "Furniture and home furnishing," 4922 4090 = "Lumber and other construction" 4923 4170 = "Professional and commercial" 4924 4180 = "Metals and minerals, except" 4925 4190 = "Electrical goods, merchant" 4926 4260 = "Hardware, plumbing and heating" 4927 4270 = "Machinery, equipment, and" 4928 4280 = "Recyclable material, merchant" 4929 4290 = "Miscellaneous durable goods," 4930 4370 = "Paper and paper products," 4931 4380 = "Drugs, sundries, and chemical and" 4932 4390 = "Apparel, fabrics, and notions," 4933 4470 = "Groceries and related products," 4934 4480 = "Farm product raw materials," 4935 4490 = "Petroleum and petroleum products," 4936 4560 = "Alcoholic beverages, merchant" 4937 4570 = "Farm supplies, merchant" 4938 4580 = "Miscellaneous nondurable goods," 4939 4585 = "Wholesale electronic markets," 4940 4590 = "Not specified wholesale trade" 4941 4670 = "Automobile dealers (4411)" 4942 4680 = "Other motor vehicle dealers (4412)" 4943 4690 = "Auto parts, accessories, and tire" 4944 4770 = "Furniture and home furnishings" 4945 4780 = "Household appliance stores" 4946 4790 = "Radio, TV, and computer stores" 4947 4870 = "Building material and supplies" 4948 4880 = "Hardware stores (44413)" 4949 4890 = "Lawn and garden equipment and" 4950 4970 = "Grocery stores (4451)" 4951 4980 = "Specialty food stores (4452)" 4952 4990 = "Beer, wine, and liquor stores" 4953 5070 = "Pharmacies and drug stores (4461)" 4954 5080 = "Health and personal care, except" 4955 5090 = "Gasoline stations (447)" 4956 5170 = "Clothing and accessories, except" 4957 5180 = "Shoe stores (44821)" 4958 5190 = "Jewelry, luggage, and leather" 4959 5270 = "Sporting goods, camera, and hobby" 4960 5280 = "Sewing, needlework, and piece" 4961 5290 = "Music stores (45114, 45122)" 4962 5370 = "Book stores and news dealers" 4963 5380 = "Department stores and discount" 4964 5390 = "Miscellaneous general merchandise" 4965 5470 = "Retail florists (4531)" 93 The SAS System 08:21 Thursday, December 11, 2014 4966 5480 = "Office supplies and stationery" 4967 5490 = "Used merchandise stores (4533)" 4968 5570 = "Gift, novelty, and souvenir shops" 4969 5580 = "Miscellaneous retail stores (4539)" 4970 5590 = "Electronic shopping (454111)" 4971 5591 = "Electronic auctions (454112)" 4972 5592 = "Mail order houses (454113)" 4973 5670 = "Vending machine operators (4542)" 4974 5680 = "Fuel dealers (45431)" 4975 5690 = "Other direct selling" 4976 5790 = "Not specified retail trade (Part" 4977 6070 = "Air transportation (481)" 4978 6080 = "Rail transportation (482)" 4979 6090 = "Water transportation (483)" 4980 6170 = "Truck transportation (484)" 4981 6180 = "Bus service and urban transit" 4982 6190 = "Taxi and limousine service (4853)" 4983 6270 = "Pipeline transportation (486)" 4984 6280 = "Scenic and sightseeing" 4985 6290 = "Services incidental to" 4986 6370 = "Postal Service (491)" 4987 6380 = "Couriers and messengers (492)" 4988 6390 = "Warehousing and storage (493)" 4989 6470 = "Newspaper publishers (51111)" 4990 6480 = "Publishing, except newspapers and" 4991 6490 = "Software publishing (5112)" 4992 6570 = "Motion pictures and video" 4993 6590 = "Sound recording industries (5122)" 4994 6670 = "Radio and television broadcasting" 4995 6675 = "Internet publishing and" 4996 6680 = "Wired telecommunications carriers" 4997 6690 = "Other telecommunications services" 4998 6692 = "Internet service providers (5181)" 4999 6695 = "Data processing, hosting, and" 5000 6770 = "Libraries and archives (51912)" 5001 6780 = "Other information services (5191" 5002 6870 = "Banking and related activities" 5003 6880 = "Savings institutions, including" 5004 6890 = "Non-depository credit and related" 5005 6970 = "Securities, commodities, funds," 5006 6990 = "Insurance carriers and related" 5007 7070 = "Real estate (531)" 5008 7080 = "Automotive equipment rental and" 5009 7170 = "Video tape and disk rental (53223)" 5010 7180 = "Other consumer goods rental" 5011 7190 = "Commercial, industrial, and other" 5012 7270 = "Legal services (5411)" 5013 7280 = "Accounting, tax preparation," 5014 7290 = "Architectural, engineering, and" 5015 7370 = "Specialized design services (5414)" 5016 7380 = "Computer systems design and" 5017 7390 = "Management, scientific, and" 5018 7460 = "Scientific research and" 5019 7470 = "Advertising and related services" 5020 7480 = "Veterinary services (54194)" 5021 7490 = "Other professional, scientific," 5022 7570 = "Management of companies and" 5023 7580 = "Employment services (5613)" 94 The SAS System 08:21 Thursday, December 11, 2014 5024 7590 = "Business support services (5614)" 5025 7670 = "Travel arrangements and" 5026 7680 = "Investigation and security" 5027 7690 = "Services to buildings and" 5028 7770 = "Landscaping services (56173)" 5029 7780 = "Other administrative and other" 5030 7790 = "Waste management and remediation" 5031 7860 = "Elementary and secondary schools" 5032 7870 = "Colleges and universities," 5033 7880 = "Business, technical, and trade" 5034 7890 = "Other schools, instruction, and" 5035 7970 = "Offices of physicians (6211)" 5036 7980 = "Offices of dentists (6212)" 5037 7990 = "Offices of chiropractors (62131)" 5038 8070 = "Offices of optometrists (62132)" 5039 8080 = "Offices of other health" 5040 8090 = "Outpatient care centers (6214)" 5041 8170 = "Home health care services (6216)" 5042 8180 = "Other health care services (6215," 5043 8190 = "Hospitals (622)" 5044 8270 = "Nursing care facilities (6231)" 5045 8290 = "Residential care facilities," 5046 8370 = "Individual and family services" 5047 8380 = "Community food and housing, and" 5048 8390 = "Vocational rehabilitation" 5049 8470 = "Child day care services (6244)" 5050 8560 = "Independent artists, performing" 5051 8570 = "Museums, art galleries," 5052 8580 = "Bowling centers (71395)" 5053 8590 = "Other amusement, gambling, and" 5054 8660 = "Traveler accommodation (7211)" 5055 8670 = "Recreational vehicle parks and" 5056 8680 = "Restaurants and other food" 5057 8690 = "Drinking places, alcoholic" 5058 8770 = "Automotive repair and maintenance" 5059 8780 = "Car washes (811192)" 5060 8790 = "Electronic and precision" 5061 8870 = "Commercial and industrial" 5062 8880 = "Personal and household goods" 5063 8890 = "Footwear and leather goods repair" 5064 8970 = "Barber shops (812111)" 5065 8980 = "Beauty salons (812112)" 5066 8990 = "Nail salons and other personal" 5067 9070 = "Drycleaning and laundry services" 5068 9080 = "Funeral homes, cemeteries, and" 5069 9090 = "Other personal services (8129)" 5070 9160 = "Religious organizations (8131)" 5071 9170 = "Civic, social, advocacy" 5072 9180 = "Labor unions (81393)" 5073 9190 = "Business, professional," 5074 9290 = "Private households (814)" 5075 9370 = "Executive offices and legislative" 5076 9380 = "Public finance activities (92113)" 5077 9390 = "Other general government and" 5078 9470 = "Justice, public order, and safety" 5079 9480 = "Administration of human resource" 5080 9490 = "Administration of environmental" 5081 9570 = "Administration of economic" 95 The SAS System 08:21 Thursday, December 11, 2014 5082 9590 = "National security and" 5083 9890 = "Persons whose last job was Armed" 5084 ; NOTE: Format EJBIND2L has been output. 5085 VALUE ajbind2l (default=32) 5086 0 = "Not imputed" 5087 1 = "Statistical imputation(hot deck)" 5088 2 = "Cold deck imputation" 5089 3 = "Logical imputation(derivation)" 5090 4 = "Statistical or logical imputation" 5091 ; NOTE: Format AJBIND2L has been output. 5092 VALUE tjbocc2l (default=32) 5093 -1 = "Not in Universe" 5094 10 = "Chief executives (11-1011)" 5095 0020 = "General and operations managers" 5096 0040 = "Advertising and promotions" 5097 0050 = "Marketing and sales managers" 5098 0060 = "Public relations managers" 5099 100 = "Administrative services managers" 5100 0110 = "Computer and information systems" 5101 0120 = "Financial managers (11-3031)" 5102 0130 = "Human resources managers (11-3040)" 5103 0140 = "Industrial production" 5104 0150 = "Purchasing managers (11-3061)" 5105 160 = "Transportation, storage, and" 5106 200 = "Farm, ranch, and other" 5107 0210 = "Farmers and ranchers (11-9012)" 5108 0220 = "Construction managers (11-9021)" 5109 0230 = "Education administrators (11-9030)" 5110 0300 = "Engineering managers (11-9041)" 5111 0310 = "Food service managers (11-9051)" 5112 0320 = "Funeral directors (11-9061)" 5113 0330 = "Gaming managers (11-9071)" 5114 0340 = "Lodging managers (11-9081)" 5115 0350 = "Medical and health services" 5116 0360 = "Natural sciences managers" 5117 0410 = "Property, real estate, and" 5118 0420 = "Social and community service" 5119 0430 = "Managers, all other (11-9199)" 5120 0500 = "Agents and business managers of" 5121 0510 = "Purchasing agents and buyers," 5122 520 = "Wholesale and retail buyers," 5123 0530 = "Purchasing agents, except" 5124 0540 = "Claims adjusters, appraisers," 5125 0560 = "Compliance officers, except" 5126 0600 = "Cost estimators (13-1051)" 5127 0620 = "Human resources, training, and" 5128 0700 = "Logisticians (13-1081)" 5129 0710 = "Management analysts (13-1111)" 5130 0720 = "Meeting and convention planners" 5131 0730 = "Other business operations" 5132 0800 = "Accountants and auditors (13-2011)" 5133 0810 = "Appraisers and assessors of real" 5134 0820 = "Budget analysts (13-2031)" 5135 0830 = "Credit analysts (13-2041)" 5136 840 = "Financial analysts (13-2051)" 5137 0850 = "Personal financial advisors" 96 The SAS System 08:21 Thursday, December 11, 2014 5138 0860 = "Insurance underwriters (13-2053)" 5139 0900 = "Financial examiners (13-2061)" 5140 0910 = "Loan counselors and officers" 5141 0930 = "Tax examiners, collectors, and" 5142 0940 = "Tax preparers (13-2082)" 5143 0950 = "Financial specialists, all other" 5144 1000 = "Computer scientists and systems" 5145 1010 = "Computer programmers (15-1021)" 5146 1020 = "Computer software engineers" 5147 1040 = "Computer support specialists" 5148 1060 = "Database administrators (15-1061)" 5149 1100 = "Network and computer systems" 5150 1110 = "Network systems and data" 5151 1200 = "Actuaries (15-2011)" 5152 1210 = "Mathematicians (15-2021)" 5153 1220 = "Operations research analysts" 5154 1230 = "Statisticians (15-2041)" 5155 1240 = "Miscellaneous mathematical" 5156 1300 = "Architects, except naval (17-1010)" 5157 1310 = "Surveyors, cartographers, and" 5158 1320 = "Aerospace engineers (17-2011)" 5159 1330 = "Agricultural engineers (17-2021)" 5160 1340 = "Biomedical engineers (17-2031)" 5161 1350 = "Chemical engineers (17-2041)" 5162 1360 = "Civil engineers (17-2051)" 5163 1400 = "Computer hardware engineers" 5164 1410 = "Electrical and electronic" 5165 1420 = "Environmental engineers (17-2081)" 5166 1430 = "Industrial engineers, including" 5167 1440 = "Marine engineers and naval" 5168 1450 = "Materials engineers (17-2131)" 5169 1460 = "Mechanical engineers (17-2141)" 5170 1500 = "Mining and geological engineers," 5171 1510 = "Nuclear engineers (17-2161)" 5172 1520 = "Petroleum engineers (17-2171)" 5173 1530 = "Engineers, all other (17-2199)" 5174 1540 = "Drafters (17-3010)" 5175 1550 = "Engineering technicians, except" 5176 1560 = "Surveying and mapping technicians" 5177 1600 = "Agricultural and food scientists" 5178 1610 = "Biological scientists (19-1020)" 5179 1640 = "Conservation scientists and" 5180 1650 = "Medical scientists (19-1040)" 5181 1700 = "Astronomers and physicists" 5182 1710 = "Atmospheric and space scientists" 5183 1720 = "Chemists and materials scientists" 5184 1740 = "Environmental scientists and" 5185 1760 = "Physical scientists, all other" 5186 1800 = "Economists (19-3011)" 5187 1810 = "Market and survey researchers" 5188 1820 = "Psychologists (19-3030)" 5189 1830 = "Sociologists (19-3041)" 5190 1840 = "Urban and regional planners" 5191 1860 = "Miscellaneous social scientists" 5192 1900 = "Agricultural and food science" 5193 1910 = "Biological technicians (19-4021)" 5194 1920 = "Chemical technicians (19-4031)" 5195 1930 = "Geological and petroleum" 97 The SAS System 08:21 Thursday, December 11, 2014 5196 1940 = "Nuclear technicians (19-4051)" 5197 1960 = "Other life, physical, and social" 5198 2000 = "Counselors (21-1010)" 5199 2010 = "Social workers (21-1020)" 5200 2020 = "Miscellaneous community and" 5201 2040 = "Clergy (21-2011)" 5202 2050 = "Directors, religious activities" 5203 2060 = "Religious workers, all other" 5204 2100 = "Lawyers (23-1011)" 5205 2140 = "Paralegals and legal assistants" 5206 2150 = "Miscellaneous legal support" 5207 2200 = "Postsecondary teachers (25-1000)" 5208 2300 = "Preschool and kindergarten" 5209 2310 = "Elementary and middle school" 5210 2320 = "Secondary school teachers" 5211 2330 = "Special education teachers" 5212 2340 = "Other teachers and instructors" 5213 2400 = "Archivists, curators, and museum" 5214 2430 = "Librarians (25-4021)" 5215 2440 = "Library technicians (25-4031)" 5216 2540 = "Teacher assistants (25-9041)" 5217 2550 = "Other education, training, and" 5218 2600 = "Artists and related workers" 5219 2630 = "Designers (27-1020)" 5220 2700 = "Actors (27-2011)" 5221 2710 = "Producers and directors (27-2012)" 5222 2720 = "Athletes, coaches, umpires, and" 5223 2740 = "Dancers and choreographers" 5224 2750 = "Musicians, singers, and related" 5225 2760 = "Entertainers and performers," 5226 2800 = "Announcers (27-3010)" 5227 2810 = "News analysts, reporters and" 5228 2820 = "Public relations specialists" 5229 2830 = "Editors (27-3041)" 5230 2840 = "Technical writers (27-3042)" 5231 2850 = "Writers and authors (27-3043)" 5232 2860 = "Miscellaneous media and" 5233 2900 = "Broadcast and sound engineering" 5234 2910 = "Photographers (27-4021)" 5235 2920 = "Television, video, and motion" 5236 2960 = "Media and communication equipment" 5237 3000 = "Chiropractors (29-1011)" 5238 3010 = "Dentists (29-1020)" 5239 3030 = "Dietitians and nutritionists" 5240 3040 = "Optometrists (29-1041)" 5241 3050 = "Pharmacists (29-1051)" 5242 3060 = "Physicians and surgeons (29-1060)" 5243 3110 = "Physician assistants (29-1071)" 5244 3120 = "Podiatrists (29-1081)" 5245 3130 = "Registered nurses (29-1111)" 5246 3140 = "Audiologists (29-1121)" 5247 3150 = "Occupational therapists (29-1122)" 5248 3160 = "Physical therapists (29-1123)" 5249 3200 = "Radiation therapists (29-1124)" 5250 3210 = "Recreational therapists (29-1125)" 5251 3220 = "Respiratory therapists (29-1126)" 5252 3230 = "Speech-language pathologists" 5253 3240 = "Therapists, all other (29-1129)" 98 The SAS System 08:21 Thursday, December 11, 2014 5254 3250 = "Veterinarians (29-1131)" 5255 3260 = "Health diagnosing and treating" 5256 3300 = "Clinical laboratory technologists" 5257 3310 = "Dental hygienists (29-2021)" 5258 3320 = "Diagnostic related technologists" 5259 3400 = "Emergency medical technicians and" 5260 3410 = "Health diagnosing and treating" 5261 3500 = "Licensed practical and licensed" 5262 3510 = "Medical records and health" 5263 3520 = "Opticians, dispensing (29-2081)" 5264 3530 = "Miscellaneous health" 5265 3540 = "Other healthcare practitioners" 5266 3600 = "Nursing, psychiatric, and home" 5267 3610 = "Occupational therapist assistants" 5268 3620 = "Physical therapist assistants and" 5269 3630 = "Massage therapists (31-9011)" 5270 3640 = "Dental assistants (31-9091)" 5271 3650 = "Medical assistants and other" 5272 3700 = "First-line supervisors/managers" 5273 3710 = "First-line supervisors/managers" 5274 3720 = "First-line supervisors/managers" 5275 3730 = "Supervisors, protective service" 5276 3740 = "Fire fighters (33-2011)" 5277 3750 = "Fire inspectors (33-2020)" 5278 3800 = "Bailiffs, correctional officers," 5279 3820 = "Detectives and criminal" 5280 3830 = "Fish and game wardens (33-3031)" 5281 3840 = "Parking enforcement workers" 5282 3850 = "Police and sheriff's patrol" 5283 3860 = "Transit and railroad police" 5284 3900 = "Animal control workers (33-9011)" 5285 3910 = "Private detectives and" 5286 3920 = "Security guards and gaming" 5287 3940 = "Crossing guards (33-9091)" 5288 3950 = "Lifeguards and other protective" 5289 4000 = "Chefs and head cooks (35-1011)" 5290 4010 = "First-line supervisors/managers" 5291 4020 = "Cooks (35-2010)" 5292 4030 = "Food preparation workers (35-2021)" 5293 4040 = "Bartenders (35-3011)" 5294 4050 = "Combined food preparation and" 5295 4060 = "Counter attendants, cafeteria," 5296 4110 = "Waiters and waitresses (35-3031)" 5297 4120 = "Food servers, nonrestaurant" 5298 4130 = "Dining room and cafeteria" 5299 4140 = "Dishwashers (35-9021)" 5300 4150 = "Hosts and hostesses, restaurant," 5301 4160 = "Food preparation and serving" 5302 4200 = "First-line supervisors/managers" 5303 4210 = "First-line supervisors/managers" 5304 4220 = "Janitors and building cleaners" 5305 4230 = "Maids and housekeeping cleaners" 5306 4240 = "Pest control workers (37-2021)" 5307 4250 = "Grounds maintenance workers" 5308 4300 = "First-line supervisors/managers" 5309 4320 = "First-line supervisors/managers" 5310 4340 = "Animal trainers (39-2011)" 5311 4350 = "Nonfarm animal caretakers" 99 The SAS System 08:21 Thursday, December 11, 2014 5312 4400 = "Gaming services workers (39-3010)" 5313 4410 = "Motion picture projectionists" 5314 4420 = "Ushers, lobby attendants, and" 5315 4430 = "Miscellaneous entertainment" 5316 4460 = "Funeral service workers (39-4000)" 5317 4500 = "Barbers (39-5011)" 5318 4510 = "Hairdressers, hairstylists, and" 5319 4520 = "Miscellaneous personal appearance" 5320 4530 = "Baggage porters, bellhops, and" 5321 4540 = "Tour and travel guides (39-6020)" 5322 4550 = "Transportation attendants" 5323 4600 = "Child care workers (39-9011)" 5324 4610 = "Personal and home care aides" 5325 4620 = "Recreation and fitness workers" 5326 4640 = "Residential advisors (39-9041)" 5327 4650 = "Personal care and service" 5328 4700 = "First-line supervisors/managers" 5329 4710 = "First-line supervisors/managers" 5330 4720 = "Cashiers (41-2010)" 5331 4740 = "Counter and rental clerks" 5332 4750 = "Parts salespersons (41-2022)" 5333 4760 = "Retail salespersons (41-2031)" 5334 4800 = "Advertising sales agents (41-3011)" 5335 4810 = "Insurance sales agents (41-3021)" 5336 4820 = "Securities, commodities, and" 5337 4830 = "Travel agents (41-3041)" 5338 4840 = "Sales representatives, services," 5339 4850 = "Sales representatives, wholesale" 5340 4900 = "Models, demonstrators, and" 5341 4920 = "Real estate brokers and sales" 5342 4930 = "Sales engineers (41-9031)" 5343 4940 = "Telemarketers (41-9041)" 5344 4950 = "Door-to-door sales workers, news" 5345 4960 = "Sales and related workers, all" 5346 5000 = "First-line supervisors/managers" 5347 5010 = "Switchboard operators, including" 5348 5020 = "Telephone operators (43-2021)" 5349 5030 = "Communications equipment" 5350 5100 = "Bill and account collectors" 5351 5110 = "Billing and posting clerks and" 5352 5120 = "Bookkeeping, accounting, and" 5353 5130 = "Gaming cage workers (43-3041)" 5354 5140 = "Payroll and timekeeping clerks" 5355 5150 = "Procurement clerks (43-3061)" 5356 5160 = "Tellers (43-3071)" 5357 5200 = "Brokerage clerks (43-4011)" 5358 5210 = "Correspondence clerks (43-4021)" 5359 5220 = "Court, municipal, and license" 5360 5230 = "Credit authorizers, checkers, and" 5361 5240 = "Customer service representatives" 5362 5250 = "Eligibility interviewers," 5363 5260 = "File Clerks (43-4071)" 5364 5300 = "Hotel, motel, and resort desk" 5365 5310 = "Interviewers, except eligibility" 5366 5320 = "Library assistants, clerical" 5367 5330 = "Loan interviewers and clerks" 5368 5340 = "New accounts clerks (43-4141)" 5369 5350 = "Order clerks (43-4151)" 100 The SAS System 08:21 Thursday, December 11, 2014 5370 5360 = "Human resources assistants," 5371 5400 = "Receptionists and information" 5372 5410 = "Reservation and transportation" 5373 5420 = "Information and record clerks," 5374 5500 = "Cargo and freight agents (43-5011)" 5375 5510 = "Couriers and messengers (43-5021)" 5376 5520 = "Dispatchers (43-5030)" 5377 5530 = "Meter readers, utilities (43-5041)" 5378 5540 = "Postal service clerks (43-5051)" 5379 5550 = "Postal service mail carriers" 5380 5560 = "Postal service mail sorters," 5381 5600 = "Production, planning, and" 5382 5610 = "Shipping, receiving, and traffic" 5383 5620 = "Stock clerks and order fillers" 5384 5630 = "Weighers, measurers, checkers," 5385 5700 = "Secretaries and administrative" 5386 5800 = "Computer operators (43-9011)" 5387 5810 = "Data entry keyers (43-9021)" 5388 5820 = "Word processors and typists" 5389 5830 = "Desktop publishers (43-9031)" 5390 5840 = "Insurance claims and policy" 5391 5850 = "Mail clerks and mail machine" 5392 5860 = "Office clerks, general (43-9061)" 5393 5900 = "Office machine operators, except" 5394 5910 = "Proofreaders and copy markers" 5395 5920 = "Statistical assistants (43-9111)" 5396 5930 = "Office and administrative support" 5397 6000 = "First-line supervisors/managers" 5398 6010 = "Agricultural inspectors (45-2011)" 5399 6020 = "Animal breeders (45-2021)" 5400 6040 = "Graders and sorters, agricultural" 5401 6050 = "Miscellaneous agricultural" 5402 6100 = "Fishers and related fishing" 5403 6110 = "Hunters and trappers (45-3021)" 5404 6120 = "Forest and conservation workers" 5405 6130 = "Logging workers (45-4020)" 5406 6200 = "First-line supervisors/managers" 5407 6210 = "Boilermakers (47-2011)" 5408 6220 = "Brickmasons, blockmasons, and" 5409 6230 = "Carpenters (47-2031)" 5410 6240 = "Carpet, floor, and tile" 5411 6250 = "Cement masons, concrete" 5412 6260 = "Construction laborers (47-2061)" 5413 6300 = "Paving, surfacing, and tamping" 5414 6310 = "Pile-driver operators (47-2072)" 5415 6320 = "Operating engineers and other" 5416 6330 = "Drywall installers, ceiling tile" 5417 6350 = "Electricians (47-2111)" 5418 6360 = "Glaziers (47-2121)" 5419 6400 = "Insulation workers (47-2130)" 5420 6420 = "Painters, construction and" 5421 6430 = "Paperhangers (47-2142)" 5422 6440 = "Pipelayers, plumbers," 5423 6460 = "Plasterers and stucco masons" 5424 6500 = "Reinforcing iron and rebar" 5425 6510 = "Roofers (47-2181)" 5426 6520 = "Sheet metal workers (47-2211)" 5427 6530 = "Structural iron and steel workers" 101 The SAS System 08:21 Thursday, December 11, 2014 5428 6600 = "Helpers, construction trades" 5429 6660 = "Construction and building" 5430 6700 = "Elevator installers and repairers" 5431 6710 = "Fence erectors (47-4031)" 5432 6720 = "Hazardous materials removal" 5433 6730 = "Highway maintenance workers" 5434 6740 = "Rail-track laying and maintenance" 5435 6750 = "Septic tank servicers and sewer" 5436 6760 = "Miscellaneous construction and" 5437 6800 = "Derrick, rotary drill, and" 5438 6820 = "Earth drillers, except oil and" 5439 6830 = "Explosives workers, ordnance" 5440 6840 = "Mining machine operators (47-5040)" 5441 6910 = "Roof bolters, mining (47-5061)" 5442 6920 = "Roustabouts, oil and gas (47-5071)" 5443 6930 = "Helpers--extraction workers" 5444 6940 = "Other extraction workers (47-50XX)" 5445 7000 = "First-line supervisors/managers" 5446 7010 = "Computer, automated teller, and" 5447 7020 = "Radio and telecommunications" 5448 7030 = "Avionics technicians (49-2091)" 5449 7040 = "Electric motor, power tool, and" 5450 7050 = "Electrical and electronics" 5451 7100 = "Electrical and electronics" 5452 7110 = "Electronic equipment installers" 5453 7120 = "Electronic home entertainment" 5454 7130 = "Security and fire alarm systems" 5455 7140 = "Aircraft mechanics and service" 5456 7150 = "Automotive body and related" 5457 7160 = "Automotive glass installers and" 5458 7200 = "Automotive service technicians" 5459 7210 = "Bus and truck mechanics and" 5460 7220 = "Heavy vehicle and mobile" 5461 7240 = "Small engine mechanics (49-3050)" 5462 7260 = "Miscellaneous vehicle and mobile" 5463 7300 = "Control and valve installers and" 5464 7310 = "Heating, air conditioning, and" 5465 7320 = "Home appliance repairers (49-9031)" 5466 7330 = "Industrial and refractory" 5467 7340 = "Maintenance and repair workers," 5468 7350 = "Maintenance workers, machinery" 5469 7360 = "Millwrights (49-9044)" 5470 7410 = "Electrical power-line installers" 5471 7420 = "Telecommunications line" 5472 7430 = "Precision instrument and" 5473 7510 = "Coin, vending, and amusement" 5474 7520 = "Commercial divers (49-9092)" 5475 7540 = "Locksmiths and safe repairers" 5476 7550 = "Manufactured building and mobile" 5477 7560 = "Riggers (49-9096)" 5478 7600 = "Signal and track switch repairers" 5479 7610 = "Helpers--installation," 5480 7620 = "Other installation, maintenance," 5481 7700 = "First-line supervisors/managers" 5482 7710 = "Aircraft structure, surfaces," 5483 7720 = "Electrical, electronics, and" 5484 7730 = "Engine and other machine" 5485 7740 = "Structural metal fabricators and" 102 The SAS System 08:21 Thursday, December 11, 2014 5486 7750 = "Miscellaneous assemblers and" 5487 7800 = "Bakers (51-3011)" 5488 7810 = "Butchers and other meat, poultry," 5489 7830 = "Food and tobacco roasting," 5490 7840 = "Food batchmakers (51-3092)" 5491 7850 = "Food cooking machine operators" 5492 7900 = "Computer control programmers and" 5493 7920 = "Extruding and drawing machine" 5494 7930 = "Forging machine setters," 5495 7940 = "Rolling machine setters," 5496 7950 = "Cutting, punching, and press" 5497 7960 = "Drilling and boring machine tool" 5498 8000 = "Grinding, lapping, polishing, and" 5499 8010 = "Lathe and turning machine tool" 5500 8020 = "Milling and planing machine" 5501 8030 = "Machinists (51-4041)" 5502 8040 = "Metal furnace and kiln operators" 5503 8060 = "Model makers and patternmakers," 5504 8100 = "Molders and molding machine" 5505 8120 = "Multiple machine tool setters," 5506 8130 = "Tool and die makers (51-4111)" 5507 8140 = "Welding, soldering, and brazing" 5508 8150 = "Heat treating equipment setters," 5509 8160 = "Lay-out workers, metal and" 5510 8200 = "Plating and coating machine" 5511 8210 = "Tool grinders, filers, and" 5512 8220 = "Metalworkers and plastic workers," 5513 8230 = "Bookbinders and bindery workers" 5514 8240 = "Job printers (51-5021)" 5515 8250 = "Prepress technicians and workers" 5516 8260 = "Printing machine operators" 5517 8300 = "Laundry and dry-cleaning workers" 5518 8310 = "Pressers, textile, garment, and" 5519 8320 = "Sewing machine operators (51-6031)" 5520 8330 = "Shoe and leather workers and" 5521 8340 = "Shoe machine operators and" 5522 8350 = "Tailors, dressmakers, and sewers" 5523 8360 = "Textile bleaching and dyeing" 5524 8400 = "Textile cutting machine setters," 5525 8410 = "Textile knitting and weaving" 5526 8420 = "Textile winding, twisting, and" 5527 8430 = "Extruding and forming machine" 5528 8440 = "Fabric and apparel patternmakers" 5529 8450 = "Upholsterers (51-6093)" 5530 8460 = "Textile, apparel, and furnishings" 5531 8500 = "Cabinetmakers and bench" 5532 8510 = "Furniture finishers (51-7021)" 5533 8520 = "Model makers and patternmakers," 5534 8530 = "Sawing machine setters," 5535 8540 = "Woodworking machine setters," 5536 8550 = "Woodworkers, all other (51-7099)" 5537 8600 = "Power plant operators," 5538 8610 = "Stationary engineers and boiler" 5539 8620 = "Water and liquid waste treatment" 5540 8630 = "Miscellaneous plant and system" 5541 8640 = "Chemical processing machine" 5542 8650 = "Crushing, grinding, polishing," 5543 8710 = "Cutting workers (51-9030)" 103 The SAS System 08:21 Thursday, December 11, 2014 5544 8720 = "Extruding, forming, pressing, and" 5545 8730 = "Furnace, kiln, oven, drier, and" 5546 8740 = "Inspectors, testers, sorters," 5547 8750 = "Jewelers and precious stone and" 5548 8760 = "Medical, dental, and ophthalmic" 5549 8800 = "Packaging and filling machine" 5550 8810 = "Painting workers (51-9120)" 5551 8830 = "Photographic process workers and" 5552 8840 = "Semiconductor processors (51-9141)" 5553 8850 = "Cementing and gluing machine" 5554 8860 = "Cleaning, washing, and metal" 5555 8900 = "Cooling and freezing equipment" 5556 8910 = "Etchers and engravers (51-9194)" 5557 8920 = "Molders, shapers, and casters," 5558 8930 = "Paper goods machine setters," 5559 8940 = "Tire builders (51-9197)" 5560 8950 = "Helpers--production workers" 5561 8960 = "Production workers, all other" 5562 9000 = "Supervisors, transportation and" 5563 9030 = "Aircraft pilots and flight" 5564 9040 = "Air traffic controllers and" 5565 9110 = "Ambulance drivers and attendants," 5566 9120 = "Bus drivers (53-3020)" 5567 9130 = "Driver/sales workers and truck" 5568 9140 = "Taxi drivers and chauffeurs" 5569 9150 = "Motor vehicle operators, all" 5570 9200 = "Locomotive engineers and" 5571 9230 = "Railroad brake, signal, and" 5572 9240 = "Railroad conductors and" 5573 9260 = "Subway, streetcar, and other rail" 5574 9300 = "Sailors and marine oilers" 5575 9310 = "Ship and boat captains and" 5576 9330 = "Ship engineers (53-5031)" 5577 9340 = "Bridge and lock tenders (53-6011)" 5578 9350 = "Parking lot attendants (53-6021)" 5579 9360 = "Service station attendants" 5580 9410 = "Transportation inspectors" 5581 9420 = "Other transportation workers" 5582 9500 = "Conveyor operators and tenders" 5583 9510 = "Crane and tower operators" 5584 9520 = "Dredge, excavating, and loading" 5585 9560 = "Hoist and winch operators" 5586 9600 = "Industrial truck and tractor" 5587 9610 = "Cleaners of vehicles and" 5588 9620 = "Laborers and freight, stock, and" 5589 9630 = "Machine feeders and offbearers" 5590 9640 = "Packers and packagers, hand" 5591 9650 = "Pumping station operators" 5592 9720 = "Refuse and recyclable material" 5593 9730 = "Shuttle car operators (53-7111)" 5594 9740 = "Tank car, truck, and ship loaders" 5595 9750 = "Material moving workers, all" 5596 9840 = "Persons whose current labor force" 5597 ; NOTE: Format TJBOCC2L has been output. 5598 VALUE ajbocc2l (default=32) 5599 0 = "Not imputed" 5600 1 = "Statistical imputation(hot deck)" 104 The SAS System 08:21 Thursday, December 11, 2014 5601 2 = "Cold deck imputation" 5602 3 = "Logical imputation(derivation)" 5603 4 = "Statistical or logical imputation" 5604 ; NOTE: Format AJBOCC2L has been output. 5605 VALUE ebno1l (default=32) 5606 -1 = "Not in Universe" 5607 ; NOTE: Format EBNO1L has been output. 5608 VALUE ebiznowm (default=32) 5609 -1 = "Not in Universe" 5610 1 = "Yes" 5611 2 = "No" 5612 ; NOTE: Format EBIZNOWM has been output. 5613 VALUE abiznowm (default=32) 5614 0 = "Not imputed" 5615 1 = "Statistical imputation(hot deck)" 5616 2 = "Cold deck imputation" 5617 3 = "Logical imputation(derivation)" 5618 4 = "Statistical or logical imputation" 5619 ; NOTE: Format ABIZNOWM has been output. 5620 VALUE tsbdatem (default=32) 5621 -1 = "Not in Universe" 5622 ; NOTE: Format TSBDATEM has been output. 5623 VALUE asbdatem (default=32) 5624 0 = "Not imputed" 5625 1 = "Statistical imputation(hot deck)" 5626 2 = "Cold deck imputation" 5627 3 = "Logical imputation(derivation)" 5628 4 = "Statistical or logical imputation" 5629 ; NOTE: Format ASBDATEM has been output. 5630 VALUE tebdatem (default=32) 5631 -1 = "Not in Universe" 5632 ; NOTE: Format TEBDATEM has been output. 5633 VALUE aebdatem (default=32) 5634 0 = "Not imputed" 5635 1 = "Statistical imputation(hot deck)" 5636 2 = "Cold deck imputation" 5637 3 = "Logical imputation(derivation)" 5638 4 = "Statistical or logical imputation" 5639 ; NOTE: Format AEBDATEM has been output. 5640 VALUE erendb1l (default=32) 5641 -1 = "Not in Universe" 5642 1 = "Retirement or old age" 5643 2 = "Childcare problems" 5644 3 = "Other family/personal problems" 5645 4 = "Own illness" 5646 5 = "Own injury" 5647 6 = "School/training" 5648 7 = "Went bankrupt/business failed" 5649 8 = "Sold business or transferred" 5650 9 = "To start other business/take job" 105 The SAS System 08:21 Thursday, December 11, 2014 5651 10 = "Season ended for a seasonal" 5652 11 = "Quit for some other reason" 5653 ; NOTE: Format ERENDB1L has been output. 5654 VALUE arendb1l (default=32) 5655 0 = "Not imputed" 5656 1 = "Statistical imputation(hot deck)" 5657 2 = "Cold deck imputation" 5658 3 = "Logical imputation(derivation)" 5659 4 = "Statistical or logical imputation" 5660 ; NOTE: Format ARENDB1L has been output. 5661 VALUE ehrsbs1l (default=32) 5662 -8 = "Hours vary" 5663 -1 = "Not in Universe" 5664 ; NOTE: Format EHRSBS1L has been output. 5665 VALUE ahrsbs1l (default=32) 5666 0 = "Not imputed" 5667 1 = "Statistical imputation(hot deck)" 5668 2 = "Cold deck imputation" 5669 3 = "Logical imputation(derivation)" 5670 4 = "Statistical or logical imputation" 5671 ; NOTE: Format AHRSBS1L has been output. 5672 VALUE egrosb1l (default=32) 5673 -1 = "Not in Universe" 5674 1 = "Yes" 5675 2 = "No" 5676 ; NOTE: Format EGROSB1L has been output. 5677 VALUE agrosb1l (default=32) 5678 0 = "Not imputed" 5679 1 = "Statistical imputation(hot deck)" 5680 2 = "Cold deck imputation" 5681 3 = "Logical imputation(derivation)" 5682 4 = "Statistical or logical imputation" 5683 ; NOTE: Format AGROSB1L has been output. 5684 VALUE egrssb1l (default=32) 5685 -1 = "Not in Universe" 5686 1 = "Yes" 5687 2 = "No" 5688 ; NOTE: Format EGRSSB1L has been output. 5689 VALUE agrssb1l (default=32) 5690 0 = "Not imputed" 5691 1 = "Statistical imputation(hot deck)" 5692 2 = "Cold deck imputation" 5693 3 = "Logical imputation(derivation)" 5694 4 = "Statistical or logical imputation" 5695 ; NOTE: Format AGRSSB1L has been output. 5696 VALUE tempb1l (default=32) 5697 -1 = "Not in Universe" 5698 1 = "Under 25 employees" 5699 2 = "25 to 99 employees" 5700 3 = "100+ employees" 106 The SAS System 08:21 Thursday, December 11, 2014 5701 ; NOTE: Format TEMPB1L has been output. 5702 VALUE aempb1l (default=32) 5703 0 = "Not imputed" 5704 1 = "Statistical imputation(hot deck)" 5705 2 = "Cold deck imputation" 5706 3 = "Logical imputation(derivation)" 5707 4 = "Statistical or logical imputation" 5708 ; NOTE: Format AEMPB1L has been output. 5709 VALUE eincpb1l (default=32) 5710 -1 = "Not in Universe" 5711 1 = "Yes" 5712 2 = "No" 5713 ; NOTE: Format EINCPB1L has been output. 5714 VALUE aincpb1l (default=32) 5715 0 = "Not imputed" 5716 1 = "Statistical imputation(hot deck)" 5717 2 = "Cold deck imputation" 5718 3 = "Logical imputation(derivation)" 5719 4 = "Statistical or logical imputation" 5720 ; NOTE: Format AINCPB1L has been output. 5721 VALUE epropb1l (default=32) 5722 -1 = "Not in Universe" 5723 1 = "Alone" 5724 2 = "Partnership" 5725 ; NOTE: Format EPROPB1L has been output. 5726 VALUE apropb1l (default=32) 5727 0 = "Not imputed" 5728 1 = "Statistical imputation(hot deck)" 5729 2 = "Cold deck imputation" 5730 3 = "Logical imputation(derivation)" 5731 4 = "Statistical or logical imputation" 5732 ; NOTE: Format APROPB1L has been output. 5733 VALUE ehprtb1l (default=32) 5734 -1 = "Not in Universe" 5735 1 = "Yes" 5736 2 = "No" 5737 ; NOTE: Format EHPRTB1L has been output. 5738 VALUE ahprtb1l (default=32) 5739 0 = "Not imputed" 5740 1 = "Statistical imputation(hot deck)" 5741 2 = "Cold deck imputation" 5742 3 = "Logical imputation(derivation)" 5743 4 = "Statistical or logical imputation" 5744 ; NOTE: Format AHPRTB1L has been output. 5745 VALUE eslryb1l (default=32) 5746 -1 = "Not in Universe" 5747 1 = "Yes" 5748 2 = "No" 5749 ; NOTE: Format ESLRYB1L has been output. 107 The SAS System 08:21 Thursday, December 11, 2014 5750 VALUE aslryb1l (default=32) 5751 0 = "Not imputed" 5752 1 = "Statistical imputation(hot deck)" 5753 2 = "Cold deck imputation" 5754 3 = "Logical imputation(derivation)" 5755 4 = "Statistical or logical imputation" 5756 ; NOTE: Format ASLRYB1L has been output. 5757 VALUE eoincb1l (default=32) 5758 -1 = "Not in Universe" 5759 1 = "Yes" 5760 2 = "No" 5761 ; NOTE: Format EOINCB1L has been output. 5762 VALUE aoincb1l (default=32) 5763 0 = "Not imputed" 5764 1 = "Statistical imputation(hot deck)" 5765 2 = "Cold deck imputation" 5766 3 = "Logical imputation(derivation)" 5767 4 = "Statistical or logical imputation" 5768 ; NOTE: Format AOINCB1L has been output. 5769 VALUE tprftb1l (default=32) 5770 0 = "None or not in universe" 5771 ; NOTE: Format TPRFTB1L has been output. 5772 VALUE aprftb1l (default=32) 5773 0 = "Not imputed" 5774 1 = "Statistical imputation(hot deck)" 5775 2 = "Cold deck imputation" 5776 3 = "Logical imputation(derivation)" 5777 4 = "Statistical or logical imputation" 5778 ; NOTE: Format APRFTB1L has been output. 5779 VALUE tbmsum1l (default=32) 5780 0 = "None or not in universe" 5781 ; NOTE: Format TBMSUM1L has been output. 5782 VALUE abmsum1l (default=32) 5783 0 = "Not imputed" 5784 1 = "Statistical imputation(hot deck)" 5785 2 = "Cold deck imputation" 5786 3 = "Logical imputation(derivation)" 5787 4 = "Statistical or logical imputation" 5788 ; NOTE: Format ABMSUM1L has been output. 5789 VALUE epartb1m (default=32) 5790 -1 = "Not in Universe" 5791 9999 = "Unable to identify person number" 5792 ; NOTE: Format EPARTB1M has been output. 5793 VALUE epartb2m (default=32) 5794 -1 = "Not in Universe" 5795 9999 = "Unable to identify person number" 5796 ; NOTE: Format EPARTB2M has been output. 5797 VALUE epartb3m (default=32) 5798 -1 = "Not in Universe" 108 The SAS System 08:21 Thursday, December 11, 2014 5799 9999 = "Unable to identify person number" 5800 ; NOTE: Format EPARTB3M has been output. 5801 VALUE tbsind1l (default=32) 5802 -1 = "Not in Universe" 5803 1 = "Agriculture, forestry, fishing," 5804 2 = "Mining" 5805 3 = "Construction" 5806 4 = "Manufacturing" 5807 5 = "Wholesale trade" 5808 6 = "Retail Trade" 5809 7 = "Transportation and warehousing," 5810 8 = "Information" 5811 9 = "Finance, insurance, real estate," 5812 10 = "Professional, scientific," 5813 11 = "Educational services, health care" 5814 12 = "Arts, entertainment, recreation," 5815 13 = "Other services (except public" 5816 14 = "Public administration" 5817 15 = "Active duty military" 5818 ; NOTE: Format TBSIND1L has been output. 5819 VALUE absind1l (default=32) 5820 0 = "Not imputed" 5821 1 = "Statistical imputation(hot deck)" 5822 2 = "Cold deck imputation" 5823 3 = "Logical imputation(derivation)" 5824 4 = "Statistical or logical imputation" 5825 ; NOTE: Format ABSIND1L has been output. 5826 VALUE tbsocc1l (default=32) 5827 -1 = "Not in Universe" 5828 10 = "Chief executives (11-1011)" 5829 0020 = "General and operations managers" 5830 0040 = "Advertising and promotions" 5831 0050 = "Marketing and sales managers" 5832 0060 = "Public relations managers" 5833 100 = "Administrative services managers" 5834 0110 = "Computer and information systems" 5835 0120 = "Financial managers (11-3031)" 5836 0130 = "Human resources managers (11-3040)" 5837 0140 = "Industrial production managers" 5838 0150 = "Purchasing managers (11-3061)" 5839 160 = "Transportation, storage, and" 5840 200 = "Farm, ranch, and other" 5841 0210 = "Farmers and ranchers (11-9012)" 5842 0220 = "Construction managers (11-9021)" 5843 0230 = "Education administrators (11-9030)" 5844 0300 = "Engineering managers (11-9041)" 5845 0310 = "Food service managers (11-9051)" 5846 0320 = "Funeral directors (11-9061)" 5847 0330 = "Gaming managers (11-9071)" 5848 0340 = "Lodging managers (11-9081)" 5849 0350 = "Medical and health services" 5850 0360 = "Natural sciences managers" 5851 0410 = "Property, real estate, and" 5852 0420 = "Social and community service" 5853 0430 = "Managers, all other (11-9199)" 109 The SAS System 08:21 Thursday, December 11, 2014 5854 0500 = "Agents and business managers of" 5855 0510 = "Purchasing agents and buyers," 5856 520 = "Wholesale and retail buyers," 5857 0530 = "Purchasing agents, except" 5858 0540 = "Claims adjusters, appraisers," 5859 0560 = "Compliance officers, except" 5860 0600 = "Cost estimators (13-1051)" 5861 0620 = "Human resources, training, and" 5862 0700 = "Logisticians (13-1081)" 5863 0710 = "Management analysts (13-1111)" 5864 0720 = "Meeting and convention planners" 5865 0730 = "Other business operations" 5866 0800 = "Accountants and auditors (13-2011)" 5867 0810 = "Appraisers and assessors of real" 5868 0820 = "Budget analysts (13-2031)" 5869 0830 = "Credit analysts (13-2041)" 5870 840 = "Financial analysts (13-2051)" 5871 0850 = "Personal financial advisors" 5872 0860 = "Insurance underwriters (13-2053)" 5873 0900 = "Financial examiners (13-2061)" 5874 0910 = "Loan counselors and officers" 5875 0930 = "Tax examiners, collectors, and" 5876 0940 = "Tax preparers (13-2082)" 5877 0950 = "Financial specialists, all other" 5878 1000 = "Computer scientists and systems" 5879 1010 = "Computer programmers (15-1021)" 5880 1020 = "Computer software engineers" 5881 1040 = "Computer support specialists" 5882 1060 = "Database administrators (15-1061)" 5883 1100 = "Network and computer systems" 5884 1110 = "Network systems and data" 5885 1200 = "Actuaries (15-2011)" 5886 1210 = "Mathematicians (15-2021)" 5887 1220 = "Operations research analysts" 5888 1230 = "Statisticians (15-2041)" 5889 1240 = "Miscellaneous mathematical" 5890 1300 = "Architects, except naval (17-1010)" 5891 1310 = "Surveyors, cartographers, and" 5892 1320 = "Aerospace engineers (17-2011)" 5893 1330 = "Agricultural engineers (17-2021)" 5894 1340 = "Biomedical engineers (17-2031)" 5895 1350 = "Chemical engineers (17-2041)" 5896 1360 = "Civil engineers (17-2051)" 5897 1400 = "Computer hardware engineers" 5898 1410 = "Electrical and electronic" 5899 1420 = "Environmental engineers (17-2081)" 5900 1430 = "Industrial engineers, including" 5901 1440 = "Marine engineers and naval" 5902 1450 = "Materials engineers (17-2131)" 5903 1460 = "Mechanical engineers (17-2141)" 5904 1500 = "Mining and geological engineers," 5905 1510 = "Nuclear engineers (17-2161)" 5906 1520 = "Petroleum engineers (17-2171)" 5907 1530 = "Engineers, all other (17-2199)" 5908 1540 = "Drafters (17-3010)" 5909 1550 = "Engineering technicians, except" 5910 1560 = "Surveying and mapping technicians" 5911 1600 = "Agricultural and food scientists" 110 The SAS System 08:21 Thursday, December 11, 2014 5912 1610 = "Biological scientists (19-1020)" 5913 1640 = "Conservation scientists and" 5914 1650 = "Medical scientists (19-1040)" 5915 1700 = "Astronomers and physicists" 5916 1710 = "Atmospheric and space scientists" 5917 1720 = "Chemists and materials scientists" 5918 1740 = "Environmental scientists and" 5919 1760 = "Physical scientists, all other" 5920 1800 = "Economists (19-3011)" 5921 1810 = "Market and survey researchers" 5922 1820 = "Psychologists (19-3030)" 5923 1830 = "Sociologists (19-3041)" 5924 1840 = "Urban and regional planners" 5925 1860 = "Miscellaneous social scientists" 5926 1900 = "Agricultural and food science" 5927 1910 = "Biological technicians (19-4021)" 5928 1920 = "Chemical technicians (19-4031)" 5929 1930 = "Geological and petroleum" 5930 1940 = "Nuclear technicians (19-4051)" 5931 1960 = "Other life, physical, and social" 5932 2000 = "Counselors (21-1010)" 5933 2010 = "Social workers (21-1020)" 5934 2020 = "Miscellaneous community and" 5935 2040 = "Clergy (21-2011)" 5936 2050 = "Directors, religious activities" 5937 2060 = "Religious workers, all other" 5938 2100 = "Lawyers (23-1011)" 5939 2140 = "Paralegals and legal assistants" 5940 2150 = "Miscellaneous legal support" 5941 2200 = "Postsecondary teachers (25-1000)" 5942 2300 = "Preschool and kindergarten" 5943 2310 = "Elementary and middle school" 5944 2320 = "Secondary school teachers" 5945 2330 = "Special education teachers" 5946 2340 = "Other teachers and instructors" 5947 2400 = "Archivists, curators, and museum" 5948 2430 = "Librarians (25-4021)" 5949 2440 = "Library technicians (25-4031)" 5950 2540 = "Teacher assistants (25-9041)" 5951 2550 = "Other education, training, and" 5952 2600 = "Artists and related workers" 5953 2630 = "Designers (27-1020)" 5954 2700 = "Actors (27-2011)" 5955 2710 = "Producers and directors (27-2012)" 5956 2720 = "Athletes, coaches, umpires, and" 5957 2740 = "Dancers and choreographers" 5958 2750 = "Musicians, singers, and related" 5959 2760 = "Entertainers and performers," 5960 2800 = "Announcers (27-3010)" 5961 2810 = "News analysts, reporters and" 5962 2820 = "Public relations specialists" 5963 2830 = "Editors (27-3041)" 5964 2840 = "Technical writers (27-3042)" 5965 2850 = "Writers and authors (27-3043)" 5966 2860 = "Miscellaneous media and" 5967 2900 = "Broadcast and sound engineering" 5968 2910 = "Photographers (27-4021)" 5969 2920 = "Television, video, and motion" 111 The SAS System 08:21 Thursday, December 11, 2014 5970 2960 = "Media and communication equipment" 5971 3000 = "Chiropractors (29-1011)" 5972 3010 = "Dentists (29-1020)" 5973 3030 = "Dietitians and nutritionists" 5974 3040 = "Optometrists (29-1041)" 5975 3050 = "Pharmacists (29-1051)" 5976 3060 = "Physicians and surgeons (29-1060)" 5977 3110 = "Physician assistants (29-1071)" 5978 3120 = "Podiatrists (29-1081)" 5979 3130 = "Registered nurses (29-1111)" 5980 3140 = "Audiologists (29-1121)" 5981 3150 = "Occupational therapists (29-1122)" 5982 3160 = "Physical therapists (29-1123)" 5983 3200 = "Radiation therapists (29-1124)" 5984 3210 = "Recreational therapists (29-1125)" 5985 3220 = "Respiratory therapists (29-1126)" 5986 3230 = "Speech-language pathologists" 5987 3240 = "Therapists, all other (29-1129)" 5988 3250 = "Veterinarians (29-1131)" 5989 3260 = "Health diagnosing and treating" 5990 3300 = "Clinical laboratory technologists" 5991 3310 = "Dental hygienists (29-2021)" 5992 3320 = "Diagnostic related technologists" 5993 3400 = "Emergency medical technicians and" 5994 3410 = "Health diagnosing and treating" 5995 3500 = "Licensed practical and licensed" 5996 3510 = "Medical records and health" 5997 3520 = "Opticians, dispensing (29-2081)" 5998 3530 = "Miscellaneous health" 5999 3540 = "Other healthcare practitioners" 6000 3600 = "Nursing, psychiatric, and home" 6001 3610 = "Occupational therapist assistants" 6002 3620 = "Physical therapist assistants and" 6003 3630 = "Massage therapists (31-9011)" 6004 3640 = "Dental assistants (31-9091)" 6005 3650 = "Medical assistants and other" 6006 3700 = "First-line supervisors/managers" 6007 3710 = "First-line supervisors/managers" 6008 3720 = "First-line supervisors/managers" 6009 3730 = "Supervisors, protective service" 6010 3740 = "Fire fighters (33-2011)" 6011 3750 = "Fire inspectors (33-2020)" 6012 3800 = "Bailiffs, correctional officers," 6013 3820 = "Detectives and criminal" 6014 3830 = "Fish and game wardens (33-3031)" 6015 3840 = "Parking enforcement workers" 6016 3850 = "Police and sheriff's patrol" 6017 3860 = "Transit and railroad police" 6018 3900 = "Animal control workers (33-9011)" 6019 3910 = "Private detectives and" 6020 3920 = "Security guards and gaming" 6021 3940 = "Crossing guards (33-9091)" 6022 3950 = "Lifeguards and other protective" 6023 4000 = "Chefs and head cooks (35-1011)" 6024 4010 = "First-line supervisors/managers" 6025 4020 = "Cooks (35-2010)" 6026 4030 = "Food preparation workers (35-2021)" 6027 4040 = "Bartenders (35-3011)" 112 The SAS System 08:21 Thursday, December 11, 2014 6028 4050 = "Combined food preparation and" 6029 4060 = "Counter attendants, cafeteria," 6030 4110 = "Waiters and waitresses (35-3031)" 6031 4120 = "Food servers, nonrestaurant" 6032 4130 = "Dining room and cafeteria" 6033 4140 = "Dishwashers (35-9021)" 6034 4150 = "Hosts and hostesses, restaurant," 6035 4160 = "Food preparation and serving" 6036 4200 = "First-line supervisors/managers" 6037 4210 = "First-line supervisors/managers" 6038 4220 = "Janitors and building cleaners" 6039 4230 = "Maids and housekeeping cleaners" 6040 4240 = "Pest control workers (37-2021)" 6041 4250 = "Grounds maintenance workers" 6042 4300 = "First-line supervisors/managers" 6043 4320 = "First-line supervisors/managers" 6044 4340 = "Animal trainers (39-2011)" 6045 4350 = "Nonfarm animal caretakers" 6046 4400 = "Gaming services workers (39-3010)" 6047 4410 = "Motion picture projectionists" 6048 4420 = "Ushers, lobby attendants, and" 6049 4430 = "Miscellaneous entertainment" 6050 4460 = "Funeral service workers (39-4000)" 6051 4500 = "Barbers (39-5011)" 6052 4510 = "Hairdressers, hairstylists, and" 6053 4520 = "Miscellaneous personal appearance" 6054 4530 = "Baggage porters, bellhops, and" 6055 4540 = "Tour and travel guides (39-6020)" 6056 4550 = "Transportation attendants" 6057 4600 = "Child care workers (39-9011)" 6058 4610 = "Personal and home care aides" 6059 4620 = "Recreation and fitness workers" 6060 4640 = "Residential advisors (39-9041)" 6061 4650 = "Personal care and service" 6062 4700 = "First-line supervisors/managers" 6063 4710 = "First-line supervisors/managers" 6064 4720 = "Cashiers (41-2010)" 6065 4740 = "Counter and rental clerks" 6066 4750 = "Parts salespersons (41-2022)" 6067 4760 = "Retail salespersons (41-2031)" 6068 4800 = "Advertising sales agents (41-3011)" 6069 4810 = "Insurance sales agents (41-3021)" 6070 4820 = "Securities, commodities, and" 6071 4830 = "Travel agents (41-3041)" 6072 4840 = "Sales representatives, services," 6073 4850 = "Sales representatives, wholesale" 6074 4900 = "Models, demonstrators, and" 6075 4920 = "Real estate brokers and sales" 6076 4930 = "Sales engineers (41-9031)" 6077 4940 = "Telemarketers (41-9041)" 6078 4950 = "Door-to-door sales workers, news" 6079 4960 = "Sales and related workers, all" 6080 5000 = "First-line supervisors/managers" 6081 5010 = "Switchboard operators, including" 6082 5020 = "Telephone operators (43-2021)" 6083 5030 = "Communications equipment" 6084 5100 = "Bill and account collectors" 6085 5110 = "Billing and posting clerks and" 113 The SAS System 08:21 Thursday, December 11, 2014 6086 5120 = "Bookkeeping, accounting, and" 6087 5130 = "Gaming cage workers (43-3041)" 6088 5140 = "Payroll and timekeeping clerks" 6089 5150 = "Procurement clerks (43-3061)" 6090 5160 = "Tellers (43-3071)" 6091 5200 = "Brokerage clerks (43-4011)" 6092 5210 = "Correspondence clerks (43-4021)" 6093 5220 = "Court, municipal, and license" 6094 5230 = "Credit authorizers, checkers, and" 6095 5240 = "Customer service representatives" 6096 5250 = "Eligibility interviewers," 6097 5260 = "File Clerks (43-4071)" 6098 5300 = "Hotel, motel, and resort desk" 6099 5310 = "Interviewers, except eligibility" 6100 5320 = "Library assistants, clerical" 6101 5330 = "Loan interviewers and clerks" 6102 5340 = "New accounts clerks (43-4141)" 6103 5350 = "Order clerks (43-4151)" 6104 5360 = "Human resources assistants," 6105 5400 = "Receptionists and information" 6106 5410 = "Reservation and transportation" 6107 5420 = "Information and record clerks," 6108 5500 = "Cargo and freight agents (43-5011)" 6109 5510 = "Couriers and messengers (43-5021)" 6110 5520 = "Dispatchers (43-5030)" 6111 5530 = "Meter readers, utilities (43-5041)" 6112 5540 = "Postal service clerks (43-5051)" 6113 5550 = "Postal service mail carriers" 6114 5560 = "Postal service mail sorters," 6115 5600 = "Production, planning, and" 6116 5610 = "Shipping, receiving, and traffic" 6117 5620 = "Stock clerks and order fillers" 6118 5630 = "Weighers, measurers, checkers," 6119 5700 = "Secretaries and administrative" 6120 5800 = "Computer operators (43-9011)" 6121 5810 = "Data entry keyers (43-9021)" 6122 5820 = "Word processors and typists" 6123 5830 = "Desktop publishers (43-9031)" 6124 5840 = "Insurance claims and policy" 6125 5850 = "Mail clerks and mail machine" 6126 5860 = "Office clerks, general (43-9061)" 6127 5900 = "Office machine operators, except" 6128 5910 = "Proofreaders and copy markers" 6129 5920 = "Statistical assistants (43-9111)" 6130 5930 = "Office and administrative support" 6131 6000 = "First-line supervisors/managers" 6132 6010 = "Agricultural inspectors (45-2011)" 6133 6020 = "Animal breeders (45-2021)" 6134 6040 = "Graders and sorters, agricultural" 6135 6050 = "Miscellaneous agricultural" 6136 6100 = "Fishers and related fishing" 6137 6110 = "Hunters and trappers (45-3021)" 6138 6120 = "Forest and conservation workers" 6139 6130 = "Logging workers (45-4020)" 6140 6200 = "First-line supervisors/managers" 6141 6210 = "Boilermakers (47-2011)" 6142 6220 = "Brickmasons, blockmasons, and" 6143 6230 = "Carpenters (47-2031)" 114 The SAS System 08:21 Thursday, December 11, 2014 6144 6240 = "Carpet, floor, and tile" 6145 6250 = "Cement masons, concrete" 6146 6260 = "Construction laborers (47-2061)" 6147 6300 = "Paving, surfacing, and tamping" 6148 6310 = "Pile-driver operators (47-2072)" 6149 6320 = "Operating engineers and other" 6150 6330 = "Drywall installers, ceiling tile" 6151 6350 = "Electricians (47-2111)" 6152 6360 = "Glaziers (47-2121)" 6153 6400 = "Insulation workers (47-2130)" 6154 6420 = "Painters, construction and" 6155 6430 = "Paperhangers (47-2142)" 6156 6440 = "Pipelayers, plumbers," 6157 6460 = "Plasterers and stucco masons" 6158 6500 = "Reinforcing iron and rebar" 6159 6510 = "Roofers (47-2181)" 6160 6520 = "Sheet metal workers (47-2211)" 6161 6530 = "Structural iron and steel workers" 6162 6600 = "Helpers, construction trades" 6163 6660 = "Construction and building" 6164 6700 = "Elevator installers and repairers" 6165 6710 = "Fence erectors (47-4031)" 6166 6720 = "Hazardous materials removal" 6167 6730 = "Highway maintenance workers" 6168 6740 = "Rail-track laying and maintenance" 6169 6750 = "Septic tank servicers and sewer" 6170 6760 = "Miscellaneous construction and" 6171 6800 = "Derrick, rotary drill, and" 6172 6820 = "Earth drillers, except oil and" 6173 6830 = "Explosives workers, ordnance" 6174 6840 = "Mining machine operators (47-5040)" 6175 6910 = "Roof bolters, mining (47-5061)" 6176 6920 = "Roustabouts, oil and gas (47-5071)" 6177 6930 = "Helpers--extraction workers" 6178 6940 = "Other extraction workers (47-50XX)" 6179 7000 = "First-line supervisors/managers" 6180 7010 = "Computer, automated teller, and" 6181 7020 = "Radio and telecommunications" 6182 7030 = "Avionics technicians (49-2091)" 6183 7040 = "Electric motor, power tool, and" 6184 7050 = "Electrical and electronics" 6185 7100 = "Electrical and electronics" 6186 7110 = "Electronic equipment installers" 6187 7120 = "Electronic home entertainment" 6188 7130 = "Security and fire alarm systems" 6189 7140 = "Aircraft mechanics and service" 6190 7150 = "Automotive body and related" 6191 7160 = "Automotive glass installers and" 6192 7200 = "Automotive service technicians" 6193 7210 = "Bus and truck mechanics and" 6194 7220 = "Heavy vehicle and mobile" 6195 7240 = "Small engine mechanics (49-3050)" 6196 7260 = "Miscellaneous vehicle and mobile" 6197 7300 = "Control and valve installers and" 6198 7310 = "Heating, air conditioning, and" 6199 7320 = "Home appliance repairers (49-9031)" 6200 7330 = "Industrial and refractory" 6201 7340 = "Maintenance and repair workers," 115 The SAS System 08:21 Thursday, December 11, 2014 6202 7350 = "Maintenance workers, machinery" 6203 7360 = "Millwrights (49-9044)" 6204 7410 = "Electrical power-line installers" 6205 7420 = "Telecommunications line" 6206 7430 = "Precision instrument and" 6207 7510 = "Coin, vending, and amusement" 6208 7520 = "Commercial divers (49-9092)" 6209 7540 = "Locksmiths and safe repairers" 6210 7550 = "Manufactured building and mobile" 6211 7560 = "Riggers (49-9096)" 6212 7600 = "Signal and track switch repairers" 6213 7610 = "Helpers--installation," 6214 7620 = "Other installation, maintenance," 6215 7700 = "First-line supervisors/managers" 6216 7710 = "Aircraft structure, surfaces," 6217 7720 = "Electrical, electronics, and" 6218 7730 = "Engine and other machine" 6219 7740 = "Structural metal fabricators and" 6220 7750 = "Miscellaneous assemblers and" 6221 7800 = "Bakers (51-3011)" 6222 7810 = "Butchers and other meat, poultry," 6223 7830 = "Food and tobacco roasting," 6224 7840 = "Food batchmakers (51-3092)" 6225 7850 = "Food cooking machine operators" 6226 7900 = "Computer control programmers and" 6227 7920 = "Extruding and drawing machine" 6228 7930 = "Forging machine setters," 6229 7940 = "Rolling machine setters," 6230 7950 = "Cutting, punching, and press" 6231 7960 = "Drilling and boring machine tool" 6232 8000 = "Grinding, lapping, polishing, and" 6233 8010 = "Lathe and turning machine tool" 6234 8020 = "Milling and planing machine" 6235 8030 = "Machinists (51-4041)" 6236 8040 = "Metal furnace and kiln operators" 6237 8060 = "Model makers and patternmakers," 6238 8100 = "Molders and molding machine" 6239 8120 = "Multiple machine tool setters," 6240 8130 = "Tool and die makers (51-4111)" 6241 8140 = "Welding, soldering, and brazing" 6242 8150 = "Heat treating equipment setters," 6243 8160 = "Lay-out workers, metal and" 6244 8200 = "Plating and coating machine" 6245 8210 = "Tool grinders, filers, and" 6246 8220 = "Metalworkers and plastic workers," 6247 8230 = "Bookbinders and bindery workers" 6248 8240 = "Job printers (51-5021)" 6249 8250 = "Prepress technicians and workers" 6250 8260 = "Printing machine operators" 6251 8300 = "Laundry and dry-cleaning workers" 6252 8310 = "Pressers, textile, garment, and" 6253 8320 = "Sewing machine operators (51-6031)" 6254 8330 = "Shoe and leather workers and" 6255 8340 = "Shoe machine operators and" 6256 8350 = "Tailors, dressmakers, and sewers" 6257 8360 = "Textile bleaching and dyeing" 6258 8400 = "Textile cutting machine setters," 6259 8410 = "Textile knitting and weaving" 116 The SAS System 08:21 Thursday, December 11, 2014 6260 8420 = "Textile winding, twisting, and" 6261 8430 = "Extruding and forming machine" 6262 8440 = "Fabric and apparel patternmakers" 6263 8450 = "Upholsterers (51-6093)" 6264 8460 = "Textile, apparel, and furnishings" 6265 8500 = "Cabinetmakers and bench" 6266 8510 = "Furniture finishers (51-7021)" 6267 8520 = "Model makers and patternmakers," 6268 8530 = "Sawing machine setters," 6269 8540 = "Woodworking machine setters," 6270 8550 = "Woodworkers, all other (51-7099)" 6271 8600 = "Power plant operators," 6272 8610 = "Stationary engineers and boiler" 6273 8620 = "Water and liquid waste treatment" 6274 8630 = "Miscellaneous plant and system" 6275 8640 = "Chemical processing machine" 6276 8650 = "Crushing, grinding, polishing," 6277 8710 = "Cutting workers (51-9030)" 6278 8720 = "Extruding, forming, pressing, and" 6279 8730 = "Furnace, kiln, oven, drier, and" 6280 8740 = "Inspectors, testers, sorters," 6281 8750 = "Jewelers and precious stone and" 6282 8760 = "Medical, dental, and ophthalmic" 6283 8800 = "Packaging and filling machine" 6284 8810 = "Painting workers (51-9120)" 6285 8830 = "Photographic process workers and" 6286 8840 = "Semiconductor processors (51-9141)" 6287 8850 = "Cementing and gluing machine" 6288 8860 = "Cleaning, washing, and metal" 6289 8900 = "Cooling and freezing equipment" 6290 8910 = "Etchers and engravers (51-9194)" 6291 8920 = "Molders, shapers, and casters," 6292 8930 = "Paper goods machine setters," 6293 8940 = "Tire builders (51-9197)" 6294 8950 = "Helpers--production workers" 6295 8960 = "Production workers, all other" 6296 9000 = "Supervisors, transportation and" 6297 9030 = "Aircraft pilots and flight" 6298 9040 = "Air traffic controllers and" 6299 9110 = "Ambulance drivers and attendants," 6300 9120 = "Bus drivers (53-3020)" 6301 9130 = "Driver/sales workers and truck" 6302 9140 = "Taxi drivers and chauffeurs" 6303 9150 = "Motor vehicle operators, all" 6304 9200 = "Locomotive engineers and" 6305 9230 = "Railroad brake, signal, and" 6306 9240 = "Railroad conductors and" 6307 9260 = "Subway, streetcar, and other rail" 6308 9300 = "Sailors and marine oilers" 6309 9310 = "Ship and boat captains and" 6310 9330 = "Ship engineers (53-5031)" 6311 9340 = "Bridge and lock tenders (53-6011)" 6312 9350 = "Parking lot attendants (53-6021)" 6313 9360 = "Service station attendants" 6314 9410 = "Transportation inspectors" 6315 9420 = "Other transportation workers" 6316 9500 = "Conveyor operators and tenders" 6317 9510 = "Crane and tower operators" 117 The SAS System 08:21 Thursday, December 11, 2014 6318 9520 = "Dredge, excavating, and loading" 6319 9560 = "Hoist and winch operators" 6320 9600 = "Industrial truck and tractor" 6321 9610 = "Cleaners of vehicles and" 6322 9620 = "Laborers and freight, stock, and" 6323 9630 = "Machine feeders and offbearers" 6324 9640 = "Packers and packagers, hand" 6325 9650 = "Pumping station operators" 6326 9720 = "Refuse and recyclable material" 6327 9730 = "Shuttle car operators (53-7111)" 6328 9740 = "Tank car, truck, and ship loaders" 6329 9750 = "Material moving workers, all" 6330 9840 = "Persons whose current labor force" 6331 ; NOTE: Format TBSOCC1L has been output. 6332 VALUE absocc1l (default=32) 6333 0 = "Not imputed" 6334 1 = "Statistical imputation(hot deck)" 6335 2 = "Cold deck imputation" 6336 3 = "Logical imputation(derivation)" 6337 4 = "Statistical or logical imputation" 6338 ; NOTE: Format ABSOCC1L has been output. 6339 VALUE ebno2l (default=32) 6340 -1 = "Not in Universe" 6341 ; NOTE: Format EBNO2L has been output. 6342 VALUE ebiznowk (default=32) 6343 -1 = "Not in Universe" 6344 1 = "Yes" 6345 2 = "No" 6346 ; NOTE: Format EBIZNOWK has been output. 6347 VALUE abiznowk (default=32) 6348 0 = "Not imputed" 6349 1 = "Statistical imputation(hot deck)" 6350 2 = "Cold deck imputation" 6351 3 = "Logical imputation(derivation)" 6352 4 = "Statistical or logical imputation" 6353 ; NOTE: Format ABIZNOWK has been output. 6354 VALUE tsbdatek (default=32) 6355 -1 = "Not in Universe" 6356 ; NOTE: Format TSBDATEK has been output. 6357 VALUE asbdatek (default=32) 6358 0 = "Not imputed" 6359 1 = "Statistical imputation(hot deck)" 6360 2 = "Cold deck imputation" 6361 3 = "Logical imputation(derivation)" 6362 4 = "Statistical or logical imputation" 6363 ; NOTE: Format ASBDATEK has been output. 6364 VALUE tebdatek (default=32) 6365 -1 = "Not in Universe" 6366 ; NOTE: Format TEBDATEK has been output. 6367 VALUE aebdatek (default=32) 118 The SAS System 08:21 Thursday, December 11, 2014 6368 0 = "Not imputed" 6369 1 = "Statistical imputation(hot deck)" 6370 2 = "Cold deck imputation" 6371 3 = "Logical imputation(derivation)" 6372 4 = "Statistical or logical imputation" 6373 ; NOTE: Format AEBDATEK has been output. 6374 VALUE erendb2l (default=32) 6375 -1 = "Not in Universe" 6376 1 = "Retirement or old age" 6377 2 = "Childcare problems" 6378 3 = "Other family/personal problems" 6379 4 = "Own illness" 6380 5 = "Own injury" 6381 6 = "School/training" 6382 7 = "Went bankrupt/business failed" 6383 8 = "Sold business or transferred" 6384 9 = "To start other business/take job" 6385 10 = "Season ended for a seasonal" 6386 11 = "Quit for some other reason" 6387 ; NOTE: Format ERENDB2L has been output. 6388 VALUE arendb2l (default=32) 6389 0 = "Not imputed" 6390 1 = "Statistical imputation(hot deck)" 6391 2 = "Cold deck imputation" 6392 3 = "Logical imputation(derivation)" 6393 4 = "Statistical or logical imputation" 6394 ; NOTE: Format ARENDB2L has been output. 6395 VALUE ehrsbs2l (default=32) 6396 -8 = "Hours vary" 6397 -1 = "Not in Universe" 6398 ; NOTE: Format EHRSBS2L has been output. 6399 VALUE ahrsbs2l (default=32) 6400 0 = "Not imputed" 6401 1 = "Statistical imputation(hot deck)" 6402 2 = "Cold deck imputation" 6403 3 = "Logical imputation(derivation)" 6404 4 = "Statistical or logical imputation" 6405 ; NOTE: Format AHRSBS2L has been output. 6406 VALUE egrosb2l (default=32) 6407 -1 = "Not in Universe" 6408 1 = "Yes" 6409 2 = "No" 6410 ; NOTE: Format EGROSB2L has been output. 6411 VALUE agrosb2l (default=32) 6412 0 = "Not imputed" 6413 1 = "Statistical imputation(hot deck)" 6414 2 = "Cold deck imputation" 6415 3 = "Logical imputation(derivation)" 6416 4 = "Statistical or logical imputation" 6417 ; NOTE: Format AGROSB2L has been output. 6418 VALUE egrssb2l (default=32) 119 The SAS System 08:21 Thursday, December 11, 2014 6419 -1 = "Not in Universe" 6420 1 = "Yes" 6421 2 = "No" 6422 ; NOTE: Format EGRSSB2L has been output. 6423 VALUE agrssb2l (default=32) 6424 0 = "Not imputed" 6425 1 = "Statistical imputation(hot deck)" 6426 2 = "Cold deck imputation" 6427 3 = "Logical imputation(derivation)" 6428 4 = "Statistical or logical imputation" 6429 ; NOTE: Format AGRSSB2L has been output. 6430 VALUE tempb2l (default=32) 6431 -1 = "Not in Universe" 6432 1 = "Under 25 employees" 6433 2 = "25 to 99 employees" 6434 3 = "100+ employees" 6435 ; NOTE: Format TEMPB2L has been output. 6436 VALUE aempb2l (default=32) 6437 0 = "Not imputed" 6438 1 = "Statistical imputation(hot deck)" 6439 2 = "Cold deck imputation" 6440 3 = "Logical imputation(derivation)" 6441 4 = "Statistical or logical imputation" 6442 ; NOTE: Format AEMPB2L has been output. 6443 VALUE eincpb2l (default=32) 6444 -1 = "Not in Universe" 6445 1 = "Yes" 6446 2 = "No" 6447 ; NOTE: Format EINCPB2L has been output. 6448 VALUE aincpb2l (default=32) 6449 0 = "Not imputed" 6450 1 = "Statistical imputation(hot deck)" 6451 2 = "Cold deck imputation" 6452 3 = "Logical imputation(derivation)" 6453 4 = "Statistical or logical imputation" 6454 ; NOTE: Format AINCPB2L has been output. 6455 VALUE epropb2l (default=32) 6456 -1 = "Not in Universe" 6457 1 = "Alone" 6458 2 = "Partnership" 6459 ; NOTE: Format EPROPB2L has been output. 6460 VALUE apropb2l (default=32) 6461 0 = "Not imputed" 6462 1 = "Statistical imputation(hot deck)" 6463 2 = "Cold deck imputation" 6464 3 = "Logical imputation(derivation)" 6465 4 = "Statistical or logical imputation" 6466 ; NOTE: Format APROPB2L has been output. 6467 VALUE ehprtb2l (default=32) 6468 -1 = "Not in Universe" 120 The SAS System 08:21 Thursday, December 11, 2014 6469 1 = "Yes" 6470 2 = "No" 6471 ; NOTE: Format EHPRTB2L has been output. 6472 VALUE ahprtb2l (default=32) 6473 0 = "Not imputed" 6474 1 = "Statistical imputation(hot deck)" 6475 2 = "Cold deck imputation" 6476 3 = "Logical imputation(derivation)" 6477 4 = "Statistical or logical imputation" 6478 ; NOTE: Format AHPRTB2L has been output. 6479 VALUE eslryb2l (default=32) 6480 -1 = "Not in Universe" 6481 1 = "Yes" 6482 2 = "No" 6483 ; NOTE: Format ESLRYB2L has been output. 6484 VALUE aslryb2l (default=32) 6485 0 = "Not imputed" 6486 1 = "Statistical imputation(hot deck)" 6487 2 = "Cold deck imputation" 6488 3 = "Logical imputation(derivation)" 6489 4 = "Statistical or logical imputation" 6490 ; NOTE: Format ASLRYB2L has been output. 6491 VALUE eoincb2l (default=32) 6492 -1 = "Not in Universe" 6493 1 = "Yes" 6494 2 = "No" 6495 ; NOTE: Format EOINCB2L has been output. 6496 VALUE aoincb2l (default=32) 6497 0 = "Not imputed" 6498 1 = "Statistical imputation(hot deck)" 6499 2 = "Cold deck imputation" 6500 3 = "Logical imputation(derivation)" 6501 4 = "Statistical or logical imputation" 6502 ; NOTE: Format AOINCB2L has been output. 6503 VALUE tprftb2l (default=32) 6504 0 = "None or not in universe" 6505 ; NOTE: Format TPRFTB2L has been output. 6506 VALUE aprftb2l (default=32) 6507 0 = "Not imputed" 6508 1 = "Statistical imputation(hot deck)" 6509 2 = "Cold deck imputation" 6510 3 = "Logical imputation(derivation)" 6511 4 = "Statistical or logical imputation" 6512 ; NOTE: Format APRFTB2L has been output. 6513 VALUE tbmsum2l (default=32) 6514 0 = "None or not in universe" 6515 ; NOTE: Format TBMSUM2L has been output. 6516 VALUE abmsum2l (default=32) 6517 0 = "Not imputed" 121 The SAS System 08:21 Thursday, December 11, 2014 6518 1 = "Statistical imputation(hot deck)" 6519 2 = "Cold deck imputation" 6520 3 = "Logical imputation(derivation)" 6521 4 = "Statistical or logical imputation" 6522 ; NOTE: Format ABMSUM2L has been output. 6523 VALUE epartb1k (default=32) 6524 -1 = "Not in Universe" 6525 9999 = "Unable to identify person number" 6526 ; NOTE: Format EPARTB1K has been output. 6527 VALUE epartb2k (default=32) 6528 -1 = "Not in Universe" 6529 9999 = "Unable to identify person number" 6530 ; NOTE: Format EPARTB2K has been output. 6531 VALUE epartb3k (default=32) 6532 -1 = "Not in Universe" 6533 9999 = "Unable to identify person number" 6534 ; NOTE: Format EPARTB3K has been output. 6535 VALUE tbsind2l (default=32) 6536 -1 = "Not in Universe" 6537 1 = "Agriculture, forestry, fishing," 6538 2 = "Mining" 6539 3 = "Construction" 6540 4 = "Manufacturing" 6541 5 = "Wholesale trade" 6542 6 = "Retail Trade" 6543 7 = "Transportation and warehousing," 6544 8 = "Information" 6545 9 = "Finance, insurance, real estate," 6546 10 = "Professional, scientific," 6547 11 = "Educational, health care and" 6548 12 = "Arts, entertainment, recreation," 6549 13 = "Other services (except public" 6550 14 = "Public administration" 6551 15 = "Active duty military" 6552 ; NOTE: Format TBSIND2L has been output. 6553 VALUE absind2l (default=32) 6554 0 = "Not imputed" 6555 1 = "Statistical imputation(hot deck)" 6556 2 = "Cold deck imputation" 6557 3 = "Logical imputation(derivation)" 6558 4 = "Statistical or logical imputation" 6559 ; NOTE: Format ABSIND2L has been output. 6560 VALUE tbsocc2l (default=32) 6561 -1 = "Not in Universe" 6562 10 = "Chief executives (11-1011)" 6563 0020 = "General and operations managers" 6564 0040 = "Advertising and promotions" 6565 0050 = "Marketing and sales managers" 6566 0060 = "Public relations managers" 6567 100 = "Administrative services managers" 6568 0110 = "Computer and information systems" 6569 0120 = "Financial managers (11-3031)" 122 The SAS System 08:21 Thursday, December 11, 2014 6570 0130 = "Human resources managers (11-3040)" 6571 0140 = "Industrial production managers" 6572 0150 = "Purchasing managers (11-3061)" 6573 160 = "Transportation, storage, and" 6574 200 = "Farm, ranch, and other" 6575 0210 = "Farmers and ranchers (11-9012)" 6576 0220 = "Construction managers (11-9021)" 6577 0230 = "Education administrators (11-9030)" 6578 0300 = "Engineering managers (11-9041)" 6579 0310 = "Food service managers (11-9051)" 6580 0320 = "Funeral directors (11-9061)" 6581 0330 = "Gaming managers (11-9071)" 6582 0340 = "Lodging managers (11-9081)" 6583 0350 = "Medical and health services" 6584 0360 = "Natural sciences managers" 6585 0410 = "Property, real estate, and" 6586 0420 = "Social and community service" 6587 0430 = "Managers, all other (11-9199)" 6588 0500 = "Agents and business managers of" 6589 0510 = "Purchasing agents and buyers," 6590 520 = "Wholesale and retail buyers," 6591 0530 = "Purchasing agents, except" 6592 0540 = "Claims adjusters, appraisers," 6593 0560 = "Compliance officers, except" 6594 0600 = "Cost estimators (13-1051)" 6595 0620 = "Human resources, training, and" 6596 0700 = "Logisticians (13-1081)" 6597 0710 = "Management analysts (13-1111)" 6598 0720 = "Meeting and convention planners" 6599 0730 = "Other business operations" 6600 0800 = "Accountants and auditors (13-2011)" 6601 0810 = "Appraisers and assessors of real" 6602 0820 = "Budget analysts (13-2031)" 6603 0830 = "Credit analysts (13-2041)" 6604 840 = "Financial analysts (13-2051)" 6605 0850 = "Personal financial advisors" 6606 0860 = "Insurance underwriters (13-2053)" 6607 0900 = "Financial examiners (13-2061)" 6608 0910 = "Loan counselors and officers" 6609 0930 = "Tax examiners, collectors, and" 6610 0940 = "Tax preparers (13-2082)" 6611 0950 = "Financial specialists, all other" 6612 1000 = "Computer scientists and systems" 6613 1010 = "Computer programmers (15-1021)" 6614 1020 = "Computer software engineers" 6615 1040 = "Computer support specialists" 6616 1060 = "Database administrators (15-1061)" 6617 1100 = "Network and computer systems" 6618 1110 = "Network systems and data" 6619 1200 = "Actuaries (15-2011)" 6620 1210 = "Mathematicians (15-2021)" 6621 1220 = "Operations research analysts" 6622 1230 = "Statisticians (15-2041)" 6623 1240 = "Miscellaneous mathematical" 6624 1300 = "Architects, except naval (17-1010)" 6625 1310 = "Surveyors, cartographers, and" 6626 1320 = "Aerospace engineers (17-2011)" 6627 1330 = "Agricultural engineers (17-2021)" 123 The SAS System 08:21 Thursday, December 11, 2014 6628 1340 = "Biomedical engineers (17-2031)" 6629 1350 = "Chemical engineers (17-2041)" 6630 1360 = "Civil engineers (17-2051)" 6631 1400 = "Computer hardware engineers" 6632 1410 = "Electrical and electronic" 6633 1420 = "Environmental engineers (17-2081)" 6634 1430 = "Industrial engineers, including" 6635 1440 = "Marine engineers and naval" 6636 1450 = "Materials engineers (17-2131)" 6637 1460 = "Mechanical engineers (17-2141)" 6638 1500 = "Mining and geological engineers," 6639 1510 = "Nuclear engineers (17-2161)" 6640 1520 = "Petroleum engineers (17-2171)" 6641 1530 = "Engineers, all other (17-2199)" 6642 1540 = "Drafters (17-3010)" 6643 1550 = "Engineering technicians, except" 6644 1560 = "Surveying and mapping technicians" 6645 1600 = "Agricultural and food scientists" 6646 1610 = "Biological scientists (19-1020)" 6647 1640 = "Conservation scientists and" 6648 1650 = "Medical scientists (19-1040)" 6649 1700 = "Astronomers and physicists" 6650 1710 = "Atmospheric and space scientists" 6651 1720 = "Chemists and materials scientists" 6652 1740 = "Environmental scientists and" 6653 1760 = "Physical scientists, all other" 6654 1800 = "Economists (19-3011)" 6655 1810 = "Market and survey researchers" 6656 1820 = "Psychologists (19-3030)" 6657 1830 = "Sociologists (19-3041)" 6658 1840 = "Urban and regional planners" 6659 1860 = "Miscellaneous social scientists" 6660 1900 = "Agricultural and food science" 6661 1910 = "Biological technicians (19-4021)" 6662 1920 = "Chemical technicians (19-4031)" 6663 1930 = "Geological and petroleum" 6664 1940 = "Nuclear technicians (19-4051)" 6665 1960 = "Other life, physical, and social" 6666 2000 = "Counselors (21-1010)" 6667 2010 = "Social workers (21-1020)" 6668 2020 = "Miscellaneous community and" 6669 2040 = "Clergy (21-2011)" 6670 2050 = "Directors, religious activities" 6671 2060 = "Religious workers, all other" 6672 2100 = "Lawyers (23-1011)" 6673 2140 = "Paralegals and legal assistants" 6674 2150 = "Miscellaneous legal support" 6675 2200 = "Postsecondary teachers (25-1000)" 6676 2300 = "Preschool and kindergarten" 6677 2310 = "Elementary and middle school" 6678 2320 = "Secondary school teachers" 6679 2330 = "Special education teachers" 6680 2340 = "Other teachers and instructors" 6681 2400 = "Archivists, curators, and museum" 6682 2430 = "Librarians (25-4021)" 6683 2440 = "Library technicians (25-4031)" 6684 2540 = "Teacher assistants (25-9041)" 6685 2550 = "Other education, training, and" 124 The SAS System 08:21 Thursday, December 11, 2014 6686 2600 = "Artists and related workers" 6687 2630 = "Designers (27-1020)" 6688 2700 = "Actors (27-2011)" 6689 2710 = "Producers and directors (27-2012)" 6690 2720 = "Athletes, coaches, umpires, and" 6691 2740 = "Dancers and choreographers" 6692 2750 = "Musicians, singers, and related" 6693 2760 = "Entertainers and performers," 6694 2800 = "Announcers (27-3010)" 6695 2810 = "News analysts, reporters and" 6696 2820 = "Public relations specialists" 6697 2830 = "Editors (27-3041)" 6698 2840 = "Technical writers (27-3042)" 6699 2850 = "Writers and authors (27-3043)" 6700 2860 = "Miscellaneous media and" 6701 2900 = "Broadcast and sound engineering" 6702 2910 = "Photographers (27-4021)" 6703 2920 = "Television, video, and motion" 6704 2960 = "Media and communication equipment" 6705 3000 = "Chiropractors (29-1011)" 6706 3010 = "Dentists (29-1020)" 6707 3030 = "Dietitians and nutritionists" 6708 3040 = "Optometrists (29-1041)" 6709 3050 = "Pharmacists (29-1051)" 6710 3060 = "Physicians and surgeons (29-1060)" 6711 3110 = "Physician assistants (29-1071)" 6712 3120 = "Podiatrists (29-1081)" 6713 3130 = "Registered nurses (29-1111)" 6714 3140 = "Audiologists (29-1121)" 6715 3150 = "Occupational therapists (29-1122)" 6716 3160 = "Physical therapists (29-1123)" 6717 3200 = "Radiation therapists (29-1124)" 6718 3210 = "Recreational therapists (29-1125)" 6719 3220 = "Respiratory therapists (29-1126)" 6720 3230 = "Speech-language pathologists" 6721 3240 = "Therapists, all other (29-1129)" 6722 3250 = "Veterinarians (29-1131)" 6723 3260 = "Health diagnosing and treating" 6724 3300 = "Clinical laboratory technologists" 6725 3310 = "Dental hygienists (29-2021)" 6726 3320 = "Diagnostic related technologists" 6727 3400 = "Emergency medical technicians and" 6728 3410 = "Health diagnosing and treating" 6729 3500 = "Licensed practical and licensed" 6730 3510 = "Medical records and health" 6731 3520 = "Opticians, dispensing (29-2081)" 6732 3530 = "Miscellaneous health" 6733 3540 = "Other healthcare practitioners" 6734 3600 = "Nursing, psychiatric, and home" 6735 3610 = "Occupational therapist assistants" 6736 3620 = "Physical therapist assistants and" 6737 3630 = "Massage therapists (31-9011)" 6738 3640 = "Dental assistants (31-9091)" 6739 3650 = "Medical assistants and other" 6740 3700 = "First-line supervisors/managers" 6741 3710 = "First-line supervisors/managers" 6742 3720 = "First-line supervisors/managers" 6743 3730 = "Supervisors, protective service" 125 The SAS System 08:21 Thursday, December 11, 2014 6744 3740 = "Fire fighters (33-2011)" 6745 3750 = "Fire inspectors (33-2020)" 6746 3800 = "Bailiffs, correctional officers," 6747 3820 = "Detectives and criminal" 6748 3830 = "Fish and game wardens (33-3031)" 6749 3840 = "Parking enforcement workers" 6750 3850 = "Police and sheriff's patrol" 6751 3860 = "Transit and railroad police" 6752 3900 = "Animal control workers (33-9011)" 6753 3910 = "Private detectives and" 6754 3920 = "Security guards and gaming" 6755 3940 = "Crossing guards (33-9091)" 6756 3950 = "Lifeguards and other protective" 6757 4000 = "Chefs and head cooks (35-1011)" 6758 4010 = "First-line supervisors/managers" 6759 4020 = "Cooks (35-2010)" 6760 4030 = "Food preparation workers (35-2021)" 6761 4040 = "Bartenders (35-3011)" 6762 4050 = "Combined food preparation and" 6763 4060 = "Counter attendants, cafeteria," 6764 4110 = "Waiters and waitresses (35-3031)" 6765 4120 = "Food servers, nonrestaurant" 6766 4130 = "Dining room and cafeteria" 6767 4140 = "Dishwashers (35-9021)" 6768 4150 = "Hosts and hostesses, restaurant," 6769 4160 = "Food preparation and serving" 6770 4200 = "First-line supervisors/managers" 6771 4210 = "First-line supervisors/managers" 6772 4220 = "Janitors and building cleaners" 6773 4230 = "Maids and housekeeping cleaners" 6774 4240 = "Pest control workers (37-2021)" 6775 4250 = "Grounds maintenance workers" 6776 4300 = "First-line supervisors/managers" 6777 4320 = "First-line supervisors/managers" 6778 4340 = "Animal trainers (39-2011)" 6779 4350 = "Nonfarm animal caretakers" 6780 4400 = "Gaming services workers (39-3010)" 6781 4410 = "Motion picture projectionists" 6782 4420 = "Ushers, lobby attendants, and" 6783 4430 = "Miscellaneous entertainment" 6784 4460 = "Funeral service workers (39-4000)" 6785 4500 = "Barbers (39-5011)" 6786 4510 = "Hairdressers, hairstylists, and" 6787 4520 = "Miscellaneous personal appearance" 6788 4530 = "Baggage porters, bellhops, and" 6789 4540 = "Tour and travel guides (39-6020)" 6790 4550 = "Transportation attendants" 6791 4600 = "Child care workers (39-9011)" 6792 4610 = "Personal and home care aides" 6793 4620 = "Recreation and fitness workers" 6794 4640 = "Residential advisors (39-9041)" 6795 4650 = "Personal care and service" 6796 4700 = "First-line supervisors/managers" 6797 4710 = "First-line supervisors/managers" 6798 4720 = "Cashiers (41-2010)" 6799 4740 = "Counter and rental clerks" 6800 4750 = "Parts salespersons (41-2022)" 6801 4760 = "Retail salespersons (41-2031)" 126 The SAS System 08:21 Thursday, December 11, 2014 6802 4800 = "Advertising sales agents (41-3011)" 6803 4810 = "Insurance sales agents (41-3021)" 6804 4820 = "Securities, commodities, and" 6805 4830 = "Travel agents (41-3041)" 6806 4840 = "Sales representatives, services," 6807 4850 = "Sales representatives, wholesale" 6808 4900 = "Models, demonstrators, and" 6809 4920 = "Real estate brokers and sales" 6810 4930 = "Sales engineers (41-9031)" 6811 4940 = "Telemarketers (41-9041)" 6812 4950 = "Door-to-door sales workers, news" 6813 4960 = "Sales and related workers, all" 6814 5000 = "First-line supervisors/managers" 6815 5010 = "Switchboard operators, including" 6816 5020 = "Telephone operators (43-2021)" 6817 5030 = "Communications equipment" 6818 5100 = "Bill and account collectors" 6819 5110 = "Billing and posting clerks and" 6820 5120 = "Bookkeeping, accounting, and" 6821 5130 = "Gaming cage workers (43-3041)" 6822 5140 = "Payroll and timekeeping clerks" 6823 5150 = "Procurement clerks (43-3061)" 6824 5160 = "Tellers (43-3071)" 6825 5200 = "Brokerage clerks (43-4011)" 6826 5210 = "Correspondence clerks (43-4021)" 6827 5220 = "Court, municipal, and license" 6828 5230 = "Credit authorizers, checkers, and" 6829 5240 = "Customer service representatives" 6830 5250 = "Eligibility interviewers," 6831 5260 = "File Clerks (43-4071)" 6832 5300 = "Hotel, motel, and resort desk" 6833 5310 = "Interviewers, except eligibility" 6834 5320 = "Library assistants, clerical" 6835 5330 = "Loan interviewers and clerks" 6836 5340 = "New accounts clerks (43-4141)" 6837 5350 = "Order clerks (43-4151)" 6838 5360 = "Human resources assistants," 6839 5400 = "Receptionists and information" 6840 5410 = "Reservation and transportation" 6841 5420 = "Information and record clerks," 6842 5500 = "Cargo and freight agents (43-5011)" 6843 5510 = "Couriers and messengers (43-5021)" 6844 5520 = "Dispatchers (43-5030)" 6845 5530 = "Meter readers, utilities (43-5041)" 6846 5540 = "Postal service clerks (43-5051)" 6847 5550 = "Postal service mail carriers" 6848 5560 = "Postal service mail sorters," 6849 5600 = "Production, planning, and" 6850 5610 = "Shipping, receiving, and traffic" 6851 5620 = "Stock clerks and order fillers" 6852 5630 = "Weighers, measurers, checkers," 6853 5700 = "Secretaries and administrative" 6854 5800 = "Computer operators (43-9011)" 6855 5810 = "Data entry keyers (43-9021)" 6856 5820 = "Word processors and typists" 6857 5830 = "Desktop publishers (43-9031)" 6858 5840 = "Insurance claims and policy" 6859 5850 = "Mail clerks and mail machine" 127 The SAS System 08:21 Thursday, December 11, 2014 6860 5860 = "Office clerks, general (43-9061)" 6861 5900 = "Office machine operators, except" 6862 5910 = "Proofreaders and copy markers" 6863 5920 = "Statistical assistants (43-9111)" 6864 5930 = "Office and administrative support" 6865 6000 = "First-line supervisors/managers" 6866 6010 = "Agricultural inspectors (45-2011)" 6867 6020 = "Animal breeders (45-2021)" 6868 6040 = "Graders and sorters, agricultural" 6869 6050 = "Miscellaneous agricultural" 6870 6100 = "Fishers and related fishing" 6871 6110 = "Hunters and trappers (45-3021)" 6872 6120 = "Forest and conservation workers" 6873 6130 = "Logging workers (45-4020)" 6874 6200 = "First-line supervisors/managers" 6875 6210 = "Boilermakers (47-2011)" 6876 6220 = "Brickmasons, blockmasons, and" 6877 6230 = "Carpenters (47-2031)" 6878 6240 = "Carpet, floor, and tile" 6879 6250 = "Cement masons, concrete" 6880 6260 = "Construction laborers (47-2061)" 6881 6300 = "Paving, surfacing, and tamping" 6882 6310 = "Pile-driver operators (47-2072)" 6883 6320 = "Operating engineers and other" 6884 6330 = "Drywall installers, ceiling tile" 6885 6350 = "Electricians (47-2111)" 6886 6360 = "Glaziers (47-2121)" 6887 6400 = "Insulation workers (47-2130)" 6888 6420 = "Painters, construction and" 6889 6430 = "Paperhangers (47-2142)" 6890 6440 = "Pipelayers, plumbers," 6891 6460 = "Plasterers and stucco masons" 6892 6500 = "Reinforcing iron and rebar" 6893 6510 = "Roofers (47-2181)" 6894 6520 = "Sheet metal workers (47-2211)" 6895 6530 = "Structural iron and steel workers" 6896 6600 = "Helpers, construction trades" 6897 6660 = "Construction and building" 6898 6700 = "Elevator installers and repairers" 6899 6710 = "Fence erectors (47-4031)" 6900 6720 = "Hazardous materials removal" 6901 6730 = "Highway maintenance workers" 6902 6740 = "Rail-track laying and maintenance" 6903 6750 = "Septic tank servicers and sewer" 6904 6760 = "Miscellaneous construction and" 6905 6800 = "Derrick, rotary drill, and" 6906 6820 = "Earth drillers, except oil and" 6907 6830 = "Explosives workers, ordnance" 6908 6840 = "Mining machine operators (47-5040)" 6909 6910 = "Roof bolters, mining (47-5061)" 6910 6920 = "Roustabouts, oil and gas (47-5071)" 6911 6930 = "Helpers--extraction workers" 6912 6940 = "Other extraction workers (47-50XX)" 6913 7000 = "First-line supervisors/managers" 6914 7010 = "Computer, automated teller, and" 6915 7020 = "Radio and telecommunications" 6916 7030 = "Avionics technicians (49-2091)" 6917 7040 = "Electric motor, power tool, and" 128 The SAS System 08:21 Thursday, December 11, 2014 6918 7050 = "Electrical and electronics" 6919 7100 = "Electrical and electronics" 6920 7110 = "Electronic equipment installers" 6921 7120 = "Electronic home entertainment" 6922 7130 = "Security and fire alarm systems" 6923 7140 = "Aircraft mechanics and service" 6924 7150 = "Automotive body and related" 6925 7160 = "Automotive glass installers and" 6926 7200 = "Automotive service technicians" 6927 7210 = "Bus and truck mechanics and" 6928 7220 = "Heavy vehicle and mobile" 6929 7240 = "Small engine mechanics (49-3050)" 6930 7260 = "Miscellaneous vehicle and mobile" 6931 7300 = "Control and valve installers and" 6932 7310 = "Heating, air conditioning, and" 6933 7320 = "Home appliance repairers (49-9031)" 6934 7330 = "Industrial and refractory" 6935 7340 = "Maintenance and repair workers," 6936 7350 = "Maintenance workers, machinery" 6937 7360 = "Millwrights (49-9044)" 6938 7410 = "Electrical power-line installers" 6939 7420 = "Telecommunications line" 6940 7430 = "Precision instrument and" 6941 7510 = "Coin, vending, and amusement" 6942 7520 = "Commercial divers (49-9092)" 6943 7540 = "Locksmiths and safe repairers" 6944 7550 = "Manufactured building and mobile" 6945 7560 = "Riggers (49-9096)" 6946 7600 = "Signal and track switch repairers" 6947 7610 = "Helpers--installation," 6948 7620 = "Other installation, maintenance," 6949 7700 = "First-line supervisors/managers" 6950 7710 = "Aircraft structure, surfaces," 6951 7720 = "Electrical, electronics, and" 6952 7730 = "Engine and other machine" 6953 7740 = "Structural metal fabricators and" 6954 7750 = "Miscellaneous assemblers and" 6955 7800 = "Bakers (51-3011)" 6956 7810 = "Butchers and other meat, poultry," 6957 7830 = "Food and tobacco roasting," 6958 7840 = "Food batchmakers (51-3092)" 6959 7850 = "Food cooking machine operators" 6960 7900 = "Computer control programmers and" 6961 7920 = "Extruding and drawing machine" 6962 7930 = "Forging machine setters," 6963 7940 = "Rolling machine setters," 6964 7950 = "Cutting, punching, and press" 6965 7960 = "Drilling and boring machine tool" 6966 8000 = "Grinding, lapping, polishing, and" 6967 8010 = "Lathe and turning machine tool" 6968 8020 = "Milling and planing machine" 6969 8030 = "Machinists (51-4041)" 6970 8040 = "Metal furnace and kiln operators" 6971 8060 = "Model makers and patternmakers," 6972 8100 = "Molders and molding machine" 6973 8120 = "Multiple machine tool setters," 6974 8130 = "Tool and die makers (51-4111)" 6975 8140 = "Welding, soldering, and brazing" 129 The SAS System 08:21 Thursday, December 11, 2014 6976 8150 = "Heat treating equipment setters," 6977 8160 = "Lay-out workers, metal and" 6978 8200 = "Plating and coating machine" 6979 8210 = "Tool grinders, filers, and" 6980 8220 = "Metalworkers and plastic workers," 6981 8230 = "Bookbinders and bindery workers" 6982 8240 = "Job printers (51-5021)" 6983 8250 = "Prepress technicians and workers" 6984 8260 = "Printing machine operators" 6985 8300 = "Laundry and dry-cleaning workers" 6986 8310 = "Pressers, textile, garment, and" 6987 8320 = "Sewing machine operators (51-6031)" 6988 8330 = "Shoe and leather workers and" 6989 8340 = "Shoe machine operators and" 6990 8350 = "Tailors, dressmakers, and sewers" 6991 8360 = "Textile bleaching and dyeing" 6992 8400 = "Textile cutting machine setters," 6993 8410 = "Textile knitting and weaving" 6994 8420 = "Textile winding, twisting, and" 6995 8430 = "Extruding and forming machine" 6996 8440 = "Fabric and apparel patternmakers" 6997 8450 = "Upholsterers (51-6093)" 6998 8460 = "Textile, apparel, and furnishings" 6999 8500 = "Cabinetmakers and bench" 7000 8510 = "Furniture finishers (51-7021)" 7001 8520 = "Model makers and patternmakers," 7002 8530 = "Sawing machine setters," 7003 8540 = "Woodworking machine setters," 7004 8550 = "Woodworkers, all other (51-7099)" 7005 8600 = "Power plant operators," 7006 8610 = "Stationary engineers and boiler" 7007 8620 = "Water and liquid waste treatment" 7008 8630 = "Miscellaneous plant and system" 7009 8640 = "Chemical processing machine" 7010 8650 = "Crushing, grinding, polishing," 7011 8710 = "Cutting workers (51-9030)" 7012 8720 = "Extruding, forming, pressing, and" 7013 8730 = "Furnace, kiln, oven, drier, and" 7014 8740 = "Inspectors, testers, sorters," 7015 8750 = "Jewelers and precious stone and" 7016 8760 = "Medical, dental, and ophthalmic" 7017 8800 = "Packaging and filling machine" 7018 8810 = "Painting workers (51-9120)" 7019 8830 = "Photographic process workers and" 7020 8840 = "Semiconductor processors (51-9141)" 7021 8850 = "Cementing and gluing machine" 7022 8860 = "Cleaning, washing, and metal" 7023 8900 = "Cooling and freezing equipment" 7024 8910 = "Etchers and engravers (51-9194)" 7025 8920 = "Molders, shapers, and casters," 7026 8930 = "Paper goods machine setters," 7027 8940 = "Tire builders (51-9197)" 7028 8950 = "Helpers--production workers" 7029 8960 = "Production workers, all other" 7030 9000 = "Supervisors, transportation and" 7031 9030 = "Aircraft pilots and flight" 7032 9040 = "Air traffic controllers and" 7033 9110 = "Ambulance drivers and attendants," 130 The SAS System 08:21 Thursday, December 11, 2014 7034 9120 = "Bus drivers (53-3020)" 7035 9130 = "Driver/sales workers and truck" 7036 9140 = "Taxi drivers and chauffeurs" 7037 9150 = "Motor vehicle operators, all" 7038 9200 = "Locomotive engineers and" 7039 9230 = "Railroad brake, signal, and" 7040 9240 = "Railroad conductors and" 7041 9260 = "Subway, streetcar, and other rail" 7042 9300 = "Sailors and marine oilers" 7043 9310 = "Ship and boat captains and" 7044 9330 = "Ship engineers (53-5031)" 7045 9340 = "Bridge and lock tenders (53-6011)" 7046 9350 = "Parking lot attendants (53-6021)" 7047 9360 = "Service station attendants" 7048 9410 = "Transportation inspectors" 7049 9420 = "Other transportation workers" 7050 9500 = "Conveyor operators and tenders" 7051 9510 = "Crane and tower operators" 7052 9520 = "Dredge, excavating, and loading" 7053 9560 = "Hoist and winch operators" 7054 9600 = "Industrial truck and tractor" 7055 9610 = "Cleaners of vehicles and" 7056 9620 = "Laborers and freight, stock, and" 7057 9630 = "Machine feeders and offbearers" 7058 9640 = "Packers and packagers, hand" 7059 9650 = "Pumping station operators" 7060 9720 = "Refuse and recyclable material" 7061 9730 = "Shuttle car operators (53-7111)" 7062 9740 = "Tank car, truck, and ship loaders" 7063 9750 = "Material moving workers, all" 7064 9840 = "Persons whose current labor force" 7065 ; NOTE: Format TBSOCC2L has been output. 7066 VALUE absocc2l (default=32) 7067 0 = "Not imputed" 7068 1 = "Statistical imputation(hot deck)" 7069 2 = "Cold deck imputation" 7070 3 = "Logical imputation(derivation)" 7071 4 = "Statistical or logical imputation" 7072 ; NOTE: Format ABSOCC2L has been output. 7073 VALUE euectypm (default=32) 7074 -1 = "Not in Universe" 7075 1 = "Yes" 7076 2 = "No" 7077 ; NOTE: Format EUECTYPM has been output. 7078 VALUE auectypm (default=32) 7079 0 = "Not imputed" 7080 1 = "Statistical imputation (hot deck)" 7081 2 = "Cold deck imputation" 7082 3 = "Logical imputation (derivation)" 7083 4 = "Statistical or logical imputation" 7084 ; NOTE: Format AUECTYPM has been output. 7085 VALUE euectypk (default=32) 7086 -1 = "Not in Universe" 7087 1 = "Yes" 131 The SAS System 08:21 Thursday, December 11, 2014 7088 2 = "No" 7089 ; NOTE: Format EUECTYPK has been output. 7090 VALUE auectypk (default=32) 7091 0 = "Not imputed" 7092 1 = "Statistical imputation (hot deck)" 7093 2 = "Cold deck imputation" 7094 3 = "Logical imputation (derivation)" 7095 4 = "Statistical or logical imputation" 7096 ; NOTE: Format AUECTYPK has been output. 7097 VALUE elmptypm (default=32) 7098 -1 = "Not in Universe" 7099 1 = "Yes" 7100 2 = "No" 7101 ; NOTE: Format ELMPTYPM has been output. 7102 VALUE almptypm (default=32) 7103 0 = "Not imputed" 7104 1 = "Statistical imputation (hot deck)" 7105 2 = "Cold deck imputation" 7106 3 = "Logical imputation (derivation)" 7107 4 = "Statistical or logical imputation" 7108 ; NOTE: Format ALMPTYPM has been output. 7109 VALUE elmptypk (default=32) 7110 -1 = "Not in Universe" 7111 1 = "Yes" 7112 2 = "No" 7113 ; NOTE: Format ELMPTYPK has been output. 7114 VALUE almptypk (default=32) 7115 0 = "Not imputed" 7116 1 = "Statistical imputation (hot deck)" 7117 2 = "Cold deck imputation" 7118 3 = "Logical imputation (derivation)" 7119 4 = "Statistical or logical imputation" 7120 ; NOTE: Format ALMPTYPK has been output. 7121 VALUE elmptypl (default=32) 7122 -1 = "Not in Universe" 7123 1 = "Yes" 7124 2 = "No" 7125 ; NOTE: Format ELMPTYPL has been output. 7126 VALUE almptypl (default=32) 7127 0 = "Not imputed" 7128 1 = "Statistical imputation (hot deck)" 7129 2 = "Cold deck imputation" 7130 3 = "Logical imputation (derivation)" 7131 4 = "Statistical or logical imputation" 7132 ; NOTE: Format ALMPTYPL has been output. 7133 VALUE essself (default=32) 7134 -1 = "Not in Universe" 7135 1 = "Yes" 7136 2 = "No" 7137 ; 132 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format ESSSELF has been output. 7138 VALUE assself (default=32) 7139 0 = "Not imputed" 7140 1 = "Statistical imputation (hot deck)" 7141 2 = "Cold deck imputation" 7142 3 = "Logical imputation (derivation)" 7143 4 = "Statistical or logical imputation" 7144 ; NOTE: Format ASSSELF has been output. 7145 VALUE esschild (default=32) 7146 -1 = "Not in Universe" 7147 1 = "Yes" 7148 2 = "No" 7149 ; NOTE: Format ESSCHILD has been output. 7150 VALUE asschild (default=32) 7151 0 = "Not imputed" 7152 1 = "Statistical imputation (hot deck)" 7153 2 = "Cold deck imputation" 7154 3 = "Logical imputation (derivation)" 7155 4 = "Statistical or logical imputation" 7156 ; NOTE: Format ASSCHILD has been output. 7157 VALUE essichld (default=32) 7158 -1 = "Not in Universe" 7159 1 = "Yes" 7160 2 = "No" 7161 ; NOTE: Format ESSICHLD has been output. 7162 VALUE assichld (default=32) 7163 0 = "Not imputed" 7164 1 = "Statistical imputation (hot deck)" 7165 2 = "Cold deck imputation" 7166 3 = "Logical imputation (derivation)" 7167 4 = "Statistical or logical imputation" 7168 ; NOTE: Format ASSICHLD has been output. 7169 VALUE essiself (default=32) 7170 -1 = "Not in Universe" 7171 1 = "Yes" 7172 2 = "No" 7173 ; NOTE: Format ESSISELF has been output. 7174 VALUE assiself (default=32) 7175 0 = "Not imputed" 7176 1 = "Statistical imputation (hot deck)" 7177 2 = "Cold deck imputation" 7178 3 = "Logical imputation (derivation)" 7179 4 = "Statistical or logical imputation" 7180 ; NOTE: Format ASSISELF has been output. 7181 VALUE estssi (default=32) 7182 -1 = "Not in Universe" 7183 1 = "Yes" 7184 2 = "No" 7185 ; NOTE: Format ESTSSI has been output. 7186 VALUE astssi (default=32) 133 The SAS System 08:21 Thursday, December 11, 2014 7187 0 = "Not imputed" 7188 1 = "Statistical imputation (hot deck)" 7189 2 = "Cold deck imputation" 7190 3 = "Logical imputation (derivation)" 7191 4 = "Statistical or logical imputation" 7192 ; NOTE: Format ASTSSI has been output. 7193 VALUE rwcmprsn (default=32) 7194 -1 = "Not in Universe" 7195 1 = "Disability" 7196 3 = "Suvivor" 7197 5 = "Disability and Suvivor" 7198 8 = "No payment" 7199 ; NOTE: Format RWCMPRSN has been output. 7200 VALUE awcmprsn (default=32) 7201 0 = "Not imputed" 7202 1 = "Statistical imputation (hot deck)" 7203 2 = "Cold deck imputation" 7204 3 = "Logical imputation (derivation)" 7205 4 = "Statistical or logical imputation" 7206 ; NOTE: Format AWCMPRSN has been output. 7207 VALUE rinsrsn (default=32) 7208 -1 = "Not in Universe" 7209 1 = "Disability" 7210 8 = "No payment received" 7211 ; NOTE: Format RINSRSN has been output. 7212 VALUE ainsrsn (default=32) 7213 0 = "Not imputed" 7214 1 = "Statistical imputation (hot deck)" 7215 2 = "Cold deck imputation" 7216 3 = "Logical imputation (derivation)" 7217 4 = "Statistical or logical imputation" 7218 ; NOTE: Format AINSRSN has been output. 7219 VALUE rempdrsn (default=32) 7220 -1 = "Not in Universe" 7221 1 = "Disability" 7222 8 = "No payment" 7223 ; NOTE: Format REMPDRSN has been output. 7224 VALUE aempdrsn (default=32) 7225 0 = "Not imputed" 7226 1 = "Statistical imputation (hot deck)" 7227 2 = "Cold deck imputation" 7228 3 = "Logical imputation (derivation)" 7229 4 = "Statistical or logical imputation" 7230 ; NOTE: Format AEMPDRSN has been output. 7231 VALUE rpensrsn (default=32) 7232 -1 = "Not in Universe" 7233 1 = "Disability" 7234 2 = "Retirement" 7235 3 = "Survivor" 7236 4 = "Disability and retirement" 7237 5 = "Disability and Survivor" 134 The SAS System 08:21 Thursday, December 11, 2014 7238 6 = "Retirement and survivor" 7239 7 = "Disability, retirement, and" 7240 8 = "No payment received" 7241 ; NOTE: Format RPENSRSN has been output. 7242 VALUE apensrsn (default=32) 7243 0 = "Not imputed" 7244 1 = "Statistical imputation (hot deck)" 7245 2 = "Cold deck imputation" 7246 3 = "Logical imputation (derivation)" 7247 4 = "Statistical or logical imputation" 7248 ; NOTE: Format APENSRSN has been output. 7249 VALUE rfcsrsn (default=32) 7250 -1 = "Not in Universe" 7251 1 = "Disability" 7252 2 = "Retirement" 7253 3 = "Survivor" 7254 4 = "Disability and retirement" 7255 5 = "Disability and Survivor" 7256 6 = "Retirement and survivor" 7257 7 = "Disability, retirement, and" 7258 8 = "No payment received" 7259 ; NOTE: Format RFCSRSN has been output. 7260 VALUE afcsrsn (default=32) 7261 0 = "Not imputed" 7262 1 = "Statistical imputation (hot deck)" 7263 2 = "Cold deck imputation" 7264 3 = "Logical imputation (derivation)" 7265 4 = "Statistical or logical imputation" 7266 ; NOTE: Format AFCSRSN has been output. 7267 VALUE rstatrsn (default=32) 7268 -1 = "Not in Universe" 7269 1 = "Disability" 7270 2 = "Retirement" 7271 3 = "Survivor" 7272 4 = "Disability and retirement" 7273 5 = "Disability and Survivor" 7274 6 = "Retirement and survivor" 7275 7 = "Disability, retirement, and" 7276 8 = "No payment received" 7277 ; NOTE: Format RSTATRSN has been output. 7278 VALUE astatrsn (default=32) 7279 0 = "Not imputed" 7280 1 = "Statistical imputation (hot deck)" 7281 2 = "Cold deck imputation" 7282 3 = "Logical imputation (derivation)" 7283 4 = "Statistical or logical imputation" 7284 ; NOTE: Format ASTATRSN has been output. 7285 VALUE rlgovrsn (default=32) 7286 -1 = "Not in Universe" 7287 1 = "Disability" 7288 2 = "Retirement" 7289 3 = "Survivor" 135 The SAS System 08:21 Thursday, December 11, 2014 7290 4 = "Disability and retirement" 7291 5 = "Disability and Survivor" 7292 6 = "Retirement and survivor" 7293 7 = "Disability, retirement, and" 7294 8 = "No payment received" 7295 ; NOTE: Format RLGOVRSN has been output. 7296 VALUE algovrsn (default=32) 7297 0 = "Not imputed" 7298 1 = "Statistical imputation (hot deck)" 7299 2 = "Cold deck imputation" 7300 3 = "Logical imputation (derivation)" 7301 4 = "Statistical or logical imputation" 7302 ; NOTE: Format ALGOVRSN has been output. 7303 VALUE rmilrsn (default=32) 7304 -1 = "Not in Universe" 7305 1 = "Disability" 7306 2 = "Retirement" 7307 3 = "Survivor" 7308 4 = "Disability and retirement" 7309 5 = "Disability and Survivor" 7310 6 = "Retirement and survivor" 7311 7 = "Disability, retirement, and" 7312 8 = "No payment received" 7313 ; NOTE: Format RMILRSN has been output. 7314 VALUE amilrsn (default=32) 7315 0 = "Not imputed" 7316 1 = "Statistical imputation (hot deck)" 7317 2 = "Cold deck imputation" 7318 3 = "Logical imputation (derivation)" 7319 4 = "Statistical or logical imputation" 7320 ; NOTE: Format AMILRSN has been output. 7321 VALUE rrrsn (default=32) 7322 -1 = "Not in Universe" 7323 1 = "Disability" 7324 2 = "Retirement" 7325 3 = "Survivor" 7326 4 = "Disability and retirement" 7327 5 = "Disability and Survivor" 7328 6 = "Retirement and survivor" 7329 7 = "Disability, retirement, and" 7330 8 = "No payment received" 7331 ; NOTE: Format RRRSN has been output. 7332 VALUE arrrsn (default=32) 7333 0 = "Not imputed" 7334 1 = "Statistical imputation (hot deck)" 7335 2 = "Cold deck imputation" 7336 3 = "Logical imputation (derivation)" 7337 4 = "Statistical or logical imputation" 7338 ; NOTE: Format ARRRSN has been output. 7339 VALUE rothrrsn (default=32) 7340 -1 = "Not in Universe" 7341 1 = "Disability" 136 The SAS System 08:21 Thursday, December 11, 2014 7342 2 = "Retirement" 7343 3 = "Suvivor" 7344 4 = "Disability and retirement" 7345 5 = "Disability and Survivor" 7346 6 = "Retirement and survivor" 7347 7 = "Disability, retirement, and" 7348 8 = "No payment received" 7349 ; NOTE: Format ROTHRRSN has been output. 7350 VALUE aothrrsn (default=32) 7351 0 = "Not imputed" 7352 1 = "Statistical imputation (hot deck)" 7353 2 = "Cold deck imputation" 7354 3 = "Logical imputation (derivation)" 7355 4 = "Statistical or logical imputation" 7356 ; NOTE: Format AOTHRRSN has been output. 7357 VALUE rlifirsn (default=32) 7358 -1 = "Not in Universe" 7359 2 = "Retirement" 7360 3 = "Suvivor" 7361 6 = "Retirement and survivor" 7362 8 = "No payment received" 7363 ; NOTE: Format RLIFIRSN has been output. 7364 VALUE alifirsn (default=32) 7365 0 = "Not imputed" 7366 1 = "Statistical imputation (hot deck)" 7367 2 = "Cold deck imputation" 7368 3 = "Logical imputation (derivation)" 7369 4 = "Statistical or logical imputation" 7370 ; NOTE: Format ALIFIRSN has been output. 7371 VALUE rvetsrsn (default=32) 7372 -1 = "Not in Universe" 7373 3 = "Suvivor" 7374 8 = "No payment received" 7375 ; NOTE: Format RVETSRSN has been output. 7376 VALUE avetsrsn (default=32) 7377 0 = "Not imputed" 7378 1 = "Statistical imputation (hot deck)" 7379 2 = "Cold deck imputation" 7380 3 = "Logical imputation (derivation)" 7381 4 = "Statistical or logical imputation" 7382 ; NOTE: Format AVETSRSN has been output. 7383 VALUE restarsn (default=32) 7384 -1 = "Not in Universe" 7385 3 = "Survivor" 7386 8 = "No payment received" 7387 ; NOTE: Format RESTARSN has been output. 7388 VALUE aestarsn (default=32) 7389 0 = "Not imputed" 7390 1 = "Statistical imputation (hot deck)" 7391 2 = "Cold deck imputation" 7392 3 = "Logical imputation (derivation)" 137 The SAS System 08:21 Thursday, December 11, 2014 7393 4 = "Statistical or logical imputation" 7394 ; NOTE: Format AESTARSN has been output. 7395 VALUE efccyn (default=32) 7396 -1 = "Not in Universe" 7397 1 = "Yes" 7398 2 = "No" 7399 ; NOTE: Format EFCCYN has been output. 7400 VALUE afccyn (default=32) 7401 0 = "Not imputed" 7402 1 = "Statistical imputation (hot deck)" 7403 2 = "Cold deck imputation" 7404 3 = "Logical imputation (derivation)" 7405 4 = "Statistical or logical imputation" 7406 ; NOTE: Format AFCCYN has been output. 7407 VALUE ecsyn (default=32) 7408 -1 = "Not in Universe" 7409 1 = "Yes" 7410 2 = "No" 7411 ; NOTE: Format ECSYN has been output. 7412 VALUE acsyn (default=32) 7413 0 = "Not imputed" 7414 1 = "Statistical imputation (hot deck)" 7415 2 = "Cold deck imputation" 7416 3 = "Logical imputation (derivation)" 7417 4 = "Statistical or logical imputation" 7418 ; NOTE: Format ACSYN has been output. 7419 VALUE ealiyn (default=32) 7420 -1 = "Not in Universe" 7421 1 = "Yes" 7422 2 = "No" 7423 ; NOTE: Format EALIYN has been output. 7424 VALUE aaliyn (default=32) 7425 0 = "Not imputed" 7426 1 = "Statistical imputation (hot deck)" 7427 2 = "Cold deck imputation" 7428 3 = "Logical imputation (derivation)" 7429 4 = "Statistical or logical imputation" 7430 ; NOTE: Format AALIYN has been output. 7431 VALUE efsyn (default=32) 7432 -1 = "Not in Universe" 7433 1 = "Yes" 7434 2 = "No" 7435 ; NOTE: Format EFSYN has been output. 7436 VALUE afsyn (default=32) 7437 0 = "Not imputed" 7438 1 = "Statistical imputation (hot deck)" 7439 2 = "Cold deck imputation" 7440 3 = "Logical imputation (derivation)" 7441 4 = "Statistical or logical imputation" 7442 ; 138 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format AFSYN has been output. 7443 VALUE epssthru (default=32) 7444 -1 = "Not in Universe" 7445 1 = "Yes" 7446 2 = "No" 7447 ; NOTE: Format EPSSTHRU has been output. 7448 VALUE apssthru (default=32) 7449 0 = "Not imputed" 7450 1 = "Statistical imputation (hot deck)" 7451 2 = "Cold deck imputation" 7452 3 = "Logical imputation (derivation)" 7453 4 = "Statistical or logical imputation" 7454 ; NOTE: Format APSSTHRU has been output. 7455 VALUE epaothru (default=32) 7456 -1 = "Not in Universe" 7457 1 = "Yes" 7458 2 = "No" 7459 ; NOTE: Format EPAOTHRU has been output. 7460 VALUE apaothru (default=32) 7461 0 = "Not imputed" 7462 1 = "Statistical imputation (hot deck)" 7463 2 = "Cold deck imputation" 7464 3 = "Logical imputation (derivation)" 7465 4 = "Imputed from the previous wave" 7466 ; NOTE: Format APAOTHRU has been output. 7467 VALUE epaothrk (default=32) 7468 -1 = "Not in Universe" 7469 1 = "Yes" 7470 2 = "No" 7471 ; NOTE: Format EPAOTHRK has been output. 7472 VALUE apaothrk (default=32) 7473 0 = "Not imputed" 7474 1 = "Statistical imputation (hot deck)" 7475 2 = "Cold deck imputation" 7476 3 = "Logical imputation (derivation)" 7477 4 = "Imputed from the previous wave" 7478 ; NOTE: Format APAOTHRK has been output. 7479 VALUE epaothrl (default=32) 7480 -1 = "Not in Universe" 7481 1 = "Yes" 7482 2 = "No" 7483 ; NOTE: Format EPAOTHRL has been output. 7484 VALUE apaothrl (default=32) 7485 0 = "Not imputed" 7486 1 = "Statistical imputation (hot deck)" 7487 2 = "Cold deck imputation" 7488 3 = "Logical imputation (derivation)" 7489 4 = "Imputed from the previous wave" 7490 ; NOTE: Format APAOTHRL has been output. 7491 VALUE epaothrm (default=32) 139 The SAS System 08:21 Thursday, December 11, 2014 7492 -1 = "Not in Universe" 7493 1 = "Yes" 7494 2 = "No" 7495 ; NOTE: Format EPAOTHRM has been output. 7496 VALUE apaothrm (default=32) 7497 0 = "Not imputed" 7498 1 = "Statistical imputation (hot deck)" 7499 2 = "Cold deck imputation" 7500 3 = "Logical imputation (derivation)" 7501 4 = "Imputed from the previous wave" 7502 ; NOTE: Format APAOTHRM has been output. 7503 VALUE epaothrn (default=32) 7504 -1 = "Not in Universe" 7505 1 = "Yes" 7506 2 = "No" 7507 ; NOTE: Format EPAOTHRN has been output. 7508 VALUE apaothrn (default=32) 7509 0 = "Not imputed" 7510 1 = "Statistical imputation (hot deck)" 7511 2 = "Cold deck imputation" 7512 3 = "Logical imputation (derivation)" 7513 4 = "Imputed from the previous wave" 7514 ; NOTE: Format APAOTHRN has been output. 7515 VALUE epaothro (default=32) 7516 -1 = "Not in Universe" 7517 1 = "Yes" 7518 2 = "No" 7519 ; NOTE: Format EPAOTHRO has been output. 7520 VALUE apaothro (default=32) 7521 0 = "Not imputed" 7522 1 = "Statistical imputation (hot deck)" 7523 2 = "Cold deck imputation" 7524 3 = "Logical imputation (derivation)" 7525 4 = "Imputed from the previous wave" 7526 ; NOTE: Format APAOTHRO has been output. 7527 VALUE ewelactu (default=32) 7528 -1 = "Not in Universe" 7529 1 = "Yes" 7530 2 = "No" 7531 ; NOTE: Format EWELACTU has been output. 7532 VALUE awelactu (default=32) 7533 0 = "No imputation" 7534 1 = "Statistical imputation (hot deck)" 7535 2 = "Cold deck imputation" 7536 3 = "Logical imputation (derivation)" 7537 4 = "Imputed from the previous wave" 7538 ; NOTE: Format AWELACTU has been output. 7539 VALUE ewelac2u (default=32) 7540 -1 = "Not in Universe" 7541 1 = "Yes" 140 The SAS System 08:21 Thursday, December 11, 2014 7542 2 = "No" 7543 ; NOTE: Format EWELAC2U has been output. 7544 VALUE awelac2u (default=32) 7545 0 = "No imputation" 7546 1 = "Statistical imputation (hot deck)" 7547 2 = "Cold deck imputation" 7548 3 = "Logical imputation (derivation)" 7549 4 = "Imputed from the previous wave" 7550 ; NOTE: Format AWELAC2U has been output. 7551 VALUE ewelac2k (default=32) 7552 -1 = "Not in Universe" 7553 1 = "Yes" 7554 2 = "No" 7555 ; NOTE: Format EWELAC2K has been output. 7556 VALUE awelac2k (default=32) 7557 0 = "No imputation" 7558 1 = "Statistical imputation (hot deck)" 7559 2 = "Cold deck imputation" 7560 3 = "Logical imputation (derivation)" 7561 4 = "Imputed from the previous wave" 7562 ; NOTE: Format AWELAC2K has been output. 7563 VALUE ewelac2l (default=32) 7564 -1 = "Not in Universe" 7565 1 = "Yes" 7566 2 = "No" 7567 ; NOTE: Format EWELAC2L has been output. 7568 VALUE awelac2l (default=32) 7569 0 = "No imputation" 7570 1 = "Statistical imputation (hot deck)" 7571 2 = "Cold deck" 7572 3 = "Logical imputation (derivation)" 7573 4 = "Imputed from the previous wave" 7574 ; NOTE: Format AWELAC2L has been output. 7575 VALUE ewelactk (default=32) 7576 -1 = "Not in Universe" 7577 1 = "Required to" 7578 2 = "Chose to" 7579 3 = "Both required and chose" 7580 ; NOTE: Format EWELACTK has been output. 7581 VALUE awelactk (default=32) 7582 0 = "No imputation" 7583 1 = "Statistical imputation (hot deck)" 7584 2 = "Cold deck" 7585 3 = "Logical imputation (derivation)" 7586 4 = "Imputed from the previous wave" 7587 ; NOTE: Format AWELACTK has been output. 7588 VALUE ewelactl (default=32) 7589 -1 = "Not in Universe" 7590 1 = "Yes" 7591 2 = "No" 141 The SAS System 08:21 Thursday, December 11, 2014 7592 ; NOTE: Format EWELACTL has been output. 7593 VALUE awelactl (default=32) 7594 0 = "No imputation" 7595 1 = "Statistical imputation (hot deck)" 7596 2 = "Cold deck" 7597 3 = "Logical imputation (derivation)" 7598 4 = "Imputed from the previous wave" 7599 ; NOTE: Format AWELACTL has been output. 7600 VALUE ewrkexpu (default=32) 7601 -1 = "Not in Universe" 7602 1 = "Yes" 7603 2 = "No" 7604 ; NOTE: Format EWRKEXPU has been output. 7605 VALUE awrkexpu (default=32) 7606 0 = "No imputation" 7607 1 = "Statistical imputation (hot deck)" 7608 2 = "Cold deck" 7609 3 = "Logical imputation (derivation)" 7610 4 = "Imputed from the previous wave" 7611 ; NOTE: Format AWRKEXPU has been output. 7612 VALUE ewhiexpu (default=32) 7613 -1 = "Not in Universe" 7614 1 = "First job" 7615 2 = "Second job" 7616 ; NOTE: Format EWHIEXPU has been output. 7617 VALUE awhiexpu (default=32) 7618 0 = "No imputation" 7619 1 = "Statistical imputation (hot deck)" 7620 2 = "Cold deck" 7621 3 = "Logical imputation (derivation)" 7622 4 = "Imputed from the previous wave" 7623 ; NOTE: Format AWHIEXPU has been output. 7624 VALUE ewrkexpk (default=32) 7625 -1 = "Not in Universe" 7626 1 = "Yes" 7627 2 = "No" 7628 ; NOTE: Format EWRKEXPK has been output. 7629 VALUE awrkexpk (default=32) 7630 0 = "No imputation" 7631 1 = "Statistical imputation (hot deck)" 7632 2 = "Cold deck" 7633 3 = "Logical imputation (derivation)" 7634 4 = "Imputed from the previous wave" 7635 ; NOTE: Format AWRKEXPK has been output. 7636 VALUE ewrkexpl (default=32) 7637 -1 = "Not in Universe" 7638 1 = "Required to do work experience" 7639 2 = "Chose to do work experience" 7640 3 = "Both required and chose" 7641 ; 142 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format EWRKEXPL has been output. 7642 VALUE awrkexpl (default=32) 7643 0 = "No imputation" 7644 1 = "Statistical imputation (hot deck)" 7645 2 = "Cold deck" 7646 3 = "Logical imputation (derivation)" 7647 4 = "Imputed from the previous wave" 7648 ; NOTE: Format AWRKEXPL has been output. 7649 VALUE ewhiexpk (default=32) 7650 -1 = "Not in Universe" 7651 1 = "First job" 7652 2 = "Second job" 7653 ; NOTE: Format EWHIEXPK has been output. 7654 VALUE awhiexpk (default=32) 7655 0 = "No imputation" 7656 1 = "Statistical imputation (hot deck)" 7657 2 = "Cold deck" 7658 3 = "Logical imputation (derivation)" 7659 4 = "Imputed from the previous wave" 7660 ; NOTE: Format AWHIEXPK has been output. 7661 VALUE ewicyn (default=32) 7662 -1 = "Not in Universe" 7663 1 = "Yes" 7664 2 = "No" 7665 ; NOTE: Format EWICYN has been output. 7666 VALUE awicyn (default=32) 7667 0 = "Not imputed" 7668 1 = "Statistical imputation (hot deck)" 7669 2 = "Cold deck imputation" 7670 3 = "Logical imputation (derivation)" 7671 4 = "Statistical or logical imputation" 7672 ; NOTE: Format AWICYN has been output. 7673 VALUE epatanfn (default=32) 7674 -1 = "Not in Universe" 7675 1 = "Yes" 7676 2 = "No" 7677 ; NOTE: Format EPATANFN has been output. 7678 VALUE epatanfk (default=32) 7679 -1 = "Not in Universe" 7680 1 = "Yes" 7681 2 = "No" 7682 ; NOTE: Format EPATANFK has been output. 7683 VALUE epatanfl (default=32) 7684 -1 = "Not in Universe" 7685 1 = "Yes" 7686 2 = "No" 7687 ; NOTE: Format EPATANFL has been output. 7688 VALUE epatanfm (default=32) 7689 -1 = "Not in Universe" 7690 1 = "Yes" 143 The SAS System 08:21 Thursday, December 11, 2014 7691 2 = "No" 7692 ; NOTE: Format EPATANFM has been output. 7693 VALUE epatanfo (default=32) 7694 -1 = "Not in Universe" 7695 1 = "Yes" 7696 2 = "No" 7697 ; NOTE: Format EPATANFO has been output. 7698 VALUE epatanfp (default=32) 7699 -1 = "Not in Universe" 7700 1 = "Yes" 7701 2 = "No" 7702 ; NOTE: Format EPATANFP has been output. 7703 VALUE apatanf (default=32) 7704 0 = "Not imputed" 7705 1 = "Statistical imputation (hot deck)" 7706 2 = "Cold deck imputation" 7707 3 = "Logical imputation (derivation)" 7708 4 = "Statistical or logical imputation" 7709 ; NOTE: Format APATANF has been output. 7710 VALUE easetdrw (default=32) 7711 -1 = "Not in Universe" 7712 1 = "Lump Sum" 7713 2 = "Regular distribution" 7714 3 = "Both" 7715 4 = "No" 7716 ; NOTE: Format EASETDRW has been output. 7717 VALUE aasetdrw (default=32) 7718 0 = "Not imputed" 7719 1 = "Statistical imputation (hot deck)" 7720 2 = "Cold deck imputation" 7721 3 = "Logical imputation (derivation)" 7722 4 = "Statistical or logical imputation" 7723 ; NOTE: Format AASETDRW has been output. 7724 VALUE eresnssw (default=32) 7725 -1 = "Not in Universe" 7726 1 = "Retired" 7727 2 = "Disabled" 7728 3 = "Widowed or surviving child" 7729 4 = "Spouse or dependent child" 7730 5 = "Some other reason" 7731 ; NOTE: Format ERESNSSW has been output. 7732 VALUE aresnssw (default=32) 7733 0 = "Not imputed" 7734 1 = "Statistical imputation (hot deck)" 7735 2 = "Cold deck imputation" 7736 3 = "Logical imputation (derivation)" 7737 4 = "Statistical or logical imputation" 7738 ; NOTE: Format ARESNSSW has been output. 7739 VALUE eresnssk (default=32) 7740 -1 = "Not in Universe" 144 The SAS System 08:21 Thursday, December 11, 2014 7741 0 = "Persons providing only one reason" 7742 1 = "Retired" 7743 2 = "Disabled" 7744 3 = "Widowed or surviving child" 7745 4 = "Spouse or dependent child" 7746 5 = "Some other reason" 7747 ; NOTE: Format ERESNSSK has been output. 7748 VALUE aresnssk (default=32) 7749 0 = "Not imputed" 7750 1 = "Statistical imputation (hot deck)" 7751 2 = "Cold deck imputation" 7752 3 = "Logical imputation (derivation)" 7753 4 = "Statistical or logical imputation" 7754 ; NOTE: Format ARESNSSK has been output. 7755 VALUE tagess (default=32) 7756 -1 = "Not in Universe" 7757 ; NOTE: Format TAGESS has been output. 7758 VALUE aagess (default=32) 7759 0 = "Not imputed" 7760 1 = "Statistical imputation (hot deck)" 7761 2 = "Cold deck imputation" 7762 3 = "Logical imputation (derivation)" 7763 ; NOTE: Format AAGESS has been output. 7764 VALUE ejntssyn (default=32) 7765 -1 = "Not in Universe" 7766 1 = "Yes" 7767 2 = "No" 7768 ; NOTE: Format EJNTSSYN has been output. 7769 VALUE ajntssyn (default=32) 7770 0 = "Not imputed" 7771 1 = "Statistical imputation (hot deck)" 7772 2 = "Cold deck imputation" 7773 3 = "Logical imputation (derivation)" 7774 4 = "Statistical or logical imputation" 7775 ; NOTE: Format AJNTSSYN has been output. 7776 VALUE etrantpn (default=32) 7777 -1 = "Not in Universe" 7778 1 = "Yes" 7779 2 = "No" 7780 ; NOTE: Format ETRANTPN has been output. 7781 VALUE etrantpk (default=32) 7782 -1 = "Not in Universe" 7783 1 = "Yes" 7784 2 = "No" 7785 ; NOTE: Format ETRANTPK has been output. 7786 VALUE etrantpl (default=32) 7787 -1 = "Not in Universe" 7788 1 = "Yes" 7789 2 = "No" 7790 ; 145 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format ETRANTPL has been output. 7791 VALUE etrantpm (default=32) 7792 -1 = "Not in Universe" 7793 1 = "Yes" 7794 2 = "No" 7795 ; NOTE: Format ETRANTPM has been output. 7796 VALUE etrantpo (default=32) 7797 -1 = "Not in Universe" 7798 1 = "Yes" 7799 2 = "No" 7800 ; NOTE: Format ETRANTPO has been output. 7801 VALUE atrantp (default=32) 7802 0 = "Not imputed" 7803 1 = "Statistical imputation (hot deck)" 7804 2 = "Cold deck imputation" 7805 3 = "Logical imputation (derivation)" 7806 4 = "Statistical or logical imputation" 7807 ; NOTE: Format ATRANTP has been output. 7808 VALUE egasscep (default=32) 7809 -1 = "Not in Universe" 7810 1 = "Yes" 7811 2 = "No" 7812 ; NOTE: Format EGASSCEP has been output. 7813 VALUE egasscek (default=32) 7814 -1 = "Not in Universe" 7815 1 = "Yes" 7816 2 = "No" 7817 ; NOTE: Format EGASSCEK has been output. 7818 VALUE agassce (default=32) 7819 0 = "Not imputed" 7820 1 = "Statistical imputation (hot deck)" 7821 2 = "Cold deck imputation" 7822 3 = "Logical imputation (derivation)" 7823 4 = "Statistical or logical imputation" 7824 ; NOTE: Format AGASSCE has been output. 7825 VALUE etokscee (default=32) 7826 -1 = "Not in Universe" 7827 1 = "Yes" 7828 2 = "No" 7829 ; NOTE: Format ETOKSCEE has been output. 7830 VALUE etokscek (default=32) 7831 -1 = "Not in Universe" 7832 1 = "Yes" 7833 2 = "No" 7834 ; NOTE: Format ETOKSCEK has been output. 7835 VALUE atoksce (default=32) 7836 0 = "Not imputed" 7837 1 = "Statistical imputation (hot deck)" 7838 2 = "Cold deck imputation" 7839 3 = "Logical imputation (derivation)" 146 The SAS System 08:21 Thursday, December 11, 2014 7840 4 = "Statistical or logical imputation" 7841 ; NOTE: Format ATOKSCE has been output. 7842 VALUE efoodtpe (default=32) 7843 -1 = "Not in Universe" 7844 1 = "Yes" 7845 2 = "No" 7846 ; NOTE: Format EFOODTPE has been output. 7847 VALUE efoodtpk (default=32) 7848 -1 = "Not in Universe" 7849 1 = "Yes" 7850 2 = "No" 7851 ; NOTE: Format EFOODTPK has been output. 7852 VALUE efoodtpl (default=32) 7853 -1 = "Not in Universe" 7854 1 = "Yes" 7855 2 = "No" 7856 ; NOTE: Format EFOODTPL has been output. 7857 VALUE efoodtpm (default=32) 7858 -1 = "Not in Universe" 7859 1 = "Yes" 7860 2 = "No" 7861 ; NOTE: Format EFOODTPM has been output. 7862 VALUE afoodtyp (default=32) 7863 0 = "Not imputed" 7864 1 = "Statistical imputation (hot deck)" 7865 2 = "Cold deck imputation" 7866 3 = "Logical imputation (derivation)" 7867 4 = "Statistical or logical imputation" 7868 ; NOTE: Format AFOODTYP has been output. 7869 VALUE efoodscp (default=32) 7870 -1 = "Not in Universe" 7871 1 = "Yes" 7872 2 = "No" 7873 ; NOTE: Format EFOODSCP has been output. 7874 VALUE efoodsck (default=32) 7875 -1 = "Not in Universe" 7876 1 = "Yes" 7877 2 = "No" 7878 ; NOTE: Format EFOODSCK has been output. 7879 VALUE efoodscl (default=32) 7880 -1 = "Not in Universe" 7881 1 = "Yes" 7882 2 = "No" 7883 ; NOTE: Format EFOODSCL has been output. 7884 VALUE efoodscm (default=32) 7885 -1 = "Not in Universe" 7886 1 = "Yes" 7887 2 = "No" 7888 ; 147 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format EFOODSCM has been output. 7889 VALUE afoodsce (default=32) 7890 0 = "Not imputed" 7891 1 = "Statistical imputation (hot deck)" 7892 2 = "Cold deck imputation" 7893 3 = "Logical imputation (derivation)" 7894 4 = "Statistical or logical imputation" 7895 ; NOTE: Format AFOODSCE has been output. 7896 VALUE eclothtp (default=32) 7897 -1 = "Not in Universe" 7898 1 = "Clothes" 7899 2 = "Money or vouchers" 7900 3 = "Both clothes and money or vouchers" 7901 ; NOTE: Format ECLOTHTP has been output. 7902 VALUE aclothtp (default=32) 7903 0 = "Not imputed" 7904 1 = "Statistical imputation (hot deck)" 7905 2 = "Cold deck imputation" 7906 3 = "Logical imputation (derivation)" 7907 4 = "Statistical or logical imputation" 7908 ; NOTE: Format ACLOTHTP has been output. 7909 VALUE eclthscp (default=32) 7910 -1 = "Not in Universe" 7911 1 = "Yes" 7912 2 = "No" 7913 ; NOTE: Format ECLTHSCP has been output. 7914 VALUE eclthsck (default=32) 7915 -1 = "Not in Universe" 7916 1 = "Yes" 7917 2 = "No" 7918 ; NOTE: Format ECLTHSCK has been output. 7919 VALUE eclthscl (default=32) 7920 -1 = "Not in Universe" 7921 1 = "Yes" 7922 2 = "No" 7923 ; NOTE: Format ECLTHSCL has been output. 7924 VALUE eclthscm (default=32) 7925 -1 = "Not in Universe" 7926 1 = "Yes" 7927 2 = "No" 7928 ; NOTE: Format ECLTHSCM has been output. 7929 VALUE eclthscn (default=32) 7930 -1 = "Not in Universe" 7931 1 = "Yes" 7932 2 = "No" 7933 ; NOTE: Format ECLTHSCN has been output. 7934 VALUE aclthsc (default=32) 7935 0 = "Not imputed" 7936 1 = "Statistical imputation (hot deck)" 7937 2 = "Cold deck imputation" 148 The SAS System 08:21 Thursday, December 11, 2014 7938 3 = "Logical imputation (derivation)" 7939 4 = "Statistical or logical imputation" 7940 ; NOTE: Format ACLTHSC has been output. 7941 VALUE epubhstp (default=32) 7942 -1 = "Not in Universe" 7943 1 = "Section 8" 7944 2 = "Other rental assistance" 7945 3 = "Other housing program" 7946 4 = "Not sure; don't know" 7947 ; NOTE: Format EPUBHSTP has been output. 7948 VALUE apubhstp (default=32) 7949 0 = "Not imputed" 7950 1 = "Statistical imputation (hot deck)" 7951 2 = "Cold deck imputation" 7952 3 = "Logical imputation (derivation)" 7953 4 = "Statistical or logical imputation" 7954 ; NOTE: Format APUBHSTP has been output. 7955 VALUE epubhscp (default=32) 7956 -1 = "Not in Universe" 7957 1 = "Yes" 7958 2 = "No" 7959 ; NOTE: Format EPUBHSCP has been output. 7960 VALUE epubhsck (default=32) 7961 -1 = "Not in Universe" 7962 1 = "Yes" 7963 2 = "No" 7964 ; NOTE: Format EPUBHSCK has been output. 7965 VALUE epubhscl (default=32) 7966 -1 = "Not in Universe" 7967 1 = "Yes" 7968 2 = "No" 7969 ; NOTE: Format EPUBHSCL has been output. 7970 VALUE epubhscm (default=32) 7971 -1 = "Not in Universe" 7972 1 = "Yes" 7973 2 = "No" 7974 ; NOTE: Format EPUBHSCM has been output. 7975 VALUE apubhsc (default=32) 7976 0 = "Not imputed" 7977 1 = "Statistical imputation (hot deck)" 7978 2 = "Cold deck imputation" 7979 3 = "Logical imputation (derivation)" 7980 4 = "Statistical or logical imputation" 7981 ; NOTE: Format APUBHSC has been output. 7982 VALUE ecashscc (default=32) 7983 -1 = "Not in Universe" 7984 1 = "Yes" 7985 2 = "No" 7986 ; NOTE: Format ECASHSCC has been output. 149 The SAS System 08:21 Thursday, December 11, 2014 7987 VALUE ecashsck (default=32) 7988 -1 = "Not in Universe" 7989 1 = "Yes" 7990 2 = "No" 7991 ; NOTE: Format ECASHSCK has been output. 7992 VALUE ecashscl (default=32) 7993 -1 = "Not in Universe" 7994 1 = "Yes" 7995 2 = "No" 7996 ; NOTE: Format ECASHSCL has been output. 7997 VALUE ecashscm (default=32) 7998 -1 = "Not in Universe" 7999 1 = "Yes" 8000 2 = "No" 8001 ; NOTE: Format ECASHSCM has been output. 8002 VALUE acashsce (default=32) 8003 0 = "Not imputed" 8004 1 = "Statistical imputation (hot deck)" 8005 2 = "Cold deck imputation" 8006 3 = "Logical imputation (derivation)" 8007 4 = "Statistical or logical imputation" 8008 ; NOTE: Format ACASHSCE has been output. 8009 VALUE ecashgvt (default=32) 8010 -1 = "Not in Universe" 8011 1 = "Federal" 8012 2 = "State" 8013 3 = "Local" 8014 ; NOTE: Format ECASHGVT has been output. 8015 VALUE acashgvt (default=32) 8016 0 = "Not imputed" 8017 1 = "Statistical imputation (hot deck)" 8018 2 = "Cold deck imputation" 8019 3 = "Logical imputation (derivation)" 8020 4 = "Statistical or logical imputation" 8021 ; NOTE: Format ACASHGVT has been output. 8022 VALUE epacasht (default=32) 8023 -1 = "Not in Universe" 8024 1 = "Yes" 8025 2 = "No" 8026 ; NOTE: Format EPACASHT has been output. 8027 VALUE apacasht (default=32) 8028 0 = "Not imputed" 8029 1 = "Statistical imputation (hot deck)" 8030 2 = "Cold deck imputation" 8031 3 = "Logical imputation (derivation)" 8032 4 = "Statistical or logical imputation" 8033 ; NOTE: Format APACASHT has been output. 8034 VALUE epacashk (default=32) 8035 -1 = "Not in Universe" 8036 1 = "Yes" 150 The SAS System 08:21 Thursday, December 11, 2014 8037 2 = "No" 8038 ; NOTE: Format EPACASHK has been output. 8039 VALUE apacashk (default=32) 8040 0 = "Not imputed" 8041 1 = "Statistical imputation (hot deck)" 8042 2 = "Cold deck imputation" 8043 3 = "Logical imputation (derivation)" 8044 4 = "Statistical or logical imputation" 8045 ; NOTE: Format APACASHK has been output. 8046 VALUE epacashl (default=32) 8047 -1 = "Not in Universe" 8048 1 = "Yes" 8049 2 = "No" 8050 ; NOTE: Format EPACASHL has been output. 8051 VALUE apacashl (default=32) 8052 0 = "Not imputed" 8053 1 = "Statistical imputation (hot deck)" 8054 2 = "Cold deck imputation" 8055 3 = "Logical imputation (derivation)" 8056 4 = "Statistical or logical imputation" 8057 ; NOTE: Format APACASHL has been output. 8058 VALUE er01a (default=32) 8059 -1 = "Not in Universe" 8060 1 = "Yes" 8061 2 = "No" 8062 ; NOTE: Format ER01A has been output. 8063 VALUE ar01a (default=32) 8064 0 = "Not imputed" 8065 1 = "Statistical imputation (hot deck)" 8066 2 = "Cold deck imputation" 8067 3 = "Logical imputation (derivation)" 8068 4 = "Statistical or logical imputation" 8069 ; NOTE: Format AR01A has been output. 8070 VALUE er01k (default=32) 8071 -1 = "Not in Universe" 8072 1 = "Yes" 8073 2 = "No" 8074 ; NOTE: Format ER01K has been output. 8075 VALUE ar01k (default=32) 8076 0 = "Not imputed" 8077 1 = "Statistical imputation (hot deck)" 8078 2 = "Cold deck imputation" 8079 3 = "Logical imputation (derivation)" 8080 4 = "Statistical or logical imputation" 8081 ; NOTE: Format AR01K has been output. 8082 VALUE er02l (default=32) 8083 -1 = "Not in Universe" 8084 1 = "Yes" 8085 2 = "No" 8086 ; 151 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format ER02L has been output. 8087 VALUE ar02l (default=32) 8088 0 = "Not imputed" 8089 1 = "Statistical imputation (hot deck)" 8090 2 = "Cold deck imputation" 8091 3 = "Logical imputation (derivation)" 8092 4 = "Statistical or logical imputation" 8093 ; NOTE: Format AR02L has been output. 8094 VALUE er03a (default=32) 8095 -1 = "Not in Universe" 8096 1 = "Yes" 8097 2 = "No" 8098 ; NOTE: Format ER03A has been output. 8099 VALUE ar03a (default=32) 8100 0 = "Not imputed" 8101 1 = "Statistical imputation (hot deck)" 8102 2 = "Cold deck imputation" 8103 3 = "Logical imputation (derivation)" 8104 4 = "Statistical or logical imputation" 8105 ; NOTE: Format AR03A has been output. 8106 VALUE er03k (default=32) 8107 -1 = "Not in Universe" 8108 1 = "Yes" 8109 2 = "No" 8110 ; NOTE: Format ER03K has been output. 8111 VALUE ar03k (default=32) 8112 0 = "Not imputed" 8113 1 = "Statistical imputation (hot deck)" 8114 2 = "Cold deck imputation" 8115 3 = "Logical imputation (derivation)" 8116 4 = "Statistical or logical imputation" 8117 ; NOTE: Format AR03K has been output. 8118 VALUE er04l (default=32) 8119 -1 = "Not in Universe" 8120 1 = "Yes" 8121 2 = "No" 8122 ; NOTE: Format ER04L has been output. 8123 VALUE ar04l (default=32) 8124 0 = "Not imputed" 8125 1 = "Statistical imputation (hot deck)" 8126 2 = "Cold deck imputation" 8127 3 = "Logical imputation (derivation)" 8128 4 = "Statistical or logical imputation" 8129 ; NOTE: Format AR04L has been output. 8130 VALUE er05l (default=32) 8131 -1 = "Not in Universe" 8132 1 = "Yes" 8133 2 = "No" 8134 ; NOTE: Format ER05L has been output. 8135 VALUE ar05l (default=32) 152 The SAS System 08:21 Thursday, December 11, 2014 8136 0 = "Not imputed" 8137 1 = "Statistical imputation (hot deck)" 8138 2 = "Cold deck imputation" 8139 3 = "Logical imputation (derivation)" 8140 4 = "Statistical or logical imputation" 8141 ; NOTE: Format AR05L has been output. 8142 VALUE er06l (default=32) 8143 -1 = "Not in Universe" 8144 1 = "Yes" 8145 2 = "No" 8146 ; NOTE: Format ER06L has been output. 8147 VALUE ar06l (default=32) 8148 0 = "Not imputed" 8149 1 = "Statistical imputation (hot deck)" 8150 2 = "Cold deck imputation" 8151 3 = "Logical imputation (derivation)" 8152 4 = "Statistical or logical imputation" 8153 ; NOTE: Format AR06L has been output. 8154 VALUE er08l (default=32) 8155 -1 = "Not in Universe" 8156 1 = "Yes" 8157 2 = "No" 8158 ; NOTE: Format ER08L has been output. 8159 VALUE ar08l (default=32) 8160 0 = "Not imputed" 8161 1 = "Statistical imputation (hot deck)" 8162 2 = "Cold deck imputation" 8163 3 = "Logical imputation (derivation)" 8164 4 = "Statistical or logical imputation" 8165 ; NOTE: Format AR08L has been output. 8166 VALUE er10l (default=32) 8167 -1 = "Not in Universe" 8168 1 = "Yes" 8169 2 = "No" 8170 ; NOTE: Format ER10L has been output. 8171 VALUE ar10l (default=32) 8172 0 = "Not imputed" 8173 1 = "Statistical imputation (hot deck)" 8174 2 = "Cold deck imputation" 8175 3 = "Logical imputation (derivation)" 8176 4 = "Statistical or logical imputation" 8177 ; NOTE: Format AR10L has been output. 8178 VALUE er13l (default=32) 8179 -1 = "Not in Universe" 8180 1 = "Yes" 8181 2 = "No" 8182 ; NOTE: Format ER13L has been output. 8183 VALUE ar13l (default=32) 8184 0 = "Not imputed" 8185 1 = "Statistical imputation (hot deck)" 153 The SAS System 08:21 Thursday, December 11, 2014 8186 2 = "Cold deck imputation" 8187 3 = "Logical imputation (derivation)" 8188 4 = "Statistical or logical imputation" 8189 ; NOTE: Format AR13L has been output. 8190 VALUE er14l (default=32) 8191 -1 = "Not in Universe" 8192 1 = "Yes" 8193 2 = "No" 8194 ; NOTE: Format ER14L has been output. 8195 VALUE ar14l (default=32) 8196 0 = "Not imputed" 8197 1 = "Statistical imputation (hot deck)" 8198 2 = "Cold deck imputation" 8199 3 = "Logical imputation (derivation)" 8200 4 = "Statistical or logical imputation" 8201 ; NOTE: Format AR14L has been output. 8202 VALUE er15l (default=32) 8203 -1 = "Not in Universe" 8204 1 = "Yes" 8205 2 = "No" 8206 ; NOTE: Format ER15L has been output. 8207 VALUE ar15l (default=32) 8208 0 = "Not imputed" 8209 1 = "Statistical imputation (hot deck)" 8210 2 = "Cold deck imputation" 8211 3 = "Logical imputation (derivation)" 8212 4 = "Statistical or logical imputation" 8213 ; NOTE: Format AR15L has been output. 8214 VALUE er20l (default=32) 8215 -1 = "Not in Universe" 8216 1 = "Yes" 8217 2 = "No" 8218 ; NOTE: Format ER20L has been output. 8219 VALUE ar20l (default=32) 8220 0 = "Not imputed" 8221 1 = "Statistical imputation (hot deck)" 8222 2 = "Cold deck imputation" 8223 3 = "Logical imputation (derivation)" 8224 4 = "Statistical or logical imputation" 8225 ; NOTE: Format AR20L has been output. 8226 VALUE er21l (default=32) 8227 -1 = "Not in Universe" 8228 1 = "Yes" 8229 2 = "No" 8230 ; NOTE: Format ER21L has been output. 8231 VALUE ar21l (default=32) 8232 0 = "Not imputed" 8233 1 = "Statistical imputation (hot deck)" 8234 2 = "Cold deck imputation" 8235 3 = "Logical imputation (derivation)" 154 The SAS System 08:21 Thursday, December 11, 2014 8236 4 = "Statistical or logical imputation" 8237 ; NOTE: Format AR21L has been output. 8238 VALUE er23l (default=32) 8239 -1 = "Not in Universe" 8240 1 = "Yes" 8241 2 = "No" 8242 ; NOTE: Format ER23L has been output. 8243 VALUE ar23l (default=32) 8244 0 = "Not imputed" 8245 1 = "Statistical imputation (hot deck)" 8246 2 = "Cold deck imputation" 8247 3 = "Logical imputation (derivation)" 8248 4 = "Statistical or logical imputation" 8249 ; NOTE: Format AR23L has been output. 8250 VALUE er24l (default=32) 8251 -1 = "Not in Universe" 8252 1 = "Yes" 8253 2 = "No" 8254 ; NOTE: Format ER24L has been output. 8255 VALUE ar24l (default=32) 8256 0 = "Not imputed" 8257 1 = "Statistical imputation (hot deck)" 8258 2 = "Cold deck imputation" 8259 3 = "Logical imputation (derivation)" 8260 4 = "Statistical or logical imputation" 8261 ; NOTE: Format AR24L has been output. 8262 VALUE er25l (default=32) 8263 -1 = "Not in Universe" 8264 1 = "Yes" 8265 2 = "No" 8266 ; NOTE: Format ER25L has been output. 8267 VALUE ar25l (default=32) 8268 0 = "Not imputed" 8269 1 = "Statistical imputation (hot deck)" 8270 2 = "Cold deck imputation" 8271 3 = "Logical imputation (derivation)" 8272 4 = "Statistical or logical imputation" 8273 ; NOTE: Format AR25L has been output. 8274 VALUE er27l (default=32) 8275 -1 = "Not in Universe" 8276 1 = "Yes" 8277 2 = "No" 8278 ; NOTE: Format ER27L has been output. 8279 VALUE ar27l (default=32) 8280 0 = "Not imputed" 8281 1 = "Statistical imputation (hot deck)" 8282 2 = "Cold deck imputation" 8283 3 = "Logical imputation (derivation)" 8284 4 = "Statistical or logical imputation" 8285 ; 155 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format AR27L has been output. 8286 VALUE er28l (default=32) 8287 -1 = "Not in Universe" 8288 1 = "Yes" 8289 2 = "No" 8290 ; NOTE: Format ER28L has been output. 8291 VALUE ar28l (default=32) 8292 0 = "Not imputed" 8293 1 = "Statistical imputation (hot deck)" 8294 2 = "Cold deck imputation" 8295 3 = "Logical imputation (derivation)" 8296 4 = "Statistical or logical imputation" 8297 ; NOTE: Format AR28L has been output. 8298 VALUE er29l (default=32) 8299 -1 = "Not in Universe" 8300 1 = "Yes" 8301 2 = "No" 8302 ; NOTE: Format ER29L has been output. 8303 VALUE ar29l (default=32) 8304 0 = "Not imputed" 8305 1 = "Statistical imputation (hot deck)" 8306 2 = "Cold deck imputation" 8307 3 = "Logical imputation (derivation)" 8308 4 = "Statistical or logical imputation" 8309 ; NOTE: Format AR29L has been output. 8310 VALUE er30l (default=32) 8311 -1 = "Not in Universe" 8312 1 = "Yes" 8313 2 = "No" 8314 ; NOTE: Format ER30L has been output. 8315 VALUE ar30l (default=32) 8316 0 = "Not imputed" 8317 1 = "Statistical imputation (hot deck)" 8318 2 = "Cold deck imputation" 8319 3 = "Logical imputation (derivation)" 8320 4 = "Statistical or logical imputation" 8321 ; NOTE: Format AR30L has been output. 8322 VALUE er31l (default=32) 8323 -1 = "Not in Universe" 8324 1 = "Yes" 8325 2 = "No" 8326 ; NOTE: Format ER31L has been output. 8327 VALUE ar31l (default=32) 8328 0 = "Not imputed" 8329 1 = "Statistical imputation (hot deck)" 8330 2 = "Cold deck imputation" 8331 3 = "Logical imputation (derivation)" 8332 4 = "Statistical or logical imputation" 8333 ; NOTE: Format AR31L has been output. 8334 VALUE er32l (default=32) 156 The SAS System 08:21 Thursday, December 11, 2014 8335 -1 = "Not in Universe" 8336 1 = "Yes" 8337 2 = "No" 8338 ; NOTE: Format ER32L has been output. 8339 VALUE ar32l (default=32) 8340 0 = "Not imputed" 8341 1 = "Statistical imputation (hot deck)" 8342 2 = "Cold deck imputation" 8343 3 = "Logical imputation (derivation)" 8344 4 = "Statistical or logical imputation" 8345 ; NOTE: Format AR32L has been output. 8346 VALUE er34l (default=32) 8347 -1 = "Not in Universe" 8348 1 = "Yes" 8349 2 = "No" 8350 ; NOTE: Format ER34L has been output. 8351 VALUE ar34l (default=32) 8352 0 = "Not imputed" 8353 1 = "Statistical imputation (hot deck)" 8354 2 = "Cold deck imputation" 8355 3 = "Logical imputation (derivation)" 8356 4 = "Statistical or logical imputation" 8357 ; NOTE: Format AR34L has been output. 8358 VALUE er35l (default=32) 8359 -1 = "Not in Universe" 8360 1 = "Yes" 8361 2 = "No" 8362 ; NOTE: Format ER35L has been output. 8363 VALUE ar35l (default=32) 8364 0 = "Not imputed" 8365 1 = "Statistical imputation (hot deck)" 8366 2 = "Cold deck imputation" 8367 3 = "Logical imputation (derivation)" 8368 4 = "Statistical or logical imputation" 8369 ; NOTE: Format AR35L has been output. 8370 VALUE er36l (default=32) 8371 -1 = "Not in Universe" 8372 1 = "Yes" 8373 2 = "No" 8374 ; NOTE: Format ER36L has been output. 8375 VALUE ar36l (default=32) 8376 0 = "Not imputed" 8377 1 = "Statistical imputation (hot deck)" 8378 2 = "Cold deck imputation" 8379 3 = "Logical imputation (derivation)" 8380 4 = "Statistical or logical imputation" 8381 ; NOTE: Format AR36L has been output. 8382 VALUE er38l (default=32) 8383 -1 = "Not in Universe" 8384 1 = "Yes" 157 The SAS System 08:21 Thursday, December 11, 2014 8385 2 = "No" 8386 ; NOTE: Format ER38L has been output. 8387 VALUE ar38l (default=32) 8388 0 = "Not imputed" 8389 1 = "Statistical imputation (hot deck)" 8390 2 = "Cold deck imputation" 8391 3 = "Logical imputation (derivation)" 8392 4 = "Statistical or logical imputation" 8393 ; NOTE: Format AR38L has been output. 8394 VALUE er39l (default=32) 8395 -1 = "Not in Universe" 8396 1 = "Yes" 8397 2 = "No" 8398 ; NOTE: Format ER39L has been output. 8399 VALUE ar39l (default=32) 8400 0 = "Not imputed" 8401 1 = "Statistical imputation (hot deck)" 8402 2 = "Cold deck imputation" 8403 3 = "Logical imputation (derivation)" 8404 4 = "Statistical or logical imputation" 8405 ; NOTE: Format AR39L has been output. 8406 VALUE er42l (default=32) 8407 -1 = "Not in Universe" 8408 1 = "Yes" 8409 2 = "No" 8410 ; NOTE: Format ER42L has been output. 8411 VALUE ar42l (default=32) 8412 0 = "Not imputed" 8413 1 = "Statistical imputation (hot deck)" 8414 2 = "Cold deck imputation" 8415 3 = "Logical imputation (derivation)" 8416 4 = "Statistical or logical imputation" 8417 ; NOTE: Format AR42L has been output. 8418 VALUE er51l (default=32) 8419 -1 = "Not in Universe" 8420 1 = "Yes" 8421 2 = "No" 8422 ; NOTE: Format ER51L has been output. 8423 VALUE ar51l (default=32) 8424 0 = "Not imputed" 8425 1 = "Statistical imputation (hot deck)" 8426 2 = "Cold deck imputation" 8427 3 = "Logical imputation (derivation)" 8428 4 = "Statistical or logical imputation" 8429 ; NOTE: Format AR51L has been output. 8430 VALUE er52l (default=32) 8431 -1 = "Not in Universe" 8432 1 = "Yes" 8433 2 = "No" 8434 ; 158 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format ER52L has been output. 8435 VALUE ar52l (default=32) 8436 0 = "Not imputed" 8437 1 = "Statistical imputation (hot deck)" 8438 2 = "Cold deck imputation" 8439 3 = "Logical imputation (derivation)" 8440 4 = "Statistical or logical imputation" 8441 ; NOTE: Format AR52L has been output. 8442 VALUE er55l (default=32) 8443 -1 = "Not in Universe" 8444 1 = "Yes" 8445 2 = "No" 8446 ; NOTE: Format ER55L has been output. 8447 VALUE ar55l (default=32) 8448 0 = "Not imputed" 8449 1 = "Statistical imputation (hot deck)" 8450 2 = "Cold deck imputation" 8451 3 = "Logical imputation (derivation)" 8452 4 = "Statistical or logical imputation" 8453 ; NOTE: Format AR55L has been output. 8454 VALUE er56l (default=32) 8455 -1 = "Not in Universe" 8456 1 = "Yes" 8457 2 = "No" 8458 ; NOTE: Format ER56L has been output. 8459 VALUE ar56l (default=32) 8460 0 = "Not imputed" 8461 1 = "Statistical imputation (hot deck)" 8462 2 = "Cold deck imputation" 8463 3 = "Logical imputation (derivation)" 8464 4 = "Statistical or logical imputation" 8465 ; NOTE: Format AR56L has been output. 8466 VALUE er60g (default=32) 8467 -1 = "Not in Universe" 8468 1 = "Yes" 8469 2 = "No" 8470 ; NOTE: Format ER60G has been output. 8471 VALUE ar60g (default=32) 8472 0 = "Not imputed" 8473 1 = "Statistical imputation (hot deck)" 8474 2 = "Cold deck imputation" 8475 3 = "Logical imputation (derivation)" 8476 4 = "Statistical or logical imputation" 8477 ; NOTE: Format AR60G has been output. 8478 VALUE er60t (default=32) 8479 -1 = "Not in Universe" 8480 1 = "Yes" 8481 2 = "No" 8482 ; NOTE: Format ER60T has been output. 8483 VALUE ar60t (default=32) 159 The SAS System 08:21 Thursday, December 11, 2014 8484 0 = "Not imputed" 8485 1 = "Statistical imputation (hot deck)" 8486 2 = "Cold deck imputation" 8487 3 = "Logical imputation (derivation)" 8488 4 = "Statistical or logical imputation" 8489 ; NOTE: Format AR60T has been output. 8490 VALUE er61l (default=32) 8491 -1 = "Not in Universe" 8492 1 = "Yes" 8493 2 = "No" 8494 ; NOTE: Format ER61L has been output. 8495 VALUE ar61l (default=32) 8496 0 = "Not imputed" 8497 1 = "Statistical imputation (hot deck)" 8498 2 = "Cold deck imputation" 8499 3 = "Logical imputation (derivation)" 8500 4 = "Statistical or logical imputation" 8501 ; NOTE: Format AR61L has been output. 8502 VALUE er62l (default=32) 8503 -1 = "Not in Universe" 8504 1 = "Yes" 8505 2 = "No" 8506 ; NOTE: Format ER62L has been output. 8507 VALUE ar62l (default=32) 8508 0 = "Not imputed" 8509 1 = "Statistical imputation (hot deck)" 8510 2 = "Cold deck imputation" 8511 3 = "Logical imputation (derivation)" 8512 4 = "Statistical or logical imputation" 8513 ; NOTE: Format AR62L has been output. 8514 VALUE er64l (default=32) 8515 -1 = "Not in Universe" 8516 1 = "Yes" 8517 2 = "No" 8518 ; NOTE: Format ER64L has been output. 8519 VALUE ar64l (default=32) 8520 0 = "Not imputed" 8521 1 = "Statistical imputation (hot deck)" 8522 2 = "Cold deck imputation" 8523 3 = "Logical imputation (derivation)" 8524 4 = "Statistical or logical imputation" 8525 ; NOTE: Format AR64L has been output. 8526 VALUE er75l (default=32) 8527 -1 = "Not in Universe" 8528 1 = "Yes" 8529 2 = "No" 8530 ; NOTE: Format ER75L has been output. 8531 VALUE ar75l (default=32) 8532 0 = "Not imputed" 8533 1 = "Statistical imputation (hot deck)" 160 The SAS System 08:21 Thursday, December 11, 2014 8534 2 = "Cold deck imputation" 8535 3 = "Logical imputation (derivation)" 8536 4 = "Statistical or logical imputation" 8537 ; NOTE: Format AR75L has been output. 8538 VALUE t01amta (default=32) 8539 0 = "None or not in universe" 8540 ; NOTE: Format T01AMTA has been output. 8541 VALUE a01amta (default=32) 8542 0 = "Not imputed" 8543 1 = "Statistical imputation (hot deck)" 8544 2 = "Cold deck imputation" 8545 3 = "Logical imputation (derivation)" 8546 4 = "Statistical or logical imputation" 8547 ; NOTE: Format A01AMTA has been output. 8548 VALUE t01amtk (default=32) 8549 0 = "None or not in universe" 8550 ; NOTE: Format T01AMTK has been output. 8551 VALUE a01amtk (default=32) 8552 0 = "Not imputed" 8553 1 = "Statistical imputation (hot deck)" 8554 2 = "Cold deck imputation" 8555 3 = "Logical imputation (derivation)" 8556 4 = "Statistical or logical imputation" 8557 ; NOTE: Format A01AMTK has been output. 8558 VALUE t02amt (default=32) 8559 0 = "None or not in universe" 8560 ; NOTE: Format T02AMT has been output. 8561 VALUE a02amt (default=32) 8562 0 = "Not imputed" 8563 1 = "Statistical imputation (hot deck)" 8564 2 = "Cold deck imputation" 8565 3 = "Logical imputation (derivation)" 8566 4 = "Statistical or logical imputation" 8567 ; NOTE: Format A02AMT has been output. 8568 VALUE t03amta (default=32) 8569 0 = "None or not in universe" 8570 ; NOTE: Format T03AMTA has been output. 8571 VALUE a03amta (default=32) 8572 0 = "Not imputed" 8573 1 = "Statistical imputation (hot deck)" 8574 2 = "Cold deck imputation" 8575 3 = "Logical imputation (derivation)" 8576 4 = "Statistical or logical imputation" 8577 ; NOTE: Format A03AMTA has been output. 8578 VALUE t03amtk (default=32) 8579 0 = "None or not in universe" 8580 ; NOTE: Format T03AMTK has been output. 8581 VALUE a03amtk (default=32) 161 The SAS System 08:21 Thursday, December 11, 2014 8582 0 = "Not imputed" 8583 1 = "Statistical imputation (hot deck)" 8584 2 = "Cold deck imputation" 8585 3 = "Logical imputation (derivation)" 8586 4 = "Statistical or logical imputation" 8587 ; NOTE: Format A03AMTK has been output. 8588 VALUE t04amt (default=32) 8589 0 = "None or not in universe" 8590 ; NOTE: Format T04AMT has been output. 8591 VALUE a04amt (default=32) 8592 0 = "Not imputed" 8593 1 = "Statistical imputation (hot deck)" 8594 2 = "Cold deck imputation" 8595 3 = "Logical imputation (derivation)" 8596 4 = "Statistical or logical imputation" 8597 ; NOTE: Format A04AMT has been output. 8598 VALUE t05amt (default=32) 8599 0 = "None or not in universe" 8600 ; NOTE: Format T05AMT has been output. 8601 VALUE a05amt (default=32) 8602 0 = "Not imputed" 8603 1 = "Statistical imputation (hot deck)" 8604 2 = "Cold deck imputation" 8605 3 = "Logical imputation (derivation)" 8606 4 = "Statistical or logical imputation" 8607 ; NOTE: Format A05AMT has been output. 8608 VALUE t06amt (default=32) 8609 0 = "None or not in universe" 8610 ; NOTE: Format T06AMT has been output. 8611 VALUE a06amt (default=32) 8612 0 = "Not imputed" 8613 1 = "Statistical imputation (hot deck)" 8614 2 = "Cold deck imputation" 8615 3 = "Logical imputation (derivation)" 8616 4 = "Statistical or logical imputation" 8617 ; NOTE: Format A06AMT has been output. 8618 VALUE t08amt (default=32) 8619 0 = "None or not in universe" 8620 ; NOTE: Format T08AMT has been output. 8621 VALUE a08amt (default=32) 8622 0 = "Not imputed" 8623 1 = "Statistical imputation (hot deck)" 8624 2 = "Cold deck imputation" 8625 3 = "Logical imputation (derivation)" 8626 4 = "Statistical or logical imputation" 8627 ; NOTE: Format A08AMT has been output. 8628 VALUE t10amt (default=32) 8629 0 = "None or not in universe" 8630 ; 162 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format T10AMT has been output. 8631 VALUE a10amt (default=32) 8632 0 = "Not imputed" 8633 1 = "Statistical imputation (hot deck)" 8634 2 = "Cold deck imputation" 8635 3 = "Logical imputation (derivation)" 8636 4 = "Statistical or logical imputation" 8637 ; NOTE: Format A10AMT has been output. 8638 VALUE t13amt (default=32) 8639 0 = "None or not in universe" 8640 ; NOTE: Format T13AMT has been output. 8641 VALUE a13amt (default=32) 8642 0 = "Not imputed" 8643 1 = "Statistical imputation (hot deck)" 8644 2 = "Cold deck imputation" 8645 3 = "Logical imputation (derivation)" 8646 4 = "Statistical or logical imputation" 8647 ; NOTE: Format A13AMT has been output. 8648 VALUE t14amt (default=32) 8649 0 = "None or not in universe" 8650 ; NOTE: Format T14AMT has been output. 8651 VALUE a14amt (default=32) 8652 0 = "Not imputed" 8653 1 = "Statistical imputation (hot deck)" 8654 2 = "Cold deck imputation" 8655 3 = "Logical imputation (derivation)" 8656 4 = "Statistical or logical imputation" 8657 ; NOTE: Format A14AMT has been output. 8658 VALUE t15amt (default=32) 8659 0 = "None or not in universe" 8660 ; NOTE: Format T15AMT has been output. 8661 VALUE a15amt (default=32) 8662 0 = "Not imputed" 8663 1 = "Statistical imputation (hot deck)" 8664 2 = "Cold deck imputation" 8665 3 = "Logical imputation (derivation)" 8666 4 = "Statistical or logical imputation" 8667 ; NOTE: Format A15AMT has been output. 8668 VALUE t20amt (default=32) 8669 0 = "None or not in universe" 8670 ; NOTE: Format T20AMT has been output. 8671 VALUE a20amt (default=32) 8672 0 = "Not imputed" 8673 1 = "Statistical imputation (hot deck)" 8674 2 = "Cold deck imputation" 8675 3 = "Logical imputation (derivation)" 8676 4 = "Statistical or logical imputation" 8677 ; NOTE: Format A20AMT has been output. 8678 VALUE t21amt (default=32) 163 The SAS System 08:21 Thursday, December 11, 2014 8679 0 = "None or not in universe" 8680 ; NOTE: Format T21AMT has been output. 8681 VALUE a21amt (default=32) 8682 0 = "Not imputed" 8683 1 = "Statistical imputation (hot deck)" 8684 2 = "Cold deck imputation" 8685 3 = "Logical imputation (derivation)" 8686 4 = "Statistical or logical imputation" 8687 ; NOTE: Format A21AMT has been output. 8688 VALUE t23amt (default=32) 8689 0 = "None or not in universe" 8690 ; NOTE: Format T23AMT has been output. 8691 VALUE a23amt (default=32) 8692 0 = "Not imputed" 8693 1 = "Statistical imputation (hot deck)" 8694 2 = "Cold deck imputation" 8695 3 = "Logical imputation (derivation)" 8696 4 = "Statistical or logical imputation" 8697 ; NOTE: Format A23AMT has been output. 8698 VALUE t24amt (default=32) 8699 0 = "None or not in universe" 8700 ; NOTE: Format T24AMT has been output. 8701 VALUE a24amt (default=32) 8702 0 = "Not imputed" 8703 1 = "Statistical imputation (hot deck)" 8704 2 = "Cold deck imputation" 8705 3 = "Logical imputation (derivation)" 8706 4 = "Statistical or logical imputation" 8707 ; NOTE: Format A24AMT has been output. 8708 VALUE t25amt (default=32) 8709 0 = "None or not in universe" 8710 ; NOTE: Format T25AMT has been output. 8711 VALUE a25amt (default=32) 8712 0 = "Not imputed" 8713 1 = "Statistical imputation (hot deck)" 8714 2 = "Cold deck imputation" 8715 3 = "Logical imputation (derivation)" 8716 4 = "Statistical or logical imputation" 8717 ; NOTE: Format A25AMT has been output. 8718 VALUE t27amt (default=32) 8719 0 = "None or not in universe" 8720 ; NOTE: Format T27AMT has been output. 8721 VALUE a27amt (default=32) 8722 0 = "Not imputed" 8723 1 = "Statistical imputation (hot deck)" 8724 2 = "Cold deck imputation" 8725 3 = "Logical imputation (derivation)" 8726 4 = "Statistical or logical imputation" 8727 ; 164 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format A27AMT has been output. 8728 VALUE t28amt (default=32) 8729 0 = "None or not in universe" 8730 ; NOTE: Format T28AMT has been output. 8731 VALUE a28amt (default=32) 8732 0 = "Not imputed" 8733 1 = "Statistical imputation (hot deck)" 8734 2 = "Cold deck imputation" 8735 3 = "Logical imputation (derivation)" 8736 4 = "Statistical or logical imputation" 8737 ; NOTE: Format A28AMT has been output. 8738 VALUE t29amt (default=32) 8739 0 = "None or not in universe" 8740 ; NOTE: Format T29AMT has been output. 8741 VALUE a29amt (default=32) 8742 0 = "Not imputed" 8743 1 = "Statistical imputation (hot deck)" 8744 2 = "Cold deck imputation" 8745 3 = "Logical imputation (derivation)" 8746 4 = "Statistical or logical imputation" 8747 ; NOTE: Format A29AMT has been output. 8748 VALUE t30amt (default=32) 8749 0 = "None or not in universe" 8750 ; NOTE: Format T30AMT has been output. 8751 VALUE a30amt (default=32) 8752 0 = "Not imputed" 8753 1 = "Statistical imputation (hot deck)" 8754 2 = "Cold deck imputation" 8755 3 = "Logical imputation (derivation)" 8756 4 = "Statistical or logical imputation" 8757 ; NOTE: Format A30AMT has been output. 8758 VALUE t31amt (default=32) 8759 0 = "None or not in universe" 8760 ; NOTE: Format T31AMT has been output. 8761 VALUE a31amt (default=32) 8762 0 = "Not imputed" 8763 1 = "Statistical imputation (hot deck)" 8764 2 = "Cold deck imputation" 8765 3 = "Logical imputation (derivation)" 8766 4 = "Statistical or logical imputation" 8767 ; NOTE: Format A31AMT has been output. 8768 VALUE t32amt (default=32) 8769 0 = "None or not in universe" 8770 ; NOTE: Format T32AMT has been output. 8771 VALUE a32amt (default=32) 8772 0 = "Not imputed" 8773 1 = "Statistical imputation (hot deck)" 8774 2 = "Cold deck imputation" 8775 3 = "Logical imputation (derivation)" 165 The SAS System 08:21 Thursday, December 11, 2014 8776 4 = "Statistical or logical imputation" 8777 ; NOTE: Format A32AMT has been output. 8778 VALUE t34amt (default=32) 8779 0 = "None or not in universe" 8780 ; NOTE: Format T34AMT has been output. 8781 VALUE a34amt (default=32) 8782 0 = "Not imputed" 8783 1 = "Statistical imputation (hot deck)" 8784 2 = "Cold deck imputation" 8785 3 = "Logical imputation (derivation)" 8786 4 = "Statistical or logical imputation" 8787 ; NOTE: Format A34AMT has been output. 8788 VALUE t35amt (default=32) 8789 0 = "None or not in universe" 8790 ; NOTE: Format T35AMT has been output. 8791 VALUE a35amt (default=32) 8792 0 = "Not imputed" 8793 1 = "Statistical imputation (hot deck)" 8794 2 = "Cold deck imputation" 8795 3 = "Logical imputation (derivation)" 8796 4 = "Statistical or logical imputation" 8797 ; NOTE: Format A35AMT has been output. 8798 VALUE t36amt (default=32) 8799 0 = "None or not in universe" 8800 ; NOTE: Format T36AMT has been output. 8801 VALUE a36amt (default=32) 8802 0 = "Not imputed" 8803 1 = "Statistical imputation (hot deck)" 8804 2 = "Cold deck imputation" 8805 3 = "Logical imputation (derivation)" 8806 4 = "Statistical or logical imputation" 8807 ; NOTE: Format A36AMT has been output. 8808 VALUE t38amt (default=32) 8809 0 = "None or not in universe" 8810 ; NOTE: Format T38AMT has been output. 8811 VALUE a38amt (default=32) 8812 0 = "Not imputed" 8813 1 = "Statistical imputation (hot deck)" 8814 2 = "Cold deck imputation" 8815 3 = "Logical imputation (derivation)" 8816 4 = "Statistical or logical imputation" 8817 ; NOTE: Format A38AMT has been output. 8818 VALUE t39amt (default=32) 8819 0 = "None or not in universe" 8820 ; NOTE: Format T39AMT has been output. 8821 VALUE a39amt (default=32) 8822 0 = "Not imputed" 8823 1 = "Statistical imputation (hot deck)" 166 The SAS System 08:21 Thursday, December 11, 2014 8824 2 = "Cold deck imputation" 8825 3 = "Logical imputation (derivation)" 8826 4 = "Statistical or logical imputation" 8827 ; NOTE: Format A39AMT has been output. 8828 VALUE t42amt (default=32) 8829 0 = "None or not in universe" 8830 ; NOTE: Format T42AMT has been output. 8831 VALUE a42amt (default=32) 8832 0 = "Not imputed" 8833 1 = "Statistical imputation (hot deck)" 8834 2 = "Cold deck imputation" 8835 3 = "Logical imputation (derivation)" 8836 4 = "Statistical or logical imputation" 8837 ; NOTE: Format A42AMT has been output. 8838 VALUE t51amt (default=32) 8839 0 = "None or not in universe" 8840 ; NOTE: Format T51AMT has been output. 8841 VALUE a51amt (default=32) 8842 0 = "Not imputed" 8843 1 = "Statistical imputation (hot deck)" 8844 2 = "Cold deck imputation" 8845 3 = "Logical imputation (derivation)" 8846 4 = "Statistical or logical imputation" 8847 ; NOTE: Format A51AMT has been output. 8848 VALUE t52amt (default=32) 8849 0 = "None or not in universe" 8850 ; NOTE: Format T52AMT has been output. 8851 VALUE a52amt (default=32) 8852 0 = "Not imputed" 8853 1 = "Statistical imputation (hot deck)" 8854 2 = "Cold deck imputation" 8855 3 = "Logical imputation (derivation)" 8856 4 = "Statistical or logical imputation" 8857 ; NOTE: Format A52AMT has been output. 8858 VALUE t55amt (default=32) 8859 0 = "None or not in universe" 8860 ; NOTE: Format T55AMT has been output. 8861 VALUE a55amt (default=32) 8862 0 = "Not imputed" 8863 1 = "Statistical imputation (hot deck)" 8864 2 = "Cold deck imputation" 8865 3 = "Logical imputation (derivation)" 8866 4 = "Statistical or logical imputation" 8867 ; NOTE: Format A55AMT has been output. 8868 VALUE t56amt (default=32) 8869 0 = "None or not in universe" 8870 ; NOTE: Format T56AMT has been output. 8871 VALUE a56amt (default=32) 167 The SAS System 08:21 Thursday, December 11, 2014 8872 0 = "Not imputed" 8873 1 = "Statistical imputation (hot deck)" 8874 2 = "Cold deck imputation" 8875 3 = "Logical imputation (derivation)" 8876 4 = "Statistical or logical imputation" 8877 ; NOTE: Format A56AMT has been output. 8878 VALUE t60amtg (default=32) 8879 0 = "None or not in universe" 8880 ; NOTE: Format T60AMTG has been output. 8881 VALUE a60amtg (default=32) 8882 0 = "Not imputed" 8883 1 = "Statistical imputation (hot deck)" 8884 2 = "Cold deck imputation" 8885 3 = "Logical imputation (derivation)" 8886 4 = "Statistical or logical imputation" 8887 ; NOTE: Format A60AMTG has been output. 8888 VALUE t60amtt (default=32) 8889 0 = "None or not in universe" 8890 ; NOTE: Format T60AMTT has been output. 8891 VALUE a60amtt (default=32) 8892 0 = "Not imputed" 8893 1 = "Statistical imputation (hot deck)" 8894 2 = "Cold deck imputation" 8895 3 = "Logical imputation (derivation)" 8896 4 = "Statistical or logical imputation" 8897 ; NOTE: Format A60AMTT has been output. 8898 VALUE t61amt (default=32) 8899 0 = "None or not in universe" 8900 ; NOTE: Format T61AMT has been output. 8901 VALUE a61amt (default=32) 8902 0 = "Not imputed" 8903 1 = "Statistical imputation (hot deck)" 8904 2 = "Cold deck imputation" 8905 3 = "Logical imputation (derivation)" 8906 4 = "Statistical or logical imputation" 8907 ; NOTE: Format A61AMT has been output. 8908 VALUE t62amt (default=32) 8909 0 = "None or not in universe" 8910 ; NOTE: Format T62AMT has been output. 8911 VALUE a62amt (default=32) 8912 0 = "Not imputed" 8913 1 = "Statistical imputation (hot deck)" 8914 2 = "Cold deck imputation" 8915 3 = "Logical imputation (derivation)" 8916 4 = "Statistical or logical imputation" 8917 ; NOTE: Format A62AMT has been output. 8918 VALUE t64amt (default=32) 8919 0 = "None or not in universe" 8920 ; 168 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format T64AMT has been output. 8921 VALUE a64amt (default=32) 8922 0 = "Not imputed" 8923 1 = "Statistical imputation (hot deck)" 8924 2 = "Cold deck imputation" 8925 3 = "Logical imputation (derivation)" 8926 4 = "Statistical or logical imputation" 8927 ; NOTE: Format A64AMT has been output. 8928 VALUE t75amt (default=32) 8929 0 = "None or not in universe" 8930 ; NOTE: Format T75AMT has been output. 8931 VALUE a75amt (default=32) 8932 0 = "Not imputed" 8933 1 = "Statistical imputation (hot deck)" 8934 2 = "Cold deck imputation" 8935 3 = "Logical imputation (derivation)" 8936 4 = "Statistical or logical imputation" 8937 ; NOTE: Format A75AMT has been output. 8938 VALUE tcsagy (default=32) 8939 0 = "None or not in universe" 8940 ; NOTE: Format TCSAGY has been output. 8941 VALUE acsagy (default=32) 8942 0 = "Not imputed" 8943 1 = "Statistical imputation (hot deck)" 8944 2 = "Cold deck imputation" 8945 3 = "Logical imputation (derivation)" 8946 4 = "Statistical or logical imputation" 8947 ; NOTE: Format ACSAGY has been output. 8948 VALUE erolovry (default=32) 8949 -1 = "Not in Universe" 8950 1 = "Yes" 8951 2 = "No" 8952 ; NOTE: Format EROLOVRY has been output. 8953 VALUE arolovry (default=32) 8954 0 = "Not imputed" 8955 1 = "Statistical imputation (hot deck)" 8956 2 = "Cold deck imputation" 8957 3 = "Logical imputation (derivation)" 8958 4 = "Statistical or logical imputation" 8959 ; NOTE: Format AROLOVRY has been output. 8960 VALUE erolovrk (default=32) 8961 -1 = "Not in Universe" 8962 1 = "Yes" 8963 2 = "No" 8964 ; NOTE: Format EROLOVRK has been output. 8965 VALUE arolovrk (default=32) 8966 0 = "Not imputed" 8967 1 = "Statistical imputation (hot deck)" 8968 2 = "Cold deck imputation" 8969 3 = "Logical imputation (derivation)" 169 The SAS System 08:21 Thursday, December 11, 2014 8970 4 = "Statistical or logical imputation" 8971 ; NOTE: Format AROLOVRK has been output. 8972 VALUE trollamt (default=32) 8973 0 = "None or not in universe" 8974 ; NOTE: Format TROLLAMT has been output. 8975 VALUE arollamt (default=32) 8976 0 = "Not imputed" 8977 1 = "Statistical imputation (hot deck)" 8978 2 = "Cold deck imputation" 8979 3 = "Logical imputation (derivation)" 8980 4 = "Statistical or logical imputation" 8981 ; NOTE: Format AROLLAMT has been output. 8982 VALUE rab1r1l (default=32) 8983 -1 = "Not in Universe" 8984 1 = "New child (or other dependent) or" 8985 2 = "Separation, divorce, or widowed" 8986 3 = "Job loss or wages reduced" 8987 4 = "Loss or reduction of other income" 8988 5 = "Became disabled or otherwise" 8989 6 = "No change - just decided it was" 8990 7 = "No change - just heard about the" 8991 8 = "Need to re-certify" 8992 9 = "Other" 8993 ; NOTE: Format RAB1R1L has been output. 8994 VALUE rab1r2l (default=32) 8995 -1 = "Not in Universe" 8996 1 = "New child (or other dependent) or" 8997 2 = "Separation, divorce or widowed" 8998 3 = "Job loss or wages reduced" 8999 4 = "Loss or reduction of other income" 9000 5 = "Became disabled or otherwise" 9001 6 = "No change - just decided it was" 9002 7 = "No change - just heard about the" 9003 8 = "Need to re-certify" 9004 9 = "Other" 9005 ; NOTE: Format RAB1R2L has been output. 9006 VALUE rab2r1l (default=32) 9007 -1 = "Not in Universe" 9008 1 = "New child (or other dependent) or" 9009 2 = "Separation, divorce or widowed" 9010 3 = "Job loss or wages reduced" 9011 4 = "Loss or reduction of other income" 9012 5 = "Became disabled or otherwise" 9013 6 = "No change - just decided it was" 9014 7 = "No change - just heard about the" 9015 8 = "Need to re-certify" 9016 9 = "Other" 9017 ; NOTE: Format RAB2R1L has been output. 9018 VALUE rab2r2l (default=32) 9019 -1 = "Not in Universe" 9020 1 = "New child (or other dependent) or" 9021 2 = "Separation, divorce or widowed" 170 The SAS System 08:21 Thursday, December 11, 2014 9022 3 = "Job loss or wages reduced" 9023 4 = "Loss or reduction of other income" 9024 5 = "Became disabled or otherwise" 9025 6 = "No change - just decided it was" 9026 7 = "No change - just heard about the" 9027 8 = "Need to re-certify" 9028 9 = "Other" 9029 ; NOTE: Format RAB2R2L has been output. 9030 VALUE ras1l (default=32) 9031 -1 = "Not in Universe" 9032 1 = "Got a job or earnings increased" 9033 2 = "Family situation changed" 9034 3 = "Others in household earned enough" 9035 4 = "Penalized or sanctioned for" 9036 5 = "Eligibility ran out because of" 9037 6 = "Didn't want to use up time limit" 9038 7 = "Chose not to participate" 9039 8 = "The money is not worth it" 9040 9 = "Other" 9041 ; NOTE: Format RAS1L has been output. 9042 VALUE ras2l (default=32) 9043 -1 = "Not in Universe" 9044 1 = "Got a job or earnings increased" 9045 2 = "Family situation changed" 9046 3 = "Others in household earned enough" 9047 4 = "Penalized or sanctioned for" 9048 5 = "Eligibility ran out because of" 9049 6 = "Didn't want to use up time limit" 9050 7 = "Chose not to participate" 9051 8 = "The money is not worth it" 9052 9 = "Other" 9053 ; NOTE: Format RAS2L has been output. 9054 VALUE rwb1r1l (default=32) 9055 -1 = "Not in Universe" 9056 1 = "New child (or other dependent) or" 9057 2 = "Separation, divorced or widowed" 9058 3 = "Job loss or wages reduced" 9059 4 = "Loss or reduction of other income" 9060 5 = "Became disabled or otherwise" 9061 6 = "No change - just decided it was" 9062 7 = "No change - just heard about the" 9063 8 = "Needed to re-certify" 9064 9 = "Other" 9065 ; NOTE: Format RWB1R1L has been output. 9066 VALUE rwb1r2l (default=32) 9067 -1 = "Not in Universe" 9068 1 = "New child (or other dependent) or" 9069 2 = "Separation, divorced or widowed" 9070 3 = "Job loss or wages reduced" 9071 4 = "Loss or reduction of other income" 9072 5 = "Became disabled or otherwise" 9073 6 = "No change - just decided it was" 9074 7 = "No change - just heard about the" 9075 8 = "Needed to re-certify" 171 The SAS System 08:21 Thursday, December 11, 2014 9076 9 = "Other" 9077 ; NOTE: Format RWB1R2L has been output. 9078 VALUE rwb2r1l (default=32) 9079 -1 = "Not in Universe" 9080 1 = "New child (or other dependent) or" 9081 2 = "Separation, divorced or widowed" 9082 3 = "Job loss or wages reduced" 9083 4 = "Loss or reduction of other income" 9084 5 = "Became disabled or otherwise" 9085 6 = "No change - just decided it was" 9086 7 = "No change - just heard about the" 9087 8 = "Needed to re-certify" 9088 9 = "Other" 9089 ; NOTE: Format RWB2R1L has been output. 9090 VALUE rwb2r2l (default=32) 9091 -1 = "Not in Universe" 9092 1 = "New child (or other dependent) or" 9093 2 = "Separation, divorced or widowed" 9094 3 = "Job loss or wages reduced" 9095 4 = "Loss or reduction of other income" 9096 5 = "Became disabled or otherwise" 9097 6 = "No change - just decided it was" 9098 7 = "No change - just heard about the" 9099 8 = "Needed to re-certify" 9100 9 = "Other" 9101 ; NOTE: Format RWB2R2L has been output. 9102 VALUE rws1l (default=32) 9103 -1 = "Not in Universe" 9104 1 = "Became ineligible because of" 9105 2 = "Became ineligible because of" 9106 3 = "Still eligible but could" 9107 4 = "Couldn't get to the WIC clinic" 9108 5 = "Benefits are not worth it" 9109 6 = "Other, specify" 9110 ; NOTE: Format RWS1L has been output. 9111 VALUE rws2l (default=32) 9112 -1 = "Not in Universe" 9113 1 = "Became ineligible because of" 9114 2 = "Became ineligible because of" 9115 3 = "Still eligible but could" 9116 4 = "Couldn't get to the WIC clinic" 9117 5 = "Benefits are not worth it" 9118 6 = "Other, specify" 9119 ; NOTE: Format RWS2L has been output. 9120 VALUE rfb1r1l (default=32) 9121 -1 = "Not in Universe" 9122 1 = "New child (or other dependent) or" 9123 2 = "Separation, divorced or widowed" 9124 3 = "Job loss or wages reduced" 9125 4 = "Loss or reduction of other income" 9126 5 = "Became disabled or otherwise" 9127 6 = "No change - just decided it was" 9128 7 = "No change - just heard about the" 172 The SAS System 08:21 Thursday, December 11, 2014 9129 8 = "Needed to re-certify" 9130 9 = "Other" 9131 ; NOTE: Format RFB1R1L has been output. 9132 VALUE rfb1r2l (default=32) 9133 -1 = "Not in Universe" 9134 1 = "New child (or other dependent) or" 9135 2 = "Separation, divorced or widowed" 9136 3 = "Job loss or wages reduced" 9137 4 = "Loss or reduction of other income" 9138 5 = "Became disabled or otherwise" 9139 6 = "No change - just decided it was" 9140 7 = "No change - just heard about the" 9141 8 = "Needed to re-certify" 9142 9 = "Other" 9143 ; NOTE: Format RFB1R2L has been output. 9144 VALUE rfb2r1l (default=32) 9145 -1 = "Not in Universe" 9146 1 = "New child (or other dependent) or" 9147 2 = "Separation, divorced or widowed" 9148 3 = "Job loss or wages reduced" 9149 4 = "Loss or reduction of other income" 9150 5 = "Became disabled or otherwise" 9151 6 = "No change - just decided it was" 9152 7 = "No change - just heard about the" 9153 8 = "Needed to re-certify" 9154 9 = "Other" 9155 ; NOTE: Format RFB2R1L has been output. 9156 VALUE rfb2r2l (default=32) 9157 -1 = "Not in Universe" 9158 1 = "New child (or other dependent) or" 9159 2 = "Separation, divorced or widowed" 9160 3 = "Job loss or wages reduced" 9161 4 = "Loss or reduction of other income" 9162 5 = "Became disabled or otherwise" 9163 6 = "No change - just decided it was" 9164 7 = "No change - just heard about the" 9165 8 = "Needed to re-certify" 9166 9 = "Other" 9167 ; NOTE: Format RFB2R2L has been output. 9168 VALUE rfs1l (default=32) 9169 -1 = "Not in Universe" 9170 1 = "Became ineligible because of" 9171 2 = "Became ineligible because of" 9172 3 = "Still eligible but could" 9173 4 = "Became ineligible because program" 9174 5 = "Eligibility ran out because of" 9175 6 = "The money is not worth it" 9176 7 = "Other, specify" 9177 ; NOTE: Format RFS1L has been output. 9178 VALUE rfs2l (default=32) 9179 -1 = "Not in Universe" 9180 1 = "Became ineligible because of" 9181 2 = "Became ineligible because of" 173 The SAS System 08:21 Thursday, December 11, 2014 9182 3 = "Still eligible but could" 9183 4 = "Became ineligible because program" 9184 5 = "Eligibility ran out because of" 9185 6 = "The money is not worth it" 9186 7 = "Other, specify" 9187 ; NOTE: Format RFS2L has been output. 9188 VALUE rgb1r1l (default=32) 9189 -1 = "Not in Universe" 9190 1 = "New child (or other dependent) or" 9191 2 = "Separation, divorce or widowed" 9192 3 = "Job loss or wages reduced" 9193 4 = "Loss or reduction of other income" 9194 5 = "Became disabled or otherwise" 9195 6 = "No change - just decided it was" 9196 7 = "No change - just heard about the" 9197 8 = "Needed to re-certify" 9198 9 = "Other" 9199 ; NOTE: Format RGB1R1L has been output. 9200 VALUE rgb1r2l (default=32) 9201 -1 = "Not in Universe" 9202 1 = "New child (or other dependent) or" 9203 2 = "Separation, divorce or widowed" 9204 3 = "Job loss or wages reduced" 9205 4 = "Loss or reduction of other income" 9206 5 = "Became disabled or otherwise" 9207 6 = "No change - just decided it was" 9208 7 = "No change - just heard about the" 9209 8 = "Needed to re-certify" 9210 9 = "Other" 9211 ; NOTE: Format RGB1R2L has been output. 9212 VALUE rgb2r1l (default=32) 9213 -1 = "Not in Universe" 9214 1 = "New child (or other dependent) or" 9215 2 = "Separation, divorce or widowed" 9216 3 = "Job loss or wages reduced" 9217 4 = "Loss or reduction of other income" 9218 5 = "Became disabled or otherwise" 9219 6 = "No change - just decided it was" 9220 7 = "No change - just heard about the" 9221 8 = "Needed to re-certify" 9222 9 = "Other" 9223 ; NOTE: Format RGB2R1L has been output. 9224 VALUE rgb2r2l (default=32) 9225 -1 = "Not in Universe" 9226 1 = "New child (or other dependent) or" 9227 2 = "Separation, divorce or widowed" 9228 3 = "Job loss or wages reduced" 9229 4 = "Loss or reduction of other income" 9230 5 = "Became disabled or otherwise" 9231 6 = "No change - just decided it was" 9232 7 = "No change - just heard about the" 9233 8 = "Needed to re-certify" 9234 9 = "Other" 9235 ; 174 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format RGB2R2L has been output. 9236 VALUE rgs1l (default=32) 9237 -1 = "Not in Universe" 9238 1 = "Became ineligible because of" 9239 2 = "Became ineligible because of" 9240 3 = "Still eligible but could" 9241 4 = "Became ineligible because program" 9242 5 = "Eligibility ran out because of" 9243 6 = "The money is not worth it" 9244 7 = "Other, specify" 9245 ; NOTE: Format RGS1L has been output. 9246 VALUE rgs2l (default=32) 9247 -1 = "Not in Universe" 9248 1 = "Became ineligible because of" 9249 2 = "Became ineligible because of" 9250 3 = "Still eligible but could" 9251 4 = "Became ineligible because program" 9252 5 = "Eligibility ran out because of" 9253 6 = "The money is not worth it" 9254 7 = "Other, specify" 9255 ; NOTE: Format RGS2L has been output. 9256 VALUE rob1r1l (default=32) 9257 -1 = "Not in Universe" 9258 1 = "New child (or other dependent) or" 9259 2 = "Separation, divorced or widowed" 9260 3 = "Job loss or wages reduced" 9261 4 = "Loss or reduction of other income" 9262 5 = "Became disabled or otherwise" 9263 6 = "No change - just decided it was" 9264 7 = "No change - just heard about the" 9265 8 = "Needed to re-certify" 9266 9 = "Other" 9267 ; NOTE: Format ROB1R1L has been output. 9268 VALUE rob1r2l (default=32) 9269 -1 = "Not in Universe" 9270 1 = "New child (or other dependent) or" 9271 2 = "Separation, divorced or widowed" 9272 3 = "Job loss or wages reduced" 9273 4 = "Loss or reduction of other income" 9274 5 = "Became disabled or otherwise" 9275 6 = "No change - just decided it was" 9276 7 = "No change - just heard about the" 9277 8 = "Needed to re-certify" 9278 9 = "Other" 9279 ; NOTE: Format ROB1R2L has been output. 9280 VALUE rob2r1l (default=32) 9281 -1 = "Not in Universe" 9282 1 = "New child (or other dependent) or" 9283 2 = "Separation, divorced or widowed" 9284 3 = "Job loss or wages reduced" 9285 4 = "Loss or reduction of other income" 9286 5 = "Became disabled or otherwise" 9287 6 = "No change - just decided it was" 9288 7 = "No change - just heard about the" 175 The SAS System 08:21 Thursday, December 11, 2014 9289 8 = "Needed to re-certify" 9290 9 = "Other" 9291 ; NOTE: Format ROB2R1L has been output. 9292 VALUE rob2r2l (default=32) 9293 -1 = "Not in Universe" 9294 1 = "New child (or other dependent) or" 9295 2 = "Separation, divorced or widowed" 9296 3 = "Job loss or wages reduced" 9297 4 = "Loss or reduction of other income" 9298 5 = "Became disabled or otherwise" 9299 6 = "No change - just decided it was" 9300 7 = "No change - just heard about the" 9301 8 = "Needed to re-certify" 9302 9 = "Other" 9303 ; NOTE: Format ROB2R2L has been output. 9304 VALUE ros1l (default=32) 9305 -1 = "Not in Universe" 9306 1 = "Became ineligible because of" 9307 2 = "Became ineligible because of" 9308 3 = "Still eligible but could" 9309 4 = "Became ineligible because program" 9310 5 = "Eligibility ran out because of" 9311 6 = "The money is not worth it" 9312 7 = "Other, specify" 9313 ; NOTE: Format ROS1L has been output. 9314 VALUE ros2l (default=32) 9315 -1 = "Not in Universe" 9316 1 = "Became ineligible because of" 9317 2 = "Became ineligible because of" 9318 3 = "Still eligible but could" 9319 4 = "Became ineligible because program" 9320 5 = "Eligibility ran out because of" 9321 6 = "The money is not worth it" 9322 7 = "Other, specify" 9323 ; NOTE: Format ROS2L has been output. 9324 VALUE rsb1r1l (default=32) 9325 -1 = "Not in Universe" 9326 2 = "Became disabled/blind" 9327 3 = "Over 65" 9328 4 = "Other, specify" 9329 ; NOTE: Format RSB1R1L has been output. 9330 VALUE rsb1r2l (default=32) 9331 -1 = "Not in Universe" 9332 2 = "Became disabled/blind" 9333 3 = "Over 65" 9334 4 = "Other, specify" 9335 ; NOTE: Format RSB1R2L has been output. 9336 VALUE rsb2r1l (default=32) 9337 -1 = "Not in Universe" 9338 2 = "Became disabled/blind" 9339 3 = "Over 65" 9340 4 = "Other, specify" 176 The SAS System 08:21 Thursday, December 11, 2014 9341 ; NOTE: Format RSB2R1L has been output. 9342 VALUE rsb2r2l (default=32) 9343 -1 = "Not in Universe" 9344 2 = "Became disabled/blind" 9345 3 = "Over 65" 9346 4 = "Other, specify" 9347 ; NOTE: Format RSB2R2L has been output. 9348 VALUE rss1l (default=32) 9349 -1 = "Not in Universe" 9350 1 = "Became ineligible because of" 9351 2 = "Became ineleigble because of" 9352 3 = "Still eligible but could" 9353 4 = "Became ineligible because program" 9354 5 = "Eligibility ran out because of" 9355 6 = "The money is not worth it" 9356 7 = "Other, specify" 9357 ; NOTE: Format RSS1L has been output. 9358 VALUE rss2l (default=32) 9359 -1 = "Not in Universe" 9360 1 = "Became ineligible because of" 9361 2 = "Became ineleigble because of" 9362 3 = "Still eligible but could" 9363 4 = "Became ineligible because program" 9364 5 = "Eligibility ran out because of" 9365 6 = "The money is not worth it" 9366 7 = "Other, specify" 9367 ; NOTE: Format RSS2L has been output. 9368 VALUE east1a (default=32) 9369 -1 = "Not in Universe" 9370 1 = "Yes" 9371 2 = "No" 9372 ; NOTE: Format EAST1A has been output. 9373 VALUE aast1a (default=32) 9374 0 = "Not imputed" 9375 1 = "Statistical imputation (hot deck)" 9376 2 = "Cold deck imputation" 9377 3 = "Logical imputation (derivation)" 9378 4 = "Statistical or logical imputation" 9379 ; NOTE: Format AAST1A has been output. 9380 VALUE east1b (default=32) 9381 -1 = "Not in Universe" 9382 1 = "Yes" 9383 2 = "No" 9384 ; NOTE: Format EAST1B has been output. 9385 VALUE aast1b (default=32) 9386 0 = "Not imputed" 9387 1 = "Statistical imputation (hot deck)" 9388 2 = "Cold deck imputation" 9389 3 = "Logical imputation (derivation)" 9390 4 = "Statistical or logical imputation" 9391 ; 177 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format AAST1B has been output. 9392 VALUE east1c (default=32) 9393 -1 = "Not in Universe" 9394 1 = "Yes" 9395 2 = "No" 9396 ; NOTE: Format EAST1C has been output. 9397 VALUE aast1c (default=32) 9398 0 = "Not imputed" 9399 1 = "Statistical imputation (hot deck)" 9400 2 = "Cold deck imputation" 9401 3 = "Logical imputation (derivation)" 9402 4 = "Statistical or logical imputation" 9403 ; NOTE: Format AAST1C has been output. 9404 VALUE east2a (default=32) 9405 -1 = "Not in Universe" 9406 1 = "Yes" 9407 2 = "No" 9408 ; NOTE: Format EAST2A has been output. 9409 VALUE aast2a (default=32) 9410 0 = "Not imputed" 9411 1 = "Statistical imputation (hot deck)" 9412 2 = "Cold deck imputation" 9413 3 = "Logical imputation (derivation)" 9414 4 = "Statistical or logical imputation" 9415 ; NOTE: Format AAST2A has been output. 9416 VALUE east2b (default=32) 9417 -1 = "Not in Universe" 9418 1 = "Yes" 9419 2 = "No" 9420 ; NOTE: Format EAST2B has been output. 9421 VALUE aast2b (default=32) 9422 0 = "Not imputed" 9423 1 = "Statistical imputation (hot deck)" 9424 2 = "Cold deck imputation" 9425 3 = "Logical imputation (derivation)" 9426 4 = "Statistical or logical imputation" 9427 ; NOTE: Format AAST2B has been output. 9428 VALUE east2c (default=32) 9429 -1 = "Not in Universe" 9430 1 = "Yes" 9431 2 = "No" 9432 ; NOTE: Format EAST2C has been output. 9433 VALUE aast2c (default=32) 9434 0 = "Not imputed" 9435 1 = "Statistical imputation (hot deck)" 9436 2 = "Cold deck imputation" 9437 3 = "Logical imputation (derivation)" 9438 4 = "Statistical or logical imputation" 9439 ; NOTE: Format AAST2C has been output. 9440 VALUE east2d (default=32) 178 The SAS System 08:21 Thursday, December 11, 2014 9441 -1 = "Not in Universe" 9442 1 = "Yes" 9443 2 = "No" 9444 ; NOTE: Format EAST2D has been output. 9445 VALUE aast2d (default=32) 9446 0 = "Not imputed" 9447 1 = "Statistical imputation (hot deck)" 9448 2 = "Cold deck imputation" 9449 3 = "Logical imputation (derivation)" 9450 4 = "Statistical or logical imputation" 9451 ; NOTE: Format AAST2D has been output. 9452 VALUE east3a (default=32) 9453 -1 = "Not in Universe" 9454 1 = "Yes" 9455 2 = "No" 9456 ; NOTE: Format EAST3A has been output. 9457 VALUE aast3a (default=32) 9458 0 = "Not imputed" 9459 1 = "Statistical imputation (hot deck)" 9460 2 = "Cold deck imputation" 9461 3 = "Logical imputation (derivation)" 9462 4 = "Statistical or logical imputation" 9463 ; NOTE: Format AAST3A has been output. 9464 VALUE east3b (default=32) 9465 -1 = "Not in Universe" 9466 1 = "Yes" 9467 2 = "No" 9468 ; NOTE: Format EAST3B has been output. 9469 VALUE aast3b (default=32) 9470 0 = "Not imputed" 9471 1 = "Statistical imputation (hot deck)" 9472 2 = "Cold deck imputation" 9473 3 = "Logical imputation (derivation)" 9474 4 = "Statistical or logical imputation" 9475 ; NOTE: Format AAST3B has been output. 9476 VALUE east3c (default=32) 9477 -1 = "Not in Universe" 9478 1 = "Yes" 9479 2 = "No" 9480 ; NOTE: Format EAST3C has been output. 9481 VALUE aast3c (default=32) 9482 0 = "Not imputed" 9483 1 = "Statistical imputation (hot deck)" 9484 2 = "Cold deck imputation" 9485 3 = "Logical imputation (derivation)" 9486 4 = "Statistical or logical imputation" 9487 ; NOTE: Format AAST3C has been output. 9488 VALUE east3d (default=32) 9489 -1 = "Not in Universe" 9490 1 = "Yes" 179 The SAS System 08:21 Thursday, December 11, 2014 9491 2 = "No" 9492 ; NOTE: Format EAST3D has been output. 9493 VALUE aast3d (default=32) 9494 0 = "Not imputed" 9495 1 = "Statistical imputation (hot deck)" 9496 2 = "Cold deck imputation" 9497 3 = "Logical imputation (derivation)" 9498 4 = "Statistical or logical imputation" 9499 ; NOTE: Format AAST3D has been output. 9500 VALUE east3e (default=32) 9501 -1 = "Not in Universe" 9502 1 = "Yes" 9503 2 = "No" 9504 ; NOTE: Format EAST3E has been output. 9505 VALUE aast3e (default=32) 9506 0 = "Not imputed" 9507 1 = "Statistical imputation (hot deck)" 9508 2 = "Cold deck imputation" 9509 3 = "Logical imputation (derivation)" 9510 4 = "Statistical or logical imputation" 9511 ; NOTE: Format AAST3E has been output. 9512 VALUE east4a (default=32) 9513 -1 = "Not in Universe" 9514 1 = "Yes" 9515 2 = "No" 9516 ; NOTE: Format EAST4A has been output. 9517 VALUE aast4a (default=32) 9518 0 = "Not imputed" 9519 1 = "Statistical imputation (hot deck)" 9520 2 = "Cold deck imputation" 9521 3 = "Logical imputation (derivation)" 9522 4 = "Statistical or logical imputation" 9523 ; NOTE: Format AAST4A has been output. 9524 VALUE east4b (default=32) 9525 -1 = "Not in Universe" 9526 1 = "Yes" 9527 2 = "No" 9528 ; NOTE: Format EAST4B has been output. 9529 VALUE aast4b (default=32) 9530 0 = "Not imputed" 9531 1 = "Statistical imputation (hot deck)" 9532 2 = "Cold deck imputation" 9533 3 = "Logical imputation (derivation)" 9534 4 = "Statistical or logical imputation" 9535 ; NOTE: Format AAST4B has been output. 9536 VALUE east4c (default=32) 9537 -1 = "Not in Universe" 9538 1 = "Yes" 9539 2 = "No" 9540 ; 180 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format EAST4C has been output. 9541 VALUE aast4c (default=32) 9542 0 = "Not imputed" 9543 1 = "Statistical imputation (hot deck)" 9544 2 = "Cold deck imputation" 9545 3 = "Logical imputation (derivation)" 9546 4 = "Statistical or logical imputation" 9547 ; NOTE: Format AAST4C has been output. 9548 VALUE ejntrnt (default=32) 9549 -1 = "Not in Universe" 9550 1 = "Yes" 9551 2 = "No" 9552 ; NOTE: Format EJNTRNT has been output. 9553 VALUE ajntrnt (default=32) 9554 0 = "Not imputed" 9555 1 = "Statistical imputation (hot deck)" 9556 2 = "Cold deck imputation" 9557 3 = "Logical imputation (derivation)" 9558 4 = "Statistical or logical imputation" 9559 ; NOTE: Format AJNTRNT has been output. 9560 VALUE tjarnt (default=32) 9561 0 = "None or not in universe" 9562 ; NOTE: Format TJARNT has been output. 9563 VALUE ajarnt (default=32) 9564 0 = "Not imputed" 9565 1 = "Statistical imputation (hot deck)" 9566 2 = "Cold deck imputation" 9567 3 = "Logical imputation (derivation)" 9568 4 = "Statistical or logical imputation" 9569 6 = "Derived from range based values" 9570 ; NOTE: Format AJARNT has been output. 9571 VALUE tjaclr (default=32) 9572 0 = "None or not in universe" 9573 ; NOTE: Format TJACLR has been output. 9574 VALUE ajaclr (default=32) 9575 0 = "Not imputed" 9576 1 = "Statistical imputation (hot deck)" 9577 2 = "Cold deck imputation" 9578 3 = "Logical imputation (derivation)" 9579 4 = "Statistical or logical imputation" 9580 6 = "Derived from range based values" 9581 ; NOTE: Format AJACLR has been output. 9582 VALUE eownrnt (default=32) 9583 -1 = "Not in Universe" 9584 1 = "Yes" 9585 2 = "No" 9586 ; NOTE: Format EOWNRNT has been output. 9587 VALUE aownrnt (default=32) 9588 0 = "Not imputed" 9589 1 = "Statistical imputation (hot deck)" 181 The SAS System 08:21 Thursday, December 11, 2014 9590 2 = "Cold deck imputation" 9591 3 = "Logical imputation (derivation)" 9592 4 = "Statistical or logical imputation" 9593 ; NOTE: Format AOWNRNT has been output. 9594 VALUE toarnt (default=32) 9595 0 = "None or not in universe" 9596 ; NOTE: Format TOARNT has been output. 9597 VALUE aoarnt (default=32) 9598 0 = "Not imputed" 9599 1 = "Statistical imputation (hot deck)" 9600 2 = "Cold deck imputation" 9601 3 = "Logical imputation (derivation)" 9602 4 = "Statistical or logical imputation" 9603 6 = "Derived from range based values" 9604 ; NOTE: Format AOARNT has been output. 9605 VALUE toaclr (default=32) 9606 0 = "None or not in universe" 9607 ; NOTE: Format TOACLR has been output. 9608 VALUE aoaclr (default=32) 9609 0 = "Not imputed" 9610 1 = "Statistical imputation (hot deck)" 9611 2 = "Cold deck imputation" 9612 3 = "Logical imputation (derivation)" 9613 4 = "Statistical or logical imputation" 9614 6 = "Derived from range based values" 9615 ; NOTE: Format AOACLR has been output. 9616 VALUE ejrnt2l (default=32) 9617 -1 = "Not universe" 9618 1 = "Yes" 9619 2 = "No" 9620 ; NOTE: Format EJRNT2L has been output. 9621 VALUE ajrnt2l (default=32) 9622 0 = "Not imputed" 9623 1 = "Statistical imputation (hot deck)" 9624 2 = "Cold deck imputation" 9625 3 = "Logical imputation (derivation)" 9626 4 = "Statistical or logical imputation" 9627 ; NOTE: Format AJRNT2L has been output. 9628 VALUE tjaclr2l (default=32) 9629 0 = "None or not in universe" 9630 ; NOTE: Format TJACLR2L has been output. 9631 VALUE ajaclr2l (default=32) 9632 0 = "Not imputed" 9633 1 = "Statistical imputation (hot deck)" 9634 2 = "Cold deck imputation" 9635 3 = "Logical imputation (derivation)" 9636 4 = "Statistical or logical imputation" 9637 6 = "Derived from range based values" 9638 ; NOTE: Format AJACLR2L has been output. 182 The SAS System 08:21 Thursday, December 11, 2014 9639 VALUE emrtjnt (default=32) 9640 -1 = "Not universe" 9641 1 = "Yes" 9642 2 = "No" 9643 ; NOTE: Format EMRTJNT has been output. 9644 VALUE amrtjnt (default=32) 9645 0 = "Not imputed" 9646 1 = "Statistical imputation (hot deck)" 9647 2 = "Cold deck imputation" 9648 3 = "Logical imputation (derivation)" 9649 4 = "Statistical or logical imputation" 9650 ; NOTE: Format AMRTJNT has been output. 9651 VALUE tmijnt (default=32) 9652 0 = "None or not in universe" 9653 ; NOTE: Format TMIJNT has been output. 9654 VALUE amijnt (default=32) 9655 0 = "Not imputed" 9656 1 = "Statistical imputation (hot deck)" 9657 2 = "Cold deck imputation" 9658 3 = "Logical imputation (derivation)" 9659 4 = "Statistical or logical imputation" 9660 6 = "Derived from range based values" 9661 ; NOTE: Format AMIJNT has been output. 9662 VALUE emrtown (default=32) 9663 -1 = "Not universe" 9664 1 = "Yes" 9665 2 = "No" 9666 ; NOTE: Format EMRTOWN has been output. 9667 VALUE amrtown (default=32) 9668 0 = "Not imputed" 9669 1 = "Statistical imputation (hot deck)" 9670 2 = "Cold deck imputation" 9671 3 = "Logical imputation (derivation)" 9672 4 = "Statistical or logical imputation" 9673 ; NOTE: Format AMRTOWN has been output. 9674 VALUE tmiown (default=32) 9675 0 = "None or not in universe" 9676 ; NOTE: Format TMIOWN has been output. 9677 VALUE amiown (default=32) 9678 0 = "Not imputed" 9679 1 = "Statistical imputation (hot deck)" 9680 2 = "Cold deck imputation" 9681 3 = "Logical imputation (derivation)" 9682 4 = "Statistical or logical imputation" 9683 6 = "Derived from range based values" 9684 ; NOTE: Format AMIOWN has been output. 9685 VALUE trndup1l (default=32) 9686 0 = "None or not in universe" 9687 ; NOTE: Format TRNDUP1L has been output. 183 The SAS System 08:21 Thursday, December 11, 2014 9688 VALUE arndup1l (default=32) 9689 0 = "Not imputed" 9690 1 = "Statistical imputation (hot deck)" 9691 2 = "Cold deck imputation" 9692 3 = "Logical imputation (derivation)" 9693 4 = "Statistical or logical imputation" 9694 6 = "Derived from range based values" 9695 ; NOTE: Format ARNDUP1L has been output. 9696 VALUE trndup2l (default=32) 9697 0 = "None or not in universe" 9698 ; NOTE: Format TRNDUP2L has been output. 9699 VALUE arndup2l (default=32) 9700 0 = "Not imputed" 9701 1 = "Statistical imputation (hot deck)" 9702 2 = "Cold deck imputation" 9703 3 = "Logical imputation (derivation)" 9704 4 = "Statistical or logical imputation" 9705 6 = "Derived from range based values" 9706 ; NOTE: Format ARNDUP2L has been output. 9707 VALUE tothprop (default=32) 9708 0 = "None or not in universe" 9709 ; NOTE: Format TOTHPROP has been output. 9710 VALUE eckjt (default=32) 9711 -1 = "Not in Universe" 9712 1 = "Yes" 9713 2 = "No" 9714 ; NOTE: Format ECKJT has been output. 9715 VALUE ackjt (default=32) 9716 0 = "Not imputed" 9717 1 = "Statistical imputation (hot deck)" 9718 2 = "Cold deck imputation" 9719 3 = "Logical imputation (derivation)" 9720 4 = "Statistical or logical imputation" 9721 ; NOTE: Format ACKJT has been output. 9722 VALUE tckjtint (default=32) 9723 0 = "None or not in universe" 9724 ; NOTE: Format TCKJTINT has been output. 9725 VALUE ackjtint (default=32) 9726 0 = "Not imputed" 9727 1 = "Statistical imputation (hot deck)" 9728 2 = "Cold deck imputation" 9729 3 = "Logical imputation (derivation)" 9730 4 = "Statistical or logical imputation" 9731 6 = "Derived from range based values" 9732 ; NOTE: Format ACKJTINT has been output. 9733 VALUE eckoast (default=32) 9734 -1 = "Not in Universe" 9735 1 = "Yes" 9736 2 = "No" 9737 ; 184 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format ECKOAST has been output. 9738 VALUE ackoast (default=32) 9739 0 = "Not imputed" 9740 1 = "Statistical imputation (hot deck)" 9741 2 = "Cold deck imputation" 9742 3 = "Logical imputation (derivation)" 9743 4 = "Statistical or logical imputation" 9744 ; NOTE: Format ACKOAST has been output. 9745 VALUE tckoint (default=32) 9746 0 = "None or not in universe" 9747 ; NOTE: Format TCKOINT has been output. 9748 VALUE ackoint (default=32) 9749 0 = "Not imputed" 9750 1 = "Statistical imputation (hot deck)" 9751 2 = "Cold deck imputation" 9752 3 = "Logical imputation (derivation)" 9753 4 = "Statistical or logical imputation" 9754 6 = "Derived from range based values" 9755 ; NOTE: Format ACKOINT has been output. 9756 VALUE esvjt (default=32) 9757 -1 = "Not in Universe" 9758 1 = "Yes" 9759 2 = "No" 9760 ; NOTE: Format ESVJT has been output. 9761 VALUE asvjt (default=32) 9762 0 = "Not imputed" 9763 1 = "Statistical imputation (hot deck)" 9764 2 = "Cold deck imputation" 9765 3 = "Logical imputation (derivation)" 9766 4 = "Statistical or logical imputation" 9767 ; NOTE: Format ASVJT has been output. 9768 VALUE tsvjtint (default=32) 9769 0 = "None or not in universe" 9770 ; NOTE: Format TSVJTINT has been output. 9771 VALUE asvjtint (default=32) 9772 0 = "Not imputed" 9773 1 = "Statistical imputation (hot deck)" 9774 2 = "Cold deck imputation" 9775 3 = "Logical imputation (derivation)" 9776 4 = "Statistical or logical imputation" 9777 6 = "Derived from range based values" 9778 ; NOTE: Format ASVJTINT has been output. 9779 VALUE esvoast (default=32) 9780 -1 = "Not in Universe" 9781 1 = "Yes" 9782 2 = "No" 9783 ; NOTE: Format ESVOAST has been output. 9784 VALUE asvoast (default=32) 9785 0 = "Not imputed" 9786 1 = "Statistical imputation (hot deck)" 185 The SAS System 08:21 Thursday, December 11, 2014 9787 2 = "Cold deck imputation" 9788 3 = "Logical imputation (derivation)" 9789 4 = "Statistical or logical imputation" 9790 ; NOTE: Format ASVOAST has been output. 9791 VALUE tsvoint (default=32) 9792 0 = "None or not in universe" 9793 ; NOTE: Format TSVOINT has been output. 9794 VALUE asvoint (default=32) 9795 0 = "Not imputed" 9796 1 = "Statistical imputation (hot deck)" 9797 2 = "Cold deck imputation" 9798 3 = "Logical imputation (derivation)" 9799 4 = "Statistical or logical imputation" 9800 6 = "Derived from range based values" 9801 ; NOTE: Format ASVOINT has been output. 9802 VALUE emdjt (default=32) 9803 -1 = "Not in Universe" 9804 1 = "Yes" 9805 2 = "No" 9806 ; NOTE: Format EMDJT has been output. 9807 VALUE amdjt (default=32) 9808 0 = "Not imputed" 9809 1 = "Statistical imputation (hot deck)" 9810 2 = "Cold deck imputation" 9811 3 = "Logical imputation (derivation)" 9812 4 = "Statistical or logical imputation" 9813 ; NOTE: Format AMDJT has been output. 9814 VALUE tmdjtint (default=32) 9815 0 = "None or not in universe" 9816 ; NOTE: Format TMDJTINT has been output. 9817 VALUE amdjtint (default=32) 9818 0 = "Not imputed" 9819 1 = "Statistical imputation (hot deck)" 9820 2 = "Cold deck imputation" 9821 3 = "Logical imputation (derivation)" 9822 4 = "Statistical or logical imputation" 9823 6 = "Derived from range based values" 9824 ; NOTE: Format AMDJTINT has been output. 9825 VALUE emdoast (default=32) 9826 -1 = "Not in Universe" 9827 1 = "Yes" 9828 2 = "No" 9829 ; NOTE: Format EMDOAST has been output. 9830 VALUE amdoast (default=32) 9831 0 = "Not imputed" 9832 1 = "Statistical imputation (hot deck)" 9833 2 = "Cold deck imputation" 9834 3 = "Logical imputation (derivation)" 9835 4 = "Statistical or logical imputation" 9836 ; 186 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format AMDOAST has been output. 9837 VALUE tmdoint (default=32) 9838 0 = "None or not in universe" 9839 ; NOTE: Format TMDOINT has been output. 9840 VALUE amdoint (default=32) 9841 0 = "Not imputed" 9842 1 = "Statistical imputation (hot deck)" 9843 2 = "Cold deck imputation" 9844 3 = "Logical imputation (derivation)" 9845 4 = "Statistical or logical imputation" 9846 6 = "Derived from range based values" 9847 ; NOTE: Format AMDOINT has been output. 9848 VALUE ecdjt (default=32) 9849 -1 = "Not in Universe" 9850 1 = "Yes" 9851 2 = "No" 9852 ; NOTE: Format ECDJT has been output. 9853 VALUE acdjt (default=32) 9854 0 = "Not imputed" 9855 1 = "Statistical imputation (hot deck)" 9856 2 = "Cold deck imputation" 9857 3 = "Logical imputation (derivation)" 9858 4 = "Statistical or logical imputation" 9859 ; NOTE: Format ACDJT has been output. 9860 VALUE tcdjtint (default=32) 9861 0 = "None or not in universe" 9862 ; NOTE: Format TCDJTINT has been output. 9863 VALUE acdjtint (default=32) 9864 0 = "Not imputed" 9865 1 = "Statistical imputation (hot deck)" 9866 2 = "Cold deck imputation" 9867 3 = "Logical imputation (derivation)" 9868 4 = "Statistical or logical imputation" 9869 6 = "Derived from range based values" 9870 ; NOTE: Format ACDJTINT has been output. 9871 VALUE ecdoast (default=32) 9872 -1 = "Not in Universe" 9873 1 = "Yes" 9874 2 = "No" 9875 ; NOTE: Format ECDOAST has been output. 9876 VALUE acdoast (default=32) 9877 0 = "Not imputed" 9878 1 = "Statistical imputation (hot deck)" 9879 2 = "Cold deck imputation" 9880 3 = "Logical imputation (derivation)" 9881 4 = "Statistical or logical imputation" 9882 ; NOTE: Format ACDOAST has been output. 9883 VALUE tcdoint (default=32) 9884 0 = "None or not in universe" 9885 ; 187 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format TCDOINT has been output. 9886 VALUE acdoint (default=32) 9887 0 = "Not imputed" 9888 1 = "Statistical imputation (hot deck)" 9889 2 = "Cold deck imputation" 9890 3 = "Logical imputation (derivation)" 9891 4 = "Statistical or logical imputation" 9892 6 = "Derived from range based values" 9893 ; NOTE: Format ACDOINT has been output. 9894 VALUE ebdjt (default=32) 9895 -1 = "Not in Universe" 9896 1 = "Yes" 9897 2 = "No" 9898 ; NOTE: Format EBDJT has been output. 9899 VALUE abdjt (default=32) 9900 0 = "Not imputed" 9901 1 = "Statistical imputation (hot deck)" 9902 2 = "Cold deck imputation" 9903 3 = "Logical imputation (derivation)" 9904 4 = "Statistical or logical imputation" 9905 ; NOTE: Format ABDJT has been output. 9906 VALUE tbdjtint (default=32) 9907 0 = "None or not in universe" 9908 ; NOTE: Format TBDJTINT has been output. 9909 VALUE abdjtint (default=32) 9910 0 = "Not imputed" 9911 1 = "Statistical imputation (hot deck)" 9912 2 = "Cold deck imputation" 9913 3 = "Logical imputation (derivation)" 9914 4 = "Statistical or logical imputation" 9915 6 = "Derived from range based values" 9916 ; NOTE: Format ABDJTINT has been output. 9917 VALUE ebdoast (default=32) 9918 -1 = "Not in Universe" 9919 1 = "Yes" 9920 2 = "No" 9921 ; NOTE: Format EBDOAST has been output. 9922 VALUE abdoast (default=32) 9923 0 = "Not imputed" 9924 1 = "Statistical imputation (hot deck)" 9925 2 = "Cold deck imputation" 9926 3 = "Logical imputation (derivation)" 9927 4 = "Statistical or logical imputation" 9928 ; NOTE: Format ABDOAST has been output. 9929 VALUE tbdoint (default=32) 9930 0 = "None or not in universe" 9931 ; NOTE: Format TBDOINT has been output. 9932 VALUE abdoint (default=32) 9933 0 = "Not imputed" 9934 1 = "Statistical imputation (hot deck)" 188 The SAS System 08:21 Thursday, December 11, 2014 9935 2 = "Cold deck imputation" 9936 3 = "Logical imputation (derivation)" 9937 4 = "Statistical or logical imputation" 9938 6 = "Derived from range based values" 9939 ; NOTE: Format ABDOINT has been output. 9940 VALUE egvjt (default=32) 9941 -1 = "Not in Universe" 9942 1 = "Yes" 9943 2 = "No" 9944 ; NOTE: Format EGVJT has been output. 9945 VALUE agvjt (default=32) 9946 0 = "Not imputed" 9947 1 = "Statistical imputation (hot deck)" 9948 2 = "Cold deck imputation" 9949 3 = "Logical imputation (derivation)" 9950 4 = "Statistical or logical imputation" 9951 ; NOTE: Format AGVJT has been output. 9952 VALUE tgvjtint (default=32) 9953 0 = "None or not in universe" 9954 ; NOTE: Format TGVJTINT has been output. 9955 VALUE agvjtint (default=32) 9956 0 = "Not imputed" 9957 1 = "Statistical imputation (hot deck)" 9958 2 = "Cold deck imputation" 9959 3 = "Logical imputation (derivation)" 9960 4 = "Statistical or logical imputation" 9961 6 = "Derived from range based values" 9962 ; NOTE: Format AGVJTINT has been output. 9963 VALUE egvoast (default=32) 9964 -1 = "Not in Universe" 9965 1 = "Yes" 9966 2 = "No" 9967 ; NOTE: Format EGVOAST has been output. 9968 VALUE agvoast (default=32) 9969 0 = "Not imputed" 9970 1 = "Statistical imputation (hot deck)" 9971 2 = "Cold deck imputation" 9972 3 = "Logical imputation (derivation)" 9973 4 = "Statistical or logical imputation" 9974 ; NOTE: Format AGVOAST has been output. 9975 VALUE tgvoint (default=32) 9976 0 = "None or not in universe" 9977 ; NOTE: Format TGVOINT has been output. 9978 VALUE agvoint (default=32) 9979 0 = "Not imputed" 9980 1 = "Statistical imputation (hot deck)" 9981 2 = "Cold deck imputation" 9982 3 = "Logical imputation (derivation)" 9983 4 = "Statistical or logical imputation" 9984 6 = "Derived from range based values" 189 The SAS System 08:21 Thursday, December 11, 2014 9985 ; NOTE: Format AGVOINT has been output. 9986 VALUE tintinc (default=32) 9987 0 = "None or not in univerese" 9988 ; NOTE: Format TINTINC has been output. 9989 VALUE emanychk (default=32) 9990 -1 = "Not in Universe" 9991 1 = "Yes" 9992 2 = "No" 9993 ; NOTE: Format EMANYCHK has been output. 9994 VALUE amanychk (default=32) 9995 0 = "Not imputed" 9996 1 = "Statistical imputation (hot deck)" 9997 2 = "Cold deck imputation" 9998 3 = "Logical imputation (derivation)" 9999 4 = "Statistical or logical imputation" 10000 ; NOTE: Format AMANYCHK has been output. 10001 VALUE tmjntdiv (default=32) 10002 0 = "None or not in universe" 10003 ; NOTE: Format TMJNTDIV has been output. 10004 VALUE amjntdiv (default=32) 10005 0 = "Not imputed" 10006 1 = "Statistical imputation (hot deck)" 10007 2 = "Cold deck imputation" 10008 3 = "Logical imputation (derivation)" 10009 4 = "Statistical or logical imputation" 10010 6 = "Derived from range based values" 10011 ; NOTE: Format AMJNTDIV has been output. 10012 VALUE tmowndiv (default=32) 10013 0 = "None or not in universe" 10014 ; NOTE: Format TMOWNDIV has been output. 10015 VALUE amowndiv (default=32) 10016 0 = "Not imputed" 10017 1 = "Statistical imputation (hot deck)" 10018 2 = "Cold deck imputation" 10019 3 = "Logical imputation (derivation)" 10020 4 = "Statistical or logical imputation" 10021 6 = "Derived from range based values" 10022 ; NOTE: Format AMOWNDIV has been output. 10023 VALUE emothdiv (default=32) 10024 -1 = "Not in Universe" 10025 1 = "Yes" 10026 2 = "No" 10027 ; NOTE: Format EMOTHDIV has been output. 10028 VALUE amothdiv (default=32) 10029 0 = "Not imputed" 10030 1 = "Statistical imputation (hot deck)" 10031 2 = "Cold deck imputation" 10032 3 = "Logical imputation (derivation)" 10033 4 = "Statistical or logical imputation" 190 The SAS System 08:21 Thursday, December 11, 2014 10034 ; NOTE: Format AMOTHDIV has been output. 10035 VALUE tmjadiv (default=32) 10036 0 = "None or not in universe" 10037 ; NOTE: Format TMJADIV has been output. 10038 VALUE amjadiv (default=32) 10039 0 = "Not imputed" 10040 1 = "Statistical imputation (hot deck)" 10041 2 = "Cold deck imputation" 10042 3 = "Logical imputation (derivation)" 10043 4 = "Statistical or logical imputation" 10044 6 = "Derived from range based values" 10045 ; NOTE: Format AMJADIV has been output. 10046 VALUE tmownadv (default=32) 10047 0 = "None or not in universe" 10048 ; NOTE: Format TMOWNADV has been output. 10049 VALUE amownadv (default=32) 10050 0 = "Not imputed" 10051 1 = "Statistical imputation (hot deck)" 10052 2 = "Cold deck imputation" 10053 3 = "Logical imputation (derivation)" 10054 4 = "Statistical or logical imputation" 10055 6 = "Derived from range based values" 10056 ; NOTE: Format AMOWNADV has been output. 10057 VALUE esanychk (default=32) 10058 -1 = "Not in Universe" 10059 1 = "Yes" 10060 2 = "No" 10061 ; NOTE: Format ESANYCHK has been output. 10062 VALUE asanychk (default=32) 10063 0 = "Not imputed" 10064 1 = "Statistical imputation (hot deck)" 10065 2 = "Cold deck imputation" 10066 3 = "Logical imputation (derivation)" 10067 4 = "Statistical or logical imputation" 10068 ; NOTE: Format ASANYCHK has been output. 10069 VALUE tsjntdiv (default=32) 10070 0 = "None or not in universe" 10071 ; NOTE: Format TSJNTDIV has been output. 10072 VALUE asjntdiv (default=32) 10073 0 = "Not imputed" 10074 1 = "Statistical imputation (hot deck)" 10075 2 = "Cold deck imputation" 10076 3 = "Logical imputation (derivation)" 10077 4 = "Statistical or logical imputation" 10078 6 = "Derived from range based values" 10079 ; NOTE: Format ASJNTDIV has been output. 10080 VALUE tsowndiv (default=32) 10081 0 = "None or not in universe" 10082 ; 191 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format TSOWNDIV has been output. 10083 VALUE asowndiv (default=32) 10084 0 = "Not imputed" 10085 1 = "Statistical imputation (hot deck)" 10086 2 = "Cold deck imputation" 10087 3 = "Logical imputation (derivation)" 10088 4 = "Statistical or logical imputation" 10089 6 = "Derived from range based values" 10090 ; NOTE: Format ASOWNDIV has been output. 10091 VALUE esothdiv (default=32) 10092 -1 = "Not in Universe" 10093 1 = "Yes" 10094 2 = "No" 10095 ; NOTE: Format ESOTHDIV has been output. 10096 VALUE asothdiv (default=32) 10097 0 = "Not imputed" 10098 1 = "Statistical imputation (hot deck)" 10099 2 = "Cold deck imputation" 10100 3 = "Logical imputation (derivation)" 10101 4 = "Statistical or logical imputation" 10102 ; NOTE: Format ASOTHDIV has been output. 10103 VALUE tsjadiv (default=32) 10104 0 = "None or not in universe" 10105 ; NOTE: Format TSJADIV has been output. 10106 VALUE asjadiv (default=32) 10107 0 = "Not imputed" 10108 1 = "Statistical imputation (hot deck)" 10109 2 = "Cold deck imputation" 10110 3 = "Logical imputation (derivation)" 10111 4 = "Statistical or logical imputation" 10112 6 = "Derived from range based values" 10113 ; NOTE: Format ASJADIV has been output. 10114 VALUE tsownadv (default=32) 10115 0 = "None or not in universe" 10116 ; NOTE: Format TSOWNADV has been output. 10117 VALUE asownadv (default=32) 10118 0 = "Not imputed" 10119 1 = "Statistical imputation (hot deck)" 10120 2 = "Cold deck imputation" 10121 3 = "Logical imputation (derivation)" 10122 4 = "Statistical or logical imputation" 10123 6 = "Derived from range based values" 10124 ; NOTE: Format ASOWNADV has been output. 10125 VALUE tdivinc (default=32) 10126 0 = "None or not in universe" 10127 ; NOTE: Format TDIVINC has been output. 10128 VALUE ecrmth (default=32) 10129 -1 = "Not in Universe" 10130 1 = "Yes, covered" 10131 2 = "No, not covered" 192 The SAS System 08:21 Thursday, December 11, 2014 10132 ; NOTE: Format ECRMTH has been output. 10133 VALUE acrmth (default=32) 10134 0 = "Not imputed" 10135 1 = "Statistical imputation (hot deck)" 10136 2 = "Cold deck imputation" 10137 3 = "Logical imputation (derivation)" 10138 4 = "Statistical or logical imputation" 10139 ; NOTE: Format ACRMTH has been output. 10140 VALUE rmedcode (default=32) 10141 -1 = "Not in Universe" 10142 1 = "Retired or disabled worker" 10143 2 = "Spouse of retired or disabled" 10144 3 = "Widow of retired or disabled" 10145 4 = "Adult disabled as a child" 10146 5 = "Uninsured" 10147 7 = "Other or invalid code" 10148 9 = "Missing code" 10149 ; NOTE: Format RMEDCODE has been output. 10150 VALUE ecdmth (default=32) 10151 -1 = "Not in Universe" 10152 1 = "Yes, covered" 10153 2 = "No, not covered" 10154 ; NOTE: Format ECDMTH has been output. 10155 VALUE acdmth (default=32) 10156 0 = "Not imputed" 10157 1 = "Statistical imputation (hot deck)" 10158 2 = "Cold deck imputation" 10159 3 = "Logical imputation (derivation)" 10160 4 = "Statistical or logical imputation" 10161 ; NOTE: Format ACDMTH has been output. 10162 VALUE emcocov (default=32) 10163 -1 = "Not in Universe" 10164 1 = "Medicaid" 10165 2 = "State Children's Health Insurance" 10166 3 = "Other public health insurance" 10167 ; NOTE: Format EMCOCOV has been output. 10168 VALUE amcocov (default=32) 10169 0 = "Not imputed" 10170 1 = "Statistical imputation (hot deck)" 10171 2 = "Cold deck imputation" 10172 3 = "Logical imputation (derivation)" 10173 4 = "Statistical or logical imputation" 10174 ; NOTE: Format AMCOCOV has been output. 10175 VALUE ecdunt1l (default=32) 10176 -1 = "Not in Universe" 10177 ; NOTE: Format ECDUNT1L has been output. 10178 VALUE ehimth (default=32) 10179 1 = "Yes, covered" 10180 2 = "No, not covered" 10181 ; 193 The SAS System 08:21 Thursday, December 11, 2014 NOTE: Format EHIMTH has been output. 10182 VALUE ahimth (default=32) 10183 0 = "Not imputed" 10184 1 = "Statistical imputation (hot deck)" 10185 2 = "Cold deck imputation" 10186 3 = "Logical imputation (derivation)" 10187 4 = "Statistical or logical imputation" 10188 5 = "Indicates children's coverage" 10189 ; NOTE: Format AHIMTH has been output. 10190 VALUE ehiowner (default=32) 10191 -1 = "Not in Universe" 10192 1 = "Covered in own name" 10193 2 = "Covered by someone else's plan" 10194 3 = "Covered both in own name and by" 10195 4 = "Not covered" 10196 ; NOTE: Format EHIOWNER has been output. 10197 VALUE ahiowner (default=32) 10198 0 = "Not imputed" 10199 1 = "Statistical imputation (hot deck)" 10200 2 = "Cold deck imputation" 10201 3 = "Logical imputation (derivation)" 10202 4 = "Statistical or logical imputation" 10203 ; NOTE: Format AHIOWNER has been output. 10204 VALUE enonhh (default=32) 10205 1 = "Yes" 10206 2 = "No" 10207 ; NOTE: Format ENONHH has been output. 10208 VALUE rchampm (default=32) 10209 -1 = "Not in Universe" 10210 1 = "Yes, covered" 10211 2 = "No" 10212 ; NOTE: Format RCHAMPM has been output. 10213 VALUE ehiunt1l (default=32) 10214 -1 = "Not in Universe" 10215 ; NOTE: Format EHIUNT1L has been output. 10216 VALUE ehiunt2l (default=32) 10217 -1 = "Not in Universe" 10218 ; NOTE: Format EHIUNT2L has been output. 10219 VALUE ehiunt3l (default=32) 10220 -1 = "Not in Universe" 10221 ; NOTE: Format EHIUNT3L has been output. 10222 VALUE ehemply (default=32) 10223 -1 = "Not in Universe" 10224 1 = "Current employer or work" 10225 2 = "Former employer" 10226 3 = "Union" 10227 4 = "TRICARE/CHAMPUS" 10228 5 = "CHAMPVA" 10229 6 = "Military/VA health care" 10230 7 = "Privately purchased" 194 The SAS System 08:21 Thursday, December 11, 2014 10231 8 = "Other" 10232 ; NOTE: Format EHEMPLY has been output. 10233 VALUE ahemply (default=32) 10234 0 = "Not imputed" 10235 1 = "Statistical imputation (hot deck)" 10236 2 = "Cold deck imputation" 10237 3 = "Logical imputation (derivation)" 10238 4 = "Statistical or logical imputation" 10239 ; NOTE: Format AHEMPLY has been output. 10240 VALUE ehicost (default=32) 10241 -1 = "Not in Universe" 10242 1 = "All" 10243 2 = "Part" 10244 3 = "None" 10245 ; NOTE: Format EHICOST has been output. 10246 VALUE ahicost (default=32) 10247 0 = "Not imputed" 10248 1 = "Statistical imputation (hot deck)" 10249 2 = "Cold deck imputation" 10250 3 = "Logical imputation (derivation)" 10251 4 = "Statistical or logical imputation" 10252 ; NOTE: Format AHICOST has been output. 10253 VALUE ehiother (default=32) 10254 -1 = "Not in Universe" 10255 1 = "Yes" 10256 2 = "No" 10257 ; NOTE: Format EHIOTHER has been output. 10258 VALUE ahiother (default=32) 10259 0 = "Not imputed" 10260 1 = "Statistical imputation (hot deck)" 10261 2 = "Cold deck imputation" 10262 3 = "Logical imputation (derivation)" 10263 4 = "Statistical or logical imputation" 10264 ; NOTE: Format AHIOTHER has been output. 10265 VALUE ehispse (default=32) 10266 -1 = "Not in Universe" 10267 1 = "Yes, covered" 10268 2 = "No, not covered" 10269 ; NOTE: Format EHISPSE has been output. 10270 VALUE ahispse (default=32) 10271 0 = "Not imputed" 10272 1 = "Statistical imputation (hot deck)" 10273 2 = "Cold deck imputation" 10274 3 = "Logical imputation (derivation)" 10275 4 = "Statistical or logical imputation" 10276 ; NOTE: Format AHISPSE has been output. 10277 VALUE ehioldkd (default=32) 10278 -1 = "Not in Universe" 10279 1 = "Yes, covered" 10280 2 = "No, not covered" 195 The SAS System 08:21 Thursday, December 11, 2014 10281 ; NOTE: Format EHIOLDKD has been output. 10282 VALUE ahioldkd (default=32) 10283 0 = "Not imputed" 10284 1 = "Statistical imputation (hot deck)" 10285 2 = "Cold deck imputation" 10286 3 = "Logical imputation (derivation)" 10287 4 = "Statistical or logical imputation" 10288 ; NOTE: Format AHIOLDKD has been output. 10289 VALUE ehiyngkd (default=32) 10290 -1 = "Not in Universe" 10291 1 = "Yes, covered" 10292 2 = "No, not covered" 10293 ; NOTE: Format EHIYNGKD has been output. 10294 VALUE ahiyngkd (default=32) 10295 0 = "Not imputed" 10296 1 = "Statistical imputation (hot deck)" 10297 2 = "Cold deck imputation" 10298 3 = "Logical imputation (derivation)" 10299 4 = "Statistical or logical imputation" 10300 ; NOTE: Format AHIYNGKD has been output. 10301 VALUE ehiothr (default=32) 10302 -1 = "Not in Universe" 10303 1 = "Yes, covered" 10304 2 = "No, not covered" 10305 ; NOTE: Format EHIOTHR has been output. 10306 VALUE ahiothr (default=32) 10307 0 = "Not imputed" 10308 1 = "Statistical imputation (hot deck)" 10309 2 = "Cold deck imputation" 10310 3 = "Logical imputation (derivation)" 10311 4 = "Statistical or logical imputation" 10312 ; NOTE: Format AHIOTHR has been output. 10313 VALUE ehirsn0r (default=32) 10314 -1 = "Not in Universe" 10315 1 = "Yes" 10316 2 = "No" 10317 ; NOTE: Format EHIRSN0R has been output. 10318 VALUE ehirsn0k (default=32) 10319 -1 = "Not in Universe" 10320 1 = "Yes" 10321 2 = "No" 10322 ; NOTE: Format EHIRSN0K has been output. 10323 VALUE ehirsn0l (default=32) 10324 -1 = "Not in Universe" 10325 1 = "Yes" 10326 2 = "No" 10327 ; NOTE: Format EHIRSN0L has been output. 10328 VALUE ehirsn0m (default=32) 10329 -1 = "Not in Universe" 196 The SAS System 08:21 Thursday, December 11, 2014 10330 1 = "Yes" 10331 2 = "No" 10332 ; NOTE: Format EHIRSN0M has been output. 10333 VALUE ehirsn0n (default=32) 10334 -1 = "Not in Universe" 10335 1 = "Yes" 10336 2 = "No" 10337 ; NOTE: Format EHIRSN0N has been output. 10338 VALUE ehirsn0o (default=32) 10339 -1 = "Not in Universe" 10340 1 = "Yes" 10341 2 = "No" 10342 ; NOTE: Format EHIRSN0O has been output. 10343 VALUE ehirsn0p (default=32) 10344 -1 = "Not in Universe" 10345 1 = "Yes" 10346 2 = "No" 10347 ; NOTE: Format EHIRSN0P has been output. 10348 VALUE ehirsn0q (default=32) 10349 -1 = "Not in Universe" 10350 1 = "Yes" 10351 2 = "No" 10352 ; NOTE: Format EHIRSN0Q has been output. 10353 VALUE ehirsn0s (default=32) 10354 -1 = "Not in Universe" 10355 1 = "Yes" 10356 2 = "No" 10357 ; NOTE: Format EHIRSN0S has been output. 10358 VALUE ehirsn1r (default=32) 10359 -1 = "Not in Universe" 10360 1 = "Yes" 10361 2 = "No" 10362 ; NOTE: Format EHIRSN1R has been output. 10363 VALUE ehirsn1k (default=32) 10364 -1 = "Not in Universe" 10365 1 = "Yes" 10366 2 = "No" 10367 ; NOTE: Format EHIRSN1K has been output. 10368 VALUE ehirsn1l (default=32) 10369 -1 = "Not in Universe" 10370 1 = "Yes" 10371 2 = "No" 10372 ; NOTE: Format EHIRSN1L has been output. 10373 VALUE ahirsn (default=32) 10374 0 = "Not imputed" 10375 1 = "Statistical imputation (hot deck)" 10376 2 = "Cold deck imputation" 10377 3 = "Logical imputation (derivation)" 10378 4 = "Statistical or logical imputation" 197 The SAS System 08:21 Thursday, December 11, 2014 10379 ; NOTE: Format AHIRSN has been output. 10380 VALUE rprvhi (default=32) 10381 -1 = "Not in Universe" 10382 1 = "Employer or union provided" 10383 2 = "Privately purchased" 10384 3 = "Military related" 10385 4 = "OTHER" 10386 ; NOTE: Format RPRVHI has been output. 10387 VALUE rprvhi2l (default=32) 10388 -1 = "Not in Universe" 10389 1 = "Employer or union provided" 10390 2 = "Privately purchased" 10391 3 = "Military related" 10392 4 = "OTHER" 10393 ; NOTE: Format RPRVHI2L has been output. 10394 VALUE tcdbegyr (default=32) 10395 -1 = "Not in Universe" 10396 ; NOTE: Format TCDBEGYR has been output. 10397 VALUE acdbegyr (default=32) 10398 0 = "No imputation" 10399 1 = "Statistical imputation (hot deck)" 10400 2 = "Cold deck" 10401 3 = "Logical imputation (derivation)" 10402 ; NOTE: Format ACDBEGYR has been output. 10403 VALUE ecdbegmo (default=32) 10404 -1 = "Not in Universe" 10405 ; NOTE: Format ECDBEGMO has been output. 10406 VALUE acdbegmo (default=32) 10407 0 = "No imputation" 10408 1 = "Statistical imputation (hot deck)" 10409 2 = "Cold deck" 10410 3 = "Logical imputation (derivation)" 10411 ; NOTE: Format ACDBEGMO has been output. 10412 VALUE ehiallcv (default=32) 10413 -1 = "Not in Universe" 10414 1 = "Yes" 10415 2 = "No" 10416 ; NOTE: Format EHIALLCV has been output. 10417 VALUE ahiallcv (default=32) 10418 0 = "No imputation" 10419 1 = "Statistical imputation (hot deck)" 10420 2 = "Cold deck" 10421 3 = "Logical imputation (derivation)" 10422 ; NOTE: Format AHIALLCV has been output. 10423 VALUE thinoyr (default=32) 10424 -1 = "Not in Universe" 10425 ; NOTE: Format THINOYR has been output. 10426 VALUE ahinoyr (default=32) 198 The SAS System 08:21 Thursday, December 11, 2014 10427 0 = "No imputation" 10428 1 = "Statistical imputation (hot deck)" 10429 2 = "Cold deck" 10430 3 = "Logical imputation (derivation)" 10431 ; NOTE: Format AHINOYR has been output. 10432 VALUE ehinomth (default=32) 10433 -1 = "Not in Universe" 10434 ; NOTE: Format EHINOMTH has been output. 10435 VALUE ahinomth (default=32) 10436 0 = "No imputation" 10437 1 = "Statistical imputation (hot deck)" 10438 2 = "Cold deck" 10439 3 = "Logical imputation (derivation)" 10440 ; NOTE: Format AHINOMTH has been output. 10441 VALUE ehievrcv (default=32) 10442 -1 = "Not in Universe" 10443 1 = "Yes" 10444 2 = "No" 10445 ; NOTE: Format EHIEVRCV has been output. 10446 VALUE ahievrcv (default=32) 10447 0 = "No imputation" 10448 1 = "Statistical imputation (hot deck)" 10449 2 = "Cold deck" 10450 3 = "Logical imputation (derivation)" 10451 ; NOTE: Format AHIEVRCV has been output. 10452 VALUE thicvyr (default=32) 10453 -1 = "Not in Universe" 10454 ; NOTE: Format THICVYR has been output. 10455 VALUE ahicvyr (default=32) 10456 0 = "No imputation" 10457 1 = "Statistical imputation (hot deck)" 10458 2 = "Cold deck" 10459 3 = "Logical imputation (derivation)" 10460 ; NOTE: Format AHICVYR has been output. 10461 VALUE ehicvmth (default=32) 10462 -1 = "Not in Universe" 10463 ; NOTE: Format EHICVMTH has been output. 10464 VALUE ahicvmth (default=32) 10465 0 = "No imputation" 10466 1 = "Statistical imputation (hot deck)" 10467 2 = "Cold deck" 10468 3 = "Logical imputation (derivation)" 10469 ; NOTE: Format AHICVMTH has been output. 10470 NOTE: The data set LIBRARY.FSPPL08PUW13 has 6439 observations and 21 variables. NOTE: PROCEDURE FORMAT used (Total process time): real time 0.94 seconds cpu time 0.17 seconds 199 The SAS System 08:21 Thursday, December 11, 2014 10471 proc print data=library.sippl08puw13 (obs=6); 10472 10473 10474 FORMAT 10475 spanel spanel. 10476 srefmon srefmon. 10477 rhcalmn rhcalmn. 10478 tfipsst tfipsst. 10479 tmovrflg tmovrflg. 10480 eoutcome eoutcome. 10481 rhtype rhtype. 10482 tmetro tmetro. 10483 rhchange rhchange. 10484 etenure etenure. 10485 atenure atenure. 10486 epubhse epubhse. 10487 apubhse apubhse. 10488 egvtrnt egvtrnt. 10489 agvtrnt agvtrnt. 10490 tmthrnt tmthrnt. 10491 amthrnt amthrnt. 10492 ewrsect8 ewrsectt. 10493 awrsect8 awrsectt. 10494 eutilyn eutilyn. 10495 autilyn autilyn. 10496 eegyast eegyast. 10497 aegyast aegyast. 10498 eegypmt1 eegypmtt. 10499 eegypmt2 eegypmtk. 10500 eegypmt3 eegypmtl. 10501 aegypmt aegypmt. 10502 eegyamt eegyamt. 10503 aegyamt aegyamt. 10504 ehotlunc ehotlunc. 10505 ahotlunc ahotlunc. 10506 rnklun rnklun. 10507 efreelun efreelun. 10508 afreelun afreelun. 10509 efrerdln efrerdln. 10510 afrerdln afrerdln. 10511 ebrkfst ebrkfst. 10512 abrkfst abrkfst. 10513 rnkbrk rnkbrk. 10514 efreebrk efreebrk. 10515 afreebrk afreebrk. 10516 efrerdbk efrerdbk. 10517 afrerdbk afrerdbk. 10518 rprgques rprgques. 10519 rhnbrf rhnbrf. 10520 rhcbrf rhcbrf. 10521 rhmtrf rhmtrf. 10522 rfid2 rfid2l. 10523 efspouse efspouse. 10524 eftype eftype. 10525 rfchange rfchange. 10526 efkind efkind. 200 The SAS System 08:21 Thursday, December 11, 2014 10527 rfpov rfpov. 10528 rsid rsid. 10529 esfnp esfnp. 10530 esfrfper esfrfper. 10531 esfspse esfspse. 10532 esftype esftype. 10533 esfkind esfkind. 10534 rschange rschange. 10535 esownkid esownkid. 10536 esoklt18 esoklt1d. 10537 wsfinwgt wsfinwgt. 10538 tsfearn tsfearn. 10539 tsprpinc tsprpinc. 10540 tstrninc tstrninc. 10541 tsothinc tsothinc. 10542 tstotinc tstotinc. 10543 rsfpov rsfpov. 10544 tspndist tspndist. 10545 tslumpsm tslumpsm. 10546 tssocsec tssocsec. 10547 tsssi tsssi. 10548 tsvets tsvets. 10549 tsunemp tsunemp. 10550 tsafdc tsafdc. 10551 tsfdstp tsfdstp. 10552 eppintvw eppintvw. 10553 epopstat epopstat. 10554 abmnth abmnth. 10555 abyear abyear. 10556 esex esex. 10557 asex asex. 10558 erace erace. 10559 arace arace. 10560 eorigin eorigin. 10561 aorigin aorigin. 10562 ebornus ebornus. 10563 abornus abornus. 10564 ecitizen ecitizen. 10565 acitizen acitizen. 10566 enatcit enatcit. 10567 anatcit anatcit. 10568 espeak espeak. 10569 aspeak aspeak. 10570 tlang1 tlang1l. 10571 alang1 alang1l. 10572 ehowwell ehowwell. 10573 ahowwell ahowwell. 10574 rlngisol rlngisol. 10575 uevrwid uevrwid. 10576 uevrdiv uevrdiv. 10577 eafnow eafnow. 10578 aafnow aafnow. 10579 eafever eafever. 10580 aafever aafever. 10581 uaf1 uaf1l. 10582 uaf2 uaf2l. 10583 uaf3 uaf3l. 10584 uaf4 uaf4l. 201 The SAS System 08:21 Thursday, December 11, 2014 10585 uaf5 uaf5l. 10586 evayn evayn. 10587 avayn avayn. 10588 evettyp evettyp. 10589 avettyp avettyp. 10590 evaques evaques. 10591 avaques avaques. 10592 esfr esfr. 10593 esft esft. 10594 tage tage. 10595 aage aage. 10596 errp errp. 10597 arrp arrp. 10598 ems ems. 10599 ams ams. 10600 epnspous epnspous. 10601 apnspous apnspous. 10602 epnmom epnmom. 10603 apnmom apnmom. 10604 epndad epndad. 10605 apndad apndad. 10606 epnguard epnguard. 10607 apnguard apnguard. 10608 etypmom etypmom. 10609 atypmom atypmom. 10610 etypdad etypdad. 10611 atypdad atypdad. 10612 rdesgpnt rdesgpnt. 10613 ulftmain ulftmain. 10614 uentmain uentmain. 10615 tpearn tpearn. 10616 tpprpinc tpprpinc. 10617 tptrninc tptrninc. 10618 tpothinc tpothinc. 10619 tptotinc tptotinc. 10620 tppndist tppndist. 10621 tplumpsm tplumpsm. 10622 ehtlnyn ehtlnyn. 10623 ahtlnyn ahtlnyn. 10624 ebkfsyn ebkfsyn. 10625 abkfsyn abkfsyn. 10626 rcutyp01 rcutyp0n. 10627 rcuown01 rcuown0n. 10628 rcutyp03 rcutyp0k. 10629 rcuown03 rcuown0k. 10630 rcutyp04 rcutyp0l. 10631 rcuown04 rcuown0l. 10632 rcutyp08 rcutyp0m. 10633 rcuown8a rcuown8a. 10634 rcuown8b rcuown8b. 10635 rcutyp20 rcutyp2b. 10636 rcuown20 rcuown2b. 10637 rcutyp21 rcutyp2k. 10638 rcuow21a rcuow21a. 10639 rcuow21b rcuow21b. 10640 rcutyp23 rcutyp2l. 10641 rcuown23 rcuown2k. 10642 rcutyp24 rcutyp2m. 202 The SAS System 08:21 Thursday, December 11, 2014 10643 rcuow24a rcuow24a. 10644 rcuow24b rcuow24b. 10645 rcutyp25 rcutyp2n. 10646 rcuown25 rcuown2l. 10647 rcutyp27 rcutyp2o. 10648 rcuown27 rcuown2m. 10649 rcutyp57 rcutyp5b. 10650 rcuown57 rcuown5b. 10651 rcutyp58 rcutyp5k. 10652 rcuow58a rcuow58a. 10653 rcuow58b rcuow58b. 10654 renroll renroll. 10655 arenroll arenroll. 10656 eenrlm eenrlm. 10657 aenrlm aenrlm. 10658 renrlma renrlma. 10659 eenlevel eenlevel. 10660 aenlevel aenlevel. 10661 eedfund eedfund. 10662 aedfund aedfund. 10663 easst01 easst01l. 10664 easst03 easst03l. 10665 easst04 easst04l. 10666 easst05 easst05l. 10667 easst06 easst06l. 10668 easst07 easst07l. 10669 easst08 easst08l. 10670 easst09 easst09l. 10671 easst10 easst10l. 10672 easst11 easst11l. 10673 easst12 easst12l. 10674 aedasst aedasst. 10675 eeducate eeducate. 10676 aeducate aeducate. 10677 rged rged. 10678 aged aged. 10679 evocat evocat. 10680 avocat avocat. 10681 rcollvoc rcollvoc. 10682 acollvoc acollvoc. 10683 epdjbthn epdjbthn. 10684 apdjbthn apdjbthn. 10685 eppflag eppflag. 10686 emax emax. 10687 ebuscntr ebuscntr. 10688 ejobcntr ejobcntr. 10689 eeveret eeveret. 10690 aeveret aeveret. 10691 edisabl edisabl. 10692 adisabl adisabl. 10693 edisprev edisprev. 10694 adisprev adisprev. 10695 ersnowrk ersnowrk. 10696 arsnowrk arsnowrk. 10697 eawop eawop. 10698 aawop aawop. 10699 eabre eabre. 10700 aabre aabre. 203 The SAS System 08:21 Thursday, December 11, 2014 10701 eptwrk eptwrk. 10702 aptwrk aptwrk. 10703 eptresn eptresn. 10704 aptresn aptresn. 10705 elkwrk elkwrk. 10706 alkwrk alkwrk. 10707 elayoff elayoff. 10708 alayoff alayoff. 10709 rtakjob rtakjob. 10710 rnotake rnotake. 10711 ehrsall ehrsall. 10712 ahrsall ahrsall. 10713 emoonlit emoonlit. 10714 amoonlit amoonlit. 10715 tmlmsum tmlmsum. 10716 amlmsum amlmsum. 10717 ebflag ebflag. 10718 ecflag ecflag. 10719 rmesr rmesr. 10720 rwkesr1 rwkesr1l. 10721 rwkesr2 rwkesr2l. 10722 rwkesr3 rwkesr3l. 10723 rwkesr4 rwkesr4l. 10724 rwkesr5 rwkesr5l. 10725 rmwkwjb rmwkwjb. 10726 rmwksab rmwksab. 10727 awksab awksab. 10728 rmwklkg rmwklkg. 10729 awklkg awklkg. 10730 rmhrswk rmhrswk. 10731 rwksperm rwksperm. 10732 eeno1 eeno1l. 10733 estlemp1 estlempm. 10734 astlemp1 astlempm. 10735 tsjdate1 tsjdatem. 10736 asjdate1 asjdatem. 10737 tejdate1 tejdatem. 10738 aejdate1 aejdatem. 10739 ersend1 ersend1l. 10740 arsend1 arsend1l. 10741 ejbhrs1 ejbhrs1l. 10742 ajbhrs1 ajbhrs1l. 10743 eemploc1 eemplocm. 10744 aemploc1 aemplocm. 10745 tempall1 tempallm. 10746 aempall1 aempallm. 10747 tempsiz1 tempsizm. 10748 aempsiz1 aempsizm. 10749 eocctim1 eocctimm. 10750 aocctim1 aocctimm. 10751 eclwrk1 eclwrk1l. 10752 aclwrk1 aclwrk1l. 10753 eunion1 eunion1l. 10754 aunion1 aunion1l. 10755 ecntrc1 ecntrc1l. 10756 acntrc1 acntrc1l. 10757 tpmsum1 tpmsum1l. 10758 apmsum1 apmsum1l. 204 The SAS System 08:21 Thursday, December 11, 2014 10759 epayhr1 epayhr1l. 10760 apayhr1 apayhr1l. 10761 tpyrate1 tpyratem. 10762 apyrate1 apyratem. 10763 rpyper1 rpyper1l. 10764 ejbind1 ejbind1l. 10765 ajbind1 ajbind1l. 10766 tjbocc1 tjbocc1l. 10767 ajbocc1 ajbocc1l. 10768 eeno2 eeno2l. 10769 estlemp2 estlempk. 10770 astlemp2 astlempk. 10771 tsjdate2 tsjdatek. 10772 asjdate2 asjdatek. 10773 tejdate2 tejdatek. 10774 aejdate2 aejdatek. 10775 ersend2 ersend2l. 10776 arsend2 arsend2l. 10777 ejbhrs2 ejbhrs2l. 10778 ajbhrs2 ajbhrs2l. 10779 eemploc2 eemplock. 10780 aemploc2 aemplock. 10781 tempall2 tempallk. 10782 aempall2 aempallk. 10783 tempsiz2 tempsizk. 10784 aempsiz2 aempsizk. 10785 eocctim2 eocctimk. 10786 aocctim2 aocctimk. 10787 eclwrk2 eclwrk2l. 10788 aclwrk2 aclwrk2l. 10789 eunion2 eunion2l. 10790 aunion2 aunion2l. 10791 ecntrc2 ecntrc2l. 10792 acntrc2 acntrc2l. 10793 tpmsum2 tpmsum2l. 10794 apmsum2 apmsum2l. 10795 epayhr2 epayhr2l. 10796 apayhr2 apayhr2l. 10797 tpyrate2 tpyratek. 10798 apyrate2 apyratek. 10799 rpyper2 rpyper2l. 10800 ejbind2 ejbind2l. 10801 ajbind2 ajbind2l. 10802 tjbocc2 tjbocc2l. 10803 ajbocc2 ajbocc2l. 10804 ebno1 ebno1l. 10805 ebiznow1 ebiznowm. 10806 abiznow1 abiznowm. 10807 tsbdate1 tsbdatem. 10808 asbdate1 asbdatem. 10809 tebdate1 tebdatem. 10810 aebdate1 aebdatem. 10811 erendb1 erendb1l. 10812 arendb1 arendb1l. 10813 ehrsbs1 ehrsbs1l. 10814 ahrsbs1 ahrsbs1l. 10815 egrosb1 egrosb1l. 10816 agrosb1 agrosb1l. 205 The SAS System 08:21 Thursday, December 11, 2014 10817 egrssb1 egrssb1l. 10818 agrssb1 agrssb1l. 10819 tempb1 tempb1l. 10820 aempb1 aempb1l. 10821 eincpb1 eincpb1l. 10822 aincpb1 aincpb1l. 10823 epropb1 epropb1l. 10824 apropb1 apropb1l. 10825 ehprtb1 ehprtb1l. 10826 ahprtb1 ahprtb1l. 10827 eslryb1 eslryb1l. 10828 aslryb1 aslryb1l. 10829 eoincb1 eoincb1l. 10830 aoincb1 aoincb1l. 10831 tprftb1 tprftb1l. 10832 aprftb1 aprftb1l. 10833 tbmsum1 tbmsum1l. 10834 abmsum1 abmsum1l. 10835 epartb11 epartb1m. 10836 epartb21 epartb2m. 10837 epartb31 epartb3m. 10838 tbsind1 tbsind1l. 10839 absind1 absind1l. 10840 tbsocc1 tbsocc1l. 10841 absocc1 absocc1l. 10842 ebno2 ebno2l. 10843 ebiznow2 ebiznowk. 10844 abiznow2 abiznowk. 10845 tsbdate2 tsbdatek. 10846 asbdate2 asbdatek. 10847 tebdate2 tebdatek. 10848 aebdate2 aebdatek. 10849 erendb2 erendb2l. 10850 arendb2 arendb2l. 10851 ehrsbs2 ehrsbs2l. 10852 ahrsbs2 ahrsbs2l. 10853 egrosb2 egrosb2l. 10854 agrosb2 agrosb2l. 10855 egrssb2 egrssb2l. 10856 agrssb2 agrssb2l. 10857 tempb2 tempb2l. 10858 aempb2 aempb2l. 10859 eincpb2 eincpb2l. 10860 aincpb2 aincpb2l. 10861 epropb2 epropb2l. 10862 apropb2 apropb2l. 10863 ehprtb2 ehprtb2l. 10864 ahprtb2 ahprtb2l. 10865 eslryb2 eslryb2l. 10866 aslryb2 aslryb2l. 10867 eoincb2 eoincb2l. 10868 aoincb2 aoincb2l. 10869 tprftb2 tprftb2l. 10870 aprftb2 aprftb2l. 10871 tbmsum2 tbmsum2l. 10872 abmsum2 abmsum2l. 10873 epartb12 epartb1k. 10874 epartb22 epartb2k. 206 The SAS System 08:21 Thursday, December 11, 2014 10875 epartb32 epartb3k. 10876 tbsind2 tbsind2l. 10877 absind2 absind2l. 10878 tbsocc2 tbsocc2l. 10879 absocc2 absocc2l. 10880 euectyp5 euectypm. 10881 auectyp5 auectypm. 10882 euectyp6 euectypk. 10883 auectyp6 auectypk. 10884 elmptyp1 elmptypm. 10885 almptyp1 almptypm. 10886 elmptyp2 elmptypk. 10887 almptyp2 almptypk. 10888 elmptyp3 elmptypl. 10889 almptyp3 almptypl. 10890 essself essself. 10891 assself assself. 10892 esschild esschild. 10893 asschild asschild. 10894 essichld essichld. 10895 assichld assichld. 10896 essiself essiself. 10897 assiself assiself. 10898 estssi estssi. 10899 astssi astssi. 10900 rwcmprsn rwcmprsn. 10901 awcmprsn awcmprsn. 10902 rinsrsn rinsrsn. 10903 ainsrsn ainsrsn. 10904 rempdrsn rempdrsn. 10905 aempdrsn aempdrsn. 10906 rpensrsn rpensrsn. 10907 apensrsn apensrsn. 10908 rfcsrsn rfcsrsn. 10909 afcsrsn afcsrsn. 10910 rstatrsn rstatrsn. 10911 astatrsn astatrsn. 10912 rlgovrsn rlgovrsn. 10913 algovrsn algovrsn. 10914 rmilrsn rmilrsn. 10915 amilrsn amilrsn. 10916 rrrsn rrrsn. 10917 arrrsn arrrsn. 10918 rothrrsn rothrrsn. 10919 aothrrsn aothrrsn. 10920 rlifirsn rlifirsn. 10921 alifirsn alifirsn. 10922 rvetsrsn rvetsrsn. 10923 avetsrsn avetsrsn. 10924 restarsn restarsn. 10925 aestarsn aestarsn. 10926 efccyn efccyn. 10927 afccyn afccyn. 10928 ecsyn ecsyn. 10929 acsyn acsyn. 10930 ealiyn ealiyn. 10931 aaliyn aaliyn. 10932 efsyn efsyn. 207 The SAS System 08:21 Thursday, December 11, 2014 10933 afsyn afsyn. 10934 epssthru epssthru. 10935 apssthru apssthru. 10936 epaothr1 epaothru. 10937 apaothr1 apaothru. 10938 epaothr2 epaothrk. 10939 apaothr2 apaothrk. 10940 epaothr3 epaothrl. 10941 apaothr3 apaothrl. 10942 epaothr4 epaothrm. 10943 apaothr4 apaothrm. 10944 epaothr5 epaothrn. 10945 apaothr5 apaothrn. 10946 epaothr6 epaothro. 10947 apaothr6 apaothro. 10948 ewelact1 ewelactu. 10949 awelact1 awelactu. 10950 ewelac21 ewelac2u. 10951 awelac21 awelac2u. 10952 ewelac22 ewelac2k. 10953 awelac22 awelac2k. 10954 ewelac23 ewelac2l. 10955 awelac23 awelac2l. 10956 ewelact3 ewelactk. 10957 awelact3 awelactk. 10958 ewelact4 ewelactl. 10959 awelact4 awelactl. 10960 ewrkexp1 ewrkexpu. 10961 awrkexp1 awrkexpu. 10962 ewhiexp1 ewhiexpu. 10963 awhiexp1 awhiexpu. 10964 ewrkexp2 ewrkexpk. 10965 awrkexp2 awrkexpk. 10966 ewrkexp3 ewrkexpl. 10967 awrkexp3 awrkexpl. 10968 ewhiexp2 ewhiexpk. 10969 awhiexp2 awhiexpk. 10970 ewicyn ewicyn. 10971 awicyn awicyn. 10972 epatanf1 epatanfn. 10973 epatanf2 epatanfk. 10974 epatanf3 epatanfl. 10975 epatanf4 epatanfm. 10976 epatanf5 epatanfo. 10977 epatanf6 epatanfp. 10978 apatanf apatanf. 10979 easetdrw easetdrw. 10980 aasetdrw aasetdrw. 10981 eresnss1 eresnssw. 10982 aresnss1 aresnssw. 10983 eresnss2 eresnssk. 10984 aresnss2 aresnssk. 10985 tagess tagess. 10986 aagess aagess. 10987 ejntssyn ejntssyn. 10988 ajntssyn ajntssyn. 10989 etrantp1 etrantpn. 10990 etrantp2 etrantpk. 208 The SAS System 08:21 Thursday, December 11, 2014 10991 etrantp3 etrantpl. 10992 etrantp4 etrantpm. 10993 etrantp5 etrantpo. 10994 atrantp atrantp. 10995 egassce1 egasscep. 10996 egassce2 egasscek. 10997 agassce agassce. 10998 etoksce1 etokscee. 10999 etoksce2 etokscek. 11000 atoksce atoksce. 11001 efoodtp1 efoodtpe. 11002 efoodtp2 efoodtpk. 11003 efoodtp3 efoodtpl. 11004 efoodtp4 efoodtpm. 11005 afoodtyp afoodtyp. 11006 efoodsc1 efoodscp. 11007 efoodsc2 efoodsck. 11008 efoodsc3 efoodscl. 11009 efoodsc4 efoodscm. 11010 afoodsce afoodsce. 11011 eclothtp eclothtp. 11012 aclothtp aclothtp. 11013 eclthsc1 eclthscp. 11014 eclthsc2 eclthsck. 11015 eclthsc3 eclthscl. 11016 eclthsc4 eclthscm. 11017 eclthsc5 eclthscn. 11018 aclthsc aclthsc. 11019 epubhstp epubhstp. 11020 apubhstp apubhstp. 11021 epubhsc1 epubhscp. 11022 epubhsc2 epubhsck. 11023 epubhsc3 epubhscl. 11024 epubhsc4 epubhscm. 11025 apubhsc apubhsc. 11026 ecashsc1 ecashscc. 11027 ecashsc2 ecashsck. 11028 ecashsc3 ecashscl. 11029 ecashsc4 ecashscm. 11030 acashsce acashsce. 11031 ecashgvt ecashgvt. 11032 acashgvt acashgvt. 11033 epacash1 epacasht. 11034 apacash1 apacasht. 11035 epacash2 epacashk. 11036 apacash2 apacashk. 11037 epacash3 epacashl. 11038 apacash3 apacashl. 11039 er01a er01a. 11040 ar01a ar01a. 11041 er01k er01k. 11042 ar01k ar01k. 11043 er02 er02l. 11044 ar02 ar02l. 11045 er03a er03a. 11046 ar03a ar03a. 11047 er03k er03k. 11048 ar03k ar03k. 209 The SAS System 08:21 Thursday, December 11, 2014 11049 er04 er04l. 11050 ar04 ar04l. 11051 er05 er05l. 11052 ar05 ar05l. 11053 er06 er06l. 11054 ar06 ar06l. 11055 er08 er08l. 11056 ar08 ar08l. 11057 er10 er10l. 11058 ar10 ar10l. 11059 er13 er13l. 11060 ar13 ar13l. 11061 er14 er14l. 11062 ar14 ar14l. 11063 er15 er15l. 11064 ar15 ar15l. 11065 er20 er20l. 11066 ar20 ar20l. 11067 er21 er21l. 11068 ar21 ar21l. 11069 er23 er23l. 11070 ar23 ar23l. 11071 er24 er24l. 11072 ar24 ar24l. 11073 er25 er25l. 11074 ar25 ar25l. 11075 er27 er27l. 11076 ar27 ar27l. 11077 er28 er28l. 11078 ar28 ar28l. 11079 er29 er29l. 11080 ar29 ar29l. 11081 er30 er30l. 11082 ar30 ar30l. 11083 er31 er31l. 11084 ar31 ar31l. 11085 er32 er32l. 11086 ar32 ar32l. 11087 er34 er34l. 11088 ar34 ar34l. 11089 er35 er35l. 11090 ar35 ar35l. 11091 er36 er36l. 11092 ar36 ar36l. 11093 er38 er38l. 11094 ar38 ar38l. 11095 er39 er39l. 11096 ar39 ar39l. 11097 er42 er42l. 11098 ar42 ar42l. 11099 er51 er51l. 11100 ar51 ar51l. 11101 er52 er52l. 11102 ar52 ar52l. 11103 er55 er55l. 11104 ar55 ar55l. 11105 er56 er56l. 11106 ar56 ar56l. 210 The SAS System 08:21 Thursday, December 11, 2014 11107 er60g er60g. 11108 ar60g ar60g. 11109 er60t er60t. 11110 ar60t ar60t. 11111 er61 er61l. 11112 ar61 ar61l. 11113 er62 er62l. 11114 ar62 ar62l. 11115 er64 er64l. 11116 ar64 ar64l. 11117 er75 er75l. 11118 ar75 ar75l. 11119 t01amta t01amta. 11120 a01amta a01amta. 11121 t01amtk t01amtk. 11122 a01amtk a01amtk. 11123 t02amt t02amt. 11124 a02amt a02amt. 11125 t03amta t03amta. 11126 a03amta a03amta. 11127 t03amtk t03amtk. 11128 a03amtk a03amtk. 11129 t04amt t04amt. 11130 a04amt a04amt. 11131 t05amt t05amt. 11132 a05amt a05amt. 11133 t06amt t06amt. 11134 a06amt a06amt. 11135 t08amt t08amt. 11136 a08amt a08amt. 11137 t10amt t10amt. 11138 a10amt a10amt. 11139 t13amt t13amt. 11140 a13amt a13amt. 11141 t14amt t14amt. 11142 a14amt a14amt. 11143 t15amt t15amt. 11144 a15amt a15amt. 11145 t20amt t20amt. 11146 a20amt a20amt. 11147 t21amt t21amt. 11148 a21amt a21amt. 11149 t23amt t23amt. 11150 a23amt a23amt. 11151 t24amt t24amt. 11152 a24amt a24amt. 11153 t25amt t25amt. 11154 a25amt a25amt. 11155 t27amt t27amt. 11156 a27amt a27amt. 11157 t28amt t28amt. 11158 a28amt a28amt. 11159 t29amt t29amt. 11160 a29amt a29amt. 11161 t30amt t30amt. 11162 a30amt a30amt. 11163 t31amt t31amt. 11164 a31amt a31amt. 211 The SAS System 08:21 Thursday, December 11, 2014 11165 t32amt t32amt. 11166 a32amt a32amt. 11167 t34amt t34amt. 11168 a34amt a34amt. 11169 t35amt t35amt. 11170 a35amt a35amt. 11171 t36amt t36amt. 11172 a36amt a36amt. 11173 t38amt t38amt. 11174 a38amt a38amt. 11175 t39amt t39amt. 11176 a39amt a39amt. 11177 t42amt t42amt. 11178 a42amt a42amt. 11179 t51amt t51amt. 11180 a51amt a51amt. 11181 t52amt t52amt. 11182 a52amt a52amt. 11183 t55amt t55amt. 11184 a55amt a55amt. 11185 t56amt t56amt. 11186 a56amt a56amt. 11187 t60amtg t60amtg. 11188 a60amtg a60amtg. 11189 t60amtt t60amtt. 11190 a60amtt a60amtt. 11191 t61amt t61amt. 11192 a61amt a61amt. 11193 t62amt t62amt. 11194 a62amt a62amt. 11195 t64amt t64amt. 11196 a64amt a64amt. 11197 t75amt t75amt. 11198 a75amt a75amt. 11199 tcsagy tcsagy. 11200 acsagy acsagy. 11201 erolovr1 erolovry. 11202 arolovr1 arolovry. 11203 erolovr2 erolovrk. 11204 arolovr2 arolovrk. 11205 trollamt trollamt. 11206 arollamt arollamt. 11207 rab1r1 rab1r1l. 11208 rab1r2 rab1r2l. 11209 rab2r1 rab2r1l. 11210 rab2r2 rab2r2l. 11211 ras1 ras1l. 11212 ras2 ras2l. 11213 rwb1r1 rwb1r1l. 11214 rwb1r2 rwb1r2l. 11215 rwb2r1 rwb2r1l. 11216 rwb2r2 rwb2r2l. 11217 rws1 rws1l. 11218 rws2 rws2l. 11219 rfb1r1 rfb1r1l. 11220 rfb1r2 rfb1r2l. 11221 rfb2r1 rfb2r1l. 11222 rfb2r2 rfb2r2l. 212 The SAS System 08:21 Thursday, December 11, 2014 11223 rfs1 rfs1l. 11224 rfs2 rfs2l. 11225 rgb1r1 rgb1r1l. 11226 rgb1r2 rgb1r2l. 11227 rgb2r1 rgb2r1l. 11228 rgb2r2 rgb2r2l. 11229 rgs1 rgs1l. 11230 rgs2 rgs2l. 11231 rob1r1 rob1r1l. 11232 rob1r2 rob1r2l. 11233 rob2r1 rob2r1l. 11234 rob2r2 rob2r2l. 11235 ros1 ros1l. 11236 ros2 ros2l. 11237 rsb1r1 rsb1r1l. 11238 rsb1r2 rsb1r2l. 11239 rsb2r1 rsb2r1l. 11240 rsb2r2 rsb2r2l. 11241 rss1 rss1l. 11242 rss2 rss2l. 11243 east1a east1a. 11244 aast1a aast1a. 11245 east1b east1b. 11246 aast1b aast1b. 11247 east1c east1c. 11248 aast1c aast1c. 11249 east2a east2a. 11250 aast2a aast2a. 11251 east2b east2b. 11252 aast2b aast2b. 11253 east2c east2c. 11254 aast2c aast2c. 11255 east2d east2d. 11256 aast2d aast2d. 11257 east3a east3a. 11258 aast3a aast3a. 11259 east3b east3b. 11260 aast3b aast3b. 11261 east3c east3c. 11262 aast3c aast3c. 11263 east3d east3d. 11264 aast3d aast3d. 11265 east3e east3e. 11266 aast3e aast3e. 11267 east4a east4a. 11268 aast4a aast4a. 11269 east4b east4b. 11270 aast4b aast4b. 11271 east4c east4c. 11272 aast4c aast4c. 11273 ejntrnt ejntrnt. 11274 ajntrnt ajntrnt. 11275 tjarnt tjarnt. 11276 ajarnt ajarnt. 11277 tjaclr tjaclr. 11278 ajaclr ajaclr. 11279 eownrnt eownrnt. 11280 aownrnt aownrnt. 213 The SAS System 08:21 Thursday, December 11, 2014 11281 toarnt toarnt. 11282 aoarnt aoarnt. 11283 toaclr toaclr. 11284 aoaclr aoaclr. 11285 ejrnt2 ejrnt2l. 11286 ajrnt2 ajrnt2l. 11287 tjaclr2 tjaclr2l. 11288 ajaclr2 ajaclr2l. 11289 emrtjnt emrtjnt. 11290 amrtjnt amrtjnt. 11291 tmijnt tmijnt. 11292 amijnt amijnt. 11293 emrtown emrtown. 11294 amrtown amrtown. 11295 tmiown tmiown. 11296 amiown amiown. 11297 trndup1 trndup1l. 11298 arndup1 arndup1l. 11299 trndup2 trndup2l. 11300 arndup2 arndup2l. 11301 tothprop tothprop. 11302 eckjt eckjt. 11303 ackjt ackjt. 11304 tckjtint tckjtint. 11305 ackjtint ackjtint. 11306 eckoast eckoast. 11307 ackoast ackoast. 11308 tckoint tckoint. 11309 ackoint ackoint. 11310 esvjt esvjt. 11311 asvjt asvjt. 11312 tsvjtint tsvjtint. 11313 asvjtint asvjtint. 11314 esvoast esvoast. 11315 asvoast asvoast. 11316 tsvoint tsvoint. 11317 asvoint asvoint. 11318 emdjt emdjt. 11319 amdjt amdjt. 11320 tmdjtint tmdjtint. 11321 amdjtint amdjtint. 11322 emdoast emdoast. 11323 amdoast amdoast. 11324 tmdoint tmdoint. 11325 amdoint amdoint. 11326 ecdjt ecdjt. 11327 acdjt acdjt. 11328 tcdjtint tcdjtint. 11329 acdjtint acdjtint. 11330 ecdoast ecdoast. 11331 acdoast acdoast. 11332 tcdoint tcdoint. 11333 acdoint acdoint. 11334 ebdjt ebdjt. 11335 abdjt abdjt. 11336 tbdjtint tbdjtint. 11337 abdjtint abdjtint. 11338 ebdoast ebdoast. 214 The SAS System 08:21 Thursday, December 11, 2014 11339 abdoast abdoast. 11340 tbdoint tbdoint. 11341 abdoint abdoint. 11342 egvjt egvjt. 11343 agvjt agvjt. 11344 tgvjtint tgvjtint. 11345 agvjtint agvjtint. 11346 egvoast egvoast. 11347 agvoast agvoast. 11348 tgvoint tgvoint. 11349 agvoint agvoint. 11350 tintinc tintinc. 11351 emanychk emanychk. 11352 amanychk amanychk. 11353 tmjntdiv tmjntdiv. 11354 amjntdiv amjntdiv. 11355 tmowndiv tmowndiv. 11356 amowndiv amowndiv. 11357 emothdiv emothdiv. 11358 amothdiv amothdiv. 11359 tmjadiv tmjadiv. 11360 amjadiv amjadiv. 11361 tmownadv tmownadv. 11362 amownadv amownadv. 11363 esanychk esanychk. 11364 asanychk asanychk. 11365 tsjntdiv tsjntdiv. 11366 asjntdiv asjntdiv. 11367 tsowndiv tsowndiv. 11368 asowndiv asowndiv. 11369 esothdiv esothdiv. 11370 asothdiv asothdiv. 11371 tsjadiv tsjadiv. 11372 asjadiv asjadiv. 11373 tsownadv tsownadv. 11374 asownadv asownadv. 11375 tdivinc tdivinc. 11376 ecrmth ecrmth. 11377 acrmth acrmth. 11378 rmedcode rmedcode. 11379 ecdmth ecdmth. 11380 acdmth acdmth. 11381 emcocov emcocov. 11382 amcocov amcocov. 11383 ecdunt1 ecdunt1l. 11384 ehimth ehimth. 11385 ahimth ahimth. 11386 ehiowner ehiowner. 11387 ahiowner ahiowner. 11388 enonhh enonhh. 11389 rchampm rchampm. 11390 ehiunt1 ehiunt1l. 11391 ehiunt2 ehiunt2l. 11392 ehiunt3 ehiunt3l. 11393 ehemply ehemply. 11394 ahemply ahemply. 11395 ehicost ehicost. 11396 ahicost ahicost. 215 The SAS System 08:21 Thursday, December 11, 2014 11397 ehiother ehiother. 11398 ahiother ahiother. 11399 ehispse ehispse. 11400 ahispse ahispse. 11401 ehioldkd ehioldkd. 11402 ahioldkd ahioldkd. 11403 ehiyngkd ehiyngkd. 11404 ahiyngkd ahiyngkd. 11405 ehiothr ehiothr. 11406 ahiothr ahiothr. 11407 ehirsn01 ehirsn0r. 11408 ehirsn02 ehirsn0k. 11409 ehirsn03 ehirsn0l. 11410 ehirsn04 ehirsn0m. 11411 ehirsn05 ehirsn0n. 11412 ehirsn06 ehirsn0o. 11413 ehirsn07 ehirsn0p. 11414 ehirsn08 ehirsn0q. 11415 ehirsn09 ehirsn0s. 11416 ehirsn10 ehirsn1r. 11417 ehirsn11 ehirsn1k. 11418 ehirsn12 ehirsn1l. 11419 ahirsn ahirsn. 11420 rprvhi rprvhi. 11421 rprvhi2 rprvhi2l. 11422 tcdbegyr tcdbegyr. 11423 acdbegyr acdbegyr. 11424 ecdbegmo ecdbegmo. 11425 acdbegmo acdbegmo. 11426 ehiallcv ehiallcv. 11427 ahiallcv ahiallcv. 11428 thinoyr thinoyr. 11429 ahinoyr ahinoyr. 11430 ehinomth ehinomth. 11431 ahinomth ahinomth. 11432 ehievrcv ehievrcv. 11433 ahievrcv ahievrcv. 11434 thicvyr thicvyr. 11435 ahicvyr ahicvyr. 11436 ehicvmth ehicvmth. 11437 ahicvmth ahicvmth. 11438 ; NOTE: There were 6 observations read from the data set LIBRARY.SIPPL08PUW13. NOTE: The PROCEDURE PRINT printed pages 1-27. NOTE: PROCEDURE PRINT used (Total process time): real time 0.33 seconds cpu time 0.32 seconds 11439 proc contents data=library.sippl08puw13; 11440 run; NOTE: PROCEDURE CONTENTS used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The PROCEDURE CONTENTS printed pages 28-48. 216 The SAS System 08:21 Thursday, December 11, 2014 11441 11442 ** Copyright 2013 shared by the National Bureau of Economic Research and Jean Roth ; 11443 11444 ** National Bureau of Economic Research. ; 11445 ** 1050 Massachusetts Avenue ; 11446 ** Cambridge, MA 02138 ; 11447 ** jroth@nber.org ; 11448 11449 ** This program and all programs referenced in it are free software. You ; 11450 ** can redistribute the program or modify it under the terms of the GNU ; 11451 ** General Public License as published by the Free Software Foundation; 11452 ** either version 2 of the License, or (at your option) any later version. ; 11453 11454 ** This program is distributed in the hope that it will be useful, ; 11455 ** but WITHOUT ANY WARRANTY, without even the implied warranty of ; 11456 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; 11457 ** GNU General Public License for more details. ; 11458 11459 ** You should have received a copy of the GNU General Public License ; 11460 ** along with this program, if not, write to the Free Software ; 11461 ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. ; ERROR: Errors printed on page 1. NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 1:20.63 cpu time 15.99 seconds