--------------------------------------------------------------------------------------------------------------- name: log: /disk/data3/morg/sources/annual2018.log log type: text opened on: 12 Apr 2019, 13:42:02 . set more 1 . *primary family and child variables added 2000-04-20 by Jean Roth, jroth@nber.org . *Y2K compliance by Jean Roth, jroth@nber.org, 2001-01-15 . *Imputed highest grade completed, ihigrdc, added by Jean Roth, jroth@nber.org, 2003-01-20 . *Stata 8 compliance by Jean Roth, jroth@nber.org, 2003-02-28 . *matching variables added by Jean Roth, jroth@nber.org, 2003-02-12 . * run with nohup stata -b do annual2002 & to run in batch mode . do rw . . program rw 1. * grab the annual file . * keep data from the relevant month . * sort by revised weight merge variables . * merge using the revised weight monthly file, 'rwmonyy.dta' . * save the merged file as 'mon' . use /homes/data/morg/annual/rw/annual 2. keep if intmonth==`3' 3. quietly describe 4. display "`3' `2' obs " r(N) 5. local rwlist qstnum intmonth year occurnum 6. sort `rwlist' 7. merge `rwlist' using /homes/data/morg/annual/rw/rw`2'`1' 8. drop if _merge == 2 9. save /homes/data/morg/annual/rw/`2', replace 10. end . end of do-file . ! /bin/rm -f /tmp/aef.raw aef.dct dcthead . capture erase /tmp/aef.raw . capture erase aef.dct . capture erase dcthead . ! echo >dcthead dictionary using /tmp/aef.raw . program define aef2 1. local dct_name "aef`3'.dbd" 2. local raw_name "../raw/morg`2'" 3. display "dct_name `dct_name' raw_name=`raw_name'" 4. if `1' <= 1993 { 5. *!zcat /homes/data/cps-basic/cpsb`2'??.Z |tr "\-A" " " >/tmp/aef.raw . !zcat /homes/data/morg/raw/morg`2'.Z |tr "\-A" " " >/tmp/morg`2'.raw 6. } 7. *if `1' == 1993 { . * *!zcat /homes/data/cps-basic/cpsb`2'??.Z |tr "\-A" " " >/tmp/aef.raw . * !zcat /homes/data/morg/raw/morg`2'.oldweights.Z |tr "\-A" " " >/tmp/aef.raw . *} . if `1' >= 1994 & `1'<=2010 { 8. *!zcat /homes/data/cps-basic/cpsb`2'??.Z >/tmp/aef.raw . !zcat /homes/data/morg/raw/morg`2'.Z >/tmp/aef.raw 9. } 10. if `1' >=2011 & `1'<=2012 { 11. !bzcat /homes/data/morg/raw/morg`2'.bz2 >/tmp/aef.raw 12. } 13. *quietly infile using "`dct_name'" if age>15&age!=. , using("`raw_name'") clear . *quietly infile using "`dct_name'" if age>15&age!=. in 1/100 , using("`raw_name'") clear . *! cat /home/data/morg/sources/dcthead /home/data/morg/sources/aef`3'.dbd >./aef.dct . ! cat /home/data/morg/sources/aef`3'.dbd >./aef.dct 14. *quietly infile using aef.dct if age>15&age!=. , using("/tmp/aef.raw") clear . *quietly infile using aef.dct , using("/tmp/aef.raw") clear . quietly infile using aef.dct , using("/homes/data/morg/raw/morg`2'.raw") clear 15. *quietly infile using aef.dct , using("/homes/data/morg/raw/morg`2'.raw") clear . keep if minsamp==4 | minsamp==8 16. gen recnum=_n 17. label variable recnum "Unique record ID number. It's sequence in the original file." 18. quietly describe 19. display "obs " r(N) 20. quietly count if age<=15 21. display "# of persons with age<=15 `r(N)'" 22. quietly count if age==. 23. display "# of non-interview records `r(N)'" 24. tab age , missing 25. tab age if age==. , missing 26. tab age if age<=15 27. keep if age>15 28. keep if age!=. 29. quietly describe 30. display "obs " r(N) " after keeping age>15&age!=. " 31. display "infile successful" 32. #delimit cr delimiter now cr . generate int year = `1' 33. *summarize . tab intmonth if `1'==2005 34. ** Revised Census 2000-based Weights. Impact employment and union variables . if inlist( `1', 2000 , 2001 , 2002 ) { 35. gen id = _n 36. local rwlist qstnum intmonth year occurnum 37. sort `rwlist' 38. quietly describe 39. display "total obs pre-revise `1' " r(N) 40. saveold /homes/data/morg/annual/rw/annual, version(11) replace 41. clear 42. rw `2' jan 1 43. rw `2' feb 2 44. rw `2' mar 3 45. rw `2' apr 4 46. rw `2' may 5 47. rw `2' jun 6 48. rw `2' jul 7 49. rw `2' aug 8 50. rw `2' sep 9 51. rw `2' oct 10 52. rw `2' nov 11 53. rw `2' dec 12 54. local monlist feb mar apr may jun jul aug sep oct nov dec 55. clear 56. display "using jan" 57. use /homes/data/morg/annual/rw/jan 58. foreach mon in `monlist' { 59. append using /home/data/morg/annual/rw/`mon' 60. } 61. quietly describe 62. display "total obs post-revise" r(N) 63. display "start renaming" 64. rename neio1icd ind02 65. rename ntio1ocd occ00 66. replace occ00 = . if occ00 < 0 67. rename class94 class94p 68. replace class94p = . if class94p<0 69. . rename neio1cow class94 70. rename earnwt earnwtp 71. rename nworwgt earnwt 72. rename weight weightp 73. rename nwsswgt weight 74. display "done renaming" 75. display "drop 2000" 76. if `1' == 2000 { 77. drop neerncov neernlab 78. } 79. display "rename 2001-2002" 80. if inlist( `1' , 2001 , 2002 ) { 81. rename unioncov unioncop 82. replace unioncop = . if unioncop < 0 83. rename neerncov unioncov 84. rename unionmme unionmep 85. replace unionmep = . if unionmep < 0 86. rename neernlab unionmme 87. } 88. sort id 89. drop id _merge 90. } 91. . * Miscellaneous (record keeping) variables . if `1' == 1994 { 92. replace hhid = hhid94 93. drop hhid94 94. } 95. if `1'== 1995 { 96. replace hhid = hhid94 if intmonth<9 97. drop hhid94 98. } 99. if inlist( `1', 1996 , 1997 ) { 100. drop hhid94 101. } 102. replace hurespli =. if hurespli <0 103. if `1'>=2003 & `1'<=2006 { 104. drop linedad 105. drop linemom 106. } 107. if `1'>=2007 { 108. replace linedad=. if linedad<0 109. replace linemom=. if linemom<0 110. } 111. if ( inlist(`1',2003,2004) | `1'>=2007 ) { 112. drop hurhhscrn 113. drop purkat1 114. drop purkat2 115. } 116. if `1'==2005 { 117. replace hurhhscrn=. if intmonth<=10 | hurhhscrn<0 118. replace purkat1=. if intmonth<=10 | purkat1<0 119. replace purkat2=. if intmonth<=10 | purkat2<0 120. } 121. if `1'==2006 { 122. replace hurhhscrn=. if hurhhscrn<0 123. replace purkat1=. if purkat2<0 124. replace purkat2=. if purkat2<0 125. . } 126. ************************************************** . ** Creating time-series month/year from the first month-in-sample . generate ym_file = ym(year,intmonth) 127. label variable ym_file "time series month from original data" 128. generate ym = ym_file 129. label variable ym "time series month of first month-in-sample" 130. replace ym = ym - 1 if minsamp == 2 131. replace ym = ym - 2 if minsamp == 3 132. replace ym = ym - 3 if minsamp == 4 133. replace ym = ym - 12 if minsamp == 5 134. replace ym = ym - 13 if minsamp == 6 135. replace ym = ym - 14 if minsamp == 7 136. replace ym = ym - 15 if minsamp == 8 137. ************************************************** . * Geography . display "Geography" 138. if `1'==2004 { 139. display "replace serial" 140. replace serial = serial04 if intmonth >= 5 141. replace hrsample = "" if intmonth >= 5 142. replace hhnum = hhnum04 if intmonth >= 5 143. display "replace cmsacode" 144. replace cmsacode = . if intmonth >= 5 145. display "replace msafips" 146. replace msafips = . if intmonth >= 5 147. display "replace smsa93" 148. replace smsa93 = . if smsa93<2 & intmonth<=4 149. replace smsa93 = . if intmonth >= 5 150. display "replacing smsa04 in May 2004 and later" 151. replace smsa04 = . if smsa04<2 & intmonth >= 5 152. } 153. if `1' == 2005 { 154. replace serial = serial04 155. replace hrsample ="" 156. replace smsa04 = . if smsa04<2 & intmonth >= 5 157. } 158. if `1' >= 2005 { 159. replace hhnum = hhnum04 160. display "dropping cmsacode msafips smsa93" 161. drop cmsacode msafips smsa93 162. } 163. if `1' == 2003 { 164. display "dropping non-2003 variables" 165. drop cbsafips smsa04 serial04 hhnum04 hrhhid2 166. } 167. if `1'==2004 { 168. display "replacing pre-May 2004 variables" 169. replace cbsafips = . if intmonth <=4 170. replace smsa04 = . if intmonth <=4 171. replace hrhhid2 ="" if intmonth <=4 172. } 173. if `1' >= 2004 { 174. drop serial04 hhnum04 175. } 176. if `1' >= 1996 & `1' <= 2003 { 177. replace smsa93 = . if smsa93<2 178. } 179. display "smsasize = . if smsasize <=0" 180. capture replace smsasize = . if smsasize <=0 181. if `1' == 1995 { 182. replace smsastat = smsa995 if intmonth>8 183. replace icntcity = icntct94 if intmonth<9 184. replace centcity = centcitx if intmonth<9 185. replace smsa93 = . if intmonth>=9 & smsa93<2 186. replace smsa93 = . if intmonth<9 187. drop pmsarank 188. dis "gen smsa80" 189. generate smsa80 = smsasize 190. dis "rep smsa80" 191. replace smsa80 = . if intmonth >= 10 192. dis "replace county" 193. replace county = . if county < 0 194. dis "drop county" 195. if intmonth<9 { 196. drop county 197. } 198. } 199. if `1' >= 2014 { 200. replace state = . if intmonth > 3 201. } 202. if `1' >= 2015 { 203. cap drop state 204. } 205. display "inlisting 96 97" 206. if inlist( `1', 1996 , 1997 ) { 207. replace smsastat = smsa995 208. } 209. display "replace smsastat = . if smsastat==3 | smsastat<0" 210. replace smsastat = . if smsastat==3 | smsastat<0 211. if `1' == 1994 { 212. drop smsa93 213. drop county 214. replace centcity = centcitx 215. replace icntcity = icntct94 216. replace pmsarank = . if intmonth > 3 217. replace pmsarank = . if pmsarank <= 0 218. replace cmsarank = . if intmonth > 3 219. } 220. if inlist( `1', 1996 , 1997 ) { 221. drop pmsarank 222. } 223. if `1' >= 1994 & `1' <= 1997 { 224. drop centcitx icntct94 smsa995 225. } 226. if `1' >= 1994 { 227. replace peinusyr = . if peinusyr < 0 228. } 229. display "replace centcity = . if centcity==4 | centcity<=0" 230. replace centcity = . if centcity==4 | centcity<=0 231. if `1' >= 1986 & `1' < 1994 { 232. replace pmsarank = . if pmsarank<=0 233. } 234. if `1' >= 1995 & `1' <= 1997 { 235. drop cmsarank 236. } 237. if `1' >= 1986 { 238. replace icntcity = . if icntcity<=0 239. } 240. if `1' > 1984 & `1' < 1995 { 241. replace cmsarank = . if cmsarank<=0 242. } 243. if `1' >= 1989 & `1' <= 2004 { 244. replace msafips = . if msafips <=0 245. replace cmsacode = . if cmsacode<=0 246. } 247. ** 1970 occupation variables are not correct on morg83.raw . if `1' == 1983 { 248. drop docc70 occ70 249. } 250. if `1' == 1985 { 251. replace smsarank = . if intmonth > 9 252. } 253. if `1' == 1984 { 254. display "drop icntcity pmsarank cmsarank" 255. drop icntcity pmsarank cmsarank 256. } 257. if `1' == 1985 & intmonth < 10 { 258. drop icntcity pmsarank cmsarank 259. } 260. if `1' == 1994 { 261. replace cmsarank = . if intmonth>3 262. } 263. display "replace smsasize=. if smsasize<=0" 264. **should line below be commented out??? . capture replace smsasize=. if smsasize<=0 265. if `1' < 1985 { 266. display "generate byte smsa70 = smsasize" 267. generate byte smsa70 = smsasize 268. } 269. if `1' > 1985 & `1' < 1995 { 270. generate byte smsa80 = smsasize 271. } 272. if `1' == 1985 { 273. generate byte smsa70 = smsasize if intmonth<10 274. } 275. if `1' == 1985 { 276. generate byte smsa80 = smsasize if intmonth>9 277. } 278. display "drop smsasize" 279. capture drop smsasize 280. if `1' > 1985 & `1' < 1989 { 281. drop smsarank 282. } 283. if `1' < 1983 { 284. display "drop unioncov unionmme occ80 ind80" 285. drop unioncov unionmme occ80 ind80 286. } 287. . * Demography . display "Demography" 288. if `1' > 1983 & `1' < 1994 { 289. replace ownchild = . if ownchild ==0 290. replace ownchild = ownchild - 1 291. generate int ch613=chldpres 292. generate int ch1417=chldpres 293. } 294. if `1' >= 1984 { 295. replace spouse = . if spouse < 0 296. } 297. display "if `1' > 1983 & `1' < 1989 {" 298. if `1' > 1983 & `1' < 1989 { 299. generate int ch05= chldpres 300. recode ch05 (4 6/8 = 1) (0/3 5 = 0) 301. recode ch613 (3 5 7/8 = 1) (0/2 4 6 = 0) 302. recode ch1417 (2 5/6 8 =1) (0/1 3/4 7 = 0) 303. } 304. if `1' > 1988 & `1' < 1994 { 305. display "if `1' > 1988 & `1' < 1994 {" 306. generate int ch02 = chldpres 307. generate int ch35 = chldpres 308. recode ch02 (2 6/8 12/14 16 = 1) (0/1 3/5 9/11 15 = 0) 309. recode ch35 (3 6 9/10 12/13 15/16 = 1) (0/2 4/5 7/8 11 14 = 0) 310. recode ch613 (4 7 9 11/12 14/16 = 1) (0/3 5/6 8 10 13 = 0) 311. recode ch1417 (5 8 10/11 13/16 = 1) (0/4 6/7 9 12 = 0 ) 312. generate int ch05 = ch02 313. replace ch05 = ch35 if ch35 == 1 314. label variable ch02 "Children 0-2" 315. label variable ch35 "Children 3-5" 316. } 317. if `1' > 1983 & `1' < 1994 { 318. display "if `1' > 1983 & `1' < 1994 {" 319. label variable ch05 "Children 0-5" 320. label variable ch613 "Children 6-13" 321. label variable ch1417 "Children 6-17" 322. } 323. if `1' >= 1994 & `1' <= 1996 { 324. drop prpertyp 325. } 326. if `1' >= 1997 { 327. replace prpertyp=. if prpertyp<0 328. } 329. if `1' == 1998 { 330. drop ownchild chldpres 331. } 332. if `1' >= 1999 { 333. replace ownchild = . if ownchild < 0 334. replace chldpres = . if chldpres < 0 335. generate int ch02 = chldpres 336. generate int ch35 = chldpres 337. generate int ch613 = chldpres 338. generate int ch1417 = chldpres 339. recode ch02 (1 5/7 11/13 15 = 1) (0 2/4 8/10 14 = 0) 340. recode ch35 (2 5 8/9 11/12 14/15 = 1) (0/1 3/4 6/7 10 13 =0) 341. recode ch613 (3 6 8 10/11 13/15 = 1) (0/2 4/5 7 9 12 = 0) 342. recode ch1417 (4 7 9/10 12/15 = 1) (0/3 5/6 8 11 = 0) 343. generate int ch05 = ch02 344. replace ch05 = ch35 if ch35 == 1 345. } 346. . if `1' == 1999 { 347. replace ownchild = . if intmonth < 10 348. replace chldpres = . if intmonth < 10 349. replace ch613 = . if intmonth < 10 350. replace ch1417 = . if intmonth < 10 351. replace ch05 = . if intmonth < 10 352. replace ch02 = . if intmonth < 10 353. replace ch35 = . if intmonth < 10 354. } 355. if `1' > 1988 & `1' < 1992 { 356. drop grade92 357. } 358. if `1' < 1989 { 359. replace gradeat = gradeat - 1 360. replace marital = 7 if marital==5 361. } 362. if `1' > 1991 { 363. replace grade92 = . if grade92 < 0 364. } 365. if `1' >= 1998 { 366. replace ged = . if ged < 0 367. replace gedhigr = . if gedhigr < 0 368. replace yrcoll = . if yrcoll < 0 369. replace grprof = . if grprof < 0 370. replace gr6cor = . if gr6cor < 0 371. replace ms123 = . if ms123 < 0 372. generate double ihigrdc = . 373. ** Jaeger . label var ihigrdc "Imputed highest grade completed" 374. replace ihigrdc = 0 if grade92==31 375. replace ihigrdc = 2.5 if grade92==32 376. replace ihigrdc = 5.5 if grade92==33 377. replace ihigrdc = 7.5 if grade92==34 378. replace ihigrdc = 9 if grade92==35 379. replace ihigrdc =10 if grade92==36 380. replace ihigrdc =11 if grade92==37 381. replace ihigrdc =12 if grade92==38 382. replace ihigrdc = 0 if grade92==39 & ged==2 & gedhigr==1 383. replace ihigrdc = 2.5 if grade92==39 & ged==2 & gedhigr==2 384. replace ihigrdc = 5.5 if grade92==39 & ged==2 & gedhigr==3 385. replace ihigrdc = 7.5 if grade92==39 & ged==2 & gedhigr==4 386. replace ihigrdc = 9 if grade92==39 & ged==2 & gedhigr==5 387. replace ihigrdc = 10 if grade92==39 & ged==2 & gedhigr==6 388. replace ihigrdc = 11 if grade92==39 & ged==2 & gedhigr==7 389. replace ihigrdc = 12 if grade92==39 & ged==2 & gedhigr==8 390. replace ihigrdc = 12 if ged==1 391. replace ihigrdc = 12 if grade92>=40 & grade92<=42 & yrcoll==1 392. replace ihigrdc = 13 if grade92>=40 & grade92<=42 & yrcoll==2 393. replace ihigrdc = 14 if grade92>=40 & grade92<=42 & yrcoll==3 394. replace ihigrdc = 15 if grade92>=40 & grade92<=42 & yrcoll==4 395. replace ihigrdc = 16 if grade92>=40 & grade92<=42 & yrcoll==5 396. replace ihigrdc = 16 if grade92==43 & grprof==2 397. replace ihigrdc = 17 if grade92==43 & gr6cor==2 398. replace ihigrdc = 18 if grade92==43 & gr6cor==1 399. replace ihigrdc = 17 if grade92==44 & ms123==1 400. replace ihigrdc = 18 if grade92==44 & ms123>=2 & ms123<. 401. replace ihigrdc = 18 if grade92==45 | grade92==46 402. } 403. if inlist( `1', 1992 , 1993 ) { 404. drop gradecp gradeat 405. } 406. if `1' == 1995 { 407. replace relref94 = . if intmonth > 2 408. replace relref95 = . if intmonth < 3 409. } 410. if inlist( `1', 1996 , 1997 ) { 411. drop relref94 412. } 413. if `1' == 1994 { 414. drop relref95 415. } 416. if `1' >= 1994 { 417. replace ernpdh2 = . if ernpdh2 < 0 418. replace prunedur = . if prunedur < 0 419. replace penatvty = . if penatvty < 0 420. replace pemntvty = . if pemntvty < 0 421. replace pefntvty = . if pefntvty < 0 422. replace prcitshp = . if prcitshp < 0 423. replace prcitflg = . if prcitflg < 0 424. } 425. if `1' > 1989 { 426. replace ethnic = . if ethnic < 0 427. replace ethnic = . if ethnic >= 10 428. } 429. if `1' >= 1994 & `1' <= 2004 { 430. replace veteran = . if veteran < 0 431. } 432. if `1' >= 2003 & `1' <= 2004 { 433. drop vet1-vet4 434. } 435. if `1' == 2005 { 436. display "replacing veteran Jan-July 2005" 437. replace veteran = . if veteran < 0 & intmonth <= 7 438. display "replacing vet1-vet4 if intmonth <= 7 " 439. replace vet1 = . if intmonth <= 7 440. replace vet2 = . if intmonth <= 7 441. replace vet3 = . if intmonth <= 7 442. replace vet4 = . if intmonth <= 7 443. } 444. if `1' == 2005 { 445. replace veteran = . if intmonth >= 8 446. replace vet1 = . if vet1 < 0 & intmonth >= 8 447. replace vet2 = . if vet2 < 0 & intmonth >= 8 448. replace vet3 = . if vet3 < 0 & intmonth >= 8 449. replace vet4 = . if vet4 < 0 & intmonth >= 8 450. } 451. if `1' >= 2006 { 452. drop veteran 453. replace vet1=. if vet1<0 454. replace vet2=. if vet2<0 455. replace vet3=. if vet3<0 456. replace vet4=. if vet4<0 457. } 458. * Employment . display "Employment" 459. if `1' >= 1994 { 460. replace selfproxy = . if selfproxy<0 461. replace dwrsn = . if dwrsn<0 462. replace otc = . if otc<0 463. } 464. if `1' >= 1994 & `1' <= 2002 { 465. replace occ80 = . if occ80 <0 466. replace ind80 = . if ind80 < 10 467. replace class94 = . if class94<0 468. } 469. if `1' >= 2000 & `1' <=2010 { 470. replace occ00 = . if occ00 <0 471. replace ind02 = . if ind02 < 10 472. replace class94 = . if class94<0 473. } 474. if ( `1' == 2011 ) { 475. rename occ00 occ2011 476. lab var occ2011 "occupation code" 477. replace occ2011 = . if occ2011 <0 478. replace ind02 = . if ind02 < 10 479. replace class94 = . if class94<0 480. } 481. if ( `1' == 2012 ) { 482. di "Race 2003-April 2012 21 Categories" 483. di "Race May 2012 on 26 Categories" 484. gen race21 = race 485. replace race21 = . if intmonth >=5 486. gen race26 = race 487. replace race26 = . if intmonth <=4 488. di "2012 Occupation" 489. rename occ00 occ2011 490. gen occ2012 = occ2011 491. lab var occ2012 "occupation code" 492. replace occ2011 = . if occ2011 <0 | intmonth >=5 493. replace occ2012 = . if occ2012 <0 | intmonth <=4 494. replace ind02 = . if ind02 < 10 495. replace class94 = . if class94<0 496. } 497. if ( `1' >= 2013 ) { 498. rename occ00 occ2012 499. lab var occ2012 "occupation code" 500. replace occ2012 = . if occ2012 <0 501. replace ind02 = . if ind02 < 10 502. replace class94 = . if class94<0 503. } 504. #delimit ; delimiter now ; . ; . display "docc80" ; 505. if `1' >= 1983 & `1' <= 2002 { > display "generate int docc80=occ80;"; 506. generate int docc80=occ80; 507. display "recode docc80"; 508. recode docc80 (1/6=1) (7/22=2) (23/37=3) (44/59=4) (64/68=5) (69/83=6) (84/89=7) > (95/106=8) (113/154=9) (155/159=10) (178/179=11) (43 63 163/177 183/199=12) > (203/208=13) (213/225=14) (226/235=15) (243=16) (253/257=17) (258/259=18) > (263/278=19) (283/285=20) (303/307=21) (308/309=22) (313/315=23) (337/344=24) > (354/357=25) (316/336 345/353 359/389=26) (403/407=27) (413/427=28) > (433/444=29) (445/447=30) (448/455=31) (456/469=32) (503/549=33) (553/599=34) > (613/699=35) (703/779=36) (783/799=37) (803/814=38) (823/859=39) (869=40) > (875/883=41) (863/868 873 874 885/889=42) (473/476=43) (477/489=44) (494/499=45) > (905=46); 509. } ; 510. display "** The renaming is part of the Census reweighting ; " ; 511. if inlist( `1', 2000 , 2001 , 2002 ) { > *display "renaming docc80 docc80p " ; 512. *rename docc80 docc80p ; . } ; 513. display "docc00" ; 514. di "553" ; 515. if `1' >= 2000 & `1'<=2010 { ; 516. di "556" ; 517. display "generate int docc00=occ00;"; 518. generate int docc00=occ00; 519. display "recode docc00 2000-2010"; 520. recode docc00 (10/430=1) (500/950=2) (1000/1240=3) (1300/1560=4) (1600/1960=5) > (2000/2060=6) (2100/2150=7) (2200/2550=8) (2600/2960=9) (3000/3540=10) (3600/3650=11) > (3700/3950=12) (4000/4160=13) (4200/4250=14) (4300/4650=15) (4700/4960=16) > (5000/5930=17) (6000/6130=18) (6200/6940=19) (7000/7620=20) (7700/8960=21) > (9000/9750=22) (9840=23); 521. } ; 522. if `1' >= 2011 { ; 523. display "generate int docc00=occ2011;"; 524. di "568"; 525. if `1' == 2011 { ; 526. generate int docc00=occ2011 ; 527. } ; 528. di "572"; 529. if `1' == 2012 { ; 530. generate int docc00=occ2011 ; 531. replace docc00 = occ2012 if docc00 == . ; 532. } ; 533. di "577"; 534. if `1' >= 2013 { ; 535. generate int docc00=occ2012 ; 536. } ; 537. di "581"; 538. display "recode docc00 2011"; 539. recode docc00 (10/430=1) (500/950=2) (1000/1240=3) (1300/1560=4) (1600/1965=5) > (2000/2060=6) (2100/2160=7) (2200/2550=8) (2600/2960=9) (3000/3540=10) (3600/3655=11) > (3700/3955=12) (4000/4160=13) (4200/4250=14) (4300/4650=15) (4700/4965=16) > (5000/5940=17) (6005/6130=18) (6200/6940=19) (7000/7630=20) (7700/8965=21) > (9000/9750=22) (9840=23); 540. } ; 541. display "dind"; 542. if `1'<= 1982 { > display "`1' <= 1982: creating dind from ind70"; 543. gen dind=ind70 ; 544. recode dind (18/19=1) (17=2) (47/57=3) (67/77=4) (107/109=5) (118=6) (119/138=7) > (139/149=8) (157/168 258=9) (169=10) (177/198=11) (199/209=12) (219 =13) > (227=14) (228/238=15) (239/257=16) (259=18) (268/298=19) (299=20) > (307/318=21) (319/327=22) (328/337=23) (338/339=24) (347/369=25) > (377/378=26) (379/387=27) (388/398=28) (407/429=29) (447/449=30) (467/479=31) > (507/588=32) (607/698=33) (707/709=34) (717/718=35) > (769=36) (727/748=37) (749/759=38) (777/798=39) (807/809=40) (838=41) > (828/837 839/848=42) (877/879=44) (857/868=43) (849 869 887/897= 45) > (027 028 = 46) (907/937=52) ; 545. } ; 546. if `1' <=1991 & `1' >=1983 { > display "replacing dind for `1': `1' <=1991 & `1' >=1983"; 547. gen dind=ind80; 548. recode > dind (12/29=1) (10/11=2) (40/50=3) (60=4) (230/241=5) (242=6) (250/262=7) > (270/280=8) (281/300=9) (301=10) (310/332=11) (340/350=12) > (351=13) (352=14) (360/370=15) (371/382=16) (390=17) (391/392=18) > (100/122=19) (130=20) (132/150=21) (151/152=22) (160/162=23) (171/172=24) > (180/192=25) (200/201=26) (210/212=27) (220/222=28) > (400/432=29) (440/442=30) (450/472=31) (500/571=32) (580/691=33) (700/710=34) > (711/712=35) (761=36) (721/750=37) (751/760=38) (762/791=39) (800/810=40) > (831=41) (812/830 832/840=42) (842/860=43) (861/871=44) (841 872/893=45) > (30/32=46) (900/932=52) (991=51); 549. } ; 550. if `1' >= 1992 & `1' <= 2002 { > display "replacing dind for `1': `1' >= 1992 & `1' <= 2002 "; 551. gen dind=ind80; 552. recode > dind (12/30=1) (10/11=2) (40/50=3) (60=4) (230/241=5) (242=6) (250/262=7) > (270/280=8) (281/300=9) (301=10) (310/332=11) (340/350=12) > (351=13) (352=14) (360/370=15) (371/382=16) (390=17) (391/392=18) > (100/122=19) (130=20) (132/150=21) (151/152=22) (160/162=23) (171/172=24) > (180/192=25) (200/201=26) (210/212=27) (220/222=28) > (400/432=29) (440/442=30) (450/472=31) (500/571=32) (580/691=33) > (700/710=34) (711/712=35) (761=36) (721/750=37) (751/760=38) (762/791=39) > (800/810=40) (831=41) (812/830 832/840=42) (842/860=43) > (861/871=44) (841 872/893 =45) > (032 031 =46) > (910 922 932 900 901 921 930 931 =52) > (991=51) ; 553. }; 554. if `1' >= 2000 { > display "replacing dind for `1' >= 2000 " ; 555. gen dind02 = ind02; 556. recode > dind02 (170/180 290=1) (190/280=2) (370/490=3) (770=4) (2470/2590=5) > (2670/2990=6) (3070/3290=7) (3360/3390=8) (3470 3490=9) (3570/3690=10) > (3770/3870=11) (3890=12) (3960/3990=13) (1070/1290=14) (1370 1390=15) > (1470/1790=16) (1870/1990=17) (2070 2090=18) (2170/2290=19) (2370/2390=20) > (4070/4590=21) (4670/5790=22) (6070/6390=23) (570/690=24) (6470/6490=25) > (6570 6590=26) (6670=27) (6672/6675=28) (6680 6690=29) (6692 6695=30) > (6770 6780=31) (6870/6970=32) (6990=33) (7070=34) (7080/7190=35) > (7270/7490=36) (7570=37) (7580/7780=38) (7790=39) (7860/7890=40) > (8190=41) (7970/8180 8270 8290=42) (8370/8470=43) (8560/8590=44) (8660 8670=45) > (8680 8690=46) (8770/8890=47) (8970/9090=48) (9160/9190=49) (9290=50) > (9370/9590=51) (9890=52) ; 557. } ; 558. #delimit cr delimiter now cr . **Wages (If earnings are 0, then wage rate is missing, not zero). . display "Wages" 559. replace paidhr = . if paidhr <=0 560. replace paidhre = . if paidhre <=0 561. replace earnhr = . if earnhr <=0 562. replace earnhre = . if earnhre <=0 563. replace earnwke = . if earnwke < 0 564. if `1' < 1989 { 565. replace eligible = 2 if eligible == . 566. } 567. if `1' >= 1989 { 568. replace eligible = 2 if eligible <= 0 569. replace agri = 0 if agri==2 570. replace agri = . if agri< 0 571. replace untype = . if untype<0 572. } 573. if `1' < 1989 { 574. replace I25a = 0 if I25a ==. 575. replace I25b = 0 if I25b ==. 576. replace I25c = 0 if I25c ==. 577. replace I25d = 0 if I25d ==. 578. replace agri = . if agri< 0 579. } 580. if `1' >= 1994 { 581. replace I25a = 0 if I25a <= 3 582. replace I25b = 0 if I25b <= 3 583. *replace I25a = . if I25a < 0 . *replace I25b = . if I25b < 0 . replace earnhre = . if earnhre ==1 584. *replace uhourse = . if lfsr94 >2 | lfsr94 <1 . ** -4 Hours vary . replace uhourse = . if lfsr94 >2 585. replace lfsr94 = . if lfsr94 < 0 586. replace laydur = . if laydur < 0 587. } 588. if `1' >= 1996 { 589. replace I25c = . if I25c < 0 590. replace I25d = . if I25d < 0 591. } 592. if `1' == 1995 { 593. replace I25c = . if I25c < 0 594. replace I25d = . if I25d < 0 595. replace I25c = . if intmonth < 9 596. replace I25d = . if intmonth < 9 597. } 598. if `1' == 1994 { 599. drop I25c I25d 600. } 601. ** Hours, Unions . display "Hours, Unions" 602. if `1' >= 1994 { 603. replace reason94 = . if reason94< 0 604. replace absent94 = . if absent94< 0 605. replace studftpt = . if studftpt< 0 606. replace schenr = . if schenr < 0 607. replace schlvl = . if schlvl < 0 608. replace ftpt94 = . if ftpt94 < 0 609. replace hourslw = . if hourslw < 0 610. replace hourslw = 99 if hourslw >99 & hourslw != . 611. ** -4 hours vary . *replace uhourse = . if uhourse < 0 . replace why3594 = . if why3594 < 0 612. replace unionmme = . if unionmme< 0 613. replace unioncov = . if unioncov< 0 614. } 615. . ** Save and exit . compress 616. do /homes/data/morg/sources/labels/labels`4' 617. saveold /homes/data/morg/annual/morg`2', version(11) replace 618. summarize 619. clear 620. capture ! /usr/bin/rm -f aef.dct /tmp/aef.raw 621. capture ! /bin/rm -f aef.dct /tmp/aef.raw 622. capture ! /usr/bin/chmod a+r /home/data/morg/annual/morg`2'.dta 623. capture ! /bin/chmod a+r /home/data/morg/annual/morg`2'.dta 624. capture ! /usr/bin/chmod g+w /home/data/morg/annual/morg`2'.dta 625. capture ! /bin/chmod g+w /home/data/morg/annual/morg`2'.dta 626. capture ! /usr/bin/chgrp web /home/data/morg/annual/morg`2'.dta 627. capture ! /bin/chgrp web /home/data/morg/annual/morg`2'.dta 628. end . . *Each block of commands does one year of the data. The data must be . *decompressed, and possibly have dashes converted to blanks. . *Then a dictionary for the particular year is prepared by . *concatenating a one line header (with the file name) to a generic . *dictionary body that covers several years of data that used the . *same format. . *Lastly, the data is read, modified, summarized and saved. . . aef2 1979 79 79_83 79_82 dct_name aef79_83.dbd raw_name=../raw/morg79 (0 observations deleted) obs 345213 # of persons with age<=15 16807 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- 14 | 8,138 2.36 2.36 15 | 8,669 2.51 4.87 16 | 8,484 2.46 7.33 17 | 8,679 2.51 9.84 18 | 8,266 2.39 12.23 19 | 7,963 2.31 14.54 20 | 7,570 2.19 16.73 21 | 7,900 2.29 19.02 22 | 7,795 2.26 21.28 23 | 7,698 2.23 23.51 24 | 7,571 2.19 25.70 25 | 7,567 2.19 27.90 26 | 7,418 2.15 30.04 27 | 7,383 2.14 32.18 28 | 7,267 2.11 34.29 29 | 7,030 2.04 36.32 30 | 7,233 2.10 38.42 31 | 7,055 2.04 40.46 32 | 7,380 2.14 42.60 33 | 5,722 1.66 44.26 34 | 5,702 1.65 45.91 35 | 5,715 1.66 47.57 36 | 6,095 1.77 49.33 37 | 5,204 1.51 50.84 38 | 4,982 1.44 52.28 39 | 4,714 1.37 53.65 40 | 4,922 1.43 55.07 41 | 4,491 1.30 56.37 42 | 4,450 1.29 57.66 43 | 4,542 1.32 58.98 44 | 4,461 1.29 60.27 45 | 4,343 1.26 61.53 46 | 4,273 1.24 62.77 47 | 4,278 1.24 64.01 48 | 4,416 1.28 65.29 49 | 4,595 1.33 66.62 50 | 4,637 1.34 67.96 51 | 4,743 1.37 69.33 52 | 4,619 1.34 70.67 53 | 4,611 1.34 72.01 54 | 4,800 1.39 73.40 55 | 4,741 1.37 74.77 56 | 4,677 1.35 76.13 57 | 4,706 1.36 77.49 58 | 4,543 1.32 78.81 59 | 4,457 1.29 80.10 60 | 4,328 1.25 81.35 61 | 4,092 1.19 82.54 62 | 3,932 1.14 83.68 63 | 3,938 1.14 84.82 64 | 3,853 1.12 85.93 65 | 3,897 1.13 87.06 66 | 3,681 1.07 88.13 67 | 3,393 0.98 89.11 68 | 3,316 0.96 90.07 69 | 3,212 0.93 91.00 70 | 3,127 0.91 91.91 71 | 2,770 0.80 92.71 72 | 2,585 0.75 93.46 73 | 2,449 0.71 94.17 74 | 2,252 0.65 94.82 75 | 2,234 0.65 95.47 76 | 2,020 0.59 96.05 77 | 1,680 0.49 96.54 78 | 1,691 0.49 97.03 79 | 1,539 0.45 97.47 80 | 1,391 0.40 97.88 81 | 1,211 0.35 98.23 82 | 994 0.29 98.52 83 | 967 0.28 98.80 84 | 878 0.25 99.05 85 | 680 0.20 99.25 86 | 548 0.16 99.41 87 | 463 0.13 99.54 88 | 406 0.12 99.66 89 | 320 0.09 99.75 90 | 240 0.07 99.82 91 | 172 0.05 99.87 92 | 123 0.04 99.91 93 | 102 0.03 99.94 94 | 70 0.02 99.96 95 | 51 0.01 99.97 96 | 32 0.01 99.98 97 | 27 0.01 99.99 98 | 22 0.01 99.99 99 | 22 0.01 100.00 ------------+----------------------------------- Total | 345,213 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- 14 | 8,138 48.42 48.42 15 | 8,669 51.58 100.00 ------------+----------------------------------- Total | 16,807 100.00 (16,807 observations deleted) (0 observations deleted) obs 328406 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (164,626 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (163,780 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (42,028 real changes made, 42,028 to missing) replace centcity = . if centcity==4 | centcity<=0 (49,005 real changes made, 49,005 to missing) replace smsasize=. if smsasize<=0 generate byte smsa70 = smsasize (217,182 missing values generated) drop smsasize drop unioncov unionmme occ80 ind80 Demography if 1979 > 1983 & 1979 < 1989 { (328,406 real changes made) (75,207 real changes made) Employment docc80 ** The renaming is part of the Census reweighting ; docc00 553 dind (79,176 missing values generated) (dind: 249230 changes made) Wages (0 real changes made) (0 real changes made) (1,626 real changes made, 1,626 to missing) (0 real changes made) (0 real changes made) (213,432 real changes made) (324,472 real changes made) (323,402 real changes made) (313,917 real changes made) (300,131 real changes made) (0 real changes made) Hours, Unions variable ym_file was float now int variable ym was float now int variable dind was float now byte (2,298,842 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp minsamp; . label define minsamp > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth intmonth; . label define intmonth > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * state: 1979-; . label values state state; . label define state > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat smsastat; . label define smsastat > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity centcity; . label define centcity > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa70: 1979-1985:6; . label values smsa70 smsa70; . label define smsa70 > 1 "3 million plus" > 2 "1-3 million" > 3 "Not identifiable" > ; . * smsarank: 1979-1985:6; . label values smsarank smsarank; . label define smsarank > 0 "Not listed below" > 1 "New York City" > 2 "Los Angeles" > 3 "Chicago" > 4 "Philadelphia" > 5 "Detroit" > 6 "San Francisco-Oakland" > 7 "Washington D.C." > 8 "Boston" > 9 "Nassau-Suffolk, NY" > 10 "Pittsburgh" > 11 "St. Louis" > 12 "Baltimore" > 13 "Cleveland" > 14 "Houston" > 15 "Newark" > 16 "Minneapolis-St. Paul" > 17 "Dallas" > 18 "Seattle-Everett" > 19 "Anaheim-Santa Anna-Garden Grove" > 20 "Milwaukee" > 21 "Atlanta" > 22 "Cincinnati" > 23 "Patterson-Clifton-Passaic" > 24 "San Diego" > 25 "Buffalo" > 26 "Miami" > 27 "Kansas City" > 28 "Denver" > 29 "San Bernardino-Riverside-Ontario" > 30 "Indianapolis" > 31 "San Jose" > 32 "New Orleans" > 33 "Tampa-St. Petersburg" > 34 "Portland" > 36 "Columbus, OH" > 38 "Rochester" > 42 "Sacramento" > 44 "Fort Worth" > 45 "Birmingham, AL" > 46 "Albany-Schenectady-Troy" > 48 "Norfold-Portsmouth, VA" > 49 "Akron, OH" > 53 "Gary-Hammond-East Chicago" > 57 "Greensboro-Winston-Salem-High Point" > ; . * icntcity goes here; . * sex: 1979-; . label values sex sex; . label define sex > 1 "Male" > 2 "Female" > ; . * race: 1979-1988; . label values race race; . label define race > 1 "White" > 2 "Black" > 3 "Other" > ; . * ethnic: 1979-; . label values ethnic ethnic; . label define ethnic > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital marital; . label define marital > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * veteran: 1979-; . label values veteran veteran; . label define veteran > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * gradecp: 1979-1991; . label values gradecp gradecp; . label define gradecp > 1 "Yes" > 2 "No" > ; . * relahh: 1979-1988; . label values relahh relahh; . label define relahh > 1 "Head with other relatives" > 2 "Head with no other relatives" > 3 "Wife of head" > 4 "Other relative of head" > 5 "Non-relative of head with own relatives (includes wife)" > 6 "Non-relative of head with no own relatives" > ; . * paidhr: 1979-; . label values paidhr paidhr; . label define paidhr > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre paidhre; . label define paidhre > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a I25a; . label define I25a > 0 "No Change" > 1 "Allocated" > ; . * I25b: 1979-; . label values I25b I25b; . label define I25b > 0 "No Change" > 1 "Allocated" > ; . * I25c: 1979-1993; . label values I25c I25c; . label define I25c > 0 "No Change" > 1 "Allocated" > ; . * I25d: 1979-1993; . label values I25d I25d; . label define I25d > 0 "No Change" > 1 "Allocated" > ; . * class: 1979-1993; . label values class class; . label define class > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1979-1988; . label values classer classer; . label define classer > 1 "Private" > 2 "Government" > 3 "Self-Employed" > 4 "Without Pay" > 5 "Never worked or never worked full-time" > ; . * esr: 1979-1988; . label values esr esr; . label define esr > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-Looking" > 4 "Housework" > 5 "School" > 6 "Unable to work/Disabled" > 7 "Other (Includes Retired)" > ; . * ind70: 1979-1982; . label values ind70 ind70; . label define ind70 > 17 "Agricultural production (01)" > 18 "Agricultural services, except horticultural (07 except 0713 and 073)" > 19 "Horticultural services (073)" > 27 "Forestry (08)" > 28 "Fisheries (09)" > 29 "Agriculture, forestry, and fisheries--allocated" > 47 "Metal mining (10)" > 48 "Coal mining (11, 12)" > 49 "Crude petroleum and natural gas extractions (13)" > 57 "Nonmetallic mining and quarrying, except fuel (14)" > 58 "Mining--allocated" > 67 "General building contractors (15)" > 68 "General contractors, except building (16)" > 69 "Special trade contractors (17)" > 77 "Not specified construction" > 78 "Construction--allocated" > 107 "Logging (241)" > 108 "Sawmills, planing mills, and mill work (242, 243)" > 109 "Miscellaneous wood products (244,249)" > 118 "Furniture and fixtures (25)" > 119 "Glass and glass products (321-323)" > 127 "Cement, concrete, gypsum, and plaster products (324, 327)" > 128 "Structural clay products (325)" > 137 "Pottery and related products (326)" > 138 "Miscellaneous nonmetallic mineral and stone products (328, 329)" > 139 "Blast furnaces, steel works, rolling and finishing mills (3312,3313)" > 147 "Other primary iron and steel industries (3315-3317, 332, 3391, part 3399)" > 148 "Primary aluminum industries (3334, part 334, 3352, 3361, part 3392,part3399" > 149 "Other primary nonferrous industries (3331-3333, 3339, part 334, 3351,3356, 3357, 3362, 3 > 369, part 3392, part 3399)" > 157 "Cutlery, hand tools, and other hardware (342)" > 158 "Fabricated structural metal products (344)" > 159 "Screw machine products (345)" > 167 "Metal stamping (346)" > 168 "Miscellaneous fabricated metal products (341, 343, 347, 348, 349)" > 169 "Not specified metal industries" > 177 "Engines and turbines (351)" > 178 "Farm machinery and equipment (352)" > 179 "Construction and material handling machines (353)" > 187 "Metalworking machinery (354)" > 188 "Office and accounting machines (357 except 3573)" > 189 "Electronic computing equipment (3573)" > 197 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 198 "Not specified machinery" > 199 "Household appliances (363)" > 207 "Radio, T.V., and communication equipment (365, 366)" > 208 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 209 "Not specified electrical machinery, equipment, and supplies" > 219 "Motor vehicles and motor vehicle equipment (371)" > 227 "Aircraft and parts (372)" > 228 "Ship and boat building and repairing (373)" > 229 "Railroad locomotives and equipment (374)" > 237 "Mobile dwellings and campers (3791)" > 238 "Cycles and miscellaneous transportation equipment (375, 3799)" > 239 "Scientific and controlling instruments (381, 382)" > 247 "Optical and health services supplies (383, 384, 385)" > 248 "Photographic equipment and supplies (386)" > 249 "Watches, clocks, and clockwork-operated devices (387)" > 257 "Not specified professional equipment" > 258 "Ordnance (19)***" > 259 "Miscellaneous manufacturing industries (39)" > 267 "Manufacturing, durable goods--allocated" > 268 "Meat products (201)" > 269 "Dairy products (202)" > 278 "Canning and preserving fruits, vegetables, and sea foods (203)" > 279 "Grain-mill products (204, 0713)" > 287 "Bakery products (205)" > 288 "Confectionery and related products (207)" > 289 "Beverage industries (208)" > 297 "Miscellaneous food preparation and kindred products (206,209)" > 298 "Not specified food industries" > 299 "Tobacco manufactures (21)" > 307 "Knitting mills (225)" > 308 "Dyeing and finishing textiles, except wool and knit goods (226)" > 309 "Floor coverings, except hard surface (227)" > 317 "Yarn, thread, and fabric mills (221-224, 228)" > 318 "Miscellaneous textile mill products (229)" > 319 "Apparel and accessories (231-238)" > 327 "Miscellaneous fabricated textile products (239)" > 328 "Pulp, paper, and paperboard mills (261-263, 266)" > 329 "Miscellaneous paper and pulp products (264)" > 337 "Paperboard containers and boxes (265)" > 338 "Newspaper publishing and printing (271)" > 339 "Printing, publishing, and allied industries, except newspapers (272-279)" > 347 "Industrial chemicals (281)" > 348 "Plastics, synthetics and resins, except fibers (282, except 2823 and 2824)" > 349 "Synthetic fibers (2823, 2824)" > 357 "Drugs and medicines (283)" > 358 "Soaps and cosmetics (284)" > 359 "Paints, varnishes, and related products (285)" > 367 "Agricultural chemicals (287)" > 368 "Miscellaneous chemicals (286, 289)" > 369 "Not specified chemicals and allied products" > 377 "Petroleum refining (291)" > 378 "Miscellaneous petroleum and coal products (295, 299)" > 379 "Rubber products (301-303, 306)" > 387 "Miscellaneous plastic products (307)" > 388 "Tanned, curried, and finished leather (311)" > 389 "Footwear, except rubber (313, 314)" > 397 "Leather products, except footwear (312, 315-317, 319)" > 399 "Manufacturing, nondurable goods--allocated" > 398 "NOT SPECIFIED MANUFACTURING INDUSTRIES" > 407 "Railroads and railway express service (40)" > 408 "Street railways and bus lines (411, 413-415, 417)" > 409 "Taxicab service (412)" > 417 "Trucking service (421,423)" > 418 "Warehousing and storage (422)" > 419 "Water transportation (44)" > 427 "Air transportation (45)" > 428 "Pipe lines, except natural gas (46)" > 429 "Services incidental to transportation (47)" > 447 "Radio broadcasting and television (483)" > 448 "Telephone (wire and radio) (481)" > 449 "Telegraph and miscellaneous communication services (482, 489)" > 467 "Electric light and power (491)" > 468 "Electric-gas utilities (493)" > 469 "Gas and steam supply systems (492, 496)" > 477 "Water supply (494)" > 478 "Sanitary services (495)" > 479 "Other and not specified utilities (497)" > 499 "Transportation, communications, and other public utilities--allocated" > 507 "Motor vehicles and equipment (501)" > 508 "Drugs, chemicals and allied products (502)" > 509 "Dry goods and apparel (503)" > 527 "Food and related products (504)" > 528 "Farm products--raw materials (505)" > 529 "Electrical goods (506)" > 537 "Hardware, plumbing, and heating supplies (507)" > 538 "Not specified electrical and hardware products" > 539 "Machinery equipment and supplies (508)" > 557 "Metals and minerals, n.e.c. (5091)" > 558 "Petroleum products (5092)" > 559 "Scrap and waste materials (5093)" > 567 "Alcoholic beverages (5095)" > 568 "Paper and its products (5096)" > 569 "Lumber and construction materials (5098)" > 587 "Wholesalers, n.e.c. (5094, 5097, 5099)" > 588 "Not specified wholesale trade" > 599 "Wholesale trade--allocated" > 607 "Lumber and building material retailing (521-524)" > 608 "Hardware and farm equipment stores (525)" > 609 "Department and mail order establishments (531, 532)" > 617 "Limited price variety stores (533)" > 618 "Vending machine operators (534)" > 619 "Direct selling establishments (535)" > 627 "Miscellaneous general merchandise stores (539)" > 628 "Grocery stores (541)" > 629 "Dairy products stores (545)" > 637 "Retail bakeries (546)" > 638 "Food stores, n.e.c. (542-544, 549)" > 639 "Motor vehicle dealers (551, 552)" > 647 "Tire, battery, and accessory dealers (553)" > 648 "Gasoline service stations (554)" > 649 "Miscellaneous vehicle dealers (559)" > 657 "Apparel and accessories stores, except shoe stores (56 except 566)" > 658 "Shoe stores (566)" > 667 "Furniture and home furnishings stores (571)" > 668 "Household appliances, TV, and radio stores (572, 573)" > 669 "Eating and drinking places (58)" > 677 "Drug stores (591)" > 678 "Liquor stores (592)" > 679 "Farm and garden supply stores (596)" > 687 "Jewelry stores (597)" > 688 "Fuel and ice dealers (598)" > 689 "Retail florists (5992)" > 697 "Miscellaneous retail stores (593-595, 599 exc. 5992)" > 698 "Not specified retail trade" > 699 "Retail trade--allocated" > 707 "Banking (60)" > 708 "Credit agencies (61)" > 709 "Security, commodity brokerage, and investment companies (62, 67)" > 717 "Insurance (63, 64)" > 718 "Real estate, incl. real estate-insurance-law offices (65, 66)" > 719 "Finance, insurance, and real estate--allocated" > 727 "Advertising (731)" > 728 "Services to dwellings and other buildings (734)" > 729 "Commercial research, development, and testing labs (7391, 7397)" > 737 "Employment and temporary help agencies (736, 7398)" > 738 "Business management and consulting services (part 7392)" > 739 "Computer programing services (part 7392)" > 747 "Detective and protective services (7393)" > 748 "Business services, n.e.c. (732, 733, 735, 7394, 7395, 7396, 7399)" > 749 "Automobile services, except repair (751, 752, 754)" > 757 "Automobile repair and related services (753)" > 758 "Electrical repair shops (762, 7694)" > 759 "Miscellaneous repair services (763, 764, 769, except 7694)" > 767 "Business and repair services--allocated" > 769 "Private households (88)" > 777 "Hotels and motels (701)" > 778 "Lodging places, except hotels and motels (702, 703, 704)" > 779 "Laundering, cleaning, and other garment services (721, 727)" > 787 "Beauty shops (723)" > 788 "Barber shops (724)" > 789 "Shoe repair shops (725)" > 797 "Dressmaking shops (part 729)" > 798 "Miscellaneous personal services (722, 726, part 729)" > 799 "Personal services--allocated" > 807 "Theaters and motion pictures (78, 792)" > 808 "Bowling alleys, billiard and pool parlors (793)" > 809 "Miscellaneous entertainment and recreation services (791, 794)" > 817 "Entertainment and recreation services--allocated" > 828 "Offices of physicians (801, 803)" > 829 "Offices of dentists (802)" > 837 "Offices of chiropractors (804)" > 838 "Hospitals (806)" > 839 "Convalescent institutions (8092)" > 847 "Offices of health practitioners, n.e.c. (part 8099)" > 848 "Health services, n.e.c. (807, part 8099)" > 849 "Legal services (81)" > 857 "Elementary and secondary schools (821)" > 858 "Colleges and universities (822)" > 859 "Libraries (823)" > 867 "Educational services, n.e.c. (824, 829)" > 868 "Not specified educational services" > 869 "Museums, art galleries,and zoos (84)" > 877 "Religious organizations(866)" > 878 "Welfare services (part 867)" > 879 "Residential welfare facilities (part 867)" > 887 "Nonprofit membership organizations (861-865, 869)" > 888 "Engineering and architectural services (891)" > 889 "Accounting, auditing, and bookkeeping services (893)" > 897 "Miscellaneous professional and related services (892, 899)" > 899 "Professional and related services--allocated" > 907 "Postal service (part 9190)" > 917 "Federal public administration (part 9190, 9490)" > 927 "State public administration (9290)" > 937 "Local public administration (9390)" > ; . *dind: 1979-; . label values dind dind; . label define dind > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ70 is too large for Stata 6; . * if using Stata 7, do d:\sources\occ70.do; . * docc70: 1979-1982; . label values docc70 docc70; . label define docc70 > 0 "Never worked" > 1 "Engineers" > 2 "Physicians, dentists, and related practitioners" > 3 "Health workers, except practitioners" > 4 "Teachers, except college" > 5 "Engineering and science technicians" > 6 "Other professional -- salaried" > 7 "Other professional -- self-employed" > 8 "Salaried -- Manufacturing" > 9 "Salaried -- Other industries" > 10 "Self-employed -- retail trade" > 11 "Self-employed -- other industries" > 12 "Retail trade" > 13 "Other" > 14 "Bookkeepers" > 15 "Office machine operators" > 16 "Stenographers, typists, and secretaries" > 17 "Other clerical workers" > 18 "Carpenters" > 19 "Other construction craftsmen" > 20 "Foremen (n.e.c)" > 21 "Machinists and job setters" > 22 "Metal craftsmen, except mechanics and job setters" > 23 "Mechanics -- auto" > 24 "Mechanics, except auto" > 25 "All other craftsmen" > 26 "Mine workers" > 27 "Motor vehicles and equipment" > 28 "Other durable goods" > 29 "Nondurable goods" > 30 "All other" > 31 "Drivers and deliverymen" > 32 "All others" > 33 "Construction" > 34 "Manufacturing" > 35 "All other" > 36 "Private household workers" > 37 "Cleaning service" > 38 "Food service" > 39 "Health service" > 40 "Personal service" > 41 "Protective service" > 42 "Farmers and farm managers" > 43 "Paid laborers and foremen" > 44 "Unpaid family laborers" > ; . * eligible: 1979:5-; . label values eligible eligible; . label define eligible > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1979-1988; . label values activlwr activlwr; . label define activlwr > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Other/Retired" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw doinglw; . label define doinglw > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * uhours35 1979-1993; . label values uhours35 uhours35; . label define uhours35 > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw reasonlw; . label define reasonlw > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw absentlw; . label define absentlw > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw why35lw; . label define why35lw > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt79: 1979-1988; . label values ftpt79 ftpt79; . label define ftpt79 > 0 "Not In Labor Force" > 1 "Employed full-time" > 2 "Part-time For Economic Reasons" > 3 "Unemployed FT" > 4 "Employed PT" > 5 "Unemployed PT" > ; . * ptstat: 1979-1988; . label values ptstat ptstat; . label define ptstat > 0 "All other" > 5 "Voluntary part-time workers" > 6 "Part-time for economic reasons" > ; . ** prunecat 1979-1988 ; . label values prunecat prunecat; . label define prunecat > 0 "Not unemployed" > 1 "Less than 5 weeks" > 2 "5 and 6 weeks" > 3 "7 and 10 weeks" > 4 "11 and 14 weeks" > 5 "15 and 26 weeks" > 6 "27 and 39 weeks" > 7 "40 and 51 weeks" > 8 "52 weeks and over" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg79.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- minsamp | 328,406 5.994848 1.999996 4 8 intmonth | 328,406 6.511443 3.462432 1 12 hhid | 0 state | 328,406 52.5708 26.07841 11 95 smsarank | 328,406 5.473055 10.76297 0 57 -------------+--------------------------------------------------------- hurespli | 327,050 1.724687 .8365564 1 7 hhnum | 328,406 1.101719 .3509795 1 8 activlwr | 328,406 2.83863 2.172591 1 7 hourslw | 185,477 38.79885 14.24659 1 99 reasonlw | 48,417 10.49121 3.602452 1 15 -------------+--------------------------------------------------------- absentlw | 13,963 3.292272 2.504118 1 8 classer | 251,035 1.387751 .7412465 1 5 ind70 | 249,230 544.773 292.0613 17 937 occ70 | 249,292 485.6882 278.2904 1 984 lineno | 328,406 1.811788 1.098876 0 36 -------------+--------------------------------------------------------- relahh | 328,406 2.415534 1.279357 1 6 age | 328,406 41.98219 18.62521 16 99 marital | 328,406 2.825609 2.490347 1 7 race | 328,406 1.145302 .4195424 1 3 sex | 328,406 1.531878 .4989835 1 2 -------------+--------------------------------------------------------- veteran | 154,541 4.744734 1.829572 1 6 gradeat | 328,406 11.97399 3.123871 0 18 gradecp | 328,406 1.237526 .4255679 1 2 esr | 328,406 2.586506 2.065169 1 7 weight | 328,406 1475.611 591.762 2.07 12287.05 -------------+--------------------------------------------------------- smsastat | 286,378 1.335193 .4720588 1 2 centcity | 279,401 2.063414 .7872063 1 3 ethnic | 327,428 7.802702 1.095115 1 9 ptstat | 328,406 .5902755 1.756032 0 6 ftpt79 | 328,406 1.011839 1.194556 0 5 -------------+--------------------------------------------------------- prunecat | 328,406 .0974739 .6285067 0 8 agri | 328,406 .0250056 .1561423 0 1 docc70 | 328,406 13.24538 13.88866 0 44 doinglw | 327,722 2.897376 2.299609 1 8 hourslwa | 184,591 38.77284 14.28067 -8 99 -------------+--------------------------------------------------------- uhours35 | 47,550 1.652366 .4762241 1 2 why35lw | 47,787 10.49003 3.60313 1 15 class | 249,210 2.001822 1.797082 1 8 uhours | 170,772 38.1114 11.11913 -8 99 paidhr | 170,161 1.411857 .4921709 1 2 -------------+--------------------------------------------------------- earnhr | 84,252 513.2632 277.4588 1 9999 uearnwk | 144,140 236.116 159.2908 -98 999 earnwt | 328,406 6024.412 2443.244 8.38 69937.99 eligible | 328,406 1.649903 .4770009 1 2 uhourse | 171,745 38.16458 10.98882 0 99 -------------+--------------------------------------------------------- paidhre | 171,745 1.409048 .4916596 1 2 earnhre | 101,493 518.3687 267.7485 50 9999 earnwke | 171,745 238.8505 159.0336 0 999 I25a | 328,406 .0119791 .1087916 0 1 I25b | 328,406 .0152372 .1224953 0 1 -------------+--------------------------------------------------------- I25c | 328,406 .0441192 .2053602 0 1 I25d | 328,406 .0860977 .2805087 0 1 uearnwke | 101,493 198.9823 126.4889 0 999 recnum | 328,406 172707.7 99650.52 1 345213 year | 328,406 1979 0 1979 1979 -------------+--------------------------------------------------------- ym_file | 328,406 233.5114 3.462432 228 239 ym | 328,406 224.5269 6.942151 213 236 smsa70 | 111,224 1.597632 .4903776 1 2 dind | 249,230 29.16633 14.2219 1 52 . aef2 1980 80 79_83 79_82 dct_name aef79_83.dbd raw_name=../raw/morg80 (0 observations deleted) obs 404447 # of persons with age<=15 18506 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- 14 | 9,048 2.24 2.24 15 | 9,458 2.34 4.58 16 | 9,762 2.41 6.99 17 | 9,795 2.42 9.41 18 | 9,357 2.31 11.72 19 | 9,245 2.29 14.01 20 | 9,343 2.31 16.32 21 | 8,929 2.21 18.53 22 | 9,030 2.23 20.76 23 | 9,180 2.27 23.03 24 | 8,968 2.22 25.25 25 | 9,170 2.27 27.52 26 | 8,938 2.21 29.73 27 | 8,697 2.15 31.88 28 | 8,529 2.11 33.98 29 | 8,564 2.12 36.10 30 | 8,603 2.13 38.23 31 | 8,280 2.05 40.28 32 | 8,216 2.03 42.31 33 | 8,383 2.07 44.38 34 | 6,734 1.66 46.05 35 | 6,549 1.62 47.66 36 | 6,592 1.63 49.29 37 | 6,942 1.72 51.01 38 | 6,191 1.53 52.54 39 | 5,804 1.44 53.98 40 | 5,655 1.40 55.37 41 | 5,446 1.35 56.72 42 | 5,246 1.30 58.02 43 | 5,214 1.29 59.31 44 | 5,202 1.29 60.59 45 | 5,230 1.29 61.89 46 | 5,016 1.24 63.13 47 | 4,985 1.23 64.36 48 | 5,065 1.25 65.61 49 | 5,136 1.27 66.88 50 | 5,509 1.36 68.24 51 | 5,306 1.31 69.56 52 | 5,378 1.33 70.89 53 | 5,307 1.31 72.20 54 | 5,340 1.32 73.52 55 | 5,437 1.34 74.86 56 | 5,369 1.33 76.19 57 | 5,233 1.29 77.48 58 | 5,327 1.32 78.80 59 | 5,084 1.26 80.06 60 | 5,048 1.25 81.31 61 | 4,839 1.20 82.50 62 | 4,735 1.17 83.67 63 | 4,468 1.10 84.78 64 | 4,300 1.06 85.84 65 | 4,526 1.12 86.96 66 | 4,280 1.06 88.02 67 | 4,170 1.03 89.05 68 | 3,763 0.93 89.98 69 | 3,672 0.91 90.89 70 | 3,620 0.90 91.78 71 | 3,275 0.81 92.59 72 | 3,208 0.79 93.39 73 | 2,929 0.72 94.11 74 | 2,665 0.66 94.77 75 | 2,597 0.64 95.41 76 | 2,446 0.60 96.02 77 | 2,139 0.53 96.54 78 | 1,883 0.47 97.01 79 | 1,841 0.46 97.47 80 | 1,653 0.41 97.87 81 | 1,389 0.34 98.22 82 | 1,199 0.30 98.51 83 | 1,041 0.26 98.77 84 | 976 0.24 99.01 85 | 855 0.21 99.22 86 | 693 0.17 99.40 87 | 545 0.13 99.53 88 | 442 0.11 99.64 89 | 402 0.10 99.74 90 | 317 0.08 99.82 91 | 222 0.05 99.87 92 | 156 0.04 99.91 93 | 101 0.02 99.94 94 | 75 0.02 99.95 95 | 70 0.02 99.97 96 | 44 0.01 99.98 97 | 23 0.01 99.99 98 | 25 0.01 99.99 99 | 23 0.01 100.00 ------------+----------------------------------- Total | 404,447 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- 14 | 9,048 48.89 48.89 15 | 9,458 51.11 100.00 ------------+----------------------------------- Total | 18,506 100.00 (18,506 observations deleted) (0 observations deleted) obs 385941 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (193,554 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (192,387 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (67,179 real changes made, 67,179 to missing) replace centcity = . if centcity==4 | centcity<=0 (77,615 real changes made, 77,615 to missing) replace smsasize=. if smsasize<=0 generate byte smsa70 = smsasize (267,911 missing values generated) drop smsasize drop unioncov unionmme occ80 ind80 Demography if 1980 > 1983 & 1980 < 1989 { (385,941 real changes made) (89,646 real changes made) Employment docc80 ** The renaming is part of the Census reweighting ; docc00 553 dind (92,385 missing values generated) (dind: 293556 changes made) Wages (0 real changes made) (0 real changes made) (1,215 real changes made, 1,215 to missing) (0 real changes made) (0 real changes made) (186,472 real changes made) (381,993 real changes made) (381,103 real changes made) (370,376 real changes made) (354,350 real changes made) (0 real changes made) Hours, Unions variable ym_file was float now int variable ym was float now int variable dind was float now byte (2,701,587 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp minsamp; . label define minsamp > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth intmonth; . label define intmonth > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * state: 1979-; . label values state state; . label define state > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat smsastat; . label define smsastat > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity centcity; . label define centcity > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa70: 1979-1985:6; . label values smsa70 smsa70; . label define smsa70 > 1 "3 million plus" > 2 "1-3 million" > 3 "Not identifiable" > ; . * smsarank: 1979-1985:6; . label values smsarank smsarank; . label define smsarank > 0 "Not listed below" > 1 "New York City" > 2 "Los Angeles" > 3 "Chicago" > 4 "Philadelphia" > 5 "Detroit" > 6 "San Francisco-Oakland" > 7 "Washington D.C." > 8 "Boston" > 9 "Nassau-Suffolk, NY" > 10 "Pittsburgh" > 11 "St. Louis" > 12 "Baltimore" > 13 "Cleveland" > 14 "Houston" > 15 "Newark" > 16 "Minneapolis-St. Paul" > 17 "Dallas" > 18 "Seattle-Everett" > 19 "Anaheim-Santa Anna-Garden Grove" > 20 "Milwaukee" > 21 "Atlanta" > 22 "Cincinnati" > 23 "Patterson-Clifton-Passaic" > 24 "San Diego" > 25 "Buffalo" > 26 "Miami" > 27 "Kansas City" > 28 "Denver" > 29 "San Bernardino-Riverside-Ontario" > 30 "Indianapolis" > 31 "San Jose" > 32 "New Orleans" > 33 "Tampa-St. Petersburg" > 34 "Portland" > 36 "Columbus, OH" > 38 "Rochester" > 42 "Sacramento" > 44 "Fort Worth" > 45 "Birmingham, AL" > 46 "Albany-Schenectady-Troy" > 48 "Norfold-Portsmouth, VA" > 49 "Akron, OH" > 53 "Gary-Hammond-East Chicago" > 57 "Greensboro-Winston-Salem-High Point" > ; . * icntcity goes here; . * sex: 1979-; . label values sex sex; . label define sex > 1 "Male" > 2 "Female" > ; . * race: 1979-1988; . label values race race; . label define race > 1 "White" > 2 "Black" > 3 "Other" > ; . * ethnic: 1979-; . label values ethnic ethnic; . label define ethnic > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital marital; . label define marital > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * veteran: 1979-; . label values veteran veteran; . label define veteran > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * gradecp: 1979-1991; . label values gradecp gradecp; . label define gradecp > 1 "Yes" > 2 "No" > ; . * relahh: 1979-1988; . label values relahh relahh; . label define relahh > 1 "Head with other relatives" > 2 "Head with no other relatives" > 3 "Wife of head" > 4 "Other relative of head" > 5 "Non-relative of head with own relatives (includes wife)" > 6 "Non-relative of head with no own relatives" > ; . * paidhr: 1979-; . label values paidhr paidhr; . label define paidhr > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre paidhre; . label define paidhre > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a I25a; . label define I25a > 0 "No Change" > 1 "Allocated" > ; . * I25b: 1979-; . label values I25b I25b; . label define I25b > 0 "No Change" > 1 "Allocated" > ; . * I25c: 1979-1993; . label values I25c I25c; . label define I25c > 0 "No Change" > 1 "Allocated" > ; . * I25d: 1979-1993; . label values I25d I25d; . label define I25d > 0 "No Change" > 1 "Allocated" > ; . * class: 1979-1993; . label values class class; . label define class > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1979-1988; . label values classer classer; . label define classer > 1 "Private" > 2 "Government" > 3 "Self-Employed" > 4 "Without Pay" > 5 "Never worked or never worked full-time" > ; . * esr: 1979-1988; . label values esr esr; . label define esr > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-Looking" > 4 "Housework" > 5 "School" > 6 "Unable to work/Disabled" > 7 "Other (Includes Retired)" > ; . * ind70: 1979-1982; . label values ind70 ind70; . label define ind70 > 17 "Agricultural production (01)" > 18 "Agricultural services, except horticultural (07 except 0713 and 073)" > 19 "Horticultural services (073)" > 27 "Forestry (08)" > 28 "Fisheries (09)" > 29 "Agriculture, forestry, and fisheries--allocated" > 47 "Metal mining (10)" > 48 "Coal mining (11, 12)" > 49 "Crude petroleum and natural gas extractions (13)" > 57 "Nonmetallic mining and quarrying, except fuel (14)" > 58 "Mining--allocated" > 67 "General building contractors (15)" > 68 "General contractors, except building (16)" > 69 "Special trade contractors (17)" > 77 "Not specified construction" > 78 "Construction--allocated" > 107 "Logging (241)" > 108 "Sawmills, planing mills, and mill work (242, 243)" > 109 "Miscellaneous wood products (244,249)" > 118 "Furniture and fixtures (25)" > 119 "Glass and glass products (321-323)" > 127 "Cement, concrete, gypsum, and plaster products (324, 327)" > 128 "Structural clay products (325)" > 137 "Pottery and related products (326)" > 138 "Miscellaneous nonmetallic mineral and stone products (328, 329)" > 139 "Blast furnaces, steel works, rolling and finishing mills (3312,3313)" > 147 "Other primary iron and steel industries (3315-3317, 332, 3391, part 3399)" > 148 "Primary aluminum industries (3334, part 334, 3352, 3361, part 3392,part3399" > 149 "Other primary nonferrous industries (3331-3333, 3339, part 334, 3351,3356, 3357, 3362, 3 > 369, part 3392, part 3399)" > 157 "Cutlery, hand tools, and other hardware (342)" > 158 "Fabricated structural metal products (344)" > 159 "Screw machine products (345)" > 167 "Metal stamping (346)" > 168 "Miscellaneous fabricated metal products (341, 343, 347, 348, 349)" > 169 "Not specified metal industries" > 177 "Engines and turbines (351)" > 178 "Farm machinery and equipment (352)" > 179 "Construction and material handling machines (353)" > 187 "Metalworking machinery (354)" > 188 "Office and accounting machines (357 except 3573)" > 189 "Electronic computing equipment (3573)" > 197 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 198 "Not specified machinery" > 199 "Household appliances (363)" > 207 "Radio, T.V., and communication equipment (365, 366)" > 208 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 209 "Not specified electrical machinery, equipment, and supplies" > 219 "Motor vehicles and motor vehicle equipment (371)" > 227 "Aircraft and parts (372)" > 228 "Ship and boat building and repairing (373)" > 229 "Railroad locomotives and equipment (374)" > 237 "Mobile dwellings and campers (3791)" > 238 "Cycles and miscellaneous transportation equipment (375, 3799)" > 239 "Scientific and controlling instruments (381, 382)" > 247 "Optical and health services supplies (383, 384, 385)" > 248 "Photographic equipment and supplies (386)" > 249 "Watches, clocks, and clockwork-operated devices (387)" > 257 "Not specified professional equipment" > 258 "Ordnance (19)***" > 259 "Miscellaneous manufacturing industries (39)" > 267 "Manufacturing, durable goods--allocated" > 268 "Meat products (201)" > 269 "Dairy products (202)" > 278 "Canning and preserving fruits, vegetables, and sea foods (203)" > 279 "Grain-mill products (204, 0713)" > 287 "Bakery products (205)" > 288 "Confectionery and related products (207)" > 289 "Beverage industries (208)" > 297 "Miscellaneous food preparation and kindred products (206,209)" > 298 "Not specified food industries" > 299 "Tobacco manufactures (21)" > 307 "Knitting mills (225)" > 308 "Dyeing and finishing textiles, except wool and knit goods (226)" > 309 "Floor coverings, except hard surface (227)" > 317 "Yarn, thread, and fabric mills (221-224, 228)" > 318 "Miscellaneous textile mill products (229)" > 319 "Apparel and accessories (231-238)" > 327 "Miscellaneous fabricated textile products (239)" > 328 "Pulp, paper, and paperboard mills (261-263, 266)" > 329 "Miscellaneous paper and pulp products (264)" > 337 "Paperboard containers and boxes (265)" > 338 "Newspaper publishing and printing (271)" > 339 "Printing, publishing, and allied industries, except newspapers (272-279)" > 347 "Industrial chemicals (281)" > 348 "Plastics, synthetics and resins, except fibers (282, except 2823 and 2824)" > 349 "Synthetic fibers (2823, 2824)" > 357 "Drugs and medicines (283)" > 358 "Soaps and cosmetics (284)" > 359 "Paints, varnishes, and related products (285)" > 367 "Agricultural chemicals (287)" > 368 "Miscellaneous chemicals (286, 289)" > 369 "Not specified chemicals and allied products" > 377 "Petroleum refining (291)" > 378 "Miscellaneous petroleum and coal products (295, 299)" > 379 "Rubber products (301-303, 306)" > 387 "Miscellaneous plastic products (307)" > 388 "Tanned, curried, and finished leather (311)" > 389 "Footwear, except rubber (313, 314)" > 397 "Leather products, except footwear (312, 315-317, 319)" > 399 "Manufacturing, nondurable goods--allocated" > 398 "NOT SPECIFIED MANUFACTURING INDUSTRIES" > 407 "Railroads and railway express service (40)" > 408 "Street railways and bus lines (411, 413-415, 417)" > 409 "Taxicab service (412)" > 417 "Trucking service (421,423)" > 418 "Warehousing and storage (422)" > 419 "Water transportation (44)" > 427 "Air transportation (45)" > 428 "Pipe lines, except natural gas (46)" > 429 "Services incidental to transportation (47)" > 447 "Radio broadcasting and television (483)" > 448 "Telephone (wire and radio) (481)" > 449 "Telegraph and miscellaneous communication services (482, 489)" > 467 "Electric light and power (491)" > 468 "Electric-gas utilities (493)" > 469 "Gas and steam supply systems (492, 496)" > 477 "Water supply (494)" > 478 "Sanitary services (495)" > 479 "Other and not specified utilities (497)" > 499 "Transportation, communications, and other public utilities--allocated" > 507 "Motor vehicles and equipment (501)" > 508 "Drugs, chemicals and allied products (502)" > 509 "Dry goods and apparel (503)" > 527 "Food and related products (504)" > 528 "Farm products--raw materials (505)" > 529 "Electrical goods (506)" > 537 "Hardware, plumbing, and heating supplies (507)" > 538 "Not specified electrical and hardware products" > 539 "Machinery equipment and supplies (508)" > 557 "Metals and minerals, n.e.c. (5091)" > 558 "Petroleum products (5092)" > 559 "Scrap and waste materials (5093)" > 567 "Alcoholic beverages (5095)" > 568 "Paper and its products (5096)" > 569 "Lumber and construction materials (5098)" > 587 "Wholesalers, n.e.c. (5094, 5097, 5099)" > 588 "Not specified wholesale trade" > 599 "Wholesale trade--allocated" > 607 "Lumber and building material retailing (521-524)" > 608 "Hardware and farm equipment stores (525)" > 609 "Department and mail order establishments (531, 532)" > 617 "Limited price variety stores (533)" > 618 "Vending machine operators (534)" > 619 "Direct selling establishments (535)" > 627 "Miscellaneous general merchandise stores (539)" > 628 "Grocery stores (541)" > 629 "Dairy products stores (545)" > 637 "Retail bakeries (546)" > 638 "Food stores, n.e.c. (542-544, 549)" > 639 "Motor vehicle dealers (551, 552)" > 647 "Tire, battery, and accessory dealers (553)" > 648 "Gasoline service stations (554)" > 649 "Miscellaneous vehicle dealers (559)" > 657 "Apparel and accessories stores, except shoe stores (56 except 566)" > 658 "Shoe stores (566)" > 667 "Furniture and home furnishings stores (571)" > 668 "Household appliances, TV, and radio stores (572, 573)" > 669 "Eating and drinking places (58)" > 677 "Drug stores (591)" > 678 "Liquor stores (592)" > 679 "Farm and garden supply stores (596)" > 687 "Jewelry stores (597)" > 688 "Fuel and ice dealers (598)" > 689 "Retail florists (5992)" > 697 "Miscellaneous retail stores (593-595, 599 exc. 5992)" > 698 "Not specified retail trade" > 699 "Retail trade--allocated" > 707 "Banking (60)" > 708 "Credit agencies (61)" > 709 "Security, commodity brokerage, and investment companies (62, 67)" > 717 "Insurance (63, 64)" > 718 "Real estate, incl. real estate-insurance-law offices (65, 66)" > 719 "Finance, insurance, and real estate--allocated" > 727 "Advertising (731)" > 728 "Services to dwellings and other buildings (734)" > 729 "Commercial research, development, and testing labs (7391, 7397)" > 737 "Employment and temporary help agencies (736, 7398)" > 738 "Business management and consulting services (part 7392)" > 739 "Computer programing services (part 7392)" > 747 "Detective and protective services (7393)" > 748 "Business services, n.e.c. (732, 733, 735, 7394, 7395, 7396, 7399)" > 749 "Automobile services, except repair (751, 752, 754)" > 757 "Automobile repair and related services (753)" > 758 "Electrical repair shops (762, 7694)" > 759 "Miscellaneous repair services (763, 764, 769, except 7694)" > 767 "Business and repair services--allocated" > 769 "Private households (88)" > 777 "Hotels and motels (701)" > 778 "Lodging places, except hotels and motels (702, 703, 704)" > 779 "Laundering, cleaning, and other garment services (721, 727)" > 787 "Beauty shops (723)" > 788 "Barber shops (724)" > 789 "Shoe repair shops (725)" > 797 "Dressmaking shops (part 729)" > 798 "Miscellaneous personal services (722, 726, part 729)" > 799 "Personal services--allocated" > 807 "Theaters and motion pictures (78, 792)" > 808 "Bowling alleys, billiard and pool parlors (793)" > 809 "Miscellaneous entertainment and recreation services (791, 794)" > 817 "Entertainment and recreation services--allocated" > 828 "Offices of physicians (801, 803)" > 829 "Offices of dentists (802)" > 837 "Offices of chiropractors (804)" > 838 "Hospitals (806)" > 839 "Convalescent institutions (8092)" > 847 "Offices of health practitioners, n.e.c. (part 8099)" > 848 "Health services, n.e.c. (807, part 8099)" > 849 "Legal services (81)" > 857 "Elementary and secondary schools (821)" > 858 "Colleges and universities (822)" > 859 "Libraries (823)" > 867 "Educational services, n.e.c. (824, 829)" > 868 "Not specified educational services" > 869 "Museums, art galleries,and zoos (84)" > 877 "Religious organizations(866)" > 878 "Welfare services (part 867)" > 879 "Residential welfare facilities (part 867)" > 887 "Nonprofit membership organizations (861-865, 869)" > 888 "Engineering and architectural services (891)" > 889 "Accounting, auditing, and bookkeeping services (893)" > 897 "Miscellaneous professional and related services (892, 899)" > 899 "Professional and related services--allocated" > 907 "Postal service (part 9190)" > 917 "Federal public administration (part 9190, 9490)" > 927 "State public administration (9290)" > 937 "Local public administration (9390)" > ; . *dind: 1979-; . label values dind dind; . label define dind > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ70 is too large for Stata 6; . * if using Stata 7, do d:\sources\occ70.do; . * docc70: 1979-1982; . label values docc70 docc70; . label define docc70 > 0 "Never worked" > 1 "Engineers" > 2 "Physicians, dentists, and related practitioners" > 3 "Health workers, except practitioners" > 4 "Teachers, except college" > 5 "Engineering and science technicians" > 6 "Other professional -- salaried" > 7 "Other professional -- self-employed" > 8 "Salaried -- Manufacturing" > 9 "Salaried -- Other industries" > 10 "Self-employed -- retail trade" > 11 "Self-employed -- other industries" > 12 "Retail trade" > 13 "Other" > 14 "Bookkeepers" > 15 "Office machine operators" > 16 "Stenographers, typists, and secretaries" > 17 "Other clerical workers" > 18 "Carpenters" > 19 "Other construction craftsmen" > 20 "Foremen (n.e.c)" > 21 "Machinists and job setters" > 22 "Metal craftsmen, except mechanics and job setters" > 23 "Mechanics -- auto" > 24 "Mechanics, except auto" > 25 "All other craftsmen" > 26 "Mine workers" > 27 "Motor vehicles and equipment" > 28 "Other durable goods" > 29 "Nondurable goods" > 30 "All other" > 31 "Drivers and deliverymen" > 32 "All others" > 33 "Construction" > 34 "Manufacturing" > 35 "All other" > 36 "Private household workers" > 37 "Cleaning service" > 38 "Food service" > 39 "Health service" > 40 "Personal service" > 41 "Protective service" > 42 "Farmers and farm managers" > 43 "Paid laborers and foremen" > 44 "Unpaid family laborers" > ; . * eligible: 1979:5-; . label values eligible eligible; . label define eligible > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1979-1988; . label values activlwr activlwr; . label define activlwr > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Other/Retired" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw doinglw; . label define doinglw > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * uhours35 1979-1993; . label values uhours35 uhours35; . label define uhours35 > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw reasonlw; . label define reasonlw > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw absentlw; . label define absentlw > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw why35lw; . label define why35lw > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt79: 1979-1988; . label values ftpt79 ftpt79; . label define ftpt79 > 0 "Not In Labor Force" > 1 "Employed full-time" > 2 "Part-time For Economic Reasons" > 3 "Unemployed FT" > 4 "Employed PT" > 5 "Unemployed PT" > ; . * ptstat: 1979-1988; . label values ptstat ptstat; . label define ptstat > 0 "All other" > 5 "Voluntary part-time workers" > 6 "Part-time for economic reasons" > ; . ** prunecat 1979-1988 ; . label values prunecat prunecat; . label define prunecat > 0 "Not unemployed" > 1 "Less than 5 weeks" > 2 "5 and 6 weeks" > 3 "7 and 10 weeks" > 4 "11 and 14 weeks" > 5 "15 and 26 weeks" > 6 "27 and 39 weeks" > 7 "40 and 51 weeks" > 8 "52 weeks and over" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg80.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- minsamp | 385,941 5.993952 1.999993 4 8 intmonth | 385,941 6.520352 3.451041 1 12 hhid | 0 state | 385,941 53.65797 26.22837 11 95 smsarank | 385,941 4.952438 10.35042 0 57 -------------+--------------------------------------------------------- hurespli | 384,437 1.724842 .8655109 1 7 hhnum | 385,941 1.095427 .3394733 1 7 activlwr | 385,941 2.868309 2.195859 1 7 hourslw | 216,132 38.49966 14.02785 1 99 reasonlw | 56,568 10.2814 3.87557 1 15 -------------+--------------------------------------------------------- absentlw | 17,884 3.587956 2.610534 1 8 classer | 295,667 1.39462 .7447079 1 5 ind70 | 293,556 548.5152 293.3144 17 937 occ70 | 293,588 483.7522 279.7016 1 984 lineno | 385,941 1.813052 1.107123 0 34 -------------+--------------------------------------------------------- relahh | 385,941 2.420963 1.286907 1 6 age | 385,941 41.92563 18.59812 16 99 marital | 385,941 2.854579 2.498263 1 7 race | 385,941 1.150461 .4314305 1 3 sex | 385,941 1.530954 .4990416 1 2 -------------+--------------------------------------------------------- veteran | 181,575 4.781683 1.813426 1 6 gradeat | 385,941 12.04736 3.097579 0 18 gradecp | 385,941 1.235577 .4243597 1 2 esr | 385,941 2.60345 2.077903 1 7 weight | 385,941 1275.922 668.2015 2.08 10839.98 -------------+--------------------------------------------------------- smsastat | 318,762 1.348109 .4763716 1 2 centcity | 308,326 2.075959 .798785 1 3 ethnic | 385,132 7.801907 1.092797 1 9 ptstat | 385,941 .611951 1.779153 0 6 ftpt79 | 385,941 1.034845 1.207248 0 5 -------------+--------------------------------------------------------- prunecat | 385,941 .1247211 .7189561 0 8 agri | 385,941 .026745 .1613375 0 1 docc70 | 385,941 13.26434 13.90906 0 44 doinglw | 385,329 2.931747 2.329072 1 8 hourslwa | 215,310 38.48037 14.04136 -9 99 -------------+--------------------------------------------------------- uhours35 | 55,751 1.668436 .4707793 1 2 why35lw | 55,937 10.28611 3.871961 1 15 class | 293,588 2.015586 1.803881 1 8 uhours | 197,735 37.91396 10.98058 -9 99 paidhr | 196,925 1.414615 .4926567 1 2 -------------+--------------------------------------------------------- earnhr | 99,013 555.2978 301.2927 1 9999 uearnwk | 168,938 252.6285 168.7646 -99 999 earnwt | 385,941 5215.409 2736.843 8.36 44499.5 eligible | 385,941 1.483162 .499717 1 2 uhourse | 199,469 37.94065 10.89433 0 99 -------------+--------------------------------------------------------- paidhre | 199,469 1.413172 .4924044 1 2 earnhre | 117,054 560.8108 297.8469 50 9999 earnwke | 199,469 256.7321 169.7244 0 999 I25a | 385,941 .0102295 .1006227 0 1 I25b | 385,941 .0125356 .1112586 0 1 -------------+--------------------------------------------------------- I25c | 385,941 .04033 .1967323 0 1 I25d | 385,941 .0818545 .2741432 0 1 uearnwke | 117,054 212.3484 134.9266 0 999 recnum | 385,941 202375.6 116756.3 1 404447 year | 385,941 1980 0 1980 1980 -------------+--------------------------------------------------------- ym_file | 385,941 245.5204 3.451041 240 251 ym | 385,941 236.5385 6.91633 225 248 smsa70 | 118,030 1.611794 .487344 1 2 dind | 293,556 29.32555 14.30962 1 52 . aef2 1981 81 79_83 79_82 dct_name aef79_83.dbd raw_name=../raw/morg81 (0 observations deleted) obs 419016 # of persons with age<=15 16388 # of non-interview records 38644 Age | Freq. Percent Cum. ------------+----------------------------------- 14 | 8,052 1.92 1.92 15 | 8,336 1.99 3.91 16 | 8,860 2.11 6.03 17 | 9,088 2.17 8.19 18 | 8,850 2.11 10.31 19 | 8,289 1.98 12.28 20 | 8,391 2.00 14.29 21 | 8,501 2.03 16.32 22 | 8,170 1.95 18.27 23 | 8,433 2.01 20.28 24 | 8,610 2.05 22.33 25 | 8,341 1.99 24.32 26 | 8,468 2.02 26.34 27 | 8,449 2.02 28.36 28 | 8,280 1.98 30.34 29 | 8,101 1.93 32.27 30 | 8,073 1.93 34.20 31 | 7,751 1.85 36.05 32 | 7,578 1.81 37.86 33 | 7,785 1.86 39.71 34 | 7,844 1.87 41.59 35 | 6,390 1.53 43.11 36 | 6,134 1.46 44.57 37 | 6,112 1.46 46.03 38 | 6,285 1.50 47.53 39 | 5,777 1.38 48.91 40 | 5,598 1.34 50.25 41 | 5,152 1.23 51.48 42 | 5,078 1.21 52.69 43 | 4,905 1.17 53.86 44 | 4,853 1.16 55.02 45 | 4,803 1.15 56.16 46 | 4,831 1.15 57.32 47 | 4,644 1.11 58.43 48 | 4,590 1.10 59.52 49 | 4,662 1.11 60.63 50 | 5,087 1.21 61.85 51 | 4,955 1.18 63.03 52 | 4,961 1.18 64.21 53 | 5,034 1.20 65.42 54 | 4,945 1.18 66.60 55 | 5,129 1.22 67.82 56 | 5,057 1.21 69.03 57 | 5,046 1.20 70.23 58 | 4,878 1.16 71.39 59 | 4,729 1.13 72.52 60 | 4,878 1.16 73.69 61 | 4,484 1.07 74.76 62 | 4,457 1.06 75.82 63 | 4,368 1.04 76.86 64 | 4,070 0.97 77.84 65 | 4,125 0.98 78.82 66 | 4,010 0.96 79.78 67 | 3,914 0.93 80.71 68 | 3,706 0.88 81.60 69 | 3,308 0.79 82.38 70 | 3,421 0.82 83.20 71 | 3,119 0.74 83.95 72 | 2,953 0.70 84.65 73 | 2,821 0.67 85.32 74 | 2,623 0.63 85.95 75 | 2,483 0.59 86.54 76 | 2,222 0.53 87.07 77 | 2,070 0.49 87.57 78 | 1,838 0.44 88.00 79 | 1,634 0.39 88.39 80 | 1,662 0.40 88.79 81 | 1,414 0.34 89.13 82 | 1,130 0.27 89.40 83 | 1,043 0.25 89.65 84 | 871 0.21 89.86 85 | 785 0.19 90.04 86 | 680 0.16 90.21 87 | 569 0.14 90.34 88 | 476 0.11 90.45 89 | 343 0.08 90.54 90 | 296 0.07 90.61 91 | 221 0.05 90.66 92 | 142 0.03 90.69 93 | 95 0.02 90.72 94 | 88 0.02 90.74 95 | 55 0.01 90.75 96 | 45 0.01 90.76 97 | 26 0.01 90.77 98 | 14 0.00 90.77 99 | 28 0.01 90.78 . | 38,644 9.22 100.00 ------------+----------------------------------- Total | 419,016 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- . | 38,644 100.00 100.00 ------------+----------------------------------- Total | 38,644 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- 14 | 8,052 49.13 49.13 15 | 8,336 50.87 100.00 ------------+----------------------------------- Total | 16,388 100.00 (16,388 observations deleted) (38,644 observations deleted) obs 363984 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (181,500 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (182,484 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (58,688 real changes made, 58,688 to missing) replace centcity = . if centcity==4 | centcity<=0 (67,882 real changes made, 67,882 to missing) replace smsasize=. if smsasize<=0 generate byte smsa70 = smsasize (249,176 missing values generated) drop smsasize drop unioncov unionmme occ80 ind80 Demography if 1981 > 1983 & 1981 < 1989 { (363,984 real changes made) (85,040 real changes made) Employment docc80 ** The renaming is part of the Census reweighting ; docc00 553 dind (88,283 missing values generated) (dind: 275701 changes made) Wages (0 real changes made) (0 real changes made) (989 real changes made, 989 to missing) (0 real changes made) (0 real changes made) (177,061 real changes made) (360,601 real changes made) (359,836 real changes made) (350,091 real changes made) (335,512 real changes made) (0 real changes made) Hours, Unions variable ym_file was float now int variable ym was float now int variable dind was float now byte (2,547,888 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp minsamp; . label define minsamp > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth intmonth; . label define intmonth > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * state: 1979-; . label values state state; . label define state > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat smsastat; . label define smsastat > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity centcity; . label define centcity > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa70: 1979-1985:6; . label values smsa70 smsa70; . label define smsa70 > 1 "3 million plus" > 2 "1-3 million" > 3 "Not identifiable" > ; . * smsarank: 1979-1985:6; . label values smsarank smsarank; . label define smsarank > 0 "Not listed below" > 1 "New York City" > 2 "Los Angeles" > 3 "Chicago" > 4 "Philadelphia" > 5 "Detroit" > 6 "San Francisco-Oakland" > 7 "Washington D.C." > 8 "Boston" > 9 "Nassau-Suffolk, NY" > 10 "Pittsburgh" > 11 "St. Louis" > 12 "Baltimore" > 13 "Cleveland" > 14 "Houston" > 15 "Newark" > 16 "Minneapolis-St. Paul" > 17 "Dallas" > 18 "Seattle-Everett" > 19 "Anaheim-Santa Anna-Garden Grove" > 20 "Milwaukee" > 21 "Atlanta" > 22 "Cincinnati" > 23 "Patterson-Clifton-Passaic" > 24 "San Diego" > 25 "Buffalo" > 26 "Miami" > 27 "Kansas City" > 28 "Denver" > 29 "San Bernardino-Riverside-Ontario" > 30 "Indianapolis" > 31 "San Jose" > 32 "New Orleans" > 33 "Tampa-St. Petersburg" > 34 "Portland" > 36 "Columbus, OH" > 38 "Rochester" > 42 "Sacramento" > 44 "Fort Worth" > 45 "Birmingham, AL" > 46 "Albany-Schenectady-Troy" > 48 "Norfold-Portsmouth, VA" > 49 "Akron, OH" > 53 "Gary-Hammond-East Chicago" > 57 "Greensboro-Winston-Salem-High Point" > ; . * icntcity goes here; . * sex: 1979-; . label values sex sex; . label define sex > 1 "Male" > 2 "Female" > ; . * race: 1979-1988; . label values race race; . label define race > 1 "White" > 2 "Black" > 3 "Other" > ; . * ethnic: 1979-; . label values ethnic ethnic; . label define ethnic > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital marital; . label define marital > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * veteran: 1979-; . label values veteran veteran; . label define veteran > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * gradecp: 1979-1991; . label values gradecp gradecp; . label define gradecp > 1 "Yes" > 2 "No" > ; . * relahh: 1979-1988; . label values relahh relahh; . label define relahh > 1 "Head with other relatives" > 2 "Head with no other relatives" > 3 "Wife of head" > 4 "Other relative of head" > 5 "Non-relative of head with own relatives (includes wife)" > 6 "Non-relative of head with no own relatives" > ; . * paidhr: 1979-; . label values paidhr paidhr; . label define paidhr > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre paidhre; . label define paidhre > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a I25a; . label define I25a > 0 "No Change" > 1 "Allocated" > ; . * I25b: 1979-; . label values I25b I25b; . label define I25b > 0 "No Change" > 1 "Allocated" > ; . * I25c: 1979-1993; . label values I25c I25c; . label define I25c > 0 "No Change" > 1 "Allocated" > ; . * I25d: 1979-1993; . label values I25d I25d; . label define I25d > 0 "No Change" > 1 "Allocated" > ; . * class: 1979-1993; . label values class class; . label define class > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1979-1988; . label values classer classer; . label define classer > 1 "Private" > 2 "Government" > 3 "Self-Employed" > 4 "Without Pay" > 5 "Never worked or never worked full-time" > ; . * esr: 1979-1988; . label values esr esr; . label define esr > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-Looking" > 4 "Housework" > 5 "School" > 6 "Unable to work/Disabled" > 7 "Other (Includes Retired)" > ; . * ind70: 1979-1982; . label values ind70 ind70; . label define ind70 > 17 "Agricultural production (01)" > 18 "Agricultural services, except horticultural (07 except 0713 and 073)" > 19 "Horticultural services (073)" > 27 "Forestry (08)" > 28 "Fisheries (09)" > 29 "Agriculture, forestry, and fisheries--allocated" > 47 "Metal mining (10)" > 48 "Coal mining (11, 12)" > 49 "Crude petroleum and natural gas extractions (13)" > 57 "Nonmetallic mining and quarrying, except fuel (14)" > 58 "Mining--allocated" > 67 "General building contractors (15)" > 68 "General contractors, except building (16)" > 69 "Special trade contractors (17)" > 77 "Not specified construction" > 78 "Construction--allocated" > 107 "Logging (241)" > 108 "Sawmills, planing mills, and mill work (242, 243)" > 109 "Miscellaneous wood products (244,249)" > 118 "Furniture and fixtures (25)" > 119 "Glass and glass products (321-323)" > 127 "Cement, concrete, gypsum, and plaster products (324, 327)" > 128 "Structural clay products (325)" > 137 "Pottery and related products (326)" > 138 "Miscellaneous nonmetallic mineral and stone products (328, 329)" > 139 "Blast furnaces, steel works, rolling and finishing mills (3312,3313)" > 147 "Other primary iron and steel industries (3315-3317, 332, 3391, part 3399)" > 148 "Primary aluminum industries (3334, part 334, 3352, 3361, part 3392,part3399" > 149 "Other primary nonferrous industries (3331-3333, 3339, part 334, 3351,3356, 3357, 3362, 3 > 369, part 3392, part 3399)" > 157 "Cutlery, hand tools, and other hardware (342)" > 158 "Fabricated structural metal products (344)" > 159 "Screw machine products (345)" > 167 "Metal stamping (346)" > 168 "Miscellaneous fabricated metal products (341, 343, 347, 348, 349)" > 169 "Not specified metal industries" > 177 "Engines and turbines (351)" > 178 "Farm machinery and equipment (352)" > 179 "Construction and material handling machines (353)" > 187 "Metalworking machinery (354)" > 188 "Office and accounting machines (357 except 3573)" > 189 "Electronic computing equipment (3573)" > 197 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 198 "Not specified machinery" > 199 "Household appliances (363)" > 207 "Radio, T.V., and communication equipment (365, 366)" > 208 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 209 "Not specified electrical machinery, equipment, and supplies" > 219 "Motor vehicles and motor vehicle equipment (371)" > 227 "Aircraft and parts (372)" > 228 "Ship and boat building and repairing (373)" > 229 "Railroad locomotives and equipment (374)" > 237 "Mobile dwellings and campers (3791)" > 238 "Cycles and miscellaneous transportation equipment (375, 3799)" > 239 "Scientific and controlling instruments (381, 382)" > 247 "Optical and health services supplies (383, 384, 385)" > 248 "Photographic equipment and supplies (386)" > 249 "Watches, clocks, and clockwork-operated devices (387)" > 257 "Not specified professional equipment" > 258 "Ordnance (19)***" > 259 "Miscellaneous manufacturing industries (39)" > 267 "Manufacturing, durable goods--allocated" > 268 "Meat products (201)" > 269 "Dairy products (202)" > 278 "Canning and preserving fruits, vegetables, and sea foods (203)" > 279 "Grain-mill products (204, 0713)" > 287 "Bakery products (205)" > 288 "Confectionery and related products (207)" > 289 "Beverage industries (208)" > 297 "Miscellaneous food preparation and kindred products (206,209)" > 298 "Not specified food industries" > 299 "Tobacco manufactures (21)" > 307 "Knitting mills (225)" > 308 "Dyeing and finishing textiles, except wool and knit goods (226)" > 309 "Floor coverings, except hard surface (227)" > 317 "Yarn, thread, and fabric mills (221-224, 228)" > 318 "Miscellaneous textile mill products (229)" > 319 "Apparel and accessories (231-238)" > 327 "Miscellaneous fabricated textile products (239)" > 328 "Pulp, paper, and paperboard mills (261-263, 266)" > 329 "Miscellaneous paper and pulp products (264)" > 337 "Paperboard containers and boxes (265)" > 338 "Newspaper publishing and printing (271)" > 339 "Printing, publishing, and allied industries, except newspapers (272-279)" > 347 "Industrial chemicals (281)" > 348 "Plastics, synthetics and resins, except fibers (282, except 2823 and 2824)" > 349 "Synthetic fibers (2823, 2824)" > 357 "Drugs and medicines (283)" > 358 "Soaps and cosmetics (284)" > 359 "Paints, varnishes, and related products (285)" > 367 "Agricultural chemicals (287)" > 368 "Miscellaneous chemicals (286, 289)" > 369 "Not specified chemicals and allied products" > 377 "Petroleum refining (291)" > 378 "Miscellaneous petroleum and coal products (295, 299)" > 379 "Rubber products (301-303, 306)" > 387 "Miscellaneous plastic products (307)" > 388 "Tanned, curried, and finished leather (311)" > 389 "Footwear, except rubber (313, 314)" > 397 "Leather products, except footwear (312, 315-317, 319)" > 399 "Manufacturing, nondurable goods--allocated" > 398 "NOT SPECIFIED MANUFACTURING INDUSTRIES" > 407 "Railroads and railway express service (40)" > 408 "Street railways and bus lines (411, 413-415, 417)" > 409 "Taxicab service (412)" > 417 "Trucking service (421,423)" > 418 "Warehousing and storage (422)" > 419 "Water transportation (44)" > 427 "Air transportation (45)" > 428 "Pipe lines, except natural gas (46)" > 429 "Services incidental to transportation (47)" > 447 "Radio broadcasting and television (483)" > 448 "Telephone (wire and radio) (481)" > 449 "Telegraph and miscellaneous communication services (482, 489)" > 467 "Electric light and power (491)" > 468 "Electric-gas utilities (493)" > 469 "Gas and steam supply systems (492, 496)" > 477 "Water supply (494)" > 478 "Sanitary services (495)" > 479 "Other and not specified utilities (497)" > 499 "Transportation, communications, and other public utilities--allocated" > 507 "Motor vehicles and equipment (501)" > 508 "Drugs, chemicals and allied products (502)" > 509 "Dry goods and apparel (503)" > 527 "Food and related products (504)" > 528 "Farm products--raw materials (505)" > 529 "Electrical goods (506)" > 537 "Hardware, plumbing, and heating supplies (507)" > 538 "Not specified electrical and hardware products" > 539 "Machinery equipment and supplies (508)" > 557 "Metals and minerals, n.e.c. (5091)" > 558 "Petroleum products (5092)" > 559 "Scrap and waste materials (5093)" > 567 "Alcoholic beverages (5095)" > 568 "Paper and its products (5096)" > 569 "Lumber and construction materials (5098)" > 587 "Wholesalers, n.e.c. (5094, 5097, 5099)" > 588 "Not specified wholesale trade" > 599 "Wholesale trade--allocated" > 607 "Lumber and building material retailing (521-524)" > 608 "Hardware and farm equipment stores (525)" > 609 "Department and mail order establishments (531, 532)" > 617 "Limited price variety stores (533)" > 618 "Vending machine operators (534)" > 619 "Direct selling establishments (535)" > 627 "Miscellaneous general merchandise stores (539)" > 628 "Grocery stores (541)" > 629 "Dairy products stores (545)" > 637 "Retail bakeries (546)" > 638 "Food stores, n.e.c. (542-544, 549)" > 639 "Motor vehicle dealers (551, 552)" > 647 "Tire, battery, and accessory dealers (553)" > 648 "Gasoline service stations (554)" > 649 "Miscellaneous vehicle dealers (559)" > 657 "Apparel and accessories stores, except shoe stores (56 except 566)" > 658 "Shoe stores (566)" > 667 "Furniture and home furnishings stores (571)" > 668 "Household appliances, TV, and radio stores (572, 573)" > 669 "Eating and drinking places (58)" > 677 "Drug stores (591)" > 678 "Liquor stores (592)" > 679 "Farm and garden supply stores (596)" > 687 "Jewelry stores (597)" > 688 "Fuel and ice dealers (598)" > 689 "Retail florists (5992)" > 697 "Miscellaneous retail stores (593-595, 599 exc. 5992)" > 698 "Not specified retail trade" > 699 "Retail trade--allocated" > 707 "Banking (60)" > 708 "Credit agencies (61)" > 709 "Security, commodity brokerage, and investment companies (62, 67)" > 717 "Insurance (63, 64)" > 718 "Real estate, incl. real estate-insurance-law offices (65, 66)" > 719 "Finance, insurance, and real estate--allocated" > 727 "Advertising (731)" > 728 "Services to dwellings and other buildings (734)" > 729 "Commercial research, development, and testing labs (7391, 7397)" > 737 "Employment and temporary help agencies (736, 7398)" > 738 "Business management and consulting services (part 7392)" > 739 "Computer programing services (part 7392)" > 747 "Detective and protective services (7393)" > 748 "Business services, n.e.c. (732, 733, 735, 7394, 7395, 7396, 7399)" > 749 "Automobile services, except repair (751, 752, 754)" > 757 "Automobile repair and related services (753)" > 758 "Electrical repair shops (762, 7694)" > 759 "Miscellaneous repair services (763, 764, 769, except 7694)" > 767 "Business and repair services--allocated" > 769 "Private households (88)" > 777 "Hotels and motels (701)" > 778 "Lodging places, except hotels and motels (702, 703, 704)" > 779 "Laundering, cleaning, and other garment services (721, 727)" > 787 "Beauty shops (723)" > 788 "Barber shops (724)" > 789 "Shoe repair shops (725)" > 797 "Dressmaking shops (part 729)" > 798 "Miscellaneous personal services (722, 726, part 729)" > 799 "Personal services--allocated" > 807 "Theaters and motion pictures (78, 792)" > 808 "Bowling alleys, billiard and pool parlors (793)" > 809 "Miscellaneous entertainment and recreation services (791, 794)" > 817 "Entertainment and recreation services--allocated" > 828 "Offices of physicians (801, 803)" > 829 "Offices of dentists (802)" > 837 "Offices of chiropractors (804)" > 838 "Hospitals (806)" > 839 "Convalescent institutions (8092)" > 847 "Offices of health practitioners, n.e.c. (part 8099)" > 848 "Health services, n.e.c. (807, part 8099)" > 849 "Legal services (81)" > 857 "Elementary and secondary schools (821)" > 858 "Colleges and universities (822)" > 859 "Libraries (823)" > 867 "Educational services, n.e.c. (824, 829)" > 868 "Not specified educational services" > 869 "Museums, art galleries,and zoos (84)" > 877 "Religious organizations(866)" > 878 "Welfare services (part 867)" > 879 "Residential welfare facilities (part 867)" > 887 "Nonprofit membership organizations (861-865, 869)" > 888 "Engineering and architectural services (891)" > 889 "Accounting, auditing, and bookkeeping services (893)" > 897 "Miscellaneous professional and related services (892, 899)" > 899 "Professional and related services--allocated" > 907 "Postal service (part 9190)" > 917 "Federal public administration (part 9190, 9490)" > 927 "State public administration (9290)" > 937 "Local public administration (9390)" > ; . *dind: 1979-; . label values dind dind; . label define dind > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ70 is too large for Stata 6; . * if using Stata 7, do d:\sources\occ70.do; . * docc70: 1979-1982; . label values docc70 docc70; . label define docc70 > 0 "Never worked" > 1 "Engineers" > 2 "Physicians, dentists, and related practitioners" > 3 "Health workers, except practitioners" > 4 "Teachers, except college" > 5 "Engineering and science technicians" > 6 "Other professional -- salaried" > 7 "Other professional -- self-employed" > 8 "Salaried -- Manufacturing" > 9 "Salaried -- Other industries" > 10 "Self-employed -- retail trade" > 11 "Self-employed -- other industries" > 12 "Retail trade" > 13 "Other" > 14 "Bookkeepers" > 15 "Office machine operators" > 16 "Stenographers, typists, and secretaries" > 17 "Other clerical workers" > 18 "Carpenters" > 19 "Other construction craftsmen" > 20 "Foremen (n.e.c)" > 21 "Machinists and job setters" > 22 "Metal craftsmen, except mechanics and job setters" > 23 "Mechanics -- auto" > 24 "Mechanics, except auto" > 25 "All other craftsmen" > 26 "Mine workers" > 27 "Motor vehicles and equipment" > 28 "Other durable goods" > 29 "Nondurable goods" > 30 "All other" > 31 "Drivers and deliverymen" > 32 "All others" > 33 "Construction" > 34 "Manufacturing" > 35 "All other" > 36 "Private household workers" > 37 "Cleaning service" > 38 "Food service" > 39 "Health service" > 40 "Personal service" > 41 "Protective service" > 42 "Farmers and farm managers" > 43 "Paid laborers and foremen" > 44 "Unpaid family laborers" > ; . * eligible: 1979:5-; . label values eligible eligible; . label define eligible > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1979-1988; . label values activlwr activlwr; . label define activlwr > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Other/Retired" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw doinglw; . label define doinglw > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * uhours35 1979-1993; . label values uhours35 uhours35; . label define uhours35 > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw reasonlw; . label define reasonlw > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw absentlw; . label define absentlw > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw why35lw; . label define why35lw > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt79: 1979-1988; . label values ftpt79 ftpt79; . label define ftpt79 > 0 "Not In Labor Force" > 1 "Employed full-time" > 2 "Part-time For Economic Reasons" > 3 "Unemployed FT" > 4 "Employed PT" > 5 "Unemployed PT" > ; . * ptstat: 1979-1988; . label values ptstat ptstat; . label define ptstat > 0 "All other" > 5 "Voluntary part-time workers" > 6 "Part-time for economic reasons" > ; . ** prunecat 1979-1988 ; . label values prunecat prunecat; . label define prunecat > 0 "Not unemployed" > 1 "Less than 5 weeks" > 2 "5 and 6 weeks" > 3 "7 and 10 weeks" > 4 "11 and 14 weeks" > 5 "15 and 26 weeks" > 6 "27 and 39 weeks" > 7 "40 and 51 weeks" > 8 "52 weeks and over" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg81.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- minsamp | 363,984 6.005407 1.999995 4 8 intmonth | 363,984 6.390427 3.479246 1 12 hhid | 0 state | 363,984 53.41301 26.16066 11 95 smsarank | 363,984 5.114824 10.47965 0 57 -------------+--------------------------------------------------------- hurespli | 362,842 1.720608 .8644023 1 7 hhnum | 363,984 1.091317 .3339931 1 7 activlwr | 363,984 2.901108 2.223085 1 7 hourslw | 203,238 38.06018 13.91941 1 99 reasonlw | 58,654 9.899632 3.85213 1 15 -------------+--------------------------------------------------------- absentlw | 16,093 3.637979 2.650431 1 8 classer | 277,842 1.38844 .7440087 1 5 ind70 | 275,701 551.4165 291.868 17 937 occ70 | 275,768 480.9712 280.1837 1 984 lineno | 363,984 1.812363 1.105825 0 34 -------------+--------------------------------------------------------- relahh | 363,984 2.420365 1.285449 1 6 age | 363,984 42.01484 18.57653 16 99 marital | 363,984 2.871975 2.50014 1 7 race | 363,984 1.154534 .4380307 1 3 sex | 363,984 1.530537 .4990673 1 2 -------------+--------------------------------------------------------- veteran | 171,124 4.807549 1.802343 1 6 gradeat | 363,984 12.09262 3.088726 0 18 gradecp | 363,984 1.233716 .4231944 1 2 esr | 363,984 2.624415 2.098625 1 7 weight | 363,984 1402.229 685.6873 26.09 9906.14 -------------+--------------------------------------------------------- smsastat | 305,296 1.343047 .4747279 1 2 centcity | 296,102 2.071563 .7941762 1 3 ethnic | 363,139 7.790452 1.123267 1 9 ptstat | 363,984 .6157908 1.781938 0 6 ftpt79 | 363,984 1.041059 1.212307 0 5 -------------+--------------------------------------------------------- prunecat | 363,984 .1426739 .7963008 0 8 agri | 363,984 .0257209 .1583017 0 1 docc70 | 363,984 13.17402 13.87955 0 44 doinglw | 363,409 2.970155 2.364599 1 8 hourslwa | 202,537 38.04049 13.93196 -9 99 -------------+--------------------------------------------------------- uhours35 | 58,006 1.61404 .4868254 1 2 why35lw | 58,116 9.896965 3.85175 1 15 class | 275,889 2.0039 1.798595 1 8 uhours | 184,917 37.79928 10.91721 -8 99 paidhr | 184,021 1.414616 .4926569 1 2 -------------+--------------------------------------------------------- earnhr | 93,421 604.084 326.0624 1 9900 uearnwk | 159,088 274.8988 182.9045 -99 999 earnwt | 363,984 5608.774 2754.411 114.46 40008.34 eligible | 363,984 1.486453 .4998171 1 2 uhourse | 186,923 37.81842 10.85401 0 99 -------------+--------------------------------------------------------- paidhre | 186,923 1.413363 .4924381 1 2 earnhre | 109,656 608.4292 322.6415 50 9900 earnwke | 186,923 278.7924 183.6497 0 999 I25a | 363,984 .0092944 .0959583 0 1 I25b | 363,984 .0113961 .1061427 0 1 -------------+--------------------------------------------------------- I25c | 363,984 .0381693 .191605 0 1 I25d | 363,984 .0782232 .2685229 0 1 uearnwke | 109,656 229.7955 146.6328 0 999 recnum | 363,984 209636 121036.7 9 419016 year | 363,984 1981 0 1981 1981 -------------+--------------------------------------------------------- ym_file | 363,984 257.3904 3.479246 252 263 ym | 363,984 248.3742 6.945535 237 260 smsa70 | 114,808 1.608512 .4880853 1 2 dind | 275,701 29.44118 14.22292 1 52 . aef2 1982 82 79_83 79_82 dct_name aef79_83.dbd raw_name=../raw/morg82 (0 observations deleted) obs 504547 # of persons with age<=15 117060 # of non-interview records 36464 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 7,268 1.44 1.44 1 | 7,504 1.49 2.93 2 | 7,574 1.50 4.43 3 | 7,395 1.47 5.89 4 | 7,087 1.40 7.30 5 | 7,005 1.39 8.69 6 | 6,865 1.36 10.05 7 | 6,690 1.33 11.37 8 | 6,677 1.32 12.70 9 | 6,954 1.38 14.08 10 | 7,525 1.49 15.57 11 | 7,790 1.54 17.11 12 | 7,899 1.57 18.68 13 | 7,646 1.52 20.19 14 | 7,474 1.48 21.67 15 | 7,707 1.53 23.20 16 | 7,853 1.56 24.76 17 | 8,243 1.63 26.39 18 | 8,358 1.66 28.05 19 | 8,016 1.59 29.64 20 | 8,011 1.59 31.22 21 | 8,034 1.59 32.82 22 | 8,057 1.60 34.41 23 | 7,869 1.56 35.97 24 | 7,957 1.58 37.55 25 | 8,270 1.64 39.19 26 | 8,001 1.59 40.77 27 | 8,119 1.61 42.38 28 | 7,945 1.57 43.96 29 | 7,811 1.55 45.51 30 | 7,803 1.55 47.05 31 | 7,575 1.50 48.55 32 | 7,345 1.46 50.01 33 | 7,113 1.41 51.42 34 | 7,452 1.48 52.90 35 | 7,585 1.50 54.40 36 | 5,927 1.17 55.58 37 | 5,898 1.17 56.74 38 | 5,732 1.14 57.88 39 | 5,727 1.14 59.02 40 | 5,545 1.10 60.11 41 | 5,139 1.02 61.13 42 | 4,986 0.99 62.12 43 | 4,907 0.97 63.09 44 | 4,700 0.93 64.03 45 | 4,761 0.94 64.97 46 | 4,620 0.92 65.88 47 | 4,500 0.89 66.78 48 | 4,482 0.89 67.66 49 | 4,336 0.86 68.52 50 | 4,721 0.94 69.46 51 | 4,712 0.93 70.39 52 | 4,705 0.93 71.33 53 | 4,683 0.93 72.25 54 | 4,752 0.94 73.20 55 | 4,794 0.95 74.15 56 | 4,882 0.97 75.11 57 | 4,803 0.95 76.07 58 | 4,765 0.94 77.01 59 | 4,652 0.92 77.93 60 | 4,784 0.95 78.88 61 | 4,493 0.89 79.77 62 | 4,350 0.86 80.63 63 | 4,015 0.80 81.43 64 | 4,088 0.81 82.24 65 | 3,956 0.78 83.02 66 | 3,812 0.76 83.78 67 | 3,676 0.73 84.51 68 | 3,616 0.72 85.22 69 | 3,403 0.67 85.90 70 | 3,276 0.65 86.55 71 | 3,101 0.61 87.16 72 | 2,962 0.59 87.75 73 | 2,707 0.54 88.29 74 | 2,557 0.51 88.79 75 | 2,534 0.50 89.30 76 | 2,186 0.43 89.73 77 | 1,990 0.39 90.12 78 | 1,871 0.37 90.49 79 | 1,686 0.33 90.83 80 | 1,483 0.29 91.12 81 | 1,410 0.28 91.40 82 | 1,245 0.25 91.65 83 | 1,008 0.20 91.85 84 | 896 0.18 92.03 85 | 695 0.14 92.16 86 | 690 0.14 92.30 87 | 539 0.11 92.41 88 | 427 0.08 92.49 89 | 377 0.07 92.57 90 | 280 0.06 92.62 91 | 213 0.04 92.66 92 | 165 0.03 92.70 93 | 125 0.02 92.72 94 | 81 0.02 92.74 95 | 71 0.01 92.75 96 | 35 0.01 92.76 97 | 23 0.00 92.76 98 | 18 0.00 92.77 99 | 33 0.01 92.77 . | 36,464 7.23 100.00 ------------+----------------------------------- Total | 504,547 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- . | 36,464 100.00 100.00 ------------+----------------------------------- Total | 36,464 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 7,268 6.21 6.21 1 | 7,504 6.41 12.62 2 | 7,574 6.47 19.09 3 | 7,395 6.32 25.41 4 | 7,087 6.05 31.46 5 | 7,005 5.98 37.44 6 | 6,865 5.86 43.31 7 | 6,690 5.72 49.02 8 | 6,677 5.70 54.73 9 | 6,954 5.94 60.67 10 | 7,525 6.43 67.10 11 | 7,790 6.65 73.75 12 | 7,899 6.75 80.50 13 | 7,646 6.53 87.03 14 | 7,474 6.38 93.42 15 | 7,707 6.58 100.00 ------------+----------------------------------- Total | 117,060 100.00 (117,060 observations deleted) (36,464 observations deleted) obs 351023 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (174,913 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (176,110 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (53,627 real changes made, 53,627 to missing) replace centcity = . if centcity==4 | centcity<=0 (61,922 real changes made, 61,922 to missing) replace smsasize=. if smsasize<=0 generate byte smsa70 = smsasize (237,789 missing values generated) drop smsasize drop unioncov unionmme occ80 ind80 Demography if 1982 > 1983 & 1982 < 1989 { (351,023 real changes made) (82,295 real changes made) Employment docc80 ** The renaming is part of the Census reweighting ; docc00 553 dind (85,949 missing values generated) (dind: 265074 changes made) Wages (0 real changes made) (0 real changes made) (685 real changes made, 685 to missing) (0 real changes made) (0 real changes made) (175,226 real changes made) (348,192 real changes made) (347,715 real changes made) (339,353 real changes made) (326,914 real changes made) (0 real changes made) Hours, Unions variable ym_file was float now int variable ym was float now int variable dind was float now byte (2,457,161 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp minsamp; . label define minsamp > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth intmonth; . label define intmonth > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * state: 1979-; . label values state state; . label define state > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat smsastat; . label define smsastat > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity centcity; . label define centcity > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa70: 1979-1985:6; . label values smsa70 smsa70; . label define smsa70 > 1 "3 million plus" > 2 "1-3 million" > 3 "Not identifiable" > ; . * smsarank: 1979-1985:6; . label values smsarank smsarank; . label define smsarank > 0 "Not listed below" > 1 "New York City" > 2 "Los Angeles" > 3 "Chicago" > 4 "Philadelphia" > 5 "Detroit" > 6 "San Francisco-Oakland" > 7 "Washington D.C." > 8 "Boston" > 9 "Nassau-Suffolk, NY" > 10 "Pittsburgh" > 11 "St. Louis" > 12 "Baltimore" > 13 "Cleveland" > 14 "Houston" > 15 "Newark" > 16 "Minneapolis-St. Paul" > 17 "Dallas" > 18 "Seattle-Everett" > 19 "Anaheim-Santa Anna-Garden Grove" > 20 "Milwaukee" > 21 "Atlanta" > 22 "Cincinnati" > 23 "Patterson-Clifton-Passaic" > 24 "San Diego" > 25 "Buffalo" > 26 "Miami" > 27 "Kansas City" > 28 "Denver" > 29 "San Bernardino-Riverside-Ontario" > 30 "Indianapolis" > 31 "San Jose" > 32 "New Orleans" > 33 "Tampa-St. Petersburg" > 34 "Portland" > 36 "Columbus, OH" > 38 "Rochester" > 42 "Sacramento" > 44 "Fort Worth" > 45 "Birmingham, AL" > 46 "Albany-Schenectady-Troy" > 48 "Norfold-Portsmouth, VA" > 49 "Akron, OH" > 53 "Gary-Hammond-East Chicago" > 57 "Greensboro-Winston-Salem-High Point" > ; . * icntcity goes here; . * sex: 1979-; . label values sex sex; . label define sex > 1 "Male" > 2 "Female" > ; . * race: 1979-1988; . label values race race; . label define race > 1 "White" > 2 "Black" > 3 "Other" > ; . * ethnic: 1979-; . label values ethnic ethnic; . label define ethnic > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital marital; . label define marital > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * veteran: 1979-; . label values veteran veteran; . label define veteran > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * gradecp: 1979-1991; . label values gradecp gradecp; . label define gradecp > 1 "Yes" > 2 "No" > ; . * relahh: 1979-1988; . label values relahh relahh; . label define relahh > 1 "Head with other relatives" > 2 "Head with no other relatives" > 3 "Wife of head" > 4 "Other relative of head" > 5 "Non-relative of head with own relatives (includes wife)" > 6 "Non-relative of head with no own relatives" > ; . * paidhr: 1979-; . label values paidhr paidhr; . label define paidhr > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre paidhre; . label define paidhre > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a I25a; . label define I25a > 0 "No Change" > 1 "Allocated" > ; . * I25b: 1979-; . label values I25b I25b; . label define I25b > 0 "No Change" > 1 "Allocated" > ; . * I25c: 1979-1993; . label values I25c I25c; . label define I25c > 0 "No Change" > 1 "Allocated" > ; . * I25d: 1979-1993; . label values I25d I25d; . label define I25d > 0 "No Change" > 1 "Allocated" > ; . * class: 1979-1993; . label values class class; . label define class > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1979-1988; . label values classer classer; . label define classer > 1 "Private" > 2 "Government" > 3 "Self-Employed" > 4 "Without Pay" > 5 "Never worked or never worked full-time" > ; . * esr: 1979-1988; . label values esr esr; . label define esr > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-Looking" > 4 "Housework" > 5 "School" > 6 "Unable to work/Disabled" > 7 "Other (Includes Retired)" > ; . * ind70: 1979-1982; . label values ind70 ind70; . label define ind70 > 17 "Agricultural production (01)" > 18 "Agricultural services, except horticultural (07 except 0713 and 073)" > 19 "Horticultural services (073)" > 27 "Forestry (08)" > 28 "Fisheries (09)" > 29 "Agriculture, forestry, and fisheries--allocated" > 47 "Metal mining (10)" > 48 "Coal mining (11, 12)" > 49 "Crude petroleum and natural gas extractions (13)" > 57 "Nonmetallic mining and quarrying, except fuel (14)" > 58 "Mining--allocated" > 67 "General building contractors (15)" > 68 "General contractors, except building (16)" > 69 "Special trade contractors (17)" > 77 "Not specified construction" > 78 "Construction--allocated" > 107 "Logging (241)" > 108 "Sawmills, planing mills, and mill work (242, 243)" > 109 "Miscellaneous wood products (244,249)" > 118 "Furniture and fixtures (25)" > 119 "Glass and glass products (321-323)" > 127 "Cement, concrete, gypsum, and plaster products (324, 327)" > 128 "Structural clay products (325)" > 137 "Pottery and related products (326)" > 138 "Miscellaneous nonmetallic mineral and stone products (328, 329)" > 139 "Blast furnaces, steel works, rolling and finishing mills (3312,3313)" > 147 "Other primary iron and steel industries (3315-3317, 332, 3391, part 3399)" > 148 "Primary aluminum industries (3334, part 334, 3352, 3361, part 3392,part3399" > 149 "Other primary nonferrous industries (3331-3333, 3339, part 334, 3351,3356, 3357, 3362, 3 > 369, part 3392, part 3399)" > 157 "Cutlery, hand tools, and other hardware (342)" > 158 "Fabricated structural metal products (344)" > 159 "Screw machine products (345)" > 167 "Metal stamping (346)" > 168 "Miscellaneous fabricated metal products (341, 343, 347, 348, 349)" > 169 "Not specified metal industries" > 177 "Engines and turbines (351)" > 178 "Farm machinery and equipment (352)" > 179 "Construction and material handling machines (353)" > 187 "Metalworking machinery (354)" > 188 "Office and accounting machines (357 except 3573)" > 189 "Electronic computing equipment (3573)" > 197 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 198 "Not specified machinery" > 199 "Household appliances (363)" > 207 "Radio, T.V., and communication equipment (365, 366)" > 208 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 209 "Not specified electrical machinery, equipment, and supplies" > 219 "Motor vehicles and motor vehicle equipment (371)" > 227 "Aircraft and parts (372)" > 228 "Ship and boat building and repairing (373)" > 229 "Railroad locomotives and equipment (374)" > 237 "Mobile dwellings and campers (3791)" > 238 "Cycles and miscellaneous transportation equipment (375, 3799)" > 239 "Scientific and controlling instruments (381, 382)" > 247 "Optical and health services supplies (383, 384, 385)" > 248 "Photographic equipment and supplies (386)" > 249 "Watches, clocks, and clockwork-operated devices (387)" > 257 "Not specified professional equipment" > 258 "Ordnance (19)***" > 259 "Miscellaneous manufacturing industries (39)" > 267 "Manufacturing, durable goods--allocated" > 268 "Meat products (201)" > 269 "Dairy products (202)" > 278 "Canning and preserving fruits, vegetables, and sea foods (203)" > 279 "Grain-mill products (204, 0713)" > 287 "Bakery products (205)" > 288 "Confectionery and related products (207)" > 289 "Beverage industries (208)" > 297 "Miscellaneous food preparation and kindred products (206,209)" > 298 "Not specified food industries" > 299 "Tobacco manufactures (21)" > 307 "Knitting mills (225)" > 308 "Dyeing and finishing textiles, except wool and knit goods (226)" > 309 "Floor coverings, except hard surface (227)" > 317 "Yarn, thread, and fabric mills (221-224, 228)" > 318 "Miscellaneous textile mill products (229)" > 319 "Apparel and accessories (231-238)" > 327 "Miscellaneous fabricated textile products (239)" > 328 "Pulp, paper, and paperboard mills (261-263, 266)" > 329 "Miscellaneous paper and pulp products (264)" > 337 "Paperboard containers and boxes (265)" > 338 "Newspaper publishing and printing (271)" > 339 "Printing, publishing, and allied industries, except newspapers (272-279)" > 347 "Industrial chemicals (281)" > 348 "Plastics, synthetics and resins, except fibers (282, except 2823 and 2824)" > 349 "Synthetic fibers (2823, 2824)" > 357 "Drugs and medicines (283)" > 358 "Soaps and cosmetics (284)" > 359 "Paints, varnishes, and related products (285)" > 367 "Agricultural chemicals (287)" > 368 "Miscellaneous chemicals (286, 289)" > 369 "Not specified chemicals and allied products" > 377 "Petroleum refining (291)" > 378 "Miscellaneous petroleum and coal products (295, 299)" > 379 "Rubber products (301-303, 306)" > 387 "Miscellaneous plastic products (307)" > 388 "Tanned, curried, and finished leather (311)" > 389 "Footwear, except rubber (313, 314)" > 397 "Leather products, except footwear (312, 315-317, 319)" > 399 "Manufacturing, nondurable goods--allocated" > 398 "NOT SPECIFIED MANUFACTURING INDUSTRIES" > 407 "Railroads and railway express service (40)" > 408 "Street railways and bus lines (411, 413-415, 417)" > 409 "Taxicab service (412)" > 417 "Trucking service (421,423)" > 418 "Warehousing and storage (422)" > 419 "Water transportation (44)" > 427 "Air transportation (45)" > 428 "Pipe lines, except natural gas (46)" > 429 "Services incidental to transportation (47)" > 447 "Radio broadcasting and television (483)" > 448 "Telephone (wire and radio) (481)" > 449 "Telegraph and miscellaneous communication services (482, 489)" > 467 "Electric light and power (491)" > 468 "Electric-gas utilities (493)" > 469 "Gas and steam supply systems (492, 496)" > 477 "Water supply (494)" > 478 "Sanitary services (495)" > 479 "Other and not specified utilities (497)" > 499 "Transportation, communications, and other public utilities--allocated" > 507 "Motor vehicles and equipment (501)" > 508 "Drugs, chemicals and allied products (502)" > 509 "Dry goods and apparel (503)" > 527 "Food and related products (504)" > 528 "Farm products--raw materials (505)" > 529 "Electrical goods (506)" > 537 "Hardware, plumbing, and heating supplies (507)" > 538 "Not specified electrical and hardware products" > 539 "Machinery equipment and supplies (508)" > 557 "Metals and minerals, n.e.c. (5091)" > 558 "Petroleum products (5092)" > 559 "Scrap and waste materials (5093)" > 567 "Alcoholic beverages (5095)" > 568 "Paper and its products (5096)" > 569 "Lumber and construction materials (5098)" > 587 "Wholesalers, n.e.c. (5094, 5097, 5099)" > 588 "Not specified wholesale trade" > 599 "Wholesale trade--allocated" > 607 "Lumber and building material retailing (521-524)" > 608 "Hardware and farm equipment stores (525)" > 609 "Department and mail order establishments (531, 532)" > 617 "Limited price variety stores (533)" > 618 "Vending machine operators (534)" > 619 "Direct selling establishments (535)" > 627 "Miscellaneous general merchandise stores (539)" > 628 "Grocery stores (541)" > 629 "Dairy products stores (545)" > 637 "Retail bakeries (546)" > 638 "Food stores, n.e.c. (542-544, 549)" > 639 "Motor vehicle dealers (551, 552)" > 647 "Tire, battery, and accessory dealers (553)" > 648 "Gasoline service stations (554)" > 649 "Miscellaneous vehicle dealers (559)" > 657 "Apparel and accessories stores, except shoe stores (56 except 566)" > 658 "Shoe stores (566)" > 667 "Furniture and home furnishings stores (571)" > 668 "Household appliances, TV, and radio stores (572, 573)" > 669 "Eating and drinking places (58)" > 677 "Drug stores (591)" > 678 "Liquor stores (592)" > 679 "Farm and garden supply stores (596)" > 687 "Jewelry stores (597)" > 688 "Fuel and ice dealers (598)" > 689 "Retail florists (5992)" > 697 "Miscellaneous retail stores (593-595, 599 exc. 5992)" > 698 "Not specified retail trade" > 699 "Retail trade--allocated" > 707 "Banking (60)" > 708 "Credit agencies (61)" > 709 "Security, commodity brokerage, and investment companies (62, 67)" > 717 "Insurance (63, 64)" > 718 "Real estate, incl. real estate-insurance-law offices (65, 66)" > 719 "Finance, insurance, and real estate--allocated" > 727 "Advertising (731)" > 728 "Services to dwellings and other buildings (734)" > 729 "Commercial research, development, and testing labs (7391, 7397)" > 737 "Employment and temporary help agencies (736, 7398)" > 738 "Business management and consulting services (part 7392)" > 739 "Computer programing services (part 7392)" > 747 "Detective and protective services (7393)" > 748 "Business services, n.e.c. (732, 733, 735, 7394, 7395, 7396, 7399)" > 749 "Automobile services, except repair (751, 752, 754)" > 757 "Automobile repair and related services (753)" > 758 "Electrical repair shops (762, 7694)" > 759 "Miscellaneous repair services (763, 764, 769, except 7694)" > 767 "Business and repair services--allocated" > 769 "Private households (88)" > 777 "Hotels and motels (701)" > 778 "Lodging places, except hotels and motels (702, 703, 704)" > 779 "Laundering, cleaning, and other garment services (721, 727)" > 787 "Beauty shops (723)" > 788 "Barber shops (724)" > 789 "Shoe repair shops (725)" > 797 "Dressmaking shops (part 729)" > 798 "Miscellaneous personal services (722, 726, part 729)" > 799 "Personal services--allocated" > 807 "Theaters and motion pictures (78, 792)" > 808 "Bowling alleys, billiard and pool parlors (793)" > 809 "Miscellaneous entertainment and recreation services (791, 794)" > 817 "Entertainment and recreation services--allocated" > 828 "Offices of physicians (801, 803)" > 829 "Offices of dentists (802)" > 837 "Offices of chiropractors (804)" > 838 "Hospitals (806)" > 839 "Convalescent institutions (8092)" > 847 "Offices of health practitioners, n.e.c. (part 8099)" > 848 "Health services, n.e.c. (807, part 8099)" > 849 "Legal services (81)" > 857 "Elementary and secondary schools (821)" > 858 "Colleges and universities (822)" > 859 "Libraries (823)" > 867 "Educational services, n.e.c. (824, 829)" > 868 "Not specified educational services" > 869 "Museums, art galleries,and zoos (84)" > 877 "Religious organizations(866)" > 878 "Welfare services (part 867)" > 879 "Residential welfare facilities (part 867)" > 887 "Nonprofit membership organizations (861-865, 869)" > 888 "Engineering and architectural services (891)" > 889 "Accounting, auditing, and bookkeeping services (893)" > 897 "Miscellaneous professional and related services (892, 899)" > 899 "Professional and related services--allocated" > 907 "Postal service (part 9190)" > 917 "Federal public administration (part 9190, 9490)" > 927 "State public administration (9290)" > 937 "Local public administration (9390)" > ; . *dind: 1979-; . label values dind dind; . label define dind > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ70 is too large for Stata 6; . * if using Stata 7, do d:\sources\occ70.do; . * docc70: 1979-1982; . label values docc70 docc70; . label define docc70 > 0 "Never worked" > 1 "Engineers" > 2 "Physicians, dentists, and related practitioners" > 3 "Health workers, except practitioners" > 4 "Teachers, except college" > 5 "Engineering and science technicians" > 6 "Other professional -- salaried" > 7 "Other professional -- self-employed" > 8 "Salaried -- Manufacturing" > 9 "Salaried -- Other industries" > 10 "Self-employed -- retail trade" > 11 "Self-employed -- other industries" > 12 "Retail trade" > 13 "Other" > 14 "Bookkeepers" > 15 "Office machine operators" > 16 "Stenographers, typists, and secretaries" > 17 "Other clerical workers" > 18 "Carpenters" > 19 "Other construction craftsmen" > 20 "Foremen (n.e.c)" > 21 "Machinists and job setters" > 22 "Metal craftsmen, except mechanics and job setters" > 23 "Mechanics -- auto" > 24 "Mechanics, except auto" > 25 "All other craftsmen" > 26 "Mine workers" > 27 "Motor vehicles and equipment" > 28 "Other durable goods" > 29 "Nondurable goods" > 30 "All other" > 31 "Drivers and deliverymen" > 32 "All others" > 33 "Construction" > 34 "Manufacturing" > 35 "All other" > 36 "Private household workers" > 37 "Cleaning service" > 38 "Food service" > 39 "Health service" > 40 "Personal service" > 41 "Protective service" > 42 "Farmers and farm managers" > 43 "Paid laborers and foremen" > 44 "Unpaid family laborers" > ; . * eligible: 1979:5-; . label values eligible eligible; . label define eligible > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1979-1988; . label values activlwr activlwr; . label define activlwr > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Other/Retired" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw doinglw; . label define doinglw > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * uhours35 1979-1993; . label values uhours35 uhours35; . label define uhours35 > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw reasonlw; . label define reasonlw > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw absentlw; . label define absentlw > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw why35lw; . label define why35lw > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt79: 1979-1988; . label values ftpt79 ftpt79; . label define ftpt79 > 0 "Not In Labor Force" > 1 "Employed full-time" > 2 "Part-time For Economic Reasons" > 3 "Unemployed FT" > 4 "Employed PT" > 5 "Unemployed PT" > ; . * ptstat: 1979-1988; . label values ptstat ptstat; . label define ptstat > 0 "All other" > 5 "Voluntary part-time workers" > 6 "Part-time for economic reasons" > ; . ** prunecat 1979-1988 ; . label values prunecat prunecat; . label define prunecat > 0 "Not unemployed" > 1 "Less than 5 weeks" > 2 "5 and 6 weeks" > 3 "7 and 10 weeks" > 4 "11 and 14 weeks" > 5 "15 and 26 weeks" > 6 "27 and 39 weeks" > 7 "40 and 51 weeks" > 8 "52 weeks and over" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg82.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- minsamp | 351,023 6.00682 1.999991 4 8 intmonth | 351,023 6.524478 3.460076 1 12 hhid | 0 state | 351,023 53.1937 26.11066 11 95 smsarank | 351,023 5.22276 10.55091 0 57 -------------+--------------------------------------------------------- hurespli | 349,992 1.701105 .8117339 1 7 hhnum | 351,023 1.087296 .3256449 1 7 activlwr | 351,023 2.949265 2.238934 1 7 hourslw | 191,874 37.88886 14.11454 1 99 reasonlw | 54,026 9.810813 4.135223 1 15 -------------+--------------------------------------------------------- absentlw | 16,814 3.959201 2.691762 1 8 classer | 267,523 1.393252 .7582854 1 5 ind70 | 265,074 554.4574 290.3273 17 937 occ70 | 265,127 479.8098 282.1107 1 984 lineno | 351,023 1.811616 1.096687 0 36 -------------+--------------------------------------------------------- relahh | 351,023 2.425223 1.289619 1 6 age | 351,023 42.21639 18.5831 16 99 marital | 351,023 2.885671 2.500958 1 7 race | 351,023 1.157038 .4426517 1 3 sex | 351,023 1.531182 .4990275 1 2 -------------+--------------------------------------------------------- veteran | 164,825 4.82846 1.792136 1 6 gradeat | 351,023 12.16515 3.065511 0 18 gradecp | 351,023 1.229711 .4206478 1 2 esr | 351,023 2.654715 2.101672 1 7 weight | 351,023 1472.308 693.6578 23.03 11759.53 -------------+--------------------------------------------------------- smsastat | 297,396 1.339867 .4736645 1 2 centcity | 289,101 2.067911 .7916542 1 3 ethnic | 350,213 7.787601 1.129287 1 9 ptstat | 351,023 .6462369 1.8112 0 6 ftpt79 | 351,023 1.073257 1.235784 0 5 -------------+--------------------------------------------------------- prunecat | 351,023 .1955228 .9477578 0 8 agri | 351,023 .0258786 .1587735 0 1 docc70 | 351,023 13.14218 13.90419 0 44 doinglw | 350,553 3.025326 2.390278 1 8 hourslwa | 191,338 37.87135 14.13046 -9 99 -------------+--------------------------------------------------------- uhours35 | 53,468 1.671149 .4698001 1 2 why35lw | 53,537 9.809795 4.137438 1 15 class | 266,066 2.01556 1.820293 1 8 uhours | 174,113 37.51414 11.08959 -9 99 paidhr | 173,471 1.418272 .4932767 1 2 -------------+--------------------------------------------------------- earnhr | 89,182 637.2913 355.5107 1 9999 uearnwk | 152,363 291.4014 196.1882 -95 999 earnwt | 351,023 5889.487 2787.22 82.18 46281.37 eligible | 351,023 1.499187 .5000001 1 2 uhourse | 175,797 37.51368 11.0329 0 99 -------------+--------------------------------------------------------- paidhre | 175,797 1.416532 .4929852 1 2 earnhre | 102,572 641.9364 350.0285 50 9999 earnwke | 175,797 295.3449 197.2201 0 999 I25a | 351,023 .008065 .0894426 0 1 I25b | 351,023 .0094239 .0966183 0 1 -------------+--------------------------------------------------------- I25c | 351,023 .0332457 .1792777 0 1 I25d | 351,023 .0686821 .2529131 0 1 uearnwke | 102,572 239.388 155.7694 0 999 recnum | 351,023 252352.1 145751 5 504544 year | 351,023 1982 0 1982 1982 -------------+--------------------------------------------------------- ym_file | 351,023 269.5245 3.460076 264 275 ym | 351,023 260.504 6.924894 249 272 smsa70 | 113,234 1.608386 .4881132 1 2 dind | 265,074 29.57871 14.12654 1 52 . aef2 1983 83 79_83 83 dct_name aef79_83.dbd raw_name=../raw/morg83 (0 observations deleted) obs 457368 # of persons with age<=15 81342 # of non-interview records 27505 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 4,833 1.06 1.06 1 | 4,769 1.04 2.10 2 | 5,011 1.10 3.20 3 | 4,957 1.08 4.28 4 | 4,885 1.07 5.35 5 | 4,582 1.00 6.35 6 | 4,583 1.00 7.35 7 | 4,371 0.96 8.31 8 | 4,297 0.94 9.25 9 | 4,400 0.96 10.21 10 | 4,571 1.00 11.21 11 | 4,757 1.04 12.25 12 | 5,116 1.12 13.37 13 | 5,221 1.14 14.51 14 | 7,612 1.66 16.17 15 | 7,377 1.61 17.78 16 | 7,730 1.69 19.47 17 | 7,732 1.69 21.17 18 | 7,792 1.70 22.87 19 | 7,610 1.66 24.53 20 | 7,540 1.65 26.18 21 | 7,777 1.70 27.88 22 | 7,808 1.71 29.59 23 | 7,998 1.75 31.34 24 | 7,896 1.73 33.06 25 | 8,023 1.75 34.82 26 | 8,075 1.77 36.58 27 | 7,992 1.75 38.33 28 | 7,974 1.74 40.07 29 | 7,745 1.69 41.77 30 | 7,839 1.71 43.48 31 | 7,368 1.61 45.09 32 | 7,486 1.64 46.73 33 | 7,234 1.58 48.31 34 | 7,073 1.55 49.86 35 | 7,358 1.61 51.47 36 | 7,275 1.59 53.06 37 | 5,776 1.26 54.32 38 | 5,717 1.25 55.57 39 | 5,707 1.25 56.82 40 | 6,057 1.32 58.14 41 | 5,386 1.18 59.32 42 | 5,047 1.10 60.42 43 | 4,863 1.06 61.49 44 | 4,739 1.04 62.52 45 | 4,888 1.07 63.59 46 | 4,543 0.99 64.58 47 | 4,562 1.00 65.58 48 | 4,518 0.99 66.57 49 | 4,452 0.97 67.54 50 | 4,405 0.96 68.51 51 | 4,520 0.99 69.49 52 | 4,549 0.99 70.49 53 | 4,481 0.98 71.47 54 | 4,558 1.00 72.47 55 | 4,766 1.04 73.51 56 | 4,621 1.01 74.52 57 | 4,613 1.01 75.53 58 | 4,631 1.01 76.54 59 | 4,529 0.99 77.53 60 | 4,544 0.99 78.52 61 | 4,516 0.99 79.51 62 | 4,402 0.96 80.47 63 | 4,144 0.91 81.38 64 | 3,843 0.84 82.22 65 | 4,131 0.90 83.12 66 | 3,679 0.80 83.93 67 | 3,642 0.80 84.72 68 | 3,600 0.79 85.51 69 | 3,423 0.75 86.26 70 | 3,474 0.76 87.02 71 | 3,095 0.68 87.69 72 | 3,028 0.66 88.36 73 | 2,843 0.62 88.98 74 | 2,562 0.56 89.54 75 | 2,437 0.53 90.07 76 | 2,282 0.50 90.57 77 | 1,990 0.44 91.01 78 | 1,872 0.41 91.41 79 | 1,709 0.37 91.79 80 | 1,599 0.35 92.14 81 | 1,338 0.29 92.43 82 | 1,248 0.27 92.70 83 | 1,102 0.24 92.94 84 | 860 0.19 93.13 85 | 819 0.18 93.31 86 | 595 0.13 93.44 87 | 622 0.14 93.58 88 | 426 0.09 93.67 89 | 338 0.07 93.74 90 | 309 0.07 93.81 91 | 227 0.05 93.86 92 | 146 0.03 93.89 93 | 135 0.03 93.92 94 | 97 0.02 93.94 95 | 62 0.01 93.96 96 | 46 0.01 93.97 97 | 25 0.01 93.97 98 | 20 0.00 93.98 99 | 38 0.01 93.99 . | 27,505 6.01 100.00 ------------+----------------------------------- Total | 457,368 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- . | 27,505 100.00 100.00 ------------+----------------------------------- Total | 27,505 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 4,833 5.94 5.94 1 | 4,769 5.86 11.80 2 | 5,011 6.16 17.96 3 | 4,957 6.09 24.06 4 | 4,885 6.01 30.06 5 | 4,582 5.63 35.70 6 | 4,583 5.63 41.33 7 | 4,371 5.37 46.71 8 | 4,297 5.28 51.99 9 | 4,400 5.41 57.40 10 | 4,571 5.62 63.02 11 | 4,757 5.85 68.86 12 | 5,116 6.29 75.15 13 | 5,221 6.42 81.57 14 | 7,612 9.36 90.93 15 | 7,377 9.07 100.00 ------------+----------------------------------- Total | 81,342 100.00 (81,342 observations deleted) (27,505 observations deleted) obs 348521 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (174,479 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (174,042 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (53,411 real changes made, 53,411 to missing) replace centcity = . if centcity==4 | centcity<=0 (61,562 real changes made, 61,562 to missing) replace smsasize=. if smsasize<=0 generate byte smsa70 = smsasize (236,428 missing values generated) drop smsasize Demography if 1983 > 1983 & 1983 < 1989 { (348,521 real changes made) (82,076 real changes made) Employment docc80 (86,372 missing values generated) recode docc80 (docc80: 262149 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (86,372 missing values generated) (dind: 262149 changes made) Wages (0 real changes made) (0 real changes made) (914 real changes made, 914 to missing) (0 real changes made) (0 real changes made) (174,589 real changes made) (345,921 real changes made) (345,442 real changes made) (336,774 real changes made) (324,506 real changes made) (0 real changes made) Hours, Unions variable ym_file was float now int variable ym was float now int variable docc80 was int now byte variable dind was float now byte (2,788,168 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp minsamp; . label define minsamp > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth intmonth; . label define intmonth > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * state: 1979-; . label values state state; . label define state > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat smsastat; . label define smsastat > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity centcity; . label define centcity > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa70: 1979-1985:6; . label values smsa70 smsa70; . label define smsa70 > 1 "3 million plus" > 2 "1-3 million" > 3 "Not identifiable" > ; . * smsarank: 1979-1985:6; . label values smsarank smsarank; . label define smsarank > 0 "Not listed below" > 1 "New York City" > 2 "Los Angeles" > 3 "Chicago" > 4 "Philadelphia" > 5 "Detroit" > 6 "San Francisco-Oakland" > 7 "Washington D.C." > 8 "Boston" > 9 "Nassau-Suffolk, NY" > 10 "Pittsburgh" > 11 "St. Louis" > 12 "Baltimore" > 13 "Cleveland" > 14 "Houston" > 15 "Newark" > 16 "Minneapolis-St. Paul" > 17 "Dallas" > 18 "Seattle-Everett" > 19 "Anaheim-Santa Anna-Garden Grove" > 20 "Milwaukee" > 21 "Atlanta" > 22 "Cincinnati" > 23 "Patterson-Clifton-Passaic" > 24 "San Diego" > 25 "Buffalo" > 26 "Miami" > 27 "Kansas City" > 28 "Denver" > 29 "San Bernardino-Riverside-Ontario" > 30 "Indianapolis" > 31 "San Jose" > 32 "New Orleans" > 33 "Tampa-St. Petersburg" > 34 "Portland" > 36 "Columbus, OH" > 38 "Rochester" > 42 "Sacramento" > 44 "Fort Worth" > 45 "Birmingham, AL" > 46 "Albany-Schenectady-Troy" > 48 "Norfold-Portsmouth, VA" > 49 "Akron, OH" > 53 "Gary-Hammond-East Chicago" > 57 "Greensboro-Winston-Salem-High Point" > ; . * icntcity goes here; . * sex: 1979-; . label values sex sex; . label define sex > 1 "Male" > 2 "Female" > ; . * race: 1979-1988; . label values race race; . label define race > 1 "White" > 2 "Black" > 3 "Other" > ; . * ethnic: 1979-; . label values ethnic ethnic; . label define ethnic > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital marital; . label define marital > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * veteran: 1979-; . label values veteran veteran; . label define veteran > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * gradecp: 1979-1991; . label values gradecp gradecp; . label define gradecp > 1 "Yes" > 2 "No" > ; . * relahh: 1979-1988; . label values relahh relahh; . label define relahh > 1 "Head with other relatives" > 2 "Head with no other relatives" > 3 "Wife of head" > 4 "Other relative of head" > 5 "Non-relative of head with own relatives (includes wife)" > 6 "Non-relative of head with no own relatives" > ; . * paidhr: 1979-; . label values paidhr paidhr; . label define paidhr > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre paidhre; . label define paidhre > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a I25a; . label define I25a > 0 "No Change" > 1 "Allocated" > ; . * I25b: 1979-; . label values I25b I25b; . label define I25b > 0 "No Change" > 1 "Allocated" > ; . * I25c: 1979-1993; . label values I25c I25c; . label define I25c > 0 "No Change" > 1 "Allocated" > ; . * I25d: 1979-1993; . label values I25d I25d; . label define I25d > 0 "No Change" > 1 "Allocated" > ; . * class: 1979-1993; . label values class class; . label define class > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1979-1988; . label values classer classer; . label define classer > 1 "Private" > 2 "Government" > 3 "Self-Employed" > 4 "Without Pay" > 5 "Never worked or never worked full-time" > ; . * esr: 1979-1988; . label values esr esr; . label define esr > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-Looking" > 4 "Housework" > 5 "School" > 6 "Unable to work/Disabled" > 7 "Other (Includes Retired)" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1983-1991; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 20 "Agricultural services, except horticultural(07, except 078)[83-91]" > 21 "Horticultural services (078) [83-91]" > 30 "Forestry (08) [83-91]" > 31 "Fishing, hunting, and trapping (09) [83-91]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Crude petroleum and natural gas extraction (13) [83-91]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned and preserved fruits and vegetables (203) [83-91]" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Floor coverings, except hard surface (227) [83-91]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and other hardware (342) [83-91]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Electronic computing equipment (3573) [83-91]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Optical and health services supplies (383, 384, 385) [83-91]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 382 "Not specified professional equipment [83-91]" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting (483) [83-91]" > 441 "Telephone, wire and radio (481) [83-91]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 460 "Electric light and power (491) [83-91]" > 461 "Gas and steam supply systems (492, 496) [83-91]" > 462 "Electric and gas, and other combinations (493) [83-91]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Sporting goods, toys, and hobby goods (504) [83-91]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 522 "Not specified electrical and hardware products [83-91]" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 630 "Apparel and accessory stores, except shoe (56, except 566)[83-91]" > 631 "Shoe stores (566) [83-91]" > 632 "Furniture and home furnishings stores (571) [83-91]" > 640 "Household appliances, TV, and radio stores (572,573) [83-91]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Sewing, needlework, and piece goods stores (5949) [83-91]" > 662 "Mail order houses (5961) [83-91]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel and ice dealers (598) [83-91]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings and loan associations (612) [83-91]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance-law offices (65,66)[83-91]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 730 "Commercial research, development, and testing labs (7391, 7397) [83-91]" > 731 "Personnel supply services (736)" > 732 "Business management and consulting services (7392) [83-91]" > 740 "Computer and data processing services (737) [83-91]" > 741 "Detective and protective services (7393) [83-91]" > 742 "Business services, n.e.c.(732,733,735,7394,7395,7396,7399)[83-91]" > 750 "Automotive services, except repair (751, 752, 754) [83-91]" > 751 "Automotive repair shops (753) [83-91]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Bowling alleys, billiard and pool parlors (793) [83-91]" > 802 "Miscellaneous entertainment & recreation services (791, 794, 799) [83-91]" > 812 "Offices of physicians (801, 803) [83-91]" > 820 "Offices of dentists (802) [83-91]" > 821 "Offices of chiropractors (8041) [83-91]" > 822 "Offices of optometrists (8042) [83-91]" > 830 "Offices of health practitioners, n.e.c. (8049) [83-91]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Business, trade, and vocational schools (824) [83-91]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 880 "Religious organizations (866)" > 881 "Membership organizations (861-865, 869) [83-91]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Noncommercial educational and scientific research (892) [83-91]" > 892 "Miscellaneous professional and related services (899) [83-91]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind dind; . label define dind > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . label values occ80 P39L; . label define P39L > 3 "Legislators (111)" > 4 "chief executives and general administrators, public administration (112)" > 5 "administrators and officials, public administration (1132-1139)" > 6 "administrators, protective services (1131)" > 7 "financial managers (122)" > 8 "personnel and labor relations managers (123)" > 9 "purchasing managers (124)" > 13 "managers, marketing, advertising, and public relations (125)" > 14 "admin, education and rel. fields (128)" > 15 "managers, medicine and health (131)" > 16 "managers, properties and real estate (1353)" > 17 "postmasters and mail superintendents (1344)" > 18 "funeral directors (part 1359)" > 19 "managers and administrators, n.e.c. (121, 126, 132-139, exc. 1344, 1353, pt 1359)" > 23 "accountants and auditors (1412)" > 24 "underwriters (1414)" > 25 "other financial officers (1415, 1419)" > 26 "management analysts (142)" > 27 "personnel, training, and labor relations specialists (143)" > 28 "purchasing agents and buyers, farm products (1443)" > 29 "buyers, wholesale and retail trade except farm products (1442)" > 33 "purch. agents and buyers, n.e.c. (1449)" > 34 "business and promotion agents (145)" > 35 "construction inspectors (1472)" > 36 "inspectors and compliance officers, except construction (1473)" > 37 "management rel. occupations, n.e.c. (149)" > 43 "architects (161)" > 44 "aerospace engineers(1622)" > 45 "metallurgical and materials engineers (1623)" > 46 "mining engineers (1624)" > 47 "petroleum engineers (1625)" > 48 "chemical engineers (1626)" > 49 "nuclear engineers (1627)" > 53 "civil engineers (1628)" > 54 "agricultural engineers (1632)" > 55 "Engineers, electrical and electronic (1633, 1636)" > 56 "Engineers, industrial (1634)" > 57 "Engineers, mechanical (1635)" > 58 "marine and naval architects (1637)" > 59 "engineers, n.e.c. (1639)" > 63 "surveyors and mapping scientists (164)" > 64 "computer systems analysts and scientists (171)" > 65 "operations and systems researchers and analysts (172)" > 66 "Actuaries (1732)" > 67 "Statisticians (1733)" > 68 "Mathematical scientists, n.e.c. (1739)" > 69 "Physicists and astronomers (1842, 1843)" > 73 "Chemists, except biochemists (1845)" > 74 "Atmospheric and space scientists (1846)" > 75 "Geologists and geodesists (1847)" > 76 "Physical scientists, n.e.c. (1849)" > 77 "Agricultural and food scientists (1853)" > 78 "Biological and life scientists (1854)" > 79 "Forestry and conservation scientists (1852)" > 83 "Medical scientists (1855)" > 84 "Physicians (261)" > 85 "Dentists (262)" > 86 "Veterinarians (27)" > 87 "Optometrists (281)" > 88 "Podiatrists (283)" > 89 "Health diagnosing practitioners, n.e.c. (289)" > 95 "Registered nurses (29)" > 96 "Pharmacists (301)" > 97 "Dietitians (302)" > 98 "Inhalation therapists (3031)" > 99 "Occupational therapists (3032)" > 103 "Physical therapists (3033)" > 104 "Speech therapists (3034)" > 105 "Therapists, n.e.c. (3039)" > 106 "Physicians' assistants (304)" > 113 "Earth, environmental, and marine science teachers (2212)" > 114 "Biological science teachers (2213)" > 115 "Chemistry teachers (2214)" > 116 "Physics teachers (2215)" > 117 "Natural science teachers, n.e.c. (2216)" > 118 "Psychology teachers (2217)" > 119 "Economics teachers (2218)" > 123 "History teachers (2222)" > 124 "Political science teachers (2223)" > 125 "Sociology teachers (2224)" > 126 "Social science teachers, n.e.c. (2225)" > 127 "Engineering teachers (2226)" > 128 "Math. science teachers (2227)" > 129 "Computer science teachers (2228)" > 133 "Medical science teachers (2231)" > 134 "Health specialties teachers (2232)" > 135 "Business, commerce, and marketing teachers (2233)" > 136 "Agriculture and forestry teachers (2234)" > 137 "Art, drama, and music teachers (2235)" > 138 "Physical education teachers (2236)" > 139 "Education teachers (2237)" > 143 "English teachers (2238)" > 144 "Foreign language teachers (2242)" > 145 "Law teachers (2243)" > 146 "Social work teachers (2244)" > 147 "Theology teachers (2245)" > 148 "Trade and industrial teachers (2246)" > 149 "Home economics teachers (2247)" > 153 "Teachers, postsecondary, n.e.c. (2249)" > 154 "Postsecondary teachers, subject not specified" > 155 "Teachers, prekindergarten and kindergarten (231)" > 156 "Teachers, elementary school (232)" > 157 "Teachers, secondary school (233)" > 158 "Teachers, special education (235)" > 159 "Teachers, n.e.c. (236, 239)" > 163 "Counselors, Educational and Vocational (24)" > 164 "Librarians (251)" > 165 "Archivists and curators (252)" > 166 "Economists (1912)" > 167 "Psychologists (1915)" > 168 "Sociologists (1916)" > 169 "Social scientists, n.e.c. (1913, 1914, 1919)" > 173 "Urban planners (192)" > 174 "Social workers (2032)" > 175 "Recreation workers (2033)" > 176 "Clergy (2042)" > 177 "Religious workers, n.e.c. (2049)" > 178 "Lawyers and Judges" > 179 "Judges (212)" > 183 "Authors (321)" > 184 "Technical writers (398)" > 185 "Designers (322)" > 186 "Musicians and composers (323)" > 187 "Actors and directors (324)" > 188 "Painters, sculptors, craft-artists, and artist printmakers (325)" > 189 "Photographers (326)" > 193 "Dancers (327)" > 194 "Artists, performers, and rel. workers, n.e.c. (328,329)" > 195 "Editors and reporters (331)" > 197 "Public relations specialists (332)" > 198 "Announcers (333)" > 199 "Athletes (34)" > 203 "Clinical laboratory technologists and technicians (362)" > 204 "Dental hygienists (363)" > 205 "Health record technologists and technicians (364)" > 206 "Radiologic technicians (365)" > 207 "Licensed practical nurses (366)" > 208 "Health technologists and technicians, n.e.c. (369)" > 213 "Electrical and electronic technicians (3711)" > 214 "Industrial engineering technicians (3712)" > 215 "Mechanical engineering technicians (3713)" > 216 "Engineering technicians, n.e.c. (3719)" > 217 "Drafting occupations (372)" > 218 "Surveying and mapping technicians (373)" > 223 "Biological technicians (382)" > 224 "Chemical technicians (3831)" > 225 "Science technicians, n.e.c. (3832, 3833, 384, 389)" > 226 "Airplane pilots and navigators (825)" > 227 "Air traffic controllers (392)" > 228 "Broadcast equipment operators (393)" > 229 "Computer programmers (3971, 3972)" > 233 "Tool programmers, numerical control (3974)" > 234 "Legal assistants (396)" > 235 "Technicians, n.e.c. (399)" > 243 "Supervisors and Proprietors, Sales Occupations (40)" > 253 "Insurance sales occupations (4122)" > 254 "Real estate sales occupations (4123)" > 255 "Securities and financial services sales occupations (4124)" > 256 "Advertising and rel. sales occupations (4153)" > 257 "Sales occupations, other business services (4152)" > 258 "Sales engineers (421)" > 259 "Sales representatives, mining, manufacturing, and wholesale (423, 424)" > 263 "Sales workers, motor vehicles and boats (4342, 4344)" > 264 "Sales workers, apparel (4346)" > 265 "Sales workers, shoes (4351)" > 266 "Sales workers, furniture and home furnishings (4348)" > 267 "Sales workers, radio, Tv, hi-fi, and appliances (4343, 4352)" > 268 "Sales workers, hardware and building supplies (4353)" > 269 "Sales workers, parts (4367)" > 274 "Sales workers, other commodities (4345, 4347, 4354, 4356, 4359, 4362, 4369)" > 275 "Sales counter clerks (4363)" > 276 "Cashiers (4364)" > 277 "Street and door-to-door sales workers (4366)" > 278 "News vendors (4365)" > 283 "Demonstrators, promoters and models, sales (445)" > 284 "Auctioneers (447)" > 285 "Sales support occupations, n.e.c. (444, 446, 449)" > 303 "Supervisors, general office (4511, 4513, 4514, 4516, 4519, 4529)" > 304 "Supervisors, computer equipment operators (4512)" > 305 "Supervisors, financial records processing (4521)" > 306 "Chief communications operators (4523)" > 307 "Supervisors, distribution, scheduling, and adjusting clerks (4522, 4524-4528)" > 308 "Computer operators (4612)" > 309 "Peripheral equipment operators (4613)" > 313 "Secretaries (4622)" > 314 "Stenographers (4623)" > 315 "Typists (4624)" > 316 "Interviewers (4642)" > 317 "Hotel clerks (4643)" > 318 "Transportation ticket and reservation agents (4644)" > 319 "Receptionists (4645)" > 323 "Information clerks, n.e.c. (4649)" > 325 "Classified-ad clerks (4662)" > 326 "Correspondence clerks (4663)" > 327 "Order clerks (4664)" > 328 "Personnel clerks, except payroll and timekeeping (4692)" > 329 "Library clerks (4694)" > 335 "File clerks (4696)" > 336 "Records clerks (4699)" > 337 "Bookkeepers, accounting, and auditing clerks (4712)" > 338 "Payroll and timekeeping clerks (4713)" > 339 "Billing clerks (4715)" > 343 "Cost and rate clerks (4716)" > 344 "Billing, posting, and calculating machine operators (4718)" > 345 "Duplicating machine operators (4722)" > 346 "Mail preparing and paper handling machine operators (4723)" > 347 "Office mach. operators, n.e.c. (4729)" > 348 "Telephone operators (4732)" > 349 "Telegraphers (4733)" > 353 "Communications equipment operators, n.e.c. (4739)" > 354 "Postal clerks, except mail carriers (4742)" > 355 "Mail carriers, postal service (4743)" > 356 "Mail clerks, except postal service (4744)" > 357 "Messengers (4745)" > 359 "Dispatchers (4751)" > 363 "Production coordinators (4752)" > 364 "Traffic, shipping, and receiving clerks (4753)" > 365 "Stock and inventory clerks (4754)" > 366 "Meter readers (4755)" > 368 "Weighers, measurers, and checkers (4756)" > 369 "Samplers (4757)" > 373 "Expediters (4758)" > 374 "Material recording, scheduling, and distributing clerks, n.e.c. (4759)" > 375 "Insurance adjusters, examiners, and investigators (4782)" > 376 "Investigators and adjusters, except insurance (4783)" > 377 "Eligibility clerks, social welfare (4784)" > 378 "Bill and account collectors (4786)" > 379 "General office clerks (463)" > 383 "Bank tellers (4791)" > 384 "Proofreaders (4792)" > 385 "Data-entry keyers (4793)" > 386 "Statistical clerks (4794)" > 387 "Teachers' aides (4795)" > 389 "Administrative support occupations, n.e.c. (4787, 4799)" > 403 "Launderers and ironers (503)" > 404 "Cooks, private household (504)" > 405 "Housekeepers and butlers (505)" > 406 "Child care workers, private hhld (506)" > 407 "Private hhld cleaners and servants (502, 507, 509)" > 413 "Supervisors, firefighting and fire prevention occupations(5111)" > 414 "Supervisors, police and detectives (5112)" > 415 "Supervisors, guards (5113)" > 416 "Fire inspection and fire prevention occupations (5122)" > 417 "Firefighting occupations (5123)" > 418 "Police and detectives, public service (5132)" > 423 "Sheriffs, bailiffs, and other law enforcement officers(5134)" > 424 "Correctional institution officers (5133)" > 425 "Crossing guards (5142)" > 426 "Guards and police, except public service (5144)" > 427 "Protective service occupations, n.e.c. (5149)" > 433 "Supervisors, food preparation and service occupations(5211)" > 434 "Bartenders (5212)" > 435 "Waiters and waitresses (5213)" > 436 "Cooks, except short order (5214)" > 437 "Short-order cooks (5215)" > 438 "Food counter, fountain and rel. occupations (5216)" > 439 "Kitchen workers, food preparation (5217)" > 443 "Waiters'/waitresses' assistants (5218)" > 444 "Miscellaneous food preparation occupations (5219)" > 445 "Dental assistants (5232)" > 446 "Health aides, except nursing (5233)" > 447 "Nursing aides, orderlies, and attendants (5236)" > 448 "Supervisors, cleaning and building service workers (5241)" > 449 "Maids and housemen (5242, 5249)" > 453 "Janitors and cleaners (5244)" > 454 "Elevator operators (5245)" > 455 "Pest control occupations (5246)" > 456 "Supervisors, personal service occupations (5251)" > 457 "Barbers (5252)" > 458 "Hairdressers and cosmetologists (5253)" > 459 "Attendants, amusement and recreation facilities (5254)" > 463 "Guides (5255)" > 464 "Ushers (5256)" > 465 "Public transportation attendants (5257)" > 466 "Baggage porters and bellhops (5262)" > 467 "Welfare service aides (5263)" > 468 "Child care workers, except private household (5264)" > 469 "Personal service occupations, n.e.c. (5258, 5269)" > 473 "Farmers, except horticultural (5512-5514)" > 474 "Horticultural specialty farmers (5515)" > 475 "Managers, farms, except horticultural (5522-5524)" > 476 "Managers, horticultural specialty farms (5525)" > 477 "Supervisors, farm workers (5611)" > 479 "Farm workers (5612-5617)" > 483 "Marine life cultivation workers (5618)" > 484 "Nursery workers (5619)" > 485 "Supervisors, rel. agricultural occupations (5621)" > 486 "Groundskeepers and gardeners, except farm (5622)" > 487 "Animal caretakers, except farm (5624)" > 488 "Grader and sorter, agricultural products (5625)" > 489 "Inspectors, agricultural products (5627)" > 494 "Supervisors, forestry and logging workers (571)" > 495 "Forestry workers, except logging (572)" > 496 "Timber cutting and logging occupations (573, 579)" > 497 "Captains and other officers, fishing vessels (part 8241)" > 498 "Fishers (583)" > 499 "Hunters and trappers (584)" > 503 "Supervisors, mechanics and repairers (60)" > 505 "Automobile mechanics (part 6111)" > 506 "Auto mechanic apprentices (part 6111)" > 507 "Bus, truck, and stationary engine mechanics (6112)" > 508 "Aircraft engine mechanics (6113)" > 509 "Small engine repairers (6114)" > 514 "Automobile body and rel. repairers (6115)" > 515 "Aircraft mechanics, except engine (6116)" > 516 "Heavy equipment mechanics (6117)" > 517 "Farm equipment mechanics (6118)" > 518 "Industrial machinery repairers (613)" > 519 "Machinery maintenance occupations (614)" > 523 "Electronic repairers, communications and industrial equipment (6151, 6153, 6155)" > 525 "Data processing equipment repairers (6154)" > 526 "Hhld appliance and power tool repairers (6156)" > 527 "Telephone line installers and repairers (6157)" > 529 "Telephone installers and repairers (6158)" > 533 "Miscellaneous electrical and electronic equipment repairers (6152, 6159)" > 534 "Heating, air conditioning, and refrigeration mechanics (616)" > 535 "Camera, watch, and musical instrument repairers (6171, 6172)" > 536 "Locksmiths and safe repairers (6173)" > 538 "Office machine repairers (6174)" > 539 "Mechanical controls and valve repairers (6175)" > 543 "Elevator installers and repairers (6176)" > 544 "Millwrights (6178)" > 547 "Specified mechanics and repairers, n.e.c. (6177, 6179)" > 549 "Not specified mechanics and repairers" > 553 "Supervisors, brickmasons, stonemasons, and tile setters (6312)" > 554 "Supervisors, carpenters and rel. workers (6313)" > 555 "Supervisors, electricians and power transmission installers (6314)" > 556 "Supervisors, painters, paperhangers, and plasterers (6315)" > 557 "Supervisors, plumbers, pipefitters, and steamfitters (6316)" > 558 "Supervisors, construction, n.e.c. (6311, 6318)" > 563 "Brickmasons and stonemasons (part 6412, part 6413)" > 564 "Brickmason and stonemason apprentices (part 6412, part 6413)" > 565 "Tile setters, hard and soft (part 6414, part 6462)" > 566 "Carpet installers (part 6462)" > 567 "Carpenters (part 6422)" > 569 "Carpenter apprentices (part 6422)" > 573 "Drywall installers (6424)" > 575 "Electricians (part 6432)" > 576 "Electrician apprentices (part 6432)" > 577 "Electrical power installers and repairers (6433)" > 579 "Painters, construction and maintenance (6442)" > 583 "Paperhangers (6443)" > 584 "Plasterers (6444)" > 585 "Plumbers, pipefitters, and steamfitters (part 645)" > 587 "Plumber, pipefitter, and steamfitter apprentices (part 645)" > 588 "Concrete and terrazzo finishers (6463)" > 589 "Glaziers (6464)" > 593 "Insulation workers (6465)" > 594 "Paving, surfacing, and tamping equipment operators (6466)" > 595 "Roofers (6468)" > 596 "Sheetmetal duct installers (6472)" > 597 "Structural metal workers (6473)" > 598 "Drillers, earth (6474)" > 599 "Construction trades, n.e.c. (6467, 6475, 6476, 6479)" > 613 "Supervisors, extractive occupations (632)" > 614 "Drillers, oil well (652)" > 615 "Explosives workers (653)" > 616 "Mining machine operators (654)" > 617 "Mining occupations, n.e.c. (656)" > 633 "Supervisors, production occupations (67, 71)" > 634 "Tool and die makers (part 6811)" > 635 "Tool and die mkr apprentices (part 6811)" > 636 "Precision assemblers, metal (6812)" > 637 "Machinists (part 6813)" > 639 "Machinist apprentices (part 6813)" > 643 "Boilermakers (6814)" > 644 "Precision grinders, filers, and tool sharpeners (6816)" > 645 "Patternmakers and model makers, metal (6817)" > 646 "Lay-out workers (6821)" > 647 "Precious stones and metals workers (Jewelers) (6822, 6866)" > 649 "Engravers, metal (6823)" > 653 "Sheet metal workers (part 6824)" > 654 "Sheet metal wrkr apprentices (part 6824)" > 655 "Misc precision metal workers (6829)" > 656 "Patternmkrs and model makers, wood (6831)" > 657 "Cabinet makers and bench carpenters (6832)" > 658 "Furniture and wood finishers (6835)" > 659 "Misc precision woodworkers (6839)" > 666 "Dressmakers (part 6852, part 7752)" > 667 "Tailors (part 6852)" > 668 "Upholsterers (6853)" > 669 "Shoe repairers (6854)" > 673 "Apparel and fabric patternmakers (6856)" > 674 "Misc precision apparel and fabric workers (6856, 6859, part 7752)" > 675 "Hand molders and shapers, except jewelers (6861)" > 676 "Patternmakers, lay-out workers, and cutters (6862)" > 677 "Optical goods workers (6864, part 7477, part 7677)" > 678 "Dental laboratory and medical appliance technicians (6865)" > 679 "Bookbinders (6844)" > 683 "Electrical/electronic equipment assemblers (6867)" > 684 "Msc precision workers, n.e.c. (6869)" > 686 "Butchers and meat cutters (6871)" > 687 "Bakers (6872)" > 688 "Food batchmakers (6873, 6879)" > 689 "Inspectors, testers, and graders (6881, 828)" > 693 "Adjusters and calibrators (6882)" > 694 "Water and sewage treatment plant operators (691)" > 695 "Power plant operators (part 693)" > 696 "Stationary engineers (part 693, 7668)" > 699 "Miscellaneous plant and system operators (692, 694, 695, 696)" > 703 "Set-up operators, lathe and turning machine (7312)" > 704 "Operators, lathe and turning machine (7512)" > 705 "Milling and planing machine operators (7313, 7513)" > 706 "Punching and stamping press machine operators (7314, 7317, 7514, 7517)" > 707 "Rolling machine operators (7316, 7516)" > 708 "Drilling and boring machine operators (7318, 7518)" > 709 "Grinding, abrading, buffing, and polishing machine operators (7322, 7324, 7522)" > 713 "Forging machine operators (7319, 7519)" > 714 "Numerical control machine operators (7326)" > 715 "Miscellaneous metal, plastic, stone, and glass working machine operators (7329, 7529)" > 717 "Fabricating machine operators, n.e.c. (7339, 7539)" > 719 "Molding and casting machine operators (7315, 7342, 7515, 7524)" > 723 "Metal plating machine operators (7343, 7543)" > 724 "Heat treating equipment operators (7344, 7544)" > 725 "Misc metal and plastic processing machine operators (7349, 7549)" > 726 "Wood lathe, routing, and planing machine operators (7431, 7432, 7631, 7632)" > 727 "Sawing machine operators (7433, 7633)" > 728 "Shaping and joining machine operators (7435, 7635)" > 729 "Nailing and tacking machine operators (7636)" > 733 "Miscellaneous woodworking machine operators (7434, 7439, 7634, 7639)" > 734 "Printing machine operators (7443, 7643)" > 735 "Photoengravers and lithographers (6842, 7444, 7644)" > 736 "Typesetters and compositors machine (6841, 7642)" > 737 "Miscellaneous printing machine operators (6849, 7449, 7649" > 738 "Winding and twisting machine operators (7451, 7651)" > 739 "Knitting, looping, taping, and weaving machine operators (7452, 7652)" > 743 "Textile cutting machine operators (7654)" > 744 "Textile sewing machine operators (7655)" > 745 "Shoe machine operators (7656)" > 747 "Pressing machine operators (7657)" > 748 "Laundering and dry cleaning machine operators (6855, 7658)" > 749 "Miscellaneous textile machine operators (7459, 7659)" > 753 "Cementing and gluing machine operators (7661)" > 754 "Packaging and filling machine operators (7462, 7662)" > 755 "Extruding and forming machine operators (7463, 7663)" > 756 "Mixing and blending machine operators (7664)" > 757 "Separating, filtering, and clarifying machine operators (7476, 7666, 7676)" > 758 "Compressing and compacting machine operators (7467, 7667)" > 759 "Painting and paint spraying machine operators (7669)" > 763 "Roasting and baking machine operators, food (7472, 7672)" > 764 "Washing, cleaning, and pickling machine operators (7673)" > 765 "Folding machine operators (7474, 7674)" > 766 "Furnace, kiln, and oven operators, except food (7675)" > 768 "Crushing and grinding machine operators (part 7477, part 7677)" > 769 "Slicing and cutting machine operators (7478, 7678)" > 773 "Motion picture projectionists (part 7479)" > 774 "Photographic process machine operators (6863, 6868, 7671)" > 777 "Miscellaneous machine operators, n.e.c. (part 7479, 7665, 7679)" > 779 "Machine operators, not specified" > 783 "Welders and cutters (7332, 7532, 7714)" > 784 "Solderers and brazers (7333, 7533, 7717)" > 785 "Assemblers (772, 774)" > 786 "Hand cutting and trimming occupations (7753)" > 787 "Hand molding, casting, and forming occupations (7754, 7755)" > 789 "Hand painting, coating, and decorating occupations (7756)" > 793 "Hand engraving and printing occupations (7757)" > 794 "Hand engraving and polishing occupations (7758)" > 795 "Miscellaneous hand working occupations (7759)" > 796 "Production inspectors, checkers, and examiners (782, 787)" > 797 "Production testers (783)" > 798 "Production samplers and weighers (784)" > 799 "Graders and sorters, except agricultural (785)" > 803 "Supervisors, motor vehicle operators (8111)" > 804 "Truck drivers, heavy (8212, 8213)" > 805 "Truck drivers, light (8214)" > 806 "Driver-sales workers (8218)" > 808 "Bus drivers (8215)" > 809 "Taxicab drivers and chauffeurs (8216)" > 813 "Parking lot attendants (874)" > 814 "Motor transportation occupations, n.e.c. (8219)" > 823 "Railroad conductors and yardmasters (8113)" > 824 "Locomotive operating occupations (8232)" > 825 "Railroad brake, signal, and switch operators (8233)" > 826 "Rail vehicle operators, n.e.c. (8239)" > 828 "Ship captains and mates, except fishing boats (part 8241, 8242)" > 829 "Sailors and deckhands (8243)" > 833 "Marine engineers (8244)" > 834 "Bridge, lock, and lighthouse tenders (8245)" > 843 "Supervisors, material moving equipment operators (812)" > 844 "Operating engineers (8312)" > 845 "Longshore equipment operators (8313)" > 848 "Hoist and winch operators (8314)" > 849 "Crane and tower operators (8315)" > 853 "Excavating and loading machine operators (8316)" > 855 "Grader, dozer, and scraper operators (8317)" > 856 "Industrial truck and tractor equipment operators (8318)" > 859 "Misc material moving equipment operators (8319)" > 863 "Supervisors, handlers, equipment cleaners, and laborers, n.e.c. (85)" > 864 "Helpers, mechanics, and repairers (863)" > 865 "Helpers, construction trades (8641-8645, 8648)" > 866 "Helpers, surveyor (8646)" > 867 "Helpers, extractive occupations (865)" > 869 "Construction laborers (871)" > 873 "Production helpers (861, 862)" > 875 "Garbage collectors (8722)" > 876 "Stevedores (8723)" > 877 "Stock handlers and baggers (8724)" > 878 "Machine feeders and offbearers (8725)" > 883 "Freight, stock, and material handlers, n.e.c. (8726)" > 885 "Garage and service station rel. occupations (873)" > 887 "Vehicle washers and equipment cleaners (875)" > 888 "Hand packers and packagers (8761)" > 889 "Laborers, except construction (8769)" > 905 "Assigned to persons whose current labor force status is unemployed and last job was Arme > d Forces" > ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible eligible; . label define eligible > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1979-1988; . label values activlwr activlwr; . label define activlwr > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Other/Retired" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw doinglw; . label define doinglw > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * uhours35 1979-1993; . label values uhours35 uhours35; . label define uhours35 > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw reasonlw; . label define reasonlw > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw absentlw; . label define absentlw > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw why35lw; . label define why35lw > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt79: 1979-1988; . label values ftpt79 ftpt79; . label define ftpt79 > 0 "Not In Labor Force" > 1 "Employed full-time" > 2 "Part-time For Economic Reasons" > 3 "Unemployed FT" > 4 "Employed PT" > 5 "Unemployed PT" > ; . * ptstat: 1979-1988; . label values ptstat ptstat; . label define ptstat > 0 "All other" > 5 "Voluntary part-time workers" > 6 "Part-time for economic reasons" > ; . * unionmme: 1983-; . label values unionmme unionmme; . label define unionmme > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov unioncov; . label define unioncov > 1 "Yes" > 2 "No" > ; . ** prunecat 1979-1988 ; . label values prunecat prunecat; . label define prunecat > 0 "Not unemployed" > 1 "Less than 5 weeks" > 2 "5 and 6 weeks" > 3 "7 and 10 weeks" > 4 "11 and 14 weeks" > 5 "15 and 26 weeks" > 6 "27 and 39 weeks" > 7 "40 and 51 weeks" > 8 "52 weeks and over" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg83.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- minsamp | 348,521 5.997492 2.000001 4 8 intmonth | 348,521 6.513714 3.457829 1 12 hhid | 0 state | 348,521 53.37944 26.15401 11 95 smsarank | 348,521 5.219482 10.54804 0 57 -------------+--------------------------------------------------------- hurespli | 347,373 1.684253 .7921095 1 7 hhnum | 348,521 1.085496 .3217394 1 8 activlwr | 348,521 2.950118 2.245813 1 7 hourslw | 190,986 38.20078 14.14888 1 99 reasonlw | 51,906 9.915039 4.043624 1 15 -------------+--------------------------------------------------------- absentlw | 15,467 3.835004 2.677151 1 8 classer | 264,498 1.397028 .7614176 1 5 ind70 | 262,437 708.7819 144.5394 17 937 occ80 | 262,149 404.1251 243.9768 3 905 lineno | 348,521 1.810399 1.088934 0 32 -------------+--------------------------------------------------------- relahh | 348,521 2.431544 1.295036 1 6 age | 348,521 42.37974 18.57154 16 99 marital | 348,521 2.897561 2.502914 1 7 race | 348,521 1.158722 .4452776 1 3 sex | 348,521 1.529853 .4991087 1 2 -------------+--------------------------------------------------------- veteran | 164,054 4.858675 1.779971 1 6 gradeat | 348,521 12.23501 3.062933 0 18 gradecp | 348,521 1.225246 .4177449 1 2 esr | 348,521 2.661447 2.114205 1 7 weight | 348,521 1499.613 712.4353 22.24 10617.25 -------------+--------------------------------------------------------- ind80 | 262,149 547.3287 286.0425 10 991 unioncov | 139,633 1.960274 .1953144 1 2 smsastat | 295,110 1.34234 .4744936 1 2 centcity | 286,959 2.07063 .7927873 1 3 ethnic | 347,769 7.784391 1.133441 1 9 -------------+--------------------------------------------------------- ptstat | 348,521 .6392183 1.801896 0 6 ftpt79 | 348,521 1.067921 1.228882 0 5 prunecat | 348,521 .2176454 1.052554 0 8 agri | 348,521 .0253213 .1570993 0 1 doinglw | 348,024 3.023527 2.392589 1 8 -------------+--------------------------------------------------------- hourslwa | 190,426 38.18973 14.16241 -9 99 uhours35 | 51,339 1.700345 .4581114 1 2 why35lw | 51,453 9.915846 4.044108 1 15 class | 263,375 2.034441 1.832809 1 8 uhours | 172,337 37.4988 11.09865 -9 99 -------------+--------------------------------------------------------- paidhr | 172,032 1.414504 .4926377 1 2 earnhr | 88,515 659.2321 370.8109 10 9999 uearnwk | 150,358 303.8258 206.3239 -99 999 earnwt | 348,521 5999.475 2862.394 90.01 41428.26 eligible | 348,521 1.500943 .4999998 1 2 -------------+--------------------------------------------------------- uhourse | 173,932 37.50175 11.05899 0 99 paidhre | 173,932 1.412253 .4922417 1 2 earnhre | 102,228 662.8943 362.3422 50 9999 earnwke | 173,932 307.5514 207.0172 0 999 unionmme | 173,932 1.803038 .3977045 1 2 -------------+--------------------------------------------------------- I25a | 348,521 .0074601 .0860492 0 1 I25b | 348,521 .0088345 .0935759 0 1 I25c | 348,521 .0337053 .1804698 0 1 I25d | 348,521 .0689055 .2532937 0 1 uearnwke | 102,228 247.3718 161.8239 0 999 -------------+--------------------------------------------------------- recnum | 348,521 214755 134583.2 12 457368 year | 348,521 1983 0 1983 1983 ym_file | 348,521 281.5137 3.457829 276 287 ym | 348,521 272.5212 6.928814 261 284 smsa70 | 112,093 1.612152 .4872617 1 2 -------------+--------------------------------------------------------- docc80 | 262,149 24.77129 12.15505 1 46 dind | 262,149 29.65229 14.00936 1 52 . aef2 1984 84 84_88 84 dct_name aef84_88.dbd raw_name=../raw/morg84 (0 observations deleted) obs 496681 # of persons with age<=15 113291 # of non-interview records 39725 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 7,055 1.42 1.42 1 | 7,190 1.45 2.87 2 | 7,355 1.48 4.35 3 | 7,515 1.51 5.86 4 | 7,147 1.44 7.30 5 | 7,190 1.45 8.75 6 | 6,874 1.38 10.13 7 | 6,739 1.36 11.49 8 | 6,577 1.32 12.81 9 | 6,658 1.34 14.15 10 | 6,503 1.31 15.46 11 | 6,611 1.33 16.79 12 | 7,050 1.42 18.21 13 | 7,768 1.56 19.78 14 | 7,660 1.54 21.32 15 | 7,399 1.49 22.81 16 | 7,271 1.46 24.27 17 | 7,553 1.52 25.79 18 | 7,125 1.43 27.23 19 | 7,152 1.44 28.67 20 | 7,394 1.49 30.16 21 | 7,548 1.52 31.68 22 | 7,548 1.52 33.20 23 | 7,814 1.57 34.77 24 | 7,844 1.58 36.35 25 | 7,847 1.58 37.93 26 | 7,928 1.60 39.53 27 | 7,993 1.61 41.13 28 | 7,974 1.61 42.74 29 | 7,837 1.58 44.32 30 | 7,856 1.58 45.90 31 | 7,502 1.51 47.41 32 | 7,341 1.48 48.89 33 | 7,309 1.47 50.36 34 | 7,080 1.43 51.79 35 | 7,151 1.44 53.22 36 | 7,060 1.42 54.65 37 | 7,201 1.45 56.10 38 | 5,540 1.12 57.21 39 | 5,475 1.10 58.31 40 | 5,838 1.18 59.49 41 | 5,827 1.17 60.66 42 | 5,405 1.09 61.75 43 | 4,972 1.00 62.75 44 | 4,714 0.95 63.70 45 | 4,743 0.95 64.66 46 | 4,472 0.90 65.56 47 | 4,455 0.90 66.45 48 | 4,441 0.89 67.35 49 | 4,415 0.89 68.24 50 | 4,275 0.86 69.10 51 | 4,177 0.84 69.94 52 | 4,206 0.85 70.78 53 | 4,341 0.87 71.66 54 | 4,383 0.88 72.54 55 | 4,445 0.89 73.44 56 | 4,564 0.92 74.35 57 | 4,408 0.89 75.24 58 | 4,424 0.89 76.13 59 | 4,450 0.90 77.03 60 | 4,507 0.91 77.94 61 | 4,264 0.86 78.80 62 | 4,241 0.85 79.65 63 | 4,187 0.84 80.49 64 | 4,023 0.81 81.30 65 | 3,988 0.80 82.10 66 | 3,822 0.77 82.87 67 | 3,557 0.72 83.59 68 | 3,353 0.68 84.27 69 | 3,376 0.68 84.95 70 | 3,311 0.67 85.61 71 | 3,127 0.63 86.24 72 | 2,915 0.59 86.83 73 | 2,757 0.56 87.38 74 | 2,622 0.53 87.91 75 | 2,503 0.50 88.42 76 | 2,271 0.46 88.87 77 | 1,985 0.40 89.27 78 | 1,766 0.36 89.63 79 | 1,708 0.34 89.97 80 | 1,574 0.32 90.29 81 | 1,377 0.28 90.57 82 | 1,172 0.24 90.80 83 | 1,094 0.22 91.02 84 | 929 0.19 91.21 85 | 752 0.15 91.36 86 | 698 0.14 91.50 87 | 532 0.11 91.61 88 | 469 0.09 91.70 89 | 349 0.07 91.77 90 | 330 0.07 91.84 91 | 226 0.05 91.88 92 | 174 0.04 91.92 93 | 125 0.03 91.94 94 | 96 0.02 91.96 95 | 68 0.01 91.98 96 | 46 0.01 91.99 97 | 28 0.01 91.99 98 | 12 0.00 92.00 99 | 33 0.01 92.00 . | 39,725 8.00 100.00 ------------+----------------------------------- Total | 496,681 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- . | 39,725 100.00 100.00 ------------+----------------------------------- Total | 39,725 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 7,055 6.23 6.23 1 | 7,190 6.35 12.57 2 | 7,355 6.49 19.07 3 | 7,515 6.63 25.70 4 | 7,147 6.31 32.01 5 | 7,190 6.35 38.35 6 | 6,874 6.07 44.42 7 | 6,739 5.95 50.37 8 | 6,577 5.81 56.18 9 | 6,658 5.88 62.05 10 | 6,503 5.74 67.79 11 | 6,611 5.84 73.63 12 | 7,050 6.22 79.85 13 | 7,768 6.86 86.71 14 | 7,660 6.76 93.47 15 | 7,399 6.53 100.00 ------------+----------------------------------- Total | 113,291 100.00 (113,291 observations deleted) (39,725 observations deleted) obs 343665 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (170,223 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (173,442 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (52,042 real changes made, 52,042 to missing) replace centcity = . if centcity==4 | centcity<=0 (60,378 real changes made, 60,378 to missing) drop icntcity pmsarank cmsarank replace smsasize=. if smsasize<=0 generate byte smsa70 = smsasize (260,231 missing values generated) drop smsasize Demography (57,586 real changes made, 57,586 to missing) (286,079 real changes made) (0 real changes made) if 1984 > 1983 & 1984 < 1989 { (ch05: 286079 changes made) (ch613: 286079 changes made) (ch1417: 286079 changes made) if 1984 > 1983 & 1984 < 1994 { (343,665 real changes made) (81,303 real changes made) Employment docc80 (84,867 missing values generated) recode docc80 (docc80: 258798 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (84,867 missing values generated) (dind: 258798 changes made) Wages (0 real changes made) (0 real changes made) (1,013 real changes made, 1,013 to missing) (0 real changes made) (0 real changes made) (166,417 real changes made) (340,647 real changes made) (340,000 real changes made) (330,739 real changes made) (317,565 real changes made) (0 real changes made) Hours, Unions variable spouse was int now byte variable ym_file was float now int variable ym was float now int variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc80 was int now byte variable dind was float now byte (4,123,980 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa70: 1979-1985:6; . label values smsa70 P66L; . label define P66L > 1 "3 million plus" > 2 "1-3 million" > 3 "Not identifiable" > ; . * smsarank: 1979-1985:6; . label values smsarank P280L; . label define P280L > 0 "Not listed below" > 1 "New York City" > 2 "Los Angeles" > 3 "Chicago" > 4 "Philadelphia" > 5 "Detroit" > 6 "San Francisco-Oakland" > 7 "Washington D.C." > 8 "Boston" > 9 "Nassau-Suffolk, NY" > 10 "Pittsburgh" > 11 "St. Louis" > 12 "Baltimore" > 13 "Cleveland" > 14 "Houston" > 15 "Newark" > 16 "Minneapolis-St. Paul" > 17 "Dallas" > 18 "Seattle-Everett" > 19 "Anaheim-Santa Anna-Garden Grove" > 20 "Milwaukee" > 21 "Atlanta" > 22 "Cincinnati" > 23 "Patterson-Clifton-Passaic" > 24 "San Diego" > 25 "Buffalo" > 26 "Miami" > 27 "Kansas City" > 28 "Denver" > 29 "San Bernardino-Riverside-Ontario" > 30 "Indianapolis" > 31 "San Jose" > 32 "New Orleans" > 33 "Tampa-St. Petersburg" > 34 "Portland" > 36 "Columbus, OH" > 38 "Rochester" > 42 "Sacramento" > 44 "Fort Worth" > 45 "Birmingham, AL" > 46 "Albany-Schenectady-Troy" > 48 "Norfold-Portsmouth, VA" > 49 "Akron, OH" > 53 "Gary-Hammond-East Chicago" > 57 "Greensboro-Winston-Salem-High Point" > ; . * icntcity goes here; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1979-1988; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "Other" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > 0 "Not in primary family" > 1 "No children < 18 years old" > 2 "All children 14-17 years old" > 3 "All children 6-13 years old" > 4 "All children 0-5 years old" > 5 "Children 6-17 (no 0-5)" > 6 "Children 0-5 & 14-17 (no 6-13)" > 7 "Children 0-13 (no 14-17)" > 8 "Children from all age groups" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1993 codes differ from pfamrel 1994-; . * pfamrel: 1984-1993; . label values pfamrel P47L; . label define P47L > 0 "Not in Primary Family" > 1 "Husband" > 2 "Wife" > 3 "Child" > 4 "Other Relative" > 5 "Unmarried Reference Person" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * gradecp: 1979-1991; . label values gradecp P62L; . label define P62L > 1 "Yes" > 2 "No" > ; . * relahh: 1979-1988; . label values relahh P42L; . label define P42L > 1 "Head with other relatives" > 2 "Head with no other relatives" > 3 "Wife of head" > 4 "Other relative of head" > 5 "Non-relative of head with own relatives (includes wife)" > 6 "Non-relative of head with no own relatives" > ; . * paidhr: 1979-; . label values paidhr P48L; . label define P48L > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "No Change" > 1 "Allocated" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "No Change" > 1 "Allocated" > ; . * I25c: 1979-1993; . label values I25c P50L; . label define P50L > 0 "No Change" > 1 "Allocated" > ; . * I25d: 1979-1993; . label values I25d P51L; . label define P51L > 0 "No Change" > 1 "Allocated" > ; . * class: 1979-1993; . label values class P61L; . label define P61L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1979-1988; . label values classer P63L; . label define P63L > 1 "Private" > 2 "Government" > 3 "Self-Employed" > 4 "Without Pay" > 5 "Never worked or never worked full-time" > ; . * esr: 1979-1988; . label values esr P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-Looking" > 4 "Housework" > 5 "School" > 6 "Unable to work/Disabled" > 7 "Other (Includes Retired)" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1983-1991; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 20 "Agricultural services, except horticultural(07, except 078)[83-91]" > 21 "Horticultural services (078) [83-91]" > 30 "Forestry (08) [83-91]" > 31 "Fishing, hunting, and trapping (09) [83-91]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Crude petroleum and natural gas extraction (13) [83-91]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned and preserved fruits and vegetables (203) [83-91]" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Floor coverings, except hard surface (227) [83-91]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and other hardware (342) [83-91]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Electronic computing equipment (3573) [83-91]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Optical and health services supplies (383, 384, 385) [83-91]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 382 "Not specified professional equipment [83-91]" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting (483) [83-91]" > 441 "Telephone, wire and radio (481) [83-91]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 460 "Electric light and power (491) [83-91]" > 461 "Gas and steam supply systems (492, 496) [83-91]" > 462 "Electric and gas, and other combinations (493) [83-91]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Sporting goods, toys, and hobby goods (504) [83-91]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 522 "Not specified electrical and hardware products [83-91]" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 630 "Apparel and accessory stores, except shoe (56, except 566)[83-91]" > 631 "Shoe stores (566) [83-91]" > 632 "Furniture and home furnishings stores (571) [83-91]" > 640 "Household appliances, TV, and radio stores (572,573) [83-91]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Sewing, needlework, and piece goods stores (5949) [83-91]" > 662 "Mail order houses (5961) [83-91]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel and ice dealers (598) [83-91]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings and loan associations (612) [83-91]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance-law offices (65,66)[83-91]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 730 "Commercial research, development, and testing labs (7391, 7397) [83-91]" > 731 "Personnel supply services (736)" > 732 "Business management and consulting services (7392) [83-91]" > 740 "Computer and data processing services (737) [83-91]" > 741 "Detective and protective services (7393) [83-91]" > 742 "Business services, n.e.c.(732,733,735,7394,7395,7396,7399)[83-91]" > 750 "Automotive services, except repair (751, 752, 754) [83-91]" > 751 "Automotive repair shops (753) [83-91]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Bowling alleys, billiard and pool parlors (793) [83-91]" > 802 "Miscellaneous entertainment & recreation services (791, 794, 799) [83-91]" > 812 "Offices of physicians (801, 803) [83-91]" > 820 "Offices of dentists (802) [83-91]" > 821 "Offices of chiropractors (8041) [83-91]" > 822 "Offices of optometrists (8042) [83-91]" > 830 "Offices of health practitioners, n.e.c. (8049) [83-91]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Business, trade, and vocational schools (824) [83-91]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 880 "Religious organizations (866)" > 881 "Membership organizations (861-865, 869) [83-91]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Noncommercial educational and scientific research (892) [83-91]" > 892 "Miscellaneous professional and related services (899) [83-91]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many characters for Stata 6 to accept; . * if using Stata 7, do d:\sources\occ80_83_91 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1979-1988; . label values activlwr P53L; . label define P53L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw P54L; . label define P54L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Other/Retired" > ; . * uhours35 1979-1993; . label values uhours35 P55L; . label define P55L > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw P56L; . label define P56L > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw P57L; . label define P57L > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw P58L; . label define P58L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt79: 1979-1988; . label values ftpt79 P59L; . label define P59L > 0 "Not In Labor Force" > 1 "Employed full-time" > 2 "Part-time For Economic Reasons" > 3 "Unemployed FT" > 4 "Employed PT" > 5 "Unemployed PT" > ; . * ptstat: 1979-1988; . label values ptstat P65L; . label define P65L > 0 "All other" > 5 "Voluntary part-time workers" > 6 "Part-time for economic reasons" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmm: 1984-1993; . label values unionmm P60L; . label define P60L > 1 "Yes" > 2 "No" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters" > ; . ** prunecat 1979-1988 ; . label values prunecat prunecat; . label define prunecat > 0 "Not unemployed" > 1 "Less than 5 weeks" > 2 "5 and 6 weeks" > 3 "7 and 10 weeks" > 4 "11 and 14 weeks" > 5 "15 and 26 weeks" > 6 "27 and 39 weeks" > 7 "40 and 51 weeks" > 8 "52 weeks and over" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg84.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- minsamp | 343,665 6.018733 1.999915 4 8 hhid | 0 state | 343,665 52.94592 26.21478 11 95 smsarank | 343,665 5.208657 10.52625 0 57 hurespli | 342,138 1.677154 .8042839 1 7 -------------+--------------------------------------------------------- schenr | 67,249 1.60679 .4884665 1 2 schlvl | 26,443 1.494119 .4999749 1 2 hhnum | 343,665 1.091967 .3292597 1 8 activlwr | 343,665 2.899946 2.248446 1 7 hourslw | 194,147 38.67536 13.99387 1 99 -------------+--------------------------------------------------------- reasonlw | 50,027 10.10916 3.922843 1 15 absentlw | 14,140 3.595827 2.646903 1 8 classer | 260,853 1.385236 .7467635 1 5 lineno | 343,665 1.798656 1.080923 0 36 relahh | 343,665 2.425787 1.294567 1 6 -------------+--------------------------------------------------------- age | 343,665 42.42364 18.52201 16 99 marital | 343,665 2.907369 2.505176 1 7 race | 343,665 1.160287 .4479898 1 3 sex | 343,665 1.530744 .4990547 1 2 veteran | 161,889 4.880949 1.773514 1 6 -------------+--------------------------------------------------------- gradeat | 343,665 12.30682 3.033712 0 18 gradecp | 343,665 1.222187 .415717 1 2 esr | 343,665 2.626823 2.128543 1 7 studftpt | 26,443 1.113754 .3175184 1 2 intmonth | 343,665 6.497298 3.455863 1 12 -------------+--------------------------------------------------------- weight | 343,665 1539.723 779.9211 23.15 16655.71 smsastat | 291,623 1.335951 .4723226 1 2 centcity | 283,287 2.066438 .7879235 1 3 ethnic | 342,905 7.777338 1.142623 1 9 ptstat | 343,665 .6296713 1.793381 0 6 -------------+--------------------------------------------------------- ftpt79 | 343,665 1.044878 1.203676 0 5 prunecat | 343,665 .1570687 .8801408 0 8 agri | 343,665 .0238779 .152669 0 1 doinglw | 343,148 2.967763 2.386222 1 8 hourslwa | 193,491 38.65987 14.01458 -8 99 -------------+--------------------------------------------------------- uhours35 | 49,363 1.709256 .4541103 1 2 why35lw | 49,476 10.10983 3.922558 1 15 class | 259,518 2.014161 1.814957 1 8 uhours | 175,588 37.80061 11.03071 -9 99 paidhr | 174,954 1.413577 .4924759 1 2 -------------+--------------------------------------------------------- earnhr | 89,402 677.9581 379.0045 1 9999 uearnwk | 151,583 318.8556 215.6324 -99 999 earnwt | 343,665 6161.268 3132.74 93.28 68606.39 spouse | 17,528 49.17064 28.88493 0 99 eligible | 343,665 1.484242 .4997523 1 2 -------------+--------------------------------------------------------- uhourse | 177,248 37.80939 10.96385 0 99 paidhre | 177,248 1.409979 .4918309 1 2 earnhre | 104,580 682.9258 377.0261 50 9999 earnwke | 177,248 322.4493 215.8607 0 999 unionmme | 177,248 1.814266 .3888931 1 2 -------------+--------------------------------------------------------- I25a | 343,665 .0087818 .0932991 0 1 I25b | 343,665 .0106645 .1027169 0 1 I25c | 343,665 .0376122 .1902568 0 1 I25d | 343,665 .0759461 .2649122 0 1 uearnwke | 104,580 257.0817 167.2497 0 999 -------------+--------------------------------------------------------- hrhtype | 343,665 .0025839 .0507665 0 1 unionmm | 174,659 1.814433 .3887582 1 2 unioncov | 143,212 1.953803 .2099128 1 2 ind80 | 258,798 548.2273 284.3926 10 991 occ80 | 258,798 400.6177 245.0892 3 905 -------------+--------------------------------------------------------- famnum | 343,665 .8561041 .4080798 0 5 ownchild | 286,079 .9393944 1.17641 0 8 chldpres | 343,665 2.086194 2.019784 0 8 pfamrel | 343,665 1.796348 1.344383 0 5 recnum | 343,665 248417.5 143454.5 8 496681 -------------+--------------------------------------------------------- year | 343,665 1984 0 1984 1984 ym_file | 343,665 293.4973 3.455863 288 299 ym | 343,665 284.4411 6.898542 273 296 smsa70 | 83,434 1.614941 .4866121 1 2 ch613 | 343,665 .2191262 .4136549 0 1 -------------+--------------------------------------------------------- ch1417 | 343,665 .1887769 .3913318 0 1 ch05 | 343,665 .1606652 .3672224 0 1 docc80 | 258,798 24.53068 12.20869 1 46 dind | 258,798 29.65944 13.94557 1 52 . aef2 1985 85 84_88 85 dct_name aef84_88.dbd raw_name=../raw/morg85 (0 observations deleted) obs 496333 # of persons with age<=15 111546 # of non-interview records 41196 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,978 1.41 1.41 1 | 7,092 1.43 2.83 2 | 7,344 1.48 4.31 3 | 7,336 1.48 5.79 4 | 7,270 1.46 7.26 5 | 7,008 1.41 8.67 6 | 6,922 1.39 10.06 7 | 6,778 1.37 11.43 8 | 6,616 1.33 12.76 9 | 6,395 1.29 14.05 10 | 6,546 1.32 15.37 11 | 6,498 1.31 16.68 12 | 6,632 1.34 18.02 13 | 6,956 1.40 19.42 14 | 7,619 1.54 20.95 15 | 7,556 1.52 22.47 16 | 7,239 1.46 23.93 17 | 7,019 1.41 25.35 18 | 6,934 1.40 26.74 19 | 6,719 1.35 28.10 20 | 7,009 1.41 29.51 21 | 7,227 1.46 30.97 22 | 7,538 1.52 32.48 23 | 7,528 1.52 34.00 24 | 7,686 1.55 35.55 25 | 7,977 1.61 37.16 26 | 7,975 1.61 38.76 27 | 7,907 1.59 40.36 28 | 7,903 1.59 41.95 29 | 7,813 1.57 43.52 30 | 8,004 1.61 45.14 31 | 7,503 1.51 46.65 32 | 7,592 1.53 48.18 33 | 7,353 1.48 49.66 34 | 7,279 1.47 51.13 35 | 7,225 1.46 52.58 36 | 7,008 1.41 53.99 37 | 6,994 1.41 55.40 38 | 7,241 1.46 56.86 39 | 5,554 1.12 57.98 40 | 5,589 1.13 59.11 41 | 5,473 1.10 60.21 42 | 5,899 1.19 61.40 43 | 5,163 1.04 62.44 44 | 4,894 0.99 63.42 45 | 4,701 0.95 64.37 46 | 4,475 0.90 65.27 47 | 4,322 0.87 66.14 48 | 4,359 0.88 67.02 49 | 4,284 0.86 67.88 50 | 4,447 0.90 68.78 51 | 4,110 0.83 69.61 52 | 4,219 0.85 70.46 53 | 4,200 0.85 71.30 54 | 4,249 0.86 72.16 55 | 4,446 0.90 73.06 56 | 4,449 0.90 73.95 57 | 4,441 0.89 74.85 58 | 4,287 0.86 75.71 59 | 4,391 0.88 76.60 60 | 4,604 0.93 77.52 61 | 4,298 0.87 78.39 62 | 4,302 0.87 79.26 63 | 4,064 0.82 80.08 64 | 4,084 0.82 80.90 65 | 4,173 0.84 81.74 66 | 3,659 0.74 82.48 67 | 3,640 0.73 83.21 68 | 3,522 0.71 83.92 69 | 3,234 0.65 84.57 70 | 3,345 0.67 85.24 71 | 3,096 0.62 85.87 72 | 3,022 0.61 86.48 73 | 2,714 0.55 87.02 74 | 2,583 0.52 87.54 75 | 2,536 0.51 88.06 76 | 2,199 0.44 88.50 77 | 2,126 0.43 88.93 78 | 1,819 0.37 89.29 79 | 1,720 0.35 89.64 80 | 1,597 0.32 89.96 81 | 1,375 0.28 90.24 82 | 1,229 0.25 90.49 83 | 1,070 0.22 90.70 84 | 948 0.19 90.89 85 | 824 0.17 91.06 86 | 628 0.13 91.19 87 | 584 0.12 91.30 88 | 431 0.09 91.39 89 | 373 0.08 91.46 90 | 701 0.14 91.61 91 | 131 0.03 91.63 92 | 96 0.02 91.65 93 | 73 0.01 91.67 94 | 62 0.01 91.68 95 | 33 0.01 91.69 96 | 33 0.01 91.69 97 | 15 0.00 91.70 98 | 15 0.00 91.70 99 | 8 0.00 91.70 . | 41,196 8.30 100.00 ------------+----------------------------------- Total | 496,333 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- . | 41,196 100.00 100.00 ------------+----------------------------------- Total | 41,196 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,978 6.26 6.26 1 | 7,092 6.36 12.61 2 | 7,344 6.58 19.20 3 | 7,336 6.58 25.77 4 | 7,270 6.52 32.29 5 | 7,008 6.28 38.57 6 | 6,922 6.21 44.78 7 | 6,778 6.08 50.86 8 | 6,616 5.93 56.79 9 | 6,395 5.73 62.52 10 | 6,546 5.87 68.39 11 | 6,498 5.83 74.21 12 | 6,632 5.95 80.16 13 | 6,956 6.24 86.40 14 | 7,619 6.83 93.23 15 | 7,556 6.77 100.00 ------------+----------------------------------- Total | 111,546 100.00 (111,546 observations deleted) (41,196 observations deleted) obs 343591 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (171,215 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (172,376 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (28,172 real changes made, 28,172 to missing) replace centcity = . if centcity==4 | centcity<=0 (44,790 real changes made, 44,790 to missing) (26,898 real changes made, 26,898 to missing) (86,232 real changes made, 86,232 to missing) replace smsasize=. if smsasize<=0 (315,355 missing values generated) (284,257 missing values generated) drop smsasize Demography (59,464 real changes made, 59,464 to missing) (284,127 real changes made) (0 real changes made) if 1985 > 1983 & 1985 < 1989 { (ch05: 284127 changes made) (ch613: 284127 changes made) (ch1417: 284127 changes made) if 1985 > 1983 & 1985 < 1994 { (343,591 real changes made) (81,764 real changes made) Employment docc80 (84,502 missing values generated) recode docc80 (docc80: 259089 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (84,502 missing values generated) (dind: 259089 changes made) Wages (0 real changes made) (0 real changes made) (980 real changes made, 980 to missing) (0 real changes made) (0 real changes made) (163,359 real changes made) (340,407 real changes made) (339,831 real changes made) (330,677 real changes made) (317,872 real changes made) (0 real changes made) Hours, Unions variable spouse was int now byte variable ym_file was float now int variable ym was float now int variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc80 was int now byte variable dind was float now byte (4,123,092 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa70: 1979-1985:6; . label values smsa70 P66L; . label define P66L > 1 "3 million plus" > 2 "1-3 million" > 3 "Not identifiable" > ; . * smsa80: 1985:10-1994:3; . label values smsa80 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000 - 9,999,999" > 8 "10,000,000+" > ; . * smsarank: 1979-1985:6; . label values smsarank P280L; . label define P280L > 0 "Not listed below" > 1 "New York City" > 2 "Los Angeles" > 3 "Chicago" > 4 "Philadelphia" > 5 "Detroit" > 6 "San Francisco-Oakland" > 7 "Washington D.C." > 8 "Boston" > 9 "Nassau-Suffolk, NY" > 10 "Pittsburgh" > 11 "St. Louis" > 12 "Baltimore" > 13 "Cleveland" > 14 "Houston" > 15 "Newark" > 16 "Minneapolis-St. Paul" > 17 "Dallas" > 18 "Seattle-Everett" > 19 "Anaheim-Santa Anna-Garden Grove" > 20 "Milwaukee" > 21 "Atlanta" > 22 "Cincinnati" > 23 "Patterson-Clifton-Passaic" > 24 "San Diego" > 25 "Buffalo" > 26 "Miami" > 27 "Kansas City" > 28 "Denver" > 29 "San Bernardino-Riverside-Ontario" > 30 "Indianapolis" > 31 "San Jose" > 32 "New Orleans" > 33 "Tampa-St. Petersburg" > 34 "Portland" > 36 "Columbus, OH" > 38 "Rochester" > 42 "Sacramento" > 44 "Fort Worth" > 45 "Birmingham, AL" > 46 "Albany-Schenectady-Troy" > 48 "Norfold-Portsmouth, VA" > 49 "Akron, OH" > 53 "Gary-Hammond-East Chicago" > 57 "Greensboro-Winston-Salem-High Point" > ; . * icntcity goes here; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1979-1988; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "Other" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > 0 "Not in primary family" > 1 "No children < 18 years old" > 2 "All children 14-17 years old" > 3 "All children 6-13 years old" > 4 "All children 0-5 years old" > 5 "Children 6-17 (no 0-5)" > 6 "Children 0-5 & 14-17 (no 6-13)" > 7 "Children 0-13 (no 14-17)" > 8 "Children from all age groups" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1993 codes differ from pfamrel 1994-; . * pfamrel: 1984-1993; . label values pfamrel P47L; . label define P47L > 0 "Not in Primary Family" > 1 "Husband" > 2 "Wife" > 3 "Child" > 4 "Other Relative" > 5 "Unmarried Reference Person" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * gradecp: 1979-1991; . label values gradecp P62L; . label define P62L > 1 "Yes" > 2 "No" > ; . * relahh: 1979-1988; . label values relahh P42L; . label define P42L > 1 "Head with other relatives" > 2 "Head with no other relatives" > 3 "Wife of head" > 4 "Other relative of head" > 5 "Non-relative of head with own relatives (includes wife)" > 6 "Non-relative of head with no own relatives" > ; . * paidhr: 1979-; . label values paidhr P48L; . label define P48L > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "No Change" > 1 "Allocated" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "No Change" > 1 "Allocated" > ; . * I25c: 1979-1993; . label values I25c P50L; . label define P50L > 0 "No Change" > 1 "Allocated" > ; . * I25d: 1979-1993; . label values I25d P51L; . label define P51L > 0 "No Change" > 1 "Allocated" > ; . * class: 1979-1993; . label values class P61L; . label define P61L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1979-1988; . label values classer P63L; . label define P63L > 1 "Private" > 2 "Government" > 3 "Self-Employed" > 4 "Without Pay" > 5 "Never worked or never worked full-time" > ; . * esr: 1979-1988; . label values esr P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-Looking" > 4 "Housework" > 5 "School" > 6 "Unable to work/Disabled" > 7 "Other (Includes Retired)" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1983-1991; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 20 "Agricultural services, except horticultural(07, except 078)[83-91]" > 21 "Horticultural services (078) [83-91]" > 30 "Forestry (08) [83-91]" > 31 "Fishing, hunting, and trapping (09) [83-91]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Crude petroleum and natural gas extraction (13) [83-91]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned and preserved fruits and vegetables (203) [83-91]" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Floor coverings, except hard surface (227) [83-91]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and other hardware (342) [83-91]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Electronic computing equipment (3573) [83-91]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Optical and health services supplies (383, 384, 385) [83-91]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 382 "Not specified professional equipment [83-91]" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting (483) [83-91]" > 441 "Telephone, wire and radio (481) [83-91]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 460 "Electric light and power (491) [83-91]" > 461 "Gas and steam supply systems (492, 496) [83-91]" > 462 "Electric and gas, and other combinations (493) [83-91]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Sporting goods, toys, and hobby goods (504) [83-91]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 522 "Not specified electrical and hardware products [83-91]" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 630 "Apparel and accessory stores, except shoe (56, except 566)[83-91]" > 631 "Shoe stores (566) [83-91]" > 632 "Furniture and home furnishings stores (571) [83-91]" > 640 "Household appliances, TV, and radio stores (572,573) [83-91]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Sewing, needlework, and piece goods stores (5949) [83-91]" > 662 "Mail order houses (5961) [83-91]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel and ice dealers (598) [83-91]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings and loan associations (612) [83-91]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance-law offices (65,66)[83-91]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 730 "Commercial research, development, and testing labs (7391, 7397) [83-91]" > 731 "Personnel supply services (736)" > 732 "Business management and consulting services (7392) [83-91]" > 740 "Computer and data processing services (737) [83-91]" > 741 "Detective and protective services (7393) [83-91]" > 742 "Business services, n.e.c.(732,733,735,7394,7395,7396,7399)[83-91]" > 750 "Automotive services, except repair (751, 752, 754) [83-91]" > 751 "Automotive repair shops (753) [83-91]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Bowling alleys, billiard and pool parlors (793) [83-91]" > 802 "Miscellaneous entertainment & recreation services (791, 794, 799) [83-91]" > 812 "Offices of physicians (801, 803) [83-91]" > 820 "Offices of dentists (802) [83-91]" > 821 "Offices of chiropractors (8041) [83-91]" > 822 "Offices of optometrists (8042) [83-91]" > 830 "Offices of health practitioners, n.e.c. (8049) [83-91]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Business, trade, and vocational schools (824) [83-91]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 880 "Religious organizations (866)" > 881 "Membership organizations (861-865, 869) [83-91]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Noncommercial educational and scientific research (892) [83-91]" > 892 "Miscellaneous professional and related services (899) [83-91]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . * if using Stata 7, do d:\sources\occ80_83_91 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1979-1988; . label values activlwr P53L; . label define P53L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Other/Retired" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw P54L; . label define P54L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * uhours35 1979-1993; . label values uhours35 P55L; . label define P55L > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw P56L; . label define P56L > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw P57L; . label define P57L > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw P58L; . label define P58L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt79: 1979-1988; . label values ftpt79 P59L; . label define P59L > 0 "Not In Labor Force" > 1 "Employed full-time" > 2 "Part-time For Economic Reasons" > 3 "Unemployed FT" > 4 "Employed PT" > 5 "Unemployed PT" > ; . * ptstat: 1979-1988; . label values ptstat P65L; . label define P65L > 0 "All other" > 5 "Voluntary part-time workers" > 6 "Part-time for economic reasons" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmm: 1984-1993; . label values unionmm P60L; . label define P60L > 1 "Yes" > 2 "No" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters" > ; . ** prunecat 1979-1988 ; . label values prunecat prunecat; . label define prunecat > 0 "Not unemployed" > 1 "Less than 5 weeks" > 2 "5 and 6 weeks" > 3 "7 and 10 weeks" > 4 "11 and 14 weeks" > 5 "15 and 26 weeks" > 6 "27 and 39 weeks" > 7 "40 and 51 weeks" > 8 "52 weeks and over" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg85.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- minsamp | 343,591 6.006758 1.999991 4 8 hhid | 0 state | 343,591 51.33941 26.06169 11 95 smsarank | 257,359 3.511733 9.005105 0 57 hurespli | 342,248 1.657474 .7885685 1 7 -------------+--------------------------------------------------------- schenr | 64,899 1.623769 .4844428 1 2 schlvl | 24,417 1.477987 .4995254 1 2 hhnum | 343,591 1.088154 .3204148 1 8 activlwr | 343,591 2.9089 2.275778 1 7 hourslw | 195,489 38.83549 13.87874 1 99 -------------+--------------------------------------------------------- reasonlw | 49,342 10.18935 3.892784 1 15 absentlw | 14,543 3.554012 2.618309 1 8 classer | 260,928 1.368845 .7266629 1 5 lineno | 343,591 1.784584 1.061058 0 31 relahh | 343,591 2.422956 1.297635 1 6 -------------+--------------------------------------------------------- age | 343,591 42.56664 18.46448 16 99 marital | 343,591 2.924937 2.507229 1 7 race | 343,591 1.161241 .4468883 1 3 sex | 343,591 1.531641 .4989986 1 2 veteran | 251,916 5.286107 1.516428 1 6 -------------+--------------------------------------------------------- gradeat | 343,591 12.36867 3.014508 0 18 gradecp | 343,591 1.218882 .4134892 1 2 esr | 343,591 2.629592 2.152968 1 7 studftpt | 24,417 1.092722 .2900488 1 2 intmonth | 343,591 6.498558 3.454322 1 12 -------------+--------------------------------------------------------- weight | 343,591 1555.97 743.511 38.05 20548.99 smsastat | 315,419 1.294415 .4557799 1 2 centcity | 213,774 2.053655 .781938 1 3 ethnic | 342,892 7.779298 1.128798 1 9 ptstat | 343,591 .6217974 1.785371 0 6 -------------+--------------------------------------------------------- ftpt79 | 343,591 1.043491 1.199024 0 5 prunecat | 343,591 .1406294 .8101339 0 8 agri | 343,591 .0215954 .1453587 0 1 doinglw | 343,019 2.979059 2.416207 1 8 hourslwa | 194,874 38.81707 13.89754 -8 99 -------------+--------------------------------------------------------- uhours35 | 48,687 1.70524 .4559397 1 2 why35lw | 48,820 10.18626 3.892225 1 15 class | 259,797 1.978722 1.782954 1 8 uhours | 178,670 37.93348 11.07608 -9 99 paidhr | 178,216 1.413089 .4923899 1 2 -------------+--------------------------------------------------------- earnhr | 91,494 705.5318 404.0264 13 9999 uearnwk | 155,189 334.2555 224.33 -99 999 earnwt | 343,591 6227.852 2996.579 151.49 83988.15 spouse | 17,710 49.44591 28.94375 0 99 eligible | 343,591 1.475446 .4993975 1 2 -------------+--------------------------------------------------------- uhourse | 180,232 37.96892 10.96679 0 99 paidhre | 180,232 1.409123 .4916733 1 2 earnhre | 106,495 709.4404 397.2761 50 9999 earnwke | 180,232 337.6849 224.2307 0 999 unionmme | 180,232 1.821425 .3829974 1 2 -------------+--------------------------------------------------------- I25a | 343,591 .0092668 .0958175 0 1 I25b | 343,591 .0109432 .1040361 0 1 I25c | 343,591 .0375854 .1901916 0 1 I25d | 343,591 .0748535 .2631552 0 1 uearnwke | 106,495 267.6373 174.3618 0 999 -------------+--------------------------------------------------------- hrhtype | 343,591 .0025903 .050829 0 1 unionmm | 177,849 1.822068 .3824564 1 2 unioncov | 147,208 1.958148 .2002523 1 2 ind80 | 259,089 552.5288 281.9046 10 991 occ80 | 259,089 396.0338 244.8626 3 905 -------------+--------------------------------------------------------- famnum | 343,591 .8496934 .4115308 0 8 ownchild | 284,127 .9246851 1.183464 0 8 chldpres | 343,591 2.049891 2.008151 0 8 pfamrel | 343,591 1.79035 1.356084 0 5 recnum | 343,591 248236.4 143386.4 4 496331 -------------+--------------------------------------------------------- year | 343,591 1985 0 1985 1985 ym_file | 343,591 305.4986 3.454322 300 311 ym | 343,591 296.4783 6.933788 285 308 smsa70 | 28,236 1.619422 .4855376 1 2 smsa80 | 59,334 5.24566 1.894542 2 8 -------------+--------------------------------------------------------- ch613 | 343,591 .2109689 .4079969 0 1 ch1417 | 343,591 .1839891 .3874759 0 1 ch05 | 343,591 .1595181 .3661591 0 1 docc80 | 259,089 24.24333 12.20356 1 46 dind | 259,089 29.85553 13.80779 1 52 . aef2 1986 86 84_88 86_88 dct_name aef84_88.dbd raw_name=../raw/morg86 (0 observations deleted) obs 488997 # of persons with age<=15 108922 # of non-interview records 42024 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,822 1.40 1.40 1 | 7,121 1.46 2.85 2 | 6,940 1.42 4.27 3 | 7,185 1.47 5.74 4 | 7,176 1.47 7.21 5 | 7,115 1.46 8.66 6 | 7,087 1.45 10.11 7 | 6,740 1.38 11.49 8 | 6,563 1.34 12.83 9 | 6,435 1.32 14.15 10 | 6,223 1.27 15.42 11 | 6,350 1.30 16.72 12 | 6,335 1.30 18.01 13 | 6,492 1.33 19.34 14 | 6,887 1.41 20.75 15 | 7,451 1.52 22.27 16 | 7,346 1.50 23.78 17 | 7,059 1.44 25.22 18 | 6,483 1.33 26.55 19 | 6,354 1.30 27.85 20 | 6,206 1.27 29.11 21 | 6,671 1.36 30.48 22 | 7,020 1.44 31.91 23 | 7,220 1.48 33.39 24 | 7,401 1.51 34.90 25 | 7,893 1.61 36.52 26 | 7,713 1.58 38.10 27 | 7,805 1.60 39.69 28 | 7,878 1.61 41.30 29 | 7,705 1.58 42.88 30 | 7,874 1.61 44.49 31 | 7,693 1.57 46.06 32 | 7,591 1.55 47.61 33 | 7,445 1.52 49.14 34 | 7,259 1.48 50.62 35 | 7,063 1.44 52.07 36 | 6,759 1.38 53.45 37 | 6,646 1.36 54.81 38 | 7,042 1.44 56.25 39 | 7,004 1.43 57.68 40 | 5,761 1.18 58.86 41 | 5,235 1.07 59.93 42 | 5,436 1.11 61.04 43 | 5,609 1.15 62.19 44 | 5,044 1.03 63.22 45 | 4,771 0.98 64.19 46 | 4,478 0.92 65.11 47 | 4,367 0.89 66.00 48 | 4,300 0.88 66.88 49 | 4,188 0.86 67.74 50 | 4,339 0.89 68.63 51 | 4,094 0.84 69.46 52 | 3,994 0.82 70.28 53 | 4,001 0.82 71.10 54 | 3,989 0.82 71.91 55 | 4,205 0.86 72.77 56 | 4,273 0.87 73.65 57 | 4,089 0.84 74.48 58 | 4,161 0.85 75.34 59 | 4,209 0.86 76.20 60 | 4,210 0.86 77.06 61 | 4,190 0.86 77.91 62 | 4,211 0.86 78.77 63 | 4,000 0.82 79.59 64 | 3,880 0.79 80.39 65 | 4,087 0.84 81.22 66 | 3,847 0.79 82.01 67 | 3,498 0.72 82.72 68 | 3,441 0.70 83.43 69 | 3,322 0.68 84.11 70 | 3,297 0.67 84.78 71 | 3,087 0.63 85.41 72 | 2,950 0.60 86.02 73 | 2,856 0.58 86.60 74 | 2,627 0.54 87.14 75 | 2,484 0.51 87.65 76 | 2,299 0.47 88.12 77 | 2,041 0.42 88.53 78 | 1,930 0.39 88.93 79 | 1,728 0.35 89.28 80 | 1,638 0.33 89.62 81 | 1,389 0.28 89.90 82 | 1,218 0.25 90.15 83 | 1,064 0.22 90.37 84 | 921 0.19 90.55 85 | 852 0.17 90.73 86 | 737 0.15 90.88 87 | 512 0.10 90.98 88 | 471 0.10 91.08 89 | 350 0.07 91.15 90 | 1,241 0.25 91.41 . | 42,024 8.59 100.00 ------------+----------------------------------- Total | 488,997 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- . | 42,024 100.00 100.00 ------------+----------------------------------- Total | 42,024 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,822 6.26 6.26 1 | 7,121 6.54 12.80 2 | 6,940 6.37 19.17 3 | 7,185 6.60 25.77 4 | 7,176 6.59 32.36 5 | 7,115 6.53 38.89 6 | 7,087 6.51 45.40 7 | 6,740 6.19 51.58 8 | 6,563 6.03 57.61 9 | 6,435 5.91 63.52 10 | 6,223 5.71 69.23 11 | 6,350 5.83 75.06 12 | 6,335 5.82 80.88 13 | 6,492 5.96 86.84 14 | 6,887 6.32 93.16 15 | 7,451 6.84 100.00 ------------+----------------------------------- Total | 108,922 100.00 (108,922 observations deleted) (42,024 observations deleted) obs 338051 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (169,200 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (168,851 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (5,614 real changes made, 5,614 to missing) replace centcity = . if centcity==4 | centcity<=0 (61,198 real changes made, 61,198 to missing) (223,096 real changes made, 223,096 to missing) (319,386 real changes made, 319,386 to missing) (104,502 real changes made, 104,502 to missing) replace smsasize=. if smsasize<=0 (104,502 missing values generated) drop smsasize Demography (59,768 real changes made, 59,768 to missing) (278,283 real changes made) (0 real changes made) if 1986 > 1983 & 1986 < 1989 { (ch05: 278283 changes made) (ch613: 278283 changes made) (ch1417: 278283 changes made) if 1986 > 1983 & 1986 < 1994 { (338,051 real changes made) (80,608 real changes made) Employment docc80 (82,997 missing values generated) recode docc80 (docc80: 255054 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (82,997 missing values generated) (dind: 255054 changes made) Wages (0 real changes made) (0 real changes made) (428 real changes made, 428 to missing) (0 real changes made) (0 real changes made) (158,904 real changes made) (335,643 real changes made) (335,492 real changes made) (328,854 real changes made) (318,906 real changes made) (0 real changes made) Hours, Unions variable spouse was int now byte variable ym_file was float now int variable ym was float now int variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc80 was int now byte variable dind was float now byte (4,056,612 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa80: 1985:10-1994:3; . label values smsa80 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000 - 9,999,999" > 8 "10,000,000+" > ; . * cmsarank: 1986-1994:3; . label values cmsarank P45L; . label define P45L > 1 "New York-New Jersey-Long Island, NY-NJ CMSA" > 2 "Los Angeles-Anaheim-Riverside, CA CMSA" > 3 "Chicago-Gary-Lake County, IL-IN-WI CMSA (Wisconsin portion not in sample)" > 4 "Philadelphia-Wilmington-Trenton, PA-NJ-DE-MD CMSA (Maryland portion suppressed)" > 5 "San Francisco-Oakland-San Jose, CA CMSA" > 6 "Detroit-AnnArbor, MI CMSA" > 7 "Boston-Lawrence-Salem, MA-NH CMSA" > 8 "Houston-Galveston-Brazoria, TX CMSA" > 9 "Washington, DC-VA MSA" > 10 "Dallas-FortWorth, TX CMSA" > 11 "Cleveland-Akron-Lorain, OH CMSA" > 12 "Miami-Fort Lauderdale, FL CMSA" > 13 "Pittsburgh-Deaver Valley, PA CMSA" > 14 "St. Louis, MO-IL CMSA" > 15 "Atlanta, GA MSA" > 16 "Baltimore, MD MSA" > 17 "Minneapolis-St. Paul, MN-WI MSA (Wisconsin portion not identified)" > 18 "Seattle-Tacoma, WAC MSA" > 19 "San Diego, CA MSA" > 20 "Tampa-St.Petersburg-Clearwater, FL MSA" > 21 "Denver-Boulder, CO CMSA" > 22 "Cincinnati-Hamilton, OH-KY-IN CMSA (Indiana portion not identified)" > 23 "Phoenix, AZ MSA" > 24 "Milwaukee-Racine, WI CMSA" > 25 "Kansas City, MO-KS MSA" > 26 "Portland-Vancouver, OR-WA CMSA" > 27 "New Orleans, LA MSA" > 28 "Columbus, OH MSA" > 29 "Norfolk-Virginia Beach-Newport News, VA MSA" > 30 "Buffalo-Niagara Falls, NY CMSA" > 31 "Sacramento, CA MSA" > 32 "Indianapolis, IN MSA" > 33 "San Antonio, TX MSA" > 34 "Providence-Pawtucket-Fall River, RI-MA CMSA" > 35 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 36 "Hartford-New Britian-Middletown, CT CMSA" > 37 "Salt Lake City-Ogden, UT MSA" > 38 "Rochester, NY MSA" > 39 "Oklahoma City, OK MSA" > 40 "Louisville, KY-IN MSA" > 41 "Dayton-Springfield, OH MSA" > 42 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not identified)" > 43 "Birmingham, AL MSA" > 44 "Nashville, TN MSA" > 45 "Greenboro-Winston Salem-High Point, NC MSA" > 46 "Albany-Schenectady-Troy NY MSA" > 47 "Honolulu, HI MSA" > 48 "Orlando, FL MSA" > 49 "Richmond-Petersburg, VA MSA (Dinwiddie and Prince George counties and Colonial Heights, > Hopewell, and Petersburg cities not in sample)" > 50 "Jacksonville, FL MSA" > 51 "Scranton-Wilkes Barre, PA MSA (Monroe county not in sample)" > 52 "Tulsa, OK MSA" > 53 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 54 "Syracuse, NY MSA" > 55 "Allentown-Bethlehem, PA-NJ MSA (New Jersey portion not identified)" > 56 "Austin, TX MSA" > 57 "Grand Rapids, MI MSA" > 58 "Toledo, OH MSA" > 59 "Omaha, NE-IA MSA(Iowa portion not identified)" > 60 "Raleigh-Durham, NC MSA" > 61 "Greenville-Spartanburg. SC MSA" > 62 "Knoxville.TN MSA" > 63 "Tucson, AZ MSA" > 64 "Harrisonburg-Lebanon-Carlisle, PA MSA (Lebanon county not in sample)" > 65 "Fresno, CA MSA" > 66 "Baton Rouge, LA MSA" > 67 "Youngstown-Warren, OH MSA" > 68 "Las Vegas, NV MSA" > 69 "Springfield, MA MSA" > 70 "El Paso, TX MSA" > 71 "New Haven-Meriden, CT MSA" > 72 "Little Rock-North Little Rock, AR MSA" > 73 "Charleston, SC MSA" > 74 "Mobile, AL MSA(Baldwin county not in sample)" > 75 "Bakersfield, CA MSA" > 76 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified)" > 77 "Flint, MI MSA" > 78 "Albuquerque, NM MSA" > 79 "Wichita, KS MSA" > 80 "Columbia, SC MSA" > 81 "Chattanooga, TN-GA MSA (Marion and Sequatchie counties Tennessee not in sample)" > 82 "Saginaw-Bay City-Midland, MI MSA" > 83 "Lansing-East Lansing, MI MSA" > 84 "Worcester, MA MSA" > 85 "Canton, OH MSA" > 86 "Beaumont-Port Arthur, TX MSA" > 87 "York, PA MSA" > 88 "Davenport-Rock Island-Moline, IA-IL MSA" > 89 "Stockton, CA MSA" > 90 "Des Moines, IA MSA (Dallas county not in sample)" > 91 "Lancaster, PA MSA" > 92 "Jackson, MS MSA" > 93 "Peoria, IL MSA" > 94 "Augusta, GA-SC, MSA" > 95 "Corpus Christi, TX MSA" > 96 "Shreveport, LA MSA" > 97 "Fort Wayne, IN MSA" > 98 "Spokane, WA MSA" > 99 "Lakeland-Winter Haven, FL MSA" > 100 "Colorado Springs, CO MSA" > 101 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not identified)" > 102 "Madison, WI MSA" > 103 "McAllen-Edinburg-Mission, TX MSA" > 104 "Lexington-Fayette, KY MSA" > 105 "Utica-Rome, NY MSA" > 106 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 107 "Reading, PA MSA" > 108 "Pensacola, FL MSA" > 109 "Salinas-Seaside-Monterey, CA MSA" > 110 "Melbourne-Titusville-Palm Bay, FL MSA" > 111 "Appleton-Oshkosh-Neenah, WI MSA" > 112 "Daytona Beach, FL MSA" > 113 "Modesto, CA MSA" > 115 "Montgomery, AL MSA" > 116 "Erie, PA MSA" > 117 "Rockford, IL MSA" > 118 "Evansville, IN-KY MSA (Kentucky portion not identified)" > 119 "Macon-Warner Robins, GA MSA" > 120 "Charleston, WV MSA" > 121 "Eugene-Springfield, OR MSA" > 122 "Binghamton, NY MSA" > 123 "Visalia-Tulare-Porterville, CA MSA" > 124 "Johnstown, PA MSA" > 125 "Duluth, MN-WI MSA (Wisconsin portion not identified)" > 126 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 127 "Salem, OR MSA" > 128 "Poughkeepsie, NY MSA" > 129 "Fayetteville, NC MSA" > 130 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 131 "Fort Myers, FL MSA" > 132 "South Bend-Mishawaka, IN MSA" > 133 "Provo-Orem, UT MSA (Central City portion only identified)" > 134 "Brownsville-Harlingen, TX MSA" > 135 "Savannah, GA MSA" > 136 "Sarasota, FL MSA" > 137 "Roanoke, VA MSA" > 138 "Lubbock, TX MSA" > 139 "Lafayette, LA MSA" > 140 "Killeen-Temple, TX MSA" > 141 "Springfield, MO MSA" > 142 "Kalamazoo, MI MSA" > 143 "Anchorage, AK MSA" > 144 "Reno, NV MSA (Central City portion only identified)" > 145 "Hickory, NC MSA" > 146 "Huntsville, AL MSA" > 147 "Waterbury, CT MSA" > 148 "Tallahassee, FL MSA" > 149 "Portsmouth-Dover-Rochester, NH-ME MSA (Maine portion not entirely in sample and it is no > t identified)" > 150 "Portland, ME MSA" > 151 "Lincoln, NE MSA" > 152 "Biloxi-Gulfport, MS MSA" > 153 "Houma-Thibodaux, LA MSA" > 154 "Springfield, IL MSA" > 156 "Boise City, ID MSA" > 157 "Gainesville, FL MSA" > 158 "Wheeling, WV-OH MSA (Ohio portion not identified)" > 161 "Waco, TX MSA" > 163 "Lake Charles, LA MSA" > 164 "Cedar Rapids, IA MSA" > 165 "New Bedford, MA MSA" > 166 "Champaign-Urbana-Rantoul, IL MSA" > 169 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample)" > 170 "Bradenton, FL MSA" > 171 "Asheville, NC MSA" > 172 "Benton Harbor, MI MSA" > 173 "Waterloo-CederFalls, IA MSA" > 174 "Fort Collins-Loveland, CO MSA" > 178 "Topeka, KA MSA(Central City portion only identified)" > 179 "Chico, CA MSA" > 180 "Muskegon, MI MSA" > 181 "Lima, OH MSA" > 184 "Ocala, FL MSA" > 185 "Jackson, MS MSA" > 186 "Monroe, LA MSA" > 192 "Tuscaloosa, AL MSA" > 193 "Battle Creek, MI MSA" > 194 "Anderson, SC MSA" > 197 "Olympia, WA MSA" > 198 "Terre Haute, IN MSA" > 199 "Florence, AL MSA" > 201 "Altoona, PA MSA" > 202 "Anderson, IN MSA" > 203 "Manchester, NH MSA" > 204 "Medford, OR MSA" > 207 "Joplin, MO MSA" > 209 "Mansfield, OH MSA" > 211 "Sharon, PA MSA" > 216 "Pueblo, CO MSA" > 219 "Lawton, OK MSA" > 221 "Bloomington-Normal, IL MSA" > 222 "Fort WaltonBeach, FL MSA" > 224 "Burlington, VT MSA" > 225 "Williamsport, PA MSA" > 226 "Sioux City, IA-NE MSA (Nebraska portion not in sample)" > 231 "Sioux Falls, SD MSA" > 233 "Florence, SC MSA" > 240 "Bellingham, WA MSA" > 242 "Yuba City, CA MSA" > 246 "Colombia, MO MSA" > 247 "Gadsden, AL MSA" > 248 "Fayetteville-Springdale, AK MSA" > 252 "Kankakee, IL MSA" > ; . * icntcity goes here; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1979-1988; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "Other" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > 0 "Not in primary family" > 1 "No children < 18 years old" > 2 "All children 14-17 years old" > 3 "All children 6-13 years old" > 4 "All children 0-5 years old" > 5 "Children 6-17 (no 0-5)" > 6 "Children 0-5 & 14-17 (no 6-13)" > 7 "Children 0-13 (no 14-17)" > 8 "Children from all age groups" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1993 codes differ from pfamrel 1994-; . * pfamrel: 1984-1993; . label values pfamrel P47L; . label define P47L > 0 "Not in Primary Family" > 1 "Husband" > 2 "Wife" > 3 "Child" > 4 "Other Relative" > 5 "Unmarried Reference Person" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * gradecp: 1979-1991; . label values gradecp P62L; . label define P62L > 1 "Yes" > 2 "No" > ; . * relahh: 1979-1988; . label values relahh P42L; . label define P42L > 1 "Head with other relatives" > 2 "Head with no other relatives" > 3 "Wife of head" > 4 "Other relative of head" > 5 "Non-relative of head with own relatives (includes wife)" > 6 "Non-relative of head with no own relatives" > ; . * paidhr: 1979-; . label values paidhr P48L; . label define P48L > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "No Change" > 1 "Allocated" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "No Change" > 1 "Allocated" > ; . * I25c: 1979-1993; . label values I25c P50L; . label define P50L > 0 "No Change" > 1 "Allocated" > ; . * I25d: 1979-1993; . label values I25d P51L; . label define P51L > 0 "No Change" > 1 "Allocated" > ; . * class: 1979-1993; . label values class P61L; . label define P61L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1979-1988; . label values classer P63L; . label define P63L > 1 "Private" > 2 "Government" > 3 "Self-Employed" > 4 "Without Pay" > 5 "Never worked or never worked full-time" > ; . * esr: 1979-1988; . label values esr P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-Looking" > 4 "Housework" > 5 "School" > 6 "Unable to work/Disabled" > 7 "Other (Includes Retired)" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1983-1991; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 20 "Agricultural services, except horticultural(07, except 078)[83-91]" > 21 "Horticultural services (078) [83-91]" > 30 "Forestry (08) [83-91]" > 31 "Fishing, hunting, and trapping (09) [83-91]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Crude petroleum and natural gas extraction (13) [83-91]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned and preserved fruits and vegetables (203) [83-91]" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Floor coverings, except hard surface (227) [83-91]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and other hardware (342) [83-91]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Electronic computing equipment (3573) [83-91]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Optical and health services supplies (383, 384, 385) [83-91]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 382 "Not specified professional equipment [83-91]" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting (483) [83-91]" > 441 "Telephone, wire and radio (481) [83-91]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 460 "Electric light and power (491) [83-91]" > 461 "Gas and steam supply systems (492, 496) [83-91]" > 462 "Electric and gas, and other combinations (493) [83-91]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Sporting goods, toys, and hobby goods (504) [83-91]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 522 "Not specified electrical and hardware products [83-91]" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 630 "Apparel and accessory stores, except shoe (56, except 566)[83-91]" > 631 "Shoe stores (566) [83-91]" > 632 "Furniture and home furnishings stores (571) [83-91]" > 640 "Household appliances, TV, and radio stores (572,573) [83-91]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Sewing, needlework, and piece goods stores (5949) [83-91]" > 662 "Mail order houses (5961) [83-91]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel and ice dealers (598) [83-91]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings and loan associations (612) [83-91]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance-law offices (65,66)[83-91]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 730 "Commercial research, development, and testing labs (7391, 7397) [83-91]" > 731 "Personnel supply services (736)" > 732 "Business management and consulting services (7392) [83-91]" > 740 "Computer and data processing services (737) [83-91]" > 741 "Detective and protective services (7393) [83-91]" > 742 "Business services, n.e.c.(732,733,735,7394,7395,7396,7399)[83-91]" > 750 "Automotive services, except repair (751, 752, 754) [83-91]" > 751 "Automotive repair shops (753) [83-91]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Bowling alleys, billiard and pool parlors (793) [83-91]" > 802 "Miscellaneous entertainment & recreation services (791, 794, 799) [83-91]" > 812 "Offices of physicians (801, 803) [83-91]" > 820 "Offices of dentists (802) [83-91]" > 821 "Offices of chiropractors (8041) [83-91]" > 822 "Offices of optometrists (8042) [83-91]" > 830 "Offices of health practitioners, n.e.c. (8049) [83-91]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Business, trade, and vocational schools (824) [83-91]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 880 "Religious organizations (866)" > 881 "Membership organizations (861-865, 869) [83-91]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Noncommercial educational and scientific research (892) [83-91]" > 892 "Miscellaneous professional and related services (899) [83-91]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . * if using Stata 7, do d:\sources\occ80_83_91 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1979-1988; . label values activlwr P53L; . label define P53L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Other/Retired" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw P54L; . label define P54L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * uhours35 1979-1993; . label values uhours35 P55L; . label define P55L > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw P56L; . label define P56L > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw P57L; . label define P57L > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw P58L; . label define P58L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt79: 1979-1988; . label values ftpt79 P59L; . label define P59L > 0 "Not In Labor Force" > 1 "Employed full-time" > 2 "Part-time For Economic Reasons" > 3 "Unemployed FT" > 4 "Employed PT" > 5 "Unemployed PT" > ; . * ptstat: 1979-1988; . label values ptstat P65L; . label define P65L > 0 "All other" > 5 "Voluntary part-time workers" > 6 "Part-time for economic reasons" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmm: 1984-1993; . label values unionmm P60L; . label define P60L > 1 "Yes" > 2 "No" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters" > ; . ** prunecat 1979-1988 ; . label values prunecat prunecat; . label define prunecat > 0 "Not unemployed" > 1 "Less than 5 weeks" > 2 "5 and 6 weeks" > 3 "7 and 10 weeks" > 4 "11 and 14 weeks" > 5 "15 and 26 weeks" > 6 "27 and 39 weeks" > 7 "40 and 51 weeks" > 8 "52 weeks and over" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg86.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- minsamp | 338,051 5.997935 2.000002 4 8 hhid | 0 state | 338,051 50.66852 25.97249 11 95 hurespli | 336,885 1.651255 .7904182 1 7 schenr | 61,760 1.616548 .4862308 1 2 -------------+--------------------------------------------------------- schlvl | 23,682 1.453129 .4978088 1 2 hhnum | 338,051 1.089841 .3228626 1 7 activlwr | 338,051 2.898944 2.284779 1 7 hourslw | 194,172 38.83633 13.87146 1 99 reasonlw | 49,143 10.25247 3.869305 1 15 -------------+--------------------------------------------------------- absentlw | 13,842 3.593339 2.6568 1 8 classer | 256,859 1.361549 .7203403 1 5 lineno | 338,051 1.777264 1.056413 0 36 relahh | 338,051 2.421076 1.298227 1 6 age | 338,051 42.7048 18.46196 16 90 -------------+--------------------------------------------------------- marital | 338,051 2.937385 2.506602 1 7 race | 338,051 1.16417 .451371 1 3 sex | 338,051 1.532579 .4989382 1 2 veteran | 337,634 5.487498 1.3231 1 6 gradeat | 338,051 12.42094 2.998146 0 18 -------------+--------------------------------------------------------- gradecp | 338,051 1.21597 .4114944 1 2 esr | 338,051 2.6244 2.166289 1 7 studftpt | 23,682 1.082003 .2743754 1 2 intmonth | 338,051 6.474337 3.461136 1 12 weight | 338,051 1602.599 765.836 102.63 10973.91 -------------+--------------------------------------------------------- cmsarank | 233,549 42.25287 54.00693 1 252 pmsarank | 114,955 1.76376 1.539188 1 12 icntcity | 18,665 1.143477 .4425751 1 4 smsastat | 332,437 1.262209 .4398364 1 2 centcity | 276,853 2.027466 .7755566 1 3 -------------+--------------------------------------------------------- ethnic | 337,490 7.776699 1.133001 1 9 ptstat | 338,051 .6321679 1.80012 0 6 ftpt79 | 338,051 1.051072 1.203647 0 5 prunecat | 338,051 .1358227 .7912977 0 8 agri | 338,051 .0210442 .1435318 0 1 -------------+--------------------------------------------------------- doinglw | 337,575 2.965848 2.419125 1 8 hourslwa | 193,795 38.82183 13.88896 -9 99 uhours35 | 48,483 1.70831 .454545 1 2 why35lw | 48,686 10.25334 3.867566 1 15 class | 256,120 1.96497 1.771811 1 8 -------------+--------------------------------------------------------- uhours | 178,303 37.89125 11.053 -9 99 paidhr | 178,290 1.411038 .4920235 1 2 earnhr | 95,970 723.4853 398.3897 1 9999 uearnwk | 160,469 347.9379 231.057 1 999 earnwt | 338,051 6412.018 3081.335 373.95 45215.87 -------------+--------------------------------------------------------- spouse | 17,614 49.33979 28.73872 0 99 eligible | 338,051 1.470059 .4991035 1 2 uhourse | 179,147 37.91343 10.96731 0 99 paidhre | 179,147 1.40723 .4913197 1 2 earnhre | 106,193 727.3332 395.406 50 9999 -------------+--------------------------------------------------------- earnwke | 179,147 349.2177 231.4662 0 999 unionmme | 179,147 1.826885 .3783476 1 2 I25a | 338,051 .0071232 .084098 0 1 I25b | 338,051 .0075699 .0866752 0 1 I25c | 338,051 .027206 .1626833 0 1 -------------+--------------------------------------------------------- I25d | 338,051 .0566335 .2311412 0 1 uearnwke | 106,193 274.7858 178.7272 0 999 hrhtype | 338,051 .0028014 .0528537 0 1 unionmm | 177,997 1.827227 .3780516 1 2 unioncov | 148,266 1.961077 .1934128 1 2 -------------+--------------------------------------------------------- ind80 | 255,054 555.2598 280.846 10 991 occ80 | 255,054 392.6732 245.7122 3 905 famnum | 338,051 .8469284 .415472 0 5 ownchild | 278,283 .9203293 1.171213 0 8 chldpres | 338,051 2.03695 2.004394 0 8 -------------+--------------------------------------------------------- pfamrel | 338,051 1.787121 1.364143 0 5 recnum | 338,051 244667.5 141235.2 2 488996 year | 338,051 1986 0 1986 1986 ym_file | 338,051 317.4743 3.461136 312 323 ym | 338,051 308.4805 6.92402 297 320 -------------+--------------------------------------------------------- smsa80 | 233,549 5.24153 1.895538 2 8 ch613 | 338,051 .207661 .4056333 0 1 ch1417 | 338,051 .1846289 .3879968 0 1 ch05 | 338,051 .1590263 .3657012 0 1 docc80 | 255,054 24.03524 12.24898 1 46 -------------+--------------------------------------------------------- dind | 255,054 29.98021 13.74031 1 52 . aef2 1987 87 84_88 86_88 dct_name aef84_88.dbd raw_name=../raw/morg87 (0 observations deleted) obs 487627 # of persons with age<=15 107665 # of non-interview records 42962 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,735 1.38 1.38 1 | 7,037 1.44 2.82 2 | 7,057 1.45 4.27 3 | 6,799 1.39 5.67 4 | 7,045 1.44 7.11 5 | 7,014 1.44 8.55 6 | 7,140 1.46 10.01 7 | 7,063 1.45 11.46 8 | 6,686 1.37 12.83 9 | 6,577 1.35 14.18 10 | 6,404 1.31 15.49 11 | 6,248 1.28 16.78 12 | 6,360 1.30 18.08 13 | 6,249 1.28 19.36 14 | 6,485 1.33 20.69 15 | 6,766 1.39 22.08 16 | 7,320 1.50 23.58 17 | 7,207 1.48 25.06 18 | 6,526 1.34 26.40 19 | 6,117 1.25 27.65 20 | 6,156 1.26 28.91 21 | 6,161 1.26 30.18 22 | 6,517 1.34 31.51 23 | 7,074 1.45 32.96 24 | 6,968 1.43 34.39 25 | 7,325 1.50 35.90 26 | 7,647 1.57 37.46 27 | 7,466 1.53 38.99 28 | 7,569 1.55 40.55 29 | 7,721 1.58 42.13 30 | 7,922 1.62 43.75 31 | 7,556 1.55 45.30 32 | 7,590 1.56 46.86 33 | 7,523 1.54 48.40 34 | 7,423 1.52 49.93 35 | 7,207 1.48 51.40 36 | 6,856 1.41 52.81 37 | 6,772 1.39 54.20 38 | 6,601 1.35 55.55 39 | 6,849 1.40 56.96 40 | 7,198 1.48 58.43 41 | 5,574 1.14 59.58 42 | 5,231 1.07 60.65 43 | 5,296 1.09 61.74 44 | 5,497 1.13 62.86 45 | 5,069 1.04 63.90 46 | 4,596 0.94 64.84 47 | 4,602 0.94 65.79 48 | 4,339 0.89 66.68 49 | 4,207 0.86 67.54 50 | 4,325 0.89 68.43 51 | 4,135 0.85 69.28 52 | 4,001 0.82 70.10 53 | 3,845 0.79 70.88 54 | 3,943 0.81 71.69 55 | 4,072 0.84 72.53 56 | 4,175 0.86 73.38 57 | 4,087 0.84 74.22 58 | 3,911 0.80 75.02 59 | 4,065 0.83 75.86 60 | 4,178 0.86 76.72 61 | 4,014 0.82 77.54 62 | 4,209 0.86 78.40 63 | 3,995 0.82 79.22 64 | 3,877 0.80 80.02 65 | 4,199 0.86 80.88 66 | 3,849 0.79 81.67 67 | 3,717 0.76 82.43 68 | 3,312 0.68 83.11 69 | 3,293 0.68 83.78 70 | 3,267 0.67 84.45 71 | 3,017 0.62 85.07 72 | 2,921 0.60 85.67 73 | 2,909 0.60 86.27 74 | 2,660 0.55 86.81 75 | 2,538 0.52 87.33 76 | 2,303 0.47 87.81 77 | 2,178 0.45 88.25 78 | 1,865 0.38 88.63 79 | 1,714 0.35 88.99 80 | 1,648 0.34 89.32 81 | 1,436 0.29 89.62 82 | 1,278 0.26 89.88 83 | 1,146 0.24 90.12 84 | 969 0.20 90.31 85 | 822 0.17 90.48 86 | 790 0.16 90.65 87 | 610 0.13 90.77 88 | 453 0.09 90.86 89 | 384 0.08 90.94 90 | 1,208 0.25 91.19 . | 42,962 8.81 100.00 ------------+----------------------------------- Total | 487,627 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- . | 42,962 100.00 100.00 ------------+----------------------------------- Total | 42,962 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,735 6.26 6.26 1 | 7,037 6.54 12.79 2 | 7,057 6.55 19.35 3 | 6,799 6.31 25.66 4 | 7,045 6.54 32.20 5 | 7,014 6.51 38.72 6 | 7,140 6.63 45.35 7 | 7,063 6.56 51.91 8 | 6,686 6.21 58.12 9 | 6,577 6.11 64.23 10 | 6,404 5.95 70.18 11 | 6,248 5.80 75.98 12 | 6,360 5.91 81.89 13 | 6,249 5.80 87.69 14 | 6,485 6.02 93.72 15 | 6,766 6.28 100.00 ------------+----------------------------------- Total | 107,665 100.00 (107,665 observations deleted) (42,962 observations deleted) obs 337000 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (169,079 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (167,921 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (5,427 real changes made, 5,427 to missing) replace centcity = . if centcity==4 | centcity<=0 (61,713 real changes made, 61,713 to missing) (223,694 real changes made, 223,694 to missing) (318,875 real changes made, 318,875 to missing) (103,786 real changes made, 103,786 to missing) replace smsasize=. if smsasize<=0 (103,786 missing values generated) drop smsasize Demography (59,996 real changes made, 59,996 to missing) (277,004 real changes made) (0 real changes made) if 1987 > 1983 & 1987 < 1989 { (ch05: 277004 changes made) (ch613: 277004 changes made) (ch1417: 277004 changes made) if 1987 > 1983 & 1987 < 1994 { (337,000 real changes made) (80,318 real changes made) Employment docc80 (82,398 missing values generated) recode docc80 (docc80: 254602 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (82,398 missing values generated) (dind: 254602 changes made) Wages (0 real changes made) (0 real changes made) (479 real changes made, 479 to missing) (0 real changes made) (0 real changes made) (156,566 real changes made) (334,718 real changes made) (334,825 real changes made) (325,003 real changes made) (312,586 real changes made) (0 real changes made) Hours, Unions variable spouse was int now byte variable ym_file was float now int variable ym was float now int variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc80 was int now byte variable dind was float now byte (4,044,000 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa80: 1985:10-1994:3; . label values smsa80 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000 - 9,999,999" > 8 "10,000,000+" > ; . * cmsarank: 1986-1994:3; . label values cmsarank P45L; . label define P45L > 1 "New York-New Jersey-Long Island, NY-NJ CMSA" > 2 "Los Angeles-Anaheim-Riverside, CA CMSA" > 3 "Chicago-Gary-Lake County, IL-IN-WI CMSA (Wisconsin portion not in sample)" > 4 "Philadelphia-Wilmington-Trenton, PA-NJ-DE-MD CMSA (Maryland portion suppressed)" > 5 "San Francisco-Oakland-San Jose, CA CMSA" > 6 "Detroit-AnnArbor, MI CMSA" > 7 "Boston-Lawrence-Salem, MA-NH CMSA" > 8 "Houston-Galveston-Brazoria, TX CMSA" > 9 "Washington, DC-VA MSA" > 10 "Dallas-FortWorth, TX CMSA" > 11 "Cleveland-Akron-Lorain, OH CMSA" > 12 "Miami-Fort Lauderdale, FL CMSA" > 13 "Pittsburgh-Deaver Valley, PA CMSA" > 14 "St. Louis, MO-IL CMSA" > 15 "Atlanta, GA MSA" > 16 "Baltimore, MD MSA" > 17 "Minneapolis-St. Paul, MN-WI MSA (Wisconsin portion not identified)" > 18 "Seattle-Tacoma, WAC MSA" > 19 "San Diego, CA MSA" > 20 "Tampa-St.Petersburg-Clearwater, FL MSA" > 21 "Denver-Boulder, CO CMSA" > 22 "Cincinnati-Hamilton, OH-KY-IN CMSA (Indiana portion not identified)" > 23 "Phoenix, AZ MSA" > 24 "Milwaukee-Racine, WI CMSA" > 25 "Kansas City, MO-KS MSA" > 26 "Portland-Vancouver, OR-WA CMSA" > 27 "New Orleans, LA MSA" > 28 "Columbus, OH MSA" > 29 "Norfolk-Virginia Beach-Newport News, VA MSA" > 30 "Buffalo-Niagara Falls, NY CMSA" > 31 "Sacramento, CA MSA" > 32 "Indianapolis, IN MSA" > 33 "San Antonio, TX MSA" > 34 "Providence-Pawtucket-Fall River, RI-MA CMSA" > 35 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 36 "Hartford-New Britian-Middletown, CT CMSA" > 37 "Salt Lake City-Ogden, UT MSA" > 38 "Rochester, NY MSA" > 39 "Oklahoma City, OK MSA" > 40 "Louisville, KY-IN MSA" > 41 "Dayton-Springfield, OH MSA" > 42 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not identified)" > 43 "Birmingham, AL MSA" > 44 "Nashville, TN MSA" > 45 "Greenboro-Winston Salem-High Point, NC MSA" > 46 "Albany-Schenectady-Troy NY MSA" > 47 "Honolulu, HI MSA" > 48 "Orlando, FL MSA" > 49 "Richmond-Petersburg, VA MSA (Dinwiddie and Prince George counties and Colonial Heights, > Hopewell, and Petersburg cities not in sample)" > 50 "Jacksonville, FL MSA" > 51 "Scranton-Wilkes Barre, PA MSA (Monroe county not in sample)" > 52 "Tulsa, OK MSA" > 53 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 54 "Syracuse, NY MSA" > 55 "Allentown-Bethlehem, PA-NJ MSA (New Jersey portion not identified)" > 56 "Austin, TX MSA" > 57 "Grand Rapids, MI MSA" > 58 "Toledo, OH MSA" > 59 "Omaha, NE-IA MSA(Iowa portion not identified)" > 60 "Raleigh-Durham, NC MSA" > 61 "Greenville-Spartanburg. SC MSA" > 62 "Knoxville.TN MSA" > 63 "Tucson, AZ MSA" > 64 "Harrisonburg-Lebanon-Carlisle, PA MSA (Lebanon county not in sample)" > 65 "Fresno, CA MSA" > 66 "Baton Rouge, LA MSA" > 67 "Youngstown-Warren, OH MSA" > 68 "Las Vegas, NV MSA" > 69 "Springfield, MA MSA" > 70 "El Paso, TX MSA" > 71 "New Haven-Meriden, CT MSA" > 72 "Little Rock-North Little Rock, AR MSA" > 73 "Charleston, SC MSA" > 74 "Mobile, AL MSA(Baldwin county not in sample)" > 75 "Bakersfield, CA MSA" > 76 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified)" > 77 "Flint, MI MSA" > 78 "Albuquerque, NM MSA" > 79 "Wichita, KS MSA" > 80 "Columbia, SC MSA" > 81 "Chattanooga, TN-GA MSA (Marion and Sequatchie counties Tennessee not in sample)" > 82 "Saginaw-Bay City-Midland, MI MSA" > 83 "Lansing-East Lansing, MI MSA" > 84 "Worcester, MA MSA" > 85 "Canton, OH MSA" > 86 "Beaumont-Port Arthur, TX MSA" > 87 "York, PA MSA" > 88 "Davenport-Rock Island-Moline, IA-IL MSA" > 89 "Stockton, CA MSA" > 90 "Des Moines, IA MSA (Dallas county not in sample)" > 91 "Lancaster, PA MSA" > 92 "Jackson, MS MSA" > 93 "Peoria, IL MSA" > 94 "Augusta, GA-SC, MSA" > 95 "Corpus Christi, TX MSA" > 96 "Shreveport, LA MSA" > 97 "Fort Wayne, IN MSA" > 98 "Spokane, WA MSA" > 99 "Lakeland-Winter Haven, FL MSA" > 100 "Colorado Springs, CO MSA" > 101 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not identified)" > 102 "Madison, WI MSA" > 103 "McAllen-Edinburg-Mission, TX MSA" > 104 "Lexington-Fayette, KY MSA" > 105 "Utica-Rome, NY MSA" > 106 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 107 "Reading, PA MSA" > 108 "Pensacola, FL MSA" > 109 "Salinas-Seaside-Monterey, CA MSA" > 110 "Melbourne-Titusville-Palm Bay, FL MSA" > 111 "Appleton-Oshkosh-Neenah, WI MSA" > 112 "Daytona Beach, FL MSA" > 113 "Modesto, CA MSA" > 115 "Montgomery, AL MSA" > 116 "Erie, PA MSA" > 117 "Rockford, IL MSA" > 118 "Evansville, IN-KY MSA (Kentucky portion not identified)" > 119 "Macon-Warner Robins, GA MSA" > 120 "Charleston, WV MSA" > 121 "Eugene-Springfield, OR MSA" > 122 "Binghamton, NY MSA" > 123 "Visalia-Tulare-Porterville, CA MSA" > 124 "Johnstown, PA MSA" > 125 "Duluth, MN-WI MSA (Wisconsin portion not identified)" > 126 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 127 "Salem, OR MSA" > 128 "Poughkeepsie, NY MSA" > 129 "Fayetteville, NC MSA" > 130 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 131 "Fort Myers, FL MSA" > 132 "South Bend-Mishawaka, IN MSA" > 133 "Provo-Orem, UT MSA (Central City portion only identified)" > 134 "Brownsville-Harlingen, TX MSA" > 135 "Savannah, GA MSA" > 136 "Sarasota, FL MSA" > 137 "Roanoke, VA MSA" > 138 "Lubbock, TX MSA" > 139 "Lafayette, LA MSA" > 140 "Killeen-Temple, TX MSA" > 141 "Springfield, MO MSA" > 142 "Kalamazoo, MI MSA" > 143 "Anchorage, AK MSA" > 144 "Reno, NV MSA (Central City portion only identified)" > 145 "Hickory, NC MSA" > 146 "Huntsville, AL MSA" > 147 "Waterbury, CT MSA" > 148 "Tallahassee, FL MSA" > 149 "Portsmouth-Dover-Rochester, NH-ME MSA (Maine portion not entirely in sample and it is no > t identified)" > 150 "Portland, ME MSA" > 151 "Lincoln, NE MSA" > 152 "Biloxi-Gulfport, MS MSA" > 153 "Houma-Thibodaux, LA MSA" > 154 "Springfield, IL MSA" > 156 "Boise City, ID MSA" > 157 "Gainesville, FL MSA" > 158 "Wheeling, WV-OH MSA (Ohio portion not identified)" > 161 "Waco, TX MSA" > 163 "Lake Charles, LA MSA" > 164 "Cedar Rapids, IA MSA" > 165 "New Bedford, MA MSA" > 166 "Champaign-Urbana-Rantoul, IL MSA" > 169 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample)" > 170 "Bradenton, FL MSA" > 171 "Asheville, NC MSA" > 172 "Benton Harbor, MI MSA" > 173 "Waterloo-CederFalls, IA MSA" > 174 "Fort Collins-Loveland, CO MSA" > 178 "Topeka, KA MSA(Central City portion only identified)" > 179 "Chico, CA MSA" > 180 "Muskegon, MI MSA" > 181 "Lima, OH MSA" > 184 "Ocala, FL MSA" > 185 "Jackson, MS MSA" > 186 "Monroe, LA MSA" > 192 "Tuscaloosa, AL MSA" > 193 "Battle Creek, MI MSA" > 194 "Anderson, SC MSA" > 197 "Olympia, WA MSA" > 198 "Terre Haute, IN MSA" > 199 "Florence, AL MSA" > 201 "Altoona, PA MSA" > 202 "Anderson, IN MSA" > 203 "Manchester, NH MSA" > 204 "Medford, OR MSA" > 207 "Joplin, MO MSA" > 209 "Mansfield, OH MSA" > 211 "Sharon, PA MSA" > 216 "Pueblo, CO MSA" > 219 "Lawton, OK MSA" > 221 "Bloomington-Normal, IL MSA" > 222 "Fort WaltonBeach, FL MSA" > 224 "Burlington, VT MSA" > 225 "Williamsport, PA MSA" > 226 "Sioux City, IA-NE MSA (Nebraska portion not in sample)" > 231 "Sioux Falls, SD MSA" > 233 "Florence, SC MSA" > 240 "Bellingham, WA MSA" > 242 "Yuba City, CA MSA" > 246 "Colombia, MO MSA" > 247 "Gadsden, AL MSA" > 248 "Fayetteville-Springdale, AK MSA" > 252 "Kankakee, IL MSA" > ; . * icntcity goes here; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1979-1988; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "Other" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > 0 "Not in primary family" > 1 "No children < 18 years old" > 2 "All children 14-17 years old" > 3 "All children 6-13 years old" > 4 "All children 0-5 years old" > 5 "Children 6-17 (no 0-5)" > 6 "Children 0-5 & 14-17 (no 6-13)" > 7 "Children 0-13 (no 14-17)" > 8 "Children from all age groups" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1993 codes differ from pfamrel 1994-; . * pfamrel: 1984-1993; . label values pfamrel P47L; . label define P47L > 0 "Not in Primary Family" > 1 "Husband" > 2 "Wife" > 3 "Child" > 4 "Other Relative" > 5 "Unmarried Reference Person" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * gradecp: 1979-1991; . label values gradecp P62L; . label define P62L > 1 "Yes" > 2 "No" > ; . * relahh: 1979-1988; . label values relahh P42L; . label define P42L > 1 "Head with other relatives" > 2 "Head with no other relatives" > 3 "Wife of head" > 4 "Other relative of head" > 5 "Non-relative of head with own relatives (includes wife)" > 6 "Non-relative of head with no own relatives" > ; . * paidhr: 1979-; . label values paidhr P48L; . label define P48L > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "No Change" > 1 "Allocated" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "No Change" > 1 "Allocated" > ; . * I25c: 1979-1993; . label values I25c P50L; . label define P50L > 0 "No Change" > 1 "Allocated" > ; . * I25d: 1979-1993; . label values I25d P51L; . label define P51L > 0 "No Change" > 1 "Allocated" > ; . * class: 1979-1993; . label values class P61L; . label define P61L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1979-1988; . label values classer P63L; . label define P63L > 1 "Private" > 2 "Government" > 3 "Self-Employed" > 4 "Without Pay" > 5 "Never worked or never worked full-time" > ; . * esr: 1979-1988; . label values esr P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-Looking" > 4 "Housework" > 5 "School" > 6 "Unable to work/Disabled" > 7 "Other (Includes Retired)" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1983-1991; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 20 "Agricultural services, except horticultural(07, except 078)[83-91]" > 21 "Horticultural services (078) [83-91]" > 30 "Forestry (08) [83-91]" > 31 "Fishing, hunting, and trapping (09) [83-91]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Crude petroleum and natural gas extraction (13) [83-91]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned and preserved fruits and vegetables (203) [83-91]" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Floor coverings, except hard surface (227) [83-91]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and other hardware (342) [83-91]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Electronic computing equipment (3573) [83-91]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Optical and health services supplies (383, 384, 385) [83-91]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 382 "Not specified professional equipment [83-91]" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting (483) [83-91]" > 441 "Telephone, wire and radio (481) [83-91]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 460 "Electric light and power (491) [83-91]" > 461 "Gas and steam supply systems (492, 496) [83-91]" > 462 "Electric and gas, and other combinations (493) [83-91]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Sporting goods, toys, and hobby goods (504) [83-91]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 522 "Not specified electrical and hardware products [83-91]" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 630 "Apparel and accessory stores, except shoe (56, except 566)[83-91]" > 631 "Shoe stores (566) [83-91]" > 632 "Furniture and home furnishings stores (571) [83-91]" > 640 "Household appliances, TV, and radio stores (572,573) [83-91]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Sewing, needlework, and piece goods stores (5949) [83-91]" > 662 "Mail order houses (5961) [83-91]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel and ice dealers (598) [83-91]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings and loan associations (612) [83-91]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance-law offices (65,66)[83-91]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 730 "Commercial research, development, and testing labs (7391, 7397) [83-91]" > 731 "Personnel supply services (736)" > 732 "Business management and consulting services (7392) [83-91]" > 740 "Computer and data processing services (737) [83-91]" > 741 "Detective and protective services (7393) [83-91]" > 742 "Business services, n.e.c.(732,733,735,7394,7395,7396,7399)[83-91]" > 750 "Automotive services, except repair (751, 752, 754) [83-91]" > 751 "Automotive repair shops (753) [83-91]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Bowling alleys, billiard and pool parlors (793) [83-91]" > 802 "Miscellaneous entertainment & recreation services (791, 794, 799) [83-91]" > 812 "Offices of physicians (801, 803) [83-91]" > 820 "Offices of dentists (802) [83-91]" > 821 "Offices of chiropractors (8041) [83-91]" > 822 "Offices of optometrists (8042) [83-91]" > 830 "Offices of health practitioners, n.e.c. (8049) [83-91]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Business, trade, and vocational schools (824) [83-91]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 880 "Religious organizations (866)" > 881 "Membership organizations (861-865, 869) [83-91]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Noncommercial educational and scientific research (892) [83-91]" > 892 "Miscellaneous professional and related services (899) [83-91]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . * if using Stata 7, do d:\sources\occ80_83_91 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1979-1988; . label values activlwr P53L; . label define P53L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Other/Retired" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw P54L; . label define P54L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * uhours35 1979-1993; . label values uhours35 P55L; . label define P55L > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw P56L; . label define P56L > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw P57L; . label define P57L > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw P58L; . label define P58L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt79: 1979-1988; . label values ftpt79 P59L; . label define P59L > 0 "Not In Labor Force" > 1 "Employed full-time" > 2 "Part-time For Economic Reasons" > 3 "Unemployed FT" > 4 "Employed PT" > 5 "Unemployed PT" > ; . * ptstat: 1979-1988; . label values ptstat P65L; . label define P65L > 0 "All other" > 5 "Voluntary part-time workers" > 6 "Part-time for economic reasons" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmm: 1984-1993; . label values unionmm P60L; . label define P60L > 1 "Yes" > 2 "No" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters" > ; . ** prunecat 1979-1988 ; . label values prunecat prunecat; . label define prunecat > 0 "Not unemployed" > 1 "Less than 5 weeks" > 2 "5 and 6 weeks" > 3 "7 and 10 weeks" > 4 "11 and 14 weeks" > 5 "15 and 26 weeks" > 6 "27 and 39 weeks" > 7 "40 and 51 weeks" > 8 "52 weeks and over" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg87.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- minsamp | 337,000 5.993128 1.999991 4 8 hhid | 0 state | 337,000 50.81561 25.88324 11 95 hurespli | 335,630 1.640497 .7820937 1 7 schenr | 60,046 1.603138 .4892511 1 2 -------------+--------------------------------------------------------- schlvl | 23,830 1.450986 .4976023 1 2 hhnum | 337,000 1.08854 .3178388 1 7 activlwr | 337,000 2.892389 2.302566 1 7 hourslw | 195,740 38.74444 13.88584 1 99 reasonlw | 53,544 10.04159 3.797732 1 15 -------------+--------------------------------------------------------- absentlw | 13,694 3.47948 2.612177 1 8 classer | 256,162 1.360128 .7123716 1 5 lineno | 337,000 1.766258 1.033067 0 32 relahh | 337,000 2.418101 1.300159 1 6 age | 337,000 42.88126 18.45139 16 90 -------------+--------------------------------------------------------- marital | 337,000 2.939786 2.50625 1 7 race | 337,000 1.165543 .4535547 1 3 sex | 337,000 1.533329 .4988887 1 2 veteran | 336,618 5.495505 1.314929 1 6 gradeat | 337,000 12.46645 2.991089 0 18 -------------+--------------------------------------------------------- gradecp | 337,000 1.215039 .4108497 1 2 esr | 337,000 2.6217 2.185364 1 7 studftpt | 23,830 1.087117 .2820125 1 2 intmonth | 337,000 6.513285 3.454732 1 12 weight | 337,000 1626.879 788.1528 127.31 10647.89 -------------+--------------------------------------------------------- cmsarank | 233,214 42.76547 54.40907 1 252 pmsarank | 113,306 1.755873 1.518415 1 12 icntcity | 18,125 1.152662 .4597328 1 4 smsastat | 331,573 1.260995 .439178 1 2 centcity | 275,287 2.03027 .7730033 1 3 -------------+--------------------------------------------------------- ethnic | 336,489 7.772058 1.139999 1 9 ptstat | 337,000 .6339347 1.804296 0 6 ftpt79 | 337,000 1.047576 1.200605 0 5 prunecat | 337,000 .1184184 .7391105 0 8 agri | 337,000 .0204451 .1415174 0 1 -------------+--------------------------------------------------------- doinglw | 336,557 2.958215 2.434539 1 8 hourslwa | 195,425 38.72912 13.90861 -8 99 uhours35 | 52,889 1.649455 .4771453 1 2 why35lw | 53,024 10.04389 3.796089 1 15 class | 255,441 1.964168 1.761925 1 8 -------------+--------------------------------------------------------- uhours | 179,647 38.0606 11.09089 -9 99 paidhr | 179,883 1.404418 .4907805 1 2 earnhr | 94,900 744.2907 412.2518 1 9900 uearnwk | 156,131 359.7606 237.3426 0 999 earnwt | 337,000 6507.827 3167.933 417.75 43415.1 -------------+--------------------------------------------------------- spouse | 17,946 49.47125 28.83016 0 99 eligible | 337,000 1.464588 .4987451 1 2 uhourse | 180,434 38.09249 11.00029 0 99 paidhre | 180,434 1.400756 .490053 1 2 earnhre | 108,124 750.4134 408.5974 50 9900 -------------+--------------------------------------------------------- earnwke | 180,434 362.3267 238.4399 0 999 unionmme | 180,434 1.83103 .3747268 1 2 I25a | 337,000 .0067715 .0820102 0 1 I25b | 337,000 .006454 .0800773 0 1 I25c | 337,000 .0355994 .1852895 0 1 -------------+--------------------------------------------------------- I25d | 337,000 .0724451 .2592239 0 1 uearnwke | 108,124 284.5339 183.8061 0 999 hrhtype | 337,000 .0025193 .0501293 0 1 unionmm | 179,546 1.831247 .374535 1 2 unioncov | 150,404 1.963877 .1865961 1 2 -------------+--------------------------------------------------------- ind80 | 254,602 558.9582 279.4016 10 991 occ80 | 254,602 390.3029 246.056 3 905 famnum | 337,000 .8452196 .4156782 0 4 ownchild | 277,004 .906023 1.165527 0 8 chldpres | 337,000 2.020546 1.997076 0 8 -------------+--------------------------------------------------------- pfamrel | 337,000 1.787418 1.369653 0 5 recnum | 337,000 243880.2 140741.5 1 487627 year | 337,000 1987 0 1987 1987 ym_file | 337,000 329.5133 3.454732 324 335 ym | 337,000 320.5339 6.928005 309 332 -------------+--------------------------------------------------------- smsa80 | 233,214 5.218602 1.891606 2 8 ch613 | 337,000 .207 .4051561 0 1 ch1417 | 337,000 .179819 .3840372 0 1 ch05 | 337,000 .1569258 .3637314 0 1 docc80 | 254,602 23.89632 12.28068 1 46 -------------+--------------------------------------------------------- dind | 254,602 30.17024 13.64393 1 52 . aef2 1988 88 84_88 86_88 dct_name aef84_88.dbd raw_name=../raw/morg88 (0 observations deleted) obs 464755 # of persons with age<=15 101731 # of non-interview records 42203 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,340 1.36 1.36 1 | 6,476 1.39 2.76 2 | 6,582 1.42 4.17 3 | 6,476 1.39 5.57 4 | 6,528 1.40 6.97 5 | 6,811 1.47 8.44 6 | 6,638 1.43 9.87 7 | 6,718 1.45 11.31 8 | 6,540 1.41 12.72 9 | 6,343 1.36 14.08 10 | 6,176 1.33 15.41 11 | 6,137 1.32 16.73 12 | 5,976 1.29 18.02 13 | 6,034 1.30 19.32 14 | 5,906 1.27 20.59 15 | 6,050 1.30 21.89 16 | 6,490 1.40 23.29 17 | 6,777 1.46 24.74 18 | 6,181 1.33 26.07 19 | 5,712 1.23 27.30 20 | 5,655 1.22 28.52 21 | 5,696 1.23 29.75 22 | 5,784 1.24 30.99 23 | 6,209 1.34 32.33 24 | 6,555 1.41 33.74 25 | 6,750 1.45 35.19 26 | 6,965 1.50 36.69 27 | 7,107 1.53 38.22 28 | 7,039 1.51 39.73 29 | 7,099 1.53 41.26 30 | 7,495 1.61 42.87 31 | 7,456 1.60 44.48 32 | 7,211 1.55 46.03 33 | 6,997 1.51 47.53 34 | 7,023 1.51 49.04 35 | 7,071 1.52 50.56 36 | 6,619 1.42 51.99 37 | 6,614 1.42 53.41 38 | 6,430 1.38 54.80 39 | 6,226 1.34 56.14 40 | 6,509 1.40 57.54 41 | 6,632 1.43 58.96 42 | 5,146 1.11 60.07 43 | 4,984 1.07 61.14 44 | 4,948 1.06 62.21 45 | 5,279 1.14 63.34 46 | 4,769 1.03 64.37 47 | 4,384 0.94 65.31 48 | 4,347 0.94 66.25 49 | 4,043 0.87 67.12 50 | 4,202 0.90 68.02 51 | 3,869 0.83 68.85 52 | 3,855 0.83 69.68 53 | 3,824 0.82 70.51 54 | 3,615 0.78 71.28 55 | 3,709 0.80 72.08 56 | 3,766 0.81 72.89 57 | 3,802 0.82 73.71 58 | 3,887 0.84 74.55 59 | 3,727 0.80 75.35 60 | 3,964 0.85 76.20 61 | 3,764 0.81 77.01 62 | 3,789 0.82 77.83 63 | 3,890 0.84 78.66 64 | 3,648 0.78 79.45 65 | 3,886 0.84 80.29 66 | 3,798 0.82 81.10 67 | 3,643 0.78 81.89 68 | 3,536 0.76 82.65 69 | 3,186 0.69 83.33 70 | 3,254 0.70 84.03 71 | 2,950 0.63 84.67 72 | 2,817 0.61 85.27 73 | 2,762 0.59 85.87 74 | 2,591 0.56 86.43 75 | 2,511 0.54 86.97 76 | 2,309 0.50 87.46 77 | 2,031 0.44 87.90 78 | 1,943 0.42 88.32 79 | 1,658 0.36 88.67 80 | 1,618 0.35 89.02 81 | 1,389 0.30 89.32 82 | 1,245 0.27 89.59 83 | 1,080 0.23 89.82 84 | 956 0.21 90.03 85 | 853 0.18 90.21 86 | 676 0.15 90.36 87 | 620 0.13 90.49 88 | 474 0.10 90.59 89 | 347 0.07 90.67 90 | 1,175 0.25 90.92 . | 42,203 9.08 100.00 ------------+----------------------------------- Total | 464,755 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- . | 42,203 100.00 100.00 ------------+----------------------------------- Total | 42,203 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,340 6.23 6.23 1 | 6,476 6.37 12.60 2 | 6,582 6.47 19.07 3 | 6,476 6.37 25.43 4 | 6,528 6.42 31.85 5 | 6,811 6.70 38.55 6 | 6,638 6.53 45.07 7 | 6,718 6.60 51.67 8 | 6,540 6.43 58.10 9 | 6,343 6.24 64.34 10 | 6,176 6.07 70.41 11 | 6,137 6.03 76.44 12 | 5,976 5.87 82.32 13 | 6,034 5.93 88.25 14 | 5,906 5.81 94.05 15 | 6,050 5.95 100.00 ------------+----------------------------------- Total | 101,731 100.00 (101,731 observations deleted) (42,203 observations deleted) obs 320821 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (161,061 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (159,760 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (5,427 real changes made, 5,427 to missing) replace centcity = . if centcity==4 | centcity<=0 (61,499 real changes made, 61,499 to missing) (220,202 real changes made, 220,202 to missing) (305,127 real changes made, 305,127 to missing) (103,403 real changes made, 103,403 to missing) replace smsasize=. if smsasize<=0 (103,403 missing values generated) drop smsasize Demography (58,612 real changes made, 58,612 to missing) (262,209 real changes made) (0 real changes made) if 1988 > 1983 & 1988 < 1989 { (ch05: 262209 changes made) (ch613: 262209 changes made) (ch1417: 262209 changes made) if 1988 > 1983 & 1988 < 1994 { (320,821 real changes made) (75,864 real changes made) Employment docc80 (78,245 missing values generated) recode docc80 (docc80: 242576 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (78,245 missing values generated) (dind: 242576 changes made) Wages (0 real changes made) (0 real changes made) (454 real changes made, 454 to missing) (0 real changes made) (0 real changes made) (147,703 real changes made) (318,458 real changes made) (318,666 real changes made) (308,237 real changes made) (295,818 real changes made) (0 real changes made) Hours, Unions variable spouse was int now byte variable ym_file was float now int variable ym was float now int variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc80 was int now byte variable dind was float now byte (3,849,852 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa80: 1985:10-1994:3; . label values smsa80 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000 - 9,999,999" > 8 "10,000,000+" > ; . * cmsarank: 1986-1994:3; . label values cmsarank P45L; . label define P45L > 1 "New York-New Jersey-Long Island, NY-NJ CMSA" > 2 "Los Angeles-Anaheim-Riverside, CA CMSA" > 3 "Chicago-Gary-Lake County, IL-IN-WI CMSA (Wisconsin portion not in sample)" > 4 "Philadelphia-Wilmington-Trenton, PA-NJ-DE-MD CMSA (Maryland portion suppressed)" > 5 "San Francisco-Oakland-San Jose, CA CMSA" > 6 "Detroit-AnnArbor, MI CMSA" > 7 "Boston-Lawrence-Salem, MA-NH CMSA" > 8 "Houston-Galveston-Brazoria, TX CMSA" > 9 "Washington, DC-VA MSA" > 10 "Dallas-FortWorth, TX CMSA" > 11 "Cleveland-Akron-Lorain, OH CMSA" > 12 "Miami-Fort Lauderdale, FL CMSA" > 13 "Pittsburgh-Deaver Valley, PA CMSA" > 14 "St. Louis, MO-IL CMSA" > 15 "Atlanta, GA MSA" > 16 "Baltimore, MD MSA" > 17 "Minneapolis-St. Paul, MN-WI MSA (Wisconsin portion not identified)" > 18 "Seattle-Tacoma, WAC MSA" > 19 "San Diego, CA MSA" > 20 "Tampa-St.Petersburg-Clearwater, FL MSA" > 21 "Denver-Boulder, CO CMSA" > 22 "Cincinnati-Hamilton, OH-KY-IN CMSA (Indiana portion not identified)" > 23 "Phoenix, AZ MSA" > 24 "Milwaukee-Racine, WI CMSA" > 25 "Kansas City, MO-KS MSA" > 26 "Portland-Vancouver, OR-WA CMSA" > 27 "New Orleans, LA MSA" > 28 "Columbus, OH MSA" > 29 "Norfolk-Virginia Beach-Newport News, VA MSA" > 30 "Buffalo-Niagara Falls, NY CMSA" > 31 "Sacramento, CA MSA" > 32 "Indianapolis, IN MSA" > 33 "San Antonio, TX MSA" > 34 "Providence-Pawtucket-Fall River, RI-MA CMSA" > 35 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 36 "Hartford-New Britian-Middletown, CT CMSA" > 37 "Salt Lake City-Ogden, UT MSA" > 38 "Rochester, NY MSA" > 39 "Oklahoma City, OK MSA" > 40 "Louisville, KY-IN MSA" > 41 "Dayton-Springfield, OH MSA" > 42 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not identified)" > 43 "Birmingham, AL MSA" > 44 "Nashville, TN MSA" > 45 "Greenboro-Winston Salem-High Point, NC MSA" > 46 "Albany-Schenectady-Troy NY MSA" > 47 "Honolulu, HI MSA" > 48 "Orlando, FL MSA" > 49 "Richmond-Petersburg, VA MSA (Dinwiddie and Prince George counties and Colonial Heights, > Hopewell, and Petersburg cities not in sample)" > 50 "Jacksonville, FL MSA" > 51 "Scranton-Wilkes Barre, PA MSA (Monroe county not in sample)" > 52 "Tulsa, OK MSA" > 53 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 54 "Syracuse, NY MSA" > 55 "Allentown-Bethlehem, PA-NJ MSA (New Jersey portion not identified)" > 56 "Austin, TX MSA" > 57 "Grand Rapids, MI MSA" > 58 "Toledo, OH MSA" > 59 "Omaha, NE-IA MSA(Iowa portion not identified)" > 60 "Raleigh-Durham, NC MSA" > 61 "Greenville-Spartanburg. SC MSA" > 62 "Knoxville.TN MSA" > 63 "Tucson, AZ MSA" > 64 "Harrisonburg-Lebanon-Carlisle, PA MSA (Lebanon county not in sample)" > 65 "Fresno, CA MSA" > 66 "Baton Rouge, LA MSA" > 67 "Youngstown-Warren, OH MSA" > 68 "Las Vegas, NV MSA" > 69 "Springfield, MA MSA" > 70 "El Paso, TX MSA" > 71 "New Haven-Meriden, CT MSA" > 72 "Little Rock-North Little Rock, AR MSA" > 73 "Charleston, SC MSA" > 74 "Mobile, AL MSA(Baldwin county not in sample)" > 75 "Bakersfield, CA MSA" > 76 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified)" > 77 "Flint, MI MSA" > 78 "Albuquerque, NM MSA" > 79 "Wichita, KS MSA" > 80 "Columbia, SC MSA" > 81 "Chattanooga, TN-GA MSA (Marion and Sequatchie counties Tennessee not in sample)" > 82 "Saginaw-Bay City-Midland, MI MSA" > 83 "Lansing-East Lansing, MI MSA" > 84 "Worcester, MA MSA" > 85 "Canton, OH MSA" > 86 "Beaumont-Port Arthur, TX MSA" > 87 "York, PA MSA" > 88 "Davenport-Rock Island-Moline, IA-IL MSA" > 89 "Stockton, CA MSA" > 90 "Des Moines, IA MSA (Dallas county not in sample)" > 91 "Lancaster, PA MSA" > 92 "Jackson, MS MSA" > 93 "Peoria, IL MSA" > 94 "Augusta, GA-SC, MSA" > 95 "Corpus Christi, TX MSA" > 96 "Shreveport, LA MSA" > 97 "Fort Wayne, IN MSA" > 98 "Spokane, WA MSA" > 99 "Lakeland-Winter Haven, FL MSA" > 100 "Colorado Springs, CO MSA" > 101 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not identified)" > 102 "Madison, WI MSA" > 103 "McAllen-Edinburg-Mission, TX MSA" > 104 "Lexington-Fayette, KY MSA" > 105 "Utica-Rome, NY MSA" > 106 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 107 "Reading, PA MSA" > 108 "Pensacola, FL MSA" > 109 "Salinas-Seaside-Monterey, CA MSA" > 110 "Melbourne-Titusville-Palm Bay, FL MSA" > 111 "Appleton-Oshkosh-Neenah, WI MSA" > 112 "Daytona Beach, FL MSA" > 113 "Modesto, CA MSA" > 115 "Montgomery, AL MSA" > 116 "Erie, PA MSA" > 117 "Rockford, IL MSA" > 118 "Evansville, IN-KY MSA (Kentucky portion not identified)" > 119 "Macon-Warner Robins, GA MSA" > 120 "Charleston, WV MSA" > 121 "Eugene-Springfield, OR MSA" > 122 "Binghamton, NY MSA" > 123 "Visalia-Tulare-Porterville, CA MSA" > 124 "Johnstown, PA MSA" > 125 "Duluth, MN-WI MSA (Wisconsin portion not identified)" > 126 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 127 "Salem, OR MSA" > 128 "Poughkeepsie, NY MSA" > 129 "Fayetteville, NC MSA" > 130 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 131 "Fort Myers, FL MSA" > 132 "South Bend-Mishawaka, IN MSA" > 133 "Provo-Orem, UT MSA (Central City portion only identified)" > 134 "Brownsville-Harlingen, TX MSA" > 135 "Savannah, GA MSA" > 136 "Sarasota, FL MSA" > 137 "Roanoke, VA MSA" > 138 "Lubbock, TX MSA" > 139 "Lafayette, LA MSA" > 140 "Killeen-Temple, TX MSA" > 141 "Springfield, MO MSA" > 142 "Kalamazoo, MI MSA" > 143 "Anchorage, AK MSA" > 144 "Reno, NV MSA (Central City portion only identified)" > 145 "Hickory, NC MSA" > 146 "Huntsville, AL MSA" > 147 "Waterbury, CT MSA" > 148 "Tallahassee, FL MSA" > 149 "Portsmouth-Dover-Rochester, NH-ME MSA (Maine portion not entirely in sample and it is no > t identified)" > 150 "Portland, ME MSA" > 151 "Lincoln, NE MSA" > 152 "Biloxi-Gulfport, MS MSA" > 153 "Houma-Thibodaux, LA MSA" > 154 "Springfield, IL MSA" > 156 "Boise City, ID MSA" > 157 "Gainesville, FL MSA" > 158 "Wheeling, WV-OH MSA (Ohio portion not identified)" > 161 "Waco, TX MSA" > 163 "Lake Charles, LA MSA" > 164 "Cedar Rapids, IA MSA" > 165 "New Bedford, MA MSA" > 166 "Champaign-Urbana-Rantoul, IL MSA" > 169 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample)" > 170 "Bradenton, FL MSA" > 171 "Asheville, NC MSA" > 172 "Benton Harbor, MI MSA" > 173 "Waterloo-CederFalls, IA MSA" > 174 "Fort Collins-Loveland, CO MSA" > 178 "Topeka, KA MSA(Central City portion only identified)" > 179 "Chico, CA MSA" > 180 "Muskegon, MI MSA" > 181 "Lima, OH MSA" > 184 "Ocala, FL MSA" > 185 "Jackson, MS MSA" > 186 "Monroe, LA MSA" > 192 "Tuscaloosa, AL MSA" > 193 "Battle Creek, MI MSA" > 194 "Anderson, SC MSA" > 197 "Olympia, WA MSA" > 198 "Terre Haute, IN MSA" > 199 "Florence, AL MSA" > 201 "Altoona, PA MSA" > 202 "Anderson, IN MSA" > 203 "Manchester, NH MSA" > 204 "Medford, OR MSA" > 207 "Joplin, MO MSA" > 209 "Mansfield, OH MSA" > 211 "Sharon, PA MSA" > 216 "Pueblo, CO MSA" > 219 "Lawton, OK MSA" > 221 "Bloomington-Normal, IL MSA" > 222 "Fort WaltonBeach, FL MSA" > 224 "Burlington, VT MSA" > 225 "Williamsport, PA MSA" > 226 "Sioux City, IA-NE MSA (Nebraska portion not in sample)" > 231 "Sioux Falls, SD MSA" > 233 "Florence, SC MSA" > 240 "Bellingham, WA MSA" > 242 "Yuba City, CA MSA" > 246 "Colombia, MO MSA" > 247 "Gadsden, AL MSA" > 248 "Fayetteville-Springdale, AK MSA" > 252 "Kankakee, IL MSA" > ; . * icntcity goes here; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1979-1988; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "Other" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > 0 "Not in primary family" > 1 "No children < 18 years old" > 2 "All children 14-17 years old" > 3 "All children 6-13 years old" > 4 "All children 0-5 years old" > 5 "Children 6-17 (no 0-5)" > 6 "Children 0-5 & 14-17 (no 6-13)" > 7 "Children 0-13 (no 14-17)" > 8 "Children from all age groups" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1993 codes differ from pfamrel 1994-; . * pfamrel: 1984-1993; . label values pfamrel P47L; . label define P47L > 0 "Not in Primary Family" > 1 "Husband" > 2 "Wife" > 3 "Child" > 4 "Other Relative" > 5 "Unmarried Reference Person" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * gradecp: 1979-1991; . label values gradecp P62L; . label define P62L > 1 "Yes" > 2 "No" > ; . * relahh: 1979-1988; . label values relahh P42L; . label define P42L > 1 "Head with other relatives" > 2 "Head with no other relatives" > 3 "Wife of head" > 4 "Other relative of head" > 5 "Non-relative of head with own relatives (includes wife)" > 6 "Non-relative of head with no own relatives" > ; . * paidhr: 1979-; . label values paidhr P48L; . label define P48L > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "No Change" > 1 "Allocated" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "No Change" > 1 "Allocated" > ; . * I25c: 1979-1993; . label values I25c P50L; . label define P50L > 0 "No Change" > 1 "Allocated" > ; . * I25d: 1979-1993; . label values I25d P51L; . label define P51L > 0 "No Change" > 1 "Allocated" > ; . * class: 1979-1993; . label values class P61L; . label define P61L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1979-1988; . label values classer P63L; . label define P63L > 1 "Private" > 2 "Government" > 3 "Self-Employed" > 4 "Without Pay" > 5 "Never worked or never worked full-time" > ; . * esr: 1979-1988; . label values esr P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-Looking" > 4 "Housework" > 5 "School" > 6 "Unable to work/Disabled" > 7 "Other (Includes Retired)" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1983-1991; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 20 "Agricultural services, except horticultural(07, except 078)[83-91]" > 21 "Horticultural services (078) [83-91]" > 30 "Forestry (08) [83-91]" > 31 "Fishing, hunting, and trapping (09) [83-91]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Crude petroleum and natural gas extraction (13) [83-91]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned and preserved fruits and vegetables (203) [83-91]" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Floor coverings, except hard surface (227) [83-91]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and other hardware (342) [83-91]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Electronic computing equipment (3573) [83-91]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Optical and health services supplies (383, 384, 385) [83-91]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 382 "Not specified professional equipment [83-91]" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting (483) [83-91]" > 441 "Telephone, wire and radio (481) [83-91]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 460 "Electric light and power (491) [83-91]" > 461 "Gas and steam supply systems (492, 496) [83-91]" > 462 "Electric and gas, and other combinations (493) [83-91]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Sporting goods, toys, and hobby goods (504) [83-91]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 522 "Not specified electrical and hardware products [83-91]" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 630 "Apparel and accessory stores, except shoe (56, except 566)[83-91]" > 631 "Shoe stores (566) [83-91]" > 632 "Furniture and home furnishings stores (571) [83-91]" > 640 "Household appliances, TV, and radio stores (572,573) [83-91]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Sewing, needlework, and piece goods stores (5949) [83-91]" > 662 "Mail order houses (5961) [83-91]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel and ice dealers (598) [83-91]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings and loan associations (612) [83-91]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance-law offices (65,66)[83-91]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 730 "Commercial research, development, and testing labs (7391, 7397) [83-91]" > 731 "Personnel supply services (736)" > 732 "Business management and consulting services (7392) [83-91]" > 740 "Computer and data processing services (737) [83-91]" > 741 "Detective and protective services (7393) [83-91]" > 742 "Business services, n.e.c.(732,733,735,7394,7395,7396,7399)[83-91]" > 750 "Automotive services, except repair (751, 752, 754) [83-91]" > 751 "Automotive repair shops (753) [83-91]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Bowling alleys, billiard and pool parlors (793) [83-91]" > 802 "Miscellaneous entertainment & recreation services (791, 794, 799) [83-91]" > 812 "Offices of physicians (801, 803) [83-91]" > 820 "Offices of dentists (802) [83-91]" > 821 "Offices of chiropractors (8041) [83-91]" > 822 "Offices of optometrists (8042) [83-91]" > 830 "Offices of health practitioners, n.e.c. (8049) [83-91]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Business, trade, and vocational schools (824) [83-91]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 880 "Religious organizations (866)" > 881 "Membership organizations (861-865, 869) [83-91]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Noncommercial educational and scientific research (892) [83-91]" > 892 "Miscellaneous professional and related services (899) [83-91]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . * if using Stata 7, do d:\sources\occ80_83_91 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1979-1988; . label values activlwr P53L; . label define P53L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Other/Retired" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw P54L; . label define P54L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * uhours35 1979-1993; . label values uhours35 P55L; . label define P55L > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw P56L; . label define P56L > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw P57L; . label define P57L > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw P58L; . label define P58L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt79: 1979-1988; . label values ftpt79 P59L; . label define P59L > 0 "Not In Labor Force" > 1 "Employed full-time" > 2 "Part-time For Economic Reasons" > 3 "Unemployed FT" > 4 "Employed PT" > 5 "Unemployed PT" > ; . * ptstat: 1979-1988; . label values ptstat P65L; . label define P65L > 0 "All other" > 5 "Voluntary part-time workers" > 6 "Part-time for economic reasons" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmm: 1984-1993; . label values unionmm P60L; . label define P60L > 1 "Yes" > 2 "No" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters" > ; . ** prunecat 1979-1988 ; . label values prunecat prunecat; . label define prunecat > 0 "Not unemployed" > 1 "Less than 5 weeks" > 2 "5 and 6 weeks" > 3 "7 and 10 weeks" > 4 "11 and 14 weeks" > 5 "15 and 26 weeks" > 6 "27 and 39 weeks" > 7 "40 and 51 weeks" > 8 "52 weeks and over" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg88.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- minsamp | 320,821 5.99189 1.999987 4 8 hhid | 0 state | 320,821 50.61581 25.34102 11 95 hurespli | 319,457 1.628075 .781754 1 7 schenr | 55,059 1.600519 .4897961 1 2 -------------+--------------------------------------------------------- schlvl | 21,995 1.462651 .4986144 1 2 hhnum | 320,821 1.08477 .3119935 1 8 activlwr | 320,821 2.88483 2.316998 1 7 hourslw | 188,503 39.16508 13.94417 1 99 reasonlw | 47,256 10.40069 3.811482 1 15 -------------+--------------------------------------------------------- absentlw | 12,432 3.469514 2.645986 1 8 classer | 243,861 1.360156 .7068174 1 5 lineno | 320,821 1.752111 1.018233 0 30 relahh | 320,821 2.413997 1.304434 1 6 age | 320,821 43.17714 18.44137 16 90 -------------+--------------------------------------------------------- marital | 320,821 2.929309 2.502842 1 7 race | 320,821 1.163371 .451722 1 3 sex | 320,821 1.531904 .4989819 1 2 veteran | 320,476 5.50791 1.30066 1 6 gradeat | 320,821 12.50949 2.983557 0 18 -------------+--------------------------------------------------------- gradecp | 320,821 1.213895 .4100542 1 2 esr | 320,821 2.62024 2.205779 1 7 studftpt | 21,995 1.091021 .2876451 1 2 intmonth | 320,821 6.440217 3.482284 1 12 weight | 320,821 1726.314 984.2418 118.96 12757.97 -------------+--------------------------------------------------------- cmsarank | 217,418 45.24634 55.40494 1 252 pmsarank | 100,619 1.805345 1.576072 1 12 icntcity | 15,694 1.146808 .44372 1 4 smsastat | 315,394 1.272767 .4453826 1 2 centcity | 259,322 2.060253 .7743451 1 3 -------------+--------------------------------------------------------- ethnic | 319,967 7.78385 1.114728 1 9 ptstat | 320,821 .6426076 1.817401 0 6 ftpt79 | 320,821 1.042591 1.194696 0 5 prunecat | 320,821 .1004267 .6690905 0 8 agri | 320,821 .0211863 .1440051 0 1 -------------+--------------------------------------------------------- doinglw | 320,373 2.949331 2.445982 1 8 hourslwa | 188,164 39.14385 13.97124 -9 99 uhours35 | 46,617 1.708175 .454607 1 2 why35lw | 46,750 10.40171 3.80921 1 15 class | 243,182 1.970779 1.762168 1 8 -------------+--------------------------------------------------------- uhours | 172,191 38.15732 11.0457 -9 99 paidhr | 172,415 1.40185 .4902734 1 2 earnhr | 90,581 766.6281 426.7953 1 9999 uearnwk | 148,188 370.7305 242.9891 0 999 earnwt | 320,821 6905.679 3949.607 357.98 50995.55 -------------+--------------------------------------------------------- spouse | 16,189 49.75335 28.89624 0 99 eligible | 320,821 1.460391 .4984294 1 2 uhourse | 173,118 38.18686 10.963 0 99 paidhre | 173,118 1.398145 .489517 1 2 earnhre | 104,192 773.36 423.3943 50 9900 -------------+--------------------------------------------------------- earnwke | 173,118 373.3713 243.4652 0 999 unionmme | 173,118 1.835915 .3703534 1 2 I25a | 320,821 .0073655 .0855059 0 1 I25b | 320,821 .0067171 .0816826 0 1 I25c | 320,821 .0392244 .1941286 0 1 -------------+--------------------------------------------------------- I25d | 320,821 .0779344 .2680688 0 1 uearnwke | 104,192 293.2954 188.3674 0 999 hrhtype | 320,821 .0028022 .0528615 0 1 unionmm | 172,193 1.836329 .3699778 1 2 unioncov | 145,168 1.963732 .1869577 1 2 -------------+--------------------------------------------------------- ind80 | 242,576 559.9783 280.323 10 991 occ80 | 242,576 387.9549 246.6491 3 905 famnum | 320,821 .8399793 .4185734 0 8 ownchild | 262,209 .8850154 1.154143 0 8 chldpres | 320,821 1.992606 1.992762 0 8 -------------+--------------------------------------------------------- pfamrel | 320,821 1.770919 1.370001 0 5 recnum | 320,821 232422.1 134245.4 1 464750 year | 320,821 1988 0 1988 1988 ym_file | 320,821 341.4402 3.482284 336 347 ym | 320,821 332.4645 6.932964 321 344 -------------+--------------------------------------------------------- smsa80 | 217,418 5.080417 1.849605 2 8 ch613 | 320,821 .2063362 .4046753 0 1 ch1417 | 320,821 .1702226 .3758289 0 1 ch05 | 320,821 .1534095 .3603824 0 1 docc80 | 242,576 23.78166 12.36716 1 46 -------------+--------------------------------------------------------- dind | 242,576 30.22198 13.69772 1 52 . aef2 1989 89 89_93 89_91 dct_name aef89_93.dbd raw_name=../raw/morg89 (0 observations deleted) obs 466762 # of persons with age<=15 102069 # of non-interview records 39982 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,572 1.41 1.41 1 | 6,451 1.38 2.79 2 | 6,590 1.41 4.20 3 | 6,629 1.42 5.62 4 | 6,546 1.40 7.02 5 | 6,664 1.43 8.45 6 | 6,709 1.44 9.89 7 | 6,668 1.43 11.32 8 | 6,636 1.42 12.74 9 | 6,531 1.40 14.14 10 | 6,322 1.35 15.49 11 | 6,085 1.30 16.80 12 | 6,098 1.31 18.10 13 | 5,795 1.24 19.35 14 | 5,769 1.24 20.58 15 | 6,004 1.29 21.87 16 | 6,049 1.30 23.16 17 | 6,190 1.33 24.49 18 | 6,453 1.38 25.87 19 | 5,947 1.27 27.15 20 | 5,749 1.23 28.38 21 | 5,618 1.20 29.58 22 | 5,812 1.25 30.83 23 | 6,071 1.30 32.13 24 | 6,349 1.36 33.49 25 | 6,835 1.46 34.95 26 | 6,880 1.47 36.43 27 | 7,125 1.53 37.95 28 | 7,303 1.56 39.52 29 | 7,210 1.54 41.06 30 | 7,327 1.57 42.63 31 | 7,449 1.60 44.23 32 | 7,614 1.63 45.86 33 | 7,213 1.55 47.40 34 | 7,241 1.55 48.96 35 | 7,164 1.53 50.49 36 | 7,027 1.51 52.00 37 | 6,596 1.41 53.41 38 | 6,484 1.39 54.80 39 | 6,520 1.40 56.19 40 | 6,540 1.40 57.60 41 | 6,367 1.36 58.96 42 | 6,577 1.41 60.37 43 | 5,208 1.12 61.48 44 | 5,002 1.07 62.56 45 | 4,990 1.07 63.63 46 | 5,286 1.13 64.76 47 | 4,782 1.02 65.78 48 | 4,469 0.96 66.74 49 | 4,193 0.90 67.64 50 | 4,134 0.89 68.52 51 | 4,094 0.88 69.40 52 | 3,894 0.83 70.24 53 | 3,843 0.82 71.06 54 | 3,769 0.81 71.87 55 | 3,627 0.78 72.64 56 | 3,750 0.80 73.45 57 | 3,674 0.79 74.23 58 | 3,637 0.78 75.01 59 | 3,902 0.84 75.85 60 | 3,859 0.83 76.68 61 | 3,841 0.82 77.50 62 | 3,783 0.81 78.31 63 | 3,689 0.79 79.10 64 | 3,751 0.80 79.90 65 | 3,850 0.82 80.73 66 | 3,666 0.79 81.51 67 | 3,569 0.76 82.28 68 | 3,568 0.76 83.04 69 | 3,325 0.71 83.75 70 | 3,344 0.72 84.47 71 | 3,045 0.65 85.12 72 | 2,883 0.62 85.74 73 | 2,754 0.59 86.33 74 | 2,645 0.57 86.90 75 | 2,482 0.53 87.43 76 | 2,303 0.49 87.92 77 | 2,073 0.44 88.37 78 | 1,929 0.41 88.78 79 | 1,826 0.39 89.17 80 | 1,675 0.36 89.53 81 | 1,419 0.30 89.83 82 | 1,285 0.28 90.11 83 | 1,080 0.23 90.34 84 | 950 0.20 90.54 85 | 870 0.19 90.73 86 | 682 0.15 90.88 87 | 567 0.12 91.00 88 | 455 0.10 91.10 89 | 360 0.08 91.17 90 | 1,219 0.26 91.43 . | 39,982 8.57 100.00 ------------+----------------------------------- Total | 466,762 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- . | 39,982 100.00 100.00 ------------+----------------------------------- Total | 39,982 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,572 6.44 6.44 1 | 6,451 6.32 12.76 2 | 6,590 6.46 19.22 3 | 6,629 6.49 25.71 4 | 6,546 6.41 32.12 5 | 6,664 6.53 38.65 6 | 6,709 6.57 45.23 7 | 6,668 6.53 51.76 8 | 6,636 6.50 58.26 9 | 6,531 6.40 64.66 10 | 6,322 6.19 70.85 11 | 6,085 5.96 76.81 12 | 6,098 5.97 82.79 13 | 5,795 5.68 88.47 14 | 5,769 5.65 94.12 15 | 6,004 5.88 100.00 ------------+----------------------------------- Total | 102,069 100.00 (102,069 observations deleted) (39,982 observations deleted) obs 324711 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (164,056 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (160,655 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (5,576 real changes made, 5,576 to missing) replace centcity = . if centcity==4 | centcity<=0 (62,099 real changes made, 62,099 to missing) (222,527 real changes made, 222,527 to missing) (308,970 real changes made, 308,970 to missing) (104,372 real changes made, 104,372 to missing) (107,765 real changes made, 107,765 to missing) (219,134 real changes made, 219,134 to missing) replace smsasize=. if smsasize<=0 (104,372 missing values generated) drop smsasize Demography (60,600 real changes made, 60,600 to missing) (264,111 real changes made) (0 real changes made) if 1989 > 1983 & 1989 < 1989 { if 1989 > 1988 & 1989 < 1994 { (ch02: 264111 changes made) (ch35: 264111 changes made) (ch613: 264111 changes made) (ch1417: 264111 changes made) (20,705 real changes made) if 1989 > 1983 & 1989 < 1994 { Employment docc80 (78,270 missing values generated) recode docc80 (docc80: 246441 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (78,270 missing values generated) (dind: 246441 changes made) Wages (0 real changes made) (0 real changes made) (128 real changes made, 128 to missing) (0 real changes made) (0 real changes made) (146,472 real changes made) (238,649 real changes made) (0 real changes made) (0 real changes made) Hours, Unions variable spouse was int now byte variable ym_file was float now int variable ym was float now int variable ch613 was int now byte variable ch1417 was int now byte variable ch02 was int now byte variable ch35 was int now byte variable ch05 was int now byte variable docc80 was int now byte variable dind was float now byte (4,545,954 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . ** stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa80: 1985:10-1994:3; . label values smsa80 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000 - 9,999,999" > 8 "10,000,000+" > ; . * cmsarank: 1986-1994:3; . label values cmsarank P45L; . label define P45L > 1 "New York-New Jersey-Long Island, NY-NJ CMSA" > 2 "Los Angeles-Anaheim-Riverside, CA CMSA" > 3 "Chicago-Gary-Lake County, IL-IN-WI CMSA (Wisconsin portion not in sample)" > 4 "Philadelphia-Wilmington-Trenton, PA-NJ-DE-MD CMSA (Maryland portion suppressed)" > 5 "San Francisco-Oakland-San Jose, CA CMSA" > 6 "Detroit-AnnArbor, MI CMSA" > 7 "Boston-Lawrence-Salem, MA-NH CMSA" > 8 "Houston-Galveston-Brazoria, TX CMSA" > 9 "Washington, DC-VA MSA" > 10 "Dallas-FortWorth, TX CMSA" > 11 "Cleveland-Akron-Lorain, OH CMSA" > 12 "Miami-Fort Lauderdale, FL CMSA" > 13 "Pittsburgh-Deaver Valley, PA CMSA" > 14 "St. Louis, MO-IL CMSA" > 15 "Atlanta, GA MSA" > 16 "Baltimore, MD MSA" > 17 "Minneapolis-St. Paul, MN-WI MSA (Wisconsin portion not identified)" > 18 "Seattle-Tacoma, WAC MSA" > 19 "San Diego, CA MSA" > 20 "Tampa-St.Petersburg-Clearwater, FL MSA" > 21 "Denver-Boulder, CO CMSA" > 22 "Cincinnati-Hamilton, OH-KY-IN CMSA (Indiana portion not identified)" > 23 "Phoenix, AZ MSA" > 24 "Milwaukee-Racine, WI CMSA" > 25 "Kansas City, MO-KS MSA" > 26 "Portland-Vancouver, OR-WA CMSA" > 27 "New Orleans, LA MSA" > 28 "Columbus, OH MSA" > 29 "Norfolk-Virginia Beach-Newport News, VA MSA" > 30 "Buffalo-Niagara Falls, NY CMSA" > 31 "Sacramento, CA MSA" > 32 "Indianapolis, IN MSA" > 33 "San Antonio, TX MSA" > 34 "Providence-Pawtucket-Fall River, RI-MA CMSA" > 35 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 36 "Hartford-New Britian-Middletown, CT CMSA" > 37 "Salt Lake City-Ogden, UT MSA" > 38 "Rochester, NY MSA" > 39 "Oklahoma City, OK MSA" > 40 "Louisville, KY-IN MSA" > 41 "Dayton-Springfield, OH MSA" > 42 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not identified)" > 43 "Birmingham, AL MSA" > 44 "Nashville, TN MSA" > 45 "Greenboro-Winston Salem-High Point, NC MSA" > 46 "Albany-Schenectady-Troy NY MSA" > 47 "Honolulu, HI MSA" > 48 "Orlando, FL MSA" > 49 "Richmond-Petersburg, VA MSA (Dinwiddie and Prince George counties and Colonial Heights, > Hopewell, and Petersburg cities not in sample)" > 50 "Jacksonville, FL MSA" > 51 "Scranton-Wilkes Barre, PA MSA (Monroe county not in sample)" > 52 "Tulsa, OK MSA" > 53 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 54 "Syracuse, NY MSA" > 55 "Allentown-Bethlehem, PA-NJ MSA (New Jersey portion not identified)" > 56 "Austin, TX MSA" > 57 "Grand Rapids, MI MSA" > 58 "Toledo, OH MSA" > 59 "Omaha, NE-IA MSA(Iowa portion not identified)" > 60 "Raleigh-Durham, NC MSA" > 61 "Greenville-Spartanburg. SC MSA" > 62 "Knoxville.TN MSA" > 63 "Tucson, AZ MSA" > 64 "Harrisonburg-Lebanon-Carlisle, PA MSA (Lebanon county not in sample)" > 65 "Fresno, CA MSA" > 66 "Baton Rouge, LA MSA" > 67 "Youngstown-Warren, OH MSA" > 68 "Las Vegas, NV MSA" > 69 "Springfield, MA MSA" > 70 "El Paso, TX MSA" > 71 "New Haven-Meriden, CT MSA" > 72 "Little Rock-North Little Rock, AR MSA" > 73 "Charleston, SC MSA" > 74 "Mobile, AL MSA(Baldwin county not in sample)" > 75 "Bakersfield, CA MSA" > 76 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified)" > 77 "Flint, MI MSA" > 78 "Albuquerque, NM MSA" > 79 "Wichita, KS MSA" > 80 "Columbia, SC MSA" > 81 "Chattanooga, TN-GA MSA (Marion and Sequatchie counties Tennessee not in sample)" > 82 "Saginaw-Bay City-Midland, MI MSA" > 83 "Lansing-East Lansing, MI MSA" > 84 "Worcester, MA MSA" > 85 "Canton, OH MSA" > 86 "Beaumont-Port Arthur, TX MSA" > 87 "York, PA MSA" > 88 "Davenport-Rock Island-Moline, IA-IL MSA" > 89 "Stockton, CA MSA" > 90 "Des Moines, IA MSA (Dallas county not in sample)" > 91 "Lancaster, PA MSA" > 92 "Jackson, MS MSA" > 93 "Peoria, IL MSA" > 94 "Augusta, GA-SC, MSA" > 95 "Corpus Christi, TX MSA" > 96 "Shreveport, LA MSA" > 97 "Fort Wayne, IN MSA" > 98 "Spokane, WA MSA" > 99 "Lakeland-Winter Haven, FL MSA" > 100 "Colorado Springs, CO MSA" > 101 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not identified)" > 102 "Madison, WI MSA" > 103 "McAllen-Edinburg-Mission, TX MSA" > 104 "Lexington-Fayette, KY MSA" > 105 "Utica-Rome, NY MSA" > 106 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 107 "Reading, PA MSA" > 108 "Pensacola, FL MSA" > 109 "Salinas-Seaside-Monterey, CA MSA" > 110 "Melbourne-Titusville-Palm Bay, FL MSA" > 111 "Appleton-Oshkosh-Neenah, WI MSA" > 112 "Daytona Beach, FL MSA" > 113 "Modesto, CA MSA" > 115 "Montgomery, AL MSA" > 116 "Erie, PA MSA" > 117 "Rockford, IL MSA" > 118 "Evansville, IN-KY MSA (Kentucky portion not identified)" > 119 "Macon-Warner Robins, GA MSA" > 120 "Charleston, WV MSA" > 121 "Eugene-Springfield, OR MSA" > 122 "Binghamton, NY MSA" > 123 "Visalia-Tulare-Porterville, CA MSA" > 124 "Johnstown, PA MSA" > 125 "Duluth, MN-WI MSA (Wisconsin portion not identified)" > 126 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 127 "Salem, OR MSA" > 128 "Poughkeepsie, NY MSA" > 129 "Fayetteville, NC MSA" > 130 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 131 "Fort Myers, FL MSA" > 132 "South Bend-Mishawaka, IN MSA" > 133 "Provo-Orem, UT MSA (Central City portion only identified)" > 134 "Brownsville-Harlingen, TX MSA" > 135 "Savannah, GA MSA" > 136 "Sarasota, FL MSA" > 137 "Roanoke, VA MSA" > 138 "Lubbock, TX MSA" > 139 "Lafayette, LA MSA" > 140 "Killeen-Temple, TX MSA" > 141 "Springfield, MO MSA" > 142 "Kalamazoo, MI MSA" > 143 "Anchorage, AK MSA" > 144 "Reno, NV MSA (Central City portion only identified)" > 145 "Hickory, NC MSA" > 146 "Huntsville, AL MSA" > 147 "Waterbury, CT MSA" > 148 "Tallahassee, FL MSA" > 149 "Portsmouth-Dover-Rochester, NH-ME MSA (Maine portion not entirely in sample and it is no > t identified)" > 150 "Portland, ME MSA" > 151 "Lincoln, NE MSA" > 152 "Biloxi-Gulfport, MS MSA" > 153 "Houma-Thibodaux, LA MSA" > 154 "Springfield, IL MSA" > 156 "Boise City, ID MSA" > 157 "Gainesville, FL MSA" > 158 "Wheeling, WV-OH MSA (Ohio portion not identified)" > 161 "Waco, TX MSA" > 163 "Lake Charles, LA MSA" > 164 "Cedar Rapids, IA MSA" > 165 "New Bedford, MA MSA" > 166 "Champaign-Urbana-Rantoul, IL MSA" > 169 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample)" > 170 "Bradenton, FL MSA" > 171 "Asheville, NC MSA" > 172 "Benton Harbor, MI MSA" > 173 "Waterloo-CederFalls, IA MSA" > 174 "Fort Collins-Loveland, CO MSA" > 178 "Topeka, KA MSA(Central City portion only identified)" > 179 "Chico, CA MSA" > 180 "Muskegon, MI MSA" > 181 "Lima, OH MSA" > 184 "Ocala, FL MSA" > 185 "Jackson, MS MSA" > 186 "Monroe, LA MSA" > 192 "Tuscaloosa, AL MSA" > 193 "Battle Creek, MI MSA" > 194 "Anderson, SC MSA" > 197 "Olympia, WA MSA" > 198 "Terre Haute, IN MSA" > 199 "Florence, AL MSA" > 201 "Altoona, PA MSA" > 202 "Anderson, IN MSA" > 203 "Manchester, NH MSA" > 204 "Medford, OR MSA" > 207 "Joplin, MO MSA" > 209 "Mansfield, OH MSA" > 211 "Sharon, PA MSA" > 216 "Pueblo, CO MSA" > 219 "Lawton, OK MSA" > 221 "Bloomington-Normal, IL MSA" > 222 "Fort WaltonBeach, FL MSA" > 224 "Burlington, VT MSA" > 225 "Williamsport, PA MSA" > 226 "Sioux City, IA-NE MSA (Nebraska portion not in sample)" > 231 "Sioux Falls, SD MSA" > 233 "Florence, SC MSA" > 240 "Bellingham, WA MSA" > 242 "Yuba City, CA MSA" > 246 "Colombia, MO MSA" > 247 "Gadsden, AL MSA" > 248 "Fayetteville-Springdale, AK MSA" > 252 "Kankakee, IL MSA" > ; . * icntcity goes here; . *msafips: 1994-; . label values msafips P41L; . label define P41L > 80 "Akron, OH, PMSA" > 160 "Albany-Schenectady-Troy, NY MSA" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem, PA-NJ MSA" > 280 "Altoona, PA MSA" > 360 "Anaheim-Santa Ana, CA PMSA" > 380 "Anchorage, AK MSA" > 400 "Anderson, IN MSA" > 405 "Anderson, SC MSA" > 440 "Ann Arbor, MI PMSA" > 460 "Appleton-Oshkosh-Neenaht, WI MSA" > 480 "Asheville, NC MSA" > 520 "Atlanta, GA MSA" > 600 "Augusta, GA-SC MSA" > 620 "Aurora-Elgin, IL PMSA" > 640 "Austin, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD MSA" > 760 "Baton Rouge, LA MSA" > 780 "Battle Creek, MI MSA" > 840 "Beaumont-Port Arthur, FL MSA" > 845 "Beaver County, PA PMSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 920 "Biloxi-Gulfport, MS MSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1040 "Bloomington-Normal, IL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA PMSR" > 1125 "Boulder-Longmont, CO PMSA" > 1140 "Bradenton, FL MSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport-Milford, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen, TX MSA" > 1280 "Buffalo, NY PMSA" > 1305 "Burlington, VT MSA" > 1320 "Canton, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1400 "Champaign-Urbana-Rantoul, IL MSA" > 1440 "Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-A MSA" > 1600 "Chicago, IL PMSA" > 1620 "Chico, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA" > 1680 "Cleveland, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1740 "Colombia, MO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSR" > 1960 "Davenport-Rock Island-Moline, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA" > 2160 "Detroit, MI PMSA" > 2240 "Duluth, MN-WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville, IN-KY MSA" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale, AR MSA" > 2640 "Flint, MI MSA" > 2650 "Florence, AL MSA" > 2655 "Florence, SC MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale-Hollywood-Pompano Beach, FL PMSA" > 2700 "Fort Myers, FL MSA" > 2720 "Fort Smith, AR-OK MSA" > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2880 "Gadsden, AL MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary-Hammond, IN PMSA" > 3000 "Grand Rapids, MI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3160 "Greenville-Spartanburg, SC MSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA" > 3280 "Hartford, CT PMSA" > 3290 "Hickory, NC MSA" > 3320 "Honolulu, HI MSA" > 3350 "Houma-Thibodaux, LA MSA" > 3360 "Houston, TX PMSA" > 3400 "Huntington-Ashland, WV-KY-OH MSA" > 3440 "Huntsville, AL MSA" > 3480 "Indianapolis, IN MSA" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA" > 3680 "Johnstown, PA MSA" > 3690 "Joliet, IL PMSA" > 3710 "Joplin, MO MSA" > 3720 "Kalamazoo, MI MSA" > 3740 "Kankakee, IL MSA" > 3760 "Kansas City, MO-KS MSA" > 3810 "Killeen-Temple, TX MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA" > 3960 "Lake Charles, LA MSA" > 3965 "Lake County, IL PMSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4120 "Las Vegas, NV MSA" > 4160 "Lawrence-Haverhill, MA-NH PMSA" > 4200 "Lawton, OK MSA" > 4280 "Lexington-Fayette, KY MSA" > 4320 "Lima, OH MSA" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4440 "Lorain-Elyria, OH PMSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA" > 4560 "Lowell, MA-NH PMSA" > 4600 "Lubbock, TX MSA" > 4680 "Macon-Warner Robins, GA MSA" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH MSA" > 4800 "Mansfield, OH MSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA" > 5000 "Miami-Hialeah, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee, WI PMSA" > 5120 "Minneapolis-St, Paul, MN-WI MSA" > 5160 "Mobile, AL MSA" > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5320 "Muskegon, MI MSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA MSA" > 5440 "New Britain, CT PMSA" > 5480 "New Haven-Meriden, CT MSA" > 5520 "New London-Norwich, CT-RI MSA" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA" > 5640 "Newark, NJ PMSA" > 5700 "Niagara Falls, NY PMSA" > 5720 "Norfolk-Virginia Beach-Newport News, VA MSA" > 5760 "Norwalk, CT PMSA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA MSA" > 5920 "Omaha, NE-IA MSA" > 5950 "Orange County, NY PMSA" > 5960 "Orlando, FL MSA" > 6000 "Oxnard-Ventura, CA PMSA" > 6060 "Pawtucket-Woonsocket-Attleboro, RI-MA PMSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix, AZ MSA" > 6280 "Pittsburgh, PA PMSA" > 6400 "Portland, ME MSA" > 6440 "Portland, OR PMSA" > 6450 "Portsmouth-Dover-Rochester, NH-ME MSA" > 6460 "Poughkeepsie, NY MSA" > 6480 "Providence, RI PMSA" > 6520 "Provo-Orem, UT MSA" > 6560 "Pueblo, CO MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA" > 6760 "Richmond-Petersburg, VA MSA" > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA MSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL PMSA" > 7080 "Salem, OR MSA" > 7090 "Salem-Gloucester, MA PMSA" > 7120 "Salinas-Seaside-Monterey, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7485 "Santa Cruz, CA PMSA" > 7500 "Santa Rosa-Petaluma, CA PMSA" > 7510 "Sarasota, FL MSA" > 7520 "Savannah, GA MSA" > 7560 "Scranton-Wilkes Barre, PA MSA" > 7600 "Seattle, WA PMSA" > 7610 "Sharon, PA MSA" > 7680 "Shreveport, LA MSA" > 7720 "Sioux City, IA-NE MSA" > 7760 "Sioux Falls, SD MSA" > 7800 "South Bend-Mishawaka, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA" > 8000 "Springfield, MA MSA" > 8040 "Stamford, CT PMSA" > 8120 "Stockton, CA MSA" > 8160 "Syracuse, NY MSA" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St, Petersburg-Clearwater, FL MSA" > 8320 "Terre Haute, IN MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA" > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8725 "Vancouver, WA PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA MSA" > 8880 "Waterbury, CT MSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 9000 "Wheeling, WV-OH MSA" > 9040 "Wichita, KS MSA" > 9140 "Williamsport, PA MSA" > 9160 "Wilmington, DE-NJ-MD PMSA" > 9240 "Worcester, MA MSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > ; . * cmsacode 1989-1993 values are different from cmsacode 1994+ values; . * cmsacode: 1989-1993; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Lawrence-Salem, MA-NH" > 10 "Buffalo-Niagara Falls, NY" > 14 "Chicago-Gary-Lake County, IL-IN-WI (Wisconsion portion not in sample)" > 21 "Cincinnati-Hamilton, OH-KY-IN (Indiana portion not identified)" > 28 "Cleveland-Akron-Lorain, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder, CO" > 35 "Detroit-Ann Arbor, MI" > 41 "Hartford-New Britian-Middletown, CT" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 47 "Kansas City, MO-KS" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT" > 77 "Philadelphia-Wilmington-Trenton, PA-NJ-DE-MD" > 78 "Pittsburgh-Beaver Valley, PA" > 79 "Portland-Vancouver, OR-WA" > 80 "Providence-Pawtucket-Fall River, RI-MA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma, WA" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1989-1995; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "American Indian, Aleut, Eskimo" > 4 "Asian or Pacific Islander" > 5 "Other" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > 0 "Not in primary family" > 1 "No children < 18 years old" > 2 "All children 0-2 years old" > 3 "All children 3-5 years old" > 4 "All children 6-13 years old" > 5 "All children 14-17 years old" > 6 "All children 0-5 years old" > 7 "Children 0-2 & 6-13 (no 3-5 or 14+)" > 8 "Children 0-2 & 14-17 (no 3-13)" > 9 "Children 3-5 & 6-13 (no 0-2 or 14+)" > 10 "Children 3-5 & 14-17 (no 0-2 or 6-13)" > 11 "Children 6-17 (no 0-5)" > 12 "Children 0-13 (no 14-17)" > 13 "Children 0-5 & 14-17 (no 6-13)" > 14 "Children 0-2 & 6-17 (no 3-5)" > 15 "Children 3-17 (no 0-2)" > 16 "Children from all age groups" > ; . * ch02: 1989-1993, 1999:11-; . label values ch02 ch02; . label define ch02 > 1 "Yes" > 0 "No" > ; . * ch35: 1989-1993, 1999:11-; . label values ch35 ch35; . label define ch35 > 1 "Yes" > 0 "No" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1993 codes differ from pfamrel 1994-; . * pfamrel: 1984-1993; . label values pfamrel P47L; . label define P47L > 0 "Not in Primary Family" > 1 "Husband" > 2 "Wife" > 3 "Child" > 4 "Other Relative" > 5 "Unmarried Reference Person" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * gradecp: 1979-1991; . label values gradecp P62L; . label define P62L > 1 "Yes" > 2 "No" > ; . * relaref: 1989-1993; . label values relaref P42L; . label define P42L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Husband" > 4 "Wife" > 5 "Child" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Non-rel of ref. per w/own rels in HH" > 10 "Non-rel of ref per w/no own rels in HH" > ; . * paidhr: 1979-; . label values paidhr P48L; . label define P48L > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25c: 1979-1993; . label values I25c P50L; . label define P50L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25d: 1979-1993; . label values I25d P51L; . label define P51L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * class: 1979-1993; . label values class P61L; . label define P61L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1989-1993; . label values classer P19L; . label define P19L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer2: 1989-1993; . label values classer2 P52L; . label define P52L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Without Pay" > 7 "Never worked or never worked full-time" > ; . * lfsr89: 1989-1993; . label values lfsr89 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Working without pay" > 6 "Unavailable for work" > 7 "Other (Includes Retired)" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1983-1991; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 20 "Agricultural services, except horticultural(07, except 078)[83-91]" > 21 "Horticultural services (078) [83-91]" > 30 "Forestry (08) [83-91]" > 31 "Fishing, hunting, and trapping (09) [83-91]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Crude petroleum and natural gas extraction (13) [83-91]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned and preserved fruits and vegetables (203) [83-91]" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Floor coverings, except hard surface (227) [83-91]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and other hardware (342) [83-91]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Electronic computing equipment (3573) [83-91]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Optical and health services supplies (383, 384, 385) [83-91]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 382 "Not specified professional equipment [83-91]" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting (483) [83-91]" > 441 "Telephone, wire and radio (481) [83-91]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 460 "Electric light and power (491) [83-91]" > 461 "Gas and steam supply systems (492, 496) [83-91]" > 462 "Electric and gas, and other combinations (493) [83-91]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Sporting goods, toys, and hobby goods (504) [83-91]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 522 "Not specified electrical and hardware products [83-91]" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 630 "Apparel and accessory stores, except shoe (56, except 566)[83-91]" > 631 "Shoe stores (566) [83-91]" > 632 "Furniture and home furnishings stores (571) [83-91]" > 640 "Household appliances, TV, and radio stores (572,573) [83-91]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Sewing, needlework, and piece goods stores (5949) [83-91]" > 662 "Mail order houses (5961) [83-91]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel and ice dealers (598) [83-91]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings and loan associations (612) [83-91]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance-law offices (65,66)[83-91]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 730 "Commercial research, development, and testing labs (7391, 7397) [83-91]" > 731 "Personnel supply services (736)" > 732 "Business management and consulting services (7392) [83-91]" > 740 "Computer and data processing services (737) [83-91]" > 741 "Detective and protective services (7393) [83-91]" > 742 "Business services, n.e.c.(732,733,735,7394,7395,7396,7399)[83-91]" > 750 "Automotive services, except repair (751, 752, 754) [83-91]" > 751 "Automotive repair shops (753) [83-91]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Bowling alleys, billiard and pool parlors (793) [83-91]" > 802 "Miscellaneous entertainment & recreation services (791, 794, 799) [83-91]" > 812 "Offices of physicians (801, 803) [83-91]" > 820 "Offices of dentists (802) [83-91]" > 821 "Offices of chiropractors (8041) [83-91]" > 822 "Offices of optometrists (8042) [83-91]" > 830 "Offices of health practitioners, n.e.c. (8049) [83-91]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Business, trade, and vocational schools (824) [83-91]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 880 "Religious organizations (866)" > 881 "Membership organizations (861-865, 869) [83-91]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Noncommercial educational and scientific research (892) [83-91]" > 892 "Miscellaneous professional and related services (899) [83-91]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . * if using Stata 7, d:\sources\occ80_83_91 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1989-1993; . label values activlwr P53L; . label define P53L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw P54L; . label define P54L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * uhours35 1979-1993; . label values uhours35 P55L; . label define P55L > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw P56L; . label define P56L > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw P57L; . label define P57L > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw P58L; . label define P58L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt89: 1989-93; . label values ftpt89 P59L; . label define P59L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT hrs, Usually PT For Non-Economic" > 5 "PT Hours, Usually PT For Economic Reasons" > 6 "Unemployed FT" > 7 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmm: 1984-1993; . label values unionmm P60L; . label define P60L > 1 "Yes" > 2 "No" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg89.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- intmonth | 324,711 6.558025 3.465807 1 12 hhnum | 324,259 1.085102 .3129083 1 7 hurespli | 323,250 1.620278 .7902826 1 7 minsamp | 324,711 5.979052 1.999893 4 8 hrhtype | 324,711 2.385691 2.176196 1 9 -------------+--------------------------------------------------------- state | 324,711 50.74402 25.50277 11 95 stfips | 324,711 29.0157 14.84256 1 56 centcity | 262,612 2.061444 .772391 1 3 msafips | 216,946 4414.211 2594.519 80 9340 spouse | 324,711 27.93178 31.01633 0 90 -------------+--------------------------------------------------------- pmsarank | 102,184 1.800575 1.569549 1 12 cmsarank | 220,339 45.56204 55.654 1 252 cmsacode | 105,577 50.87408 26.12653 7 91 smsastat | 319,135 1.272295 .4451418 1 2 icntcity | 15,741 1.149609 .4465504 1 4 -------------+--------------------------------------------------------- hhid | 0 sex | 324,711 1.52896 .4991614 1 2 veteran | 322,883 5.517897 1.28833 1 6 gradeat | 324,711 12.58252 2.973199 0 18 gradecp | 324,711 1.212888 .4093496 1 2 -------------+--------------------------------------------------------- doinglw | 322,461 2.932485 2.451314 1 8 hourslwa | 191,365 39.32763 14.03047 0 99 uhours35 | 46,190 1.717645 .4501503 1 2 why35lw | 46,338 10.59323 3.774355 1 15 class | 246,626 1.95882 1.748508 1 8 -------------+--------------------------------------------------------- uhours | 175,729 38.23429 11.18046 0 99 paidhr | 175,672 1.396233 .4891152 1 2 earnhr | 93,698 795.2665 445.4586 1 9999 uearnwk | 151,816 398.3092 297.6555 0 1999 unionmm | 175,492 1.83997 .366635 1 2 -------------+--------------------------------------------------------- unioncov | 148,576 1.964469 .1851174 1 2 studftpt | 21,618 1.089046 .284817 1 2 lineno | 324,711 1.74149 1.013034 1 38 relaref | 324,711 3.072594 2.193331 1 10 age | 324,711 43.24206 18.35121 16 90 -------------+--------------------------------------------------------- marital | 324,711 3.088928 2.583611 1 7 race | 324,711 1.195232 .587468 1 5 activlwr | 322,883 2.943766 2.460459 1 8 hourslw | 191,498 39.36285 13.98892 1 99 reasonlw | 46,430 10.57605 3.783237 1 15 -------------+--------------------------------------------------------- absentlw | 12,895 3.446762 2.617714 1 8 ind80 | 246,441 563.4341 278.7953 10 991 occ80 | 246,441 386.0372 247.7934 3 905 classer | 247,626 1.933803 1.714294 1 8 uhourse | 176,411 38.32017 11.00662 1 99 -------------+--------------------------------------------------------- paidhre | 176,411 1.395763 .4890154 1 2 unionmme | 176,411 1.8398 .3667923 1 2 untype | 10,906 2.883367 1.23771 1 5 agri | 246,441 .0316181 .1749815 0 1 schenr | 53,862 1.59114 .4916278 1 2 -------------+--------------------------------------------------------- schlvl | 22,022 1.48783 .4998632 1 2 ethnic | 324,711 7.771323 1.129784 1 10 lfsr89 | 322,883 3.141921 2.792641 1 7 ftpt89 | 322,883 2.050978 1.217081 1 7 eligible | 322,883 1.453638 .4978467 1 2 -------------+--------------------------------------------------------- classer2 | 247,626 1.73275 1.407045 1 7 earnhre | 106,594 807.4631 448.7088 50 9999 earnwke | 176,411 405.7716 294.9556 1 1923 weight | 322,883 1731.828 974.7518 112.91 11616.91 earnwt | 322,883 6927.335 3907.833 449.71 45979.63 -------------+--------------------------------------------------------- famnum | 324,711 .8359156 .4211231 0 6 ownchild | 264,111 .8765557 1.144185 0 8 chldpres | 324,711 2.818552 3.400593 0 16 pfamrel | 324,711 1.758576 1.375193 0 5 I25a | 322,883 .0302153 .3463359 0 4 -------------+--------------------------------------------------------- I25b | 322,883 .0349043 .3595744 0 4 I25c | 322,883 .0029639 .0942497 0 3 I25d | 322,883 .0722367 .5127784 0 4 recnum | 324,711 232990.1 134744.2 1 466759 year | 324,711 1989 0 1989 1989 -------------+--------------------------------------------------------- ym_file | 324,711 353.558 3.465807 348 359 ym | 324,711 344.6209 6.93219 333 356 smsa80 | 220,339 5.079822 1.860874 2 8 ch613 | 324,711 .2071072 .4052337 0 1 ch1417 | 324,711 .1604381 .3670124 0 1 -------------+--------------------------------------------------------- ch02 | 324,711 .0921004 .289168 0 1 ch35 | 324,711 .0964858 .2952568 0 1 ch05 | 324,711 .1558648 .3627276 0 1 docc80 | 246,441 23.61972 12.40511 1 46 dind | 246,441 30.4002 13.58575 1 52 . aef2 1990 90 89_93 89_91 dct_name aef89_93.dbd raw_name=../raw/morg90 (0 observations deleted) obs 490653 # of persons with age<=15 109432 # of non-interview records 40059 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 7,144 1.46 1.46 1 | 7,175 1.46 2.92 2 | 6,950 1.42 4.33 3 | 6,983 1.42 5.76 4 | 6,935 1.41 7.17 5 | 7,062 1.44 8.61 6 | 6,892 1.40 10.02 7 | 7,145 1.46 11.47 8 | 6,952 1.42 12.89 9 | 7,015 1.43 14.32 10 | 6,956 1.42 15.74 11 | 6,607 1.35 17.08 12 | 6,568 1.34 18.42 13 | 6,594 1.34 19.77 14 | 6,265 1.28 21.04 15 | 6,189 1.26 22.30 16 | 6,272 1.28 23.58 17 | 6,121 1.25 24.83 18 | 6,254 1.27 26.10 19 | 6,290 1.28 27.39 20 | 6,162 1.26 28.64 21 | 6,089 1.24 29.88 22 | 6,029 1.23 31.11 23 | 6,244 1.27 32.38 24 | 6,348 1.29 33.68 25 | 6,844 1.39 35.07 26 | 7,001 1.43 36.50 27 | 7,288 1.49 37.98 28 | 7,583 1.55 39.53 29 | 7,702 1.57 41.10 30 | 7,932 1.62 42.72 31 | 7,524 1.53 44.25 32 | 7,821 1.59 45.84 33 | 7,891 1.61 47.45 34 | 7,511 1.53 48.98 35 | 7,776 1.58 50.57 36 | 7,434 1.52 52.08 37 | 7,195 1.47 53.55 38 | 7,047 1.44 54.99 39 | 6,926 1.41 56.40 40 | 6,918 1.41 57.81 41 | 6,732 1.37 59.18 42 | 6,675 1.36 60.54 43 | 6,606 1.35 61.89 44 | 5,331 1.09 62.97 45 | 5,527 1.13 64.10 46 | 5,211 1.06 65.16 47 | 5,372 1.09 66.26 48 | 4,847 0.99 67.24 49 | 4,745 0.97 68.21 50 | 4,544 0.93 69.14 51 | 4,221 0.86 70.00 52 | 4,141 0.84 70.84 53 | 3,960 0.81 71.65 54 | 4,023 0.82 72.47 55 | 3,946 0.80 73.27 56 | 3,766 0.77 74.04 57 | 3,865 0.79 74.83 58 | 3,839 0.78 75.61 59 | 3,732 0.76 76.37 60 | 4,034 0.82 77.19 61 | 3,926 0.80 77.99 62 | 4,030 0.82 78.81 63 | 3,850 0.78 79.60 64 | 3,867 0.79 80.39 65 | 4,137 0.84 81.23 66 | 3,840 0.78 82.01 67 | 3,607 0.74 82.75 68 | 3,757 0.77 83.51 69 | 3,568 0.73 84.24 70 | 3,481 0.71 84.95 71 | 3,095 0.63 85.58 72 | 3,032 0.62 86.20 73 | 2,875 0.59 86.79 74 | 2,697 0.55 87.34 75 | 2,599 0.53 87.86 76 | 2,400 0.49 88.35 77 | 2,128 0.43 88.79 78 | 1,970 0.40 89.19 79 | 1,850 0.38 89.57 80 | 1,775 0.36 89.93 81 | 1,500 0.31 90.23 82 | 1,352 0.28 90.51 83 | 1,196 0.24 90.75 84 | 992 0.20 90.96 85 | 850 0.17 91.13 86 | 751 0.15 91.28 87 | 603 0.12 91.40 88 | 508 0.10 91.51 89 | 411 0.08 91.59 90 | 1,196 0.24 91.84 . | 40,059 8.16 100.00 ------------+----------------------------------- Total | 490,653 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- . | 40,059 100.00 100.00 ------------+----------------------------------- Total | 40,059 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 7,144 6.53 6.53 1 | 7,175 6.56 13.08 2 | 6,950 6.35 19.44 3 | 6,983 6.38 25.82 4 | 6,935 6.34 32.15 5 | 7,062 6.45 38.61 6 | 6,892 6.30 44.91 7 | 7,145 6.53 51.43 8 | 6,952 6.35 57.79 9 | 7,015 6.41 64.20 10 | 6,956 6.36 70.55 11 | 6,607 6.04 76.59 12 | 6,568 6.00 82.59 13 | 6,594 6.03 88.62 14 | 6,265 5.73 94.34 15 | 6,189 5.66 100.00 ------------+----------------------------------- Total | 109,432 100.00 (109,432 observations deleted) (40,059 observations deleted) obs 341162 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (170,206 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (170,956 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (5,682 real changes made, 5,682 to missing) replace centcity = . if centcity==4 | centcity<=0 (62,742 real changes made, 62,742 to missing) (226,144 real changes made, 226,144 to missing) (322,754 real changes made, 322,754 to missing) (105,424 real changes made, 105,424 to missing) (108,797 real changes made, 108,797 to missing) (222,771 real changes made, 222,771 to missing) replace smsasize=. if smsasize<=0 (105,424 missing values generated) drop smsasize Demography (65,154 real changes made, 65,154 to missing) (276,008 real changes made) (0 real changes made) if 1990 > 1983 & 1990 < 1989 { if 1990 > 1988 & 1990 < 1994 { (ch02: 276008 changes made) (ch35: 276008 changes made) (ch613: 276008 changes made) (ch1417: 276008 changes made) (21,198 real changes made) if 1990 > 1983 & 1990 < 1994 { (0 real changes made) (154 real changes made, 154 to missing) Employment docc80 (82,702 missing values generated) recode docc80 (docc80: 258460 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (82,702 missing values generated) (dind: 258460 changes made) Wages (0 real changes made) (0 real changes made) (294 real changes made, 294 to missing) (1 real change made, 1 to missing) (0 real changes made) (154,312 real changes made) (250,631 real changes made) (0 real changes made) (0 real changes made) Hours, Unions variable spouse was int now byte variable ym_file was float now int variable ym was float now int variable ch613 was int now byte variable ch1417 was int now byte variable ch02 was int now byte variable ch35 was int now byte variable ch05 was int now byte variable docc80 was int now byte variable dind was float now byte (4,776,268 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . ** stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa80: 1985:10-1994:3; . label values smsa80 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000 - 9,999,999" > 8 "10,000,000+" > ; . * cmsarank: 1986-1994:3; . label values cmsarank P45L; . label define P45L > 1 "New York-New Jersey-Long Island, NY-NJ CMSA" > 2 "Los Angeles-Anaheim-Riverside, CA CMSA" > 3 "Chicago-Gary-Lake County, IL-IN-WI CMSA (Wisconsin portion not in sample)" > 4 "Philadelphia-Wilmington-Trenton, PA-NJ-DE-MD CMSA (Maryland portion suppressed)" > 5 "San Francisco-Oakland-San Jose, CA CMSA" > 6 "Detroit-AnnArbor, MI CMSA" > 7 "Boston-Lawrence-Salem, MA-NH CMSA" > 8 "Houston-Galveston-Brazoria, TX CMSA" > 9 "Washington, DC-VA MSA" > 10 "Dallas-FortWorth, TX CMSA" > 11 "Cleveland-Akron-Lorain, OH CMSA" > 12 "Miami-Fort Lauderdale, FL CMSA" > 13 "Pittsburgh-Deaver Valley, PA CMSA" > 14 "St. Louis, MO-IL CMSA" > 15 "Atlanta, GA MSA" > 16 "Baltimore, MD MSA" > 17 "Minneapolis-St. Paul, MN-WI MSA (Wisconsin portion not identified)" > 18 "Seattle-Tacoma, WAC MSA" > 19 "San Diego, CA MSA" > 20 "Tampa-St.Petersburg-Clearwater, FL MSA" > 21 "Denver-Boulder, CO CMSA" > 22 "Cincinnati-Hamilton, OH-KY-IN CMSA (Indiana portion not identified)" > 23 "Phoenix, AZ MSA" > 24 "Milwaukee-Racine, WI CMSA" > 25 "Kansas City, MO-KS MSA" > 26 "Portland-Vancouver, OR-WA CMSA" > 27 "New Orleans, LA MSA" > 28 "Columbus, OH MSA" > 29 "Norfolk-Virginia Beach-Newport News, VA MSA" > 30 "Buffalo-Niagara Falls, NY CMSA" > 31 "Sacramento, CA MSA" > 32 "Indianapolis, IN MSA" > 33 "San Antonio, TX MSA" > 34 "Providence-Pawtucket-Fall River, RI-MA CMSA" > 35 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 36 "Hartford-New Britian-Middletown, CT CMSA" > 37 "Salt Lake City-Ogden, UT MSA" > 38 "Rochester, NY MSA" > 39 "Oklahoma City, OK MSA" > 40 "Louisville, KY-IN MSA" > 41 "Dayton-Springfield, OH MSA" > 42 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not identified)" > 43 "Birmingham, AL MSA" > 44 "Nashville, TN MSA" > 45 "Greenboro-Winston Salem-High Point, NC MSA" > 46 "Albany-Schenectady-Troy NY MSA" > 47 "Honolulu, HI MSA" > 48 "Orlando, FL MSA" > 49 "Richmond-Petersburg, VA MSA (Dinwiddie and Prince George counties and Colonial Heights, > Hopewell, and Petersburg cities not in sample)" > 50 "Jacksonville, FL MSA" > 51 "Scranton-Wilkes Barre, PA MSA (Monroe county not in sample)" > 52 "Tulsa, OK MSA" > 53 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 54 "Syracuse, NY MSA" > 55 "Allentown-Bethlehem, PA-NJ MSA (New Jersey portion not identified)" > 56 "Austin, TX MSA" > 57 "Grand Rapids, MI MSA" > 58 "Toledo, OH MSA" > 59 "Omaha, NE-IA MSA(Iowa portion not identified)" > 60 "Raleigh-Durham, NC MSA" > 61 "Greenville-Spartanburg. SC MSA" > 62 "Knoxville.TN MSA" > 63 "Tucson, AZ MSA" > 64 "Harrisonburg-Lebanon-Carlisle, PA MSA (Lebanon county not in sample)" > 65 "Fresno, CA MSA" > 66 "Baton Rouge, LA MSA" > 67 "Youngstown-Warren, OH MSA" > 68 "Las Vegas, NV MSA" > 69 "Springfield, MA MSA" > 70 "El Paso, TX MSA" > 71 "New Haven-Meriden, CT MSA" > 72 "Little Rock-North Little Rock, AR MSA" > 73 "Charleston, SC MSA" > 74 "Mobile, AL MSA(Baldwin county not in sample)" > 75 "Bakersfield, CA MSA" > 76 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified)" > 77 "Flint, MI MSA" > 78 "Albuquerque, NM MSA" > 79 "Wichita, KS MSA" > 80 "Columbia, SC MSA" > 81 "Chattanooga, TN-GA MSA (Marion and Sequatchie counties Tennessee not in sample)" > 82 "Saginaw-Bay City-Midland, MI MSA" > 83 "Lansing-East Lansing, MI MSA" > 84 "Worcester, MA MSA" > 85 "Canton, OH MSA" > 86 "Beaumont-Port Arthur, TX MSA" > 87 "York, PA MSA" > 88 "Davenport-Rock Island-Moline, IA-IL MSA" > 89 "Stockton, CA MSA" > 90 "Des Moines, IA MSA (Dallas county not in sample)" > 91 "Lancaster, PA MSA" > 92 "Jackson, MS MSA" > 93 "Peoria, IL MSA" > 94 "Augusta, GA-SC, MSA" > 95 "Corpus Christi, TX MSA" > 96 "Shreveport, LA MSA" > 97 "Fort Wayne, IN MSA" > 98 "Spokane, WA MSA" > 99 "Lakeland-Winter Haven, FL MSA" > 100 "Colorado Springs, CO MSA" > 101 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not identified)" > 102 "Madison, WI MSA" > 103 "McAllen-Edinburg-Mission, TX MSA" > 104 "Lexington-Fayette, KY MSA" > 105 "Utica-Rome, NY MSA" > 106 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 107 "Reading, PA MSA" > 108 "Pensacola, FL MSA" > 109 "Salinas-Seaside-Monterey, CA MSA" > 110 "Melbourne-Titusville-Palm Bay, FL MSA" > 111 "Appleton-Oshkosh-Neenah, WI MSA" > 112 "Daytona Beach, FL MSA" > 113 "Modesto, CA MSA" > 115 "Montgomery, AL MSA" > 116 "Erie, PA MSA" > 117 "Rockford, IL MSA" > 118 "Evansville, IN-KY MSA (Kentucky portion not identified)" > 119 "Macon-Warner Robins, GA MSA" > 120 "Charleston, WV MSA" > 121 "Eugene-Springfield, OR MSA" > 122 "Binghamton, NY MSA" > 123 "Visalia-Tulare-Porterville, CA MSA" > 124 "Johnstown, PA MSA" > 125 "Duluth, MN-WI MSA (Wisconsin portion not identified)" > 126 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 127 "Salem, OR MSA" > 128 "Poughkeepsie, NY MSA" > 129 "Fayetteville, NC MSA" > 130 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 131 "Fort Myers, FL MSA" > 132 "South Bend-Mishawaka, IN MSA" > 133 "Provo-Orem, UT MSA (Central City portion only identified)" > 134 "Brownsville-Harlingen, TX MSA" > 135 "Savannah, GA MSA" > 136 "Sarasota, FL MSA" > 137 "Roanoke, VA MSA" > 138 "Lubbock, TX MSA" > 139 "Lafayette, LA MSA" > 140 "Killeen-Temple, TX MSA" > 141 "Springfield, MO MSA" > 142 "Kalamazoo, MI MSA" > 143 "Anchorage, AK MSA" > 144 "Reno, NV MSA (Central City portion only identified)" > 145 "Hickory, NC MSA" > 146 "Huntsville, AL MSA" > 147 "Waterbury, CT MSA" > 148 "Tallahassee, FL MSA" > 149 "Portsmouth-Dover-Rochester, NH-ME MSA (Maine portion not entirely in sample and it is no > t identified)" > 150 "Portland, ME MSA" > 151 "Lincoln, NE MSA" > 152 "Biloxi-Gulfport, MS MSA" > 153 "Houma-Thibodaux, LA MSA" > 154 "Springfield, IL MSA" > 156 "Boise City, ID MSA" > 157 "Gainesville, FL MSA" > 158 "Wheeling, WV-OH MSA (Ohio portion not identified)" > 161 "Waco, TX MSA" > 163 "Lake Charles, LA MSA" > 164 "Cedar Rapids, IA MSA" > 165 "New Bedford, MA MSA" > 166 "Champaign-Urbana-Rantoul, IL MSA" > 169 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample)" > 170 "Bradenton, FL MSA" > 171 "Asheville, NC MSA" > 172 "Benton Harbor, MI MSA" > 173 "Waterloo-CederFalls, IA MSA" > 174 "Fort Collins-Loveland, CO MSA" > 178 "Topeka, KA MSA(Central City portion only identified)" > 179 "Chico, CA MSA" > 180 "Muskegon, MI MSA" > 181 "Lima, OH MSA" > 184 "Ocala, FL MSA" > 185 "Jackson, MS MSA" > 186 "Monroe, LA MSA" > 192 "Tuscaloosa, AL MSA" > 193 "Battle Creek, MI MSA" > 194 "Anderson, SC MSA" > 197 "Olympia, WA MSA" > 198 "Terre Haute, IN MSA" > 199 "Florence, AL MSA" > 201 "Altoona, PA MSA" > 202 "Anderson, IN MSA" > 203 "Manchester, NH MSA" > 204 "Medford, OR MSA" > 207 "Joplin, MO MSA" > 209 "Mansfield, OH MSA" > 211 "Sharon, PA MSA" > 216 "Pueblo, CO MSA" > 219 "Lawton, OK MSA" > 221 "Bloomington-Normal, IL MSA" > 222 "Fort WaltonBeach, FL MSA" > 224 "Burlington, VT MSA" > 225 "Williamsport, PA MSA" > 226 "Sioux City, IA-NE MSA (Nebraska portion not in sample)" > 231 "Sioux Falls, SD MSA" > 233 "Florence, SC MSA" > 240 "Bellingham, WA MSA" > 242 "Yuba City, CA MSA" > 246 "Colombia, MO MSA" > 247 "Gadsden, AL MSA" > 248 "Fayetteville-Springdale, AK MSA" > 252 "Kankakee, IL MSA" > ; . * icntcity goes here; . *msafips: 1994-; . label values msafips P41L; . label define P41L > 80 "Akron, OH, PMSA" > 160 "Albany-Schenectady-Troy, NY MSA" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem, PA-NJ MSA" > 280 "Altoona, PA MSA" > 360 "Anaheim-Santa Ana, CA PMSA" > 380 "Anchorage, AK MSA" > 400 "Anderson, IN MSA" > 405 "Anderson, SC MSA" > 440 "Ann Arbor, MI PMSA" > 460 "Appleton-Oshkosh-Neenaht, WI MSA" > 480 "Asheville, NC MSA" > 520 "Atlanta, GA MSA" > 600 "Augusta, GA-SC MSA" > 620 "Aurora-Elgin, IL PMSA" > 640 "Austin, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD MSA" > 760 "Baton Rouge, LA MSA" > 780 "Battle Creek, MI MSA" > 840 "Beaumont-Port Arthur, FL MSA" > 845 "Beaver County, PA PMSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 920 "Biloxi-Gulfport, MS MSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1040 "Bloomington-Normal, IL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA PMSR" > 1125 "Boulder-Longmont, CO PMSA" > 1140 "Bradenton, FL MSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport-Milford, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen, TX MSA" > 1280 "Buffalo, NY PMSA" > 1305 "Burlington, VT MSA" > 1320 "Canton, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1400 "Champaign-Urbana-Rantoul, IL MSA" > 1440 "Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-A MSA" > 1600 "Chicago, IL PMSA" > 1620 "Chico, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA" > 1680 "Cleveland, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1740 "Colombia, MO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSR" > 1960 "Davenport-Rock Island-Moline, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA" > 2160 "Detroit, MI PMSA" > 2240 "Duluth, MN-WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville, IN-KY MSA" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale, AR MSA" > 2640 "Flint, MI MSA" > 2650 "Florence, AL MSA" > 2655 "Florence, SC MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale-Hollywood-Pompano Beach, FL PMSA" > 2700 "Fort Myers, FL MSA" > 2720 "Fort Smith, AR-OK MSA" > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2880 "Gadsden, AL MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary-Hammond, IN PMSA" > 3000 "Grand Rapids, MI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3160 "Greenville-Spartanburg, SC MSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA" > 3280 "Hartford, CT PMSA" > 3290 "Hickory, NC MSA" > 3320 "Honolulu, HI MSA" > 3350 "Houma-Thibodaux, LA MSA" > 3360 "Houston, TX PMSA" > 3400 "Huntington-Ashland, WV-KY-OH MSA" > 3440 "Huntsville, AL MSA" > 3480 "Indianapolis, IN MSA" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA" > 3680 "Johnstown, PA MSA" > 3690 "Joliet, IL PMSA" > 3710 "Joplin, MO MSA" > 3720 "Kalamazoo, MI MSA" > 3740 "Kankakee, IL MSA" > 3760 "Kansas City, MO-KS MSA" > 3810 "Killeen-Temple, TX MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA" > 3960 "Lake Charles, LA MSA" > 3965 "Lake County, IL PMSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4120 "Las Vegas, NV MSA" > 4160 "Lawrence-Haverhill, MA-NH PMSA" > 4200 "Lawton, OK MSA" > 4280 "Lexington-Fayette, KY MSA" > 4320 "Lima, OH MSA" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4440 "Lorain-Elyria, OH PMSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA" > 4560 "Lowell, MA-NH PMSA" > 4600 "Lubbock, TX MSA" > 4680 "Macon-Warner Robins, GA MSA" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH MSA" > 4800 "Mansfield, OH MSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA" > 5000 "Miami-Hialeah, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee, WI PMSA" > 5120 "Minneapolis-St, Paul, MN-WI MSA" > 5160 "Mobile, AL MSA" > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5320 "Muskegon, MI MSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA MSA" > 5440 "New Britain, CT PMSA" > 5480 "New Haven-Meriden, CT MSA" > 5520 "New London-Norwich, CT-RI MSA" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA" > 5640 "Newark, NJ PMSA" > 5700 "Niagara Falls, NY PMSA" > 5720 "Norfolk-Virginia Beach-Newport News, VA MSA" > 5760 "Norwalk, CT PMSA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA MSA" > 5920 "Omaha, NE-IA MSA" > 5950 "Orange County, NY PMSA" > 5960 "Orlando, FL MSA" > 6000 "Oxnard-Ventura, CA PMSA" > 6060 "Pawtucket-Woonsocket-Attleboro, RI-MA PMSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix, AZ MSA" > 6280 "Pittsburgh, PA PMSA" > 6400 "Portland, ME MSA" > 6440 "Portland, OR PMSA" > 6450 "Portsmouth-Dover-Rochester, NH-ME MSA" > 6460 "Poughkeepsie, NY MSA" > 6480 "Providence, RI PMSA" > 6520 "Provo-Orem, UT MSA" > 6560 "Pueblo, CO MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA" > 6760 "Richmond-Petersburg, VA MSA" > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA MSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL PMSA" > 7080 "Salem, OR MSA" > 7090 "Salem-Gloucester, MA PMSA" > 7120 "Salinas-Seaside-Monterey, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7485 "Santa Cruz, CA PMSA" > 7500 "Santa Rosa-Petaluma, CA PMSA" > 7510 "Sarasota, FL MSA" > 7520 "Savannah, GA MSA" > 7560 "Scranton-Wilkes Barre, PA MSA" > 7600 "Seattle, WA PMSA" > 7610 "Sharon, PA MSA" > 7680 "Shreveport, LA MSA" > 7720 "Sioux City, IA-NE MSA" > 7760 "Sioux Falls, SD MSA" > 7800 "South Bend-Mishawaka, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA" > 8000 "Springfield, MA MSA" > 8040 "Stamford, CT PMSA" > 8120 "Stockton, CA MSA" > 8160 "Syracuse, NY MSA" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St, Petersburg-Clearwater, FL MSA" > 8320 "Terre Haute, IN MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA" > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8725 "Vancouver, WA PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA MSA" > 8880 "Waterbury, CT MSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 9000 "Wheeling, WV-OH MSA" > 9040 "Wichita, KS MSA" > 9140 "Williamsport, PA MSA" > 9160 "Wilmington, DE-NJ-MD PMSA" > 9240 "Worcester, MA MSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > ; . * cmsacode 1989-1993 values are different from cmsacode 1994+ values; . * cmsacode: 1989-1993; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Lawrence-Salem, MA-NH" > 10 "Buffalo-Niagara Falls, NY" > 14 "Chicago-Gary-Lake County, IL-IN-WI (Wisconsion portion not in sample)" > 21 "Cincinnati-Hamilton, OH-KY-IN (Indiana portion not identified)" > 28 "Cleveland-Akron-Lorain, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder, CO" > 35 "Detroit-Ann Arbor, MI" > 41 "Hartford-New Britian-Middletown, CT" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 47 "Kansas City, MO-KS" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT" > 77 "Philadelphia-Wilmington-Trenton, PA-NJ-DE-MD" > 78 "Pittsburgh-Beaver Valley, PA" > 79 "Portland-Vancouver, OR-WA" > 80 "Providence-Pawtucket-Fall River, RI-MA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma, WA" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1989-1995; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "American Indian, Aleut, Eskimo" > 4 "Asian or Pacific Islander" > 5 "Other" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > 0 "Not in primary family" > 1 "No children < 18 years old" > 2 "All children 0-2 years old" > 3 "All children 3-5 years old" > 4 "All children 6-13 years old" > 5 "All children 14-17 years old" > 6 "All children 0-5 years old" > 7 "Children 0-2 & 6-13 (no 3-5 or 14+)" > 8 "Children 0-2 & 14-17 (no 3-13)" > 9 "Children 3-5 & 6-13 (no 0-2 or 14+)" > 10 "Children 3-5 & 14-17 (no 0-2 or 6-13)" > 11 "Children 6-17 (no 0-5)" > 12 "Children 0-13 (no 14-17)" > 13 "Children 0-5 & 14-17 (no 6-13)" > 14 "Children 0-2 & 6-17 (no 3-5)" > 15 "Children 3-17 (no 0-2)" > 16 "Children from all age groups" > ; . * ch02: 1989-1993, 1999:11-; . label values ch02 ch02; . label define ch02 > 1 "Yes" > 0 "No" > ; . * ch35: 1989-1993, 1999:11-; . label values ch35 ch35; . label define ch35 > 1 "Yes" > 0 "No" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1993 codes differ from pfamrel 1994-; . * pfamrel: 1984-1993; . label values pfamrel P47L; . label define P47L > 0 "Not in Primary Family" > 1 "Husband" > 2 "Wife" > 3 "Child" > 4 "Other Relative" > 5 "Unmarried Reference Person" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * gradecp: 1979-1991; . label values gradecp P62L; . label define P62L > 1 "Yes" > 2 "No" > ; . * relaref: 1989-1993; . label values relaref P42L; . label define P42L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Husband" > 4 "Wife" > 5 "Child" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Non-rel of ref. per w/own rels in HH" > 10 "Non-rel of ref per w/no own rels in HH" > ; . * paidhr: 1979-; . label values paidhr P48L; . label define P48L > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25c: 1979-1993; . label values I25c P50L; . label define P50L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25d: 1979-1993; . label values I25d P51L; . label define P51L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * class: 1979-1993; . label values class P61L; . label define P61L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1989-1993; . label values classer P19L; . label define P19L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer2: 1989-1993; . label values classer2 P52L; . label define P52L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Without Pay" > 7 "Never worked or never worked full-time" > ; . * lfsr89: 1989-1993; . label values lfsr89 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Working without pay" > 6 "Unavailable for work" > 7 "Other (Includes Retired)" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1983-1991; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 20 "Agricultural services, except horticultural(07, except 078)[83-91]" > 21 "Horticultural services (078) [83-91]" > 30 "Forestry (08) [83-91]" > 31 "Fishing, hunting, and trapping (09) [83-91]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Crude petroleum and natural gas extraction (13) [83-91]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned and preserved fruits and vegetables (203) [83-91]" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Floor coverings, except hard surface (227) [83-91]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and other hardware (342) [83-91]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Electronic computing equipment (3573) [83-91]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Optical and health services supplies (383, 384, 385) [83-91]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 382 "Not specified professional equipment [83-91]" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting (483) [83-91]" > 441 "Telephone, wire and radio (481) [83-91]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 460 "Electric light and power (491) [83-91]" > 461 "Gas and steam supply systems (492, 496) [83-91]" > 462 "Electric and gas, and other combinations (493) [83-91]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Sporting goods, toys, and hobby goods (504) [83-91]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 522 "Not specified electrical and hardware products [83-91]" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 630 "Apparel and accessory stores, except shoe (56, except 566)[83-91]" > 631 "Shoe stores (566) [83-91]" > 632 "Furniture and home furnishings stores (571) [83-91]" > 640 "Household appliances, TV, and radio stores (572,573) [83-91]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Sewing, needlework, and piece goods stores (5949) [83-91]" > 662 "Mail order houses (5961) [83-91]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel and ice dealers (598) [83-91]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings and loan associations (612) [83-91]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance-law offices (65,66)[83-91]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 730 "Commercial research, development, and testing labs (7391, 7397) [83-91]" > 731 "Personnel supply services (736)" > 732 "Business management and consulting services (7392) [83-91]" > 740 "Computer and data processing services (737) [83-91]" > 741 "Detective and protective services (7393) [83-91]" > 742 "Business services, n.e.c.(732,733,735,7394,7395,7396,7399)[83-91]" > 750 "Automotive services, except repair (751, 752, 754) [83-91]" > 751 "Automotive repair shops (753) [83-91]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Bowling alleys, billiard and pool parlors (793) [83-91]" > 802 "Miscellaneous entertainment & recreation services (791, 794, 799) [83-91]" > 812 "Offices of physicians (801, 803) [83-91]" > 820 "Offices of dentists (802) [83-91]" > 821 "Offices of chiropractors (8041) [83-91]" > 822 "Offices of optometrists (8042) [83-91]" > 830 "Offices of health practitioners, n.e.c. (8049) [83-91]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Business, trade, and vocational schools (824) [83-91]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 880 "Religious organizations (866)" > 881 "Membership organizations (861-865, 869) [83-91]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Noncommercial educational and scientific research (892) [83-91]" > 892 "Miscellaneous professional and related services (899) [83-91]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . * if using Stata 7, d:\sources\occ80_83_91 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1989-1993; . label values activlwr P53L; . label define P53L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw P54L; . label define P54L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * uhours35 1979-1993; . label values uhours35 P55L; . label define P55L > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw P56L; . label define P56L > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw P57L; . label define P57L > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw P58L; . label define P58L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt89: 1989-93; . label values ftpt89 P59L; . label define P59L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT hrs, Usually PT For Non-Economic" > 5 "PT Hours, Usually PT For Economic Reasons" > 6 "Unemployed FT" > 7 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmm: 1984-1993; . label values unionmm P60L; . label define P60L > 1 "Yes" > 2 "No" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg90.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- intmonth | 341,162 6.506539 3.456717 1 12 hhnum | 340,335 1.08588 .3153555 1 7 hurespli | 339,911 1.627753 .8108299 1 7 minsamp | 341,162 6.004397 1.999998 4 8 hrhtype | 341,162 2.409612 2.184925 1 9 -------------+--------------------------------------------------------- state | 341,162 51.30998 26.11631 11 95 stfips | 341,162 28.62086 14.9768 1 56 centcity | 278,420 2.034732 .7709405 1 3 msafips | 232,365 4451.502 2552.692 80 9340 spouse | 341,162 28.83777 31.49527 0 90 -------------+--------------------------------------------------------- pmsarank | 115,018 1.759838 1.526574 1 12 cmsarank | 235,738 43.37647 54.90896 1 252 cmsacode | 118,391 51.71146 25.29707 7 91 smsastat | 335,480 1.261542 .4394749 1 2 icntcity | 18,408 1.157703 .4588332 1 4 -------------+--------------------------------------------------------- hhid | 0 sex | 341,162 1.529098 .4991533 1 2 veteran | 339,342 5.533338 1.270424 1 6 gradeat | 341,162 12.61035 2.995828 0 18 gradecp | 341,162 1.212292 .4089311 1 2 -------------+--------------------------------------------------------- doinglw | 338,892 2.9297 2.455532 1 8 hourslwa | 201,625 38.94237 13.93072 0 99 uhours35 | 49,823 1.690464 .4623069 1 2 why35lw | 49,946 10.36317 3.854578 1 15 class | 258,601 1.958968 1.7465 1 8 -------------+--------------------------------------------------------- uhours | 185,430 38.1279 11.22103 0 99 paidhr | 184,783 1.40001 .4899013 1 2 earnhr | 97,809 832.5557 470.2543 1 9999 uearnwk | 159,182 419.1578 313.1426 0 1999 unionmm | 184,504 1.838957 .3675712 1 2 -------------+--------------------------------------------------------- unioncov | 156,130 1.962762 .1893456 1 2 studftpt | 22,691 1.092107 .2891833 1 2 lineno | 341,162 1.752437 1.036206 1 36 relaref | 341,162 3.098293 2.232155 1 10 age | 341,162 43.29662 18.23836 16 90 -------------+--------------------------------------------------------- marital | 341,162 3.118618 2.591215 1 7 race | 341,162 1.208707 .6170194 1 5 activlwr | 339,342 2.940977 2.46467 1 8 hourslw | 200,871 39.1483 13.67844 1 99 reasonlw | 50,005 10.34025 3.86471 1 15 -------------+--------------------------------------------------------- absentlw | 13,699 3.550624 2.658271 1 8 ind80 | 258,460 566.7591 278.0044 10 991 occ80 | 258,460 383.3288 247.3302 3 905 classer | 259,664 1.933953 1.711869 1 8 uhourse | 185,030 38.33359 10.85872 1 99 -------------+--------------------------------------------------------- paidhre | 185,030 1.400508 .4900027 1 2 unionmme | 185,030 1.838415 .3680703 1 2 untype | 12,130 2.802885 1.246107 1 5 agri | 258,460 .030291 .1713871 0 1 schenr | 55,438 1.582362 .4931743 1 2 -------------+--------------------------------------------------------- schlvl | 23,153 1.487712 .4998598 1 2 ethnic | 341,008 7.722543 1.222069 1 9 lfsr89 | 339,342 3.143404 2.790669 1 7 ftpt89 | 339,342 2.058171 1.22892 1 7 eligible | 339,342 1.454739 .497948 1 2 -------------+--------------------------------------------------------- classer2 | 259,664 1.732909 1.405264 1 7 earnhre | 110,923 848.0124 471.3108 50 9999 earnwke | 185,030 428.2055 309.8502 1 1923 weight | 339,342 1672.328 865.1148 144.03 10883.2 earnwt | 339,342 6689.336 3469.397 464.4 43724 -------------+--------------------------------------------------------- famnum | 341,162 .83373 .4275344 0 5 ownchild | 276,008 .8868656 1.163229 0 8 chldpres | 341,162 2.811462 3.418164 0 16 pfamrel | 341,162 1.760589 1.388086 0 5 I25a | 339,342 .0318027 .3552462 0 4 -------------+--------------------------------------------------------- I25b | 339,342 .0362555 .3668773 0 4 I25c | 339,342 .0036247 .1042155 0 3 I25d | 339,342 .0764509 .5272203 0 4 recnum | 341,162 245474.9 141772.2 1 490651 year | 341,162 1990 0 1990 1990 -------------+--------------------------------------------------------- ym_file | 341,162 365.5065 3.456717 360 371 ym | 341,162 356.4933 6.918624 345 368 smsa80 | 235,738 5.215493 1.913139 2 8 ch613 | 341,162 .2107679 .4078545 0 1 ch1417 | 341,162 .1556387 .362513 0 1 -------------+--------------------------------------------------------- ch02 | 341,162 .0939817 .2918037 0 1 ch35 | 341,162 .0957463 .2942434 0 1 ch05 | 341,162 .1561164 .3629662 0 1 docc80 | 258,460 23.47316 12.39081 1 46 dind | 258,460 30.53298 13.55555 1 52 . aef2 1991 91 89_93 89_91 dct_name aef89_93.dbd raw_name=../raw/morg91 (0 observations deleted) obs 486031 # of persons with age<=15 108763 # of non-interview records 39619 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,771 1.39 1.39 1 | 7,122 1.47 2.86 2 | 7,046 1.45 4.31 3 | 7,054 1.45 5.76 4 | 6,866 1.41 7.17 5 | 7,036 1.45 8.62 6 | 7,026 1.45 10.07 7 | 6,833 1.41 11.47 8 | 7,046 1.45 12.92 9 | 6,826 1.40 14.33 10 | 6,979 1.44 15.76 11 | 6,920 1.42 17.19 12 | 6,454 1.33 18.51 13 | 6,440 1.33 19.84 14 | 6,302 1.30 21.13 15 | 6,042 1.24 22.38 16 | 6,195 1.27 23.65 17 | 6,031 1.24 24.89 18 | 5,772 1.19 26.08 19 | 5,843 1.20 27.28 20 | 6,104 1.26 28.54 21 | 6,261 1.29 29.83 22 | 6,045 1.24 31.07 23 | 5,886 1.21 32.28 24 | 6,135 1.26 33.54 25 | 6,347 1.31 34.85 26 | 6,804 1.40 36.25 27 | 6,868 1.41 37.66 28 | 7,277 1.50 39.16 29 | 7,436 1.53 40.69 30 | 7,705 1.59 42.28 31 | 7,695 1.58 43.86 32 | 7,596 1.56 45.42 33 | 7,645 1.57 46.99 34 | 7,743 1.59 48.59 35 | 7,601 1.56 50.15 36 | 7,480 1.54 51.69 37 | 7,169 1.48 53.17 38 | 7,100 1.46 54.63 39 | 6,970 1.43 56.06 40 | 7,069 1.45 57.51 41 | 6,532 1.34 58.86 42 | 6,432 1.32 60.18 43 | 6,617 1.36 61.54 44 | 6,597 1.36 62.90 45 | 5,436 1.12 64.02 46 | 5,299 1.09 65.11 47 | 5,120 1.05 66.16 48 | 5,257 1.08 67.24 49 | 4,673 0.96 68.21 50 | 4,655 0.96 69.16 51 | 4,171 0.86 70.02 52 | 4,182 0.86 70.88 53 | 4,069 0.84 71.72 54 | 4,002 0.82 72.54 55 | 3,844 0.79 73.33 56 | 3,814 0.78 74.12 57 | 3,643 0.75 74.87 58 | 3,739 0.77 75.64 59 | 3,742 0.77 76.41 60 | 3,761 0.77 77.18 61 | 3,852 0.79 77.97 62 | 3,810 0.78 78.76 63 | 3,771 0.78 79.53 64 | 3,579 0.74 80.27 65 | 4,012 0.83 81.10 66 | 3,793 0.78 81.88 67 | 3,741 0.77 82.65 68 | 3,535 0.73 83.37 69 | 3,534 0.73 84.10 70 | 3,465 0.71 84.81 71 | 3,230 0.66 85.48 72 | 2,978 0.61 86.09 73 | 2,880 0.59 86.68 74 | 2,648 0.54 87.23 75 | 2,510 0.52 87.74 76 | 2,403 0.49 88.24 77 | 2,198 0.45 88.69 78 | 2,039 0.42 89.11 79 | 1,864 0.38 89.49 80 | 1,769 0.36 89.86 81 | 1,564 0.32 90.18 82 | 1,314 0.27 90.45 83 | 1,268 0.26 90.71 84 | 1,066 0.22 90.93 85 | 924 0.19 91.12 86 | 716 0.15 91.27 87 | 636 0.13 91.40 88 | 544 0.11 91.51 89 | 388 0.08 91.59 90 | 1,256 0.26 91.85 . | 39,619 8.15 100.00 ------------+----------------------------------- Total | 486,031 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- . | 39,619 100.00 100.00 ------------+----------------------------------- Total | 39,619 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,771 6.23 6.23 1 | 7,122 6.55 12.77 2 | 7,046 6.48 19.25 3 | 7,054 6.49 25.74 4 | 6,866 6.31 32.05 5 | 7,036 6.47 38.52 6 | 7,026 6.46 44.98 7 | 6,833 6.28 51.26 8 | 7,046 6.48 57.74 9 | 6,826 6.28 64.02 10 | 6,979 6.42 70.43 11 | 6,920 6.36 76.80 12 | 6,454 5.93 82.73 13 | 6,440 5.92 88.65 14 | 6,302 5.79 94.44 15 | 6,042 5.56 100.00 ------------+----------------------------------- Total | 108,763 100.00 (108,763 observations deleted) (39,619 observations deleted) obs 337649 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (167,000 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (170,649 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (5,623 real changes made, 5,623 to missing) replace centcity = . if centcity==4 | centcity<=0 (62,073 real changes made, 62,073 to missing) (223,375 real changes made, 223,375 to missing) (319,429 real changes made, 319,429 to missing) (104,236 real changes made, 104,236 to missing) (107,635 real changes made, 107,635 to missing) (219,976 real changes made, 219,976 to missing) replace smsasize=. if smsasize<=0 (104,236 missing values generated) drop smsasize Demography (64,845 real changes made, 64,845 to missing) (272,804 real changes made) (0 real changes made) if 1991 > 1983 & 1991 < 1989 { if 1991 > 1988 & 1991 < 1994 { (ch02: 272804 changes made) (ch35: 272804 changes made) (ch613: 272804 changes made) (ch1417: 272804 changes made) (21,037 real changes made) if 1991 > 1983 & 1991 < 1994 { (0 real changes made) (179 real changes made, 179 to missing) Employment docc80 (83,443 missing values generated) recode docc80 (docc80: 254206 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (83,443 missing values generated) (dind: 254206 changes made) Wages (0 real changes made) (0 real changes made) (370 real changes made, 370 to missing) (0 real changes made) (0 real changes made) (156,272 real changes made) (246,305 real changes made) (0 real changes made) (0 real changes made) Hours, Unions variable spouse was int now byte variable ym_file was float now int variable ym was float now int variable ch613 was int now byte variable ch1417 was int now byte variable ch02 was int now byte variable ch35 was int now byte variable ch05 was int now byte variable docc80 was int now byte variable dind was float now byte (4,727,086 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . ** stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa80: 1985:10-1994:3; . label values smsa80 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000 - 9,999,999" > 8 "10,000,000+" > ; . * cmsarank: 1986-1994:3; . label values cmsarank P45L; . label define P45L > 1 "New York-New Jersey-Long Island, NY-NJ CMSA" > 2 "Los Angeles-Anaheim-Riverside, CA CMSA" > 3 "Chicago-Gary-Lake County, IL-IN-WI CMSA (Wisconsin portion not in sample)" > 4 "Philadelphia-Wilmington-Trenton, PA-NJ-DE-MD CMSA (Maryland portion suppressed)" > 5 "San Francisco-Oakland-San Jose, CA CMSA" > 6 "Detroit-AnnArbor, MI CMSA" > 7 "Boston-Lawrence-Salem, MA-NH CMSA" > 8 "Houston-Galveston-Brazoria, TX CMSA" > 9 "Washington, DC-VA MSA" > 10 "Dallas-FortWorth, TX CMSA" > 11 "Cleveland-Akron-Lorain, OH CMSA" > 12 "Miami-Fort Lauderdale, FL CMSA" > 13 "Pittsburgh-Deaver Valley, PA CMSA" > 14 "St. Louis, MO-IL CMSA" > 15 "Atlanta, GA MSA" > 16 "Baltimore, MD MSA" > 17 "Minneapolis-St. Paul, MN-WI MSA (Wisconsin portion not identified)" > 18 "Seattle-Tacoma, WAC MSA" > 19 "San Diego, CA MSA" > 20 "Tampa-St.Petersburg-Clearwater, FL MSA" > 21 "Denver-Boulder, CO CMSA" > 22 "Cincinnati-Hamilton, OH-KY-IN CMSA (Indiana portion not identified)" > 23 "Phoenix, AZ MSA" > 24 "Milwaukee-Racine, WI CMSA" > 25 "Kansas City, MO-KS MSA" > 26 "Portland-Vancouver, OR-WA CMSA" > 27 "New Orleans, LA MSA" > 28 "Columbus, OH MSA" > 29 "Norfolk-Virginia Beach-Newport News, VA MSA" > 30 "Buffalo-Niagara Falls, NY CMSA" > 31 "Sacramento, CA MSA" > 32 "Indianapolis, IN MSA" > 33 "San Antonio, TX MSA" > 34 "Providence-Pawtucket-Fall River, RI-MA CMSA" > 35 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 36 "Hartford-New Britian-Middletown, CT CMSA" > 37 "Salt Lake City-Ogden, UT MSA" > 38 "Rochester, NY MSA" > 39 "Oklahoma City, OK MSA" > 40 "Louisville, KY-IN MSA" > 41 "Dayton-Springfield, OH MSA" > 42 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not identified)" > 43 "Birmingham, AL MSA" > 44 "Nashville, TN MSA" > 45 "Greenboro-Winston Salem-High Point, NC MSA" > 46 "Albany-Schenectady-Troy NY MSA" > 47 "Honolulu, HI MSA" > 48 "Orlando, FL MSA" > 49 "Richmond-Petersburg, VA MSA (Dinwiddie and Prince George counties and Colonial Heights, > Hopewell, and Petersburg cities not in sample)" > 50 "Jacksonville, FL MSA" > 51 "Scranton-Wilkes Barre, PA MSA (Monroe county not in sample)" > 52 "Tulsa, OK MSA" > 53 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 54 "Syracuse, NY MSA" > 55 "Allentown-Bethlehem, PA-NJ MSA (New Jersey portion not identified)" > 56 "Austin, TX MSA" > 57 "Grand Rapids, MI MSA" > 58 "Toledo, OH MSA" > 59 "Omaha, NE-IA MSA(Iowa portion not identified)" > 60 "Raleigh-Durham, NC MSA" > 61 "Greenville-Spartanburg. SC MSA" > 62 "Knoxville.TN MSA" > 63 "Tucson, AZ MSA" > 64 "Harrisonburg-Lebanon-Carlisle, PA MSA (Lebanon county not in sample)" > 65 "Fresno, CA MSA" > 66 "Baton Rouge, LA MSA" > 67 "Youngstown-Warren, OH MSA" > 68 "Las Vegas, NV MSA" > 69 "Springfield, MA MSA" > 70 "El Paso, TX MSA" > 71 "New Haven-Meriden, CT MSA" > 72 "Little Rock-North Little Rock, AR MSA" > 73 "Charleston, SC MSA" > 74 "Mobile, AL MSA(Baldwin county not in sample)" > 75 "Bakersfield, CA MSA" > 76 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified)" > 77 "Flint, MI MSA" > 78 "Albuquerque, NM MSA" > 79 "Wichita, KS MSA" > 80 "Columbia, SC MSA" > 81 "Chattanooga, TN-GA MSA (Marion and Sequatchie counties Tennessee not in sample)" > 82 "Saginaw-Bay City-Midland, MI MSA" > 83 "Lansing-East Lansing, MI MSA" > 84 "Worcester, MA MSA" > 85 "Canton, OH MSA" > 86 "Beaumont-Port Arthur, TX MSA" > 87 "York, PA MSA" > 88 "Davenport-Rock Island-Moline, IA-IL MSA" > 89 "Stockton, CA MSA" > 90 "Des Moines, IA MSA (Dallas county not in sample)" > 91 "Lancaster, PA MSA" > 92 "Jackson, MS MSA" > 93 "Peoria, IL MSA" > 94 "Augusta, GA-SC, MSA" > 95 "Corpus Christi, TX MSA" > 96 "Shreveport, LA MSA" > 97 "Fort Wayne, IN MSA" > 98 "Spokane, WA MSA" > 99 "Lakeland-Winter Haven, FL MSA" > 100 "Colorado Springs, CO MSA" > 101 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not identified)" > 102 "Madison, WI MSA" > 103 "McAllen-Edinburg-Mission, TX MSA" > 104 "Lexington-Fayette, KY MSA" > 105 "Utica-Rome, NY MSA" > 106 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 107 "Reading, PA MSA" > 108 "Pensacola, FL MSA" > 109 "Salinas-Seaside-Monterey, CA MSA" > 110 "Melbourne-Titusville-Palm Bay, FL MSA" > 111 "Appleton-Oshkosh-Neenah, WI MSA" > 112 "Daytona Beach, FL MSA" > 113 "Modesto, CA MSA" > 115 "Montgomery, AL MSA" > 116 "Erie, PA MSA" > 117 "Rockford, IL MSA" > 118 "Evansville, IN-KY MSA (Kentucky portion not identified)" > 119 "Macon-Warner Robins, GA MSA" > 120 "Charleston, WV MSA" > 121 "Eugene-Springfield, OR MSA" > 122 "Binghamton, NY MSA" > 123 "Visalia-Tulare-Porterville, CA MSA" > 124 "Johnstown, PA MSA" > 125 "Duluth, MN-WI MSA (Wisconsin portion not identified)" > 126 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 127 "Salem, OR MSA" > 128 "Poughkeepsie, NY MSA" > 129 "Fayetteville, NC MSA" > 130 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 131 "Fort Myers, FL MSA" > 132 "South Bend-Mishawaka, IN MSA" > 133 "Provo-Orem, UT MSA (Central City portion only identified)" > 134 "Brownsville-Harlingen, TX MSA" > 135 "Savannah, GA MSA" > 136 "Sarasota, FL MSA" > 137 "Roanoke, VA MSA" > 138 "Lubbock, TX MSA" > 139 "Lafayette, LA MSA" > 140 "Killeen-Temple, TX MSA" > 141 "Springfield, MO MSA" > 142 "Kalamazoo, MI MSA" > 143 "Anchorage, AK MSA" > 144 "Reno, NV MSA (Central City portion only identified)" > 145 "Hickory, NC MSA" > 146 "Huntsville, AL MSA" > 147 "Waterbury, CT MSA" > 148 "Tallahassee, FL MSA" > 149 "Portsmouth-Dover-Rochester, NH-ME MSA (Maine portion not entirely in sample and it is no > t identified)" > 150 "Portland, ME MSA" > 151 "Lincoln, NE MSA" > 152 "Biloxi-Gulfport, MS MSA" > 153 "Houma-Thibodaux, LA MSA" > 154 "Springfield, IL MSA" > 156 "Boise City, ID MSA" > 157 "Gainesville, FL MSA" > 158 "Wheeling, WV-OH MSA (Ohio portion not identified)" > 161 "Waco, TX MSA" > 163 "Lake Charles, LA MSA" > 164 "Cedar Rapids, IA MSA" > 165 "New Bedford, MA MSA" > 166 "Champaign-Urbana-Rantoul, IL MSA" > 169 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample)" > 170 "Bradenton, FL MSA" > 171 "Asheville, NC MSA" > 172 "Benton Harbor, MI MSA" > 173 "Waterloo-CederFalls, IA MSA" > 174 "Fort Collins-Loveland, CO MSA" > 178 "Topeka, KA MSA(Central City portion only identified)" > 179 "Chico, CA MSA" > 180 "Muskegon, MI MSA" > 181 "Lima, OH MSA" > 184 "Ocala, FL MSA" > 185 "Jackson, MS MSA" > 186 "Monroe, LA MSA" > 192 "Tuscaloosa, AL MSA" > 193 "Battle Creek, MI MSA" > 194 "Anderson, SC MSA" > 197 "Olympia, WA MSA" > 198 "Terre Haute, IN MSA" > 199 "Florence, AL MSA" > 201 "Altoona, PA MSA" > 202 "Anderson, IN MSA" > 203 "Manchester, NH MSA" > 204 "Medford, OR MSA" > 207 "Joplin, MO MSA" > 209 "Mansfield, OH MSA" > 211 "Sharon, PA MSA" > 216 "Pueblo, CO MSA" > 219 "Lawton, OK MSA" > 221 "Bloomington-Normal, IL MSA" > 222 "Fort WaltonBeach, FL MSA" > 224 "Burlington, VT MSA" > 225 "Williamsport, PA MSA" > 226 "Sioux City, IA-NE MSA (Nebraska portion not in sample)" > 231 "Sioux Falls, SD MSA" > 233 "Florence, SC MSA" > 240 "Bellingham, WA MSA" > 242 "Yuba City, CA MSA" > 246 "Colombia, MO MSA" > 247 "Gadsden, AL MSA" > 248 "Fayetteville-Springdale, AK MSA" > 252 "Kankakee, IL MSA" > ; . * icntcity goes here; . *msafips: 1994-; . label values msafips P41L; . label define P41L > 80 "Akron, OH, PMSA" > 160 "Albany-Schenectady-Troy, NY MSA" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem, PA-NJ MSA" > 280 "Altoona, PA MSA" > 360 "Anaheim-Santa Ana, CA PMSA" > 380 "Anchorage, AK MSA" > 400 "Anderson, IN MSA" > 405 "Anderson, SC MSA" > 440 "Ann Arbor, MI PMSA" > 460 "Appleton-Oshkosh-Neenaht, WI MSA" > 480 "Asheville, NC MSA" > 520 "Atlanta, GA MSA" > 600 "Augusta, GA-SC MSA" > 620 "Aurora-Elgin, IL PMSA" > 640 "Austin, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD MSA" > 760 "Baton Rouge, LA MSA" > 780 "Battle Creek, MI MSA" > 840 "Beaumont-Port Arthur, FL MSA" > 845 "Beaver County, PA PMSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 920 "Biloxi-Gulfport, MS MSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1040 "Bloomington-Normal, IL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA PMSR" > 1125 "Boulder-Longmont, CO PMSA" > 1140 "Bradenton, FL MSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport-Milford, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen, TX MSA" > 1280 "Buffalo, NY PMSA" > 1305 "Burlington, VT MSA" > 1320 "Canton, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1400 "Champaign-Urbana-Rantoul, IL MSA" > 1440 "Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-A MSA" > 1600 "Chicago, IL PMSA" > 1620 "Chico, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA" > 1680 "Cleveland, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1740 "Colombia, MO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSR" > 1960 "Davenport-Rock Island-Moline, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA" > 2160 "Detroit, MI PMSA" > 2240 "Duluth, MN-WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville, IN-KY MSA" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale, AR MSA" > 2640 "Flint, MI MSA" > 2650 "Florence, AL MSA" > 2655 "Florence, SC MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale-Hollywood-Pompano Beach, FL PMSA" > 2700 "Fort Myers, FL MSA" > 2720 "Fort Smith, AR-OK MSA" > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2880 "Gadsden, AL MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary-Hammond, IN PMSA" > 3000 "Grand Rapids, MI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3160 "Greenville-Spartanburg, SC MSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA" > 3280 "Hartford, CT PMSA" > 3290 "Hickory, NC MSA" > 3320 "Honolulu, HI MSA" > 3350 "Houma-Thibodaux, LA MSA" > 3360 "Houston, TX PMSA" > 3400 "Huntington-Ashland, WV-KY-OH MSA" > 3440 "Huntsville, AL MSA" > 3480 "Indianapolis, IN MSA" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA" > 3680 "Johnstown, PA MSA" > 3690 "Joliet, IL PMSA" > 3710 "Joplin, MO MSA" > 3720 "Kalamazoo, MI MSA" > 3740 "Kankakee, IL MSA" > 3760 "Kansas City, MO-KS MSA" > 3810 "Killeen-Temple, TX MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA" > 3960 "Lake Charles, LA MSA" > 3965 "Lake County, IL PMSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4120 "Las Vegas, NV MSA" > 4160 "Lawrence-Haverhill, MA-NH PMSA" > 4200 "Lawton, OK MSA" > 4280 "Lexington-Fayette, KY MSA" > 4320 "Lima, OH MSA" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4440 "Lorain-Elyria, OH PMSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA" > 4560 "Lowell, MA-NH PMSA" > 4600 "Lubbock, TX MSA" > 4680 "Macon-Warner Robins, GA MSA" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH MSA" > 4800 "Mansfield, OH MSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA" > 5000 "Miami-Hialeah, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee, WI PMSA" > 5120 "Minneapolis-St, Paul, MN-WI MSA" > 5160 "Mobile, AL MSA" > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5320 "Muskegon, MI MSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA MSA" > 5440 "New Britain, CT PMSA" > 5480 "New Haven-Meriden, CT MSA" > 5520 "New London-Norwich, CT-RI MSA" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA" > 5640 "Newark, NJ PMSA" > 5700 "Niagara Falls, NY PMSA" > 5720 "Norfolk-Virginia Beach-Newport News, VA MSA" > 5760 "Norwalk, CT PMSA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA MSA" > 5920 "Omaha, NE-IA MSA" > 5950 "Orange County, NY PMSA" > 5960 "Orlando, FL MSA" > 6000 "Oxnard-Ventura, CA PMSA" > 6060 "Pawtucket-Woonsocket-Attleboro, RI-MA PMSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix, AZ MSA" > 6280 "Pittsburgh, PA PMSA" > 6400 "Portland, ME MSA" > 6440 "Portland, OR PMSA" > 6450 "Portsmouth-Dover-Rochester, NH-ME MSA" > 6460 "Poughkeepsie, NY MSA" > 6480 "Providence, RI PMSA" > 6520 "Provo-Orem, UT MSA" > 6560 "Pueblo, CO MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA" > 6760 "Richmond-Petersburg, VA MSA" > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA MSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL PMSA" > 7080 "Salem, OR MSA" > 7090 "Salem-Gloucester, MA PMSA" > 7120 "Salinas-Seaside-Monterey, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7485 "Santa Cruz, CA PMSA" > 7500 "Santa Rosa-Petaluma, CA PMSA" > 7510 "Sarasota, FL MSA" > 7520 "Savannah, GA MSA" > 7560 "Scranton-Wilkes Barre, PA MSA" > 7600 "Seattle, WA PMSA" > 7610 "Sharon, PA MSA" > 7680 "Shreveport, LA MSA" > 7720 "Sioux City, IA-NE MSA" > 7760 "Sioux Falls, SD MSA" > 7800 "South Bend-Mishawaka, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA" > 8000 "Springfield, MA MSA" > 8040 "Stamford, CT PMSA" > 8120 "Stockton, CA MSA" > 8160 "Syracuse, NY MSA" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St, Petersburg-Clearwater, FL MSA" > 8320 "Terre Haute, IN MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA" > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8725 "Vancouver, WA PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA MSA" > 8880 "Waterbury, CT MSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 9000 "Wheeling, WV-OH MSA" > 9040 "Wichita, KS MSA" > 9140 "Williamsport, PA MSA" > 9160 "Wilmington, DE-NJ-MD PMSA" > 9240 "Worcester, MA MSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > ; . * cmsacode 1989-1993 values are different from cmsacode 1994+ values; . * cmsacode: 1989-1993; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Lawrence-Salem, MA-NH" > 10 "Buffalo-Niagara Falls, NY" > 14 "Chicago-Gary-Lake County, IL-IN-WI (Wisconsion portion not in sample)" > 21 "Cincinnati-Hamilton, OH-KY-IN (Indiana portion not identified)" > 28 "Cleveland-Akron-Lorain, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder, CO" > 35 "Detroit-Ann Arbor, MI" > 41 "Hartford-New Britian-Middletown, CT" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 47 "Kansas City, MO-KS" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT" > 77 "Philadelphia-Wilmington-Trenton, PA-NJ-DE-MD" > 78 "Pittsburgh-Beaver Valley, PA" > 79 "Portland-Vancouver, OR-WA" > 80 "Providence-Pawtucket-Fall River, RI-MA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma, WA" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1989-1995; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "American Indian, Aleut, Eskimo" > 4 "Asian or Pacific Islander" > 5 "Other" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > 0 "Not in primary family" > 1 "No children < 18 years old" > 2 "All children 0-2 years old" > 3 "All children 3-5 years old" > 4 "All children 6-13 years old" > 5 "All children 14-17 years old" > 6 "All children 0-5 years old" > 7 "Children 0-2 & 6-13 (no 3-5 or 14+)" > 8 "Children 0-2 & 14-17 (no 3-13)" > 9 "Children 3-5 & 6-13 (no 0-2 or 14+)" > 10 "Children 3-5 & 14-17 (no 0-2 or 6-13)" > 11 "Children 6-17 (no 0-5)" > 12 "Children 0-13 (no 14-17)" > 13 "Children 0-5 & 14-17 (no 6-13)" > 14 "Children 0-2 & 6-17 (no 3-5)" > 15 "Children 3-17 (no 0-2)" > 16 "Children from all age groups" > ; . * ch02: 1989-1993, 1999:11-; . label values ch02 ch02; . label define ch02 > 1 "Yes" > 0 "No" > ; . * ch35: 1989-1993, 1999:11-; . label values ch35 ch35; . label define ch35 > 1 "Yes" > 0 "No" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1993 codes differ from pfamrel 1994-; . * pfamrel: 1984-1993; . label values pfamrel P47L; . label define P47L > 0 "Not in Primary Family" > 1 "Husband" > 2 "Wife" > 3 "Child" > 4 "Other Relative" > 5 "Unmarried Reference Person" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * gradecp: 1979-1991; . label values gradecp P62L; . label define P62L > 1 "Yes" > 2 "No" > ; . * relaref: 1989-1993; . label values relaref P42L; . label define P42L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Husband" > 4 "Wife" > 5 "Child" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Non-rel of ref. per w/own rels in HH" > 10 "Non-rel of ref per w/no own rels in HH" > ; . * paidhr: 1979-; . label values paidhr P48L; . label define P48L > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25c: 1979-1993; . label values I25c P50L; . label define P50L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25d: 1979-1993; . label values I25d P51L; . label define P51L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * class: 1979-1993; . label values class P61L; . label define P61L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1989-1993; . label values classer P19L; . label define P19L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer2: 1989-1993; . label values classer2 P52L; . label define P52L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Without Pay" > 7 "Never worked or never worked full-time" > ; . * lfsr89: 1989-1993; . label values lfsr89 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Working without pay" > 6 "Unavailable for work" > 7 "Other (Includes Retired)" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1983-1991; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 20 "Agricultural services, except horticultural(07, except 078)[83-91]" > 21 "Horticultural services (078) [83-91]" > 30 "Forestry (08) [83-91]" > 31 "Fishing, hunting, and trapping (09) [83-91]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Crude petroleum and natural gas extraction (13) [83-91]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned and preserved fruits and vegetables (203) [83-91]" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Floor coverings, except hard surface (227) [83-91]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and other hardware (342) [83-91]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Electronic computing equipment (3573) [83-91]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Optical and health services supplies (383, 384, 385) [83-91]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 382 "Not specified professional equipment [83-91]" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting (483) [83-91]" > 441 "Telephone, wire and radio (481) [83-91]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 460 "Electric light and power (491) [83-91]" > 461 "Gas and steam supply systems (492, 496) [83-91]" > 462 "Electric and gas, and other combinations (493) [83-91]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Sporting goods, toys, and hobby goods (504) [83-91]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 522 "Not specified electrical and hardware products [83-91]" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 630 "Apparel and accessory stores, except shoe (56, except 566)[83-91]" > 631 "Shoe stores (566) [83-91]" > 632 "Furniture and home furnishings stores (571) [83-91]" > 640 "Household appliances, TV, and radio stores (572,573) [83-91]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Sewing, needlework, and piece goods stores (5949) [83-91]" > 662 "Mail order houses (5961) [83-91]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel and ice dealers (598) [83-91]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings and loan associations (612) [83-91]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance-law offices (65,66)[83-91]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 730 "Commercial research, development, and testing labs (7391, 7397) [83-91]" > 731 "Personnel supply services (736)" > 732 "Business management and consulting services (7392) [83-91]" > 740 "Computer and data processing services (737) [83-91]" > 741 "Detective and protective services (7393) [83-91]" > 742 "Business services, n.e.c.(732,733,735,7394,7395,7396,7399)[83-91]" > 750 "Automotive services, except repair (751, 752, 754) [83-91]" > 751 "Automotive repair shops (753) [83-91]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Bowling alleys, billiard and pool parlors (793) [83-91]" > 802 "Miscellaneous entertainment & recreation services (791, 794, 799) [83-91]" > 812 "Offices of physicians (801, 803) [83-91]" > 820 "Offices of dentists (802) [83-91]" > 821 "Offices of chiropractors (8041) [83-91]" > 822 "Offices of optometrists (8042) [83-91]" > 830 "Offices of health practitioners, n.e.c. (8049) [83-91]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Business, trade, and vocational schools (824) [83-91]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 880 "Religious organizations (866)" > 881 "Membership organizations (861-865, 869) [83-91]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Noncommercial educational and scientific research (892) [83-91]" > 892 "Miscellaneous professional and related services (899) [83-91]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . * if using Stata 7, d:\sources\occ80_83_91 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1989-1993; . label values activlwr P53L; . label define P53L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw P54L; . label define P54L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * uhours35 1979-1993; . label values uhours35 P55L; . label define P55L > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw P56L; . label define P56L > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw P57L; . label define P57L > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw P58L; . label define P58L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt89: 1989-93; . label values ftpt89 P59L; . label define P59L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT hrs, Usually PT For Non-Economic" > 5 "PT Hours, Usually PT For Economic Reasons" > 6 "Unemployed FT" > 7 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmm: 1984-1993; . label values unionmm P60L; . label define P60L > 1 "Yes" > 2 "No" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg91.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- intmonth | 337,649 6.503073 3.458029 1 12 hhnum | 337,016 1.086388 .3139366 1 5 hurespli | 336,494 1.615889 .8193191 1 7 minsamp | 337,649 6.021614 1.999886 4 8 hrhtype | 337,649 2.418802 2.188229 1 9 -------------+--------------------------------------------------------- state | 337,649 51.27525 26.12097 11 95 stfips | 337,649 28.60664 14.96443 1 56 centcity | 275,576 2.033711 .7685009 1 3 msafips | 230,014 4438.119 2542.579 80 9340 spouse | 337,649 28.8994 31.50009 0 90 -------------+--------------------------------------------------------- pmsarank | 114,274 1.767401 1.535019 1 12 cmsarank | 233,413 43.19714 54.79422 1 252 cmsacode | 117,673 51.69593 25.27267 7 91 smsastat | 332,026 1.259552 .4383895 1 2 icntcity | 18,220 1.158617 .4546264 1 4 -------------+--------------------------------------------------------- hhid | 0 sex | 337,649 1.529482 .4991308 1 2 veteran | 335,832 5.542066 1.262833 1 6 gradeat | 337,649 12.65607 2.975032 0 18 gradecp | 337,649 1.210408 .4075989 1 2 -------------+--------------------------------------------------------- doinglw | 335,363 2.974112 2.47556 1 8 hourslwa | 195,944 38.84682 13.93847 0 99 uhours35 | 48,739 1.70857 .4544257 1 2 why35lw | 48,803 10.17974 4.110606 1 15 class | 254,591 1.974838 1.76245 1 8 -------------+--------------------------------------------------------- uhours | 179,027 37.98362 11.27833 0 99 paidhr | 178,231 1.396508 .4891735 1 2 earnhr | 95,065 865.8197 482.0997 1 9900 uearnwk | 153,932 433.4079 323.846 0 1999 unionmm | 178,102 1.838458 .3680314 1 2 -------------+--------------------------------------------------------- unioncov | 150,561 1.964201 .1857904 1 2 studftpt | 22,244 1.088878 .2845738 1 2 lineno | 337,649 1.753501 1.044671 1 39 relaref | 337,649 3.101703 2.240096 1 10 age | 337,649 43.46972 18.2286 16 90 -------------+--------------------------------------------------------- marital | 337,649 3.125337 2.593143 1 7 race | 337,649 1.216701 .6348392 1 5 activlwr | 335,832 2.98646 2.485559 1 8 hourslw | 195,487 38.9973 13.75783 1 99 reasonlw | 48,878 10.16013 4.118977 1 15 -------------+--------------------------------------------------------- absentlw | 13,433 3.737735 2.71029 1 8 ind80 | 254,206 569.7638 277.4106 10 991 occ80 | 254,206 381.6629 246.8719 3 905 classer | 255,591 1.947338 1.724716 1 8 uhourse | 179,560 38.17531 10.90539 1 99 -------------+--------------------------------------------------------- paidhre | 179,560 1.398012 .4894893 1 2 unionmme | 179,560 1.83821 .368259 1 2 untype | 14,612 2.707158 1.234359 1 5 agri | 254,206 .0310811 .1735372 0 1 schenr | 53,906 1.578581 .493791 1 2 -------------+--------------------------------------------------------- schlvl | 22,717 1.491262 .4999346 1 2 ethnic | 337,470 7.710454 1.246588 1 9 lfsr89 | 335,832 3.180802 2.792125 1 7 ftpt89 | 335,832 2.092856 1.289109 1 7 eligible | 335,832 1.465328 .4987971 1 2 -------------+--------------------------------------------------------- classer2 | 255,591 1.746376 1.418425 1 7 earnhre | 108,093 880.1816 483.863 50 9999 earnwke | 179,560 443.1502 320.4515 1 1923 weight | 335,832 1705.538 897.7717 123.22 11491.65 earnwt | 335,832 6822.174 3600.705 477.24 43891.27 -------------+--------------------------------------------------------- famnum | 337,649 .8344316 .4305264 0 5 ownchild | 272,804 .8852216 1.161482 0 8 chldpres | 337,649 2.810395 3.422282 0 16 pfamrel | 337,649 1.762771 1.393401 0 5 I25a | 335,832 .0399366 .3976834 0 4 -------------+--------------------------------------------------------- I25b | 335,832 .045091 .410838 0 4 I25c | 335,832 .0036089 .1039897 0 3 I25d | 335,832 .0850961 .5588011 0 4 recnum | 337,649 243185 140443.5 1 486029 year | 337,649 1991 0 1991 1991 -------------+--------------------------------------------------------- ym_file | 337,649 377.5031 3.458029 372 383 ym | 337,649 368.4382 6.91868 357 380 smsa80 | 233,413 5.224323 1.916431 2 8 ch613 | 337,649 .2111186 .408103 0 1 ch1417 | 337,649 .1547583 .3616747 0 1 -------------+--------------------------------------------------------- ch02 | 337,649 .0926791 .2899826 0 1 ch35 | 337,649 .0959932 .2945823 0 1 ch05 | 337,649 .1549834 .3618894 0 1 docc80 | 254,206 23.41338 12.41949 1 46 dind | 254,206 30.69841 13.48699 1 52 . aef2 1992 92 89_93 92_93 dct_name aef89_93.dbd raw_name=../raw/morg92 (0 observations deleted) obs 477234 # of persons with age<=15 106436 # of non-interview records 38614 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,378 1.34 1.34 1 | 6,856 1.44 2.77 2 | 6,859 1.44 4.21 3 | 6,932 1.45 5.66 4 | 6,747 1.41 7.08 5 | 6,761 1.42 8.49 6 | 6,903 1.45 9.94 7 | 6,766 1.42 11.36 8 | 6,567 1.38 12.73 9 | 6,715 1.41 14.14 10 | 6,665 1.40 15.54 11 | 6,757 1.42 16.95 12 | 6,802 1.43 18.38 13 | 6,298 1.32 19.70 14 | 6,341 1.33 21.03 15 | 6,089 1.28 22.30 16 | 5,898 1.24 23.54 17 | 5,947 1.25 24.78 18 | 5,449 1.14 25.93 19 | 5,390 1.13 27.06 20 | 5,588 1.17 28.23 21 | 6,002 1.26 29.48 22 | 6,245 1.31 30.79 23 | 5,967 1.25 32.04 24 | 5,849 1.23 33.27 25 | 6,063 1.27 34.54 26 | 6,198 1.30 35.84 27 | 6,589 1.38 37.22 28 | 6,973 1.46 38.68 29 | 7,172 1.50 40.18 30 | 7,388 1.55 41.73 31 | 7,305 1.53 43.26 32 | 7,667 1.61 44.87 33 | 7,466 1.56 46.43 34 | 7,344 1.54 47.97 35 | 7,619 1.60 49.57 36 | 7,366 1.54 51.11 37 | 7,244 1.52 52.63 38 | 7,018 1.47 54.10 39 | 7,119 1.49 55.59 40 | 6,979 1.46 57.05 41 | 6,506 1.36 58.42 42 | 6,467 1.36 59.77 43 | 6,256 1.31 61.08 44 | 6,290 1.32 62.40 45 | 6,605 1.38 63.79 46 | 5,261 1.10 64.89 47 | 4,966 1.04 65.93 48 | 5,115 1.07 67.00 49 | 5,075 1.06 68.06 50 | 4,748 0.99 69.06 51 | 4,318 0.90 69.96 52 | 4,221 0.88 70.85 53 | 4,076 0.85 71.70 54 | 4,013 0.84 72.54 55 | 3,964 0.83 73.37 56 | 3,698 0.77 74.15 57 | 3,690 0.77 74.92 58 | 3,459 0.72 75.65 59 | 3,603 0.75 76.40 60 | 3,818 0.80 77.20 61 | 3,533 0.74 77.94 62 | 3,744 0.78 78.73 63 | 3,638 0.76 79.49 64 | 3,498 0.73 80.22 65 | 3,793 0.79 81.02 66 | 3,632 0.76 81.78 67 | 3,636 0.76 82.54 68 | 3,531 0.74 83.28 69 | 3,327 0.70 83.98 70 | 3,432 0.72 84.70 71 | 3,280 0.69 85.38 72 | 3,046 0.64 86.02 73 | 2,790 0.58 86.61 74 | 2,664 0.56 87.16 75 | 2,458 0.52 87.68 76 | 2,344 0.49 88.17 77 | 2,134 0.45 88.62 78 | 2,056 0.43 89.05 79 | 1,910 0.40 89.45 80 | 1,806 0.38 89.83 81 | 1,575 0.33 90.16 82 | 1,391 0.29 90.45 83 | 1,240 0.26 90.71 84 | 1,073 0.22 90.93 85 | 912 0.19 91.12 86 | 801 0.17 91.29 87 | 629 0.13 91.42 88 | 541 0.11 91.54 89 | 471 0.10 91.64 90 | 1,305 0.27 91.91 . | 38,614 8.09 100.00 ------------+----------------------------------- Total | 477,234 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- . | 38,614 100.00 100.00 ------------+----------------------------------- Total | 38,614 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,378 5.99 5.99 1 | 6,856 6.44 12.43 2 | 6,859 6.44 18.88 3 | 6,932 6.51 25.39 4 | 6,747 6.34 31.73 5 | 6,761 6.35 38.08 6 | 6,903 6.49 44.57 7 | 6,766 6.36 50.92 8 | 6,567 6.17 57.09 9 | 6,715 6.31 63.40 10 | 6,665 6.26 69.67 11 | 6,757 6.35 76.01 12 | 6,802 6.39 82.40 13 | 6,298 5.92 88.32 14 | 6,341 5.96 94.28 15 | 6,089 5.72 100.00 ------------+----------------------------------- Total | 106,436 100.00 (106,436 observations deleted) (38,614 observations deleted) obs 332184 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (164,942 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (167,242 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (5,691 real changes made, 5,691 to missing) replace centcity = . if centcity==4 | centcity<=0 (61,363 real changes made, 61,363 to missing) (219,631 real changes made, 219,631 to missing) (314,667 real changes made, 314,667 to missing) (103,189 real changes made, 103,189 to missing) (106,447 real changes made, 106,447 to missing) (216,373 real changes made, 216,373 to missing) replace smsasize=. if smsasize<=0 (103,189 missing values generated) drop smsasize Demography (64,704 real changes made, 64,704 to missing) (267,480 real changes made) (0 real changes made) if 1992 > 1983 & 1992 < 1989 { if 1992 > 1988 & 1992 < 1994 { (ch02: 267480 changes made) (ch35: 267480 changes made) (ch613: 267480 changes made) (ch1417: 267480 changes made) (20,838 real changes made) if 1992 > 1983 & 1992 < 1994 { (0 real changes made) (0 real changes made) (186 real changes made, 186 to missing) Employment docc80 (82,024 missing values generated) recode docc80 (docc80: 250160 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (82,024 missing values generated) (dind: 250160 changes made) Wages (0 real changes made) (0 real changes made) (269 real changes made, 269 to missing) (4 real changes made, 4 to missing) (0 real changes made) (153,740 real changes made) (242,608 real changes made) (0 real changes made) (0 real changes made) Hours, Unions variable spouse was int now byte variable ym_file was float now int variable ym was float now int variable ch613 was int now byte variable ch1417 was int now byte variable ch02 was int now byte variable ch35 was int now byte variable ch05 was int now byte variable docc80 was int now byte variable dind was float now byte (4,650,576 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa80: 1985:10-1994:3; . label values smsa80 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000 - 9,999,999" > 8 "10,000,000+" > ; . * cmsarank: 1986-1994:3; . label values cmsarank P45L; . label define P45L > 1 "New York-New Jersey-Long Island, NY-NJ CMSA" > 2 "Los Angeles-Anaheim-Riverside, CA CMSA" > 3 "Chicago-Gary-Lake County, IL-IN-WI CMSA (Wisconsin portion not in sample)" > 4 "Philadelphia-Wilmington-Trenton, PA-NJ-DE-MD CMSA (Maryland portion suppressed)" > 5 "San Francisco-Oakland-San Jose, CA CMSA" > 6 "Detroit-AnnArbor, MI CMSA" > 7 "Boston-Lawrence-Salem, MA-NH CMSA" > 8 "Houston-Galveston-Brazoria, TX CMSA" > 9 "Washington, DC-VA MSA" > 10 "Dallas-FortWorth, TX CMSA" > 11 "Cleveland-Akron-Lorain, OH CMSA" > 12 "Miami-Fort Lauderdale, FL CMSA" > 13 "Pittsburgh-Deaver Valley, PA CMSA" > 14 "St. Louis, MO-IL CMSA" > 15 "Atlanta, GA MSA" > 16 "Baltimore, MD MSA" > 17 "Minneapolis-St. Paul, MN-WI MSA (Wisconsin portion not identified)" > 18 "Seattle-Tacoma, WAC MSA" > 19 "San Diego, CA MSA" > 20 "Tampa-St.Petersburg-Clearwater, FL MSA" > 21 "Denver-Boulder, CO CMSA" > 22 "Cincinnati-Hamilton, OH-KY-IN CMSA (Indiana portion not identified)" > 23 "Phoenix, AZ MSA" > 24 "Milwaukee-Racine, WI CMSA" > 25 "Kansas City, MO-KS MSA" > 26 "Portland-Vancouver, OR-WA CMSA" > 27 "New Orleans, LA MSA" > 28 "Columbus, OH MSA" > 29 "Norfolk-Virginia Beach-Newport News, VA MSA" > 30 "Buffalo-Niagara Falls, NY CMSA" > 31 "Sacramento, CA MSA" > 32 "Indianapolis, IN MSA" > 33 "San Antonio, TX MSA" > 34 "Providence-Pawtucket-Fall River, RI-MA CMSA" > 35 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 36 "Hartford-New Britian-Middletown, CT CMSA" > 37 "Salt Lake City-Ogden, UT MSA" > 38 "Rochester, NY MSA" > 39 "Oklahoma City, OK MSA" > 40 "Louisville, KY-IN MSA" > 41 "Dayton-Springfield, OH MSA" > 42 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not identified)" > 43 "Birmingham, AL MSA" > 44 "Nashville, TN MSA" > 45 "Greenboro-Winston Salem-High Point, NC MSA" > 46 "Albany-Schenectady-Troy NY MSA" > 47 "Honolulu, HI MSA" > 48 "Orlando, FL MSA" > 49 "Richmond-Petersburg, VA MSA (Dinwiddie and Prince George counties and Colonial Heights, > Hopewell, and Petersburg cities not in sample)" > 50 "Jacksonville, FL MSA" > 51 "Scranton-Wilkes Barre, PA MSA (Monroe county not in sample)" > 52 "Tulsa, OK MSA" > 53 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 54 "Syracuse, NY MSA" > 55 "Allentown-Bethlehem, PA-NJ MSA (New Jersey portion not identified)" > 56 "Austin, TX MSA" > 57 "Grand Rapids, MI MSA" > 58 "Toledo, OH MSA" > 59 "Omaha, NE-IA MSA(Iowa portion not identified)" > 60 "Raleigh-Durham, NC MSA" > 61 "Greenville-Spartanburg. SC MSA" > 62 "Knoxville.TN MSA" > 63 "Tucson, AZ MSA" > 64 "Harrisonburg-Lebanon-Carlisle, PA MSA (Lebanon county not in sample)" > 65 "Fresno, CA MSA" > 66 "Baton Rouge, LA MSA" > 67 "Youngstown-Warren, OH MSA" > 68 "Las Vegas, NV MSA" > 69 "Springfield, MA MSA" > 70 "El Paso, TX MSA" > 71 "New Haven-Meriden, CT MSA" > 72 "Little Rock-North Little Rock, AR MSA" > 73 "Charleston, SC MSA" > 74 "Mobile, AL MSA(Baldwin county not in sample)" > 75 "Bakersfield, CA MSA" > 76 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified)" > 77 "Flint, MI MSA" > 78 "Albuquerque, NM MSA" > 79 "Wichita, KS MSA" > 80 "Columbia, SC MSA" > 81 "Chattanooga, TN-GA MSA (Marion and Sequatchie counties Tennessee not in sample)" > 82 "Saginaw-Bay City-Midland, MI MSA" > 83 "Lansing-East Lansing, MI MSA" > 84 "Worcester, MA MSA" > 85 "Canton, OH MSA" > 86 "Beaumont-Port Arthur, TX MSA" > 87 "York, PA MSA" > 88 "Davenport-Rock Island-Moline, IA-IL MSA" > 89 "Stockton, CA MSA" > 90 "Des Moines, IA MSA (Dallas county not in sample)" > 91 "Lancaster, PA MSA" > 92 "Jackson, MS MSA" > 93 "Peoria, IL MSA" > 94 "Augusta, GA-SC, MSA" > 95 "Corpus Christi, TX MSA" > 96 "Shreveport, LA MSA" > 97 "Fort Wayne, IN MSA" > 98 "Spokane, WA MSA" > 99 "Lakeland-Winter Haven, FL MSA" > 100 "Colorado Springs, CO MSA" > 101 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not identified)" > 102 "Madison, WI MSA" > 103 "McAllen-Edinburg-Mission, TX MSA" > 104 "Lexington-Fayette, KY MSA" > 105 "Utica-Rome, NY MSA" > 106 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 107 "Reading, PA MSA" > 108 "Pensacola, FL MSA" > 109 "Salinas-Seaside-Monterey, CA MSA" > 110 "Melbourne-Titusville-Palm Bay, FL MSA" > 111 "Appleton-Oshkosh-Neenah, WI MSA" > 112 "Daytona Beach, FL MSA" > 113 "Modesto, CA MSA" > 115 "Montgomery, AL MSA" > 116 "Erie, PA MSA" > 117 "Rockford, IL MSA" > 118 "Evansville, IN-KY MSA (Kentucky portion not identified)" > 119 "Macon-Warner Robins, GA MSA" > 120 "Charleston, WV MSA" > 121 "Eugene-Springfield, OR MSA" > 122 "Binghamton, NY MSA" > 123 "Visalia-Tulare-Porterville, CA MSA" > 124 "Johnstown, PA MSA" > 125 "Duluth, MN-WI MSA (Wisconsin portion not identified)" > 126 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 127 "Salem, OR MSA" > 128 "Poughkeepsie, NY MSA" > 129 "Fayetteville, NC MSA" > 130 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 131 "Fort Myers, FL MSA" > 132 "South Bend-Mishawaka, IN MSA" > 133 "Provo-Orem, UT MSA (Central City portion only identified)" > 134 "Brownsville-Harlingen, TX MSA" > 135 "Savannah, GA MSA" > 136 "Sarasota, FL MSA" > 137 "Roanoke, VA MSA" > 138 "Lubbock, TX MSA" > 139 "Lafayette, LA MSA" > 140 "Killeen-Temple, TX MSA" > 141 "Springfield, MO MSA" > 142 "Kalamazoo, MI MSA" > 143 "Anchorage, AK MSA" > 144 "Reno, NV MSA (Central City portion only identified)" > 145 "Hickory, NC MSA" > 146 "Huntsville, AL MSA" > 147 "Waterbury, CT MSA" > 148 "Tallahassee, FL MSA" > 149 "Portsmouth-Dover-Rochester, NH-ME MSA (Maine portion not entirely in sample and it is no > t identified)" > 150 "Portland, ME MSA" > 151 "Lincoln, NE MSA" > 152 "Biloxi-Gulfport, MS MSA" > 153 "Houma-Thibodaux, LA MSA" > 154 "Springfield, IL MSA" > 156 "Boise City, ID MSA" > 157 "Gainesville, FL MSA" > 158 "Wheeling, WV-OH MSA (Ohio portion not identified)" > 161 "Waco, TX MSA" > 163 "Lake Charles, LA MSA" > 164 "Cedar Rapids, IA MSA" > 165 "New Bedford, MA MSA" > 166 "Champaign-Urbana-Rantoul, IL MSA" > 169 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample)" > 170 "Bradenton, FL MSA" > 171 "Asheville, NC MSA" > 172 "Benton Harbor, MI MSA" > 173 "Waterloo-CederFalls, IA MSA" > 174 "Fort Collins-Loveland, CO MSA" > 178 "Topeka, KA MSA(Central City portion only identified)" > 179 "Chico, CA MSA" > 180 "Muskegon, MI MSA" > 181 "Lima, OH MSA" > 184 "Ocala, FL MSA" > 185 "Jackson, MS MSA" > 186 "Monroe, LA MSA" > 192 "Tuscaloosa, AL MSA" > 193 "Battle Creek, MI MSA" > 194 "Anderson, SC MSA" > 197 "Olympia, WA MSA" > 198 "Terre Haute, IN MSA" > 199 "Florence, AL MSA" > 201 "Altoona, PA MSA" > 202 "Anderson, IN MSA" > 203 "Manchester, NH MSA" > 204 "Medford, OR MSA" > 207 "Joplin, MO MSA" > 209 "Mansfield, OH MSA" > 211 "Sharon, PA MSA" > 216 "Pueblo, CO MSA" > 219 "Lawton, OK MSA" > 221 "Bloomington-Normal, IL MSA" > 222 "Fort WaltonBeach, FL MSA" > 224 "Burlington, VT MSA" > 225 "Williamsport, PA MSA" > 226 "Sioux City, IA-NE MSA (Nebraska portion not in sample)" > 231 "Sioux Falls, SD MSA" > 233 "Florence, SC MSA" > 240 "Bellingham, WA MSA" > 242 "Yuba City, CA MSA" > 246 "Colombia, MO MSA" > 247 "Gadsden, AL MSA" > 248 "Fayetteville-Springdale, AK MSA" > 252 "Kankakee, IL MSA" > ; . * icntcity goes here; . *msafips: 1994-; . label values msafips P41L; . label define P41L > 80 "Akron, OH, PMSA" > 160 "Albany-Schenectady-Troy, NY MSA" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem, PA-NJ MSA" > 280 "Altoona, PA MSA" > 360 "Anaheim-Santa Ana, CA PMSA" > 380 "Anchorage, AK MSA" > 400 "Anderson, IN MSA" > 405 "Anderson, SC MSA" > 440 "Ann Arbor, MI PMSA" > 460 "Appleton-Oshkosh-Neenaht, WI MSA" > 480 "Asheville, NC MSA" > 520 "Atlanta, GA MSA" > 600 "Augusta, GA-SC MSA" > 620 "Aurora-Elgin, IL PMSA" > 640 "Austin, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD MSA" > 760 "Baton Rouge, LA MSA" > 780 "Battle Creek, MI MSA" > 840 "Beaumont-Port Arthur, FL MSA" > 845 "Beaver County, PA PMSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 920 "Biloxi-Gulfport, MS MSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1040 "Bloomington-Normal, IL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA PMSR" > 1125 "Boulder-Longmont, CO PMSA" > 1140 "Bradenton, FL MSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport-Milford, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen, TX MSA" > 1280 "Buffalo, NY PMSA" > 1305 "Burlington, VT MSA" > 1320 "Canton, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1400 "Champaign-Urbana-Rantoul, IL MSA" > 1440 "Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-A MSA" > 1600 "Chicago, IL PMSA" > 1620 "Chico, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA" > 1680 "Cleveland, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1740 "Colombia, MO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSR" > 1960 "Davenport-Rock Island-Moline, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA" > 2160 "Detroit, MI PMSA" > 2240 "Duluth, MN-WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville, IN-KY MSA" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale, AR MSA" > 2640 "Flint, MI MSA" > 2650 "Florence, AL MSA" > 2655 "Florence, SC MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale-Hollywood-Pompano Beach, FL PMSA" > 2700 "Fort Myers, FL MSA" > 2720 "Fort Smith, AR-OK MSA" > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2880 "Gadsden, AL MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary-Hammond, IN PMSA" > 3000 "Grand Rapids, MI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3160 "Greenville-Spartanburg, SC MSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA" > 3280 "Hartford, CT PMSA" > 3290 "Hickory, NC MSA" > 3320 "Honolulu, HI MSA" > 3350 "Houma-Thibodaux, LA MSA" > 3360 "Houston, TX PMSA" > 3400 "Huntington-Ashland, WV-KY-OH MSA" > 3440 "Huntsville, AL MSA" > 3480 "Indianapolis, IN MSA" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA" > 3680 "Johnstown, PA MSA" > 3690 "Joliet, IL PMSA" > 3710 "Joplin, MO MSA" > 3720 "Kalamazoo, MI MSA" > 3740 "Kankakee, IL MSA" > 3760 "Kansas City, MO-KS MSA" > 3810 "Killeen-Temple, TX MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA" > 3960 "Lake Charles, LA MSA" > 3965 "Lake County, IL PMSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4120 "Las Vegas, NV MSA" > 4160 "Lawrence-Haverhill, MA-NH PMSA" > 4200 "Lawton, OK MSA" > 4280 "Lexington-Fayette, KY MSA" > 4320 "Lima, OH MSA" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4440 "Lorain-Elyria, OH PMSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA" > 4560 "Lowell, MA-NH PMSA" > 4600 "Lubbock, TX MSA" > 4680 "Macon-Warner Robins, GA MSA" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH MSA" > 4800 "Mansfield, OH MSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA" > 5000 "Miami-Hialeah, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee, WI PMSA" > 5120 "Minneapolis-St, Paul, MN-WI MSA" > 5160 "Mobile, AL MSA" > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5320 "Muskegon, MI MSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA MSA" > 5440 "New Britain, CT PMSA" > 5480 "New Haven-Meriden, CT MSA" > 5520 "New London-Norwich, CT-RI MSA" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA" > 5640 "Newark, NJ PMSA" > 5700 "Niagara Falls, NY PMSA" > 5720 "Norfolk-Virginia Beach-Newport News, VA MSA" > 5760 "Norwalk, CT PMSA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA MSA" > 5920 "Omaha, NE-IA MSA" > 5950 "Orange County, NY PMSA" > 5960 "Orlando, FL MSA" > 6000 "Oxnard-Ventura, CA PMSA" > 6060 "Pawtucket-Woonsocket-Attleboro, RI-MA PMSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix, AZ MSA" > 6280 "Pittsburgh, PA PMSA" > 6400 "Portland, ME MSA" > 6440 "Portland, OR PMSA" > 6450 "Portsmouth-Dover-Rochester, NH-ME MSA" > 6460 "Poughkeepsie, NY MSA" > 6480 "Providence, RI PMSA" > 6520 "Provo-Orem, UT MSA" > 6560 "Pueblo, CO MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA" > 6760 "Richmond-Petersburg, VA MSA" > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA MSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL PMSA" > 7080 "Salem, OR MSA" > 7090 "Salem-Gloucester, MA PMSA" > 7120 "Salinas-Seaside-Monterey, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7485 "Santa Cruz, CA PMSA" > 7500 "Santa Rosa-Petaluma, CA PMSA" > 7510 "Sarasota, FL MSA" > 7520 "Savannah, GA MSA" > 7560 "Scranton-Wilkes Barre, PA MSA" > 7600 "Seattle, WA PMSA" > 7610 "Sharon, PA MSA" > 7680 "Shreveport, LA MSA" > 7720 "Sioux City, IA-NE MSA" > 7760 "Sioux Falls, SD MSA" > 7800 "South Bend-Mishawaka, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA" > 8000 "Springfield, MA MSA" > 8040 "Stamford, CT PMSA" > 8120 "Stockton, CA MSA" > 8160 "Syracuse, NY MSA" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St, Petersburg-Clearwater, FL MSA" > 8320 "Terre Haute, IN MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA" > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8725 "Vancouver, WA PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA MSA" > 8880 "Waterbury, CT MSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 9000 "Wheeling, WV-OH MSA" > 9040 "Wichita, KS MSA" > 9140 "Williamsport, PA MSA" > 9160 "Wilmington, DE-NJ-MD PMSA" > 9240 "Worcester, MA MSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > ; . * cmsacode 1989-1993 values are different from cmsacode 1994+ values; . * cmsacode: 1989-1993; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Lawrence-Salem, MA-NH" > 10 "Buffalo-Niagara Falls, NY" > 14 "Chicago-Gary-Lake County, IL-IN-WI (Wisconsion portion not in sample)" > 21 "Cincinnati-Hamilton, OH-KY-IN (Indiana portion not identified)" > 28 "Cleveland-Akron-Lorain, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder, CO" > 35 "Detroit-Ann Arbor, MI" > 41 "Hartford-New Britian-Middletown, CT" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 47 "Kansas City, MO-KS" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT" > 77 "Philadelphia-Wilmington-Trenton, PA-NJ-DE-MD" > 78 "Pittsburgh-Beaver Valley, PA" > 79 "Portland-Vancouver, OR-WA" > 80 "Providence-Pawtucket-Fall River, RI-MA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma, WA" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1989-1995; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "American Indian, Aleut, Eskimo" > 4 "Asian or Pacific Islander" > 5 "Other" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > 0 "Not in primary family" > 1 "No children < 18 years old" > 2 "All children 0-2 years old" > 3 "All children 3-5 years old" > 4 "All children 6-13 years old" > 5 "All children 14-17 years old" > 6 "All children 0-5 years old" > 7 "Children 0-2 & 6-13 (no 3-5 or 14+)" > 8 "Children 0-2 & 14-17 (no 3-13)" > 9 "Children 3-5 & 6-13 (no 0-2 or 14+)" > 10 "Children 3-5 & 14-17 (no 0-2 or 6-13)" > 11 "Children 6-17 (no 0-5)" > 12 "Children 0-13 (no 14-17)" > 13 "Children 0-5 & 14-17 (no 6-13)" > 14 "Children 0-2 & 6-17 (no 3-5)" > 15 "Children 3-17 (no 0-2)" > 16 "Children from all age groups" > ; . * ch02: 1989-1993, 1999:11-; . label values ch02 ch02; . label define ch02 > 1 "Yes" > 0 "No" > ; . * ch35: 1989-1993, 1999:11-; . label values ch35 ch35; . label define ch35 > 1 "Yes" > 0 "No" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1993 codes differ from pfamrel 1994-; . * pfamrel: 1984-1993; . label values pfamrel P47L; . label define P47L > 0 "Not in Primary Family" > 1 "Husband" > 2 "Wife" > 3 "Child" > 4 "Other Relative" > 5 "Unmarried Reference Person" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relaref: 1989-1993; . label values relaref P42L; . label define P42L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Husband" > 4 "Wife" > 5 "Child" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Non-rel of ref. per w/own rels in HH" > 10 "Non-rel of ref per w/no own rels in HH" > ; . * paidhr: 1979-; . label values paidhr P48L; . label define P48L > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25c: 1979-1993; . label values I25c P50L; . label define P50L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25d: 1979-1993; . label values I25d P51L; . label define P51L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * class: 1979-1993; . label values class P61L; . label define P61L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1989-1993; . label values classer P19L; . label define P19L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer2: 1989-1993; . label values classer2 P52L; . label define P52L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Without Pay" > 7 "Never worked or never worked full-time" > ; . * lfsr89: 1989-1993; . label values lfsr89 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Working without pay" > 6 "Unavailable for work" > 7 "Other (Includes Retired)" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1992-; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 12 "Veterinary services [1992+]" > 20 "Landscape and horticultutal services [92+]" > 30 "Agricultural services, n.e.c. [92+]" > 31 "Forestry [92+]" > 32 "Fishing, hunting, and trapping [92+]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Oil and gas extraction [92+]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned, frozen, and preserved fruits and vegetables" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Carpets and rugs [92+]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and general hardware [92+]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Computers and related equipment [92+]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Medical, dental, and optical instruments and supplies [92+]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting and cable [92+]" > 441 "Telephone communications [92+]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 450 "Electric light and power [92+]" > 451 "Gas and steam supply systems [92+]" > 452 "Electric and gas, and other combinations [92+]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Professional and commercial equipment and supplies [92+]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 623 "Apparel and accessory stores, except shoe [92+]" > 630 "Shoe stores [92+]" > 631 "Furniture and home furnishings stores [92+]" > 632 "Household appliance stores [92+]" > 633 "Radio, TV, and computer stores [92+]" > 640 "Music stores [92+]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Gift, novelty, and souvenir shops [92+]" > 662 "Sewing, needlework, and piece goods stores [92+]" > 663 "Catalog and mail order houses [92+]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel dealers [92+]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings institutions, including credit unions [92+]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance offices [92+]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 731 "Personnel supply services (736)" > 732 "Computer and data processinf services [92+]" > 740 "Detective and protective sevices [92+]" > 741 "Business services, n.e.c [92+]" > 742 "Automotive rental and leasing, without drivers [92+]" > 750 "Automoblie parking and carwashes [92+]" > 751 "Automotive repair and related services [92+]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Video tape rental [92+]" > 802 "Bowling centers [92+]" > 810 "Miscellaneous entertainment and recreational services [92+]" > 812 "Offices and clinics of physicians [92+]" > 820 "Offices and clinics of dentists [92+]" > 821 "Offices and clinics of chiropractors [92+]" > 822 "Offices and clinics of optometrists [92+]" > 830 "Offices and clinics of health practitioners, n.e.c [92+]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Vocational schools [92+]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 863 "Family child care homes [92+]" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 873 "Labor unions [92+]" > 880 "Religious organizations (866)" > 881 "Membership organizations, n.e.c [92+]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Research, development, and testing services [92+]" > 892 "Management and public relations services [92+]" > 893 "Miscellaneous professional and related services [92+]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . * if using Stata 7, do d:\sources\occ80_92_94 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1989-1993; . label values activlwr P53L; . label define P53L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw P54L; . label define P54L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * uhours35 1979-1993; . label values uhours35 P55L; . label define P55L > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw P56L; . label define P56L > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw P57L; . label define P57L > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw P58L; . label define P58L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt89: 1989-93; . label values ftpt89 P59L; . label define P59L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT hrs, Usually PT For Non-Economic" > 5 "PT Hours, Usually PT For Economic Reasons" > 6 "Unemployed FT" > 7 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmm: 1984-1993; . label values unionmm P60L; . label define P60L > 1 "Yes" > 2 "No" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg92.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- intmonth | 332,184 6.497188 3.458479 1 12 hhnum | 331,839 1.085707 .310436 1 7 hurespli | 331,126 1.613401 .8239439 1 7 minsamp | 332,184 6.013848 1.999955 4 8 hrhtype | 332,184 2.431974 2.195135 1 9 -------------+--------------------------------------------------------- state | 332,184 51.02402 26.05261 11 95 stfips | 332,184 28.71667 14.89539 1 56 centcity | 270,821 2.039543 .7674166 1 3 msafips | 225,737 4422.466 2536.677 80 9340 spouse | 332,184 28.81754 31.48181 0 90 -------------+--------------------------------------------------------- pmsarank | 112,553 1.768962 1.53027 1 12 cmsarank | 228,995 43.16512 54.72898 1 252 cmsacode | 115,811 51.63736 25.26662 7 91 smsastat | 326,493 1.261301 .4393443 1 2 icntcity | 17,517 1.158931 .4474902 1 4 -------------+--------------------------------------------------------- hhid | 0 sex | 332,184 1.529198 .4991475 1 2 veteran | 330,588 5.547101 1.258491 1 6 grade92 | 332,184 39.33651 2.865005 31 46 doinglw | 330,095 3.003587 2.505253 1 8 -------------+--------------------------------------------------------- hourslwa | 191,721 38.65221 13.93642 0 99 uhours35 | 52,980 1.638599 .4804108 1 2 why35lw | 53,087 9.839659 4.002498 1 15 class | 250,685 1.975284 1.764543 1 8 uhours | 176,153 38.0352 11.22964 0 99 -------------+--------------------------------------------------------- paidhr | 175,464 1.393101 .4884402 1 2 earnhr | 93,710 890.1521 498.195 1 9999 uearnwk | 151,047 446.5899 331.8399 0 1999 unionmm | 175,243 1.841432 .3652742 1 2 unioncov | 148,083 1.968484 .1747085 1 2 -------------+--------------------------------------------------------- studftpt | 21,986 1.093105 .2905857 1 2 lineno | 332,184 1.743398 1.022752 1 23 relaref | 332,184 3.098147 2.245254 1 10 age | 332,184 43.68915 18.21175 16 90 marital | 332,184 3.132427 2.592091 1 7 -------------+--------------------------------------------------------- race | 332,184 1.222031 .6460509 1 5 activlwr | 330,588 3.01694 2.515749 1 8 hourslw | 191,640 38.72876 13.84356 1 99 reasonlw | 53,193 9.822176 4.009719 1 15 absentlw | 13,428 3.772118 2.7211 1 8 -------------+--------------------------------------------------------- ind80 | 250,160 574.2401 277.5533 10 991 occ80 | 250,160 380.2511 245.4008 3 905 classer | 251,654 1.935205 1.714863 1 8 uhourse | 176,848 38.19998 10.93639 1 99 paidhre | 176,848 1.39491 .4888327 1 2 -------------+--------------------------------------------------------- unionmme | 176,848 1.841542 .365171 1 2 untype | 15,646 2.688099 1.220259 1 5 agri | 250,160 .0301887 .1711065 0 1 schenr | 51,978 1.56901 .4952195 1 2 schlvl | 22,402 1.500803 .5000105 1 2 -------------+--------------------------------------------------------- ethnic | 331,998 7.707504 1.252466 1 9 lfsr89 | 330,588 3.176183 2.784549 1 7 ftpt89 | 330,588 2.110355 1.313832 1 7 eligible | 330,588 1.46505 .4987778 1 2 classer2 | 251,654 1.735864 1.410831 1 7 -------------+--------------------------------------------------------- earnhre | 107,005 903.5207 493.4699 50 9999 earnwke | 176,848 455.1987 328.3264 1 1923 weight | 330,588 1749.658 937.3007 120.87 12974.61 earnwt | 330,588 6998.653 3757.724 473.47 52445.14 famnum | 332,184 .8328758 .4339489 0 6 -------------+--------------------------------------------------------- ownchild | 267,480 .8752243 1.150948 0 8 chldpres | 332,184 2.779324 3.400725 0 16 pfamrel | 332,184 1.761099 1.400576 0 5 I25a | 330,588 .0345082 .3699222 0 4 I25b | 330,588 .0396627 .3855052 0 4 -------------+--------------------------------------------------------- I25c | 330,588 .0028132 .0918238 0 3 I25d | 330,588 .0807803 .5444979 0 4 recnum | 332,184 238598.4 137894 1 477234 year | 332,184 1992 0 1992 1992 ym_file | 332,184 389.4972 3.458479 384 395 -------------+--------------------------------------------------------- ym | 332,184 380.4556 6.931876 369 392 smsa80 | 228,995 5.223559 1.915979 2 8 ch613 | 332,184 .2080142 .4058877 0 1 ch1417 | 332,184 .154005 .3609541 0 1 ch02 | 332,184 .0898568 .285977 0 1 -------------+--------------------------------------------------------- ch35 | 332,184 .0950016 .2932175 0 1 ch05 | 332,184 .1525871 .3595896 0 1 docc80 | 250,160 23.35335 12.37055 1 46 dind | 250,160 30.94212 13.44207 1 52 . aef2 1993 93 89_93 92_93 dct_name aef89_93.dbd raw_name=../raw/morg93 (0 observations deleted) obs 472016 # of persons with age<=15 105299 # of non-interview records 38632 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,358 1.35 1.35 1 | 6,607 1.40 2.75 2 | 6,948 1.47 4.22 3 | 6,826 1.45 5.66 4 | 6,870 1.46 7.12 5 | 6,686 1.42 8.54 6 | 6,671 1.41 9.95 7 | 6,664 1.41 11.36 8 | 6,630 1.40 12.77 9 | 6,543 1.39 14.15 10 | 6,632 1.41 15.56 11 | 6,415 1.36 16.92 12 | 6,654 1.41 18.33 13 | 6,598 1.40 19.72 14 | 6,106 1.29 21.02 15 | 6,091 1.29 22.31 16 | 6,013 1.27 23.58 17 | 5,633 1.19 24.78 18 | 5,467 1.16 25.93 19 | 5,069 1.07 27.01 20 | 5,207 1.10 28.11 21 | 5,543 1.17 29.29 22 | 5,829 1.23 30.52 23 | 5,882 1.25 31.77 24 | 5,964 1.26 33.03 25 | 5,927 1.26 34.29 26 | 5,956 1.26 35.55 27 | 6,149 1.30 36.85 28 | 6,694 1.42 38.27 29 | 6,802 1.44 39.71 30 | 7,322 1.55 41.26 31 | 7,122 1.51 42.77 32 | 7,473 1.58 44.35 33 | 7,283 1.54 45.90 34 | 7,175 1.52 47.42 35 | 7,398 1.57 48.98 36 | 7,266 1.54 50.52 37 | 7,190 1.52 52.05 38 | 7,098 1.50 53.55 39 | 6,864 1.45 55.00 40 | 7,001 1.48 56.49 41 | 6,560 1.39 57.88 42 | 6,382 1.35 59.23 43 | 6,220 1.32 60.55 44 | 6,117 1.30 61.84 45 | 6,317 1.34 63.18 46 | 6,224 1.32 64.50 47 | 5,036 1.07 65.57 48 | 4,820 1.02 66.59 49 | 4,985 1.06 67.64 50 | 5,260 1.11 68.76 51 | 4,618 0.98 69.74 52 | 4,225 0.90 70.63 53 | 3,988 0.84 71.48 54 | 3,951 0.84 72.31 55 | 3,888 0.82 73.14 56 | 3,684 0.78 73.92 57 | 3,572 0.76 74.67 58 | 3,655 0.77 75.45 59 | 3,437 0.73 76.18 60 | 3,519 0.75 76.92 61 | 3,644 0.77 77.69 62 | 3,514 0.74 78.44 63 | 3,638 0.77 79.21 64 | 3,481 0.74 79.95 65 | 3,703 0.78 80.73 66 | 3,606 0.76 81.50 67 | 3,500 0.74 82.24 68 | 3,478 0.74 82.97 69 | 3,267 0.69 83.67 70 | 3,416 0.72 84.39 71 | 3,181 0.67 85.06 72 | 3,178 0.67 85.74 73 | 2,900 0.61 86.35 74 | 2,610 0.55 86.90 75 | 2,713 0.57 87.48 76 | 2,227 0.47 87.95 77 | 2,192 0.46 88.41 78 | 2,100 0.44 88.86 79 | 1,921 0.41 89.27 80 | 1,758 0.37 89.64 81 | 1,569 0.33 89.97 82 | 1,463 0.31 90.28 83 | 1,351 0.29 90.57 84 | 1,082 0.23 90.80 85 | 953 0.20 91.00 86 | 803 0.17 91.17 87 | 654 0.14 91.31 88 | 588 0.12 91.43 89 | 460 0.10 91.53 90 | 1,350 0.29 91.82 . | 38,632 8.18 100.00 ------------+----------------------------------- Total | 472,016 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- . | 38,632 100.00 100.00 ------------+----------------------------------- Total | 38,632 100.00 Age | Freq. Percent Cum. ------------+----------------------------------- 0 | 6,358 6.04 6.04 1 | 6,607 6.27 12.31 2 | 6,948 6.60 18.91 3 | 6,826 6.48 25.39 4 | 6,870 6.52 31.92 5 | 6,686 6.35 38.27 6 | 6,671 6.34 44.60 7 | 6,664 6.33 50.93 8 | 6,630 6.30 57.23 9 | 6,543 6.21 63.44 10 | 6,632 6.30 69.74 11 | 6,415 6.09 75.83 12 | 6,654 6.32 82.15 13 | 6,598 6.27 88.42 14 | 6,106 5.80 94.22 15 | 6,091 5.78 100.00 ------------+----------------------------------- Total | 105,299 100.00 (105,299 observations deleted) (38,632 observations deleted) obs 328085 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (163,478 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (164,607 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (5,600 real changes made, 5,600 to missing) replace centcity = . if centcity==4 | centcity<=0 (60,686 real changes made, 60,686 to missing) (217,275 real changes made, 217,275 to missing) (310,766 real changes made, 310,766 to missing) (102,816 real changes made, 102,816 to missing) (106,017 real changes made, 106,017 to missing) (214,074 real changes made, 214,074 to missing) replace smsasize=. if smsasize<=0 (102,816 missing values generated) drop smsasize Demography (64,625 real changes made, 64,625 to missing) (263,460 real changes made) (0 real changes made) if 1993 > 1983 & 1993 < 1989 { if 1993 > 1988 & 1993 < 1994 { (ch02: 263460 changes made) (ch35: 263460 changes made) (ch613: 263460 changes made) (ch1417: 263460 changes made) (20,602 real changes made) if 1993 > 1983 & 1993 < 1994 { (0 real changes made) (0 real changes made) (274 real changes made, 274 to missing) Employment docc80 (82,443 missing values generated) recode docc80 (docc80: 245642 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (82,443 missing values generated) (dind: 245642 changes made) Wages (0 real changes made) (0 real changes made) (174 real changes made, 174 to missing) (1 real change made, 1 to missing) (0 real changes made) (151,922 real changes made) (238,428 real changes made) (0 real changes made) (0 real changes made) Hours, Unions variable spouse was int now byte variable ym_file was float now int variable ym was float now int variable ch613 was int now byte variable ch1417 was int now byte variable ch02 was int now byte variable ch35 was int now byte variable ch05 was int now byte variable docc80 was int now byte variable dind was float now byte (4,593,190 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa80: 1985:10-1994:3; . label values smsa80 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000 - 9,999,999" > 8 "10,000,000+" > ; . * cmsarank: 1986-1994:3; . label values cmsarank P45L; . label define P45L > 1 "New York-New Jersey-Long Island, NY-NJ CMSA" > 2 "Los Angeles-Anaheim-Riverside, CA CMSA" > 3 "Chicago-Gary-Lake County, IL-IN-WI CMSA (Wisconsin portion not in sample)" > 4 "Philadelphia-Wilmington-Trenton, PA-NJ-DE-MD CMSA (Maryland portion suppressed)" > 5 "San Francisco-Oakland-San Jose, CA CMSA" > 6 "Detroit-AnnArbor, MI CMSA" > 7 "Boston-Lawrence-Salem, MA-NH CMSA" > 8 "Houston-Galveston-Brazoria, TX CMSA" > 9 "Washington, DC-VA MSA" > 10 "Dallas-FortWorth, TX CMSA" > 11 "Cleveland-Akron-Lorain, OH CMSA" > 12 "Miami-Fort Lauderdale, FL CMSA" > 13 "Pittsburgh-Deaver Valley, PA CMSA" > 14 "St. Louis, MO-IL CMSA" > 15 "Atlanta, GA MSA" > 16 "Baltimore, MD MSA" > 17 "Minneapolis-St. Paul, MN-WI MSA (Wisconsin portion not identified)" > 18 "Seattle-Tacoma, WAC MSA" > 19 "San Diego, CA MSA" > 20 "Tampa-St.Petersburg-Clearwater, FL MSA" > 21 "Denver-Boulder, CO CMSA" > 22 "Cincinnati-Hamilton, OH-KY-IN CMSA (Indiana portion not identified)" > 23 "Phoenix, AZ MSA" > 24 "Milwaukee-Racine, WI CMSA" > 25 "Kansas City, MO-KS MSA" > 26 "Portland-Vancouver, OR-WA CMSA" > 27 "New Orleans, LA MSA" > 28 "Columbus, OH MSA" > 29 "Norfolk-Virginia Beach-Newport News, VA MSA" > 30 "Buffalo-Niagara Falls, NY CMSA" > 31 "Sacramento, CA MSA" > 32 "Indianapolis, IN MSA" > 33 "San Antonio, TX MSA" > 34 "Providence-Pawtucket-Fall River, RI-MA CMSA" > 35 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 36 "Hartford-New Britian-Middletown, CT CMSA" > 37 "Salt Lake City-Ogden, UT MSA" > 38 "Rochester, NY MSA" > 39 "Oklahoma City, OK MSA" > 40 "Louisville, KY-IN MSA" > 41 "Dayton-Springfield, OH MSA" > 42 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not identified)" > 43 "Birmingham, AL MSA" > 44 "Nashville, TN MSA" > 45 "Greenboro-Winston Salem-High Point, NC MSA" > 46 "Albany-Schenectady-Troy NY MSA" > 47 "Honolulu, HI MSA" > 48 "Orlando, FL MSA" > 49 "Richmond-Petersburg, VA MSA (Dinwiddie and Prince George counties and Colonial Heights, > Hopewell, and Petersburg cities not in sample)" > 50 "Jacksonville, FL MSA" > 51 "Scranton-Wilkes Barre, PA MSA (Monroe county not in sample)" > 52 "Tulsa, OK MSA" > 53 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 54 "Syracuse, NY MSA" > 55 "Allentown-Bethlehem, PA-NJ MSA (New Jersey portion not identified)" > 56 "Austin, TX MSA" > 57 "Grand Rapids, MI MSA" > 58 "Toledo, OH MSA" > 59 "Omaha, NE-IA MSA(Iowa portion not identified)" > 60 "Raleigh-Durham, NC MSA" > 61 "Greenville-Spartanburg. SC MSA" > 62 "Knoxville.TN MSA" > 63 "Tucson, AZ MSA" > 64 "Harrisonburg-Lebanon-Carlisle, PA MSA (Lebanon county not in sample)" > 65 "Fresno, CA MSA" > 66 "Baton Rouge, LA MSA" > 67 "Youngstown-Warren, OH MSA" > 68 "Las Vegas, NV MSA" > 69 "Springfield, MA MSA" > 70 "El Paso, TX MSA" > 71 "New Haven-Meriden, CT MSA" > 72 "Little Rock-North Little Rock, AR MSA" > 73 "Charleston, SC MSA" > 74 "Mobile, AL MSA(Baldwin county not in sample)" > 75 "Bakersfield, CA MSA" > 76 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified)" > 77 "Flint, MI MSA" > 78 "Albuquerque, NM MSA" > 79 "Wichita, KS MSA" > 80 "Columbia, SC MSA" > 81 "Chattanooga, TN-GA MSA (Marion and Sequatchie counties Tennessee not in sample)" > 82 "Saginaw-Bay City-Midland, MI MSA" > 83 "Lansing-East Lansing, MI MSA" > 84 "Worcester, MA MSA" > 85 "Canton, OH MSA" > 86 "Beaumont-Port Arthur, TX MSA" > 87 "York, PA MSA" > 88 "Davenport-Rock Island-Moline, IA-IL MSA" > 89 "Stockton, CA MSA" > 90 "Des Moines, IA MSA (Dallas county not in sample)" > 91 "Lancaster, PA MSA" > 92 "Jackson, MS MSA" > 93 "Peoria, IL MSA" > 94 "Augusta, GA-SC, MSA" > 95 "Corpus Christi, TX MSA" > 96 "Shreveport, LA MSA" > 97 "Fort Wayne, IN MSA" > 98 "Spokane, WA MSA" > 99 "Lakeland-Winter Haven, FL MSA" > 100 "Colorado Springs, CO MSA" > 101 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not identified)" > 102 "Madison, WI MSA" > 103 "McAllen-Edinburg-Mission, TX MSA" > 104 "Lexington-Fayette, KY MSA" > 105 "Utica-Rome, NY MSA" > 106 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 107 "Reading, PA MSA" > 108 "Pensacola, FL MSA" > 109 "Salinas-Seaside-Monterey, CA MSA" > 110 "Melbourne-Titusville-Palm Bay, FL MSA" > 111 "Appleton-Oshkosh-Neenah, WI MSA" > 112 "Daytona Beach, FL MSA" > 113 "Modesto, CA MSA" > 115 "Montgomery, AL MSA" > 116 "Erie, PA MSA" > 117 "Rockford, IL MSA" > 118 "Evansville, IN-KY MSA (Kentucky portion not identified)" > 119 "Macon-Warner Robins, GA MSA" > 120 "Charleston, WV MSA" > 121 "Eugene-Springfield, OR MSA" > 122 "Binghamton, NY MSA" > 123 "Visalia-Tulare-Porterville, CA MSA" > 124 "Johnstown, PA MSA" > 125 "Duluth, MN-WI MSA (Wisconsin portion not identified)" > 126 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 127 "Salem, OR MSA" > 128 "Poughkeepsie, NY MSA" > 129 "Fayetteville, NC MSA" > 130 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 131 "Fort Myers, FL MSA" > 132 "South Bend-Mishawaka, IN MSA" > 133 "Provo-Orem, UT MSA (Central City portion only identified)" > 134 "Brownsville-Harlingen, TX MSA" > 135 "Savannah, GA MSA" > 136 "Sarasota, FL MSA" > 137 "Roanoke, VA MSA" > 138 "Lubbock, TX MSA" > 139 "Lafayette, LA MSA" > 140 "Killeen-Temple, TX MSA" > 141 "Springfield, MO MSA" > 142 "Kalamazoo, MI MSA" > 143 "Anchorage, AK MSA" > 144 "Reno, NV MSA (Central City portion only identified)" > 145 "Hickory, NC MSA" > 146 "Huntsville, AL MSA" > 147 "Waterbury, CT MSA" > 148 "Tallahassee, FL MSA" > 149 "Portsmouth-Dover-Rochester, NH-ME MSA (Maine portion not entirely in sample and it is no > t identified)" > 150 "Portland, ME MSA" > 151 "Lincoln, NE MSA" > 152 "Biloxi-Gulfport, MS MSA" > 153 "Houma-Thibodaux, LA MSA" > 154 "Springfield, IL MSA" > 156 "Boise City, ID MSA" > 157 "Gainesville, FL MSA" > 158 "Wheeling, WV-OH MSA (Ohio portion not identified)" > 161 "Waco, TX MSA" > 163 "Lake Charles, LA MSA" > 164 "Cedar Rapids, IA MSA" > 165 "New Bedford, MA MSA" > 166 "Champaign-Urbana-Rantoul, IL MSA" > 169 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample)" > 170 "Bradenton, FL MSA" > 171 "Asheville, NC MSA" > 172 "Benton Harbor, MI MSA" > 173 "Waterloo-CederFalls, IA MSA" > 174 "Fort Collins-Loveland, CO MSA" > 178 "Topeka, KA MSA(Central City portion only identified)" > 179 "Chico, CA MSA" > 180 "Muskegon, MI MSA" > 181 "Lima, OH MSA" > 184 "Ocala, FL MSA" > 185 "Jackson, MS MSA" > 186 "Monroe, LA MSA" > 192 "Tuscaloosa, AL MSA" > 193 "Battle Creek, MI MSA" > 194 "Anderson, SC MSA" > 197 "Olympia, WA MSA" > 198 "Terre Haute, IN MSA" > 199 "Florence, AL MSA" > 201 "Altoona, PA MSA" > 202 "Anderson, IN MSA" > 203 "Manchester, NH MSA" > 204 "Medford, OR MSA" > 207 "Joplin, MO MSA" > 209 "Mansfield, OH MSA" > 211 "Sharon, PA MSA" > 216 "Pueblo, CO MSA" > 219 "Lawton, OK MSA" > 221 "Bloomington-Normal, IL MSA" > 222 "Fort WaltonBeach, FL MSA" > 224 "Burlington, VT MSA" > 225 "Williamsport, PA MSA" > 226 "Sioux City, IA-NE MSA (Nebraska portion not in sample)" > 231 "Sioux Falls, SD MSA" > 233 "Florence, SC MSA" > 240 "Bellingham, WA MSA" > 242 "Yuba City, CA MSA" > 246 "Colombia, MO MSA" > 247 "Gadsden, AL MSA" > 248 "Fayetteville-Springdale, AK MSA" > 252 "Kankakee, IL MSA" > ; . * icntcity goes here; . *msafips: 1994-; . label values msafips P41L; . label define P41L > 80 "Akron, OH, PMSA" > 160 "Albany-Schenectady-Troy, NY MSA" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem, PA-NJ MSA" > 280 "Altoona, PA MSA" > 360 "Anaheim-Santa Ana, CA PMSA" > 380 "Anchorage, AK MSA" > 400 "Anderson, IN MSA" > 405 "Anderson, SC MSA" > 440 "Ann Arbor, MI PMSA" > 460 "Appleton-Oshkosh-Neenaht, WI MSA" > 480 "Asheville, NC MSA" > 520 "Atlanta, GA MSA" > 600 "Augusta, GA-SC MSA" > 620 "Aurora-Elgin, IL PMSA" > 640 "Austin, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD MSA" > 760 "Baton Rouge, LA MSA" > 780 "Battle Creek, MI MSA" > 840 "Beaumont-Port Arthur, FL MSA" > 845 "Beaver County, PA PMSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 920 "Biloxi-Gulfport, MS MSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1040 "Bloomington-Normal, IL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA PMSR" > 1125 "Boulder-Longmont, CO PMSA" > 1140 "Bradenton, FL MSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport-Milford, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen, TX MSA" > 1280 "Buffalo, NY PMSA" > 1305 "Burlington, VT MSA" > 1320 "Canton, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1400 "Champaign-Urbana-Rantoul, IL MSA" > 1440 "Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-A MSA" > 1600 "Chicago, IL PMSA" > 1620 "Chico, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA" > 1680 "Cleveland, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1740 "Colombia, MO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSR" > 1960 "Davenport-Rock Island-Moline, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA" > 2160 "Detroit, MI PMSA" > 2240 "Duluth, MN-WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville, IN-KY MSA" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale, AR MSA" > 2640 "Flint, MI MSA" > 2650 "Florence, AL MSA" > 2655 "Florence, SC MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale-Hollywood-Pompano Beach, FL PMSA" > 2700 "Fort Myers, FL MSA" > 2720 "Fort Smith, AR-OK MSA" > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2880 "Gadsden, AL MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary-Hammond, IN PMSA" > 3000 "Grand Rapids, MI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3160 "Greenville-Spartanburg, SC MSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA" > 3280 "Hartford, CT PMSA" > 3290 "Hickory, NC MSA" > 3320 "Honolulu, HI MSA" > 3350 "Houma-Thibodaux, LA MSA" > 3360 "Houston, TX PMSA" > 3400 "Huntington-Ashland, WV-KY-OH MSA" > 3440 "Huntsville, AL MSA" > 3480 "Indianapolis, IN MSA" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA" > 3680 "Johnstown, PA MSA" > 3690 "Joliet, IL PMSA" > 3710 "Joplin, MO MSA" > 3720 "Kalamazoo, MI MSA" > 3740 "Kankakee, IL MSA" > 3760 "Kansas City, MO-KS MSA" > 3810 "Killeen-Temple, TX MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA" > 3960 "Lake Charles, LA MSA" > 3965 "Lake County, IL PMSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4120 "Las Vegas, NV MSA" > 4160 "Lawrence-Haverhill, MA-NH PMSA" > 4200 "Lawton, OK MSA" > 4280 "Lexington-Fayette, KY MSA" > 4320 "Lima, OH MSA" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4440 "Lorain-Elyria, OH PMSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA" > 4560 "Lowell, MA-NH PMSA" > 4600 "Lubbock, TX MSA" > 4680 "Macon-Warner Robins, GA MSA" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH MSA" > 4800 "Mansfield, OH MSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA" > 5000 "Miami-Hialeah, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee, WI PMSA" > 5120 "Minneapolis-St, Paul, MN-WI MSA" > 5160 "Mobile, AL MSA" > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5320 "Muskegon, MI MSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA MSA" > 5440 "New Britain, CT PMSA" > 5480 "New Haven-Meriden, CT MSA" > 5520 "New London-Norwich, CT-RI MSA" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA" > 5640 "Newark, NJ PMSA" > 5700 "Niagara Falls, NY PMSA" > 5720 "Norfolk-Virginia Beach-Newport News, VA MSA" > 5760 "Norwalk, CT PMSA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA MSA" > 5920 "Omaha, NE-IA MSA" > 5950 "Orange County, NY PMSA" > 5960 "Orlando, FL MSA" > 6000 "Oxnard-Ventura, CA PMSA" > 6060 "Pawtucket-Woonsocket-Attleboro, RI-MA PMSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix, AZ MSA" > 6280 "Pittsburgh, PA PMSA" > 6400 "Portland, ME MSA" > 6440 "Portland, OR PMSA" > 6450 "Portsmouth-Dover-Rochester, NH-ME MSA" > 6460 "Poughkeepsie, NY MSA" > 6480 "Providence, RI PMSA" > 6520 "Provo-Orem, UT MSA" > 6560 "Pueblo, CO MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA" > 6760 "Richmond-Petersburg, VA MSA" > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA MSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL PMSA" > 7080 "Salem, OR MSA" > 7090 "Salem-Gloucester, MA PMSA" > 7120 "Salinas-Seaside-Monterey, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7485 "Santa Cruz, CA PMSA" > 7500 "Santa Rosa-Petaluma, CA PMSA" > 7510 "Sarasota, FL MSA" > 7520 "Savannah, GA MSA" > 7560 "Scranton-Wilkes Barre, PA MSA" > 7600 "Seattle, WA PMSA" > 7610 "Sharon, PA MSA" > 7680 "Shreveport, LA MSA" > 7720 "Sioux City, IA-NE MSA" > 7760 "Sioux Falls, SD MSA" > 7800 "South Bend-Mishawaka, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA" > 8000 "Springfield, MA MSA" > 8040 "Stamford, CT PMSA" > 8120 "Stockton, CA MSA" > 8160 "Syracuse, NY MSA" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St, Petersburg-Clearwater, FL MSA" > 8320 "Terre Haute, IN MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA" > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8725 "Vancouver, WA PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA MSA" > 8880 "Waterbury, CT MSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 9000 "Wheeling, WV-OH MSA" > 9040 "Wichita, KS MSA" > 9140 "Williamsport, PA MSA" > 9160 "Wilmington, DE-NJ-MD PMSA" > 9240 "Worcester, MA MSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > ; . * cmsacode 1989-1993 values are different from cmsacode 1994+ values; . * cmsacode: 1989-1993; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Lawrence-Salem, MA-NH" > 10 "Buffalo-Niagara Falls, NY" > 14 "Chicago-Gary-Lake County, IL-IN-WI (Wisconsion portion not in sample)" > 21 "Cincinnati-Hamilton, OH-KY-IN (Indiana portion not identified)" > 28 "Cleveland-Akron-Lorain, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder, CO" > 35 "Detroit-Ann Arbor, MI" > 41 "Hartford-New Britian-Middletown, CT" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 47 "Kansas City, MO-KS" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT" > 77 "Philadelphia-Wilmington-Trenton, PA-NJ-DE-MD" > 78 "Pittsburgh-Beaver Valley, PA" > 79 "Portland-Vancouver, OR-WA" > 80 "Providence-Pawtucket-Fall River, RI-MA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma, WA" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1989-1995; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "American Indian, Aleut, Eskimo" > 4 "Asian or Pacific Islander" > 5 "Other" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > 0 "Not in primary family" > 1 "No children < 18 years old" > 2 "All children 0-2 years old" > 3 "All children 3-5 years old" > 4 "All children 6-13 years old" > 5 "All children 14-17 years old" > 6 "All children 0-5 years old" > 7 "Children 0-2 & 6-13 (no 3-5 or 14+)" > 8 "Children 0-2 & 14-17 (no 3-13)" > 9 "Children 3-5 & 6-13 (no 0-2 or 14+)" > 10 "Children 3-5 & 14-17 (no 0-2 or 6-13)" > 11 "Children 6-17 (no 0-5)" > 12 "Children 0-13 (no 14-17)" > 13 "Children 0-5 & 14-17 (no 6-13)" > 14 "Children 0-2 & 6-17 (no 3-5)" > 15 "Children 3-17 (no 0-2)" > 16 "Children from all age groups" > ; . * ch02: 1989-1993, 1999:11-; . label values ch02 ch02; . label define ch02 > 1 "Yes" > 0 "No" > ; . * ch35: 1989-1993, 1999:11-; . label values ch35 ch35; . label define ch35 > 1 "Yes" > 0 "No" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1993 codes differ from pfamrel 1994-; . * pfamrel: 1984-1993; . label values pfamrel P47L; . label define P47L > 0 "Not in Primary Family" > 1 "Husband" > 2 "Wife" > 3 "Child" > 4 "Other Relative" > 5 "Unmarried Reference Person" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relaref: 1989-1993; . label values relaref P42L; . label define P42L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Husband" > 4 "Wife" > 5 "Child" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Non-rel of ref. per w/own rels in HH" > 10 "Non-rel of ref per w/no own rels in HH" > ; . * paidhr: 1979-; . label values paidhr P48L; . label define P48L > 1 "Yes" > 2 "No" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25c: 1979-1993; . label values I25c P50L; . label define P50L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * I25d: 1979-1993; . label values I25d P51L; . label define P51L > 0 "No Change" > 1 "Value to Blank" > 2 "Blank to Value" > 3 "Value To Value" > 4 "Allocated" > 5 "Value to Value - no error" > 6 "Refusal to Value, allocated, - no error" > 7 "Blank to NA - no error" > 8 "Blank to NA - error" > ; . * class: 1979-1993; . label values class P61L; . label define P61L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer: 1989-1993; . label values classer P19L; . label define P19L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Self-Employed, Unincorporated" > 7 "Without Pay" > 8 "Never worked or never worked full-time" > ; . * classer2: 1989-1993; . label values classer2 P52L; . label define P52L > 1 "Private, Non-Profit or For Profit" > 2 "Government - Federal" > 3 "Government - State" > 4 "Government - Local" > 5 "Self-Employed, Incorporated" > 6 "Without Pay" > 7 "Never worked or never worked full-time" > ; . * lfsr89: 1989-1993; . label values lfsr89 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Working without pay" > 6 "Unavailable for work" > 7 "Other (Includes Retired)" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1992-; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 12 "Veterinary services [1992+]" > 20 "Landscape and horticultutal services [92+]" > 30 "Agricultural services, n.e.c. [92+]" > 31 "Forestry [92+]" > 32 "Fishing, hunting, and trapping [92+]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Oil and gas extraction [92+]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned, frozen, and preserved fruits and vegetables" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Carpets and rugs [92+]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and general hardware [92+]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Computers and related equipment [92+]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Medical, dental, and optical instruments and supplies [92+]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting and cable [92+]" > 441 "Telephone communications [92+]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 450 "Electric light and power [92+]" > 451 "Gas and steam supply systems [92+]" > 452 "Electric and gas, and other combinations [92+]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Professional and commercial equipment and supplies [92+]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 623 "Apparel and accessory stores, except shoe [92+]" > 630 "Shoe stores [92+]" > 631 "Furniture and home furnishings stores [92+]" > 632 "Household appliance stores [92+]" > 633 "Radio, TV, and computer stores [92+]" > 640 "Music stores [92+]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Gift, novelty, and souvenir shops [92+]" > 662 "Sewing, needlework, and piece goods stores [92+]" > 663 "Catalog and mail order houses [92+]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel dealers [92+]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings institutions, including credit unions [92+]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance offices [92+]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 731 "Personnel supply services (736)" > 732 "Computer and data processinf services [92+]" > 740 "Detective and protective sevices [92+]" > 741 "Business services, n.e.c [92+]" > 742 "Automotive rental and leasing, without drivers [92+]" > 750 "Automoblie parking and carwashes [92+]" > 751 "Automotive repair and related services [92+]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Video tape rental [92+]" > 802 "Bowling centers [92+]" > 810 "Miscellaneous entertainment and recreational services [92+]" > 812 "Offices and clinics of physicians [92+]" > 820 "Offices and clinics of dentists [92+]" > 821 "Offices and clinics of chiropractors [92+]" > 822 "Offices and clinics of optometrists [92+]" > 830 "Offices and clinics of health practitioners, n.e.c [92+]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Vocational schools [92+]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 863 "Family child care homes [92+]" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 873 "Labor unions [92+]" > 880 "Religious organizations (866)" > 881 "Membership organizations, n.e.c [92+]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Research, development, and testing services [92+]" > 892 "Management and public relations services [92+]" > 893 "Miscellaneous professional and related services [92+]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . * if using Stata 7, do d:\sources\occ80_92_94 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * some activlwr 1979-1988 codes differ from 1989-1993 activlwr; . * activlwr: 1989-1993; . label values activlwr P53L; . label define P53L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * some doinglw 1979-1988 codes differ from 1989-1993 doinglw; . * doinglw: 1989-1993; . label values doinglw P54L; . label define P54L > 1 "Working" > 2 "With a job" > 3 "Looking for Work" > 4 "Keeping House" > 5 "At School" > 6 "Unable to Work" > 7 "Retired" > 8 "Other" > ; . * uhours35 1979-1993; . label values uhours35 P55L; . label define P55L > 1 "Yes" > 2 "No" > ; . * reasonlw: 1979-1993; . label values reasonlw P56L; . label define P56L > 1 "Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New job started during week" > 5 "Job terminated during week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with school, house" > 13 "Did not want full-time work" > 14 "Full time work week is < 35 hours" > 15 "Other" > ; . * absentlw: 1979-1993; . label values absentlw P57L; . label define P57L > 1 "Own illness" > 2 "On vacation" > 3 "Weather Affected Job" > 4 "Labor Dispute" > 5 "New job to begin within 30 days" > 6 "Temporary layoff (under 30 days)" > 7 "Indefinite layoff (30 days or more)" > 8 "Other" > ; . *why35lw: 1979-1993; . label values why35lw P58L; . label define P58L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Material shortage" > 3 "Plant or machine repair" > 4 "New Job Started Last Week" > 5 "Job Terminated During Week" > 6 "Could only find part-time work" > 7 "Holiday" > 8 "Labor Dispute" > 9 "Bad weather" > 10 "Own illness" > 11 "On vacation" > 12 "Too busy with house, school, etc." > 13 "Did not want full-time work" > 14 "Full-time work week under 35 hours" > 15 "Other" > ; . * ftpt89: 1989-93; . label values ftpt89 P59L; . label define P59L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT hrs, Usually PT For Non-Economic" > 5 "PT Hours, Usually PT For Economic Reasons" > 6 "Unemployed FT" > 7 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmm: 1984-1993; . label values unionmm P60L; . label define P60L > 1 "Yes" > 2 "No" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg93.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- intmonth | 328,085 6.493473 3.454551 1 12 hhnum | 327,739 1.084082 .3074319 1 7 hurespli | 326,800 1.599067 .8271617 1 7 minsamp | 328,085 6.006882 1.999991 4 8 hrhtype | 328,085 2.450527 2.200444 1 9 -------------+--------------------------------------------------------- state | 328,085 50.99566 26.0027 11 95 stfips | 328,085 28.6916 14.89029 1 56 centcity | 267,399 2.04549 .7680071 1 3 msafips | 222,068 4422.927 2542.033 80 9340 spouse | 328,085 28.76294 31.52115 0 90 -------------+--------------------------------------------------------- pmsarank | 110,810 1.761763 1.515316 1 12 cmsarank | 225,269 43.06108 54.62925 1 252 cmsacode | 114,011 51.44726 25.24713 7 91 smsastat | 322,485 1.264257 .4409376 1 2 icntcity | 17,319 1.155898 .4471797 1 4 -------------+--------------------------------------------------------- hhid | 0 sex | 328,085 1.53075 .4990543 1 2 veteran | 326,517 5.555891 1.247842 1 6 grade92 | 328,085 39.39729 2.855713 31 46 doinglw | 325,960 3.027267 2.530032 1 8 -------------+--------------------------------------------------------- hourslwa | 189,167 39.17036 13.91672 0 99 uhours35 | 47,485 1.696262 .4598757 1 2 why35lw | 47,635 10.15337 4.05454 1 15 class | 245,999 1.983691 1.768913 1 8 uhours | 173,182 38.21328 11.13179 0 99 -------------+--------------------------------------------------------- paidhr | 172,937 1.392785 .488371 1 2 earnhr | 91,446 912.724 515.767 1 9999 uearnwk | 146,828 460.4223 341.8794 0 1999 unionmm | 172,802 1.842189 .3645644 1 2 unioncov | 146,016 1.970202 .1700305 1 2 -------------+--------------------------------------------------------- studftpt | 21,396 1.09212 .2892021 1 2 lineno | 328,085 1.733429 1.01524 1 36 relaref | 328,085 3.085828 2.243243 1 10 age | 328,085 43.95019 18.24052 16 90 marital | 328,085 3.133642 2.588896 1 7 -------------+--------------------------------------------------------- race | 328,085 1.234183 .6710871 1 5 activlwr | 326,517 3.041162 2.540762 1 8 hourslw | 189,354 39.203 13.88066 1 99 reasonlw | 47,849 10.13118 4.065747 1 15 absentlw | 12,805 3.6549 2.698855 1 8 -------------+--------------------------------------------------------- ind80 | 245,642 577.3268 276.5838 10 991 occ80 | 245,642 378.4367 245.7107 3 905 classer | 247,113 1.94248 1.718647 1 8 uhourse | 174,595 38.27757 10.98457 1 99 paidhre | 174,595 1.395155 .4888853 1 2 -------------+--------------------------------------------------------- unionmme | 174,595 1.842292 .3644679 1 2 untype | 14,268 2.760583 1.228221 1 5 agri | 245,642 .0293679 .168836 0 1 schenr | 50,276 1.564981 .4957644 1 2 schlvl | 21,871 1.491884 .4999456 1 2 -------------+--------------------------------------------------------- ethnic | 327,811 7.704134 1.259929 1 9 lfsr89 | 326,517 3.190379 2.794535 1 7 ftpt89 | 326,517 2.090418 1.293029 1 7 eligible | 326,517 1.465281 .4987939 1 2 classer2 | 247,113 1.741988 1.414651 1 7 -------------+--------------------------------------------------------- earnhre | 105,602 928.0515 517.1191 50 9999 earnwke | 174,595 468.9893 338.1808 1 1923 weight | 326,517 1790.145 975.159 108.06 15077.71 earnwt | 326,517 7160.603 3907.99 400.57 58618.42 famnum | 328,085 .8311505 .4362089 0 6 -------------+--------------------------------------------------------- ownchild | 263,460 .874034 1.154 0 8 chldpres | 328,085 2.763884 3.394483 0 16 pfamrel | 328,085 1.758703 1.406292 0 5 I25a | 326,517 .0360533 .3780392 0 4 I25b | 326,517 .0394711 .3847751 0 4 -------------+--------------------------------------------------------- I25c | 326,517 .0027104 .090133 0 3 I25d | 326,517 .0898483 .5743412 0 4 recnum | 328,085 236199.1 136369.3 1 472016 year | 328,085 1993 0 1993 1993 ym_file | 328,085 401.4935 3.454551 396 407 -------------+--------------------------------------------------------- ym | 328,085 392.4728 6.906897 381 404 smsa80 | 225,269 5.226139 1.913564 2 8 ch613 | 328,085 .2063337 .4046735 0 1 ch1417 | 328,085 .1525519 .3595556 0 1 ch02 | 328,085 .0897237 .2857859 0 1 -------------+--------------------------------------------------------- ch35 | 328,085 .0952893 .2936146 0 1 ch05 | 328,085 .1525184 .3595232 0 1 docc80 | 245,642 23.2442 12.40883 1 46 dind | 245,642 31.07605 13.39511 1 52 . aef2 1994 94 94_97 94 dct_name aef94_97.dbd raw_name=../raw/morg94 (1 observation deleted) obs 461490 # of persons with age<=15 142256 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 40,053 8.68 8.68 0 | 5,943 1.29 9.97 1 | 6,252 1.35 11.32 2 | 6,422 1.39 12.71 3 | 6,715 1.46 14.17 4 | 6,667 1.44 15.61 5 | 6,657 1.44 17.06 6 | 6,420 1.39 18.45 7 | 6,499 1.41 19.85 8 | 6,294 1.36 21.22 9 | 6,456 1.40 22.62 10 | 6,393 1.39 24.00 11 | 6,360 1.38 25.38 12 | 6,257 1.36 26.74 13 | 6,420 1.39 28.13 14 | 6,415 1.39 29.52 15 | 6,033 1.31 30.83 16 | 5,866 1.27 32.10 17 | 5,837 1.26 33.36 18 | 5,188 1.12 34.49 19 | 5,063 1.10 35.58 20 | 4,945 1.07 36.65 21 | 5,146 1.12 37.77 22 | 5,279 1.14 38.91 23 | 5,787 1.25 40.17 24 | 5,805 1.26 41.42 25 | 5,718 1.24 42.66 26 | 5,788 1.25 43.92 27 | 5,731 1.24 45.16 28 | 6,077 1.32 46.48 29 | 6,371 1.38 47.86 30 | 6,726 1.46 49.31 31 | 6,726 1.46 50.77 32 | 6,863 1.49 52.26 33 | 7,092 1.54 53.80 34 | 7,165 1.55 55.35 35 | 6,996 1.52 56.86 36 | 6,983 1.51 58.38 37 | 7,074 1.53 59.91 38 | 6,915 1.50 61.41 39 | 6,764 1.47 62.87 40 | 6,791 1.47 64.35 41 | 6,558 1.42 65.77 42 | 6,436 1.39 67.16 43 | 6,134 1.33 68.49 44 | 6,001 1.30 69.79 45 | 6,117 1.33 71.12 46 | 6,063 1.31 72.43 47 | 6,041 1.31 73.74 48 | 5,004 1.08 74.82 49 | 4,702 1.02 75.84 50 | 4,818 1.04 76.89 51 | 4,937 1.07 77.96 52 | 4,298 0.93 78.89 53 | 4,101 0.89 79.78 54 | 3,758 0.81 80.59 55 | 3,844 0.83 81.42 56 | 3,709 0.80 82.23 57 | 3,475 0.75 82.98 58 | 3,436 0.74 83.73 59 | 3,441 0.75 84.47 60 | 3,363 0.73 85.20 61 | 3,298 0.71 85.91 62 | 3,375 0.73 86.65 63 | 3,409 0.74 87.38 64 | 3,446 0.75 88.13 65 | 3,421 0.74 88.87 66 | 3,360 0.73 89.60 67 | 3,438 0.74 90.35 68 | 3,262 0.71 91.05 69 | 3,213 0.70 91.75 70 | 3,299 0.71 92.46 71 | 3,094 0.67 93.13 72 | 3,014 0.65 93.79 73 | 2,905 0.63 94.42 74 | 2,762 0.60 95.01 75 | 2,466 0.53 95.55 76 | 2,395 0.52 96.07 77 | 2,112 0.46 96.53 78 | 2,027 0.44 96.97 79 | 1,919 0.42 97.38 80 | 1,749 0.38 97.76 81 | 1,583 0.34 98.10 82 | 1,348 0.29 98.39 83 | 1,274 0.28 98.67 84 | 1,123 0.24 98.91 85 | 908 0.20 99.11 86 | 796 0.17 99.28 87 | 664 0.14 99.43 88 | 532 0.12 99.54 89 | 448 0.10 99.64 90 | 1,662 0.36 100.00 ------------+----------------------------------- Total | 461,490 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 40,053 28.16 28.16 0 | 5,943 4.18 32.33 1 | 6,252 4.39 36.73 2 | 6,422 4.51 41.24 3 | 6,715 4.72 45.96 4 | 6,667 4.69 50.65 5 | 6,657 4.68 55.33 6 | 6,420 4.51 59.84 7 | 6,499 4.57 64.41 8 | 6,294 4.42 68.84 9 | 6,456 4.54 73.37 10 | 6,393 4.49 77.87 11 | 6,360 4.47 82.34 12 | 6,257 4.40 86.74 13 | 6,420 4.51 91.25 14 | 6,415 4.51 95.76 15 | 6,033 4.24 100.00 ------------+----------------------------------- Total | 142,256 100.00 (142,256 observations deleted) (0 observations deleted) obs 319234 after keeping age>15&age!=. infile successful no observations (319,234 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (158,198 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (161,036 real changes made) Geography smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (5,731 real changes made, 5,731 to missing) (319,234 real changes made) (319,234 real changes made) (238,899 real changes made, 238,899 to missing) (53,295 real changes made, 53,295 to missing) (238,899 real changes made, 238,899 to missing) (284,577 real changes made, 284,577 to missing) replace centcity = . if centcity==4 | centcity<=0 (58,826 real changes made, 58,826 to missing) (302,611 real changes made, 302,611 to missing) (25,094 real changes made, 25,094 to missing) (102,413 real changes made, 102,413 to missing) (291,371 real changes made, 291,371 to missing) (0 real changes made) replace smsasize=. if smsasize<=0 (263,993 missing values generated) drop smsasize Demography (137,866 real changes made, 137,866 to missing) if 1994 > 1983 & 1994 < 1989 { (0 real changes made) (220,653 real changes made, 220,653 to missing) (307,289 real changes made, 307,289 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (646 real changes made, 646 to missing) (1,518 real changes made, 1,518 to missing) Employment (2,216 real changes made, 2,216 to missing) (311,193 real changes made, 311,193 to missing) (148,430 real changes made, 148,430 to missing) (98,902 real changes made, 98,902 to missing) (98,902 real changes made, 98,902 to missing) (98,902 real changes made, 98,902 to missing) docc80 (98,902 missing values generated) recode docc80 (docc80: 220332 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (98,902 missing values generated) (dind: 220332 changes made) Wages (148,430 real changes made, 148,430 to missing) (0 real changes made) (214,472 real changes made, 214,472 to missing) (0 real changes made) (0 real changes made) (148,430 real changes made) (213,474 real changes made) (98,902 real changes made, 98,902 to missing) (307,289 real changes made, 307,289 to missing) (122,969 real changes made) (148,430 real changes made) (0 real changes made) (121,451 real changes made, 121,451 to missing) (1,518 real changes made, 1,518 to missing) (317,684 real changes made, 317,684 to missing) Hours, Unions (303,165 real changes made, 303,165 to missing) (309,905 real changes made, 309,905 to missing) (297,245 real changes made, 297,245 to missing) (270,589 real changes made, 270,589 to missing) (297,245 real changes made, 297,245 to missing) (1,518 real changes made, 1,518 to missing) (132,298 real changes made, 132,298 to missing) (31 real changes made) (267,892 real changes made, 267,892 to missing) (148,430 real changes made, 148,430 to missing) (175,112 real changes made, 175,112 to missing) variable spouse was int now byte variable ym_file was float now int variable ym was float now int variable docc80 was int now byte variable dind was float now byte variable hhid was str15 now str12 (3,830,808 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa80: 1985:10-1994:3; . label values smsa80 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000 - 9,999,999" > 8 "10,000,000+" > ; . label values cmsarank P45L; . label define P45L > 1 "New York-New Jersey-Long Island, NY-NJ CMSA" > 2 "Los Angeles-Anaheim-Riverside, CA CMSA" > 3 "Chicago-Gary-Lake County, IL-IN-WI CMSA (Wisconsin portion not in sample)" > 4 "Philadelphia-Wilmington-Trenton, PA-NJ-DE-MD CMSA (Maryland portion suppressed)" > 5 "San Francisco-Oakland-San Jose, CA CMSA" > 6 "Detroit-AnnArbor, MI CMSA" > 7 "Boston-Lawrence-Salem, MA-NH CMSA" > 8 "Houston-Galveston-Brazoria, TX CMSA" > 9 "Washington, DC-VA MSA" > 10 "Dallas-FortWorth, TX CMSA" > 11 "Cleveland-Akron-Lorain, OH CMSA" > 12 "Miami-Fort Lauderdale, FL CMSA" > 13 "Pittsburgh-Deaver Valley, PA CMSA" > 14 "St. Louis, MO-IL CMSA" > 15 "Atlanta, GA MSA" > 16 "Baltimore, MD MSA" > 17 "Minneapolis-St. Paul, MN-WI MSA (Wisconsin portion not identified)" > 18 "Seattle-Tacoma, WAC MSA" > 19 "San Diego, CA MSA" > 20 "Tampa-St.Petersburg-Clearwater, FL MSA" > 21 "Denver-Boulder, CO CMSA" > 22 "Cincinnati-Hamilton, OH-KY-IN CMSA (Indiana portion not identified)" > 23 "Phoenix, AZ MSA" > 24 "Milwaukee-Racine, WI CMSA" > 25 "Kansas City, MO-KS MSA" > 26 "Portland-Vancouver, OR-WA CMSA" > 27 "New Orleans, LA MSA" > 28 "Columbus, OH MSA" > 29 "Norfolk-Virginia Beach-Newport News, VA MSA" > 30 "Buffalo-Niagara Falls, NY CMSA" > 31 "Sacramento, CA MSA" > 32 "Indianapolis, IN MSA" > 33 "San Antonio, TX MSA" > 34 "Providence-Pawtucket-Fall River, RI-MA CMSA" > 35 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 36 "Hartford-New Britian-Middletown, CT CMSA" > 37 "Salt Lake City-Ogden, UT MSA" > 38 "Rochester, NY MSA" > 39 "Oklahoma City, OK MSA" > 40 "Louisville, KY-IN MSA" > 41 "Dayton-Springfield, OH MSA" > 42 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not identified)" > 43 "Birmingham, AL MSA" > 44 "Nashville, TN MSA" > 45 "Greenboro-Winston Salem-High Point, NC MSA" > 46 "Albany-Schenectady-Troy NY MSA" > 47 "Honolulu, HI MSA" > 48 "Orlando, FL MSA" > 49 "Richmond-Petersburg, VA MSA (Dinwiddie and Prince George counties and Colonial Heights, > Hopewell, and Petersburg cities not in sample)" > 50 "Jacksonville, FL MSA" > 51 "Scranton-Wilkes Barre, PA MSA (Monroe county not in sample)" > 52 "Tulsa, OK MSA" > 53 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 54 "Syracuse, NY MSA" > 55 "Allentown-Bethlehem, PA-NJ MSA (New Jersey portion not identified)" > 56 "Austin, TX MSA" > 57 "Grand Rapids, MI MSA" > 58 "Toledo, OH MSA" > 59 "Omaha, NE-IA MSA(Iowa portion not identified)" > 60 "Raleigh-Durham, NC MSA" > 61 "Greenville-Spartanburg. SC MSA" > 62 "Knoxville.TN MSA" > 63 "Tucson, AZ MSA" > 64 "Harrisonburg-Lebanon-Carlisle, PA MSA (Lebanon county not in sample)" > 65 "Fresno, CA MSA" > 66 "Baton Rouge, LA MSA" > 67 "Youngstown-Warren, OH MSA" > 68 "Las Vegas, NV MSA" > 69 "Springfield, MA MSA" > 70 "El Paso, TX MSA" > 71 "New Haven-Meriden, CT MSA" > 72 "Little Rock-North Little Rock, AR MSA" > 73 "Charleston, SC MSA" > 74 "Mobile, AL MSA(Baldwin county not in sample)" > 75 "Bakersfield, CA MSA" > 76 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified)" > 77 "Flint, MI MSA" > 78 "Albuquerque, NM MSA" > 79 "Wichita, KS MSA" > 80 "Columbia, SC MSA" > 81 "Chattanooga, TN-GA MSA (Marion and Sequatchie counties Tennessee not in sample)" > 82 "Saginaw-Bay City-Midland, MI MSA" > 83 "Lansing-East Lansing, MI MSA" > 84 "Worcester, MA MSA" > 85 "Canton, OH MSA" > 86 "Beaumont-Port Arthur, TX MSA" > 87 "York, PA MSA" > 88 "Davenport-Rock Island-Moline, IA-IL MSA" > 89 "Stockton, CA MSA" > 90 "Des Moines, IA MSA (Dallas county not in sample)" > 91 "Lancaster, PA MSA" > 92 "Jackson, MS MSA" > 93 "Peoria, IL MSA" > 94 "Augusta, GA-SC, MSA" > 95 "Corpus Christi, TX MSA" > 96 "Shreveport, LA MSA" > 97 "Fort Wayne, IN MSA" > 98 "Spokane, WA MSA" > 99 "Lakeland-Winter Haven, FL MSA" > 100 "Colorado Springs, CO MSA" > 101 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not identified)" > 102 "Madison, WI MSA" > 103 "McAllen-Edinburg-Mission, TX MSA" > 104 "Lexington-Fayette, KY MSA" > 105 "Utica-Rome, NY MSA" > 106 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 107 "Reading, PA MSA" > 108 "Pensacola, FL MSA" > 109 "Salinas-Seaside-Monterey, CA MSA" > 110 "Melbourne-Titusville-Palm Bay, FL MSA" > 111 "Appleton-Oshkosh-Neenah, WI MSA" > 112 "Daytona Beach, FL MSA" > 113 "Modesto, CA MSA" > 115 "Montgomery, AL MSA" > 116 "Erie, PA MSA" > 117 "Rockford, IL MSA" > 118 "Evansville, IN-KY MSA (Kentucky portion not identified)" > 119 "Macon-Warner Robins, GA MSA" > 120 "Charleston, WV MSA" > 121 "Eugene-Springfield, OR MSA" > 122 "Binghamton, NY MSA" > 123 "Visalia-Tulare-Porterville, CA MSA" > 124 "Johnstown, PA MSA" > 125 "Duluth, MN-WI MSA (Wisconsin portion not identified)" > 126 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 127 "Salem, OR MSA" > 128 "Poughkeepsie, NY MSA" > 129 "Fayetteville, NC MSA" > 130 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 131 "Fort Myers, FL MSA" > 132 "South Bend-Mishawaka, IN MSA" > 133 "Provo-Orem, UT MSA (Central City portion only identified)" > 134 "Brownsville-Harlingen, TX MSA" > 135 "Savannah, GA MSA" > 136 "Sarasota, FL MSA" > 137 "Roanoke, VA MSA" > 138 "Lubbock, TX MSA" > 139 "Lafayette, LA MSA" > 140 "Killeen-Temple, TX MSA" > 141 "Springfield, MO MSA" > 142 "Kalamazoo, MI MSA" > 143 "Anchorage, AK MSA" > 144 "Reno, NV MSA (Central City portion only identified)" > 145 "Hickory, NC MSA" > 146 "Huntsville, AL MSA" > 147 "Waterbury, CT MSA" > 148 "Tallahassee, FL MSA" > 149 "Portsmouth-Dover-Rochester, NH-ME MSA (Maine portion not entirely in sample and it is no > t identified)" > 150 "Portland, ME MSA" > 151 "Lincoln, NE MSA" > 152 "Biloxi-Gulfport, MS MSA" > 153 "Houma-Thibodaux, LA MSA" > 154 "Springfield, IL MSA" > 156 "Boise City, ID MSA" > 157 "Gainesville, FL MSA" > 158 "Wheeling, WV-OH MSA (Ohio portion not identified)" > 161 "Waco, TX MSA" > 163 "Lake Charles, LA MSA" > 164 "Cedar Rapids, IA MSA" > 165 "New Bedford, MA MSA" > 166 "Champaign-Urbana-Rantoul, IL MSA" > 169 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample)" > 170 "Bradenton, FL MSA" > 171 "Asheville, NC MSA" > 172 "Benton Harbor, MI MSA" > 173 "Waterloo-CederFalls, IA MSA" > 174 "Fort Collins-Loveland, CO MSA" > 178 "Topeka, KA MSA(Central City portion only identified)" > 179 "Chico, CA MSA" > 180 "Muskegon, MI MSA" > 181 "Lima, OH MSA" > 184 "Ocala, FL MSA" > 185 "Jackson, MS MSA" > 186 "Monroe, LA MSA" > 192 "Tuscaloosa, AL MSA" > 193 "Battle Creek, MI MSA" > 194 "Anderson, SC MSA" > 197 "Olympia, WA MSA" > 198 "Terre Haute, IN MSA" > 199 "Florence, AL MSA" > 201 "Altoona, PA MSA" > 202 "Anderson, IN MSA" > 203 "Manchester, NH MSA" > 204 "Medford, OR MSA" > 207 "Joplin, MO MSA" > 209 "Mansfield, OH MSA" > 211 "Sharon, PA MSA" > 216 "Pueblo, CO MSA" > 219 "Lawton, OK MSA" > 221 "Bloomington-Normal, IL MSA" > 222 "Fort WaltonBeach, FL MSA" > 224 "Burlington, VT MSA" > 225 "Williamsport, PA MSA" > 226 "Sioux City, IA-NE MSA (Nebraska portion not in sample)" > 231 "Sioux Falls, SD MSA" > 233 "Florence, SC MSA" > 240 "Bellingham, WA MSA" > 242 "Yuba City, CA MSA" > 246 "Colombia, MO MSA" > 247 "Gadsden, AL MSA" > 248 "Fayetteville-Springdale, AK MSA" > 252 "Kankakee, IL MSA" > ; . * icntcity goes here; . *msafips: 1994-2004:4; . label values msafips P41L; . label define P41L > 80 "Akron, OH, PMSA" > 160 "Albany-Schenectady-Troy, NY MSA" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem, PA-NJ MSA" > 280 "Altoona, PA MSA" > 360 "Anaheim-Santa Ana, CA PMSA" > 380 "Anchorage, AK MSA" > 400 "Anderson, IN MSA" > 405 "Anderson, SC MSA" > 440 "Ann Arbor, MI PMSA" > 450 "Anniston, AL MSA" > 460 "Appleton-Oshkosh-Neenaht, WI MSA" > 480 "Asheville, NC MSA" > 520 "Atlanta, GA MSA" > 600 "Augusta, GA-SC MSA" > 620 "Aurora-Elgin, IL PMSA" > 640 "Austin, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD MSA" > 760 "Baton Rouge, LA MSA" > 780 "Battle Creek, MI MSA" > 840 "Beaumont-Port Arthur, FL MSA" > 845 "Beaver County, PA PMSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 920 "Biloxi-Gulfport, MS MSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1040 "Bloomington-Normal, IL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA PMSR" > 1125 "Boulder-Longmont, CO PMSA" > 1140 "Bradenton, FL MSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport-Milford, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen, TX MSA" > 1280 "Buffalo, NY PMSA" > 1305 "Burlington, VT MSA" > 1320 "Canton, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1400 "Champaign-Urbana-Rantoul, IL MSA" > 1440 "Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-A MSA" > 1600 "Chicago, IL PMSA" > 1620 "Chico, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA" > 1660 "Clarksville-Hopkinsville, TN-KY MSA" > 1680 "Cleveland, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1740 "Colombia, MO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSR" > 1960 "Davenport-Rock Island-Moline, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2040 "Decatur, IL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA" > 2160 "Detroit, MI PMSA" > 2240 "Duluth, MN-WI MSA" > 2290 "Eau Claire, WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville, IN-KY MSA" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale, AR MSA" > 2640 "Flint, MI MSA" > 2650 "Florence, AL MSA" > 2655 "Florence, SC MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale-Hollywood-Pompano Beach, FL PMSA" > 2700 "Fort Myers, FL MSA" > 2710 "Fort Pierce-Port St. Lucie, FL" > 2720 "Fort Smith, AR-OK MSA" > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2880 "Gadsden, AL MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary-Hammond, IN PMSA" > 3000 "Grand Rapids, MI MSA" > 3060 "Greeley, CO PMSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3160 "Greenville-Spartanburg, SC MSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA" > 3280 "Hartford, CT PMSA" > 3290 "Hickory, NC MSA" > 3320 "Honolulu, HI MSA" > 3350 "Houma-Thibodaux, LA MSA" > 3360 "Houston, TX PMSA" > 3400 "Huntington-Ashland, WV-KY-OH MSA" > 3440 "Huntsville, AL MSA" > 3480 "Indianapolis, IN MSA" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3605 "Jacksonville, NC MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA" > 3680 "Johnstown, PA MSA" > 3690 "Joliet, IL PMSA" > 3710 "Joplin, MO MSA" > 3720 "Kalamazoo, MI MSA" > 3740 "Kankakee, IL MSA" > 3760 "Kansas City, MO-KS MSA" > 3810 "Killeen-Temple, TX MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA" > 3960 "Lake Charles, LA MSA" > 3965 "Lake County, IL PMSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4120 "Las Vegas, NV MSA" > 4160 "Lawrence-Haverhill, MA-NH PMSA" > 4200 "Lawton, OK MSA" > 4280 "Lexington-Fayette, KY MSA" > 4320 "Lima, OH MSA" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4440 "Lorain-Elyria, OH PMSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA" > 4560 "Lowell, MA-NH PMSA" > 4600 "Lubbock, TX MSA" > 4680 "Macon-Warner Robins, GA MSA" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH MSA" > 4800 "Mansfield, OH MSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA" > 5000 "Miami-Hialeah, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee, WI PMSA" > 5120 "Minneapolis-St, Paul, MN-WI MSA" > 5160 "Mobile, AL MSA" > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5320 "Muskegon, MI MSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA MSA" > 5440 "New Britain, CT PMSA" > 5480 "New Haven-Meriden, CT MSA" > 5520 "New London-Norwich, CT-RI MSA" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA" > 5640 "Newark, NJ PMSA" > 5700 "Niagara Falls, NY PMSA" > 5720 "Norfolk-Virginia Beach-Newport News, VA MSA" > 5760 "Norwalk, CT PMSA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA MSA" > 5920 "Omaha, NE-IA MSA" > 5950 "Orange County, NY PMSA" > 5960 "Orlando, FL MSA" > 6000 "Oxnard-Ventura, CA PMSA" > 6060 "Pawtucket-Woonsocket-Attleboro, RI-MA PMSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix, AZ MSA" > 6280 "Pittsburgh, PA PMSA" > 6400 "Portland, ME MSA" > 6440 "Portland, OR PMSA" > 6450 "Portsmouth-Dover-Rochester, NH-ME MSA" > 6460 "Poughkeepsie, NY MSA" > 6480 "Providence, RI PMSA" > 6520 "Provo-Orem, UT MSA" > 6560 "Pueblo, CO MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA" > 6760 "Richmond-Petersburg, VA MSA" > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA MSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL PMSA" > 7080 "Salem, OR MSA" > 7090 "Salem-Gloucester, MA PMSA" > 7120 "Salinas-Seaside-Monterey, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7485 "Santa Cruz, CA PMSA" > 7500 "Santa Rosa-Petaluma, CA PMSA" > 7510 "Sarasota, FL MSA" > 7520 "Savannah, GA MSA" > 7560 "Scranton-Wilkes Barre, PA MSA" > 7600 "Seattle, WA PMSA" > 7610 "Sharon, PA MSA" > 7680 "Shreveport, LA MSA" > 7720 "Sioux City, IA-NE MSA" > 7760 "Sioux Falls, SD MSA" > 7800 "South Bend-Mishawaka, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA" > 8000 "Springfield, MA MSA" > 8040 "Stamford, CT PMSA" > 8120 "Stockton, CA MSA" > 8160 "Syracuse, NY MSA" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St, Petersburg-Clearwater, FL MSA" > 8320 "Terre Haute, IN MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA" > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8725 "Vancouver, WA PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA MSA" > 8880 "Waterbury, CT MSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8940 "Wausau, WI MSA" > 8960 "West Palm Beach-Boca Raton-Delray Beach, FL MSA" > 9000 "Wheeling, WV-OH MSA" > 9040 "Wichita, KS MSA" > 9140 "Williamsport, PA MSA" > 9160 "Wilmington, DE-NJ-MD PMSA" > 9240 "Worcester, MA MSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > ; . * cmsacode: 1994-; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Worcester-Lawrence, MA-NH-ME-CT" > 14 "Chicago-Gary-Kenosha, IL-IN-WI" > 21 "Cincinnati-Hamilton, OH-KY-IN" > 28 "Cleveland-Akron, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder-Greeley, CO" > 35 "Detroit-Ann Arbor-Flint, MI" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT-PA" > 77 "Philadelphia-Wilmington-Atlantic City, PA-NJ-DE-MD" > 79 "Portland-Salem, OR-WA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma-Bremerton, WA" > 97 "Washington-Baltimore, DC-MD-VA-WV" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1989-1995; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "American Indian, Aleut, Eskimo" > 4 "Asian or Pacific Islander" > 5 "Other" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * pfamrel 1984-1988 differs from pfamrel 1993-; . * pfamrel: 1993-; . label values pfamrel P47L; . label define P47L > 0 "Not A Family Member" > 1 "Reference Person" > 2 "Spouse" > 3 "Child" > 4 "Other Relative (primary Family" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relref94: 1994-1995:2-; . label values relref94 P42L; . label define P42L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Spouse" > 4 "Child" > 5 "Grandchild" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Foster child" > 10 "Non-rel of ref. per w/own rels in HH" > 11 "Partner/Roommate" > 12 "Non-rel of ref per w/no own rels in HH" > ; . * penatvty: 1994-2006; . label values penatvty native; . label define native > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 72 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 102 "Austria" > 103 "Belgium" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "Great Britain" > 139 "England" > 140 "Scotland" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Europe" > 155 "Czech Republic" > 156 "Slovakia/Slovak Republic" > 180 "USSR" > 183 "Latvia" > 184 "Lithuania" > 185 "Armenia" > 192 "Russia" > 195 "Ukraine" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Burma" > 206 "Cambodia" > 207 "China" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea/South Korea" > 218 "Korea/ South Korea" > 221 "Laos" > 222 "Lebanon" > 224 "Malaysia" > 229 "Pakistan" > 231 "Philippines" > 233 "Saudi Arabia" > 234 "Singapore" > 237 "Syria" > 238 "Taiwan" > 239 "Thailand" > 240 "Turkey" > 242 "Vietnam" > 245 "Asia" > 252 "Middle East" > 253 "Palestine" > 300 "Bermuda" > 301 "Canada" > 304 "North America" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Mexico" > 316 "Nicaragua" > 317 "Panama" > 318 "Central America" > 333 "Bahamas" > 334 "Barbados" > 337 "Cuba" > 338 "Dominica" > 339 "Dominican Republic" > 342 "Haiti" > 343 "Jamaica" > 351 "Trinidad & Tobago" > 353 "Caribbean" > 375 "Argentina" > 376 "Bolivia" > 377 "Brazil" > 378 "Chile" > 379 "Colombia" > 380 "Ecuador" > 383 "Guyana" > 385 "Peru" > 387 "Uruguay" > 388 "Venezuela" > 389 "South America" > 415 "Egypt" > 417 "Ethiopia" > 421 "Ghana" > 427 "Kenya" > 436 "Morocco" > 440 "Nigeria" > 449 "South Africa" > 462 "Other Africa" > 468 "North Africa" > 501 "Australia" > 507 "Fiji" > 514 "New Zealand" > 527 "Pacific Islands" > 555 "Other" > ; . * pemntvty: 1994-2006; . label values pemntvty native; . * pefntvty: 1994-2006; . label values pefntvty native; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 1998-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1994" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1992-; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 12 "Veterinary services [1992+]" > 20 "Landscape and horticultutal services [92+]" > 30 "Agricultural services, n.e.c. [92+]" > 31 "Forestry [92+]" > 32 "Fishing, hunting, and trapping [92+]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Oil and gas extraction [92+]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned, frozen, and preserved fruits and vegetables" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Carpets and rugs [92+]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and general hardware [92+]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Computers and related equipment [92+]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Medical, dental, and optical instruments and supplies [92+]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting and cable [92+]" > 441 "Telephone communications [92+]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 450 "Electric light and power [92+]" > 451 "Gas and steam supply systems [92+]" > 452 "Electric and gas, and other combinations [92+]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Professional and commercial equipment and supplies [92+]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 623 "Apparel and accessory stores, except shoe [92+]" > 630 "Shoe stores [92+]" > 631 "Furniture and home furnishings stores [92+]" > 632 "Household appliance stores [92+]" > 633 "Radio, TV, and computer stores [92+]" > 640 "Music stores [92+]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Gift, novelty, and souvenir shops [92+]" > 662 "Sewing, needlework, and piece goods stores [92+]" > 663 "Catalog and mail order houses [92+]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel dealers [92+]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings institutions, including credit unions [92+]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance offices [92+]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 731 "Personnel supply services (736)" > 732 "Computer and data processinf services [92+]" > 740 "Detective and protective sevices [92+]" > 741 "Business services, n.e.c [92+]" > 742 "Automotive rental and leasing, without drivers [92+]" > 750 "Automoblie parking and carwashes [92+]" > 751 "Automotive repair and related services [92+]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Video tape rental [92+]" > 802 "Bowling centers [92+]" > 810 "Miscellaneous entertainment and recreational services [92+]" > 812 "Offices and clinics of physicians [92+]" > 820 "Offices and clinics of dentists [92+]" > 821 "Offices and clinics of chiropractors [92+]" > 822 "Offices and clinics of optometrists [92+]" > 830 "Offices and clinics of health practitioners, n.e.c [92+]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Vocational schools [92+]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 863 "Family child care homes [92+]" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 873 "Labor unions [92+]" > 880 "Religious organizations (866)" > 881 "Membership organizations, n.e.c [92+]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Research, development, and testing services [92+]" > 892 "Management and public relations services [92+]" > 893 "Miscellaneous professional and related services [92+]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . * if using Stata 7, do d:\sources\occ80_92_94 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg94.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hurespli | 319,234 1.59088 .7972991 0 14 hrhtype | 319,234 2.465549 2.208752 1 10 minsamp | 319,234 6.01778 1.999924 4 8 intmonth | 319,234 6.48794 3.454723 1 12 hrsample | 0 -------------+--------------------------------------------------------- serial | 0 hhnum | 319,234 1.077686 .291013 1 5 state | 319,234 51.01258 26.05296 11 95 stfips | 319,234 28.66119 14.89851 1 56 centcity | 260,408 2.041834 .7654405 1 3 -------------+--------------------------------------------------------- msafips | 216,821 4419.707 2545.354 80 9340 pmsarank | 27,040 1.774519 1.527274 1 12 cmsarank | 55,241 42.91276 54.06513 1 252 cmsacode | 27,863 51.30176 25.19262 7 91 smsastat | 313,503 1.261436 .4394177 1 2 -------------+--------------------------------------------------------- icntcity | 16,623 1.160922 .4572005 1 4 hhid | 0 spouse | 181,368 1.561339 .6800466 1 16 sex | 319,234 1.530752 .4990542 1 2 veteran | 317,716 5.564038 1.238336 1 6 -------------+--------------------------------------------------------- grade92 | 319,234 39.45939 2.851063 31 46 famnum | 319,234 .8286304 .4401223 0 5 selfproxy | 317,018 1.494451 .5107992 1 3 why3594 | 51,342 14.80151 6.794771 1 23 class94 | 220,332 4.134983 1.224878 1 8 -------------+--------------------------------------------------------- unioncov | 144,122 1.976527 .1514012 1 2 studftpt | 21,989 1.106599 .3086094 1 2 relref94 | 319,234 2.752692 2.258558 1 12 age | 319,234 44.118 18.26458 16 90 pfamrel | 319,234 1.410313 1.018726 0 4 -------------+--------------------------------------------------------- marital | 319,234 3.141326 2.588014 1 7 race | 319,234 1.260026 .7328593 1 5 hourslw | 186,854 38.95744 14.24816 1 99 reason94 | 16,069 5.533201 2.983082 1 13 absent94 | 9,329 6.086504 3.321231 4 14 -------------+--------------------------------------------------------- dwrsn | 8,041 7.51312 3.098163 1 11 prunedur | 11,945 19.37899 25.26204 0 118 ind80 | 220,332 578.7263 277.2676 10 991 occ80 | 220,332 372.2304 247.4334 3 905 occ802 | 319,234 11.65565 75.98941 -1 889 -------------+--------------------------------------------------------- uhourse | 197,783 35.48457 16.43895 -4 99 laydur | 1,550 7.914194 10.94271 1 112 paidhre | 170,804 1.385729 .4867684 1 2 unionmme | 170,804 1.843786 .3630593 1 2 ethnic | 318,588 7.693237 1.244482 1 9 -------------+--------------------------------------------------------- lfsr94 | 317,716 2.82767 2.365349 1 7 untype | 11,945 3.456174 1.629828 1 6 ftpt94 | 317,716 2.776775 2.564107 1 12 agri | 220,332 .0311258 .1736579 0 1 eligible | 319,234 1.464957 .4987712 1 2 -------------+--------------------------------------------------------- otc | 170,804 1.8097 .3925389 1 2 ernpdh2 | 98,581 1.674897 .4684158 1 2 earnhre | 104,762 975.5642 640.126 23 9999 earnwke | 170,804 483.9214 357.9731 0 1923 schenr | 48,645 1.54797 .4976987 1 2 -------------+--------------------------------------------------------- schlvl | 21,989 1.489927 .4999099 1 2 weight | 319,234 1849.563 1039.374 0 20892.63 earnwt | 319,234 7406.083 4162.328 0 77523.12 I25a | 319,234 .1512151 2.292532 0 43 I25b | 319,234 1.475914 7.722591 0 42 -------------+--------------------------------------------------------- penatvty | 319,234 82.10492 85.40056 57 555 pemntvty | 319,234 94.39796 102.7209 57 555 pefntvty | 319,234 95.82803 105.1672 57 555 prcitshp | 319,234 1.366496 1.086229 1 5 prcitflg | 319,234 .3208618 3.017868 0 41 -------------+--------------------------------------------------------- peinusyr | 34,657 6.858153 3.748517 1 13 hrlonglk | 319,234 1.986931 .1611423 0 2 lineno | 319,234 1.741231 1.022043 1 16 recnum | 319,234 231392.4 133279.6 1 461489 year | 319,234 1994 0 1994 1994 -------------+--------------------------------------------------------- ym_file | 319,234 413.4879 3.454723 408 419 ym | 319,234 404.4346 6.931493 393 416 smsa80 | 55,241 5.223005 1.907405 2 8 docc80 | 220,332 22.89489 12.58579 1 46 dind | 220,332 31.11363 13.46221 1 52 . aef2 1995 95 94_97 95 dct_name aef94_97.dbd raw_name=../raw/morg95 (0 observations deleted) obs 455079 # of persons with age<=15 140728 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 39,697 8.72 8.72 0 | 5,609 1.23 9.96 1 | 6,030 1.33 11.28 2 | 6,129 1.35 12.63 3 | 6,353 1.40 14.02 4 | 6,732 1.48 15.50 5 | 6,604 1.45 16.95 6 | 6,477 1.42 18.38 7 | 6,458 1.42 19.80 8 | 6,371 1.40 21.20 9 | 6,280 1.38 22.58 10 | 6,445 1.42 23.99 11 | 6,323 1.39 25.38 12 | 6,407 1.41 26.79 13 | 6,362 1.40 28.19 14 | 6,276 1.38 29.57 15 | 6,175 1.36 30.92 16 | 5,999 1.32 32.24 17 | 5,800 1.27 33.52 18 | 5,419 1.19 34.71 19 | 4,872 1.07 35.78 20 | 4,713 1.04 36.81 21 | 4,873 1.07 37.88 22 | 4,971 1.09 38.98 23 | 5,130 1.13 40.10 24 | 5,707 1.25 41.36 25 | 5,809 1.28 42.63 26 | 5,646 1.24 43.88 27 | 5,567 1.22 45.10 28 | 5,773 1.27 46.37 29 | 5,911 1.30 47.67 30 | 6,447 1.42 49.08 31 | 6,586 1.45 50.53 32 | 6,579 1.45 51.98 33 | 6,849 1.51 53.48 34 | 7,038 1.55 55.03 35 | 7,225 1.59 56.61 36 | 6,784 1.49 58.11 37 | 6,872 1.51 59.62 38 | 6,920 1.52 61.14 39 | 6,867 1.51 62.65 40 | 6,927 1.52 64.17 41 | 6,536 1.44 65.60 42 | 6,399 1.41 67.01 43 | 6,110 1.34 68.35 44 | 6,107 1.34 69.69 45 | 5,979 1.31 71.01 46 | 5,944 1.31 72.31 47 | 5,906 1.30 73.61 48 | 6,026 1.32 74.94 49 | 4,805 1.06 75.99 50 | 4,708 1.03 77.03 51 | 4,598 1.01 78.04 52 | 4,829 1.06 79.10 53 | 4,295 0.94 80.04 54 | 3,953 0.87 80.91 55 | 3,808 0.84 81.75 56 | 3,686 0.81 82.56 57 | 3,648 0.80 83.36 58 | 3,340 0.73 84.09 59 | 3,343 0.73 84.83 60 | 3,411 0.75 85.58 61 | 3,082 0.68 86.25 62 | 3,250 0.71 86.97 63 | 3,112 0.68 87.65 64 | 3,136 0.69 88.34 65 | 3,359 0.74 89.08 66 | 3,089 0.68 89.76 67 | 3,172 0.70 90.46 68 | 3,209 0.71 91.16 69 | 3,103 0.68 91.84 70 | 3,072 0.68 92.52 71 | 3,083 0.68 93.19 72 | 2,867 0.63 93.82 73 | 2,831 0.62 94.45 74 | 2,694 0.59 95.04 75 | 2,609 0.57 95.61 76 | 2,255 0.50 96.11 77 | 2,119 0.47 96.57 78 | 1,957 0.43 97.00 79 | 1,820 0.40 97.40 80 | 1,751 0.38 97.79 81 | 1,595 0.35 98.14 82 | 1,457 0.32 98.46 83 | 1,176 0.26 98.72 84 | 1,081 0.24 98.95 85 | 953 0.21 99.16 86 | 748 0.16 99.33 87 | 680 0.15 99.48 88 | 530 0.12 99.59 89 | 413 0.09 99.69 90 | 1,433 0.31 100.00 ------------+----------------------------------- Total | 455,079 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 39,697 28.21 28.21 0 | 5,609 3.99 32.19 1 | 6,030 4.28 36.48 2 | 6,129 4.36 40.83 3 | 6,353 4.51 45.35 4 | 6,732 4.78 50.13 5 | 6,604 4.69 54.82 6 | 6,477 4.60 59.43 7 | 6,458 4.59 64.02 8 | 6,371 4.53 68.54 9 | 6,280 4.46 73.01 10 | 6,445 4.58 77.59 11 | 6,323 4.49 82.08 12 | 6,407 4.55 86.63 13 | 6,362 4.52 91.15 14 | 6,276 4.46 95.61 15 | 6,175 4.39 100.00 ------------+----------------------------------- Total | 140,728 100.00 (140,728 observations deleted) (0 observations deleted) obs 314351 after keeping age>15&age!=. infile successful no observations (211,516 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (158,308 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (156,043 real changes made) Geography smsasize = . if smsasize <=0 (101,766 real changes made) (211,516 real changes made) (211,516 real changes made) (28,928 real changes made, 28,928 to missing) (0 real changes made) gen smsa80 (211,516 missing values generated) rep smsa80 (77,011 real changes made, 77,011 to missing) replace county (211,516 real changes made, 211,516 to missing) drop county inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (82,212 real changes made, 82,212 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (118,271 real changes made, 118,271 to missing) (300,708 real changes made, 300,708 to missing) (149,656 real changes made, 149,656 to missing) (276,489 real changes made, 276,489 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (135,991 real changes made, 135,991 to missing) if 1995 > 1983 & 1995 < 1989 { (0 real changes made) (261,246 real changes made, 261,246 to missing) (53,105 real changes made, 53,105 to missing) (218,740 real changes made, 218,740 to missing) (303,501 real changes made, 303,501 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (833 real changes made, 833 to missing) (1,512 real changes made, 1,512 to missing) Employment (2,231 real changes made, 2,231 to missing) (307,207 real changes made, 307,207 to missing) (144,044 real changes made, 144,044 to missing) (97,330 real changes made, 97,330 to missing) (97,330 real changes made, 97,330 to missing) (97,330 real changes made, 97,330 to missing) docc80 (97,330 missing values generated) recode docc80 (docc80: 217021 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (97,330 missing values generated) (dind: 217021 changes made) Wages (144,044 real changes made, 144,044 to missing) (0 real changes made) (209,451 real changes made, 209,451 to missing) (0 real changes made) (0 real changes made) (144,044 real changes made) (210,500 real changes made) (97,330 real changes made, 97,330 to missing) (303,501 real changes made, 303,501 to missing) (119,594 real changes made) (144,044 real changes made) (1 real change made, 1 to missing) (118,082 real changes made, 118,082 to missing) (1,512 real changes made, 1,512 to missing) (312,748 real changes made, 312,748 to missing) (270,337 real changes made, 270,337 to missing) (243,977 real changes made, 243,977 to missing) (9,209 real changes made, 9,209 to missing) (14,407 real changes made, 14,407 to missing) Hours, Unions (298,941 real changes made, 298,941 to missing) (305,346 real changes made, 305,346 to missing) (292,738 real changes made, 292,738 to missing) (267,156 real changes made, 267,156 to missing) (292,738 real changes made, 292,738 to missing) (1,512 real changes made, 1,512 to missing) (128,599 real changes made, 128,599 to missing) (29 real changes made) (264,977 real changes made, 264,977 to missing) (144,044 real changes made, 144,044 to missing) (169,589 real changes made, 169,589 to missing) variable spouse was int now byte variable ym_file was float now int variable ym was float now int variable smsa80 was float now byte variable docc80 was int now byte variable dind was float now byte (3,772,212 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa93: 1995:9-; . label values smsa93 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000+" > ; . * icntcity goes here; . *msafips: 1994-; . label values msafips msafips; . label define msafips > 80 "Akron, OH PMSA" > 160 "Albany-Schenectady-Troy, NY MSA (Schohaire County not in sample)" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem-Easton, PA MSA " > 380 "Anchorage, AK MSA" > 440 "Ann Arbor, MI PMSA" > 450 "Anniston, AL MSA" > 460 "Appleton-Oshkosh-Neenah, WI MSA" > 480 "Asheville, NC MSA (Madison County not in sample)" > 520 "Atlanta, GA MSA" > 560 "Atlantic-Cape May, NJ PMSA " > 600 "Augusta-Aiken, GA-SC MSA" > 640 "Austin-San Marcos, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD PMSA" > 760 "Balton Rouge, LA MSA" > 840 "Beaumont-Port Arthur, TX MSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA-NH PMSA (New Hampshire portion not identified)" > 1125 "Boulder-Longmont, CO PMSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen-San Benito, TX MSA" > 1280 "Buffalo-Niagara Falls, NY MSA" > 1305 "Burlington, VT MSA" > 1320 "Canton-Massillon, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1440 "Charleston-North Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-GA MSA " > 1600 "Chicago, IL PMSA (Dekalb County not in sample) " > 1620 "Chico-Paradise, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA (Dearborn County, IN not identified" > 1660 "Clarksville-Hopkinsville, TN-KY MSA (Kentucky portion not in sample)" > 1680 "Cleveland-Lorain-Elyria, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSA" > 1960 "Davenport-Moline-Rock Island, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2030 "Decatur, AL MSA" > 2040 "Decatur, IL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA " > 2160 "Detroit, MI PMSA" > 2190 "Dover, DE MSA" > 2240 "Duluth-Superior, MN-WI MSA (Wisconsin portion not identified) " > 2281 "Dutchess County, NY PMSA" > 2290 "Eau Claire, WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville-Henderson, IN-KY MSA (Kentucky portion not identified) " > 2520 "Fargo-Moorhead, ND-MN MSA (Minnesota portion not identified)" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale-Rogers, AR MSA" > 2600 "Fitchburg-Leominster, MA PMSA" > 2640 "Flint, MI PMSA" > 2650 "Florence, AL MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale, FL PMSA" > 2700 "Fort Myers-Cape Coral, FL MSA" > 2710 "Fort Pierce-Port St. Lucie, FL MSA" > 2720 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample) " > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA (Adams, Huntington, and Wells Counties not in sample)" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary, IN PMSA" > 3000 "Grand Rapids-Muskegon-Holland, MI MSA" > 3060 "Greeley, CO PMSA" > 3080 "Green Bay, WI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3150 "Greenville, NC MSA" > 3160 "Greenville-Spartanburg-Anderson, SC MSA" > 3180 "Hagerstown, MD PMSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA " > 3280 "Hartford, CT MSA" > 3290 "Hickory-Morgantown, NC MSA (Caldwell County not in sample)" > 3320 "Honolulu, HI MSA" > 3350 "Houma, LA MSA" > 3360 "Houston, TX PMSA (Chambers County not in sample)" > 3400 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not" > 3440 "Huntsville, AL MSA (Limestone County not in sample)" > 3480 "Indianapolis, IN MSA (Madison County not in sample)" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3610 "Jamestown, NY MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified) " > 3680 "Johnstown, PA MSA" > 3720 "Kalamazoo-Battle Creek, MI MSA (Van Buren County not in sample)" > 3760 "Kansas City, MO-KS MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA (Acadia Parish not in sample)" > 3960 "Lake Charles, LA MSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4080 "Laredo, TX MSA" > 4100 "Las Cruces, NM MSA" > 4120 "Las Vegas, NV-AZ MSA (Nye County, NV and Mohave County, AZ not in" > 4160 "Lawrence, MA-NH PMSA (New Hampshire portion not identified)" > 4280 "Lexington, KY MSA (Madison County not in sample)" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA (Scott County, IN not in sample)" > 4560 "Lowell, MA-NH PMSA (New Hampshire portion not identified)" > 4600 "Lubbock, TX MSA" > 4680 "Macon, GA MSA (Twiggs County not in sample)" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH PMSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford-Ashland, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not" > 4940 "Merced, CA MSA" > 5000 "Miami, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee-Waukesha, WI PMSA" > 5120 "Minneapolis-St., Paul, MN-WI MSA (St. Croix County, WI not identified" > 5160 "Mobile, AL MSA " > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5330 "Myrtle Beach, SC MSA" > 5345 "Naples, FL MSA" > 5350 "Nashua, NH PMSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA PMSA" > 5480 "New Haven-Meriden, CT PMSA" > 5520 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA (White Plains Central City recoded to balance of" > 5640 "Newark, NJ PMSA" > 5660 "Newburgh, NY-PA PMSA (Pennsylvania portion not identified)" > 5720 "Norfolk-Virginia Beach-Newport News, VA-NC MSA (Mathews County, VA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5800 "Odessa-Midland, TX MSA (Ector County not in sample)" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA PMSA" > 5920 "Omaha, NE-IA MSA (Iowa portion not identified)" > 5945 "Orange County, CA PMSA" > 5960 "Orlando, FL MSA" > 6015 "Panama City, FL MSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria-Pekin, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix-Mesa, AZ MSA" > 6280 "Pittsburgh, PA MSA" > 6400 "Portland, ME MSA" > 6440 "Portland-Vancouver, OR-WA PMSA" > 6450 "Portsmouth-Rochester, NH-ME PMSA (Maine portion not identified)" > 6480 "Providence-Fall River-Warwick, RI-MA MSA (Newport County, RI portion" > 6520 "Provo-Orem, UT MSA " > 6560 "Pueblo, CO MSA" > 6580 "Punta Gorda, FL MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham-Chapel Hill, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA " > 6760 "Richmond-Petersburg, VA MSA " > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA PMSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL MSA (Crawford County, MO [part] not in sample) " > 7080 "Salem, OR PMSA" > 7120 "Salinas, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7460 "San Luis Obispo-Atascadero-Paso Robles, CA MSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7490 "Santa Fe, NM MSA" > 7500 "Santa Rosa, CA PMSA" > 7510 "Sarasota-Bradenton, FL MSA" > 7560 "Scranton-Wilkes Barre-Hazelton, PA MSA " > 7600 "Seattle-Bellevue-Everett, WA PMSA" > 7680 "Shreveport-Bossier City, LA MSA" > 7760 "Sioux Falls, SD MSA (Central City portion only identified)" > 7800 "South Bend, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA (Webster County not in sample)" > 8000 "Springfield, MA MSA" > 8040 "Stamford-Norwalk, CT PMSA" > 8120 "Stockton-Lodi, CA MSA" > 8160 "Syracuse, NY MSA (Cayuga County not in sample)" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St. Petersburg-Clearwater, FL MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA (Central City portion only identified) " > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8735 "Ventura, CA PMSA" > 8760 "Vineland-Millville-Bridgeton, NJ PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA-WV PMSA (West Virginia portion not identified)" > 8880 "Waterbury, CT PMSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton, FL MSA" > 9000 "Wheeling, WV-OH MSA (Ohio portion not identified) " > 9040 "Wichita, KS MSA" > 9160 "Wilmington-Newark, DE-MD PMSA (Maryland portion suppressed)" > 9200 "Wilmington, NC MSA (Brunswick County not in sample)" > 9240 "Worcester, MA-CT PMSA (Connecticut portion suppressed)" > 9270 "Yolo, CA PMSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > 9360 "Yuma, AZ MSA" > ; . * cmsacode: 1994-; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Worcester-Lawrence, MA-NH-ME-CT" > 14 "Chicago-Gary-Kenosha, IL-IN-WI" > 21 "Cincinnati-Hamilton, OH-KY-IN" > 28 "Cleveland-Akron, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder-Greeley, CO" > 35 "Detroit-Ann Arbor-Flint, MI" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT-PA" > 77 "Philadelphia-Wilmington-Atlantic City, PA-NJ-DE-MD" > 79 "Portland-Salem, OR-WA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma-Bremerton, WA" > 97 "Washington-Baltimore, DC-MD-VA-WV" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1989-1995; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "American Indian, Aleut, Eskimo" > 4 "Asian or Pacific Islander" > 5 "Other" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * pfamrel 1984-1988 differs from pfamrel 1993-; . * pfamrel: 1993-; . label values pfamrel P47L; . label define P47L > 0 "Not A Family Member" > 1 "Reference Person" > 2 "Spouse" > 3 "Child" > 4 "Other Relative (primary Family" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relref94: 1994-1995:2-; . label values relref94 P42L; . label define P42L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Spouse" > 4 "Child" > 5 "Grandchild" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Foster child" > 10 "Non-rel of ref. per w/own rels in HH" > 11 "Partner/Roommate" > 12 "Non-rel of ref per w/no own rels in HH" > ; . * relref95: 1995:3-; . label values relref95 P15L; . label define P15L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Spouse" > 4 "Child" > 5 "Grandchild" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Foster child" > 10 "Non-rel of ref. per w/own rels in HH" > 11 "Not used" > 12 "Non-rel of ref per w/no own rels in HH" > 13 "Unmarried partner w/ own rels in HH" > 14 "Unmar. partner w/ no own rels in HH" > 15 "Housemate/roommate w/ own rels in HH" > 16 "Hsemate/roommate w/ no own rels in HH" > 17 "Roomer/boarder w/ own rels in HH in HH" > 18 "Roomer/brder w/ no own rels in HH" > ; . * penatvty: 1994-2006; . label values penatvty native; . label define native > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 72 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 102 "Austria" > 103 "Belgium" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "Great Britain" > 139 "England" > 140 "Scotland" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Europe" > 155 "Czech Republic" > 156 "Slovakia/Slovak Republic" > 180 "USSR" > 183 "Latvia" > 184 "Lithuania" > 185 "Armenia" > 192 "Russia" > 195 "Ukraine" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Burma" > 206 "Cambodia" > 207 "China" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea/South Korea" > 218 "Korea/ South Korea" > 221 "Laos" > 222 "Lebanon" > 224 "Malaysia" > 229 "Pakistan" > 231 "Philippines" > 233 "Saudi Arabia" > 234 "Singapore" > 237 "Syria" > 238 "Taiwan" > 239 "Thailand" > 240 "Turkey" > 242 "Vietnam" > 245 "Asia" > 252 "Middle East" > 253 "Palestine" > 300 "Bermuda" > 301 "Canada" > 304 "North America" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Mexico" > 316 "Nicaragua" > 317 "Panama" > 318 "Central America" > 333 "Bahamas" > 334 "Barbados" > 337 "Cuba" > 338 "Dominica" > 339 "Dominican Republic" > 342 "Haiti" > 343 "Jamaica" > 351 "Trinidad & Tobago" > 353 "Caribbean" > 375 "Argentina" > 376 "Bolivia" > 377 "Brazil" > 378 "Chile" > 379 "Colombia" > 380 "Ecuador" > 383 "Guyana" > 385 "Peru" > 387 "Uruguay" > 388 "Venezuela" > 389 "South America" > 415 "Egypt" > 417 "Ethiopia" > 421 "Ghana" > 427 "Kenya" > 436 "Morocco" > 440 "Nigeria" > 449 "South Africa" > 462 "Other Africa" > 468 "North Africa" > 501 "Australia" > 507 "Fiji" > 514 "New Zealand" > 527 "Pacific Islands" > 555 "Other" > ; . * pemntvty: 1994-2006; . label values pemntvty native; . * pefntvty: 1994-2006; . label values pefntvty native; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 1998-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1992-; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 12 "Veterinary services [1992+]" > 20 "Landscape and horticultutal services [92+]" > 30 "Agricultural services, n.e.c. [92+]" > 31 "Forestry [92+]" > 32 "Fishing, hunting, and trapping [92+]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Oil and gas extraction [92+]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned, frozen, and preserved fruits and vegetables" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Carpets and rugs [92+]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and general hardware [92+]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Computers and related equipment [92+]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Medical, dental, and optical instruments and supplies [92+]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting and cable [92+]" > 441 "Telephone communications [92+]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 450 "Electric light and power [92+]" > 451 "Gas and steam supply systems [92+]" > 452 "Electric and gas, and other combinations [92+]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Professional and commercial equipment and supplies [92+]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 623 "Apparel and accessory stores, except shoe [92+]" > 630 "Shoe stores [92+]" > 631 "Furniture and home furnishings stores [92+]" > 632 "Household appliance stores [92+]" > 633 "Radio, TV, and computer stores [92+]" > 640 "Music stores [92+]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Gift, novelty, and souvenir shops [92+]" > 662 "Sewing, needlework, and piece goods stores [92+]" > 663 "Catalog and mail order houses [92+]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel dealers [92+]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings institutions, including credit unions [92+]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance offices [92+]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 731 "Personnel supply services (736)" > 732 "Computer and data processinf services [92+]" > 740 "Detective and protective sevices [92+]" > 741 "Business services, n.e.c [92+]" > 742 "Automotive rental and leasing, without drivers [92+]" > 750 "Automoblie parking and carwashes [92+]" > 751 "Automotive repair and related services [92+]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Video tape rental [92+]" > 802 "Bowling centers [92+]" > 810 "Miscellaneous entertainment and recreational services [92+]" > 812 "Offices and clinics of physicians [92+]" > 820 "Offices and clinics of dentists [92+]" > 821 "Offices and clinics of chiropractors [92+]" > 822 "Offices and clinics of optometrists [92+]" > 830 "Offices and clinics of health practitioners, n.e.c [92+]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Vocational schools [92+]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 863 "Family child care homes [92+]" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 873 "Labor unions [92+]" > 880 "Religious organizations (866)" > 881 "Membership organizations, n.e.c [92+]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Research, development, and testing services [92+]" > 892 "Management and public relations services [92+]" > 893 "Miscellaneous professional and related services [92+]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . * if using Stata 7, do d:\sources\occ80_95_00 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg95.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hurespli | 314,351 1.599626 .8273512 0 16 hrhtype | 314,351 2.466399 2.205722 1 10 minsamp | 314,351 5.985589 1.999951 4 8 intmonth | 314,351 6.459327 3.446737 1 12 hrsample | 0 -------------+--------------------------------------------------------- serial | 0 hhnum | 314,351 1.061148 .2582601 1 8 state | 314,351 51.10553 26.00006 11 95 stfips | 314,351 28.72409 14.95112 1 56 centcity | 196,080 2.018676 .7546611 1 3 -------------+--------------------------------------------------------- msafips | 164,695 4432.164 2544.958 80 9360 cmsacode | 37,862 52.55478 27.24881 7 97 smsastat | 232,139 1.248558 .4321779 1 2 smsa93 | 73,907 5.309078 1.680211 2 7 icntcity | 13,643 1.177674 .4993266 1 4 -------------+--------------------------------------------------------- hhid | 0 spouse | 178,360 1.559806 .6664706 1 14 sex | 314,351 1.529873 .4991076 1 2 veteran | 312,839 5.576891 1.221982 1 6 grade92 | 314,351 39.50774 2.859428 31 46 -------------+--------------------------------------------------------- famnum | 314,351 .8264042 .4383511 0 5 selfproxy | 312,120 1.493826 .5090629 1 3 why3594 | 49,374 14.73792 6.933514 1 23 class94 | 217,021 4.128255 1.210992 1 8 unioncov | 144,762 1.978413 .1453317 1 2 -------------+--------------------------------------------------------- studftpt | 21,613 1.100264 .3003583 1 2 relref94 | 53,105 2.766444 2.296346 1 12 relref95 | 261,246 2.898992 2.868839 1 18 age | 314,351 44.11763 18.15374 16 90 pfamrel | 314,351 1.40932 1.021177 0 4 -------------+--------------------------------------------------------- marital | 314,351 3.147179 2.590233 1 7 race | 314,351 1.289177 .7960335 1 5 hourslw | 185,671 39.11012 14.17672 1 99 reason94 | 15,410 5.200584 2.893293 1 13 absent94 | 9,005 6.03176 3.335539 4 14 -------------+--------------------------------------------------------- dwrsn | 7,144 7.621781 3.006551 1 11 prunedur | 10,850 16.85106 22.88423 0 118 ind80 | 217,021 580.0291 276.9189 10 991 occ80 | 217,021 368.2459 249.0915 3 905 occ802 | 314,351 12.32988 77.70964 -1 889 -------------+--------------------------------------------------------- uhourse | 196,269 35.49166 16.48887 -4 99 laydur | 1,603 7.441672 10.64509 1 114 paidhre | 170,307 1.383578 .4862585 1 2 unionmme | 170,307 1.850006 .3570664 1 2 ethnic | 313,518 7.682299 1.255157 1 9 -------------+--------------------------------------------------------- lfsr94 | 312,839 2.802365 2.354497 1 7 untype | 10,850 3.472811 1.649388 1 6 ftpt94 | 312,839 2.736996 2.51753 1 12 agri | 217,021 .0300478 .1707192 0 1 eligible | 314,351 1.458227 .4982527 1 2 -------------+--------------------------------------------------------- otc | 170,307 1.819555 .3845586 1 2 ernpdh2 | 95,611 1.693079 .4612186 1 2 earnhre | 104,899 991.3914 601.0681 20 9900 earnwke | 170,307 498.6546 365.7329 0 1923 schenr | 47,195 1.542049 .498234 1 2 -------------+--------------------------------------------------------- schlvl | 21,613 1.47092 .4991652 1 2 weight | 314,351 1895.181 1043.936 0 14211.12 earnwt | 314,351 7614.107 4169.327 134.0936 56722.81 I25a | 314,351 .1899183 2.563101 0 43 I25b | 314,351 2.198215 9.344298 0 42 -------------+--------------------------------------------------------- I25c | 34,805 .2526361 .4345302 0 1 I25d | 55,967 .2329408 .4227086 0 1 penatvty | 314,351 80.86875 78.57915 57 555 pemntvty | 314,351 91.04422 91.46981 57 555 pefntvty | 314,351 91.89685 92.77311 57 555 -------------+--------------------------------------------------------- prcitshp | 314,351 1.38381 1.112335 1 5 prcitflg | 314,351 .2822418 3.003631 0 41 peinusyr | 314,351 .7975511 2.57967 0 13 hrlonglk | 314,351 1.991455 .1304462 0 2 lineno | 314,351 1.736988 1.010136 1 16 -------------+--------------------------------------------------------- recnum | 314,351 227441 131438.6 1 455077 year | 314,351 1995 0 1995 1995 ym_file | 314,351 425.4593 3.446737 420 431 ym | 314,351 416.5026 6.917992 405 428 smsa80 | 25,824 24.12097 10.05618 11 43 -------------+--------------------------------------------------------- docc80 | 217,021 22.63339 12.67543 1 46 dind | 217,021 31.16404 13.46016 1 52 . aef2 1996 96 94_97 96_97 dct_name aef94_97.dbd raw_name=../raw/morg96 (1 observation deleted) obs 402380 # of persons with age<=15 124524 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 35,181 8.74 8.74 0 | 4,995 1.24 9.98 1 | 5,215 1.30 11.28 2 | 5,407 1.34 12.62 3 | 5,588 1.39 14.01 4 | 5,605 1.39 15.41 5 | 5,942 1.48 16.88 6 | 5,869 1.46 18.34 7 | 5,647 1.40 19.74 8 | 5,703 1.42 21.16 9 | 5,576 1.39 22.55 10 | 5,571 1.38 23.93 11 | 5,688 1.41 25.35 12 | 5,673 1.41 26.76 13 | 5,603 1.39 28.15 14 | 5,603 1.39 29.54 15 | 5,658 1.41 30.95 16 | 5,511 1.37 32.32 17 | 5,256 1.31 33.62 18 | 4,738 1.18 34.80 19 | 4,518 1.12 35.92 20 | 4,242 1.05 36.98 21 | 4,247 1.06 38.03 22 | 4,170 1.04 39.07 23 | 4,466 1.11 40.18 24 | 4,681 1.16 41.34 25 | 5,191 1.29 42.63 26 | 5,097 1.27 43.90 27 | 4,924 1.22 45.12 28 | 4,859 1.21 46.33 29 | 4,987 1.24 47.57 30 | 5,350 1.33 48.90 31 | 5,615 1.40 50.29 32 | 5,755 1.43 51.72 33 | 5,869 1.46 53.18 34 | 6,032 1.50 54.68 35 | 6,249 1.55 56.24 36 | 6,234 1.55 57.78 37 | 6,066 1.51 59.29 38 | 6,151 1.53 60.82 39 | 6,035 1.50 62.32 40 | 6,205 1.54 63.86 41 | 5,884 1.46 65.33 42 | 5,692 1.41 66.74 43 | 5,602 1.39 68.13 44 | 5,410 1.34 69.48 45 | 5,455 1.36 70.83 46 | 5,224 1.30 72.13 47 | 5,089 1.26 73.40 48 | 5,212 1.30 74.69 49 | 5,279 1.31 76.00 50 | 4,149 1.03 77.03 51 | 3,883 0.97 78.00 52 | 3,985 0.99 78.99 53 | 4,101 1.02 80.01 54 | 3,657 0.91 80.92 55 | 3,456 0.86 81.78 56 | 3,342 0.83 82.61 57 | 3,089 0.77 83.37 58 | 3,097 0.77 84.14 59 | 2,938 0.73 84.87 60 | 3,005 0.75 85.62 61 | 2,878 0.72 86.34 62 | 2,754 0.68 87.02 63 | 2,794 0.69 87.71 64 | 2,738 0.68 88.40 65 | 2,864 0.71 89.11 66 | 2,934 0.73 89.84 67 | 2,681 0.67 90.50 68 | 2,726 0.68 91.18 69 | 2,725 0.68 91.86 70 | 2,709 0.67 92.53 71 | 2,557 0.64 93.17 72 | 2,566 0.64 93.80 73 | 2,430 0.60 94.41 74 | 2,356 0.59 94.99 75 | 2,378 0.59 95.58 76 | 2,173 0.54 96.12 77 | 1,790 0.44 96.57 78 | 1,832 0.46 97.02 79 | 1,607 0.40 97.42 80 | 1,513 0.38 97.80 81 | 1,305 0.32 98.12 82 | 1,282 0.32 98.44 83 | 1,126 0.28 98.72 84 | 928 0.23 98.95 85 | 822 0.20 99.16 86 | 704 0.17 99.33 87 | 591 0.15 99.48 88 | 484 0.12 99.60 89 | 387 0.10 99.70 90 | 1,225 0.30 100.00 ------------+----------------------------------- Total | 402,380 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 35,181 28.25 28.25 0 | 4,995 4.01 32.26 1 | 5,215 4.19 36.45 2 | 5,407 4.34 40.79 3 | 5,588 4.49 45.28 4 | 5,605 4.50 49.78 5 | 5,942 4.77 54.55 6 | 5,869 4.71 59.27 7 | 5,647 4.53 63.80 8 | 5,703 4.58 68.38 9 | 5,576 4.48 72.86 10 | 5,571 4.47 77.33 11 | 5,688 4.57 81.90 12 | 5,673 4.56 86.46 13 | 5,603 4.50 90.96 14 | 5,603 4.50 95.46 15 | 5,658 4.54 100.00 ------------+----------------------------------- Total | 124,524 100.00 (124,524 observations deleted) (0 observations deleted) obs 277856 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (139,474 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (138,382 real changes made) Geography (77,545 real changes made, 77,545 to missing) smsasize = . if smsasize <=0 inlisting 96 97 (275,120 real changes made) replace smsastat = . if smsastat==3 | smsastat<0 (823 real changes made, 823 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (42,423 real changes made, 42,423 to missing) (259,704 real changes made, 259,704 to missing) (77,890 real changes made, 77,890 to missing) (180,515 real changes made, 180,515 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (120,926 real changes made, 120,926 to missing) if 1996 > 1983 & 1996 < 1989 { (0 real changes made) (194,799 real changes made, 194,799 to missing) (268,504 real changes made, 268,504 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (1,015 real changes made, 1,015 to missing) (1,246 real changes made, 1,246 to missing) Employment (1,882 real changes made, 1,882 to missing) (271,784 real changes made, 271,784 to missing) (125,666 real changes made, 125,666 to missing) (85,414 real changes made, 85,414 to missing) (85,414 real changes made, 85,414 to missing) (85,414 real changes made, 85,414 to missing) docc80 (85,414 missing values generated) recode docc80 (docc80: 192442 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (85,414 missing values generated) (dind: 192442 changes made) Wages (125,666 real changes made, 125,666 to missing) (0 real changes made) (183,931 real changes made, 183,931 to missing) (0 real changes made) (0 real changes made) (125,667 real changes made) (186,404 real changes made) (85,414 real changes made, 85,414 to missing) (268,504 real changes made, 268,504 to missing) (104,435 real changes made) (125,666 real changes made) (0 real changes made) (103,189 real changes made, 103,189 to missing) (1,246 real changes made, 1,246 to missing) (276,421 real changes made, 276,421 to missing) (183,870 real changes made, 183,870 to missing) (125,666 real changes made, 125,666 to missing) Hours, Unions (263,578 real changes made, 263,578 to missing) (269,658 real changes made, 269,658 to missing) (258,235 real changes made, 258,235 to missing) (236,244 real changes made, 236,244 to missing) (258,235 real changes made, 258,235 to missing) (1,246 real changes made, 1,246 to missing) (112,633 real changes made, 112,633 to missing) (20 real changes made) (233,851 real changes made, 233,851 to missing) (125,666 real changes made, 125,666 to missing) (147,736 real changes made, 147,736 to missing) variable spouse was int now byte variable ym_file was float now int variable ym was float now int variable docc80 was int now byte variable dind was float now byte (2,500,704 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa93: 1995:9-; . label values smsa93 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000+" > ; . * icntcity goes here; . *msafips: 1994-; . label values msafips msafips; . label define msafips > 80 "Akron, OH PMSA" > 160 "Albany-Schenectady-Troy, NY MSA (Schohaire County not in sample)" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem-Easton, PA MSA " > 380 "Anchorage, AK MSA" > 440 "Ann Arbor, MI PMSA" > 450 "Anniston, AL MSA" > 460 "Appleton-Oshkosh-Neenah, WI MSA" > 480 "Asheville, NC MSA (Madison County not in sample)" > 520 "Atlanta, GA MSA" > 560 "Atlantic-Cape May, NJ PMSA " > 600 "Augusta-Aiken, GA-SC MSA" > 640 "Austin-San Marcos, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD PMSA" > 760 "Balton Rouge, LA MSA" > 840 "Beaumont-Port Arthur, TX MSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA-NH PMSA (New Hampshire portion not identified)" > 1125 "Boulder-Longmont, CO PMSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen-San Benito, TX MSA" > 1280 "Buffalo-Niagara Falls, NY MSA" > 1305 "Burlington, VT MSA" > 1320 "Canton-Massillon, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1440 "Charleston-North Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-GA MSA " > 1600 "Chicago, IL PMSA (Dekalb County not in sample) " > 1620 "Chico-Paradise, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA (Dearborn County, IN not identified" > 1660 "Clarksville-Hopkinsville, TN-KY MSA (Kentucky portion not in sample)" > 1680 "Cleveland-Lorain-Elyria, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSA" > 1960 "Davenport-Moline-Rock Island, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2030 "Decatur, AL MSA" > 2040 "Decatur, IL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA " > 2160 "Detroit, MI PMSA" > 2190 "Dover, DE MSA" > 2240 "Duluth-Superior, MN-WI MSA (Wisconsin portion not identified) " > 2281 "Dutchess County, NY PMSA" > 2290 "Eau Claire, WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville-Henderson, IN-KY MSA (Kentucky portion not identified) " > 2520 "Fargo-Moorhead, ND-MN MSA (Minnesota portion not identified)" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale-Rogers, AR MSA" > 2600 "Fitchburg-Leominster, MA PMSA" > 2640 "Flint, MI PMSA" > 2650 "Florence, AL MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale, FL PMSA" > 2700 "Fort Myers-Cape Coral, FL MSA" > 2710 "Fort Pierce-Port St. Lucie, FL MSA" > 2720 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample) " > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA (Adams, Huntington, and Wells Counties not in sample)" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary, IN PMSA" > 3000 "Grand Rapids-Muskegon-Holland, MI MSA" > 3060 "Greeley, CO PMSA" > 3080 "Green Bay, WI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3150 "Greenville, NC MSA" > 3160 "Greenville-Spartanburg-Anderson, SC MSA" > 3180 "Hagerstown, MD PMSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA " > 3280 "Hartford, CT MSA" > 3290 "Hickory-Morgantown, NC MSA (Caldwell County not in sample)" > 3320 "Honolulu, HI MSA" > 3350 "Houma, LA MSA" > 3360 "Houston, TX PMSA (Chambers County not in sample)" > 3400 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not" > 3440 "Huntsville, AL MSA (Limestone County not in sample)" > 3480 "Indianapolis, IN MSA (Madison County not in sample)" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3610 "Jamestown, NY MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified) " > 3680 "Johnstown, PA MSA" > 3720 "Kalamazoo-Battle Creek, MI MSA (Van Buren County not in sample)" > 3760 "Kansas City, MO-KS MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA (Acadia Parish not in sample)" > 3960 "Lake Charles, LA MSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4080 "Laredo, TX MSA" > 4100 "Las Cruces, NM MSA" > 4120 "Las Vegas, NV-AZ MSA (Nye County, NV and Mohave County, AZ not in" > 4160 "Lawrence, MA-NH PMSA (New Hampshire portion not identified)" > 4280 "Lexington, KY MSA (Madison County not in sample)" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA (Scott County, IN not in sample)" > 4560 "Lowell, MA-NH PMSA (New Hampshire portion not identified)" > 4600 "Lubbock, TX MSA" > 4680 "Macon, GA MSA (Twiggs County not in sample)" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH PMSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford-Ashland, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not" > 4940 "Merced, CA MSA" > 5000 "Miami, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee-Waukesha, WI PMSA" > 5120 "Minneapolis-St., Paul, MN-WI MSA (St. Croix County, WI not identified" > 5160 "Mobile, AL MSA " > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5330 "Myrtle Beach, SC MSA" > 5345 "Naples, FL MSA" > 5350 "Nashua, NH PMSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA PMSA" > 5480 "New Haven-Meriden, CT PMSA" > 5520 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA (White Plains Central City recoded to balance of" > 5640 "Newark, NJ PMSA" > 5660 "Newburgh, NY-PA PMSA (Pennsylvania portion not identified)" > 5720 "Norfolk-Virginia Beach-Newport News, VA-NC MSA (Mathews County, VA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5800 "Odessa-Midland, TX MSA (Ector County not in sample)" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA PMSA" > 5920 "Omaha, NE-IA MSA (Iowa portion not identified)" > 5945 "Orange County, CA PMSA" > 5960 "Orlando, FL MSA" > 6015 "Panama City, FL MSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria-Pekin, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix-Mesa, AZ MSA" > 6280 "Pittsburgh, PA MSA" > 6400 "Portland, ME MSA" > 6440 "Portland-Vancouver, OR-WA PMSA" > 6450 "Portsmouth-Rochester, NH-ME PMSA (Maine portion not identified)" > 6480 "Providence-Fall River-Warwick, RI-MA MSA (Newport County, RI portion" > 6520 "Provo-Orem, UT MSA " > 6560 "Pueblo, CO MSA" > 6580 "Punta Gorda, FL MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham-Chapel Hill, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA " > 6760 "Richmond-Petersburg, VA MSA " > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA PMSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL MSA (Crawford County, MO [part] not in sample) " > 7080 "Salem, OR PMSA" > 7120 "Salinas, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7460 "San Luis Obispo-Atascadero-Paso Robles, CA MSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7490 "Santa Fe, NM MSA" > 7500 "Santa Rosa, CA PMSA" > 7510 "Sarasota-Bradenton, FL MSA" > 7560 "Scranton-Wilkes Barre-Hazelton, PA MSA " > 7600 "Seattle-Bellevue-Everett, WA PMSA" > 7680 "Shreveport-Bossier City, LA MSA" > 7760 "Sioux Falls, SD MSA (Central City portion only identified)" > 7800 "South Bend, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA (Webster County not in sample)" > 8000 "Springfield, MA MSA" > 8040 "Stamford-Norwalk, CT PMSA" > 8120 "Stockton-Lodi, CA MSA" > 8160 "Syracuse, NY MSA (Cayuga County not in sample)" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St. Petersburg-Clearwater, FL MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA (Central City portion only identified) " > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8735 "Ventura, CA PMSA" > 8760 "Vineland-Millville-Bridgeton, NJ PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA-WV PMSA (West Virginia portion not identified)" > 8880 "Waterbury, CT PMSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton, FL MSA" > 9000 "Wheeling, WV-OH MSA (Ohio portion not identified) " > 9040 "Wichita, KS MSA" > 9160 "Wilmington-Newark, DE-MD PMSA (Maryland portion suppressed)" > 9200 "Wilmington, NC MSA (Brunswick County not in sample)" > 9240 "Worcester, MA-CT PMSA (Connecticut portion suppressed)" > 9270 "Yolo, CA PMSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > 9360 "Yuma, AZ MSA" > ; . * cmsacode: 1994-; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Worcester-Lawrence, MA-NH-ME-CT" > 14 "Chicago-Gary-Kenosha, IL-IN-WI" > 21 "Cincinnati-Hamilton, OH-KY-IN" > 28 "Cleveland-Akron, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder-Greeley, CO" > 35 "Detroit-Ann Arbor-Flint, MI" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT-PA" > 77 "Philadelphia-Wilmington-Atlantic City, PA-NJ-DE-MD" > 79 "Portland-Salem, OR-WA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma-Bremerton, WA" > 97 "Washington-Baltimore, DC-MD-VA-WV" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1996-; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "American Indian, Aleut, Eskimo" > 4 "Asian or Pacific Islander" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * pfamrel 1984-1988 differs from pfamrel 1993-; . * pfamrel: 1993-; . label values pfamrel P47L; . label define P47L > 0 "Not A Family Member" > 1 "Reference Person" > 2 "Spouse" > 3 "Child" > 4 "Other Relative (primary Family" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relref95: 1995:3-; . label values relref95 P15L; . label define P15L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Spouse" > 4 "Child" > 5 "Grandchild" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Foster child" > 10 "Non-rel of ref. per w/own rels in HH" > 11 "Not used" > 12 "Non-rel of ref per w/no own rels in HH" > 13 "Unmarried partner w/ own rels in HH" > 14 "Unmar. partner w/ no own rels in HH" > 15 "Housemate/roommate w/ own rels in HH" > 16 "Hsemate/roommate w/ no own rels in HH" > 17 "Roomer/boarder w/ own rels in HH in HH" > 18 "Roomer/brder w/ no own rels in HH" > ; . * penatvty: 1994-2006; . label values penatvty native; . label define native > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 72 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 102 "Austria" > 103 "Belgium" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "Great Britain" > 139 "England" > 140 "Scotland" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Europe" > 155 "Czech Republic" > 156 "Slovakia/Slovak Republic" > 180 "USSR" > 183 "Latvia" > 184 "Lithuania" > 185 "Armenia" > 192 "Russia" > 195 "Ukraine" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Burma" > 206 "Cambodia" > 207 "China" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea/South Korea" > 218 "Korea/ South Korea" > 221 "Laos" > 222 "Lebanon" > 224 "Malaysia" > 229 "Pakistan" > 231 "Philippines" > 233 "Saudi Arabia" > 234 "Singapore" > 237 "Syria" > 238 "Taiwan" > 239 "Thailand" > 240 "Turkey" > 242 "Vietnam" > 245 "Asia" > 252 "Middle East" > 253 "Palestine" > 300 "Bermuda" > 301 "Canada" > 304 "North America" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Mexico" > 316 "Nicaragua" > 317 "Panama" > 318 "Central America" > 333 "Bahamas" > 334 "Barbados" > 337 "Cuba" > 338 "Dominica" > 339 "Dominican Republic" > 342 "Haiti" > 343 "Jamaica" > 351 "Trinidad & Tobago" > 353 "Caribbean" > 375 "Argentina" > 376 "Bolivia" > 377 "Brazil" > 378 "Chile" > 379 "Colombia" > 380 "Ecuador" > 383 "Guyana" > 385 "Peru" > 387 "Uruguay" > 388 "Venezuela" > 389 "South America" > 415 "Egypt" > 417 "Ethiopia" > 421 "Ghana" > 427 "Kenya" > 436 "Morocco" > 440 "Nigeria" > 449 "South Africa" > 462 "Other Africa" > 468 "North Africa" > 501 "Australia" > 507 "Fiji" > 514 "New Zealand" > 527 "Pacific Islands" > 555 "Other" > ; . * pemntvty: 1994-2006; . label values pemntvty native; . * pefntvty: 1994-2006; . label values pefntvty native; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 1998-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1993" > 14 "1994-1997" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1992-; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 12 "Veterinary services [1992+]" > 20 "Landscape and horticultutal services [92+]" > 30 "Agricultural services, n.e.c. [92+]" > 31 "Forestry [92+]" > 32 "Fishing, hunting, and trapping [92+]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Oil and gas extraction [92+]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned, frozen, and preserved fruits and vegetables" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Carpets and rugs [92+]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and general hardware [92+]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Computers and related equipment [92+]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Medical, dental, and optical instruments and supplies [92+]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting and cable [92+]" > 441 "Telephone communications [92+]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 450 "Electric light and power [92+]" > 451 "Gas and steam supply systems [92+]" > 452 "Electric and gas, and other combinations [92+]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Professional and commercial equipment and supplies [92+]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 623 "Apparel and accessory stores, except shoe [92+]" > 630 "Shoe stores [92+]" > 631 "Furniture and home furnishings stores [92+]" > 632 "Household appliance stores [92+]" > 633 "Radio, TV, and computer stores [92+]" > 640 "Music stores [92+]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Gift, novelty, and souvenir shops [92+]" > 662 "Sewing, needlework, and piece goods stores [92+]" > 663 "Catalog and mail order houses [92+]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel dealers [92+]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings institutions, including credit unions [92+]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance offices [92+]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 731 "Personnel supply services (736)" > 732 "Computer and data processinf services [92+]" > 740 "Detective and protective sevices [92+]" > 741 "Business services, n.e.c [92+]" > 742 "Automotive rental and leasing, without drivers [92+]" > 750 "Automoblie parking and carwashes [92+]" > 751 "Automotive repair and related services [92+]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Video tape rental [92+]" > 802 "Bowling centers [92+]" > 810 "Miscellaneous entertainment and recreational services [92+]" > 812 "Offices and clinics of physicians [92+]" > 820 "Offices and clinics of dentists [92+]" > 821 "Offices and clinics of chiropractors [92+]" > 822 "Offices and clinics of optometrists [92+]" > 830 "Offices and clinics of health practitioners, n.e.c [92+]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Vocational schools [92+]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 863 "Family child care homes [92+]" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 873 "Labor unions [92+]" > 880 "Religious organizations (866)" > 881 "Membership organizations, n.e.c [92+]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Research, development, and testing services [92+]" > 892 "Management and public relations services [92+]" > 893 "Miscellaneous professional and related services [92+]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . * if using Stata 7, do d:\sources\occ80_95_00 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg96.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hurespli | 277,856 1.604759 .8477666 0 16 hrhtype | 277,856 2.477996 2.208648 1 10 minsamp | 277,856 5.99214 1.999988 4 8 intmonth | 277,856 6.536602 3.458798 1 12 hrsample | 0 -------------+--------------------------------------------------------- serial | 0 hhnum | 277,856 1.058743 .2510864 1 5 state | 277,856 53.27262 26.07671 11 95 stfips | 277,856 28.34307 15.4556 1 56 county | 277,856 24.86882 59.09806 0 810 -------------+--------------------------------------------------------- centcity | 235,433 2.003283 .7459852 1 3 msafips | 199,966 4507.596 2519.146 80 9360 cmsacode | 97,341 53.51734 26.82367 7 97 smsastat | 277,033 1.237863 .4257758 1 2 smsa93 | 200,311 5.204642 1.681441 2 7 -------------+--------------------------------------------------------- icntcity | 18,152 1.190227 .5380229 1 4 hhid | 0 spouse | 156,930 1.560549 .664958 1 15 sex | 277,856 1.52967 .4991198 1 2 veteran | 276,610 5.586711 1.209324 1 6 -------------+--------------------------------------------------------- grade92 | 277,856 39.52208 2.855723 31 46 famnum | 277,856 .823315 .4417725 0 5 selfproxy | 275,974 1.49284 .5086724 1 3 why3594 | 44,005 14.70644 6.872433 1 23 class94 | 192,442 4.129343 1.197261 1 8 -------------+--------------------------------------------------------- unioncov | 130,120 1.979427 .1419514 1 2 studftpt | 19,621 1.092605 .2898853 1 2 relref95 | 277,856 2.925184 2.925088 1 18 age | 277,856 44.18312 18.13822 16 90 pfamrel | 277,856 1.401575 1.021741 0 4 -------------+--------------------------------------------------------- marital | 277,856 3.161123 2.593398 1 7 race | 277,856 1.231033 .6462387 1 4 hourslw | 165,144 39.1337 14.19478 1 99 reason94 | 14,278 5.582785 3.12791 1 13 absent94 | 8,198 6.129178 3.387722 4 14 -------------+--------------------------------------------------------- dwrsn | 6,072 7.560112 3.085774 1 11 prunedur | 9,352 16.9553 23.24871 0 118 ind80 | 192,442 580.1935 276.8235 10 991 occ80 | 192,442 366.6342 248.9975 4 905 occ802 | 277,856 12.63963 78.74284 -1 889 -------------+--------------------------------------------------------- uhourse | 174,667 35.19372 16.8424 -4 99 laydur | 1,435 7.710105 10.38168 1 113 paidhre | 152,190 1.382436 .4859839 1 2 unionmme | 152,190 1.854984 .3521182 1 2 ethnic | 276,841 7.655185 1.307621 1 9 -------------+--------------------------------------------------------- lfsr94 | 276,610 2.779516 2.343772 1 7 untype | 9,352 3.498931 1.65911 1 6 ftpt94 | 276,610 2.737265 2.50568 1 12 agri | 192,442 .0313757 .1743313 0 1 eligible | 277,856 1.452274 .4977179 1 2 -------------+--------------------------------------------------------- otc | 152,190 1.827926 .3774463 1 2 ernpdh2 | 83,057 1.711897 .4528822 1 2 earnhre | 93,925 1006.895 588.2619 10 9975 earnwke | 152,190 508.9036 371.295 0 1923 schenr | 41,612 1.528477 .4991944 1 2 -------------+--------------------------------------------------------- schlvl | 19,621 1.461139 .4985002 1 2 weight | 277,856 2165.769 1046.214 0 12347.75 earnwt | 277,856 8697.715 4174.887 246.4069 49442.13 I25a | 277,856 .1833108 2.523838 0 43 I25b | 277,856 2.322491 9.589426 0 42 -------------+--------------------------------------------------------- I25c | 93,986 .2431958 .4290146 0 1 I25d | 152,190 .2215586 .4152969 0 1 penatvty | 277,856 79.63104 72.25778 57 555 pemntvty | 277,856 87.7158 80.41492 57 555 pefntvty | 277,856 88.02839 80.40359 57 555 -------------+--------------------------------------------------------- prcitshp | 277,856 1.385102 1.109077 1 5 prcitflg | 277,856 .1667842 2.1367 0 41 peinusyr | 277,856 .8424112 2.705196 0 14 hrlonglk | 277,856 1.990592 .1368469 0 2 lineno | 277,856 1.737882 1.013409 1 16 -------------+--------------------------------------------------------- recnum | 277,856 201395.7 116300 1 402375 year | 277,856 1996 0 1996 1996 ym_file | 277,856 437.5366 3.458798 432 443 ym | 277,856 428.5602 6.927237 417 440 docc80 | 192,442 22.55874 12.71377 1 46 -------------+--------------------------------------------------------- dind | 192,442 31.12334 13.49404 1 52 . aef2 1997 97 94_97 96_97 dct_name aef94_97.dbd raw_name=../raw/morg97 (0 observations deleted) obs 405270 # of persons with age<=15 124615 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 35,518 8.76 8.76 0 | 4,845 1.20 9.96 1 | 5,183 1.28 11.24 2 | 5,321 1.31 12.55 3 | 5,346 1.32 13.87 4 | 5,632 1.39 15.26 5 | 5,757 1.42 16.68 6 | 5,916 1.46 18.14 7 | 5,952 1.47 19.61 8 | 5,780 1.43 21.04 9 | 5,770 1.42 22.46 10 | 5,608 1.38 23.84 11 | 5,593 1.38 25.22 12 | 5,664 1.40 26.62 13 | 5,535 1.37 27.99 14 | 5,617 1.39 29.37 15 | 5,578 1.38 30.75 16 | 5,628 1.39 32.14 17 | 5,422 1.34 33.48 18 | 4,980 1.23 34.70 19 | 4,593 1.13 35.84 20 | 4,561 1.13 36.96 21 | 4,324 1.07 38.03 22 | 4,278 1.06 39.09 23 | 4,283 1.06 40.14 24 | 4,465 1.10 41.24 25 | 4,808 1.19 42.43 26 | 5,114 1.26 43.69 27 | 5,116 1.26 44.95 28 | 5,096 1.26 46.21 29 | 5,076 1.25 47.46 30 | 5,328 1.31 48.78 31 | 5,356 1.32 50.10 32 | 5,526 1.36 51.46 33 | 5,662 1.40 52.86 34 | 5,926 1.46 54.32 35 | 6,070 1.50 55.82 36 | 6,165 1.52 57.34 37 | 6,272 1.55 58.89 38 | 6,262 1.55 60.44 39 | 6,024 1.49 61.92 40 | 6,243 1.54 63.46 41 | 6,170 1.52 64.98 42 | 5,766 1.42 66.41 43 | 5,793 1.43 67.84 44 | 5,534 1.37 69.20 45 | 5,520 1.36 70.56 46 | 5,247 1.29 71.86 47 | 5,150 1.27 73.13 48 | 4,987 1.23 74.36 49 | 5,112 1.26 75.62 50 | 5,277 1.30 76.92 51 | 4,150 1.02 77.95 52 | 3,839 0.95 78.90 53 | 3,880 0.96 79.85 54 | 3,983 0.98 80.84 55 | 3,743 0.92 81.76 56 | 3,418 0.84 82.60 57 | 3,214 0.79 83.40 58 | 3,068 0.76 84.15 59 | 3,048 0.75 84.90 60 | 3,018 0.74 85.65 61 | 2,956 0.73 86.38 62 | 2,864 0.71 87.09 63 | 2,787 0.69 87.77 64 | 2,745 0.68 88.45 65 | 2,775 0.68 89.13 66 | 2,821 0.70 89.83 67 | 2,912 0.72 90.55 68 | 2,732 0.67 91.22 69 | 2,642 0.65 91.88 70 | 2,724 0.67 92.55 71 | 2,547 0.63 93.18 72 | 2,526 0.62 93.80 73 | 2,446 0.60 94.40 74 | 2,310 0.57 94.97 75 | 2,300 0.57 95.54 76 | 2,154 0.53 96.07 77 | 1,975 0.49 96.56 78 | 1,719 0.42 96.98 79 | 1,697 0.42 97.40 80 | 1,536 0.38 97.78 81 | 1,373 0.34 98.12 82 | 1,206 0.30 98.42 83 | 1,103 0.27 98.69 84 | 953 0.24 98.92 85 | 852 0.21 99.14 86 | 736 0.18 99.32 87 | 647 0.16 99.48 88 | 497 0.12 99.60 89 | 412 0.10 99.70 90 | 1,213 0.30 100.00 ------------+----------------------------------- Total | 405,270 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 35,518 28.50 28.50 0 | 4,845 3.89 32.39 1 | 5,183 4.16 36.55 2 | 5,321 4.27 40.82 3 | 5,346 4.29 45.11 4 | 5,632 4.52 49.63 5 | 5,757 4.62 54.25 6 | 5,916 4.75 59.00 7 | 5,952 4.78 63.77 8 | 5,780 4.64 68.41 9 | 5,770 4.63 73.04 10 | 5,608 4.50 77.54 11 | 5,593 4.49 82.03 12 | 5,664 4.55 86.57 13 | 5,535 4.44 91.02 14 | 5,617 4.51 95.52 15 | 5,578 4.48 100.00 ------------+----------------------------------- Total | 124,615 100.00 (124,615 observations deleted) (0 observations deleted) obs 280655 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (140,702 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (139,953 real changes made) Geography (78,074 real changes made, 78,074 to missing) smsasize = . if smsasize <=0 inlisting 96 97 (277,921 real changes made) replace smsastat = . if smsastat==3 | smsastat<0 (811 real changes made, 811 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (42,776 real changes made, 42,776 to missing) (262,230 real changes made, 262,230 to missing) (78,477 real changes made, 78,477 to missing) (182,495 real changes made, 182,495 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (124,120 real changes made, 124,120 to missing) if 1997 > 1983 & 1997 < 1989 { (0 real changes made) (0 real changes made) (197,376 real changes made, 197,376 to missing) (271,913 real changes made, 271,913 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (1,374 real changes made, 1,374 to missing) (1,251 real changes made, 1,251 to missing) Employment (1,909 real changes made, 1,909 to missing) (275,025 real changes made, 275,025 to missing) (125,700 real changes made, 125,700 to missing) (85,868 real changes made, 85,868 to missing) (85,868 real changes made, 85,868 to missing) (85,868 real changes made, 85,868 to missing) docc80 (85,868 missing values generated) recode docc80 (docc80: 194787 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (85,868 missing values generated) (dind: 194787 changes made) Wages (125,700 real changes made, 125,700 to missing) (0 real changes made) (185,143 real changes made, 185,143 to missing) (0 real changes made) (0 real changes made) (125,700 real changes made) (188,999 real changes made) (85,868 real changes made, 85,868 to missing) (271,913 real changes made, 271,913 to missing) (103,984 real changes made) (125,700 real changes made) (0 real changes made) (102,733 real changes made, 102,733 to missing) (1,251 real changes made, 1,251 to missing) (279,343 real changes made, 279,343 to missing) (185,083 real changes made, 185,083 to missing) (125,700 real changes made, 125,700 to missing) Hours, Unions (266,951 real changes made, 266,951 to missing) (272,828 real changes made, 272,828 to missing) (260,195 real changes made, 260,195 to missing) (238,325 real changes made, 238,325 to missing) (260,195 real changes made, 260,195 to missing) (1,251 real changes made, 1,251 to missing) (111,811 real changes made, 111,811 to missing) (27 real changes made) (237,148 real changes made, 237,148 to missing) (125,700 real changes made, 125,700 to missing) (147,393 real changes made, 147,393 to missing) variable spouse was int now byte variable ym_file was float now int variable ym was float now int variable docc80 was int now byte variable dind was float now byte (2,525,895 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa93: 1995:9-; . label values smsa93 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000+" > ; . * icntcity goes here; . *msafips: 1994-; . label values msafips msafips; . label define msafips > 80 "Akron, OH PMSA" > 160 "Albany-Schenectady-Troy, NY MSA (Schohaire County not in sample)" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem-Easton, PA MSA " > 380 "Anchorage, AK MSA" > 440 "Ann Arbor, MI PMSA" > 450 "Anniston, AL MSA" > 460 "Appleton-Oshkosh-Neenah, WI MSA" > 480 "Asheville, NC MSA (Madison County not in sample)" > 520 "Atlanta, GA MSA" > 560 "Atlantic-Cape May, NJ PMSA " > 600 "Augusta-Aiken, GA-SC MSA" > 640 "Austin-San Marcos, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD PMSA" > 760 "Balton Rouge, LA MSA" > 840 "Beaumont-Port Arthur, TX MSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA-NH PMSA (New Hampshire portion not identified)" > 1125 "Boulder-Longmont, CO PMSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen-San Benito, TX MSA" > 1280 "Buffalo-Niagara Falls, NY MSA" > 1305 "Burlington, VT MSA" > 1320 "Canton-Massillon, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1440 "Charleston-North Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-GA MSA " > 1600 "Chicago, IL PMSA (Dekalb County not in sample) " > 1620 "Chico-Paradise, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA (Dearborn County, IN not identified" > 1660 "Clarksville-Hopkinsville, TN-KY MSA (Kentucky portion not in sample)" > 1680 "Cleveland-Lorain-Elyria, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSA" > 1960 "Davenport-Moline-Rock Island, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2030 "Decatur, AL MSA" > 2040 "Decatur, IL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA " > 2160 "Detroit, MI PMSA" > 2190 "Dover, DE MSA" > 2240 "Duluth-Superior, MN-WI MSA (Wisconsin portion not identified) " > 2281 "Dutchess County, NY PMSA" > 2290 "Eau Claire, WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville-Henderson, IN-KY MSA (Kentucky portion not identified) " > 2520 "Fargo-Moorhead, ND-MN MSA (Minnesota portion not identified)" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale-Rogers, AR MSA" > 2600 "Fitchburg-Leominster, MA PMSA" > 2640 "Flint, MI PMSA" > 2650 "Florence, AL MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale, FL PMSA" > 2700 "Fort Myers-Cape Coral, FL MSA" > 2710 "Fort Pierce-Port St. Lucie, FL MSA" > 2720 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample) " > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA (Adams, Huntington, and Wells Counties not in sample)" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary, IN PMSA" > 3000 "Grand Rapids-Muskegon-Holland, MI MSA" > 3060 "Greeley, CO PMSA" > 3080 "Green Bay, WI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3150 "Greenville, NC MSA" > 3160 "Greenville-Spartanburg-Anderson, SC MSA" > 3180 "Hagerstown, MD PMSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA " > 3280 "Hartford, CT MSA" > 3290 "Hickory-Morgantown, NC MSA (Caldwell County not in sample)" > 3320 "Honolulu, HI MSA" > 3350 "Houma, LA MSA" > 3360 "Houston, TX PMSA (Chambers County not in sample)" > 3400 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not" > 3440 "Huntsville, AL MSA (Limestone County not in sample)" > 3480 "Indianapolis, IN MSA (Madison County not in sample)" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3610 "Jamestown, NY MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified) " > 3680 "Johnstown, PA MSA" > 3720 "Kalamazoo-Battle Creek, MI MSA (Van Buren County not in sample)" > 3760 "Kansas City, MO-KS MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA (Acadia Parish not in sample)" > 3960 "Lake Charles, LA MSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4080 "Laredo, TX MSA" > 4100 "Las Cruces, NM MSA" > 4120 "Las Vegas, NV-AZ MSA (Nye County, NV and Mohave County, AZ not in" > 4160 "Lawrence, MA-NH PMSA (New Hampshire portion not identified)" > 4280 "Lexington, KY MSA (Madison County not in sample)" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA (Scott County, IN not in sample)" > 4560 "Lowell, MA-NH PMSA (New Hampshire portion not identified)" > 4600 "Lubbock, TX MSA" > 4680 "Macon, GA MSA (Twiggs County not in sample)" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH PMSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford-Ashland, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not" > 4940 "Merced, CA MSA" > 5000 "Miami, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee-Waukesha, WI PMSA" > 5120 "Minneapolis-St., Paul, MN-WI MSA (St. Croix County, WI not identified" > 5160 "Mobile, AL MSA " > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5330 "Myrtle Beach, SC MSA" > 5345 "Naples, FL MSA" > 5350 "Nashua, NH PMSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA PMSA" > 5480 "New Haven-Meriden, CT PMSA" > 5520 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA (White Plains Central City recoded to balance of" > 5640 "Newark, NJ PMSA" > 5660 "Newburgh, NY-PA PMSA (Pennsylvania portion not identified)" > 5720 "Norfolk-Virginia Beach-Newport News, VA-NC MSA (Mathews County, VA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5800 "Odessa-Midland, TX MSA (Ector County not in sample)" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA PMSA" > 5920 "Omaha, NE-IA MSA (Iowa portion not identified)" > 5945 "Orange County, CA PMSA" > 5960 "Orlando, FL MSA" > 6015 "Panama City, FL MSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria-Pekin, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix-Mesa, AZ MSA" > 6280 "Pittsburgh, PA MSA" > 6400 "Portland, ME MSA" > 6440 "Portland-Vancouver, OR-WA PMSA" > 6450 "Portsmouth-Rochester, NH-ME PMSA (Maine portion not identified)" > 6480 "Providence-Fall River-Warwick, RI-MA MSA (Newport County, RI portion" > 6520 "Provo-Orem, UT MSA " > 6560 "Pueblo, CO MSA" > 6580 "Punta Gorda, FL MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham-Chapel Hill, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA " > 6760 "Richmond-Petersburg, VA MSA " > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA PMSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL MSA (Crawford County, MO [part] not in sample) " > 7080 "Salem, OR PMSA" > 7120 "Salinas, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7460 "San Luis Obispo-Atascadero-Paso Robles, CA MSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7490 "Santa Fe, NM MSA" > 7500 "Santa Rosa, CA PMSA" > 7510 "Sarasota-Bradenton, FL MSA" > 7560 "Scranton-Wilkes Barre-Hazelton, PA MSA " > 7600 "Seattle-Bellevue-Everett, WA PMSA" > 7680 "Shreveport-Bossier City, LA MSA" > 7760 "Sioux Falls, SD MSA (Central City portion only identified)" > 7800 "South Bend, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA (Webster County not in sample)" > 8000 "Springfield, MA MSA" > 8040 "Stamford-Norwalk, CT PMSA" > 8120 "Stockton-Lodi, CA MSA" > 8160 "Syracuse, NY MSA (Cayuga County not in sample)" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St. Petersburg-Clearwater, FL MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA (Central City portion only identified) " > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8735 "Ventura, CA PMSA" > 8760 "Vineland-Millville-Bridgeton, NJ PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA-WV PMSA (West Virginia portion not identified)" > 8880 "Waterbury, CT PMSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton, FL MSA" > 9000 "Wheeling, WV-OH MSA (Ohio portion not identified) " > 9040 "Wichita, KS MSA" > 9160 "Wilmington-Newark, DE-MD PMSA (Maryland portion suppressed)" > 9200 "Wilmington, NC MSA (Brunswick County not in sample)" > 9240 "Worcester, MA-CT PMSA (Connecticut portion suppressed)" > 9270 "Yolo, CA PMSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > 9360 "Yuma, AZ MSA" > ; . * cmsacode: 1994-; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Worcester-Lawrence, MA-NH-ME-CT" > 14 "Chicago-Gary-Kenosha, IL-IN-WI" > 21 "Cincinnati-Hamilton, OH-KY-IN" > 28 "Cleveland-Akron, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder-Greeley, CO" > 35 "Detroit-Ann Arbor-Flint, MI" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT-PA" > 77 "Philadelphia-Wilmington-Atlantic City, PA-NJ-DE-MD" > 79 "Portland-Salem, OR-WA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma-Bremerton, WA" > 97 "Washington-Baltimore, DC-MD-VA-WV" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1996-; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "American Indian, Aleut, Eskimo" > 4 "Asian or Pacific Islander" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * pfamrel 1984-1988 differs from pfamrel 1993-; . * pfamrel: 1993-; . label values pfamrel P47L; . label define P47L > 0 "Not A Family Member" > 1 "Reference Person" > 2 "Spouse" > 3 "Child" > 4 "Other Relative (primary Family" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relref95: 1995:3-; . label values relref95 P15L; . label define P15L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Spouse" > 4 "Child" > 5 "Grandchild" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Foster child" > 10 "Non-rel of ref. per w/own rels in HH" > 11 "Not used" > 12 "Non-rel of ref per w/no own rels in HH" > 13 "Unmarried partner w/ own rels in HH" > 14 "Unmar. partner w/ no own rels in HH" > 15 "Housemate/roommate w/ own rels in HH" > 16 "Hsemate/roommate w/ no own rels in HH" > 17 "Roomer/boarder w/ own rels in HH in HH" > 18 "Roomer/brder w/ no own rels in HH" > ; . * penatvty: 1994-2006; . label values penatvty native; . label define native > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 72 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 102 "Austria" > 103 "Belgium" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "Great Britain" > 139 "England" > 140 "Scotland" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Europe" > 155 "Czech Republic" > 156 "Slovakia/Slovak Republic" > 180 "USSR" > 183 "Latvia" > 184 "Lithuania" > 185 "Armenia" > 192 "Russia" > 195 "Ukraine" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Burma" > 206 "Cambodia" > 207 "China" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea/South Korea" > 218 "Korea/ South Korea" > 221 "Laos" > 222 "Lebanon" > 224 "Malaysia" > 229 "Pakistan" > 231 "Philippines" > 233 "Saudi Arabia" > 234 "Singapore" > 237 "Syria" > 238 "Taiwan" > 239 "Thailand" > 240 "Turkey" > 242 "Vietnam" > 245 "Asia" > 252 "Middle East" > 253 "Palestine" > 300 "Bermuda" > 301 "Canada" > 304 "North America" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Mexico" > 316 "Nicaragua" > 317 "Panama" > 318 "Central America" > 333 "Bahamas" > 334 "Barbados" > 337 "Cuba" > 338 "Dominica" > 339 "Dominican Republic" > 342 "Haiti" > 343 "Jamaica" > 351 "Trinidad & Tobago" > 353 "Caribbean" > 375 "Argentina" > 376 "Bolivia" > 377 "Brazil" > 378 "Chile" > 379 "Colombia" > 380 "Ecuador" > 383 "Guyana" > 385 "Peru" > 387 "Uruguay" > 388 "Venezuela" > 389 "South America" > 415 "Egypt" > 417 "Ethiopia" > 421 "Ghana" > 427 "Kenya" > 436 "Morocco" > 440 "Nigeria" > 449 "South Africa" > 462 "Other Africa" > 468 "North Africa" > 501 "Australia" > 507 "Fiji" > 514 "New Zealand" > 527 "Pacific Islands" > 555 "Other" > ; . * pemntvty: 1994-2006; . label values pemntvty native; . * pefntvty: 1994-2006; . label values pefntvty native; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 1998-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1993" > 14 "1994-1997" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1992-; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 12 "Veterinary services [1992+]" > 20 "Landscape and horticultutal services [92+]" > 30 "Agricultural services, n.e.c. [92+]" > 31 "Forestry [92+]" > 32 "Fishing, hunting, and trapping [92+]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Oil and gas extraction [92+]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned, frozen, and preserved fruits and vegetables" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Carpets and rugs [92+]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and general hardware [92+]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Computers and related equipment [92+]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Medical, dental, and optical instruments and supplies [92+]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting and cable [92+]" > 441 "Telephone communications [92+]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 450 "Electric light and power [92+]" > 451 "Gas and steam supply systems [92+]" > 452 "Electric and gas, and other combinations [92+]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Professional and commercial equipment and supplies [92+]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 623 "Apparel and accessory stores, except shoe [92+]" > 630 "Shoe stores [92+]" > 631 "Furniture and home furnishings stores [92+]" > 632 "Household appliance stores [92+]" > 633 "Radio, TV, and computer stores [92+]" > 640 "Music stores [92+]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Gift, novelty, and souvenir shops [92+]" > 662 "Sewing, needlework, and piece goods stores [92+]" > 663 "Catalog and mail order houses [92+]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel dealers [92+]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings institutions, including credit unions [92+]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance offices [92+]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 731 "Personnel supply services (736)" > 732 "Computer and data processinf services [92+]" > 740 "Detective and protective sevices [92+]" > 741 "Business services, n.e.c [92+]" > 742 "Automotive rental and leasing, without drivers [92+]" > 750 "Automoblie parking and carwashes [92+]" > 751 "Automotive repair and related services [92+]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Video tape rental [92+]" > 802 "Bowling centers [92+]" > 810 "Miscellaneous entertainment and recreational services [92+]" > 812 "Offices and clinics of physicians [92+]" > 820 "Offices and clinics of dentists [92+]" > 821 "Offices and clinics of chiropractors [92+]" > 822 "Offices and clinics of optometrists [92+]" > 830 "Offices and clinics of health practitioners, n.e.c [92+]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Vocational schools [92+]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 863 "Family child care homes [92+]" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 873 "Labor unions [92+]" > 880 "Religious organizations (866)" > 881 "Membership organizations, n.e.c [92+]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Research, development, and testing services [92+]" > 892 "Management and public relations services [92+]" > 893 "Miscellaneous professional and related services [92+]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . * if using Stata 7, do d:\sources\occ80_95_00 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg97.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hurespli | 280,655 1.562413 .8210612 0 14 hrhtype | 280,655 2.499229 2.213462 1 10 minsamp | 280,655 5.994662 1.999996 4 8 intmonth | 280,655 6.509565 3.458554 1 12 hrsample | 0 -------------+--------------------------------------------------------- serial | 0 hhnum | 280,655 1.056197 .2461274 1 6 state | 280,655 53.49705 26.11888 11 95 stfips | 280,655 28.25623 15.46019 1 56 county | 280,655 24.77107 58.65231 0 810 -------------+--------------------------------------------------------- centcity | 237,879 2.003653 .7447449 1 3 msafips | 202,178 4508.599 2517.473 80 9360 cmsacode | 98,160 53.3567 26.82772 7 97 smsastat | 279,844 1.237293 .4254241 1 2 smsa93 | 202,581 5.202146 1.679399 2 7 -------------+--------------------------------------------------------- icntcity | 18,425 1.189199 .5409045 1 4 hhid | 0 spouse | 156,535 1.561491 .6699321 1 15 sex | 280,655 1.527773 .499229 1 2 veteran | 279,404 5.598639 1.194248 1 6 -------------+--------------------------------------------------------- grade92 | 280,655 39.56016 2.843473 31 46 famnum | 280,655 .8198571 .4431056 0 5 selfproxy | 278,746 1.49356 .5074591 1 3 why3594 | 43,507 14.82623 6.939713 1 23 class94 | 194,787 4.137355 1.190961 1 8 -------------+--------------------------------------------------------- unioncov | 133,262 1.980685 .1376314 1 2 studftpt | 20,460 1.094184 .2920914 1 2 relref95 | 280,655 2.957321 2.971916 1 18 age | 280,655 44.22219 18.1364 16 90 pfamrel | 280,655 1.400709 1.029195 0 4 -------------+--------------------------------------------------------- marital | 280,655 3.198439 2.602719 1 7 prpertyp | 280,655 2.004457 .0666151 2 3 race | 280,655 1.234476 .6506424 1 4 hourslw | 168,770 39.31299 14.03181 1 99 reason94 | 13,704 5.339171 2.964254 1 13 -------------+--------------------------------------------------------- absent94 | 7,827 6.076147 3.362665 4 14 dwrsn | 5,630 7.717584 3.052829 1 11 prunedur | 8,742 16.05331 21.85275 0 118 ind80 | 194,787 581.8828 276.1969 10 991 occ80 | 194,787 364.6048 249.3395 4 905 -------------+--------------------------------------------------------- occ802 | 280,655 12.8438 79.2665 -1 889 uhourse | 177,922 35.2182 16.72189 -4 99 laydur | 1,312 7.515244 10.24504 1 117 paidhre | 154,955 1.383227 .4861745 1 2 unionmme | 154,955 1.860005 .3469835 1 2 -------------+--------------------------------------------------------- ethnic | 279,281 7.641601 1.329397 1 9 lfsr94 | 279,404 2.755247 2.338796 1 7 untype | 8,742 3.526081 1.65506 1 6 ftpt94 | 279,404 2.70189 2.459613 1 12 agri | 194,787 .0297145 .169799 0 1 -------------+--------------------------------------------------------- eligible | 280,655 1.447881 .4972771 1 2 otc | 154,955 1.832455 .3734633 1 2 ernpdh2 | 83,279 1.725225 .4464036 1 2 earnhre | 95,512 1037.832 599.8736 2 9999 earnwke | 154,955 527.6555 382.3305 0 1923 -------------+--------------------------------------------------------- schenr | 42,330 1.516655 .4997284 1 2 schlvl | 20,460 1.463196 .4986558 1 2 weight | 280,655 2171.349 1046.714 0 13425.66 earnwt | 280,655 8719.135 4180.092 276.7857 52310.04 I25a | 280,655 .2019027 2.651631 0 43 -------------+--------------------------------------------------------- I25b | 280,655 2.428804 9.794201 0 42 I25c | 95,572 .2436592 .4292917 0 1 I25d | 154,955 .2216514 .4153591 0 1 penatvty | 280,655 80.01663 72.04598 57 555 pemntvty | 280,655 87.9521 79.6842 57 555 -------------+--------------------------------------------------------- pefntvty | 280,655 88.16775 79.43415 57 555 prcitshp | 280,655 1.391409 1.114438 1 5 prcitflg | 280,655 .1307263 1.874894 0 41 peinusyr | 280,655 .8948781 2.831101 0 14 hrlonglk | 280,655 1.991819 .1276513 0 2 -------------+--------------------------------------------------------- lineno | 280,655 1.743771 1.021692 1 16 recnum | 280,655 202892 116990.1 1 405269 year | 280,655 1997 0 1997 1997 ym_file | 280,655 449.5096 3.458554 444 455 ym | 280,655 440.5256 6.911598 429 452 -------------+--------------------------------------------------------- docc80 | 194,787 22.42661 12.73607 1 46 dind | 194,787 31.18692 13.46024 1 52 . aef2 1998 98 98_02 98 dct_name aef98_02.dbd raw_name=../raw/morg98 (0 observations deleted) obs 404257 # of persons with age<=15 123865 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 36,218 8.96 8.96 0 | 4,900 1.21 10.17 1 | 5,093 1.26 11.43 2 | 5,040 1.25 12.68 3 | 5,365 1.33 14.00 4 | 5,200 1.29 15.29 5 | 5,606 1.39 16.68 6 | 5,764 1.43 18.10 7 | 5,758 1.42 19.53 8 | 5,918 1.46 20.99 9 | 5,620 1.39 22.38 10 | 5,684 1.41 23.79 11 | 5,492 1.36 25.15 12 | 5,605 1.39 26.53 13 | 5,563 1.38 27.91 14 | 5,453 1.35 29.26 15 | 5,586 1.38 30.64 16 | 5,567 1.38 32.02 17 | 5,398 1.34 33.35 18 | 4,983 1.23 34.59 19 | 4,506 1.11 35.70 20 | 4,431 1.10 36.80 21 | 4,435 1.10 37.89 22 | 4,206 1.04 38.93 23 | 4,327 1.07 40.00 24 | 4,323 1.07 41.07 25 | 4,507 1.11 42.19 26 | 4,663 1.15 43.34 27 | 5,006 1.24 44.58 28 | 5,091 1.26 45.84 29 | 5,071 1.25 47.09 30 | 5,150 1.27 48.37 31 | 5,203 1.29 49.65 32 | 5,249 1.30 50.95 33 | 5,526 1.37 52.32 34 | 5,905 1.46 53.78 35 | 5,994 1.48 55.26 36 | 5,830 1.44 56.71 37 | 5,965 1.48 58.18 38 | 6,063 1.50 59.68 39 | 6,120 1.51 61.19 40 | 6,170 1.53 62.72 41 | 6,049 1.50 64.22 42 | 6,060 1.50 65.72 43 | 5,741 1.42 67.14 44 | 5,860 1.45 68.59 45 | 5,535 1.37 69.96 46 | 5,443 1.35 71.30 47 | 5,178 1.28 72.58 48 | 5,193 1.28 73.87 49 | 5,032 1.24 75.11 50 | 5,246 1.30 76.41 51 | 5,170 1.28 77.69 52 | 4,062 1.00 78.69 53 | 3,865 0.96 79.65 54 | 3,834 0.95 80.60 55 | 4,159 1.03 81.63 56 | 3,671 0.91 82.53 57 | 3,358 0.83 83.37 58 | 3,181 0.79 84.15 59 | 3,048 0.75 84.91 60 | 3,114 0.77 85.68 61 | 2,954 0.73 86.41 62 | 2,974 0.74 87.14 63 | 2,842 0.70 87.85 64 | 2,669 0.66 88.51 65 | 2,792 0.69 89.20 66 | 2,695 0.67 89.86 67 | 2,749 0.68 90.54 68 | 2,760 0.68 91.23 69 | 2,578 0.64 91.86 70 | 2,665 0.66 92.52 71 | 2,552 0.63 93.15 72 | 2,436 0.60 93.76 73 | 2,431 0.60 94.36 74 | 2,282 0.56 94.92 75 | 2,259 0.56 95.48 76 | 2,102 0.52 96.00 77 | 1,940 0.48 96.48 78 | 1,873 0.46 96.94 79 | 1,690 0.42 97.36 80 | 1,568 0.39 97.75 81 | 1,405 0.35 98.10 82 | 1,224 0.30 98.40 83 | 1,091 0.27 98.67 84 | 1,010 0.25 98.92 85 | 839 0.21 99.13 86 | 719 0.18 99.31 87 | 593 0.15 99.45 88 | 549 0.14 99.59 89 | 401 0.10 99.69 90 | 1,262 0.31 100.00 ------------+----------------------------------- Total | 404,257 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 36,218 29.24 29.24 0 | 4,900 3.96 33.20 1 | 5,093 4.11 37.31 2 | 5,040 4.07 41.38 3 | 5,365 4.33 45.71 4 | 5,200 4.20 49.91 5 | 5,606 4.53 54.43 6 | 5,764 4.65 59.09 7 | 5,758 4.65 63.73 8 | 5,918 4.78 68.51 9 | 5,620 4.54 73.05 10 | 5,684 4.59 77.64 11 | 5,492 4.43 82.07 12 | 5,605 4.53 86.60 13 | 5,563 4.49 91.09 14 | 5,453 4.40 95.49 15 | 5,586 4.51 100.00 ------------+----------------------------------- Total | 123,865 100.00 (123,865 observations deleted) (0 observations deleted) obs 280392 after keeping age>15&age!=. infile successful no observations (0 real changes made) (0 real changes made) (0 real changes made) (141,003 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (139,389 real changes made) Geography (77,399 real changes made, 77,399 to missing) smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (811 real changes made, 811 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (42,773 real changes made, 42,773 to missing) (261,970 real changes made, 261,970 to missing) (77,799 real changes made, 77,799 to missing) (182,324 real changes made, 182,324 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (124,343 real changes made, 124,343 to missing) if 1998 > 1983 & 1998 < 1989 { (0 real changes made) (0 real changes made) (189,778 real changes made, 189,778 to missing) (271,442 real changes made, 271,442 to missing) (208,739 real changes made, 208,739 to missing) (238,533 real changes made, 238,533 to missing) (267,588 real changes made, 267,588 to missing) (266,661 real changes made, 266,661 to missing) (280,392 missing values generated) (1,123 real changes made) (2,507 real changes made) (4,594 real changes made) (9,857 real changes made) (8,318 real changes made) (12,900 real changes made) (12,821 real changes made) (3,986 real changes made) (203 real changes made) (21 real changes made) (72 real changes made) (655 real changes made) (1,057 real changes made) (2,385 real changes made) (3,130 real changes made) (1,427 real changes made) (81,664 real changes made) (10,277 real changes made) (19,689 real changes made) (29,414 real changes made) (9,429 real changes made) (2,844 real changes made) (29,055 real changes made) (5,095 real changes made) (7,709 real changes made) (1,696 real changes made) (12,035 real changes made) (6,429 real changes made) (195,614 real changes made, 195,614 to missing) (272,379 real changes made, 272,379 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (1,781 real changes made, 1,781 to missing) (1,171 real changes made, 1,171 to missing) Employment (1,946 real changes made, 1,946 to missing) (275,299 real changes made, 275,299 to missing) (123,402 real changes made, 123,402 to missing) (85,012 real changes made, 85,012 to missing) (85,012 real changes made, 85,012 to missing) (85,012 real changes made, 85,012 to missing) docc80 (85,012 missing values generated) recode docc80 (docc80: 195380 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (85,012 missing values generated) (dind: 195380 changes made) Wages (123,402 real changes made, 123,402 to missing) (0 real changes made) (184,445 real changes made, 184,445 to missing) (0 real changes made) (0 real changes made) (123,402 real changes made) (189,698 real changes made) (85,012 real changes made, 85,012 to missing) (272,379 real changes made, 272,379 to missing) (102,055 real changes made) (123,402 real changes made) (0 real changes made) (100,884 real changes made, 100,884 to missing) (1,171 real changes made, 1,171 to missing) (279,154 real changes made, 279,154 to missing) (184,372 real changes made, 184,372 to missing) (123,402 real changes made, 123,402 to missing) Hours, Unions (263,541 real changes made, 263,541 to missing) (272,611 real changes made, 272,611 to missing) (259,816 real changes made, 259,816 to missing) (238,402 real changes made, 238,402 to missing) (259,816 real changes made, 259,816 to missing) (1,171 real changes made, 1,171 to missing) (109,836 real changes made, 109,836 to missing) (99 real changes made) (233,467 real changes made, 233,467 to missing) (123,402 real changes made, 123,402 to missing) (145,124 real changes made, 145,124 to missing) variable spouse was int now byte variable hourslw was int now byte variable ym_file was float now int variable ym was float now int variable docc80 was int now byte variable dind was float now byte (2,803,920 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa93: 1995:9-; . label values smsa93 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000+" > ; . * icntcity goes here; . *msafips: 1994-; . label values msafips msafips; . label define msafips > 80 "Akron, OH PMSA" > 160 "Albany-Schenectady-Troy, NY MSA (Schohaire County not in sample)" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem-Easton, PA MSA " > 380 "Anchorage, AK MSA" > 440 "Ann Arbor, MI PMSA" > 450 "Anniston, AL MSA" > 460 "Appleton-Oshkosh-Neenah, WI MSA" > 480 "Asheville, NC MSA (Madison County not in sample)" > 520 "Atlanta, GA MSA" > 560 "Atlantic-Cape May, NJ PMSA " > 600 "Augusta-Aiken, GA-SC MSA" > 640 "Austin-San Marcos, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD PMSA" > 760 "Balton Rouge, LA MSA" > 840 "Beaumont-Port Arthur, TX MSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA-NH PMSA (New Hampshire portion not identified)" > 1125 "Boulder-Longmont, CO PMSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen-San Benito, TX MSA" > 1280 "Buffalo-Niagara Falls, NY MSA" > 1305 "Burlington, VT MSA" > 1320 "Canton-Massillon, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1440 "Charleston-North Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-GA MSA " > 1600 "Chicago, IL PMSA (Dekalb County not in sample) " > 1620 "Chico-Paradise, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA (Dearborn County, IN not identified" > 1660 "Clarksville-Hopkinsville, TN-KY MSA (Kentucky portion not in sample)" > 1680 "Cleveland-Lorain-Elyria, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSA" > 1960 "Davenport-Moline-Rock Island, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2030 "Decatur, AL MSA" > 2040 "Decatur, IL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA " > 2160 "Detroit, MI PMSA" > 2190 "Dover, DE MSA" > 2240 "Duluth-Superior, MN-WI MSA (Wisconsin portion not identified) " > 2281 "Dutchess County, NY PMSA" > 2290 "Eau Claire, WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville-Henderson, IN-KY MSA (Kentucky portion not identified) " > 2520 "Fargo-Moorhead, ND-MN MSA (Minnesota portion not identified)" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale-Rogers, AR MSA" > 2600 "Fitchburg-Leominster, MA PMSA" > 2640 "Flint, MI PMSA" > 2650 "Florence, AL MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale, FL PMSA" > 2700 "Fort Myers-Cape Coral, FL MSA" > 2710 "Fort Pierce-Port St. Lucie, FL MSA" > 2720 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample) " > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA (Adams, Huntington, and Wells Counties not in sample)" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary, IN PMSA" > 3000 "Grand Rapids-Muskegon-Holland, MI MSA" > 3060 "Greeley, CO PMSA" > 3080 "Green Bay, WI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3150 "Greenville, NC MSA" > 3160 "Greenville-Spartanburg-Anderson, SC MSA" > 3180 "Hagerstown, MD PMSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA " > 3280 "Hartford, CT MSA" > 3290 "Hickory-Morgantown, NC MSA (Caldwell County not in sample)" > 3320 "Honolulu, HI MSA" > 3350 "Houma, LA MSA" > 3360 "Houston, TX PMSA (Chambers County not in sample)" > 3400 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not" > 3440 "Huntsville, AL MSA (Limestone County not in sample)" > 3480 "Indianapolis, IN MSA (Madison County not in sample)" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3610 "Jamestown, NY MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified) " > 3680 "Johnstown, PA MSA" > 3720 "Kalamazoo-Battle Creek, MI MSA (Van Buren County not in sample)" > 3760 "Kansas City, MO-KS MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA (Acadia Parish not in sample)" > 3960 "Lake Charles, LA MSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4080 "Laredo, TX MSA" > 4100 "Las Cruces, NM MSA" > 4120 "Las Vegas, NV-AZ MSA (Nye County, NV and Mohave County, AZ not in" > 4160 "Lawrence, MA-NH PMSA (New Hampshire portion not identified)" > 4280 "Lexington, KY MSA (Madison County not in sample)" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA (Scott County, IN not in sample)" > 4560 "Lowell, MA-NH PMSA (New Hampshire portion not identified)" > 4600 "Lubbock, TX MSA" > 4680 "Macon, GA MSA (Twiggs County not in sample)" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH PMSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford-Ashland, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not" > 4940 "Merced, CA MSA" > 5000 "Miami, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee-Waukesha, WI PMSA" > 5120 "Minneapolis-St., Paul, MN-WI MSA (St. Croix County, WI not identified" > 5160 "Mobile, AL MSA " > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5330 "Myrtle Beach, SC MSA" > 5345 "Naples, FL MSA" > 5350 "Nashua, NH PMSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA PMSA" > 5480 "New Haven-Meriden, CT PMSA" > 5520 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA (White Plains Central City recoded to balance of" > 5640 "Newark, NJ PMSA" > 5660 "Newburgh, NY-PA PMSA (Pennsylvania portion not identified)" > 5720 "Norfolk-Virginia Beach-Newport News, VA-NC MSA (Mathews County, VA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5800 "Odessa-Midland, TX MSA (Ector County not in sample)" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA PMSA" > 5920 "Omaha, NE-IA MSA (Iowa portion not identified)" > 5945 "Orange County, CA PMSA" > 5960 "Orlando, FL MSA" > 6015 "Panama City, FL MSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria-Pekin, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix-Mesa, AZ MSA" > 6280 "Pittsburgh, PA MSA" > 6400 "Portland, ME MSA" > 6440 "Portland-Vancouver, OR-WA PMSA" > 6450 "Portsmouth-Rochester, NH-ME PMSA (Maine portion not identified)" > 6480 "Providence-Fall River-Warwick, RI-MA MSA (Newport County, RI portion" > 6520 "Provo-Orem, UT MSA " > 6560 "Pueblo, CO MSA" > 6580 "Punta Gorda, FL MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham-Chapel Hill, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA " > 6760 "Richmond-Petersburg, VA MSA " > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA PMSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL MSA (Crawford County, MO [part] not in sample) " > 7080 "Salem, OR PMSA" > 7120 "Salinas, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7460 "San Luis Obispo-Atascadero-Paso Robles, CA MSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7490 "Santa Fe, NM MSA" > 7500 "Santa Rosa, CA PMSA" > 7510 "Sarasota-Bradenton, FL MSA" > 7560 "Scranton-Wilkes Barre-Hazelton, PA MSA " > 7600 "Seattle-Bellevue-Everett, WA PMSA" > 7680 "Shreveport-Bossier City, LA MSA" > 7760 "Sioux Falls, SD MSA (Central City portion only identified)" > 7800 "South Bend, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA (Webster County not in sample)" > 8000 "Springfield, MA MSA" > 8040 "Stamford-Norwalk, CT PMSA" > 8120 "Stockton-Lodi, CA MSA" > 8160 "Syracuse, NY MSA (Cayuga County not in sample)" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St. Petersburg-Clearwater, FL MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA (Central City portion only identified) " > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8735 "Ventura, CA PMSA" > 8760 "Vineland-Millville-Bridgeton, NJ PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA-WV PMSA (West Virginia portion not identified)" > 8880 "Waterbury, CT PMSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton, FL MSA" > 9000 "Wheeling, WV-OH MSA (Ohio portion not identified) " > 9040 "Wichita, KS MSA" > 9160 "Wilmington-Newark, DE-MD PMSA (Maryland portion suppressed)" > 9200 "Wilmington, NC MSA (Brunswick County not in sample)" > 9240 "Worcester, MA-CT PMSA (Connecticut portion suppressed)" > 9270 "Yolo, CA PMSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > 9360 "Yuma, AZ MSA" > ; . * cmsacode: 1994-; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Worcester-Lawrence, MA-NH-ME-CT" > 14 "Chicago-Gary-Kenosha, IL-IN-WI" > 21 "Cincinnati-Hamilton, OH-KY-IN" > 28 "Cleveland-Akron, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder-Greeley, CO" > 35 "Detroit-Ann Arbor-Flint, MI" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT-PA" > 77 "Philadelphia-Wilmington-Atlantic City, PA-NJ-DE-MD" > 79 "Portland-Salem, OR-WA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma-Bremerton, WA" > 97 "Washington-Baltimore, DC-MD-VA-WV" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1996-; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "American Indian, Aleut, Eskimo" > 4 "Asian or Pacific Islander" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * pfamrel 1984-1988 differs from pfamrel 1993-; . * pfamrel: 1993-; . label values pfamrel P47L; . label define P47L > 0 "Not A Family Member" > 1 "Reference Person" > 2 "Spouse" > 3 "Child" > 4 "Other Relative (primary Family" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relref95: 1995:3-; . label values relref95 P15L; . label define P15L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Spouse" > 4 "Child" > 5 "Grandchild" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Foster child" > 10 "Non-rel of ref. per w/own rels in HH" > 11 "Not used" > 12 "Non-rel of ref per w/no own rels in HH" > 13 "Unmarried partner w/ own rels in HH" > 14 "Unmar. partner w/ no own rels in HH" > 15 "Housemate/roommate w/ own rels in HH" > 16 "Hsemate/roommate w/ no own rels in HH" > 17 "Roomer/boarder w/ own rels in HH in HH" > 18 "Roomer/brder w/ no own rels in HH" > ; . * penatvty: 1994-2006; . label values penatvty native; . label define native > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 72 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 102 "Austria" > 103 "Belgium" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "Great Britain" > 139 "England" > 140 "Scotland" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Europe" > 155 "Czech Republic" > 156 "Slovakia/Slovak Republic" > 180 "USSR" > 183 "Latvia" > 184 "Lithuania" > 185 "Armenia" > 192 "Russia" > 195 "Ukraine" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Burma" > 206 "Cambodia" > 207 "China" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea/South Korea" > 218 "Korea/ South Korea" > 221 "Laos" > 222 "Lebanon" > 224 "Malaysia" > 229 "Pakistan" > 231 "Philippines" > 233 "Saudi Arabia" > 234 "Singapore" > 237 "Syria" > 238 "Taiwan" > 239 "Thailand" > 240 "Turkey" > 242 "Vietnam" > 245 "Asia" > 252 "Middle East" > 253 "Palestine" > 300 "Bermuda" > 301 "Canada" > 304 "North America" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Mexico" > 316 "Nicaragua" > 317 "Panama" > 318 "Central America" > 333 "Bahamas" > 334 "Barbados" > 337 "Cuba" > 338 "Dominica" > 339 "Dominican Republic" > 340 "Grenada" > 342 "Haiti" > 343 "Jamaica" > 351 "Trinidad & Tobago" > 353 "Caribbean" > 375 "Argentina" > 376 "Bolivia" > 377 "Brazil" > 378 "Chile" > 379 "Colombia" > 380 "Ecuador" > 383 "Guyana" > 385 "Peru" > 387 "Uruguay" > 388 "Venezuela" > 389 "South America" > 415 "Egypt" > 417 "Ethiopia" > 421 "Ghana" > 427 "Kenya" > 436 "Morocco" > 440 "Nigeria" > 449 "South Africa" > 462 "Other Africa" > 468 "North Africa" > 501 "Australia" > 507 "Fiji" > 514 "New Zealand" > 527 "Pacific Islands" > 555 "Other" > ; . * pemntvty: 1994-2006; . label values pemntvty native; . * pefntvty: 1994-2006; . label values pefntvty native; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 1998-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1993" > 14 "1994-1995" > 15 "1996-1998" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1992-; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 12 "Veterinary services [1992+]" > 20 "Landscape and horticultutal services [92+]" > 30 "Agricultural services, n.e.c. [92+]" > 31 "Forestry [92+]" > 32 "Fishing, hunting, and trapping [92+]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Oil and gas extraction [92+]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned, frozen, and preserved fruits and vegetables" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Carpets and rugs [92+]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and general hardware [92+]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Computers and related equipment [92+]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Medical, dental, and optical instruments and supplies [92+]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting and cable [92+]" > 441 "Telephone communications [92+]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 450 "Electric light and power [92+]" > 451 "Gas and steam supply systems [92+]" > 452 "Electric and gas, and other combinations [92+]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Professional and commercial equipment and supplies [92+]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 623 "Apparel and accessory stores, except shoe [92+]" > 630 "Shoe stores [92+]" > 631 "Furniture and home furnishings stores [92+]" > 632 "Household appliance stores [92+]" > 633 "Radio, TV, and computer stores [92+]" > 640 "Music stores [92+]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Gift, novelty, and souvenir shops [92+]" > 662 "Sewing, needlework, and piece goods stores [92+]" > 663 "Catalog and mail order houses [92+]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel dealers [92+]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings institutions, including credit unions [92+]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance offices [92+]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 731 "Personnel supply services (736)" > 732 "Computer and data processinf services [92+]" > 740 "Detective and protective sevices [92+]" > 741 "Business services, n.e.c [92+]" > 742 "Automotive rental and leasing, without drivers [92+]" > 750 "Automoblie parking and carwashes [92+]" > 751 "Automotive repair and related services [92+]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Video tape rental [92+]" > 802 "Bowling centers [92+]" > 810 "Miscellaneous entertainment and recreational services [92+]" > 812 "Offices and clinics of physicians [92+]" > 820 "Offices and clinics of dentists [92+]" > 821 "Offices and clinics of chiropractors [92+]" > 822 "Offices and clinics of optometrists [92+]" > 830 "Offices and clinics of health practitioners, n.e.c [92+]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Vocational schools [92+]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 863 "Family child care homes [92+]" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 873 "Labor unions [92+]" > 880 "Religious organizations (866)" > 881 "Membership organizations, n.e.c [92+]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Research, development, and testing services [92+]" > 892 "Management and public relations services [92+]" > 893 "Miscellaneous professional and related services [92+]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . * if using Stata 7, do d:\sources\occ80_95_00 ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * ged: 1998-; . label values ged P214L; . label define P214L > -1 "Not in Universe" > 1 "Graduation from High School" > 2 "GED or other Equivalent" > ; . * gedhigr: 1998-; . label values gedhigr P215L; . label define P215L > -1 "Not in Universe" > 1 "Less than 1st grade" > 2 "1st, 2nd, 3rd, or 4th Grade" > 3 "5th or 6th Grade" > 4 "7th or 8th Grade" > 5 "9th Grade" > 6 "10th Grade" > 7 "11th Grade" > 8 "12th Grade, NO DIPLOMA" > ; . * yrcoll: 1998-; . label values yrcoll P216L; . label define P216L > -1 "Not in Universe" > 1 "Less than 1 year (includes 0" > 2 "The first, or Freshman year?" > 3 "The second, or Sophomore year?" > 4 "The third, or Junior year?" > 5 "Four or more years?" > ; . * grprof: 1998-; . label values grprof P217L; . label define P217L > -1 "Not in Universe" > 1 "Yes" > 2 "No" > ; . * gr6cor: 1998-; . label values gr6cor P218L; . label define P218L > -1 "Not in Universe" > 1 "Yes" > 2 "No" > ; . * ms123: 1998-; . label values ms123 P219L; . label define P219L > -1 "Not in Universe" > 1 "1 year program" > 2 "2 year program" > 3 "3 year program (or longer)" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg98.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 280,392 6.510692 3.456178 1 12 hurespli | 280,392 1.540565 .8676575 0 13 hrhtype | 280,392 2.509597 2.220009 1 10 minsamp | 280,392 5.988488 1.99997 4 8 -------------+--------------------------------------------------------- hrlonglk | 280,392 1.991662 .1288689 0 2 hrsample | 0 serial | 0 hhnum | 280,392 1.05793 .2508091 1 6 state | 280,392 53.53248 26.12936 11 95 -------------+--------------------------------------------------------- stfips | 280,392 28.247 15.45211 1 56 cmsacode | 98,068 53.46612 26.81658 7 97 msafips | 202,593 4513.267 2517.221 80 9360 county | 280,392 24.90922 58.55026 0 810 centcity | 237,619 2.003152 .7421608 1 3 -------------+--------------------------------------------------------- smsastat | 279,581 1.235409 .4242552 1 2 icntcity | 18,422 1.188905 .5396505 1 4 smsa93 | 202,993 5.195031 1.681316 2 7 relref95 | 280,392 2.952702 2.967109 1 18 age | 280,392 44.42307 18.0935 16 90 -------------+--------------------------------------------------------- spouse | 156,049 1.557915 .6565164 1 15 sex | 280,392 1.526491 .4992986 1 2 veteran | 279,221 5.605452 1.187244 1 6 race | 280,392 1.237357 .6583332 1 4 ethnic | 278,611 7.631877 1.345716 1 9 -------------+--------------------------------------------------------- grade92 | 280,392 39.61597 2.839531 31 46 lineno | 280,392 1.734201 1.003492 1 16 famnum | 280,392 .8160433 .4427707 0 4 pfamrel | 280,392 1.396834 1.031189 0 4 marital | 280,392 3.205576 2.605291 1 7 -------------+--------------------------------------------------------- prpertyp | 280,392 2.004176 .0644893 2 3 penatvty | 280,392 80.83045 73.14627 57 555 pemntvty | 280,392 88.80481 80.71373 57 555 pefntvty | 280,392 88.93425 80.41014 57 555 prcitshp | 280,392 1.401695 1.126103 1 5 -------------+--------------------------------------------------------- prcitflg | 280,392 .1307527 1.883312 0 41 peinusyr | 280,392 .95971 2.995619 0 15 selfproxy | 278,446 1.492049 .5077641 1 3 lfsr94 | 279,221 2.725852 2.328977 1 7 absent94 | 7,781 5.949492 3.261191 4 14 -------------+--------------------------------------------------------- uhourse | 179,508 35.27525 16.66536 -4 99 reason94 | 16,851 5.407098 2.562863 1 13 hourslw | 170,556 39.04228 14.05205 1 99 laydur | 1,238 7.25525 10.84309 1 116 dwrsn | 5,093 7.72099 3.014124 1 11 -------------+--------------------------------------------------------- why3594 | 46,925 14.27207 7.069656 1 23 prunedur | 8,013 14.97354 21.70346 0 118 untype | 8,013 3.529889 1.661136 1 6 ftpt94 | 279,221 2.709664 2.42678 1 12 class94 | 195,380 4.132363 1.180634 1 8 -------------+--------------------------------------------------------- ind80 | 195,380 584.2959 274.766 10 991 occ80 | 195,380 361.1335 248.4527 4 905 occ802 | 280,392 12.2775 77.56085 -1 889 agri | 195,380 .0290818 .1680363 0 1 eligible | 280,392 1.440105 .4964005 1 2 -------------+--------------------------------------------------------- otc | 156,990 1.832098 .3737808 1 2 ernpdh2 | 84,778 1.732666 .4425705 1 2 paidhre | 156,990 1.388369 .4873807 1 2 earnhre | 95,947 1083.531 631.37 25 9999 earnwke | 156,990 560.8707 436.1196 0 2884 -------------+--------------------------------------------------------- unionmme | 156,990 1.861634 .3452843 1 2 unioncov | 135,268 1.982309 .1318255 1 2 studftpt | 20,576 1.090202 .2864782 1 2 schenr | 41,990 1.509979 .4999064 1 2 schlvl | 20,576 1.461849 .4985545 1 2 -------------+--------------------------------------------------------- earnwt | 280,392 8782.849 4299.018 0 59131.54 weight | 280,392 2195.712 1067.924 0 15050.86 I25d | 156,990 .2364291 .42489 0 1 I25c | 96,020 .2584462 .4377828 0 1 I25a | 280,392 .2254023 2.798935 0 43 -------------+--------------------------------------------------------- I25b | 280,392 2.720409 10.32749 0 42 qstnum | 0 occurnum | 0 ged | 90,614 1.098771 .2983554 1 2 gedhigr | 8,950 6.257207 1.417525 1 8 -------------+--------------------------------------------------------- yrcoll | 71,653 2.649338 1.007919 1 5 grprof | 41,859 1.694116 .4607864 1 2 gr6cor | 12,804 1.397923 .4894884 1 2 ms123 | 13,731 2.150462 .612277 1 3 cmpwgt | 280,392 2195.804 1069.981 0 14574.05 -------------+--------------------------------------------------------- recnum | 280,392 202332.9 116758.3 5 404256 year | 280,392 1998 0 1998 1998 ym_file | 280,392 461.5107 3.456178 456 467 ym | 280,392 452.5452 6.919419 441 464 ihigrdc | 280,392 12.83164 3.069173 0 18 -------------+--------------------------------------------------------- docc80 | 195,380 22.25457 12.74363 1 46 dind | 195,380 31.26444 13.41739 1 52 . aef2 1999 99 98_02 99 dct_name aef98_02.dbd raw_name=../raw/morg99 (0 observations deleted) obs 406961 # of persons with age<=15 124245 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 37,134 9.12 9.12 0 | 4,618 1.13 10.26 1 | 4,942 1.21 11.47 2 | 5,181 1.27 12.75 3 | 5,194 1.28 14.02 4 | 5,277 1.30 15.32 5 | 5,357 1.32 16.64 6 | 5,563 1.37 18.00 7 | 5,557 1.37 19.37 8 | 5,886 1.45 20.82 9 | 5,884 1.45 22.26 10 | 5,693 1.40 23.66 11 | 5,665 1.39 25.05 12 | 5,626 1.38 26.43 13 | 5,632 1.38 27.82 14 | 5,563 1.37 29.19 15 | 5,473 1.34 30.53 16 | 5,618 1.38 31.91 17 | 5,575 1.37 33.28 18 | 5,149 1.27 34.55 19 | 4,683 1.15 35.70 20 | 4,343 1.07 36.76 21 | 4,380 1.08 37.84 22 | 4,312 1.06 38.90 23 | 4,241 1.04 39.94 24 | 4,337 1.07 41.01 25 | 4,270 1.05 42.06 26 | 4,401 1.08 43.14 27 | 4,698 1.15 44.29 28 | 5,230 1.29 45.58 29 | 5,083 1.25 46.83 30 | 5,311 1.31 48.13 31 | 5,024 1.23 49.37 32 | 5,097 1.25 50.62 33 | 5,343 1.31 51.93 34 | 5,569 1.37 53.30 35 | 5,938 1.46 54.76 36 | 5,871 1.44 56.20 37 | 5,828 1.43 57.63 38 | 6,119 1.50 59.14 39 | 5,976 1.47 60.61 40 | 6,260 1.54 62.14 41 | 6,018 1.48 63.62 42 | 5,998 1.47 65.10 43 | 6,057 1.49 66.58 44 | 5,819 1.43 68.01 45 | 5,862 1.44 69.46 46 | 5,544 1.36 70.82 47 | 5,435 1.34 72.15 48 | 5,253 1.29 73.44 49 | 5,196 1.28 74.72 50 | 5,194 1.28 76.00 51 | 5,161 1.27 77.26 52 | 5,167 1.27 78.53 53 | 3,930 0.97 79.50 54 | 3,831 0.94 80.44 55 | 3,964 0.97 81.42 56 | 4,080 1.00 82.42 57 | 3,538 0.87 83.29 58 | 3,366 0.83 84.11 59 | 3,153 0.77 84.89 60 | 3,101 0.76 85.65 61 | 3,129 0.77 86.42 62 | 2,939 0.72 87.14 63 | 2,964 0.73 87.87 64 | 2,779 0.68 88.55 65 | 2,658 0.65 89.21 66 | 2,660 0.65 89.86 67 | 2,582 0.63 90.49 68 | 2,771 0.68 91.18 69 | 2,736 0.67 91.85 70 | 2,576 0.63 92.48 71 | 2,572 0.63 93.11 72 | 2,488 0.61 93.72 73 | 2,426 0.60 94.32 74 | 2,328 0.57 94.89 75 | 2,189 0.54 95.43 76 | 2,107 0.52 95.95 77 | 1,983 0.49 96.44 78 | 1,928 0.47 96.91 79 | 1,772 0.44 97.34 80 | 1,542 0.38 97.72 81 | 1,379 0.34 98.06 82 | 1,288 0.32 98.38 83 | 1,091 0.27 98.65 84 | 977 0.24 98.89 85 | 926 0.23 99.11 86 | 709 0.17 99.29 87 | 632 0.16 99.44 88 | 501 0.12 99.57 89 | 441 0.11 99.68 90 | 1,320 0.32 100.00 ------------+----------------------------------- Total | 406,961 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 37,134 29.89 29.89 0 | 4,618 3.72 33.60 1 | 4,942 3.98 37.58 2 | 5,181 4.17 41.75 3 | 5,194 4.18 45.93 4 | 5,277 4.25 50.18 5 | 5,357 4.31 54.49 6 | 5,563 4.48 58.97 7 | 5,557 4.47 63.44 8 | 5,886 4.74 68.18 9 | 5,884 4.74 72.91 10 | 5,693 4.58 77.50 11 | 5,665 4.56 82.06 12 | 5,626 4.53 86.58 13 | 5,632 4.53 91.12 14 | 5,563 4.48 95.59 15 | 5,473 4.41 100.00 ------------+----------------------------------- Total | 124,245 100.00 (124,245 observations deleted) (0 observations deleted) obs 282716 after keeping age>15&age!=. infile successful no observations (19 real changes made, 19 to missing) (0 real changes made) (0 real changes made) (142,070 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (140,646 real changes made) Geography (77,453 real changes made, 77,453 to missing) smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (839 real changes made, 839 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (43,251 real changes made, 43,251 to missing) (264,391 real changes made, 264,391 to missing) (77,841 real changes made, 77,841 to missing) (183,897 real changes made, 183,897 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (125,265 real changes made, 125,265 to missing) if 1999 > 1983 & 1999 < 1989 { (0 real changes made) (16,877 real changes made, 16,877 to missing) (252,052 real changes made, 252,052 to missing) (252,052 missing values generated) (252,052 missing values generated) (252,052 missing values generated) (252,052 missing values generated) (ch02: 12843 changes made) (ch35: 14402 changes made) (ch613: 14402 changes made) (ch1417: 14402 changes made) (252,052 missing values generated) (2,576 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (191,807 real changes made, 191,807 to missing) (273,956 real changes made, 273,956 to missing) (209,722 real changes made, 209,722 to missing) (239,645 real changes made, 239,645 to missing) (270,119 real changes made, 270,119 to missing) (268,311 real changes made, 268,311 to missing) (282,716 missing values generated) (1,049 real changes made) (2,358 real changes made) (4,622 real changes made) (9,436 real changes made) (7,980 real changes made) (12,663 real changes made) (12,954 real changes made) (3,734 real changes made) (151 real changes made) (17 real changes made) (67 real changes made) (676 real changes made) (1,075 real changes made) (2,526 real changes made) (3,117 real changes made) (1,131 real changes made) (82,149 real changes made) (10,426 real changes made) (19,343 real changes made) (30,350 real changes made) (9,461 real changes made) (3,414 real changes made) (30,474 real changes made) (4,543 real changes made) (8,054 real changes made) (1,664 real changes made) (12,741 real changes made) (6,541 real changes made) (197,405 real changes made, 197,405 to missing) (275,208 real changes made, 275,208 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (48 real changes made, 48 to missing) (2,373 real changes made, 2,373 to missing) (1,039 real changes made, 1,039 to missing) Employment (1,790 real changes made, 1,790 to missing) (277,923 real changes made, 277,923 to missing) (123,338 real changes made, 123,338 to missing) (85,734 real changes made, 85,734 to missing) (85,734 real changes made, 85,734 to missing) (85,734 real changes made, 85,734 to missing) docc80 (85,734 missing values generated) recode docc80 (docc80: 196982 changes made) ** The renaming is part of the Census reweighting ; docc00 553 dind (85,734 missing values generated) (dind: 196982 changes made) Wages (123,338 real changes made, 123,338 to missing) (0 real changes made) (185,852 real changes made, 185,852 to missing) (0 real changes made) (0 real changes made) (123,338 real changes made) (191,425 real changes made) (85,734 real changes made, 85,734 to missing) (275,208 real changes made, 275,208 to missing) (102,339 real changes made) (123,338 real changes made) (0 real changes made) (101,300 real changes made, 101,300 to missing) (1,039 real changes made, 1,039 to missing) (281,534 real changes made, 281,534 to missing) (185,768 real changes made, 185,768 to missing) (123,354 real changes made, 123,354 to missing) Hours, Unions (269,010 real changes made, 269,010 to missing) (275,071 real changes made, 275,071 to missing) (261,780 real changes made, 261,780 to missing) (240,262 real changes made, 240,262 to missing) (261,780 real changes made, 261,780 to missing) (1,039 real changes made, 1,039 to missing) (109,984 real changes made, 109,984 to missing) (125 real changes made) (239,107 real changes made, 239,107 to missing) (123,338 real changes made, 123,338 to missing) (145,478 real changes made, 145,478 to missing) variable spouse was int now byte variable hourslw was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc80 was int now byte variable dind was float now byte (4,240,740 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa93: 1995:9-; . label values smsa93 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000+" > ; . * icntcity goes here; . *msafips: 1994-; . label values msafips msafips; . label define msafips > 80 "Akron, OH PMSA" > 160 "Albany-Schenectady-Troy, NY MSA (Schohaire County not in sample)" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem-Easton, PA MSA " > 380 "Anchorage, AK MSA" > 440 "Ann Arbor, MI PMSA" > 450 "Anniston, AL MSA" > 460 "Appleton-Oshkosh-Neenah, WI MSA" > 480 "Asheville, NC MSA (Madison County not in sample)" > 520 "Atlanta, GA MSA" > 560 "Atlantic-Cape May, NJ PMSA " > 600 "Augusta-Aiken, GA-SC MSA" > 640 "Austin-San Marcos, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD PMSA" > 760 "Balton Rouge, LA MSA" > 840 "Beaumont-Port Arthur, TX MSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA-NH PMSA (New Hampshire portion not identified)" > 1125 "Boulder-Longmont, CO PMSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen-San Benito, TX MSA" > 1280 "Buffalo-Niagara Falls, NY MSA" > 1305 "Burlington, VT MSA" > 1320 "Canton-Massillon, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1440 "Charleston-North Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-GA MSA " > 1600 "Chicago, IL PMSA (Dekalb County not in sample) " > 1620 "Chico-Paradise, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA (Dearborn County, IN not identified" > 1660 "Clarksville-Hopkinsville, TN-KY MSA (Kentucky portion not in sample)" > 1680 "Cleveland-Lorain-Elyria, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSA" > 1960 "Davenport-Moline-Rock Island, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2030 "Decatur, AL MSA" > 2040 "Decatur, IL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA " > 2160 "Detroit, MI PMSA" > 2190 "Dover, DE MSA" > 2240 "Duluth-Superior, MN-WI MSA (Wisconsin portion not identified) " > 2281 "Dutchess County, NY PMSA" > 2290 "Eau Claire, WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville-Henderson, IN-KY MSA (Kentucky portion not identified) " > 2520 "Fargo-Moorhead, ND-MN MSA (Minnesota portion not identified)" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale-Rogers, AR MSA" > 2600 "Fitchburg-Leominster, MA PMSA" > 2640 "Flint, MI PMSA" > 2650 "Florence, AL MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale, FL PMSA" > 2700 "Fort Myers-Cape Coral, FL MSA" > 2710 "Fort Pierce-Port St. Lucie, FL MSA" > 2720 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample) " > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA (Adams, Huntington, and Wells Counties not in sample)" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary, IN PMSA" > 3000 "Grand Rapids-Muskegon-Holland, MI MSA" > 3060 "Greeley, CO PMSA" > 3080 "Green Bay, WI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3150 "Greenville, NC MSA" > 3160 "Greenville-Spartanburg-Anderson, SC MSA" > 3180 "Hagerstown, MD PMSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA " > 3280 "Hartford, CT MSA" > 3290 "Hickory-Morgantown, NC MSA (Caldwell County not in sample)" > 3320 "Honolulu, HI MSA" > 3350 "Houma, LA MSA" > 3360 "Houston, TX PMSA (Chambers County not in sample)" > 3400 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not" > 3440 "Huntsville, AL MSA (Limestone County not in sample)" > 3480 "Indianapolis, IN MSA (Madison County not in sample)" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3610 "Jamestown, NY MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified) " > 3680 "Johnstown, PA MSA" > 3720 "Kalamazoo-Battle Creek, MI MSA (Van Buren County not in sample)" > 3760 "Kansas City, MO-KS MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA (Acadia Parish not in sample)" > 3960 "Lake Charles, LA MSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4080 "Laredo, TX MSA" > 4100 "Las Cruces, NM MSA" > 4120 "Las Vegas, NV-AZ MSA (Nye County, NV and Mohave County, AZ not in" > 4160 "Lawrence, MA-NH PMSA (New Hampshire portion not identified)" > 4280 "Lexington, KY MSA (Madison County not in sample)" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA (Scott County, IN not in sample)" > 4560 "Lowell, MA-NH PMSA (New Hampshire portion not identified)" > 4600 "Lubbock, TX MSA" > 4680 "Macon, GA MSA (Twiggs County not in sample)" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH PMSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford-Ashland, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not" > 4940 "Merced, CA MSA" > 5000 "Miami, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee-Waukesha, WI PMSA" > 5120 "Minneapolis-St., Paul, MN-WI MSA (St. Croix County, WI not identified" > 5160 "Mobile, AL MSA " > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5330 "Myrtle Beach, SC MSA" > 5345 "Naples, FL MSA" > 5350 "Nashua, NH PMSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA PMSA" > 5480 "New Haven-Meriden, CT PMSA" > 5520 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA (White Plains Central City recoded to balance of" > 5640 "Newark, NJ PMSA" > 5660 "Newburgh, NY-PA PMSA (Pennsylvania portion not identified)" > 5720 "Norfolk-Virginia Beach-Newport News, VA-NC MSA (Mathews County, VA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5800 "Odessa-Midland, TX MSA (Ector County not in sample)" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA PMSA" > 5920 "Omaha, NE-IA MSA (Iowa portion not identified)" > 5945 "Orange County, CA PMSA" > 5960 "Orlando, FL MSA" > 6015 "Panama City, FL MSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria-Pekin, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix-Mesa, AZ MSA" > 6280 "Pittsburgh, PA MSA" > 6400 "Portland, ME MSA" > 6440 "Portland-Vancouver, OR-WA PMSA" > 6450 "Portsmouth-Rochester, NH-ME PMSA (Maine portion not identified)" > 6480 "Providence-Fall River-Warwick, RI-MA MSA (Newport County, RI portion" > 6520 "Provo-Orem, UT MSA " > 6560 "Pueblo, CO MSA" > 6580 "Punta Gorda, FL MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham-Chapel Hill, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA " > 6760 "Richmond-Petersburg, VA MSA " > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA PMSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL MSA (Crawford County, MO [part] not in sample) " > 7080 "Salem, OR PMSA" > 7120 "Salinas, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7460 "San Luis Obispo-Atascadero-Paso Robles, CA MSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7490 "Santa Fe, NM MSA" > 7500 "Santa Rosa, CA PMSA" > 7510 "Sarasota-Bradenton, FL MSA" > 7560 "Scranton-Wilkes Barre-Hazelton, PA MSA " > 7600 "Seattle-Bellevue-Everett, WA PMSA" > 7680 "Shreveport-Bossier City, LA MSA" > 7760 "Sioux Falls, SD MSA (Central City portion only identified)" > 7800 "South Bend, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA (Webster County not in sample)" > 8000 "Springfield, MA MSA" > 8040 "Stamford-Norwalk, CT PMSA" > 8120 "Stockton-Lodi, CA MSA" > 8160 "Syracuse, NY MSA (Cayuga County not in sample)" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St. Petersburg-Clearwater, FL MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA (Central City portion only identified) " > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8735 "Ventura, CA PMSA" > 8760 "Vineland-Millville-Bridgeton, NJ PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA-WV PMSA (West Virginia portion not identified)" > 8880 "Waterbury, CT PMSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton, FL MSA" > 9000 "Wheeling, WV-OH MSA (Ohio portion not identified) " > 9040 "Wichita, KS MSA" > 9160 "Wilmington-Newark, DE-MD PMSA (Maryland portion suppressed)" > 9200 "Wilmington, NC MSA (Brunswick County not in sample)" > 9240 "Worcester, MA-CT PMSA (Connecticut portion suppressed)" > 9270 "Yolo, CA PMSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > 9360 "Yuma, AZ MSA" > ; . * cmsacode: 1994-; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Worcester-Lawrence, MA-NH-ME-CT" > 14 "Chicago-Gary-Kenosha, IL-IN-WI" > 21 "Cincinnati-Hamilton, OH-KY-IN" > 28 "Cleveland-Akron, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder-Greeley, CO" > 35 "Detroit-Ann Arbor-Flint, MI" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT-PA" > 77 "Philadelphia-Wilmington-Atlantic City, PA-NJ-DE-MD" > 79 "Portland-Salem, OR-WA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma-Bremerton, WA" > 97 "Washington-Baltimore, DC-MD-VA-WV" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1996-; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "American Indian, Aleut, Eskimo" > 4 "Asian or Pacific Islander" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > -1 "Not a parent" > 0 "No children < 18 years old" > 1 "All children 0-2 years old" > 2 "All children 3-5 years old" > 3 "All children 6-13 years old" > 4 "All children 14-17 years old" > 5 "All children 0-5 years old" > 6 "Children 0-2 & 6-13 (no 3-5 or 14+)" > 7 "Children 0-2 & 14-17 (no 3-13)" > 8 "Children 3-5 & 6-13 (no 0-2 or 14+)" > 9 "Children 3-5 & 14-17 (no 0-2 or 6-13)" > 10 "Children 6-17 (no 0-5)" > 11 "Children 0-13 (no 14-17)" > 12 "Children 0-5 & 14-17 (no 6-13)" > 13 "Children 0-2 & 6-17 (no 3-5)" > 14 "Children 3-17 (no 0-2)" > 15 "Children from all age groups" > ; . * ch02: 1989-1993, 1999:11-; . label values ch02 ch02; . label define ch02 > 1 "Yes" > 0 "No" > ; . * ch35: 1989-1993, 1999:11-; . label values ch35 ch35; . label define ch35 > 1 "Yes" > 0 "No" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1988 differs from pfamrel 1993-; . * pfamrel: 1993-; . label values pfamrel P47L; . label define P47L > 0 "Not A Family Member" > 1 "Reference Person" > 2 "Spouse" > 3 "Child" > 4 "Other Relative (primary Family" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relref95: 1995:3-; . label values relref95 P15L; . label define P15L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Spouse" > 4 "Child" > 5 "Grandchild" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Foster child" > 10 "Non-rel of ref. per w/own rels in HH" > 11 "Not used" > 12 "Non-rel of ref per w/no own rels in HH" > 13 "Unmarried partner w/ own rels in HH" > 14 "Unmar. partner w/ no own rels in HH" > 15 "Housemate/roommate w/ own rels in HH" > 16 "Hsemate/roommate w/ no own rels in HH" > 17 "Roomer/boarder w/ own rels in HH in HH" > 18 "Roomer/brder w/ no own rels in HH" > ; . * penatvty: 1994-2006; . label values penatvty native; . label define native > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 72 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 102 "Austria" > 103 "Belgium" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "Great Britain" > 139 "England" > 140 "Scotland" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Europe" > 155 "Czech Republic" > 156 "Slovakia/Slovak Republic" > 180 "USSR" > 183 "Latvia" > 184 "Lithuania" > 185 "Armenia" > 192 "Russia" > 195 "Ukraine" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Burma" > 206 "Cambodia" > 207 "China" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea/South Korea" > 218 "Korea/ South Korea" > 221 "Laos" > 222 "Lebanon" > 224 "Malaysia" > 229 "Pakistan" > 231 "Philippines" > 233 "Saudi Arabia" > 234 "Singapore" > 237 "Syria" > 238 "Taiwan" > 239 "Thailand" > 240 "Turkey" > 242 "Vietnam" > 245 "Asia" > 252 "Middle East" > 253 "Palestine" > 300 "Bermuda" > 301 "Canada" > 304 "North America" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Mexico" > 316 "Nicaragua" > 317 "Panama" > 318 "Central America" > 333 "Bahamas" > 334 "Barbados" > 337 "Cuba" > 338 "Dominica" > 339 "Dominican Republic" > 340 "Grenada" > 342 "Haiti" > 343 "Jamaica" > 351 "Trinidad & Tobago" > 353 "Caribbean" > 375 "Argentina" > 376 "Bolivia" > 377 "Brazil" > 378 "Chile" > 379 "Colombia" > 380 "Ecuador" > 383 "Guyana" > 385 "Peru" > 387 "Uruguay" > 388 "Venezuela" > 389 "South America" > 415 "Egypt" > 417 "Ethiopia" > 421 "Ghana" > 427 "Kenya" > 436 "Morocco" > 440 "Nigeria" > 449 "South Africa" > 462 "Other Africa" > 468 "North Africa" > 501 "Australia" > 507 "Fiji" > 514 "New Zealand" > 527 "Pacific Islands" > 555 "Other" > ; . * pemntvty: 1994-2006; . label values pemntvty native; . * pefntvty: 1994-2006; . label values pefntvty native; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 1998-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1994" > 14 "1994-1995" > 15 "1996-1999" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1992-; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 12 "Veterinary services [1992+]" > 20 "Landscape and horticultutal services [92+]" > 30 "Agricultural services, n.e.c. [92+]" > 31 "Forestry [92+]" > 32 "Fishing, hunting, and trapping [92+]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Oil and gas extraction [92+]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned, frozen, and preserved fruits and vegetables" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Carpets and rugs [92+]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and general hardware [92+]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Computers and related equipment [92+]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Medical, dental, and optical instruments and supplies [92+]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting and cable [92+]" > 441 "Telephone communications [92+]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 450 "Electric light and power [92+]" > 451 "Gas and steam supply systems [92+]" > 452 "Electric and gas, and other combinations [92+]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Professional and commercial equipment and supplies [92+]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 623 "Apparel and accessory stores, except shoe [92+]" > 630 "Shoe stores [92+]" > 631 "Furniture and home furnishings stores [92+]" > 632 "Household appliance stores [92+]" > 633 "Radio, TV, and computer stores [92+]" > 640 "Music stores [92+]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Gift, novelty, and souvenir shops [92+]" > 662 "Sewing, needlework, and piece goods stores [92+]" > 663 "Catalog and mail order houses [92+]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel dealers [92+]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings institutions, including credit unions [92+]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance offices [92+]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 731 "Personnel supply services (736)" > 732 "Computer and data processinf services [92+]" > 740 "Detective and protective sevices [92+]" > 741 "Business services, n.e.c [92+]" > 742 "Automotive rental and leasing, without drivers [92+]" > 750 "Automoblie parking and carwashes [92+]" > 751 "Automotive repair and related services [92+]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Video tape rental [92+]" > 802 "Bowling centers [92+]" > 810 "Miscellaneous entertainment and recreational services [92+]" > 812 "Offices and clinics of physicians [92+]" > 820 "Offices and clinics of dentists [92+]" > 821 "Offices and clinics of chiropractors [92+]" > 822 "Offices and clinics of optometrists [92+]" > 830 "Offices and clinics of health practitioners, n.e.c [92+]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Vocational schools [92+]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 863 "Family child care homes [92+]" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 873 "Labor unions [92+]" > 880 "Religious organizations (866)" > 881 "Membership organizations, n.e.c [92+]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Research, development, and testing services [92+]" > 892 "Management and public relations services [92+]" > 893 "Miscellaneous professional and related services [92+]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . * occ80: 1983-; . * occ80 is has too many values for Stata 6 to accept; . label values occ80 occ80_97; . label define occ80_97 > 3 "Legislators (111)" > 4 "Chief executives and general administrators, public administration (112)" > 5 "Administrators and officials, public administration (1132-1139)" > 6 "Administrators, protective services (1131)" > 7 "Financial managers (122)" > 8 "Personnel and labor relations managers (123)" > 9 "Purchasing managers (124)" > 13 "Managers, marketing, advertising, and public relations (125)" > 14 "Administrators, education and related fields (128)" > 15 "Managers, medicine and health (131)" > 17 "Managers, food serving and lodging establishments (1351)" > 18 "Managers, properties and real estate (1353)" > 19 "Funeral directors (part 1359)" > 21 "Managers, service organizations, n.e.c. (127, 1352, 1354, part 1359)" > 22 "Managers and administrators, n.e.c. (121, 126, 132-1343, 136-139)" > 23 "Accountants and auditors (1412)" > 24 "Underwriters (1414)" > 25 "Other financial officers (1415, 1419)" > 26 "Management analysts (142)" > 27 "Personnel, training, and labor relations specialists (143)" > 28 "Purchasing agents and buyers, farm products (1443)" > 29 "Buyers, wholesale and retail trade except farm products (1442)" > 33 "Purchasing agents and buyers, n.e.c. (1449)" > 34 "Business and promotion agents (145)" > 35 "Construction inspectors (1472)" > 36 "Inspectors and compliance officers, except construction (1473)" > 37 "Management related occupations, n.e.c. (149)" > 43 "Architects (161)" > 44 "Aerospace (1622)" > 45 "Metallurgical and materials (1623)" > 46 "Mining (1624)" > 47 "Petroleum (1625)" > 48 "Chemical (1626)" > 49 "Nuclear (1627)" > 53 "Civil (1628)" > 54 "Agricultural (1632)" > 55 "Electrical and electronic (1633, 1636)" > 56 "Industrial (1634)" > 57 "Mechanical (1635)" > 58 "Marine and naval architects (1637)" > 59 "Engineers, n.e.c. (1639)" > 63 "Surveyors and mapping scientists (164)" > 64 "Computer systems analysts and scientists (171)" > 65 "Operations and systems researchers and analysts (172)" > 66 "Actuaries (1732)" > 67 "Statisticians (1733)" > 68 "Mathematical scientists, n.e.c. (1739)" > 69 "Physicists and astronomers (1842, 1843)" > 73 "Chemists, except biochemists (1845)" > 74 "Atmospheric and space scientists (1846)" > 75 "Geologists and geodesists (1847)" > 76 "Physical scientists, n.e.c. (1849)" > 77 "Agricultural and food scientists (1853)" > 78 "Biological and life scientists (1854)" > 79 "Forestry and conservation scientists (1852)" > 83 "Medical scientists (1855)" > 84 "Physicians (261)" > 85 "Dentists (262)" > 86 "Veterinarians (27)" > 87 "Optometrists (281)" > 88 "Podiatrists (283)" > 89 "Health diagnosing practitioners, n.e.c. (289)" > 95 "Registered nurses (29)" > 96 "Pharmacists (301)" > 97 "Dietitians (302)" > 98 "Respiratory therapists (3031)" > 99 "Occupational therapists (3032)" > 103 "Physical therapists (3033)" > 104 "Speech therapists (3034)" > 105 "Therapists, n.e.c. (3039)" > 106 "Physicians' assistants (304)" > 113 "Earth, environmental, and marine science teachers (2212)" > 114 "Biological science teachers (2213)" > 115 "Chemistry teachers (2214)" > 116 "Physics teachers (2215)" > 117 "Natural science teachers, n.e.c. (2216)" > 118 "Psychology teachers (2217)" > 119 "Economics teachers (2218)" > 123 "History teachers (2222)" > 124 "Political science teachers (2223)" > 125 "Sociology teachers (2224)" > 126 "Social science teachers, n.e.c. (2225)" > 127 "Engineering teachers (2226)" > 128 "Mathematical science teachers (2227)" > 129 "Computer science teachers (2228)" > 133 "Medical science teachers (2231)" > 134 "Health specialties teachers (2232)" > 135 "Business, commerce, and marketing teachers (2233)" > 136 "Agriculture and forestry teachers (2234)" > 137 "Art, drama, and music teachers (2235)" > 138 "Physical education teachers (2236)" > 139 "Education teachers (2237)" > 143 "English teachers (2238)" > 144 "Foreign language teachers (2242)" > 145 "Law teachers (2243)" > 146 "Social work teachers (2244)" > 147 "Theology teachers (2245)" > 148 "Trade and industrial teachers (2246)" > 149 "Home economics teachers (2247)" > 153 "Teachers, postsecondary, n.e.c. (2249)" > 154 "Postsecondary teachers, subject not specified" > 155 "Teachers, prekindergarten and kindergarten (231)" > 156 "Teachers, elementary school (232)" > 157 "Teachers, secondary school (233)" > 158 "Teachers, special education (235)" > 159 "Teachers, n.e.c. (236, 239)" > 163 "Counselors, Educational and Vocational (24)" > 164 "Librarians (251)" > 165 "Archivists and curators (252)" > 166 "Economists (1912)" > 167 "Psychologists (1915)" > 168 "Sociologists (1916)" > 169 "Social scientists, n.e.c. (1913, 1914, 1919)" > 173 "Urban planners (192)" > 174 "Social workers (2032)" > 175 "Recreation workers (2033)" > 176 "Clergy (2042)" > 177 "Religious workers, n.e.c. (2049)" > 178 "Lawyers and Judges (211-212)" > 179 "Judges (212)" > 183 "Authors (321)" > 184 "Technical writers (398)" > 185 "Designers (322)" > 186 "Musicians and composers (323)" > 187 "Actors and directors (324)" > 188 "Painters, sculptors, craft-artists, and artist printmakers (325)" > 189 "Photographers (326)" > 193 "Dancers (327)" > 194 "Artists, performers, and related workers, n.e.c. (328, 329)" > 195 "Editors and reporters (331)" > 197 "Public relations specialists (332)" > 198 "Announcers (333)" > 199 "Athletes (34)" > 203 "Clinical laboratory technologists and technicians (362)" > 204 "Dental hygienists (363)" > 205 "Health record technologists and technicians (364)" > 206 "Radiologic technicians (365)" > 207 "Licensed practical nurses (366)" > 208 "Health technologists and technicians, n.e.c. (369)" > 213 "Electrical and electronic technicians (3711)" > 214 "Industrial engineering technicians (3712)" > 215 "Mechanical engineering technicians (3713)" > 216 "Engineering technicians, n.e.c. (3719)" > 217 "Drafting occupations (372)" > 218 "Surveying and mapping technicians (373)" > 223 "Biological technicians (382)" > 224 "Chemical technicians (3831)" > 225 "Science technicians, n.e.c. (3832, 3833, 384, 389)" > 226 "Airplane pilots and navigators (825)" > 227 "Air traffic controllers (392)" > 228 "Broadcast equipment operators (393)" > 229 "Computer programmers (3971, 3972)" > 233 "Tool programmers, numerical control (3974)" > 234 "Legal assistants (396)" > 235 "Technicians, n.e.c. (399)" > 243 "Supervisors and Proprietors, Sales Occupations (40)" > 253 "Insurance sales occupations (4122)" > 254 "Real estate sales occupations (4123)" > 255 "Securities and financial services sales occupations (4124)" > 256 "Advertising and related sales occupations (4153)" > 257 "Sales occupations, other business services (4152)" > 258 "Sales engineers (421)" > 259 "Sales representatives, mining, manufacturing, and wholesale (423, 424)" > 263 "Sales workers, motor vehicles and boats (4342, 4344)" > 264 "Sales workers, apparel (4346)" > 265 "Sales workers, shoes (4351)" > 266 "Sales workers, furniture and home furnishings (4348)" > 267 "Sales workers, radio, TV, hi-fi, and appliances (4343, 4352)" > 268 "Sales workers, hardware and building supplies (4353)" > 269 "Sales workers, parts (4367)" > 274 "Sales workers, other commodities (4345, 4347, 4354, 4356, 4359, 4362, 4369)" > 275 "Sales counter clerks (4363)" > 276 "Cashiers (4364)" > 277 "Street and door-to-door sales workers (4366)" > 278 "News vendors (4365)" > 283 "Demonstrators, promoters and models, sales (445)" > 284 "Auctioneers (447)" > 285 "Sales support occupations, n.e.c. (444, 446, 449)" > 303 "Supervisors, general office (4511, 4513, 4514, 4516, 4519, 4529)" > 304 "Supervisors, computer equipment operators (4512)" > 305 "Supervisors, financial records processing (4521)" > 306 "Chief communications operators (4523)" > 307 "Supervisors, distribution, scheduling, and adjusting clerks (4522, 4524-4528)" > 308 "Computer operators (4612)" > 309 "Peripheral equipment operators (4613)" > 313 "Secretaries (4622)" > 314 "Stenographers (4623)" > 315 "Typists (4624)" > 316 "Interviewers (4642)" > 317 "Hotel clerks (4643)" > 318 "Transportation ticket and reservation agents (4644)" > 319 "Receptionists (4645)" > 323 "Information clerks, n.e.c. (4649)" > 325 "Classified-ad clerks (4662)" > 326 "Correspondence clerks (4663)" > 327 "Order clerks (4664)" > 328 "Personnel clerks, except payroll and timekeeping (4692)" > 329 "Library clerks (4694)" > 335 "File clerks (4696)" > 336 "Records clerks (4699)" > 337 "Bookkeepers, accounting, and auditing clerks (4712)" > 338 "Payroll and timekeeping clerks (4713)" > 339 "Billing clerks (4715)" > 343 "Cost and rate clerks (4716)" > 344 "Billing, posting, and calculating machine operators (4718)" > 345 "Duplicating machine operators (4722)" > 346 "Mail preparing and paper handling machine operators (4723)" > 347 "Office machine operators, n.e.c. (4729)" > 348 "Telephone operators (4732)" > 353 "Communications equipment operators, n.e.c. (4733, 4739)" > 354 "Postal clerks, except mail carriers (4742)" > 355 "Mail carriers, postal service (4743)" > 356 "Mail clerks, except postal service (4744)" > 357 "Messengers (4745)" > 359 "Dispatchers (4751)" > 363 "Production coordinators (4752)" > 364 "Traffic, shipping, and receiving clerks (4753)" > 365 "Stock and inventory clerks (4754)" > 366 "Meter readers (4755)" > 368 "Weighers, measurers, checkers, and samplers (4756, 4757) " > 373 "Expediters (4758)" > 374 "Material recording, scheduling, and distributing clerks, n.e.c. (4759)" > 375 "Insurance adjusters, examiners, and investigators (4782)" > 376 "Investigators and adjusters, except insurance (4783)" > 377 "Eligibility clerks, social welfare (4784)" > 378 "Bill and account collectors (4786)" > 379 "General office clerks (463)" > 383 "Bank tellers (4791)" > 384 "Proofreaders (4792)" > 385 "Data-entry keyers (4793)" > 386 "Statistical clerks (4794)" > 387 "Teachers' aides (4795)" > 389 "Administrative support occupations, n.e.c. (4787, 4799)" > 403 "Launderers and ironers (503)" > 404 "Cooks, private household (504)" > 405 "Housekeepers and butlers (505)" > 406 "Child care workers, private household (506)" > 407 "Private household cleaners and servants (502, 507, 509)" > 413 "Supervisors, firefighting and fire prevention occupations (5111)" > 414 "Supervisors, police and detectives (5112)" > 415 "Supervisors, guards (5113)" > 416 "Fire inspection and fire prevention occupations (5122)" > 417 "Firefighting occupations (5123)" > 418 "Police and detectives, public service (5132)" > 423 "Sheriffs, bailiffs, and other law enforcement officers (5134)" > 424 "Correctional institution officers (5133)" > 425 "Crossing guards (5142)" > 426 "Guards and police, except public service (5144)" > 427 "Protective service occupations, n.e.c. (5149)" > 433 "Supervisors, food preparation and service occupations (5211)" > 434 "Bartenders (5212)" > 435 "Waiters and waitresses (5213)" > 436 "Cooks (5214, 5215)" > 438 "Food counter, fountain and related occupations (5216)" > 439 "Kitchen workers, food preparation (5217)" > 443 "Waiters'/waitresses' assistants (5218)" > 444 "Miscellaneous food preparation occupations (5219)" > 445 "Dental assistants (5232)" > 446 "Health aides, except nursing (5233)" > 447 "Nursing aides, orderlies, and attendants (5236)" > 448 "Supervisors, cleaning and building service workers (5241) " > 449 "Maids and housemen (5242, 5249)" > 453 "Janitors and cleaners (5244)" > 454 "Elevator operators (5245)" > 455 "Pest control occupations (5246)" > 456 "Supervisors, personal service occupations (5251)" > 457 "Barbers (5252)" > 458 "Hairdressers and cosmetologists (5253)" > 459 "Attendants, amusement and recreation facilities (5254)" > 461 "Guides (5255)" > 462 "Ushers (5256)" > 463 "Public transportation attendants (5257)" > 464 "Baggage porters and bellhops (5262)" > 465 "Welfare service aides (5263)" > 466 "Family child care providers (part 5264)" > 467 "Early childhood teacher's assistants (part 5264)" > 468 "Child care workers, n.e.c. (part 5264)" > 469 "Personal service occupations, n.e.c. (5258, 5269)" > 473 "Farmers, except horticultural (5512-5514)" > 474 "Horticultural specialty farmers (5515)" > 475 "Managers, farms, except horticultural (5522-5524)" > 476 "Managers, horticultural specialty farms (5525)" > 477 "Supervisors, farm workers (5611)" > 479 "Farm workers (5612-5617)" > 483 "Marine life cultivation workers (5618)" > 484 "Nursery workers (5619)" > 485 "Supervisors, related agricultural occupations (5621)" > 486 "Groundskeepers and gardeners, except farm (5622)" > 487 "Animal caretakers, except farm (5624)" > 488 "Graders and sorters, agricultural products (5625)" > 489 "Inspectors, agricultural products (5627)" > 494 "Supervisors, forestry and logging workers (571)" > 495 "Forestry workers, except logging (572)" > 496 "Timber cutting and logging occupations (573, 579)" > 497 "Captains and other officers, fishing vessels (part 8241)" > 498 "Fishers (583)" > 499 "Hunters and trappers (584)" > 503 "Supervisors, mechanics and repairers (60)" > 505 "Automobile mechanics (part 6111)" > 506 "Automobile mechanic apprentices (part 6111)" > 507 "Bus, truck, and stationary engine mechanics (6112)" > 508 "Aircraft engine mechanics (6113)" > 509 "Small engine repairers (6114)" > 514 "Automobile body and related repairers (6115)" > 515 "Aircraft mechanics, except engine (6116)" > 516 "Heavy equipment mechanics (6117)" > 517 "Farm equipment mechanics (6118)" > 518 "Industrial machinery repairers (613)" > 519 "Machinery maintenance occupations (614)" > 523 "Electronic repairers, communications and industrial equipment (6151, 6153, 6155)" > 525 "Data processing equipment repairers (6154)" > 526 "Household appliance and power tool repairers (6156)" > 527 "Telephone line installers and repairers (6157)" > 529 "Telephone installers and repairers (6158)" > 533 "Miscellaneous electrical and electronic equipment repairers (6152, 6159)" > 534 "Heating, air conditioning, and refrigeration mechanics (616)" > 535 "Camera, watch, and musical instrument repairers (6171, 6172)" > 536 "Locksmiths and safe repairers (6173)" > 538 "Office machine repairers (6174)" > 539 "Mechanical controls and valve repairers (6175)" > 543 "Elevator installers and repairers (6176)" > 544 "Millwrights (6178)" > 547 "Specified mechanics and repairers, n.e.c. (6177, 6179)" > 549 "Not specified mechanics and repairers" > 553 "Supervisors, brickmasons, stonemasons, and tile setters (6312)" > 554 "Supervisors, carpenters and related workers (6313)" > 555 "Supervisors, electricians and power transmission installers (6314)" > 556 "Supervisors, painters, paperhangers, and plasterers (6315)" > 557 "Supervisors, plumbers, pipefitters, and steamfitters (6316)" > 558 "Supervisors, construction, n.e.c. (6311, 6318)" > 563 "Brickmasons and stonemasons (part 6412, part 6413)" > 564 "Brickmason and stonemason apprentices (part 6412, part 6413)" > 565 "Tile setters, hard and soft (part 6414, part 6462)" > 566 "Carpet installers (part 6462)" > 567 "Carpenters (part 6422)" > 569 "Carpenter apprentices (part 6422)" > 573 "Drywall installers (6424)" > 575 "Electricians (part 6432)" > 576 "Electrician apprentices (part 6432)" > 577 "Electrical power installers and repairers (6433)" > 579 "Painters, construction and maintenance (6442)" > 583 "Paperhangers (6443)" > 584 "Plasterers (6444)" > 585 "Plumbers, pipefitters, and steamfitters (part 645)" > 587 "Plumber, pipefitter, and steamfitter apprentices (part 645)" > 588 "Concrete and terrazzo finishers (6463)" > 589 "Glaziers (6464)" > 593 "Insulation workers (6465)" > 594 "Paving, surfacing, and tamping equipment operators (6466)" > 595 "Roofers (6468)" > 596 "Sheetmetal duct installers (6472)" > 597 "Structural metal workers (6473)" > 598 "Drillers, earth (6474)" > 599 "Construction trades, n.e.c. (6467, 6475, 6476, 6479)" > 613 "Supervisors, extractive occupations (632)" > 614 "Drillers, oil well (652)" > 615 "Explosives workers (653)" > 616 "Mining machine operators (654)" > 617 "Mining occupations, n.e.c. (656)" > 628 "Supervisors, production occupations (67, 71)" > 634 "Tool and die makers (part 6811)" > 635 "Tool and die maker apprentices (part 6811)" > 636 "Precision assemblers, metal (6812)" > 637 "Machinists (part 6813)" > 639 "Machinist apprentices (part 6813)" > 643 "Boilermakers (6814)" > 644 "Precision grinders, filers, and tool sharpeners (6816)" > 645 "Patternmakers and model makers, metal (6817)" > 646 "Lay-out workers (6821)" > 647 "Precious stones and metals workers (Jewelers) (6822, 6866)" > 649 "Engravers, metal (6823)" > 653 "Sheet metal workers (part 6824)" > 654 "Sheet metal worker apprentices (part 6824)" > 655 "Miscellaneous precision metal workers (6829)" > 656 "Patternmakers and model makers, wood (6831)" > 657 "Cabinet makers and bench carpenters (6832)" > 658 "Furniture and wood finishers (6835)" > 659 "Miscellaneous precision woodworkers (6839)" > 666 "Dressmakers (part 6852, part 7752)" > 667 "Tailors (part 6852)" > 668 "Upholsterers (6853)" > 669 "Shoe repairers (6854)" > 674 "Miscellaneous precision apparel and fabric workers (6856, 6859, part 7752)" > 675 "Hand molders and shapers, except jewelers (6861)" > 676 "Patternmakers, lay-out workers, and cutters (6862)" > 677 "Optical goods workers (6864, part 7477, part 7677)" > 678 "Dental laboratory and medical appliance technicians (6865)" > 679 "Bookbinders (6844)" > 683 "Electrical and electronic equipment assemblers (6867)" > 684 "Miscellaneous precision workers, n.e.c. (6869)" > 686 "Butchers and meat cutters (6871)" > 687 "Bakers (6872)" > 688 "Food batchmakers (6873, 6879)" > 689 "Inspectors, testers, and graders (6881, 828)" > 693 "Adjusters and calibrators (6882)" > 694 "Water and sewage treatment plant operators (691)" > 695 "Power plant operators (part 693)" > 696 "Stationary engineers (part 693, 7668)" > 699 "Miscellaneous plant and system operators (692, 694, 695, 696)" > 703 "Lathe and turning machine set-up operators (7312)" > 704 "Lathe and turning machine operators (7512)" > 705 "Milling and planing machine operators (7313, 7513)" > 706 "Punching and stamping press machine operators (7314, 7317, 7514, 7517)" > 707 "Rolling machine operators (7316, 7516)" > 708 "Drilling and boring machine operators (7318, 7518)" > 709 "Grinding, abrading, buffing, and polishing machine operators (7322, 7324,7522)" > 713 "Forging machine operators (7319, 7519)" > 714 "Numerical control machine operators (7326)" > 715 "Miscellaneous metal, plastic, stone, and glass working machine operators (7329, 7529)" > 717 "Fabricating machine operators, n.e.c. (7339, 7539)" > 719 "Molding and casting machine operators (7315, 7342, 7515, 7542)" > 723 "Metal plating machine operators (7343, 7543)" > 724 "Heat treating equipment operators (7344, 7544)" > 725 "Miscellaneous metal and plastic processing machine operators (7349, 7549)" > 726 "Wood lathe, routing, and planing machine operators (7431, 7432, 7631, 7632)" > 727 "Sawing machine operators (7433, 7633)" > 728 "Shaping and joining machine operators (7435, 7635)" > 729 "Nailing and tacking machine operators (7636)" > 733 "Miscellaneous woodworking machine operators (7434, 7439, 7634, 7639)" > 734 "Printing press operators (7443, 7643)" > 735 "Photoengravers and lithographers (6842, 7444, 7644)" > 736 "Typesetters and compositors (6841, 7642)" > 737 "Miscellaneous printing machine operators (6849, 7449, 7649)" > 738 "Winding and twisting machine operators (7451, 7651)" > 739 "Knitting, looping, taping, and weaving machine operators (7452, 7652)" > 743 "Textile cutting machine operators (7654)" > 744 "Textile sewing machine operators (7655)" > 745 "Shoe machine operators (7656)" > 747 "Pressing machine operators (7657)" > 748 "Laundering and dry cleaning machine operators (6855, 7658)" > 749 "Miscellaneous textile machine operators (7459, 7659)" > 753 "Cementing and gluing machine operators (7661)" > 754 "Packaging and filling machine operators (7462, 7662)" > 755 "Extruding and forming machine operators (7463, 7663)" > 756 "Mixing and blending machine operators (7664)" > 757 "Separating, filtering, and clarifying machine operators (7476, 7666, 7676)" > 758 "Compressing and compacting machine operators (7467, 7667)" > 759 "Painting and paint spraying machine operators (7669)" > 763 "Roasting and baking machine operators, food (7472, 7672)" > 764 "Washing, cleaning, and pickling machine operators (7673)" > 765 "Folding machine operators (7474, 7674)" > 766 "Furnace, kiln, and oven operators, except food (7675)" > 768 "Crushing and grinding machine operators (part 7477, part 7677)" > 769 "Slicing and cutting machine operators (7478, 7678)" > 773 "Motion picture projectionists (part 7479)" > 774 "Photographic process machine operators (6863, 6868, 7671)" > 777 "Miscellaneous machine operators, n.e.c. (part 7479, 7665, 7679)" > 779 "Machine operators, not specified" > 783 "Welders and cutters (7332, 7532, 7714)" > 784 "Solderers and brazers (7333, 7533, 7717)" > 785 "Assemblers (772, 774)" > 786 "Hand cutting and trimming occupations (7753)" > 787 "Hand molding, casting, and forming occupations (7754, 7755)" > 789 "Hand painting, coating, and decorating occupations (7756)" > 793 "Hand engraving and printing occupations (7757)" > 795 "Miscellaneous hand working occupations (7758, 7759)" > 796 "Production inspectors, checkers, and examiners (782, 787)" > 797 "Production testers (783)" > 798 "Production samplers and weighers (784)" > 799 "Graders and sorters, except agricultural (785)" > 803 "Supervisors, motor vehicle operators (8111)" > 804 "Truck drivers (8212-8214)" > 806 "Driver-sales workers (8218)" > 808 "Bus drivers (8215)" > 809 "Taxicab drivers and chauffeurs (8216)" > 813 "Parking lot attendants (874)" > 814 "Motor transportation occupations, n.e.c. (8219)" > 823 "Railroad conductors and yardmasters (8113)" > 824 "Locomotive operating occupations (8232)" > 825 "Railroad brake, signal, and switch operators (8233)" > 826 "Rail vehicle operators, n.e.c. (8239)" > 828 "Ship captains and mates, except fishing boats (part 8241, 8242)" > 829 "Sailors and deckhands (8243)" > 833 "Marine engineers (8244)" > 834 "Bridge, lock, and lighthouse tenders (8245)" > 843 "Supervisors, material moving equipment operators (812)" > 844 "Operating engineers (8312)" > 845 "Longshore equipment operators (8313)" > 848 "Hoist and winch operators (8314)" > 849 "Crane and tower operators (8315)" > 853 "Excavating and loading machine operators (8316)" > 855 "Grader, dozer, and scraper operators (8317)" > 856 "Industrial truck and tractor equipment operators (8318)" > 859 "Miscellaneous material moving equipment operators (8319)" > 864 "Supervisors, handlers, equipment cleaners, and laborers, n.e.c. (85)" > 865 "Helpers, mechanics, and repairers (863)" > 866 "Helpers, construction trades (8641-8645, 8648)" > 867 "Helpers, surveyor (8646)" > 868 "Helpers, extractive occupations (865)" > 869 "Construction laborers (871)" > 874 "Production helpers (861, 862)" > 875 "Garbage collectors (8722)" > 876 "Stevedores (8723)" > 877 "Stock handlers and baggers (8724)" > 878 "Machine feeders and offbearers (8725)" > 883 "Freight, stock, and material handlers, n.e.c. (8726)" > 885 "Garage and service station related occupations (873)" > 887 "Vehicle washers and equipment cleaners (875)" > 888 "Hand packers and packagers (8761)" > 889 "Laborers, except construction (8769)" > 905 "Assigned to persons whose current labor force status is unemployed and whose last job wa > s Armed Forces" > ; . * docc80: 1983-; . label values docc80 P40L; . label define P40L > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg99.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 282,716 6.516543 3.459193 1 12 hurespli | 282,697 1.575924 .8572948 1 16 hrhtype | 282,716 2.505932 2.218462 1 10 minsamp | 282,716 5.989926 1.999978 4 8 -------------+--------------------------------------------------------- hrlonglk | 282,716 1.99248 .1224064 0 2 hrsample | 0 serial | 0 hhnum | 282,716 1.056771 .2514892 1 8 state | 282,716 53.71741 26.15743 11 95 -------------+--------------------------------------------------------- stfips | 282,716 28.23214 15.48779 1 56 cmsacode | 98,819 53.32955 26.8635 7 97 msafips | 204,875 4515.2 2514.014 80 9360 county | 282,716 24.69728 57.90431 0 810 centcity | 239,465 2.003633 .7394308 1 3 -------------+--------------------------------------------------------- smsastat | 281,877 1.233793 .4232431 1 2 icntcity | 18,325 1.192196 .5505987 1 4 smsa93 | 205,263 5.190224 1.677819 2 7 relref95 | 282,716 2.957618 2.96577 1 18 age | 282,716 44.57365 18.08916 16 90 -------------+--------------------------------------------------------- spouse | 157,451 1.562905 .6776086 1 16 sex | 282,716 1.525863 .4993315 1 2 veteran | 281,677 5.612787 1.181777 1 6 race | 282,716 1.236679 .6584639 1 4 ethnic | 280,295 7.610963 1.381035 1 9 -------------+--------------------------------------------------------- grade92 | 282,716 39.67131 2.826221 31 46 lineno | 282,716 1.742643 1.024224 1 16 famnum | 282,716 .8158222 .4424301 0 5 pfamrel | 282,716 1.399107 1.034005 0 4 marital | 282,716 3.202808 2.605275 1 7 -------------+--------------------------------------------------------- prpertyp | 282,716 2.003675 .0605109 2 3 penatvty | 282,716 81.72864 75.59748 57 555 pemntvty | 282,716 89.5657 83.00373 57 555 pefntvty | 282,716 89.81316 83.03272 57 555 prcitshp | 282,716 1.407858 1.133903 1 5 -------------+--------------------------------------------------------- prcitflg | 282,716 .2259688 2.519864 0 41 peinusyr | 282,716 1.012978 3.125941 0 15 selfproxy | 280,926 1.528855 .5527818 1 3 lfsr94 | 281,677 2.721216 2.33083 1 7 absent94 | 7,645 5.991236 3.284687 4 14 -------------+--------------------------------------------------------- uhourse | 181,416 35.43864 16.49973 -4 99 reason94 | 13,706 5.470232 2.942974 1 13 hourslw | 172,732 39.34251 13.89411 1 99 laydur | 1,182 7.254653 10.3743 1 104 dwrsn | 4,793 7.771333 3.001439 1 11 -------------+--------------------------------------------------------- why3594 | 43,609 14.97489 6.909971 1 23 prunedur | 7,508 13.72429 19.65585 0 117 untype | 7,508 3.524774 1.658479 1 6 ftpt94 | 281,677 2.659028 2.388736 1 12 class94 | 196,982 4.121808 1.172142 1 8 -------------+--------------------------------------------------------- ind80 | 196,982 586.5637 274.4856 10 991 occ80 | 196,982 358.8854 249.0033 4 905 occ802 | 282,716 11.69548 75.85561 -1 889 agri | 196,982 .0282107 .1655747 0 1 eligible | 282,716 1.436261 .4959216 1 2 -------------+--------------------------------------------------------- otc | 159,378 1.833936 .3721395 1 2 ernpdh2 | 85,311 1.74464 .4360658 1 2 paidhre | 159,378 1.39171 .488134 1 2 earnhre | 96,864 1119.055 642.9707 13 9999 earnwke | 159,362 585.781 451.3443 0 2884 -------------+--------------------------------------------------------- unionmme | 159,378 1.861085 .3458589 1 2 unioncov | 137,238 1.982745 .1302194 1 2 studftpt | 20,936 1.087791 .282998 1 2 schenr | 42,454 1.506854 .4999589 1 2 schlvl | 20,936 1.458254 .4982661 1 2 -------------+--------------------------------------------------------- earnwt | 282,716 8818.163 4368.855 0 63090.11 weight | 282,716 2204.541 1084.39 0 16789.5 chldpres | 30,664 2.399263 3.400875 0 15 ownchild | 30,664 .8890882 1.155008 0 11 I25d | 159,362 .2761574 .447097 0 1 -------------+--------------------------------------------------------- I25c | 96,948 .3003259 .4584021 0 1 I25a | 282,716 .2784243 3.112804 0 43 I25b | 282,716 3.186183 11.10782 0 42 qstnum | 0 occurnum | 0 -------------+--------------------------------------------------------- ged | 90,909 1.09636 .2950861 1 2 gedhigr | 8,760 6.220091 1.336502 1 8 yrcoll | 72,994 2.672494 1.022634 1 5 grprof | 43,071 1.707529 .4549026 1 2 gr6cor | 12,597 1.360641 .4802057 1 2 -------------+--------------------------------------------------------- ms123 | 14,405 2.166748 .6082758 1 3 cmpwgt | 282,716 2204.694 1087.23 0 16914.11 recnum | 282,716 203849.2 117604 1 406961 year | 282,716 1999 0 1999 1999 ym_file | 282,716 473.5165 3.459193 468 479 -------------+--------------------------------------------------------- ym | 282,716 464.5468 6.917622 453 476 ch02 | 30,664 .1199126 .3248646 0 1 ch35 | 30,664 .1278046 .3338775 0 1 ch613 | 30,664 .2745239 .4462813 0 1 ch1417 | 30,664 .1601552 .3667559 0 1 -------------+--------------------------------------------------------- ch05 | 30,664 .2039199 .4029167 0 1 ihigrdc | 282,716 12.89302 3.050173 0 18 docc80 | 196,982 22.11541 12.78054 1 46 dind | 196,982 31.36509 13.4271 1 52 . aef2 2000 00 98_02 00 dct_name aef98_02.dbd raw_name=../raw/morg00 (0 observations deleted) obs 406625 # of persons with age<=15 123389 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 36,203 8.90 8.90 0 | 4,683 1.15 10.05 1 | 5,087 1.25 11.31 2 | 5,151 1.27 12.57 3 | 5,221 1.28 13.86 4 | 5,252 1.29 15.15 5 | 5,363 1.32 16.47 6 | 5,462 1.34 17.81 7 | 5,610 1.38 19.19 8 | 5,660 1.39 20.58 9 | 5,857 1.44 22.02 10 | 5,858 1.44 23.46 11 | 5,648 1.39 24.85 12 | 5,627 1.38 26.24 13 | 5,526 1.36 27.59 14 | 5,612 1.38 28.98 15 | 5,569 1.37 30.34 16 | 5,440 1.34 31.68 17 | 5,441 1.34 33.02 18 | 5,069 1.25 34.27 19 | 4,779 1.18 35.44 20 | 4,702 1.16 36.60 21 | 4,423 1.09 37.69 22 | 4,461 1.10 38.78 23 | 4,449 1.09 39.88 24 | 4,369 1.07 40.95 25 | 4,588 1.13 42.08 26 | 4,426 1.09 43.17 27 | 4,434 1.09 44.26 28 | 4,709 1.16 45.42 29 | 5,186 1.28 46.69 30 | 5,457 1.34 48.03 31 | 5,163 1.27 49.30 32 | 5,085 1.25 50.56 33 | 4,959 1.22 51.77 34 | 5,248 1.29 53.07 35 | 5,704 1.40 54.47 36 | 5,793 1.42 55.89 37 | 5,868 1.44 57.34 38 | 5,820 1.43 58.77 39 | 6,134 1.51 60.28 40 | 6,305 1.55 61.83 41 | 6,054 1.49 63.32 42 | 5,895 1.45 64.76 43 | 5,979 1.47 66.24 44 | 6,018 1.48 67.72 45 | 5,891 1.45 69.16 46 | 5,627 1.38 70.55 47 | 5,530 1.36 71.91 48 | 5,354 1.32 73.22 49 | 5,162 1.27 74.49 50 | 5,264 1.29 75.79 51 | 4,964 1.22 77.01 52 | 5,076 1.25 78.26 53 | 5,090 1.25 79.51 54 | 3,982 0.98 80.49 55 | 3,860 0.95 81.44 56 | 3,822 0.94 82.38 57 | 3,876 0.95 83.33 58 | 3,482 0.86 84.19 59 | 3,285 0.81 85.00 60 | 3,178 0.78 85.78 61 | 3,025 0.74 86.52 62 | 3,077 0.76 87.28 63 | 2,765 0.68 87.96 64 | 2,791 0.69 88.64 65 | 2,878 0.71 89.35 66 | 2,562 0.63 89.98 67 | 2,521 0.62 90.60 68 | 2,516 0.62 91.22 69 | 2,665 0.66 91.88 70 | 2,639 0.65 92.52 71 | 2,488 0.61 93.14 72 | 2,435 0.60 93.74 73 | 2,321 0.57 94.31 74 | 2,272 0.56 94.87 75 | 2,290 0.56 95.43 76 | 2,084 0.51 95.94 77 | 1,965 0.48 96.42 78 | 1,928 0.47 96.90 79 | 1,878 0.46 97.36 80 | 1,560 0.38 97.74 81 | 1,300 0.32 98.06 82 | 1,253 0.31 98.37 83 | 1,138 0.28 98.65 84 | 963 0.24 98.89 85 | 868 0.21 99.10 86 | 739 0.18 99.28 87 | 585 0.14 99.43 88 | 508 0.12 99.55 89 | 445 0.11 99.66 90 | 1,376 0.34 100.00 ------------+----------------------------------- Total | 406,625 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 36,203 29.34 29.34 0 | 4,683 3.80 33.14 1 | 5,087 4.12 37.26 2 | 5,151 4.17 41.43 3 | 5,221 4.23 45.66 4 | 5,252 4.26 49.92 5 | 5,363 4.35 54.27 6 | 5,462 4.43 58.69 7 | 5,610 4.55 63.24 8 | 5,660 4.59 67.83 9 | 5,857 4.75 72.57 10 | 5,858 4.75 77.32 11 | 5,648 4.58 81.90 12 | 5,627 4.56 86.46 13 | 5,526 4.48 90.94 14 | 5,612 4.55 95.49 15 | 5,569 4.51 100.00 ------------+----------------------------------- Total | 123,389 100.00 (123,389 observations deleted) (0 observations deleted) obs 283236 after keeping age>15&age!=. infile successful no observations total obs pre-revise 2000 283236 (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/rw/annual.dta saved (259,098 observations deleted) 1 jan obs 24138 (note: you are using old merge syntax; see [D] merge for new syntax) (127,449 observations deleted) file /homes/data/morg/annual/rw/jan.dta saved (258,977 observations deleted) 2 feb obs 24259 (note: you are using old merge syntax; see [D] merge for new syntax) (126,222 observations deleted) file /homes/data/morg/annual/rw/feb.dta saved (259,756 observations deleted) 3 mar obs 23480 (note: you are using old merge syntax; see [D] merge for new syntax) (126,673 observations deleted) file /homes/data/morg/annual/rw/mar.dta saved (259,784 observations deleted) 4 apr obs 23452 (note: you are using old merge syntax; see [D] merge for new syntax) (127,495 observations deleted) file /homes/data/morg/annual/rw/apr.dta saved (259,859 observations deleted) 5 may obs 23377 (note: you are using old merge syntax; see [D] merge for new syntax) (127,513 observations deleted) file /homes/data/morg/annual/rw/may.dta saved (259,858 observations deleted) 6 jun obs 23378 (note: you are using old merge syntax; see [D] merge for new syntax) (128,017 observations deleted) file /homes/data/morg/annual/rw/jun.dta saved (259,670 observations deleted) 7 jul obs 23566 (note: you are using old merge syntax; see [D] merge for new syntax) (127,434 observations deleted) file /homes/data/morg/annual/rw/jul.dta saved (259,798 observations deleted) 8 aug obs 23438 (note: you are using old merge syntax; see [D] merge for new syntax) (127,194 observations deleted) file /homes/data/morg/annual/rw/aug.dta saved (259,527 observations deleted) 9 sep obs 23709 (note: you are using old merge syntax; see [D] merge for new syntax) (127,006 observations deleted) file /homes/data/morg/annual/rw/sep.dta saved (259,673 observations deleted) 10 oct obs 23563 (note: you are using old merge syntax; see [D] merge for new syntax) (126,989 observations deleted) file /homes/data/morg/annual/rw/oct.dta saved (259,662 observations deleted) 11 nov obs 23574 (note: you are using old merge syntax; see [D] merge for new syntax) (127,098 observations deleted) file /homes/data/morg/annual/rw/nov.dta saved (259,934 observations deleted) 12 dec obs 23302 (note: you are using old merge syntax; see [D] merge for new syntax) (125,513 observations deleted) file /homes/data/morg/annual/rw/dec.dta saved using jan (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) total obs post-revise283236 start renaming (85,067 real changes made, 85,067 to missing) (85,067 real changes made, 85,067 to missing) done renaming drop 2000 rename 2001-2002 (33 real changes made, 33 to missing) (0 real changes made) (0 real changes made) (139,302 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (143,934 real changes made) Geography (77,322 real changes made, 77,322 to missing) smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (852 real changes made, 852 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (43,018 real changes made, 43,018 to missing) (264,837 real changes made, 264,837 to missing) (77,740 real changes made, 77,740 to missing) (184,188 real changes made, 184,188 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (126,457 real changes made, 126,457 to missing) if 2000 > 1983 & 2000 < 1989 { (0 real changes made) (100,972 real changes made, 100,972 to missing) (100,972 real changes made, 100,972 to missing) (100,972 missing values generated) (100,972 missing values generated) (100,972 missing values generated) (100,972 missing values generated) (ch02: 76362 changes made) (ch35: 86239 changes made) (ch613: 86239 changes made) (ch1417: 86239 changes made) (100,972 missing values generated) (15,709 real changes made) (0 real changes made) (192,775 real changes made, 192,775 to missing) (274,670 real changes made, 274,670 to missing) (209,242 real changes made, 209,242 to missing) (239,605 real changes made, 239,605 to missing) (271,156 real changes made, 271,156 to missing) (268,589 real changes made, 268,589 to missing) (283,236 missing values generated) (1,028 real changes made) (2,445 real changes made) (4,650 real changes made) (9,127 real changes made) (8,099 real changes made) (12,339 real changes made) (12,709 real changes made) (3,679 real changes made) (85 real changes made) (21 real changes made) (72 real changes made) (670 real changes made) (1,036 real changes made) (2,484 real changes made) (3,056 real changes made) (1,142 real changes made) (81,895 real changes made) (10,277 real changes made) (19,747 real changes made) (30,900 real changes made) (9,722 real changes made) (3,348 real changes made) (31,551 real changes made) (4,438 real changes made) (7,642 real changes made) (1,638 real changes made) (13,009 real changes made) (6,427 real changes made) (196,220 real changes made, 196,220 to missing) (276,076 real changes made, 276,076 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (2 real changes made, 2 to missing) (2,929 real changes made, 2,929 to missing) (987 real changes made, 987 to missing) Employment (1,786 real changes made, 1,786 to missing) (278,603 real changes made, 278,603 to missing) (122,110 real changes made, 122,110 to missing) (85,067 real changes made, 85,067 to missing) (85,067 real changes made, 85,067 to missing) (85,067 real changes made, 85,067 to missing) (0 real changes made) (85,067 real changes made, 85,067 to missing) (0 real changes made) docc80 (85,067 missing values generated) recode docc80 (docc80: 198169 changes made) ** The renaming is part of the Census reweighting ; docc00 553 556 generate int docc00=occ00; (85,067 missing values generated) recode docc00 2000-2010 (docc00: 198169 changes made) dind (85,067 missing values generated) (dind: 198169 changes made) (85,067 missing values generated) (dind02: 197984 changes made) Wages (122,110 real changes made, 122,110 to missing) (0 real changes made) (185,958 real changes made, 185,958 to missing) (0 real changes made) (0 real changes made) (122,110 real changes made) (192,661 real changes made) (85,067 real changes made, 85,067 to missing) (276,076 real changes made, 276,076 to missing) (101,586 real changes made) (122,110 real changes made) (0 real changes made) (100,599 real changes made, 100,599 to missing) (987 real changes made, 987 to missing) (282,014 real changes made, 282,014 to missing) (185,897 real changes made, 185,897 to missing) (122,110 real changes made, 122,110 to missing) Hours, Unions (270,975 real changes made, 270,975 to missing) (275,430 real changes made, 275,430 to missing) (262,559 real changes made, 262,559 to missing) (240,282 real changes made, 240,282 to missing) (262,559 real changes made, 262,559 to missing) (987 real changes made, 987 to missing) (109,392 real changes made, 109,392 to missing) (117 real changes made) (241,941 real changes made, 241,941 to missing) (122,110 real changes made, 122,110 to missing) (143,799 real changes made, 143,799 to missing) variable spouse was int now byte variable hourslw was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc80 was int now byte variable docc00 was int now byte variable dind was float now byte variable dind02 was float now int (5,098,248 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa93: 1995:9-; . label values smsa93 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000+" > ; . * icntcity goes here; . *msafips: 1994-; . label values msafips msafips; . label define msafips > 80 "Akron, OH PMSA" > 160 "Albany-Schenectady-Troy, NY MSA (Schohaire County not in sample)" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem-Easton, PA MSA " > 380 "Anchorage, AK MSA" > 440 "Ann Arbor, MI PMSA" > 450 "Anniston, AL MSA" > 460 "Appleton-Oshkosh-Neenah, WI MSA" > 480 "Asheville, NC MSA (Madison County not in sample)" > 520 "Atlanta, GA MSA" > 560 "Atlantic-Cape May, NJ PMSA " > 600 "Augusta-Aiken, GA-SC MSA" > 640 "Austin-San Marcos, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD PMSA" > 760 "Balton Rouge, LA MSA" > 840 "Beaumont-Port Arthur, TX MSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA-NH PMSA (New Hampshire portion not identified)" > 1125 "Boulder-Longmont, CO PMSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen-San Benito, TX MSA" > 1280 "Buffalo-Niagara Falls, NY MSA" > 1305 "Burlington, VT MSA" > 1320 "Canton-Massillon, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1440 "Charleston-North Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-GA MSA " > 1600 "Chicago, IL PMSA (Dekalb County not in sample) " > 1620 "Chico-Paradise, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA (Dearborn County, IN not identified" > 1660 "Clarksville-Hopkinsville, TN-KY MSA (Kentucky portion not in sample)" > 1680 "Cleveland-Lorain-Elyria, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSA" > 1960 "Davenport-Moline-Rock Island, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2030 "Decatur, AL MSA" > 2040 "Decatur, IL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA " > 2160 "Detroit, MI PMSA" > 2190 "Dover, DE MSA" > 2240 "Duluth-Superior, MN-WI MSA (Wisconsin portion not identified) " > 2281 "Dutchess County, NY PMSA" > 2290 "Eau Claire, WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville-Henderson, IN-KY MSA (Kentucky portion not identified) " > 2520 "Fargo-Moorhead, ND-MN MSA (Minnesota portion not identified)" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale-Rogers, AR MSA" > 2600 "Fitchburg-Leominster, MA PMSA" > 2640 "Flint, MI PMSA" > 2650 "Florence, AL MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale, FL PMSA" > 2700 "Fort Myers-Cape Coral, FL MSA" > 2710 "Fort Pierce-Port St. Lucie, FL MSA" > 2720 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample) " > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA (Adams, Huntington, and Wells Counties not in sample)" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary, IN PMSA" > 3000 "Grand Rapids-Muskegon-Holland, MI MSA" > 3060 "Greeley, CO PMSA" > 3080 "Green Bay, WI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3150 "Greenville, NC MSA" > 3160 "Greenville-Spartanburg-Anderson, SC MSA" > 3180 "Hagerstown, MD PMSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA " > 3280 "Hartford, CT MSA" > 3290 "Hickory-Morgantown, NC MSA (Caldwell County not in sample)" > 3320 "Honolulu, HI MSA" > 3350 "Houma, LA MSA" > 3360 "Houston, TX PMSA (Chambers County not in sample)" > 3400 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not" > 3440 "Huntsville, AL MSA (Limestone County not in sample)" > 3480 "Indianapolis, IN MSA (Madison County not in sample)" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3610 "Jamestown, NY MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified) " > 3680 "Johnstown, PA MSA" > 3720 "Kalamazoo-Battle Creek, MI MSA (Van Buren County not in sample)" > 3760 "Kansas City, MO-KS MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA (Acadia Parish not in sample)" > 3960 "Lake Charles, LA MSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4080 "Laredo, TX MSA" > 4100 "Las Cruces, NM MSA" > 4120 "Las Vegas, NV-AZ MSA (Nye County, NV and Mohave County, AZ not in" > 4160 "Lawrence, MA-NH PMSA (New Hampshire portion not identified)" > 4280 "Lexington, KY MSA (Madison County not in sample)" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA (Scott County, IN not in sample)" > 4560 "Lowell, MA-NH PMSA (New Hampshire portion not identified)" > 4600 "Lubbock, TX MSA" > 4680 "Macon, GA MSA (Twiggs County not in sample)" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH PMSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford-Ashland, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not" > 4940 "Merced, CA MSA" > 5000 "Miami, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee-Waukesha, WI PMSA" > 5120 "Minneapolis-St., Paul, MN-WI MSA (St. Croix County, WI not identified" > 5160 "Mobile, AL MSA " > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5330 "Myrtle Beach, SC MSA" > 5345 "Naples, FL MSA" > 5350 "Nashua, NH PMSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA PMSA" > 5480 "New Haven-Meriden, CT PMSA" > 5520 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA (White Plains Central City recoded to balance of" > 5640 "Newark, NJ PMSA" > 5660 "Newburgh, NY-PA PMSA (Pennsylvania portion not identified)" > 5720 "Norfolk-Virginia Beach-Newport News, VA-NC MSA (Mathews County, VA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5800 "Odessa-Midland, TX MSA (Ector County not in sample)" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA PMSA" > 5920 "Omaha, NE-IA MSA (Iowa portion not identified)" > 5945 "Orange County, CA PMSA" > 5960 "Orlando, FL MSA" > 6015 "Panama City, FL MSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria-Pekin, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix-Mesa, AZ MSA" > 6280 "Pittsburgh, PA MSA" > 6400 "Portland, ME MSA" > 6440 "Portland-Vancouver, OR-WA PMSA" > 6450 "Portsmouth-Rochester, NH-ME PMSA (Maine portion not identified)" > 6480 "Providence-Fall River-Warwick, RI-MA MSA (Newport County, RI portion" > 6520 "Provo-Orem, UT MSA " > 6560 "Pueblo, CO MSA" > 6580 "Punta Gorda, FL MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham-Chapel Hill, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA " > 6760 "Richmond-Petersburg, VA MSA " > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA PMSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL MSA (Crawford County, MO [part] not in sample) " > 7080 "Salem, OR PMSA" > 7120 "Salinas, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7460 "San Luis Obispo-Atascadero-Paso Robles, CA MSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7490 "Santa Fe, NM MSA" > 7500 "Santa Rosa, CA PMSA" > 7510 "Sarasota-Bradenton, FL MSA" > 7560 "Scranton-Wilkes Barre-Hazelton, PA MSA " > 7600 "Seattle-Bellevue-Everett, WA PMSA" > 7680 "Shreveport-Bossier City, LA MSA" > 7760 "Sioux Falls, SD MSA (Central City portion only identified)" > 7800 "South Bend, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA (Webster County not in sample)" > 8000 "Springfield, MA MSA" > 8040 "Stamford-Norwalk, CT PMSA" > 8120 "Stockton-Lodi, CA MSA" > 8160 "Syracuse, NY MSA (Cayuga County not in sample)" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St. Petersburg-Clearwater, FL MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA (Central City portion only identified) " > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8735 "Ventura, CA PMSA" > 8760 "Vineland-Millville-Bridgeton, NJ PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA-WV PMSA (West Virginia portion not identified)" > 8880 "Waterbury, CT PMSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton, FL MSA" > 9000 "Wheeling, WV-OH MSA (Ohio portion not identified) " > 9040 "Wichita, KS MSA" > 9160 "Wilmington-Newark, DE-MD PMSA (Maryland portion suppressed)" > 9200 "Wilmington, NC MSA (Brunswick County not in sample)" > 9240 "Worcester, MA-CT PMSA (Connecticut portion suppressed)" > 9270 "Yolo, CA PMSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > 9360 "Yuma, AZ MSA" > ; . * cmsacode: 1994-; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Worcester-Lawrence, MA-NH-ME-CT" > 14 "Chicago-Gary-Kenosha, IL-IN-WI" > 21 "Cincinnati-Hamilton, OH-KY-IN" > 28 "Cleveland-Akron, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder-Greeley, CO" > 35 "Detroit-Ann Arbor-Flint, MI" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT-PA" > 77 "Philadelphia-Wilmington-Atlantic City, PA-NJ-DE-MD" > 79 "Portland-Salem, OR-WA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma-Bremerton, WA" > 97 "Washington-Baltimore, DC-MD-VA-WV" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1996-; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "American Indian, Aleut, Eskimo" > 4 "Asian or Pacific Islander" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > -1 "Not a parent" > 0 "No children < 18 years old" > 1 "All children 0-2 years old" > 2 "All children 3-5 years old" > 3 "All children 6-13 years old" > 4 "All children 14-17 years old" > 5 "All children 0-5 years old" > 6 "Children 0-2 & 6-13 (no 3-5 or 14+)" > 7 "Children 0-2 & 14-17 (no 3-13)" > 8 "Children 3-5 & 6-13 (no 0-2 or 14+)" > 9 "Children 3-5 & 14-17 (no 0-2 or 6-13)" > 10 "Children 6-17 (no 0-5)" > 11 "Children 0-13 (no 14-17)" > 12 "Children 0-5 & 14-17 (no 6-13)" > 13 "Children 0-2 & 6-17 (no 3-5)" > 14 "Children 3-17 (no 0-2)" > 15 "Children from all age groups" > ; . * ch02: 1989-1993, 1999:11-; . label values ch02 ch02; . label define ch02 > 1 "Yes" > 0 "No" > ; . * ch35: 1989-1993, 1999:11-; . label values ch35 ch35; . label define ch35 > 1 "Yes" > 0 "No" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1988 differs from pfamrel 1993-; . * pfamrel: 1993-; . label values pfamrel P47L; . label define P47L > 0 "Not A Family Member" > 1 "Reference Person" > 2 "Spouse" > 3 "Child" > 4 "Other Relative (primary Family" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relref95: 1995:3-; . label values relref95 P15L; . label define P15L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Spouse" > 4 "Child" > 5 "Grandchild" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Foster child" > 10 "Non-rel of ref. per w/own rels in HH" > 11 "Not used" > 12 "Non-rel of ref per w/no own rels in HH" > 13 "Unmarried partner w/ own rels in HH" > 14 "Unmar. partner w/ no own rels in HH" > 15 "Housemate/roommate w/ own rels in HH" > 16 "Hsemate/roommate w/ no own rels in HH" > 17 "Roomer/boarder w/ own rels in HH in HH" > 18 "Roomer/brder w/ no own rels in HH" > ; . * penatvty: 1994-2006; . label values penatvty native; . label define native > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 72 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 102 "Austria" > 103 "Belgium" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "Great Britain" > 139 "England" > 140 "Scotland" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Europe" > 155 "Czech Republic" > 156 "Slovakia/Slovak Republic" > 180 "USSR" > 183 "Latvia" > 184 "Lithuania" > 185 "Armenia" > 192 "Russia" > 195 "Ukraine" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Burma" > 206 "Cambodia" > 207 "China" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea/South Korea" > 218 "Korea/ South Korea" > 221 "Laos" > 222 "Lebanon" > 224 "Malaysia" > 229 "Pakistan" > 231 "Philippines" > 233 "Saudi Arabia" > 234 "Singapore" > 237 "Syria" > 238 "Taiwan" > 239 "Thailand" > 240 "Turkey" > 242 "Vietnam" > 245 "Asia" > 252 "Middle East" > 253 "Palestine" > 300 "Bermuda" > 301 "Canada" > 304 "North America" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Mexico" > 316 "Nicaragua" > 317 "Panama" > 318 "Central America" > 333 "Bahamas" > 334 "Barbados" > 337 "Cuba" > 338 "Dominica" > 339 "Dominican Republic" > 340 "Grenada" > 342 "Haiti" > 343 "Jamaica" > 351 "Trinidad & Tobago" > 353 "Caribbean" > 375 "Argentina" > 376 "Bolivia" > 377 "Brazil" > 378 "Chile" > 379 "Colombia" > 380 "Ecuador" > 383 "Guyana" > 385 "Peru" > 387 "Uruguay" > 388 "Venezuela" > 389 "South America" > 415 "Egypt" > 417 "Ethiopia" > 421 "Ghana" > 427 "Kenya" > 436 "Morocco" > 440 "Nigeria" > 449 "South Africa" > 462 "Other Africa" > 468 "North Africa" > 501 "Australia" > 507 "Fiji" > 514 "New Zealand" > 527 "Pacific Islands" > 555 "Other" > ; . * pemntvty: 1994-2006; . label values pemntvty native; . * pefntvty: 1994-2006; . label values pefntvty native; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 1998-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-2000" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1992-20022002; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 12 "Veterinary services [1992+]" > 20 "Landscape and horticultutal services [92+]" > 30 "Agricultural services, n.e.c. [92+]" > 31 "Forestry [92+]" > 32 "Fishing, hunting, and trapping [92+]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Oil and gas extraction [92+]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned, frozen, and preserved fruits and vegetables" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Carpets and rugs [92+]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and general hardware [92+]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Computers and related equipment [92+]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Medical, dental, and optical instruments and supplies [92+]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting and cable [92+]" > 441 "Telephone communications [92+]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 450 "Electric light and power [92+]" > 451 "Gas and steam supply systems [92+]" > 452 "Electric and gas, and other combinations [92+]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Professional and commercial equipment and supplies [92+]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 623 "Apparel and accessory stores, except shoe [92+]" > 630 "Shoe stores [92+]" > 631 "Furniture and home furnishings stores [92+]" > 632 "Household appliance stores [92+]" > 633 "Radio, TV, and computer stores [92+]" > 640 "Music stores [92+]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Gift, novelty, and souvenir shops [92+]" > 662 "Sewing, needlework, and piece goods stores [92+]" > 663 "Catalog and mail order houses [92+]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel dealers [92+]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings institutions, including credit unions [92+]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance offices [92+]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 731 "Personnel supply services (736)" > 732 "Computer and data processinf services [92+]" > 740 "Detective and protective sevices [92+]" > 741 "Business services, n.e.c [92+]" > 742 "Automotive rental and leasing, without drivers [92+]" > 750 "Automoblie parking and carwashes [92+]" > 751 "Automotive repair and related services [92+]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Video tape rental [92+]" > 802 "Bowling centers [92+]" > 810 "Miscellaneous entertainment and recreational services [92+]" > 812 "Offices and clinics of physicians [92+]" > 820 "Offices and clinics of dentists [92+]" > 821 "Offices and clinics of chiropractors [92+]" > 822 "Offices and clinics of optometrists [92+]" > 830 "Offices and clinics of health practitioners, n.e.c [92+]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Vocational schools [92+]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 863 "Family child care homes [92+]" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 873 "Labor unions [92+]" > 880 "Religious organizations (866)" > 881 "Membership organizations, n.e.c [92+]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Research, development, and testing services [92+]" > 892 "Management and public relations services [92+]" > 893 "Miscellaneous professional and related services [92+]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . label values ind02 ind02l ; . label define ind02l > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ80: 95-2002; . label values occ80 occ80_97; . label define occ80_97 > 3 "Legislators (111)" > 4 "Chief executives and general administrators, public administration (112)" > 5 "Administrators and officials, public administration (1132-1139)" > 6 "Administrators, protective services (1131)" > 7 "Financial managers (122)" > 8 "Personnel and labor relations managers (123)" > 9 "Purchasing managers (124)" > 13 "Managers, marketing, advertising, and public relations (125)" > 14 "Administrators, education and related fields (128)" > 15 "Managers, medicine and health (131)" > 17 "Managers, food serving and lodging establishments (1351)" > 18 "Managers, properties and real estate (1353)" > 19 "Funeral directors (part 1359)" > 21 "Managers, service organizations, n.e.c. (127, 1352, 1354, part 1359)" > 22 "Managers and administrators, n.e.c. (121, 126, 132-1343, 136-139)" > 23 "Accountants and auditors (1412)" > 24 "Underwriters (1414)" > 25 "Other financial officers (1415, 1419)" > 26 "Management analysts (142)" > 27 "Personnel, training, and labor relations specialists (143)" > 28 "Purchasing agents and buyers, farm products (1443)" > 29 "Buyers, wholesale and retail trade except farm products (1442)" > 33 "Purchasing agents and buyers, n.e.c. (1449)" > 34 "Business and promotion agents (145)" > 35 "Construction inspectors (1472)" > 36 "Inspectors and compliance officers, except construction (1473)" > 37 "Management related occupations, n.e.c. (149)" > 43 "Architects (161)" > 44 "Aerospace (1622)" > 45 "Metallurgical and materials (1623)" > 46 "Mining (1624)" > 47 "Petroleum (1625)" > 48 "Chemical (1626)" > 49 "Nuclear (1627)" > 53 "Civil (1628)" > 54 "Agricultural (1632)" > 55 "Electrical and electronic (1633, 1636)" > 56 "Industrial (1634)" > 57 "Mechanical (1635)" > 58 "Marine and naval architects (1637)" > 59 "Engineers, n.e.c. (1639)" > 63 "Surveyors and mapping scientists (164)" > 64 "Computer systems analysts and scientists (171)" > 65 "Operations and systems researchers and analysts (172)" > 66 "Actuaries (1732)" > 67 "Statisticians (1733)" > 68 "Mathematical scientists, n.e.c. (1739)" > 69 "Physicists and astronomers (1842, 1843)" > 73 "Chemists, except biochemists (1845)" > 74 "Atmospheric and space scientists (1846)" > 75 "Geologists and geodesists (1847)" > 76 "Physical scientists, n.e.c. (1849)" > 77 "Agricultural and food scientists (1853)" > 78 "Biological and life scientists (1854)" > 79 "Forestry and conservation scientists (1852)" > 83 "Medical scientists (1855)" > 84 "Physicians (261)" > 85 "Dentists (262)" > 86 "Veterinarians (27)" > 87 "Optometrists (281)" > 88 "Podiatrists (283)" > 89 "Health diagnosing practitioners, n.e.c. (289)" > 95 "Registered nurses (29)" > 96 "Pharmacists (301)" > 97 "Dietitians (302)" > 98 "Respiratory therapists (3031)" > 99 "Occupational therapists (3032)" > 103 "Physical therapists (3033)" > 104 "Speech therapists (3034)" > 105 "Therapists, n.e.c. (3039)" > 106 "Physicians' assistants (304)" > 113 "Earth, environmental, and marine science teachers (2212)" > 114 "Biological science teachers (2213)" > 115 "Chemistry teachers (2214)" > 116 "Physics teachers (2215)" > 117 "Natural science teachers, n.e.c. (2216)" > 118 "Psychology teachers (2217)" > 119 "Economics teachers (2218)" > 123 "History teachers (2222)" > 124 "Political science teachers (2223)" > 125 "Sociology teachers (2224)" > 126 "Social science teachers, n.e.c. (2225)" > 127 "Engineering teachers (2226)" > 128 "Mathematical science teachers (2227)" > 129 "Computer science teachers (2228)" > 133 "Medical science teachers (2231)" > 134 "Health specialties teachers (2232)" > 135 "Business, commerce, and marketing teachers (2233)" > 136 "Agriculture and forestry teachers (2234)" > 137 "Art, drama, and music teachers (2235)" > 138 "Physical education teachers (2236)" > 139 "Education teachers (2237)" > 143 "English teachers (2238)" > 144 "Foreign language teachers (2242)" > 145 "Law teachers (2243)" > 146 "Social work teachers (2244)" > 147 "Theology teachers (2245)" > 148 "Trade and industrial teachers (2246)" > 149 "Home economics teachers (2247)" > 153 "Teachers, postsecondary, n.e.c. (2249)" > 154 "Postsecondary teachers, subject not specified" > 155 "Teachers, prekindergarten and kindergarten (231)" > 156 "Teachers, elementary school (232)" > 157 "Teachers, secondary school (233)" > 158 "Teachers, special education (235)" > 159 "Teachers, n.e.c. (236, 239)" > 163 "Counselors, Educational and Vocational (24)" > 164 "Librarians (251)" > 165 "Archivists and curators (252)" > 166 "Economists (1912)" > 167 "Psychologists (1915)" > 168 "Sociologists (1916)" > 169 "Social scientists, n.e.c. (1913, 1914, 1919)" > 173 "Urban planners (192)" > 174 "Social workers (2032)" > 175 "Recreation workers (2033)" > 176 "Clergy (2042)" > 177 "Religious workers, n.e.c. (2049)" > 178 "Lawyers and Judges (211-212)" > 179 "Judges (212)" > 183 "Authors (321)" > 184 "Technical writers (398)" > 185 "Designers (322)" > 186 "Musicians and composers (323)" > 187 "Actors and directors (324)" > 188 "Painters, sculptors, craft-artists, and artist printmakers (325)" > 189 "Photographers (326)" > 193 "Dancers (327)" > 194 "Artists, performers, and related workers, n.e.c. (328, 329)" > 195 "Editors and reporters (331)" > 197 "Public relations specialists (332)" > 198 "Announcers (333)" > 199 "Athletes (34)" > 203 "Clinical laboratory technologists and technicians (362)" > 204 "Dental hygienists (363)" > 205 "Health record technologists and technicians (364)" > 206 "Radiologic technicians (365)" > 207 "Licensed practical nurses (366)" > 208 "Health technologists and technicians, n.e.c. (369)" > 213 "Electrical and electronic technicians (3711)" > 214 "Industrial engineering technicians (3712)" > 215 "Mechanical engineering technicians (3713)" > 216 "Engineering technicians, n.e.c. (3719)" > 217 "Drafting occupations (372)" > 218 "Surveying and mapping technicians (373)" > 223 "Biological technicians (382)" > 224 "Chemical technicians (3831)" > 225 "Science technicians, n.e.c. (3832, 3833, 384, 389)" > 226 "Airplane pilots and navigators (825)" > 227 "Air traffic controllers (392)" > 228 "Broadcast equipment operators (393)" > 229 "Computer programmers (3971, 3972)" > 233 "Tool programmers, numerical control (3974)" > 234 "Legal assistants (396)" > 235 "Technicians, n.e.c. (399)" > 243 "Supervisors and Proprietors, Sales Occupations (40)" > 253 "Insurance sales occupations (4122)" > 254 "Real estate sales occupations (4123)" > 255 "Securities and financial services sales occupations (4124)" > 256 "Advertising and related sales occupations (4153)" > 257 "Sales occupations, other business services (4152)" > 258 "Sales engineers (421)" > 259 "Sales representatives, mining, manufacturing, and wholesale (423, 424)" > 263 "Sales workers, motor vehicles and boats (4342, 4344)" > 264 "Sales workers, apparel (4346)" > 265 "Sales workers, shoes (4351)" > 266 "Sales workers, furniture and home furnishings (4348)" > 267 "Sales workers, radio, TV, hi-fi, and appliances (4343, 4352)" > 268 "Sales workers, hardware and building supplies (4353)" > 269 "Sales workers, parts (4367)" > 274 "Sales workers, other commodities (4345, 4347, 4354, 4356, 4359, 4362, 4369)" > 275 "Sales counter clerks (4363)" > 276 "Cashiers (4364)" > 277 "Street and door-to-door sales workers (4366)" > 278 "News vendors (4365)" > 283 "Demonstrators, promoters and models, sales (445)" > 284 "Auctioneers (447)" > 285 "Sales support occupations, n.e.c. (444, 446, 449)" > 303 "Supervisors, general office (4511, 4513, 4514, 4516, 4519, 4529)" > 304 "Supervisors, computer equipment operators (4512)" > 305 "Supervisors, financial records processing (4521)" > 306 "Chief communications operators (4523)" > 307 "Supervisors, distribution, scheduling, and adjusting clerks (4522, 4524-4528)" > 308 "Computer operators (4612)" > 309 "Peripheral equipment operators (4613)" > 313 "Secretaries (4622)" > 314 "Stenographers (4623)" > 315 "Typists (4624)" > 316 "Interviewers (4642)" > 317 "Hotel clerks (4643)" > 318 "Transportation ticket and reservation agents (4644)" > 319 "Receptionists (4645)" > 323 "Information clerks, n.e.c. (4649)" > 325 "Classified-ad clerks (4662)" > 326 "Correspondence clerks (4663)" > 327 "Order clerks (4664)" > 328 "Personnel clerks, except payroll and timekeeping (4692)" > 329 "Library clerks (4694)" > 335 "File clerks (4696)" > 336 "Records clerks (4699)" > 337 "Bookkeepers, accounting, and auditing clerks (4712)" > 338 "Payroll and timekeeping clerks (4713)" > 339 "Billing clerks (4715)" > 343 "Cost and rate clerks (4716)" > 344 "Billing, posting, and calculating machine operators (4718)" > 345 "Duplicating machine operators (4722)" > 346 "Mail preparing and paper handling machine operators (4723)" > 347 "Office machine operators, n.e.c. (4729)" > 348 "Telephone operators (4732)" > 353 "Communications equipment operators, n.e.c. (4733, 4739)" > 354 "Postal clerks, except mail carriers (4742)" > 355 "Mail carriers, postal service (4743)" > 356 "Mail clerks, except postal service (4744)" > 357 "Messengers (4745)" > 359 "Dispatchers (4751)" > 363 "Production coordinators (4752)" > 364 "Traffic, shipping, and receiving clerks (4753)" > 365 "Stock and inventory clerks (4754)" > 366 "Meter readers (4755)" > 368 "Weighers, measurers, checkers, and samplers (4756, 4757) " > 373 "Expediters (4758)" > 374 "Material recording, scheduling, and distributing clerks, n.e.c. (4759)" > 375 "Insurance adjusters, examiners, and investigators (4782)" > 376 "Investigators and adjusters, except insurance (4783)" > 377 "Eligibility clerks, social welfare (4784)" > 378 "Bill and account collectors (4786)" > 379 "General office clerks (463)" > 383 "Bank tellers (4791)" > 384 "Proofreaders (4792)" > 385 "Data-entry keyers (4793)" > 386 "Statistical clerks (4794)" > 387 "Teachers' aides (4795)" > 389 "Administrative support occupations, n.e.c. (4787, 4799)" > 403 "Launderers and ironers (503)" > 404 "Cooks, private household (504)" > 405 "Housekeepers and butlers (505)" > 406 "Child care workers, private household (506)" > 407 "Private household cleaners and servants (502, 507, 509)" > 413 "Supervisors, firefighting and fire prevention occupations (5111)" > 414 "Supervisors, police and detectives (5112)" > 415 "Supervisors, guards (5113)" > 416 "Fire inspection and fire prevention occupations (5122)" > 417 "Firefighting occupations (5123)" > 418 "Police and detectives, public service (5132)" > 423 "Sheriffs, bailiffs, and other law enforcement officers (5134)" > 424 "Correctional institution officers (5133)" > 425 "Crossing guards (5142)" > 426 "Guards and police, except public service (5144)" > 427 "Protective service occupations, n.e.c. (5149)" > 433 "Supervisors, food preparation and service occupations (5211)" > 434 "Bartenders (5212)" > 435 "Waiters and waitresses (5213)" > 436 "Cooks (5214, 5215)" > 438 "Food counter, fountain and related occupations (5216)" > 439 "Kitchen workers, food preparation (5217)" > 443 "Waiters'/waitresses' assistants (5218)" > 444 "Miscellaneous food preparation occupations (5219)" > 445 "Dental assistants (5232)" > 446 "Health aides, except nursing (5233)" > 447 "Nursing aides, orderlies, and attendants (5236)" > 448 "Supervisors, cleaning and building service workers (5241) " > 449 "Maids and housemen (5242, 5249)" > 453 "Janitors and cleaners (5244)" > 454 "Elevator operators (5245)" > 455 "Pest control occupations (5246)" > 456 "Supervisors, personal service occupations (5251)" > 457 "Barbers (5252)" > 458 "Hairdressers and cosmetologists (5253)" > 459 "Attendants, amusement and recreation facilities (5254)" > 461 "Guides (5255)" > 462 "Ushers (5256)" > 463 "Public transportation attendants (5257)" > 464 "Baggage porters and bellhops (5262)" > 465 "Welfare service aides (5263)" > 466 "Family child care providers (part 5264)" > 467 "Early childhood teacher's assistants (part 5264)" > 468 "Child care workers, n.e.c. (part 5264)" > 469 "Personal service occupations, n.e.c. (5258, 5269)" > 473 "Farmers, except horticultural (5512-5514)" > 474 "Horticultural specialty farmers (5515)" > 475 "Managers, farms, except horticultural (5522-5524)" > 476 "Managers, horticultural specialty farms (5525)" > 477 "Supervisors, farm workers (5611)" > 479 "Farm workers (5612-5617)" > 483 "Marine life cultivation workers (5618)" > 484 "Nursery workers (5619)" > 485 "Supervisors, related agricultural occupations (5621)" > 486 "Groundskeepers and gardeners, except farm (5622)" > 487 "Animal caretakers, except farm (5624)" > 488 "Graders and sorters, agricultural products (5625)" > 489 "Inspectors, agricultural products (5627)" > 494 "Supervisors, forestry and logging workers (571)" > 495 "Forestry workers, except logging (572)" > 496 "Timber cutting and logging occupations (573, 579)" > 497 "Captains and other officers, fishing vessels (part 8241)" > 498 "Fishers (583)" > 499 "Hunters and trappers (584)" > 503 "Supervisors, mechanics and repairers (60)" > 505 "Automobile mechanics (part 6111)" > 506 "Automobile mechanic apprentices (part 6111)" > 507 "Bus, truck, and stationary engine mechanics (6112)" > 508 "Aircraft engine mechanics (6113)" > 509 "Small engine repairers (6114)" > 514 "Automobile body and related repairers (6115)" > 515 "Aircraft mechanics, except engine (6116)" > 516 "Heavy equipment mechanics (6117)" > 517 "Farm equipment mechanics (6118)" > 518 "Industrial machinery repairers (613)" > 519 "Machinery maintenance occupations (614)" > 523 "Electronic repairers, communications and industrial equipment (6151, 6153, 6155)" > 525 "Data processing equipment repairers (6154)" > 526 "Household appliance and power tool repairers (6156)" > 527 "Telephone line installers and repairers (6157)" > 529 "Telephone installers and repairers (6158)" > 533 "Miscellaneous electrical and electronic equipment repairers (6152, 6159)" > 534 "Heating, air conditioning, and refrigeration mechanics (616)" > 535 "Camera, watch, and musical instrument repairers (6171, 6172)" > 536 "Locksmiths and safe repairers (6173)" > 538 "Office machine repairers (6174)" > 539 "Mechanical controls and valve repairers (6175)" > 543 "Elevator installers and repairers (6176)" > 544 "Millwrights (6178)" > 547 "Specified mechanics and repairers, n.e.c. (6177, 6179)" > 549 "Not specified mechanics and repairers" > 553 "Supervisors, brickmasons, stonemasons, and tile setters (6312)" > 554 "Supervisors, carpenters and related workers (6313)" > 555 "Supervisors, electricians and power transmission installers (6314)" > 556 "Supervisors, painters, paperhangers, and plasterers (6315)" > 557 "Supervisors, plumbers, pipefitters, and steamfitters (6316)" > 558 "Supervisors, construction, n.e.c. (6311, 6318)" > 563 "Brickmasons and stonemasons (part 6412, part 6413)" > 564 "Brickmason and stonemason apprentices (part 6412, part 6413)" > 565 "Tile setters, hard and soft (part 6414, part 6462)" > 566 "Carpet installers (part 6462)" > 567 "Carpenters (part 6422)" > 569 "Carpenter apprentices (part 6422)" > 573 "Drywall installers (6424)" > 575 "Electricians (part 6432)" > 576 "Electrician apprentices (part 6432)" > 577 "Electrical power installers and repairers (6433)" > 579 "Painters, construction and maintenance (6442)" > 583 "Paperhangers (6443)" > 584 "Plasterers (6444)" > 585 "Plumbers, pipefitters, and steamfitters (part 645)" > 587 "Plumber, pipefitter, and steamfitter apprentices (part 645)" > 588 "Concrete and terrazzo finishers (6463)" > 589 "Glaziers (6464)" > 593 "Insulation workers (6465)" > 594 "Paving, surfacing, and tamping equipment operators (6466)" > 595 "Roofers (6468)" > 596 "Sheetmetal duct installers (6472)" > 597 "Structural metal workers (6473)" > 598 "Drillers, earth (6474)" > 599 "Construction trades, n.e.c. (6467, 6475, 6476, 6479)" > 613 "Supervisors, extractive occupations (632)" > 614 "Drillers, oil well (652)" > 615 "Explosives workers (653)" > 616 "Mining machine operators (654)" > 617 "Mining occupations, n.e.c. (656)" > 628 "Supervisors, production occupations (67, 71)" > 634 "Tool and die makers (part 6811)" > 635 "Tool and die maker apprentices (part 6811)" > 636 "Precision assemblers, metal (6812)" > 637 "Machinists (part 6813)" > 639 "Machinist apprentices (part 6813)" > 643 "Boilermakers (6814)" > 644 "Precision grinders, filers, and tool sharpeners (6816)" > 645 "Patternmakers and model makers, metal (6817)" > 646 "Lay-out workers (6821)" > 647 "Precious stones and metals workers (Jewelers) (6822, 6866)" > 649 "Engravers, metal (6823)" > 653 "Sheet metal workers (part 6824)" > 654 "Sheet metal worker apprentices (part 6824)" > 655 "Miscellaneous precision metal workers (6829)" > 656 "Patternmakers and model makers, wood (6831)" > 657 "Cabinet makers and bench carpenters (6832)" > 658 "Furniture and wood finishers (6835)" > 659 "Miscellaneous precision woodworkers (6839)" > 666 "Dressmakers (part 6852, part 7752)" > 667 "Tailors (part 6852)" > 668 "Upholsterers (6853)" > 669 "Shoe repairers (6854)" > 674 "Miscellaneous precision apparel and fabric workers (6856, 6859, part 7752)" > 675 "Hand molders and shapers, except jewelers (6861)" > 676 "Patternmakers, lay-out workers, and cutters (6862)" > 677 "Optical goods workers (6864, part 7477, part 7677)" > 678 "Dental laboratory and medical appliance technicians (6865)" > 679 "Bookbinders (6844)" > 683 "Electrical and electronic equipment assemblers (6867)" > 684 "Miscellaneous precision workers, n.e.c. (6869)" > 686 "Butchers and meat cutters (6871)" > 687 "Bakers (6872)" > 688 "Food batchmakers (6873, 6879)" > 689 "Inspectors, testers, and graders (6881, 828)" > 693 "Adjusters and calibrators (6882)" > 694 "Water and sewage treatment plant operators (691)" > 695 "Power plant operators (part 693)" > 696 "Stationary engineers (part 693, 7668)" > 699 "Miscellaneous plant and system operators (692, 694, 695, 696)" > 703 "Lathe and turning machine set-up operators (7312)" > 704 "Lathe and turning machine operators (7512)" > 705 "Milling and planing machine operators (7313, 7513)" > 706 "Punching and stamping press machine operators (7314, 7317, 7514, 7517)" > 707 "Rolling machine operators (7316, 7516)" > 708 "Drilling and boring machine operators (7318, 7518)" > 709 "Grinding, abrading, buffing, and polishing machine operators (7322, 7324,7522)" > 713 "Forging machine operators (7319, 7519)" > 714 "Numerical control machine operators (7326)" > 715 "Miscellaneous metal, plastic, stone, and glass working machine operators (7329, 7529)" > 717 "Fabricating machine operators, n.e.c. (7339, 7539)" > 719 "Molding and casting machine operators (7315, 7342, 7515, 7542)" > 723 "Metal plating machine operators (7343, 7543)" > 724 "Heat treating equipment operators (7344, 7544)" > 725 "Miscellaneous metal and plastic processing machine operators (7349, 7549)" > 726 "Wood lathe, routing, and planing machine operators (7431, 7432, 7631, 7632)" > 727 "Sawing machine operators (7433, 7633)" > 728 "Shaping and joining machine operators (7435, 7635)" > 729 "Nailing and tacking machine operators (7636)" > 733 "Miscellaneous woodworking machine operators (7434, 7439, 7634, 7639)" > 734 "Printing press operators (7443, 7643)" > 735 "Photoengravers and lithographers (6842, 7444, 7644)" > 736 "Typesetters and compositors (6841, 7642)" > 737 "Miscellaneous printing machine operators (6849, 7449, 7649)" > 738 "Winding and twisting machine operators (7451, 7651)" > 739 "Knitting, looping, taping, and weaving machine operators (7452, 7652)" > 743 "Textile cutting machine operators (7654)" > 744 "Textile sewing machine operators (7655)" > 745 "Shoe machine operators (7656)" > 747 "Pressing machine operators (7657)" > 748 "Laundering and dry cleaning machine operators (6855, 7658)" > 749 "Miscellaneous textile machine operators (7459, 7659)" > 753 "Cementing and gluing machine operators (7661)" > 754 "Packaging and filling machine operators (7462, 7662)" > 755 "Extruding and forming machine operators (7463, 7663)" > 756 "Mixing and blending machine operators (7664)" > 757 "Separating, filtering, and clarifying machine operators (7476, 7666, 7676)" > 758 "Compressing and compacting machine operators (7467, 7667)" > 759 "Painting and paint spraying machine operators (7669)" > 763 "Roasting and baking machine operators, food (7472, 7672)" > 764 "Washing, cleaning, and pickling machine operators (7673)" > 765 "Folding machine operators (7474, 7674)" > 766 "Furnace, kiln, and oven operators, except food (7675)" > 768 "Crushing and grinding machine operators (part 7477, part 7677)" > 769 "Slicing and cutting machine operators (7478, 7678)" > 773 "Motion picture projectionists (part 7479)" > 774 "Photographic process machine operators (6863, 6868, 7671)" > 777 "Miscellaneous machine operators, n.e.c. (part 7479, 7665, 7679)" > 779 "Machine operators, not specified" > 783 "Welders and cutters (7332, 7532, 7714)" > 784 "Solderers and brazers (7333, 7533, 7717)" > 785 "Assemblers (772, 774)" > 786 "Hand cutting and trimming occupations (7753)" > 787 "Hand molding, casting, and forming occupations (7754, 7755)" > 789 "Hand painting, coating, and decorating occupations (7756)" > 793 "Hand engraving and printing occupations (7757)" > 795 "Miscellaneous hand working occupations (7758, 7759)" > 796 "Production inspectors, checkers, and examiners (782, 787)" > 797 "Production testers (783)" > 798 "Production samplers and weighers (784)" > 799 "Graders and sorters, except agricultural (785)" > 803 "Supervisors, motor vehicle operators (8111)" > 804 "Truck drivers (8212-8214)" > 806 "Driver-sales workers (8218)" > 808 "Bus drivers (8215)" > 809 "Taxicab drivers and chauffeurs (8216)" > 813 "Parking lot attendants (874)" > 814 "Motor transportation occupations, n.e.c. (8219)" > 823 "Railroad conductors and yardmasters (8113)" > 824 "Locomotive operating occupations (8232)" > 825 "Railroad brake, signal, and switch operators (8233)" > 826 "Rail vehicle operators, n.e.c. (8239)" > 828 "Ship captains and mates, except fishing boats (part 8241, 8242)" > 829 "Sailors and deckhands (8243)" > 833 "Marine engineers (8244)" > 834 "Bridge, lock, and lighthouse tenders (8245)" > 843 "Supervisors, material moving equipment operators (812)" > 844 "Operating engineers (8312)" > 845 "Longshore equipment operators (8313)" > 848 "Hoist and winch operators (8314)" > 849 "Crane and tower operators (8315)" > 853 "Excavating and loading machine operators (8316)" > 855 "Grader, dozer, and scraper operators (8317)" > 856 "Industrial truck and tractor equipment operators (8318)" > 859 "Miscellaneous material moving equipment operators (8319)" > 864 "Supervisors, handlers, equipment cleaners, and laborers, n.e.c. (85)" > 865 "Helpers, mechanics, and repairers (863)" > 866 "Helpers, construction trades (8641-8645, 8648)" > 867 "Helpers, surveyor (8646)" > 868 "Helpers, extractive occupations (865)" > 869 "Construction laborers (871)" > 874 "Production helpers (861, 862)" > 875 "Garbage collectors (8722)" > 876 "Stevedores (8723)" > 877 "Stock handlers and baggers (8724)" > 878 "Machine feeders and offbearers (8725)" > 883 "Freight, stock, and material handlers, n.e.c. (8726)" > 885 "Garage and service station related occupations (873)" > 887 "Vehicle washers and equipment cleaners (875)" > 888 "Hand packers and packagers (8761)" > 889 "Laborers, except construction (8769)" > 905 "Assigned to persons whose current labor force status is unemployed and whose last job wa > s Armed Forces" > ; . * occ00: 2000-2010; . label values occ00 occ00l; . label define occ00l > 10 "Chief executives (11-1011)" > 20 "General and operations managers (11-1021)" > 40 "Advertising and promotions managers (11-2011)" > 50 "Marketing and sales managers (11-2020)" > 60 "Public relations managers (11-2031)" > 100 "Administrative services managers (11-3011)" > 110 "Computer and information systems managers (11-3021)" > 120 "Financial managers (11-3031)" > 130 "Human resources managers (11-3040)" > 140 "Industrial production managers (11-3051)" > 150 "Purchasing managers (11-3061)" > 160 "Transportation, storage, and distribution managers (11-3071)" > 200 "Farm, ranch, and other agricultural managers (11-9011)" > 210 "Farmers and ranchers (11-9012)" > 220 "Construction managers (11-9021)" > 230 "Education administrators (11-9030)" > 300 "Engineering managers (11-9041)" > 310 "Food service managers (11-9051)" > 320 "Funeral directors (11-9061)" > 330 "Gaming managers (11-9071)" > 340 "Lodging managers (11-9081)" > 350 "Medical and health services managers (11-9111)" > 360 "Natural sciences managers (11-9121)" > 410 "Property, real estate, and community association managers (11-9141)" > 420 "Social and community service managers (11-9151)" > 430 "Managers, all other (11-9199)" > 500 "Agents and business managers of artists, performers, and athletes (13-1011)" > 510 "Purchasing agents and buyers, farm products (13-1021)" > 520 "Wholesale and retail buyers, except farm products (13-1022)" > 530 "Purchasing agents, except wholesale, retail, and farm products (13-1023)" > 540 "Claims adjusters, appraisers, examiners, and investigators (13-1030)" > 560 "Compliance officers, except agriculture, construction, health and safety, and transporta > tion (13-1041)" > 600 "Cost estimators (13-1051)" > 620 "Human resources, training, and labor relations specialists (13-1070)" > 700 "Logisticians (13-1081)" > 710 "Management analysts (13-1111)" > 720 "Meeting and convention planners (13-1121)" > 730 "Other business operations specialists (13-11XX)" > 800 "Accountants and auditors (13-2011)" > 810 "Appraisers and assessors of real estate (13-2021)" > 820 "Budget analysts (13-2031)" > 830 "Credit analysts (13-2041)" > 840 "Financial analysts (13-2051)" > 850 "Personal financial advisors (13-2052)" > 860 "Insurance underwriters (13-2053)" > 900 "Financial examiners (13-2061)" > 910 "Loan counselors and officers (13-2070)" > 930 "Tax examiners, collectors, and revenue agents (13-2081)" > 940 "Tax prepares (13-2082)" > 950 "Financial specialists, all other (13-2099)" > 1000 "Computer scientists and systems analysts (15-10XX)" > 1010 "Computer programmers (15-1021)" > 1020 "Computer software engineers (15-1030)" > 1040 "Computer support specialists (15-1041)" > 1060 "Database administrators (15-1061)" > 1100 "Network and computer systems administrators (15-1071)" > 1110 "Network systems and data communications analysts (15-1081)" > 1200 "Actuaries (15-2011)" > 1210 "Mathematicians (15-2021)" > 1220 "Operations research analysts (15-2031)" > 1230 "Statisticians (15-2041)" > 1240 "Miscellaneous mathematical science occupations (15-2090)" > 1300 "Architects, except naval (17-1010)" > 1310 "Surveyors, cartographers, and photogrammetrists (17-1020)" > 1320 "Aerospace engineers (17-2011)" > 1330 "Agricultural engineers (17-2021)" > 1340 "Biomedical engineers (17-2031)" > 1350 "Chemical engineers (17-2041)" > 1360 "Civil engineers (17-2051)" > 1400 "Computer hardware engineers (17-2061)" > 1410 "Electrical and electronic engineers (17-2070)" > 1420 "Environmental engineers (17-2081)" > 1430 "Industrial engineers, including health and safety (17-2110)" > 1440 "Marine engineers and naval architects (17-2121)" > 1450 "Materials engineers (17-2131)" > 1460 "Mechanical engineers (17-2141)" > 1500 "Mining and geological engineers, including mining safety engineers (17-2151)" > 1510 "Nuclear engineers (17-2161)" > 1520 "Petroleum engineers (17-2171)" > 1530 "Engineers, all other (17-2199)" > 1540 "Drafters (17-3010)" > 1550 "Engineering technicians, except drafters (17-3020)" > 1560 "Surveying and mapping technicians (17-3031)" > 1600 "Agricultural and food scientists (19-1010)" > 1610 "Biological scientists (19-1020)" > 1640 "Conservation scientists and foresters (19-1030)" > 1650 "Medical scientists (19-1040)" > 1700 "Astronomers and physicists (19-2010)" > 1710 "Atmospheric and space scientists (19-2021)" > 1720 "Chemists and materials scientists (19-2030)" > 1740 "Environmental scientists and geoscientists (19-2040)" > 1760 "Physical scientists, all other (19-2099)" > 1800 "Economists (19-3011)" > 1810 "Market and survey researchers (19-3020)" > 1820 "Psychologists (19-3030)" > 1830 "Sociologists (19-3041)" > 1840 "Urban and regional planners (19-3051)" > 1860 "Miscellaneous social scientists and related workers (19-3090)" > 1900 "Agricultural and food science technicians (19-4011)" > 1910 "Biological technicians (19-4021)" > 1920 "Chemical technicians (19-4031)" > 1930 "Geological and petroleum technicians (19-4041)" > 1940 "Nuclear technicians (19-4051)" > 1960 "Other life, physical, and social science technicians (19-40XX)" > 2000 "Counselors (21-1010)" > 2010 "Social workers (21-1020)" > 2020 "Miscellaneous community and social service specialists (21-1090)" > 2040 "Clergy (21-2011)" > 2050 "Directors, religious activities and education (21-2021)" > 2060 "Religious workers, all other (21-2099)" > 2100 "Lawyers, Judges, magistrates, and other judicial workers (23-1011)" > 2140 "Paralegals and legal assistants (23-2011)" > 2150 "Miscellaneous legal support workers (23-2090)" > 2200 "Postsecondary teachers (25-1000)" > 2300 "Preschool and kindergarten teachers (25-2010)" > 2310 "Elementary and middle school teachers (25-2020)" > 2320 "Secondary school teachers (25-2030)" > 2330 "Special education teachers (25-2040)" > 2340 "Other teachers and instructors (25-3000)" > 2400 "Archivists, curators, and museum technicians (25-4010)" > 2430 "Librarians (25-4021)" > 2440 "Library technicians (25-4031)" > 2540 "Teacher assistants (25-9041)" > 2550 "Other education, training, and library workers (25-90XX)" > 2600 "Artists and related workers (27-1010)" > 2630 "Designers (27-1020)" > 2700 "Actors (27-2011)" > 2710 "Producers and directors (27-2012)" > 2720 "Athletes, coaches, umpires, and related workers (27-2020)" > 2740 "Dancers and choreographers (27-2030)" > 2750 "Musicians, singers, and related workers (27-2040)" > 2760 "Entertainers and performers, sports and related workers, all other (27-2099)" > 2800 "Announcers (27-3010)" > 2810 "News analysts, reporters and correspondents (27-3020)" > 2820 "Public relations specialists (27-3031)" > 2830 "Editors (27-3041)" > 2840 "Technical writers (27-3042)" > 2850 "Writers and authors (27-3043)" > 2860 "Miscellaneous media and communication workers (27-3090)" > 2900 "Broadcast and sound engineering technicians and radio operators (27-4010)" > 2910 "Photographers (27-4021)" > 2920 "Television, video, and motion picture camera operators and editors (27-4030)" > 2960 "Media and communication equipment workers, all other (27-4099)" > 3000 "Chiropractors (29-1011)" > 3010 "Dentists (29-1020)" > 3030 "Dietitians and nutritionists (29-1031)" > 3040 "Optometrists (29-1041)" > 3050 "Pharmacists (29-1051)" > 3060 "Physicians and surgeons (29-1060)" > 3110 "Physician assistants (29-1071)" > 3120 "Podiatrists (29-1081)" > 3130 "Registered nurses (29-1111)" > 3140 "Audiologists (29-1121)" > 3150 "Occupational therapists (29-1122)" > 3160 "Physical therapists (29-1123)" > 3200 "Radiation therapists (29-1124)" > 3210 "Recreational therapists (29-1125)" > 3220 "Respiratory therapists (29-1126)" > 3230 "Speech-language pathologists (29-1127)" > 3240 "Therapists, all other (29-1129)" > 3250 "Veterinarians (29-1131)" > 3260 "Health diagnosing and treating practitioners, all other (29-1199)" > 3300 "Clinical laboratory technologists and technicians (29-2010)" > 3310 "Dental hygienists (29-2021)" > 3320 "Diagnostic related technologists and technicians (29-2030)" > 3400 "Emergency medical technicians and paramedics (29-2041)" > 3410 "Health diagnosing and treating practitioner support technicians (29-2050)" > 3500 "Licensed practical and licensed vocational nurses (29-2061)" > 3510 "Medical records and health information technicians (29-2071)" > 3520 "Opticians, dispensing (29-2081)" > 3530 "Miscellaneous health technologists and technicians (29-2090)" > 3540 "Other healthcare practitioners and technical occupations (29-9000)" > 3600 "Nursing, psychiatric, and home health aides (31-1010)" > 3610 "Occupational therapist assistants and aides (31-2010)" > 3620 "Physical therapist assistants and aides (31-2020)" > 3630 "Massage therapists (31-9011)" > 3640 "Dental assistants (31-9091)" > 3650 "Medical assistants and other healthcare support occupations (31-909X)" > 3700 "First-line supervisors/managers of correctional officers (33-1011)" > 3710 "First-line supervisors/managers of police and detectives (33-1012)" > 3720 "First-line supervisors/managers of fire fighting and prevention workers (33-1021)" > 3730 "Supervisors, protective service workers, all other (33-1099)" > 3740 "Fire fighters (33-2011)" > 3750 "Fire inspectors (33-2020)" > 3800 "Bailiffs, correctional officers, and jailers (33-3010)" > 3820 "Detectives and criminal investigators (33-3021)" > 3830 "Fish and game wardens (33-3031)" > 3840 "Parking enforcement workers (33-3041)" > 3850 "Police and sheriff's patrol officers (33-3051)" > 3860 "Transit and railroad police (33-3052)" > 3900 "Animal control workers (33-9011)" > 3910 "Private detectives and investigators (33-9021)" > 3920 "Security guards and gaming surveillance officers (33-9030)" > 3940 "Crossing guards (33-9091)" > 3950 "Lifeguards and other protective service workers (33-909X)" > 4000 "Chefs and head cooks (35-1011)" > 4010 "First-line supervisors/managers of food preparation and serving workers (35-1012)" > 4020 "Cooks (35-2010)" > 4030 "Food preparation workers (35-2021)" > 4040 "Bartenders (35-3011)" > 4050 "Combined food preparation and serving workers, including fast food (35-3021)" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop (35-3022)" > 4110 "Waiters and waitresses (35-3031)" > 4120 "Food servers, nonrestaurant (35-3041)" > 4130 "Dining room and cafeteria attendants and bartender helpers (35-9011)" > 4140 "Dishwashers (35-9021)" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop (35-9031)" > 4160 "Food preparation and serving related workers, all other (35-9099)" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers (37-1011)" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > (37-1012)" > 4220 "Janitors and building cleaners (31-201X)" > 4230 "Maids and housekeeping cleaners (37-2012)" > 4240 "Pest control workers (37-2021)" > 4250 "Grounds maintenance workers (37-3010)" > 4300 "First-line supervisors/managers of gaming workers (39-1010)" > 4320 "First-line supervisors/managers of personal service workers (39-1021)" > 4340 "Animal trainers (39-2011)" > 4350 "Nonfarm animal caretakers (39-2021)" > 4400 "Gaming services workers (39-3010)" > 4410 "Motion picture projectionists (39-3021)" > 4420 "Ushers, lobby attendants, and ticket takers (39-3031)" > 4430 "Miscellaneous entertainment attendants and related workers (39-3090)" > 4460 "Funeral service workers (39-4000)" > 4500 "Barbers (39-5011)" > 4510 "Hairdressers, hairstylists, and cosmetologists (39-5012)" > 4520 "Miscellaneous personal appearance workers (39-5090)" > 4530 "Baggage porters, bellhops, and concierges (39-6010)" > 4540 "Tour and travel guides (39-6020)" > 4550 "Transportation attendants (39-6030)" > 4600 "Child care workers (39-9011)" > 4610 "Personal and home care aides (39-9021)" > 4620 "Recreation and fitness workers (39-9030)" > 4640 "Residential advisors (39-9041)" > 4650 "Personal care and service workers, all other (39-9099)" > 4700 "First-line supervisors/managers of retail sales workers (41-1011)" > 4710 "First-line supervisors/managers of non-retail sales workers (41-1012)" > 4720 "Cashiers (41-2010)" > 4740 "Counter and rental clerks (41-2021)" > 4750 "Parts salespersons (41-2022)" > 4760 "Retail salespersons (41-2031)" > 4800 "Advertising sales agents (41-3011)" > 4810 "Insurance sales agents (41-3021)" > 4820 "Securities, commodities, and financial services sales agents (41-3031)" > 4830 "Travel agents (41-3041)" > 4840 "Sales representatives, services, all other (41-3099)" > 4850 "Sales representatives, wholesale and manufacturing (41-4010)" > 4900 "Models, demonstrators, and product promoters (41-9010)" > 4920 "Real estate brokers and sales agents (41-9020)" > 4930 "Sales engineers (41-9031)" > 4940 "Telemarketers (41-9041)" > 4950 "Door-to-door sales workers, news and street vendors, and related workers (41-9091)" > 4960 "Sales and related workers, all other (41-9099)" > 5000 "First-line supervisors/managers of office and administrative support workers (43-1011)" > 5010 "Switchboard operators, including answering service (43-2011)" > 5020 "Telephone operators (43-2021)" > 5030 "Communications equipment operators, all other (43-2099)" > 5100 "Bill and account collectors (43-3011)" > 5110 "Billing and posting clerks and machine operators (43-3021)" > 5120 "Bookkeeping, accounting, and auditing clerks (43-3031)" > 5130 "Gaming cage workers (43-3041)" > 5140 "Payroll and timekeeping clerks (43-3051)" > 5150 "Procurement clerks (43-3061)" > 5160 "Tellers (43-3071)" > 5200 "Brokerage clerks (43-4011)" > 5210 "Correspondence clerks (43-4021)" > 5220 "Court, municipal, and license clerks (43-4031)" > 5230 "Credit authorizers, checkers, and clerks (43-4041)" > 5240 "Customer service representatives (43-4051)" > 5250 "Eligibility interviewers, government programs (43-4061)" > 5260 "File Clerks (43-4071)" > 5300 "Hotel, motel, and resort desk clerks (43-4081)" > 5310 "Interviewers, except eligibility and loan (43-4111)" > 5320 "Library assistants, clerical (43-4121)" > 5330 "Loan interviewers and clerks (43-4131)" > 5340 "New accounts clerks (43-4141)" > 5350 "Order clerks (43-4151)" > 5360 "Human resources assistants, except payroll and timekeeping (43-4161)" > 5400 "Receptionists and information clerks (43-4171)" > 5410 "Reservation and transportation ticket agents and travel clerks (43-4181)" > 5420 "Information and record clerks, all other (43-4199)" > 5500 "Cargo and freight agents (43-5011)" > 5510 "Couriers and messengers (43-5021)" > 5520 "Dispatchers (43-5030)" > 5530 "Meter readers, utilities (43-5041)" > 5540 "Postal service clerks (43-5051)" > 5550 "Postal service mail carriers (43-5052)" > 5560 "Postal service mail sorters, processors, and processing machine operators (43-5053)" > 5600 "Production, planning, and expediting clerks (43-5061)" > 5610 "Shipping, receiving, and traffic clerks (43-5071)" > 5620 "Stock clerks and order fillers (43-5081)" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping (43-5111)" > 5700 "Secretaries and administrative assistants (43-6010)" > 5800 "Computer operators (43-9011)" > 5810 "Data entry keyers (43-9021)" > 5820 "Word processors and typists (43-9022)" > 5830 "Desktop publishers (43-9031)" > 5840 "Insurance claims and policy processing clerks (43-9041)" > 5850 "Mail clerks and mail machine operators, except postal service (43-9051)" > 5860 "Office clerks, general (43-9061)" > 5900 "Office machine operators, except computer (43-9071)" > 5910 "Proofreaders and copy markers (43-9081)" > 5920 "Statistical assistants (43-9111)" > 5930 "Office and administrative support workers, all other (43-9199)" > 6000 "First-line supervisors/managers of farming, fishing, and forestry workers (45-1010)" > 6010 "Agricultural inspectors (45-2011)" > 6020 "Animal breeders (45-2021)" > 6040 "Graders and sorters, agricultural products (45-2041)" > 6050 "Miscellaneous agricultural workers (45-2090)" > 6100 "Fishers and related fishing workers (45-3011)" > 6110 "Hunters and trappers (45-3021)" > 6120 "Forest and conservation workers (45-4011)" > 6130 "Logging workers (45-4020)" > 6200 "First-line supervisors/managers of construction trades and extraction workers (47-1011)" > 6210 "Boilermakers (47-2011)" > 6220 "Brickmasons, blockmasons, and stonemasons (47-2020)" > 6230 "Carpenters (47-2031)" > 6240 "Carpet, floor, and tile installers and finishers (47-2040)" > 6250 "Cement masons, concrete finishers, and terrazzo workers (47-2050)" > 6260 "Construction laborers (47-2061)" > 6300 "Paving, surfacing, and tamping equipment operators (47-2071)" > 6310 "Pile-driver operators (47-2072)" > 6320 "Operating engineers and other construction equipment operators (47-2073)" > 6330 "Drywall installers, ceiling tile installers, and tapers (47-2080)" > 6350 "Electricians (47-2111)" > 6360 "Glaziers (47-2121)" > 6400 "Insulation workers (47-2130)" > 6420 "Painters, construction and maintenance (47-2141)" > 6430 "Paperhangers (47-2142)" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters (47-2150)" > 6460 "Plasterers and stucco masons (47-2161)" > 6500 "Reinforcing iron and rebar workers (47-2171)" > 6510 "Roofers (47-2181)" > 6520 "Sheet metal workers (47-2211)" > 6530 "Structural iron and steel workers (47-2221)" > 6600 "Helpers, construction trades (47-3010)" > 6660 "Construction and building inspectors (47-4011)" > 6700 "Elevator installers and repairers (47-4021)" > 6710 "Fence erectors (47-4031)" > 6720 "Hazardous materials removal workers (47-4041)" > 6730 "Highway maintenance workers (47-4051)" > 6740 "Rail-track laying and maintenance equipment operators (47-4061)" > 6750 "Septic tank servicers and sewer pipe cleaners (47-4071)" > 6760 "Miscellaneous construction and related workers (47-4090)" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining (47-5010)" > 6820 "Earth drillers, except oil and gas (47-5021)" > 6830 "Explosives workers, ordnance handling experts, and blasters (47-5031)" > 6840 "Mining machine operators (47-5040)" > 6910 "Roof bolters, mining (47-5061)" > 6920 "Roustabouts, oil and gas (47-5071)" > 6930 "Helpers--extraction workers (47-5081)" > 6940 "Other extraction workers (47-50XX)" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers (49-1011)" > 7010 "Computer, automated teller, and office machine repairers (49-2011)" > 7020 "Radio and telecommunications equipment installers and repairers (49-2020)" > 7030 "Avionics technicians (49-2091)" > 7040 "Electric motor, power tool, and related repairers (49-2092)" > 7050 "Electrical and electronics installers and repairers, transportation equipment (49-2093)" > 7100 "Electrical and electronics repairers, industrial and utility (49-209X)" > 7110 "Electronic equipment installers and repairers, motor vehicles (49-2096)" > 7120 "Electronic home entertainment equipment installers and repairers (49-2097)" > 7130 "Security and fire alarm systems installers (49-2098)" > 7140 "Aircraft mechanics and service technicians (49-3011)" > 7150 "Automotive body and related repairers (49-3021)" > 7160 "Automotive glass installers and repairers (49-3022)" > 7200 "Automotive service technicians and mechanics (49-3023)" > 7210 "Bus and truck mechanics and diesel engine specialists (49-3031)" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics (49-3040)" > 7240 "Small engine mechanics (49-3050)" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers (49-3090 > )" > 7300 "Control and valve installers and repairers (49-9010)" > 7310 "Heating, air conditioning, and refrigeration mechanics and installers (49-9021)" > 7320 "Home appliance repairers (49-9031)" > 7330 "Industrial and refractory machinery mechanics (49-904X)" > 7340 "Maintenance and repair workers, general (49-9042)" > 7350 "Maintenance workers, machinery (49-9043)" > 7360 "Millwrights (49-9044)" > 7410 "Electrical power-line installers and repairers (49-9051)" > 7420 "Telecommunications line installers and repairers (49-9052)" > 7430 "Precision instrument and equipment repairers (49-9060)" > 7510 "Coin, vending, and amusement machine servicers and repairers (49-9091)" > 7520 "Commercial divers (49-9092)" > 7540 "Locksmiths and safe repairers (49-9094)" > 7550 "Manufactured building and mobile home installers (49-9095)" > 7560 "Riggers (49-9096)" > 7600 "Signal and track switch repairers (49-9097)" > 7610 "Helpers--installation, maintenance, and repair workers (49-9098)" > 7620 "Other installation, maintenance, and repair workers (49-909X)" > 7700 "First-line supervisors/managers of production and operating workers (51-1011)" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers (51-2011)" > 7720 "Electrical, electronics, and electromechanical assemblers (51-2020)" > 7730 "Engine and other machine assemblers (51-2031)" > 7740 "Structural metal fabricators and fitters (51-2041)" > 7750 "Miscellaneous assemblers and fabricators (51-2090)" > 7800 "Bakers (51-3011)" > 7810 "Butchers and other meat, poultry, and fish processing workers (51-3020)" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders (51-3091)" > 7840 "Food batchmakers (51-3092)" > 7850 "Food cooking machine operators and tenders (51-3093)" > 7900 "Computer control programmers and operators (51-4010)" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic (51-402 > 1)" > 7930 "Forging machine setters, operators, and tenders, metal and plastic (51-4022)" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic (51-4023)" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > (51-4031)" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic (51 > -4032)" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic (51-4033)" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic (51-40 > 34)" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic (51-4035) > " > 8030 "Machinists (51-4041)" > 8040 "Metal furnace and kiln operators and tenders (51-4050)" > 8060 "Model makers and patternmakers, metal and plastic (51-4060)" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic (51-4070) > " > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic (51-4081)" > 8130 "Tool and die makers (51-4111)" > 8140 "Welding, soldering, and brazing workers (51-4120)" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic (51-4191)" > 8160 "Lay-out workers, metal and plastic (51-4192)" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic (51-4193) > " > 8210 "Tool grinders, filers, and sharpeners (51-4194)" > 8220 "Metalworkers and plastic workers, all other (51-4199)" > 8230 "Bookbinders and bindery workers (51-5010)" > 8240 "Job printers (51-5021)" > 8250 "Prepress technicians and workers (51-5022)" > 8260 "Printing machine operators (51-5023)" > 8300 "Laundry and dry-cleaning workers (51-6011)" > 8310 "Pressers, textile, garment, and related materials (51-6021)" > 8320 "Sewing machine operators (51-6031)" > 8330 "Shoe and leather workers and repairers (51-6041)" > 8340 "Shoe machine operators and tenders (51-6042)" > 8350 "Tailors, dressmakers, and sewers (51-6050)" > 8360 "Textile bleaching and dyeing machine operators and tenders (51-6061)" > 8400 "Textile cutting machine setters, operators, and tenders (51-6062)" > 8410 "Textile knitting and weaving machine setters, operators, and tenders (51-6063)" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders (51-6 > 064)" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s (51-6091)" > 8440 "Fabric and apparel patternmakers (51-6092)" > 8450 "Upholsterers (51-6093)" > 8460 "Textile, apparel, and furnishings workers, all other (51-6099)" > 8500 "Cabinetmakers and bench carpenters (51-7011)" > 8510 "Furniture finishers (51-7021)" > 8520 "Model makers and patternmakers, wood (51-7030)" > 8530 "Sawing machine setters, operators, and tenders, wood (51-7041)" > 8540 "Woodworking machine setters, operators, and tenders, except sawing (51-7042)" > 8550 "Woodworkers, all other (51-7099)" > 8600 "Power plant operators, distributors, and dispatchers (51-8010)" > 8610 "Stationary engineers and boiler operators (51-8021)" > 8620 "Water and liquid waste treatment plant and system operators (51-8031)" > 8630 "Miscellaneous plant and system operators (51-8090)" > 8640 "Chemical processing machine setters, operators, and tenders (51-9010)" > 8650 "Crushing, grinding, polishing, mixing, and blending workers (51-9020)" > 8710 "Cutting workers (51-9030)" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders (51 > -9041)" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders (51-9051)" > 8740 "Inspectors, testers, sorters, samplers, and weighers (51-9061)" > 8750 "Jewelers and precious stone and metal workers (51-9071)" > 8760 "Medical, dental, and ophthalmic laboratory technicians (51-9080)" > 8800 "Packaging and filling machine operators and tenders (51-9111)" > 8810 "Painting workers (51-9120)" > 8830 "Photographic process workers and processing machine operators (51-9130)" > 8840 "Semiconductor processors (51-9141)" > 8850 "Cementing and gluing machine operators and tenders (51-9191)" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders (51-9192)" > 8900 "Cooling and freezing equipment operators and tenders (51-9193)" > 8910 "Etchers and engravers (51-9194)" > 8920 "Molders, shapers, and casters, except metal and plastic (51-9195)" > 8930 "Paper goods machine setters, operators, and tenders (51-9196)" > 8940 "Tire builders (51-9197)" > 8950 "Helpers--production workers (51-9198)" > 8960 "Production workers, all other (51-9199)" > 9000 "Supervisors, transportation and material moving workers (53-1000)" > 9030 "Aircraft pilots and flight engineers (53-2010)" > 9040 "Air traffic controllers and airfield operations specialists (53-2020)" > 9110 "Ambulance drivers and attendants, except emergency medical technicians (53-3011)" > 9120 "Bus drivers (53-3020)" > 9130 "Driver/sales workers and truck drivers (53-3030)" > 9140 "Taxi drivers and chauffeurs (53-3041)" > 9150 "Motor vehicle operators, all other (53-3099)" > 9200 "Locomotive engineers and operators (53-4010)" > 9230 "Railroad brake, signal, and switch operators (53-4021)" > 9240 "Railroad conductors and yardmasters (53-4031)" > 9260 "Subway, streetcar, and other rail transportation workers (53-30XX)" > 9300 "Sailors and marine oilers (53-5011)" > 9310 "Ship and boat captains and operators (53-5020)" > 9330 "Ship engineers (53-5031)" > 9340 "Bridge and lock tenders (53-6011)" > 9350 "Parking lot attendants (53-6021)" > 9360 "Service station attendants (53-6031)" > 9410 "Transportation inspectors (53-6051)" > 9420 "Other transportation workers (53-60XX)" > 9500 "Conveyor operators and tenders (53-7011)" > 9510 "Crane and tower operators (53-7021)" > 9520 "Dredge, excavating, and loading machine operators (53-7030)" > 9560 "Hoist and winch operators (53-7041)" > 9600 "Industrial truck and tractor operators (53-7051)" > 9610 "Cleaners of vehicles and equipment (53-7061)" > 9620 "Laborers and freight, stock, and material movers, hand (53-7062)" > 9630 "Machine feeders and offbearers (53-7063)" > 9640 "Packers and packagers, hand (53-7064)" > 9650 "Pumping station operators (53-7070)" > 9720 "Refuse and recyclable material collectors (53-7081)" > 9730 "Shuttle car operators (53-7111)" > 9740 "Tank car, truck, and ship loaders (53-7121)" > 9750 "Material moving workers, all other (53-7199)" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reporteds(Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers (55-1010)" > 9810 "First-line enlisted military supervisors/managers (55-2010)" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members (55-3 > 010)" > 9830 "Military, rank not specified (99-9999)" > ; . * docc80: 1983-2002; . label values docc80 docc80l; . label define docc80l > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg00.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 283,236 6.476832 3.460435 1 12 hurespli | 283,203 1.594157 .9162152 0 16 hrhtype | 283,236 2.52308 2.222561 1 10 minsamp | 283,236 6.032708 1.999736 4 8 -------------+--------------------------------------------------------- hrlonglk | 283,236 1.991569 .129581 0 2 hrsample | 0 serial | 0 hhnum | 283,236 1.058891 .2602512 1 6 state | 283,236 53.70691 26.11832 11 95 -------------+--------------------------------------------------------- stfips | 283,236 28.15619 15.51706 1 56 cmsacode | 99,048 53.29648 26.87102 7 97 msafips | 205,496 4514.077 2516.585 80 9360 county | 283,236 25.03965 58.78853 0 810 centcity | 240,218 2.001698 .7387176 1 3 -------------+--------------------------------------------------------- smsastat | 282,384 1.232832 .4226368 1 2 icntcity | 18,399 1.195772 .5516497 1 4 smsa93 | 205,914 5.189123 1.678874 2 7 relref95 | 283,236 2.999541 3.027968 1 18 age | 283,236 44.59 18.06354 16 90 -------------+--------------------------------------------------------- spouse | 156,779 1.574133 .7030455 1 14 sex | 283,236 1.524887 .4993811 1 2 veteran | 282,249 5.626978 1.162609 1 6 race | 283,236 1.244386 .6681178 1 4 ethnic | 280,305 7.579683 1.437342 1 9 -------------+--------------------------------------------------------- grade92 | 283,236 39.69388 2.824576 31 46 lineno | 283,236 1.763254 1.074018 1 16 famnum | 283,236 .8151965 .4481475 0 5 pfamrel | 283,236 1.39555 1.039131 0 4 marital | 283,236 3.221487 2.610469 1 7 -------------+--------------------------------------------------------- prpertyp | 283,236 2.003485 .0589287 2 3 penatvty | 283,236 83.63301 79.09822 57 555 pemntvty | 283,236 91.56287 86.68612 57 555 pefntvty | 283,236 91.90597 86.98824 57 555 prcitshp | 283,236 1.432629 1.166463 1 5 -------------+--------------------------------------------------------- prcitflg | 283,236 .3038244 2.883262 0 41 peinusyr | 283,236 1.141882 3.416134 0 16 selfproxy | 281,450 1.524448 .5456674 1 3 lfsr94 | 282,249 2.709483 2.328973 1 7 absent94 | 7,806 5.861773 3.183273 4 14 -------------+--------------------------------------------------------- uhourse | 182,637 35.57031 16.32191 -4 99 reason94 | 12,261 5.060354 2.859422 1 13 hourslw | 173,844 39.51043 13.66376 1 99 laydur | 1,222 6.521277 8.523175 1 104 dwrsn | 4,633 7.890784 2.96237 1 11 -------------+--------------------------------------------------------- why3594 | 41,295 15.13217 6.990793 1 23 prunedur | 7,160 12.83534 18.60265 0 117 untype | 7,160 3.48324 1.658175 1 6 ftpt94 | 282,249 2.621979 2.350801 1 12 class94p | 198,169 4.111682 1.163595 1 8 -------------+--------------------------------------------------------- ind80 | 198,169 586.3137 274.826 10 991 occ80 | 198,169 359.355 249.375 4 905 occ802 | 283,236 11.43862 75.33094 -1 889 agri | 198,169 .0277945 .1643839 0 1 eligible | 283,236 1.431125 .4952343 1 2 -------------+--------------------------------------------------------- otc | 161,126 1.836072 .370211 1 2 ernpdh2 | 87,016 1.744254 .4362823 1 2 paidhre | 161,126 1.395883 .489041 1 2 earnhre | 97,278 1163.501 664.3041 26 9999 earnwke | 161,126 611.312 468.6841 0 2884 -------------+--------------------------------------------------------- unionmme | 161,126 1.865391 .3413065 1 2 unioncov | 139,437 1.983182 .1285882 1 2 studftpt | 20,677 1.090245 .2865397 1 2 schenr | 42,954 1.518625 .4996588 1 2 schlvl | 20,677 1.466073 .4988597 1 2 -------------+--------------------------------------------------------- earnwtp | 283,236 8884.441 4384.026 0 69739.87 weightp | 283,236 2221.11 1089.794 0 17535.55 chldpres | 182,264 2.404035 3.396959 0 15 ownchild | 182,264 .8843381 1.140639 0 11 I25d | 161,126 .2984435 .4575765 0 1 -------------+--------------------------------------------------------- I25c | 97,339 .3227997 .4675492 0 1 I25a | 283,236 .3001949 3.224869 0 43 I25b | 283,236 3.505624 11.60462 0 42 qstnum | 0 occurnum | 0 -------------+--------------------------------------------------------- ged | 90,461 1.094693 .2927917 1 2 gedhigr | 8,566 6.261382 1.272263 1 8 yrcoll | 73,994 2.677231 1.015205 1 5 grprof | 43,631 1.723133 .4474555 1 2 gr6cor | 12,080 1.367384 .4821123 1 2 -------------+--------------------------------------------------------- ms123 | 14,647 2.168362 .6030793 1 3 cmpwgt | 283,236 2221.343 1091.779 0 17375.14 recnum | 283,236 203419.7 117415.5 2 406625 year | 283,236 2000 0 2000 2000 ind02 | 198,169 6008.809 2748.416 170 9890 -------------+--------------------------------------------------------- class94 | 198,169 4.118026 1.171242 1 8 occ00 | 198,169 4434.438 2599.379 10 9840 earnwt | 283,236 9006.341 4381.413 0 70707.88 weight | 283,236 2251.585 1089.09 0 17820.54 ym_file | 283,236 485.4768 3.460435 480 491 -------------+--------------------------------------------------------- ym | 283,236 476.3787 6.905721 465 488 ch02 | 182,264 .1227999 .3282083 0 1 ch35 | 182,264 .1289668 .3351641 0 1 ch613 | 182,264 .2742835 .4461537 0 1 ch1417 | 182,264 .16007 .366672 0 1 -------------+--------------------------------------------------------- ch05 | 182,264 .2089881 .406587 0 1 ihigrdc | 283,236 12.91365 3.039973 0 18 docc80 | 198,169 22.13205 12.78299 1 46 docc00 | 198,169 13.09036 6.678656 1 23 dind | 198,169 31.37533 13.43522 1 52 -------------+--------------------------------------------------------- dind02 | 198,169 35.79405 206.9883 1 6790 . aef2 2001 01 98_02 01 dct_name aef98_02.dbd raw_name=../raw/morg01 (0 observations deleted) obs 435602 # of persons with age<=15 132566 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 40,765 9.36 9.36 0 | 4,716 1.08 10.44 1 | 5,463 1.25 11.70 2 | 5,423 1.24 12.94 3 | 5,481 1.26 14.20 4 | 5,419 1.24 15.44 5 | 5,458 1.25 16.70 6 | 5,688 1.31 18.00 7 | 5,899 1.35 19.36 8 | 5,948 1.37 20.72 9 | 6,112 1.40 22.12 10 | 6,188 1.42 23.54 11 | 6,214 1.43 24.97 12 | 6,044 1.39 26.36 13 | 5,949 1.37 27.72 14 | 5,823 1.34 29.06 15 | 5,976 1.37 30.43 16 | 5,934 1.36 31.80 17 | 5,766 1.32 33.12 18 | 5,376 1.23 34.35 19 | 5,010 1.15 35.50 20 | 4,926 1.13 36.63 21 | 4,944 1.13 37.77 22 | 4,767 1.09 38.86 23 | 4,623 1.06 39.92 24 | 4,814 1.11 41.03 25 | 4,712 1.08 42.11 26 | 4,755 1.09 43.20 27 | 4,684 1.08 44.28 28 | 4,810 1.10 45.38 29 | 4,993 1.15 46.53 30 | 5,682 1.30 47.83 31 | 5,604 1.29 49.12 32 | 5,430 1.25 50.37 33 | 5,230 1.20 51.57 34 | 5,482 1.26 52.83 35 | 5,698 1.31 54.13 36 | 6,020 1.38 55.52 37 | 6,227 1.43 56.94 38 | 6,195 1.42 58.37 39 | 6,263 1.44 59.80 40 | 6,817 1.56 61.37 41 | 6,455 1.48 62.85 42 | 6,304 1.45 64.30 43 | 6,463 1.48 65.78 44 | 6,401 1.47 67.25 45 | 6,401 1.47 68.72 46 | 6,212 1.43 70.15 47 | 5,890 1.35 71.50 48 | 5,833 1.34 72.84 49 | 5,727 1.31 74.15 50 | 5,556 1.28 75.43 51 | 5,470 1.26 76.68 52 | 5,297 1.22 77.90 53 | 5,291 1.21 79.12 54 | 5,394 1.24 80.35 55 | 4,222 0.97 81.32 56 | 4,085 0.94 82.26 57 | 4,063 0.93 83.19 58 | 4,071 0.93 84.13 59 | 3,709 0.85 84.98 60 | 3,434 0.79 85.77 61 | 3,347 0.77 86.54 62 | 3,114 0.71 87.25 63 | 3,149 0.72 87.97 64 | 2,919 0.67 88.64 65 | 3,062 0.70 89.35 66 | 2,926 0.67 90.02 67 | 2,714 0.62 90.64 68 | 2,610 0.60 91.24 69 | 2,566 0.59 91.83 70 | 2,795 0.64 92.47 71 | 2,730 0.63 93.10 72 | 2,623 0.60 93.70 73 | 2,512 0.58 94.28 74 | 2,401 0.55 94.83 75 | 2,328 0.53 95.36 76 | 2,210 0.51 95.87 77 | 2,119 0.49 96.36 78 | 1,983 0.46 96.81 79 | 1,976 0.45 97.27 80 | 1,845 0.42 97.69 81 | 1,573 0.36 98.05 82 | 1,231 0.28 98.33 83 | 1,226 0.28 98.61 84 | 1,074 0.25 98.86 85 | 992 0.23 99.09 86 | 800 0.18 99.27 87 | 685 0.16 99.43 88 | 546 0.13 99.55 89 | 433 0.10 99.65 90 | 1,507 0.35 100.00 ------------+----------------------------------- Total | 435,602 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 40,765 30.75 30.75 0 | 4,716 3.56 34.31 1 | 5,463 4.12 38.43 2 | 5,423 4.09 42.52 3 | 5,481 4.13 46.65 4 | 5,419 4.09 50.74 5 | 5,458 4.12 54.86 6 | 5,688 4.29 59.15 7 | 5,899 4.45 63.60 8 | 5,948 4.49 68.09 9 | 6,112 4.61 72.70 10 | 6,188 4.67 77.37 11 | 6,214 4.69 82.05 12 | 6,044 4.56 86.61 13 | 5,949 4.49 91.10 14 | 5,823 4.39 95.49 15 | 5,976 4.51 100.00 ------------+----------------------------------- Total | 132,566 100.00 (132,566 observations deleted) (0 observations deleted) obs 303036 after keeping age>15&age!=. infile successful no observations total obs pre-revise 2001 303036 (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/rw/annual.dta saved (279,404 observations deleted) 1 jan obs 23632 (note: you are using old merge syntax; see [D] merge for new syntax) (124,875 observations deleted) file /homes/data/morg/annual/rw/jan.dta saved (279,455 observations deleted) 2 feb obs 23581 (note: you are using old merge syntax; see [D] merge for new syntax) (124,184 observations deleted) file /homes/data/morg/annual/rw/feb.dta saved (280,298 observations deleted) 3 mar obs 22738 (note: you are using old merge syntax; see [D] merge for new syntax) (124,008 observations deleted) file /homes/data/morg/annual/rw/mar.dta saved (280,587 observations deleted) 4 apr obs 22449 (note: you are using old merge syntax; see [D] merge for new syntax) (124,399 observations deleted) file /homes/data/morg/annual/rw/apr.dta saved (280,419 observations deleted) 5 may obs 22617 (note: you are using old merge syntax; see [D] merge for new syntax) (124,564 observations deleted) file /homes/data/morg/annual/rw/may.dta saved (280,445 observations deleted) 6 jun obs 22591 (note: you are using old merge syntax; see [D] merge for new syntax) (125,024 observations deleted) file /homes/data/morg/annual/rw/jun.dta saved (275,493 observations deleted) 7 jul obs 27543 (note: you are using old merge syntax; see [D] merge for new syntax) (147,563 observations deleted) file /homes/data/morg/annual/rw/jul.dta saved (275,658 observations deleted) 8 aug obs 27378 (note: you are using old merge syntax; see [D] merge for new syntax) (149,145 observations deleted) file /homes/data/morg/annual/rw/aug.dta saved (275,476 observations deleted) 9 sep obs 27560 (note: you are using old merge syntax; see [D] merge for new syntax) (148,656 observations deleted) file /homes/data/morg/annual/rw/sep.dta saved (275,072 observations deleted) 10 oct obs 27964 (note: you are using old merge syntax; see [D] merge for new syntax) (148,542 observations deleted) file /homes/data/morg/annual/rw/oct.dta saved (275,172 observations deleted) 11 nov obs 27864 (note: you are using old merge syntax; see [D] merge for new syntax) (148,458 observations deleted) file /homes/data/morg/annual/rw/nov.dta saved (275,917 observations deleted) 12 dec obs 27119 (note: you are using old merge syntax; see [D] merge for new syntax) (148,115 observations deleted) file /homes/data/morg/annual/rw/dec.dta saved using jan (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) total obs post-revise303036 start renaming (90,979 real changes made, 90,979 to missing) (90,979 real changes made, 90,979 to missing) done renaming drop 2000 rename 2001-2002 (154,695 real changes made, 154,695 to missing) (131,503 real changes made, 131,503 to missing) (22 real changes made, 22 to missing) (0 real changes made) (0 real changes made) (150,546 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (152,490 real changes made) Geography (85,050 real changes made, 85,050 to missing) smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (1,156 real changes made, 1,156 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (48,199 real changes made, 48,199 to missing) (284,706 real changes made, 284,706 to missing) (85,659 real changes made, 85,659 to missing) (199,884 real changes made, 199,884 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (136,307 real changes made, 136,307 to missing) if 2001 > 1983 & 2001 < 1989 { (0 real changes made) (109,001 real changes made, 109,001 to missing) (109,001 real changes made, 109,001 to missing) (109,001 missing values generated) (109,001 missing values generated) (109,001 missing values generated) (109,001 missing values generated) (ch02: 80923 changes made) (ch35: 91203 changes made) (ch613: 91203 changes made) (ch1417: 91203 changes made) (109,001 missing values generated) (16,194 real changes made) (0 real changes made) (207,024 real changes made, 207,024 to missing) (293,949 real changes made, 293,949 to missing) (223,011 real changes made, 223,011 to missing) (255,892 real changes made, 255,892 to missing) (290,111 real changes made, 290,111 to missing) (286,829 real changes made, 286,829 to missing) (303,036 missing values generated) (1,077 real changes made) (2,444 real changes made) (4,705 real changes made) (9,164 real changes made) (8,247 real changes made) (13,178 real changes made) (13,351 real changes made) (4,424 real changes made) (66 real changes made) (23 real changes made) (77 real changes made) (707 real changes made) (1,075 real changes made) (2,563 real changes made) (3,342 real changes made) (1,234 real changes made) (86,925 real changes made) (11,147 real changes made) (21,233 real changes made) (33,786 real changes made) (10,212 real changes made) (3,647 real changes made) (34,219 real changes made) (4,758 real changes made) (8,167 real changes made) (1,750 real changes made) (14,457 real changes made) (7,058 real changes made) (209,314 real changes made, 209,314 to missing) (294,191 real changes made, 294,191 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (1 real change made, 1 to missing) (3,732 real changes made, 3,732 to missing) (1,084 real changes made, 1,084 to missing) Employment (1,955 real changes made, 1,955 to missing) (297,981 real changes made, 297,981 to missing) (131,503 real changes made, 131,503 to missing) (90,979 real changes made, 90,979 to missing) (90,979 real changes made, 90,979 to missing) (90,979 real changes made, 90,979 to missing) (0 real changes made) (90,979 real changes made, 90,979 to missing) (0 real changes made) docc80 (90,979 missing values generated) recode docc80 (docc80: 212057 changes made) ** The renaming is part of the Census reweighting ; docc00 553 556 generate int docc00=occ00; (90,979 missing values generated) recode docc00 2000-2010 (docc00: 212057 changes made) dind (90,979 missing values generated) (dind: 212057 changes made) (90,979 missing values generated) (dind02: 211884 changes made) Wages (131,503 real changes made, 131,503 to missing) (0 real changes made) (199,278 real changes made, 199,278 to missing) (0 real changes made) (0 real changes made) (131,503 real changes made) (206,254 real changes made) (90,979 real changes made, 90,979 to missing) (294,191 real changes made, 294,191 to missing) (109,939 real changes made) (131,503 real changes made) (1 real change made, 1 to missing) (108,855 real changes made, 108,855 to missing) (1,084 real changes made, 1,084 to missing) (301,493 real changes made, 301,493 to missing) (199,221 real changes made, 199,221 to missing) (131,503 real changes made, 131,503 to missing) Hours, Unions (287,908 real changes made, 287,908 to missing) (294,863 real changes made, 294,863 to missing) (280,468 real changes made, 280,468 to missing) (257,090 real changes made, 257,090 to missing) (280,468 real changes made, 280,468 to missing) (1,084 real changes made, 1,084 to missing) (118,112 real changes made, 118,112 to missing) (98 real changes made) (256,571 real changes made, 256,571 to missing) (131,635 real changes made, 131,635 to missing) (154,578 real changes made, 154,578 to missing) variable spouse was int now byte variable hourslw was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc80 was int now byte variable docc00 was int now byte variable dind was float now byte variable dind02 was float now int (5,454,648 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa93: 1995:9-; . label values smsa93 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000+" > ; . * icntcity goes here; . *msafips: 1994-; . label values msafips msafips; . label define msafips > 80 "Akron, OH PMSA" > 160 "Albany-Schenectady-Troy, NY MSA (Schohaire County not in sample)" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem-Easton, PA MSA " > 380 "Anchorage, AK MSA" > 440 "Ann Arbor, MI PMSA" > 450 "Anniston, AL MSA" > 460 "Appleton-Oshkosh-Neenah, WI MSA" > 480 "Asheville, NC MSA (Madison County not in sample)" > 520 "Atlanta, GA MSA" > 560 "Atlantic-Cape May, NJ PMSA " > 600 "Augusta-Aiken, GA-SC MSA" > 640 "Austin-San Marcos, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD PMSA" > 760 "Balton Rouge, LA MSA" > 840 "Beaumont-Port Arthur, TX MSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA-NH PMSA (New Hampshire portion not identified)" > 1125 "Boulder-Longmont, CO PMSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen-San Benito, TX MSA" > 1280 "Buffalo-Niagara Falls, NY MSA" > 1305 "Burlington, VT MSA" > 1320 "Canton-Massillon, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1440 "Charleston-North Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-GA MSA " > 1600 "Chicago, IL PMSA (Dekalb County not in sample) " > 1620 "Chico-Paradise, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA (Dearborn County, IN not identified" > 1660 "Clarksville-Hopkinsville, TN-KY MSA (Kentucky portion not in sample)" > 1680 "Cleveland-Lorain-Elyria, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSA" > 1960 "Davenport-Moline-Rock Island, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2030 "Decatur, AL MSA" > 2040 "Decatur, IL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA " > 2160 "Detroit, MI PMSA" > 2190 "Dover, DE MSA" > 2240 "Duluth-Superior, MN-WI MSA (Wisconsin portion not identified) " > 2281 "Dutchess County, NY PMSA" > 2290 "Eau Claire, WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville-Henderson, IN-KY MSA (Kentucky portion not identified) " > 2520 "Fargo-Moorhead, ND-MN MSA (Minnesota portion not identified)" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale-Rogers, AR MSA" > 2600 "Fitchburg-Leominster, MA PMSA" > 2640 "Flint, MI PMSA" > 2650 "Florence, AL MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale, FL PMSA" > 2700 "Fort Myers-Cape Coral, FL MSA" > 2710 "Fort Pierce-Port St. Lucie, FL MSA" > 2720 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample) " > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA (Adams, Huntington, and Wells Counties not in sample)" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary, IN PMSA" > 3000 "Grand Rapids-Muskegon-Holland, MI MSA" > 3060 "Greeley, CO PMSA" > 3080 "Green Bay, WI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3150 "Greenville, NC MSA" > 3160 "Greenville-Spartanburg-Anderson, SC MSA" > 3180 "Hagerstown, MD PMSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA " > 3280 "Hartford, CT MSA" > 3290 "Hickory-Morgantown, NC MSA (Caldwell County not in sample)" > 3320 "Honolulu, HI MSA" > 3350 "Houma, LA MSA" > 3360 "Houston, TX PMSA (Chambers County not in sample)" > 3400 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not" > 3440 "Huntsville, AL MSA (Limestone County not in sample)" > 3480 "Indianapolis, IN MSA (Madison County not in sample)" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3610 "Jamestown, NY MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified) " > 3680 "Johnstown, PA MSA" > 3720 "Kalamazoo-Battle Creek, MI MSA (Van Buren County not in sample)" > 3760 "Kansas City, MO-KS MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA (Acadia Parish not in sample)" > 3960 "Lake Charles, LA MSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4080 "Laredo, TX MSA" > 4100 "Las Cruces, NM MSA" > 4120 "Las Vegas, NV-AZ MSA (Nye County, NV and Mohave County, AZ not in" > 4160 "Lawrence, MA-NH PMSA (New Hampshire portion not identified)" > 4280 "Lexington, KY MSA (Madison County not in sample)" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA (Scott County, IN not in sample)" > 4560 "Lowell, MA-NH PMSA (New Hampshire portion not identified)" > 4600 "Lubbock, TX MSA" > 4680 "Macon, GA MSA (Twiggs County not in sample)" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH PMSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford-Ashland, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not" > 4940 "Merced, CA MSA" > 5000 "Miami, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee-Waukesha, WI PMSA" > 5120 "Minneapolis-St., Paul, MN-WI MSA (St. Croix County, WI not identified" > 5160 "Mobile, AL MSA " > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5330 "Myrtle Beach, SC MSA" > 5345 "Naples, FL MSA" > 5350 "Nashua, NH PMSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA PMSA" > 5480 "New Haven-Meriden, CT PMSA" > 5520 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA (White Plains Central City recoded to balance of" > 5640 "Newark, NJ PMSA" > 5660 "Newburgh, NY-PA PMSA (Pennsylvania portion not identified)" > 5720 "Norfolk-Virginia Beach-Newport News, VA-NC MSA (Mathews County, VA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5800 "Odessa-Midland, TX MSA (Ector County not in sample)" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA PMSA" > 5920 "Omaha, NE-IA MSA (Iowa portion not identified)" > 5945 "Orange County, CA PMSA" > 5960 "Orlando, FL MSA" > 6015 "Panama City, FL MSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria-Pekin, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix-Mesa, AZ MSA" > 6280 "Pittsburgh, PA MSA" > 6400 "Portland, ME MSA" > 6440 "Portland-Vancouver, OR-WA PMSA" > 6450 "Portsmouth-Rochester, NH-ME PMSA (Maine portion not identified)" > 6480 "Providence-Fall River-Warwick, RI-MA MSA (Newport County, RI portion" > 6520 "Provo-Orem, UT MSA " > 6560 "Pueblo, CO MSA" > 6580 "Punta Gorda, FL MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham-Chapel Hill, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA " > 6760 "Richmond-Petersburg, VA MSA " > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA PMSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL MSA (Crawford County, MO [part] not in sample) " > 7080 "Salem, OR PMSA" > 7120 "Salinas, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7460 "San Luis Obispo-Atascadero-Paso Robles, CA MSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7490 "Santa Fe, NM MSA" > 7500 "Santa Rosa, CA PMSA" > 7510 "Sarasota-Bradenton, FL MSA" > 7560 "Scranton-Wilkes Barre-Hazelton, PA MSA " > 7600 "Seattle-Bellevue-Everett, WA PMSA" > 7680 "Shreveport-Bossier City, LA MSA" > 7760 "Sioux Falls, SD MSA (Central City portion only identified)" > 7800 "South Bend, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA (Webster County not in sample)" > 8000 "Springfield, MA MSA" > 8040 "Stamford-Norwalk, CT PMSA" > 8120 "Stockton-Lodi, CA MSA" > 8160 "Syracuse, NY MSA (Cayuga County not in sample)" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St. Petersburg-Clearwater, FL MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA (Central City portion only identified) " > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8735 "Ventura, CA PMSA" > 8760 "Vineland-Millville-Bridgeton, NJ PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA-WV PMSA (West Virginia portion not identified)" > 8880 "Waterbury, CT PMSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton, FL MSA" > 9000 "Wheeling, WV-OH MSA (Ohio portion not identified) " > 9040 "Wichita, KS MSA" > 9160 "Wilmington-Newark, DE-MD PMSA (Maryland portion suppressed)" > 9200 "Wilmington, NC MSA (Brunswick County not in sample)" > 9240 "Worcester, MA-CT PMSA (Connecticut portion suppressed)" > 9270 "Yolo, CA PMSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > 9360 "Yuma, AZ MSA" > ; . * cmsacode: 1994-; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Worcester-Lawrence, MA-NH-ME-CT" > 14 "Chicago-Gary-Kenosha, IL-IN-WI" > 21 "Cincinnati-Hamilton, OH-KY-IN" > 28 "Cleveland-Akron, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder-Greeley, CO" > 35 "Detroit-Ann Arbor-Flint, MI" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT-PA" > 77 "Philadelphia-Wilmington-Atlantic City, PA-NJ-DE-MD" > 79 "Portland-Salem, OR-WA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma-Bremerton, WA" > 97 "Washington-Baltimore, DC-MD-VA-WV" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1996-; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "American Indian, Aleut, Eskimo" > 4 "Asian or Pacific Islander" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > -1 "Not a parent" > 0 "No children < 18 years old" > 1 "All children 0-2 years old" > 2 "All children 3-5 years old" > 3 "All children 6-13 years old" > 4 "All children 14-17 years old" > 5 "All children 0-5 years old" > 6 "Children 0-2 & 6-13 (no 3-5 or 14+)" > 7 "Children 0-2 & 14-17 (no 3-13)" > 8 "Children 3-5 & 6-13 (no 0-2 or 14+)" > 9 "Children 3-5 & 14-17 (no 0-2 or 6-13)" > 10 "Children 6-17 (no 0-5)" > 11 "Children 0-13 (no 14-17)" > 12 "Children 0-5 & 14-17 (no 6-13)" > 13 "Children 0-2 & 6-17 (no 3-5)" > 14 "Children 3-17 (no 0-2)" > 15 "Children from all age groups" > ; . * ch02: 1989-1993, 1999:11-; . label values ch02 ch02; . label define ch02 > 1 "Yes" > 0 "No" > ; . * ch35: 1989-1993, 1999:11-; . label values ch35 ch35; . label define ch35 > 1 "Yes" > 0 "No" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1988 differs from pfamrel 1993-; . * pfamrel: 1993-; . label values pfamrel P47L; . label define P47L > 0 "Not A Family Member" > 1 "Reference Person" > 2 "Spouse" > 3 "Child" > 4 "Other Relative (primary Family" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relref95: 1995:3-; . label values relref95 P15L; . label define P15L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Spouse" > 4 "Child" > 5 "Grandchild" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Foster child" > 10 "Non-rel of ref. per w/own rels in HH" > 11 "Not used" > 12 "Non-rel of ref per w/no own rels in HH" > 13 "Unmarried partner w/ own rels in HH" > 14 "Unmar. partner w/ no own rels in HH" > 15 "Housemate/roommate w/ own rels in HH" > 16 "Hsemate/roommate w/ no own rels in HH" > 17 "Roomer/boarder w/ own rels in HH in HH" > 18 "Roomer/brder w/ no own rels in HH" > ; . * penatvty: 1994-2006; . label values penatvty native; . label define native > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 72 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 102 "Austria" > 103 "Belgium" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "Great Britain" > 139 "England" > 140 "Scotland" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Europe" > 155 "Czech Republic" > 156 "Slovakia/Slovak Republic" > 180 "USSR" > 183 "Latvia" > 184 "Lithuania" > 185 "Armenia" > 192 "Russia" > 195 "Ukraine" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Burma" > 206 "Cambodia" > 207 "China" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea/South Korea" > 218 "Korea/ South Korea" > 221 "Laos" > 222 "Lebanon" > 224 "Malaysia" > 229 "Pakistan" > 231 "Philippines" > 233 "Saudi Arabia" > 234 "Singapore" > 237 "Syria" > 238 "Taiwan" > 239 "Thailand" > 240 "Turkey" > 242 "Vietnam" > 245 "Asia" > 252 "Middle East" > 253 "Palestine" > 300 "Bermuda" > 301 "Canada" > 304 "North America" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Mexico" > 316 "Nicaragua" > 317 "Panama" > 318 "Central America" > 333 "Bahamas" > 334 "Barbados" > 337 "Cuba" > 338 "Dominica" > 339 "Dominican Republic" > 340 "Grenada" > 342 "Haiti" > 343 "Jamaica" > 351 "Trinidad & Tobago" > 353 "Caribbean" > 375 "Argentina" > 376 "Bolivia" > 377 "Brazil" > 378 "Chile" > 379 "Colombia" > 380 "Ecuador" > 383 "Guyana" > 385 "Peru" > 387 "Uruguay" > 388 "Venezuela" > 389 "South America" > 415 "Egypt" > 417 "Ethiopia" > 421 "Ghana" > 427 "Kenya" > 436 "Morocco" > 440 "Nigeria" > 449 "South Africa" > 462 "Other Africa" > 468 "North Africa" > 501 "Australia" > 507 "Fiji" > 514 "New Zealand" > 527 "Pacific Islands" > 555 "Other" > ; . * pemntvty: 1994-2006; . label values pemntvty native; . * pefntvty: 1994-2006; . label values pefntvty native; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 1998-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-2001" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1992-2002; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 12 "Veterinary services [1992+]" > 20 "Landscape and horticultutal services [92+]" > 30 "Agricultural services, n.e.c. [92+]" > 31 "Forestry [92+]" > 32 "Fishing, hunting, and trapping [92+]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Oil and gas extraction [92+]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned, frozen, and preserved fruits and vegetables" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Carpets and rugs [92+]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and general hardware [92+]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Computers and related equipment [92+]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Medical, dental, and optical instruments and supplies [92+]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting and cable [92+]" > 441 "Telephone communications [92+]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 450 "Electric light and power [92+]" > 451 "Gas and steam supply systems [92+]" > 452 "Electric and gas, and other combinations [92+]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Professional and commercial equipment and supplies [92+]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 623 "Apparel and accessory stores, except shoe [92+]" > 630 "Shoe stores [92+]" > 631 "Furniture and home furnishings stores [92+]" > 632 "Household appliance stores [92+]" > 633 "Radio, TV, and computer stores [92+]" > 640 "Music stores [92+]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Gift, novelty, and souvenir shops [92+]" > 662 "Sewing, needlework, and piece goods stores [92+]" > 663 "Catalog and mail order houses [92+]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel dealers [92+]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings institutions, including credit unions [92+]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance offices [92+]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 731 "Personnel supply services (736)" > 732 "Computer and data processinf services [92+]" > 740 "Detective and protective sevices [92+]" > 741 "Business services, n.e.c [92+]" > 742 "Automotive rental and leasing, without drivers [92+]" > 750 "Automoblie parking and carwashes [92+]" > 751 "Automotive repair and related services [92+]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Video tape rental [92+]" > 802 "Bowling centers [92+]" > 810 "Miscellaneous entertainment and recreational services [92+]" > 812 "Offices and clinics of physicians [92+]" > 820 "Offices and clinics of dentists [92+]" > 821 "Offices and clinics of chiropractors [92+]" > 822 "Offices and clinics of optometrists [92+]" > 830 "Offices and clinics of health practitioners, n.e.c [92+]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Vocational schools [92+]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 863 "Family child care homes [92+]" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 873 "Labor unions [92+]" > 880 "Religious organizations (866)" > 881 "Membership organizations, n.e.c [92+]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Research, development, and testing services [92+]" > 892 "Management and public relations services [92+]" > 893 "Miscellaneous professional and related services [92+]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . label values ind02 ind02l ; . label define ind02l > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ80: 95-2002; . label values occ80 occ80_97; . label define occ80_97 > 3 "Legislators (111)" > 4 "Chief executives and general administrators, public administration (112)" > 5 "Administrators and officials, public administration (1132-1139)" > 6 "Administrators, protective services (1131)" > 7 "Financial managers (122)" > 8 "Personnel and labor relations managers (123)" > 9 "Purchasing managers (124)" > 13 "Managers, marketing, advertising, and public relations (125)" > 14 "Administrators, education and related fields (128)" > 15 "Managers, medicine and health (131)" > 17 "Managers, food serving and lodging establishments (1351)" > 18 "Managers, properties and real estate (1353)" > 19 "Funeral directors (part 1359)" > 21 "Managers, service organizations, n.e.c. (127, 1352, 1354, part 1359)" > 22 "Managers and administrators, n.e.c. (121, 126, 132-1343, 136-139)" > 23 "Accountants and auditors (1412)" > 24 "Underwriters (1414)" > 25 "Other financial officers (1415, 1419)" > 26 "Management analysts (142)" > 27 "Personnel, training, and labor relations specialists (143)" > 28 "Purchasing agents and buyers, farm products (1443)" > 29 "Buyers, wholesale and retail trade except farm products (1442)" > 33 "Purchasing agents and buyers, n.e.c. (1449)" > 34 "Business and promotion agents (145)" > 35 "Construction inspectors (1472)" > 36 "Inspectors and compliance officers, except construction (1473)" > 37 "Management related occupations, n.e.c. (149)" > 43 "Architects (161)" > 44 "Aerospace (1622)" > 45 "Metallurgical and materials (1623)" > 46 "Mining (1624)" > 47 "Petroleum (1625)" > 48 "Chemical (1626)" > 49 "Nuclear (1627)" > 53 "Civil (1628)" > 54 "Agricultural (1632)" > 55 "Electrical and electronic (1633, 1636)" > 56 "Industrial (1634)" > 57 "Mechanical (1635)" > 58 "Marine and naval architects (1637)" > 59 "Engineers, n.e.c. (1639)" > 63 "Surveyors and mapping scientists (164)" > 64 "Computer systems analysts and scientists (171)" > 65 "Operations and systems researchers and analysts (172)" > 66 "Actuaries (1732)" > 67 "Statisticians (1733)" > 68 "Mathematical scientists, n.e.c. (1739)" > 69 "Physicists and astronomers (1842, 1843)" > 73 "Chemists, except biochemists (1845)" > 74 "Atmospheric and space scientists (1846)" > 75 "Geologists and geodesists (1847)" > 76 "Physical scientists, n.e.c. (1849)" > 77 "Agricultural and food scientists (1853)" > 78 "Biological and life scientists (1854)" > 79 "Forestry and conservation scientists (1852)" > 83 "Medical scientists (1855)" > 84 "Physicians (261)" > 85 "Dentists (262)" > 86 "Veterinarians (27)" > 87 "Optometrists (281)" > 88 "Podiatrists (283)" > 89 "Health diagnosing practitioners, n.e.c. (289)" > 95 "Registered nurses (29)" > 96 "Pharmacists (301)" > 97 "Dietitians (302)" > 98 "Respiratory therapists (3031)" > 99 "Occupational therapists (3032)" > 103 "Physical therapists (3033)" > 104 "Speech therapists (3034)" > 105 "Therapists, n.e.c. (3039)" > 106 "Physicians' assistants (304)" > 113 "Earth, environmental, and marine science teachers (2212)" > 114 "Biological science teachers (2213)" > 115 "Chemistry teachers (2214)" > 116 "Physics teachers (2215)" > 117 "Natural science teachers, n.e.c. (2216)" > 118 "Psychology teachers (2217)" > 119 "Economics teachers (2218)" > 123 "History teachers (2222)" > 124 "Political science teachers (2223)" > 125 "Sociology teachers (2224)" > 126 "Social science teachers, n.e.c. (2225)" > 127 "Engineering teachers (2226)" > 128 "Mathematical science teachers (2227)" > 129 "Computer science teachers (2228)" > 133 "Medical science teachers (2231)" > 134 "Health specialties teachers (2232)" > 135 "Business, commerce, and marketing teachers (2233)" > 136 "Agriculture and forestry teachers (2234)" > 137 "Art, drama, and music teachers (2235)" > 138 "Physical education teachers (2236)" > 139 "Education teachers (2237)" > 143 "English teachers (2238)" > 144 "Foreign language teachers (2242)" > 145 "Law teachers (2243)" > 146 "Social work teachers (2244)" > 147 "Theology teachers (2245)" > 148 "Trade and industrial teachers (2246)" > 149 "Home economics teachers (2247)" > 153 "Teachers, postsecondary, n.e.c. (2249)" > 154 "Postsecondary teachers, subject not specified" > 155 "Teachers, prekindergarten and kindergarten (231)" > 156 "Teachers, elementary school (232)" > 157 "Teachers, secondary school (233)" > 158 "Teachers, special education (235)" > 159 "Teachers, n.e.c. (236, 239)" > 163 "Counselors, Educational and Vocational (24)" > 164 "Librarians (251)" > 165 "Archivists and curators (252)" > 166 "Economists (1912)" > 167 "Psychologists (1915)" > 168 "Sociologists (1916)" > 169 "Social scientists, n.e.c. (1913, 1914, 1919)" > 173 "Urban planners (192)" > 174 "Social workers (2032)" > 175 "Recreation workers (2033)" > 176 "Clergy (2042)" > 177 "Religious workers, n.e.c. (2049)" > 178 "Lawyers and Judges (211-212)" > 179 "Judges (212)" > 183 "Authors (321)" > 184 "Technical writers (398)" > 185 "Designers (322)" > 186 "Musicians and composers (323)" > 187 "Actors and directors (324)" > 188 "Painters, sculptors, craft-artists, and artist printmakers (325)" > 189 "Photographers (326)" > 193 "Dancers (327)" > 194 "Artists, performers, and related workers, n.e.c. (328, 329)" > 195 "Editors and reporters (331)" > 197 "Public relations specialists (332)" > 198 "Announcers (333)" > 199 "Athletes (34)" > 203 "Clinical laboratory technologists and technicians (362)" > 204 "Dental hygienists (363)" > 205 "Health record technologists and technicians (364)" > 206 "Radiologic technicians (365)" > 207 "Licensed practical nurses (366)" > 208 "Health technologists and technicians, n.e.c. (369)" > 213 "Electrical and electronic technicians (3711)" > 214 "Industrial engineering technicians (3712)" > 215 "Mechanical engineering technicians (3713)" > 216 "Engineering technicians, n.e.c. (3719)" > 217 "Drafting occupations (372)" > 218 "Surveying and mapping technicians (373)" > 223 "Biological technicians (382)" > 224 "Chemical technicians (3831)" > 225 "Science technicians, n.e.c. (3832, 3833, 384, 389)" > 226 "Airplane pilots and navigators (825)" > 227 "Air traffic controllers (392)" > 228 "Broadcast equipment operators (393)" > 229 "Computer programmers (3971, 3972)" > 233 "Tool programmers, numerical control (3974)" > 234 "Legal assistants (396)" > 235 "Technicians, n.e.c. (399)" > 243 "Supervisors and Proprietors, Sales Occupations (40)" > 253 "Insurance sales occupations (4122)" > 254 "Real estate sales occupations (4123)" > 255 "Securities and financial services sales occupations (4124)" > 256 "Advertising and related sales occupations (4153)" > 257 "Sales occupations, other business services (4152)" > 258 "Sales engineers (421)" > 259 "Sales representatives, mining, manufacturing, and wholesale (423, 424)" > 263 "Sales workers, motor vehicles and boats (4342, 4344)" > 264 "Sales workers, apparel (4346)" > 265 "Sales workers, shoes (4351)" > 266 "Sales workers, furniture and home furnishings (4348)" > 267 "Sales workers, radio, TV, hi-fi, and appliances (4343, 4352)" > 268 "Sales workers, hardware and building supplies (4353)" > 269 "Sales workers, parts (4367)" > 274 "Sales workers, other commodities (4345, 4347, 4354, 4356, 4359, 4362, 4369)" > 275 "Sales counter clerks (4363)" > 276 "Cashiers (4364)" > 277 "Street and door-to-door sales workers (4366)" > 278 "News vendors (4365)" > 283 "Demonstrators, promoters and models, sales (445)" > 284 "Auctioneers (447)" > 285 "Sales support occupations, n.e.c. (444, 446, 449)" > 303 "Supervisors, general office (4511, 4513, 4514, 4516, 4519, 4529)" > 304 "Supervisors, computer equipment operators (4512)" > 305 "Supervisors, financial records processing (4521)" > 306 "Chief communications operators (4523)" > 307 "Supervisors, distribution, scheduling, and adjusting clerks (4522, 4524-4528)" > 308 "Computer operators (4612)" > 309 "Peripheral equipment operators (4613)" > 313 "Secretaries (4622)" > 314 "Stenographers (4623)" > 315 "Typists (4624)" > 316 "Interviewers (4642)" > 317 "Hotel clerks (4643)" > 318 "Transportation ticket and reservation agents (4644)" > 319 "Receptionists (4645)" > 323 "Information clerks, n.e.c. (4649)" > 325 "Classified-ad clerks (4662)" > 326 "Correspondence clerks (4663)" > 327 "Order clerks (4664)" > 328 "Personnel clerks, except payroll and timekeeping (4692)" > 329 "Library clerks (4694)" > 335 "File clerks (4696)" > 336 "Records clerks (4699)" > 337 "Bookkeepers, accounting, and auditing clerks (4712)" > 338 "Payroll and timekeeping clerks (4713)" > 339 "Billing clerks (4715)" > 343 "Cost and rate clerks (4716)" > 344 "Billing, posting, and calculating machine operators (4718)" > 345 "Duplicating machine operators (4722)" > 346 "Mail preparing and paper handling machine operators (4723)" > 347 "Office machine operators, n.e.c. (4729)" > 348 "Telephone operators (4732)" > 353 "Communications equipment operators, n.e.c. (4733, 4739)" > 354 "Postal clerks, except mail carriers (4742)" > 355 "Mail carriers, postal service (4743)" > 356 "Mail clerks, except postal service (4744)" > 357 "Messengers (4745)" > 359 "Dispatchers (4751)" > 363 "Production coordinators (4752)" > 364 "Traffic, shipping, and receiving clerks (4753)" > 365 "Stock and inventory clerks (4754)" > 366 "Meter readers (4755)" > 368 "Weighers, measurers, checkers, and samplers (4756, 4757) " > 373 "Expediters (4758)" > 374 "Material recording, scheduling, and distributing clerks, n.e.c. (4759)" > 375 "Insurance adjusters, examiners, and investigators (4782)" > 376 "Investigators and adjusters, except insurance (4783)" > 377 "Eligibility clerks, social welfare (4784)" > 378 "Bill and account collectors (4786)" > 379 "General office clerks (463)" > 383 "Bank tellers (4791)" > 384 "Proofreaders (4792)" > 385 "Data-entry keyers (4793)" > 386 "Statistical clerks (4794)" > 387 "Teachers' aides (4795)" > 389 "Administrative support occupations, n.e.c. (4787, 4799)" > 403 "Launderers and ironers (503)" > 404 "Cooks, private household (504)" > 405 "Housekeepers and butlers (505)" > 406 "Child care workers, private household (506)" > 407 "Private household cleaners and servants (502, 507, 509)" > 413 "Supervisors, firefighting and fire prevention occupations (5111)" > 414 "Supervisors, police and detectives (5112)" > 415 "Supervisors, guards (5113)" > 416 "Fire inspection and fire prevention occupations (5122)" > 417 "Firefighting occupations (5123)" > 418 "Police and detectives, public service (5132)" > 423 "Sheriffs, bailiffs, and other law enforcement officers (5134)" > 424 "Correctional institution officers (5133)" > 425 "Crossing guards (5142)" > 426 "Guards and police, except public service (5144)" > 427 "Protective service occupations, n.e.c. (5149)" > 433 "Supervisors, food preparation and service occupations (5211)" > 434 "Bartenders (5212)" > 435 "Waiters and waitresses (5213)" > 436 "Cooks (5214, 5215)" > 438 "Food counter, fountain and related occupations (5216)" > 439 "Kitchen workers, food preparation (5217)" > 443 "Waiters'/waitresses' assistants (5218)" > 444 "Miscellaneous food preparation occupations (5219)" > 445 "Dental assistants (5232)" > 446 "Health aides, except nursing (5233)" > 447 "Nursing aides, orderlies, and attendants (5236)" > 448 "Supervisors, cleaning and building service workers (5241) " > 449 "Maids and housemen (5242, 5249)" > 453 "Janitors and cleaners (5244)" > 454 "Elevator operators (5245)" > 455 "Pest control occupations (5246)" > 456 "Supervisors, personal service occupations (5251)" > 457 "Barbers (5252)" > 458 "Hairdressers and cosmetologists (5253)" > 459 "Attendants, amusement and recreation facilities (5254)" > 461 "Guides (5255)" > 462 "Ushers (5256)" > 463 "Public transportation attendants (5257)" > 464 "Baggage porters and bellhops (5262)" > 465 "Welfare service aides (5263)" > 466 "Family child care providers (part 5264)" > 467 "Early childhood teacher's assistants (part 5264)" > 468 "Child care workers, n.e.c. (part 5264)" > 469 "Personal service occupations, n.e.c. (5258, 5269)" > 473 "Farmers, except horticultural (5512-5514)" > 474 "Horticultural specialty farmers (5515)" > 475 "Managers, farms, except horticultural (5522-5524)" > 476 "Managers, horticultural specialty farms (5525)" > 477 "Supervisors, farm workers (5611)" > 479 "Farm workers (5612-5617)" > 483 "Marine life cultivation workers (5618)" > 484 "Nursery workers (5619)" > 485 "Supervisors, related agricultural occupations (5621)" > 486 "Groundskeepers and gardeners, except farm (5622)" > 487 "Animal caretakers, except farm (5624)" > 488 "Graders and sorters, agricultural products (5625)" > 489 "Inspectors, agricultural products (5627)" > 494 "Supervisors, forestry and logging workers (571)" > 495 "Forestry workers, except logging (572)" > 496 "Timber cutting and logging occupations (573, 579)" > 497 "Captains and other officers, fishing vessels (part 8241)" > 498 "Fishers (583)" > 499 "Hunters and trappers (584)" > 503 "Supervisors, mechanics and repairers (60)" > 505 "Automobile mechanics (part 6111)" > 506 "Automobile mechanic apprentices (part 6111)" > 507 "Bus, truck, and stationary engine mechanics (6112)" > 508 "Aircraft engine mechanics (6113)" > 509 "Small engine repairers (6114)" > 514 "Automobile body and related repairers (6115)" > 515 "Aircraft mechanics, except engine (6116)" > 516 "Heavy equipment mechanics (6117)" > 517 "Farm equipment mechanics (6118)" > 518 "Industrial machinery repairers (613)" > 519 "Machinery maintenance occupations (614)" > 523 "Electronic repairers, communications and industrial equipment (6151, 6153, 6155)" > 525 "Data processing equipment repairers (6154)" > 526 "Household appliance and power tool repairers (6156)" > 527 "Telephone line installers and repairers (6157)" > 529 "Telephone installers and repairers (6158)" > 533 "Miscellaneous electrical and electronic equipment repairers (6152, 6159)" > 534 "Heating, air conditioning, and refrigeration mechanics (616)" > 535 "Camera, watch, and musical instrument repairers (6171, 6172)" > 536 "Locksmiths and safe repairers (6173)" > 538 "Office machine repairers (6174)" > 539 "Mechanical controls and valve repairers (6175)" > 543 "Elevator installers and repairers (6176)" > 544 "Millwrights (6178)" > 547 "Specified mechanics and repairers, n.e.c. (6177, 6179)" > 549 "Not specified mechanics and repairers" > 553 "Supervisors, brickmasons, stonemasons, and tile setters (6312)" > 554 "Supervisors, carpenters and related workers (6313)" > 555 "Supervisors, electricians and power transmission installers (6314)" > 556 "Supervisors, painters, paperhangers, and plasterers (6315)" > 557 "Supervisors, plumbers, pipefitters, and steamfitters (6316)" > 558 "Supervisors, construction, n.e.c. (6311, 6318)" > 563 "Brickmasons and stonemasons (part 6412, part 6413)" > 564 "Brickmason and stonemason apprentices (part 6412, part 6413)" > 565 "Tile setters, hard and soft (part 6414, part 6462)" > 566 "Carpet installers (part 6462)" > 567 "Carpenters (part 6422)" > 569 "Carpenter apprentices (part 6422)" > 573 "Drywall installers (6424)" > 575 "Electricians (part 6432)" > 576 "Electrician apprentices (part 6432)" > 577 "Electrical power installers and repairers (6433)" > 579 "Painters, construction and maintenance (6442)" > 583 "Paperhangers (6443)" > 584 "Plasterers (6444)" > 585 "Plumbers, pipefitters, and steamfitters (part 645)" > 587 "Plumber, pipefitter, and steamfitter apprentices (part 645)" > 588 "Concrete and terrazzo finishers (6463)" > 589 "Glaziers (6464)" > 593 "Insulation workers (6465)" > 594 "Paving, surfacing, and tamping equipment operators (6466)" > 595 "Roofers (6468)" > 596 "Sheetmetal duct installers (6472)" > 597 "Structural metal workers (6473)" > 598 "Drillers, earth (6474)" > 599 "Construction trades, n.e.c. (6467, 6475, 6476, 6479)" > 613 "Supervisors, extractive occupations (632)" > 614 "Drillers, oil well (652)" > 615 "Explosives workers (653)" > 616 "Mining machine operators (654)" > 617 "Mining occupations, n.e.c. (656)" > 628 "Supervisors, production occupations (67, 71)" > 634 "Tool and die makers (part 6811)" > 635 "Tool and die maker apprentices (part 6811)" > 636 "Precision assemblers, metal (6812)" > 637 "Machinists (part 6813)" > 639 "Machinist apprentices (part 6813)" > 643 "Boilermakers (6814)" > 644 "Precision grinders, filers, and tool sharpeners (6816)" > 645 "Patternmakers and model makers, metal (6817)" > 646 "Lay-out workers (6821)" > 647 "Precious stones and metals workers (Jewelers) (6822, 6866)" > 649 "Engravers, metal (6823)" > 653 "Sheet metal workers (part 6824)" > 654 "Sheet metal worker apprentices (part 6824)" > 655 "Miscellaneous precision metal workers (6829)" > 656 "Patternmakers and model makers, wood (6831)" > 657 "Cabinet makers and bench carpenters (6832)" > 658 "Furniture and wood finishers (6835)" > 659 "Miscellaneous precision woodworkers (6839)" > 666 "Dressmakers (part 6852, part 7752)" > 667 "Tailors (part 6852)" > 668 "Upholsterers (6853)" > 669 "Shoe repairers (6854)" > 674 "Miscellaneous precision apparel and fabric workers (6856, 6859, part 7752)" > 675 "Hand molders and shapers, except jewelers (6861)" > 676 "Patternmakers, lay-out workers, and cutters (6862)" > 677 "Optical goods workers (6864, part 7477, part 7677)" > 678 "Dental laboratory and medical appliance technicians (6865)" > 679 "Bookbinders (6844)" > 683 "Electrical and electronic equipment assemblers (6867)" > 684 "Miscellaneous precision workers, n.e.c. (6869)" > 686 "Butchers and meat cutters (6871)" > 687 "Bakers (6872)" > 688 "Food batchmakers (6873, 6879)" > 689 "Inspectors, testers, and graders (6881, 828)" > 693 "Adjusters and calibrators (6882)" > 694 "Water and sewage treatment plant operators (691)" > 695 "Power plant operators (part 693)" > 696 "Stationary engineers (part 693, 7668)" > 699 "Miscellaneous plant and system operators (692, 694, 695, 696)" > 703 "Lathe and turning machine set-up operators (7312)" > 704 "Lathe and turning machine operators (7512)" > 705 "Milling and planing machine operators (7313, 7513)" > 706 "Punching and stamping press machine operators (7314, 7317, 7514, 7517)" > 707 "Rolling machine operators (7316, 7516)" > 708 "Drilling and boring machine operators (7318, 7518)" > 709 "Grinding, abrading, buffing, and polishing machine operators (7322, 7324,7522)" > 713 "Forging machine operators (7319, 7519)" > 714 "Numerical control machine operators (7326)" > 715 "Miscellaneous metal, plastic, stone, and glass working machine operators (7329, 7529)" > 717 "Fabricating machine operators, n.e.c. (7339, 7539)" > 719 "Molding and casting machine operators (7315, 7342, 7515, 7542)" > 723 "Metal plating machine operators (7343, 7543)" > 724 "Heat treating equipment operators (7344, 7544)" > 725 "Miscellaneous metal and plastic processing machine operators (7349, 7549)" > 726 "Wood lathe, routing, and planing machine operators (7431, 7432, 7631, 7632)" > 727 "Sawing machine operators (7433, 7633)" > 728 "Shaping and joining machine operators (7435, 7635)" > 729 "Nailing and tacking machine operators (7636)" > 733 "Miscellaneous woodworking machine operators (7434, 7439, 7634, 7639)" > 734 "Printing press operators (7443, 7643)" > 735 "Photoengravers and lithographers (6842, 7444, 7644)" > 736 "Typesetters and compositors (6841, 7642)" > 737 "Miscellaneous printing machine operators (6849, 7449, 7649)" > 738 "Winding and twisting machine operators (7451, 7651)" > 739 "Knitting, looping, taping, and weaving machine operators (7452, 7652)" > 743 "Textile cutting machine operators (7654)" > 744 "Textile sewing machine operators (7655)" > 745 "Shoe machine operators (7656)" > 747 "Pressing machine operators (7657)" > 748 "Laundering and dry cleaning machine operators (6855, 7658)" > 749 "Miscellaneous textile machine operators (7459, 7659)" > 753 "Cementing and gluing machine operators (7661)" > 754 "Packaging and filling machine operators (7462, 7662)" > 755 "Extruding and forming machine operators (7463, 7663)" > 756 "Mixing and blending machine operators (7664)" > 757 "Separating, filtering, and clarifying machine operators (7476, 7666, 7676)" > 758 "Compressing and compacting machine operators (7467, 7667)" > 759 "Painting and paint spraying machine operators (7669)" > 763 "Roasting and baking machine operators, food (7472, 7672)" > 764 "Washing, cleaning, and pickling machine operators (7673)" > 765 "Folding machine operators (7474, 7674)" > 766 "Furnace, kiln, and oven operators, except food (7675)" > 768 "Crushing and grinding machine operators (part 7477, part 7677)" > 769 "Slicing and cutting machine operators (7478, 7678)" > 773 "Motion picture projectionists (part 7479)" > 774 "Photographic process machine operators (6863, 6868, 7671)" > 777 "Miscellaneous machine operators, n.e.c. (part 7479, 7665, 7679)" > 779 "Machine operators, not specified" > 783 "Welders and cutters (7332, 7532, 7714)" > 784 "Solderers and brazers (7333, 7533, 7717)" > 785 "Assemblers (772, 774)" > 786 "Hand cutting and trimming occupations (7753)" > 787 "Hand molding, casting, and forming occupations (7754, 7755)" > 789 "Hand painting, coating, and decorating occupations (7756)" > 793 "Hand engraving and printing occupations (7757)" > 795 "Miscellaneous hand working occupations (7758, 7759)" > 796 "Production inspectors, checkers, and examiners (782, 787)" > 797 "Production testers (783)" > 798 "Production samplers and weighers (784)" > 799 "Graders and sorters, except agricultural (785)" > 803 "Supervisors, motor vehicle operators (8111)" > 804 "Truck drivers (8212-8214)" > 806 "Driver-sales workers (8218)" > 808 "Bus drivers (8215)" > 809 "Taxicab drivers and chauffeurs (8216)" > 813 "Parking lot attendants (874)" > 814 "Motor transportation occupations, n.e.c. (8219)" > 823 "Railroad conductors and yardmasters (8113)" > 824 "Locomotive operating occupations (8232)" > 825 "Railroad brake, signal, and switch operators (8233)" > 826 "Rail vehicle operators, n.e.c. (8239)" > 828 "Ship captains and mates, except fishing boats (part 8241, 8242)" > 829 "Sailors and deckhands (8243)" > 833 "Marine engineers (8244)" > 834 "Bridge, lock, and lighthouse tenders (8245)" > 843 "Supervisors, material moving equipment operators (812)" > 844 "Operating engineers (8312)" > 845 "Longshore equipment operators (8313)" > 848 "Hoist and winch operators (8314)" > 849 "Crane and tower operators (8315)" > 853 "Excavating and loading machine operators (8316)" > 855 "Grader, dozer, and scraper operators (8317)" > 856 "Industrial truck and tractor equipment operators (8318)" > 859 "Miscellaneous material moving equipment operators (8319)" > 864 "Supervisors, handlers, equipment cleaners, and laborers, n.e.c. (85)" > 865 "Helpers, mechanics, and repairers (863)" > 866 "Helpers, construction trades (8641-8645, 8648)" > 867 "Helpers, surveyor (8646)" > 868 "Helpers, extractive occupations (865)" > 869 "Construction laborers (871)" > 874 "Production helpers (861, 862)" > 875 "Garbage collectors (8722)" > 876 "Stevedores (8723)" > 877 "Stock handlers and baggers (8724)" > 878 "Machine feeders and offbearers (8725)" > 883 "Freight, stock, and material handlers, n.e.c. (8726)" > 885 "Garage and service station related occupations (873)" > 887 "Vehicle washers and equipment cleaners (875)" > 888 "Hand packers and packagers (8761)" > 889 "Laborers, except construction (8769)" > 905 "Assigned to persons whose current labor force status is unemployed and whose last job wa > s Armed Forces" > ; . * occ00: 2000-2010; . label values occ00 occ00l; . label define occ00l > 10 "Chief executives (11-1011)" > 20 "General and operations managers (11-1021)" > 40 "Advertising and promotions managers (11-2011)" > 50 "Marketing and sales managers (11-2020)" > 60 "Public relations managers (11-2031)" > 100 "Administrative services managers (11-3011)" > 110 "Computer and information systems managers (11-3021)" > 120 "Financial managers (11-3031)" > 130 "Human resources managers (11-3040)" > 140 "Industrial production managers (11-3051)" > 150 "Purchasing managers (11-3061)" > 160 "Transportation, storage, and distribution managers (11-3071)" > 200 "Farm, ranch, and other agricultural managers (11-9011)" > 210 "Farmers and ranchers (11-9012)" > 220 "Construction managers (11-9021)" > 230 "Education administrators (11-9030)" > 300 "Engineering managers (11-9041)" > 310 "Food service managers (11-9051)" > 320 "Funeral directors (11-9061)" > 330 "Gaming managers (11-9071)" > 340 "Lodging managers (11-9081)" > 350 "Medical and health services managers (11-9111)" > 360 "Natural sciences managers (11-9121)" > 410 "Property, real estate, and community association managers (11-9141)" > 420 "Social and community service managers (11-9151)" > 430 "Managers, all other (11-9199)" > 500 "Agents and business managers of artists, performers, and athletes (13-1011)" > 510 "Purchasing agents and buyers, farm products (13-1021)" > 520 "Wholesale and retail buyers, except farm products (13-1022)" > 530 "Purchasing agents, except wholesale, retail, and farm products (13-1023)" > 540 "Claims adjusters, appraisers, examiners, and investigators (13-1030)" > 560 "Compliance officers, except agriculture, construction, health and safety, and transporta > tion (13-1041)" > 600 "Cost estimators (13-1051)" > 620 "Human resources, training, and labor relations specialists (13-1070)" > 700 "Logisticians (13-1081)" > 710 "Management analysts (13-1111)" > 720 "Meeting and convention planners (13-1121)" > 730 "Other business operations specialists (13-11XX)" > 800 "Accountants and auditors (13-2011)" > 810 "Appraisers and assessors of real estate (13-2021)" > 820 "Budget analysts (13-2031)" > 830 "Credit analysts (13-2041)" > 840 "Financial analysts (13-2051)" > 850 "Personal financial advisors (13-2052)" > 860 "Insurance underwriters (13-2053)" > 900 "Financial examiners (13-2061)" > 910 "Loan counselors and officers (13-2070)" > 930 "Tax examiners, collectors, and revenue agents (13-2081)" > 940 "Tax prepares (13-2082)" > 950 "Financial specialists, all other (13-2099)" > 1000 "Computer scientists and systems analysts (15-10XX)" > 1010 "Computer programmers (15-1021)" > 1020 "Computer software engineers (15-1030)" > 1040 "Computer support specialists (15-1041)" > 1060 "Database administrators (15-1061)" > 1100 "Network and computer systems administrators (15-1071)" > 1110 "Network systems and data communications analysts (15-1081)" > 1200 "Actuaries (15-2011)" > 1210 "Mathematicians (15-2021)" > 1220 "Operations research analysts (15-2031)" > 1230 "Statisticians (15-2041)" > 1240 "Miscellaneous mathematical science occupations (15-2090)" > 1300 "Architects, except naval (17-1010)" > 1310 "Surveyors, cartographers, and photogrammetrists (17-1020)" > 1320 "Aerospace engineers (17-2011)" > 1330 "Agricultural engineers (17-2021)" > 1340 "Biomedical engineers (17-2031)" > 1350 "Chemical engineers (17-2041)" > 1360 "Civil engineers (17-2051)" > 1400 "Computer hardware engineers (17-2061)" > 1410 "Electrical and electronic engineers (17-2070)" > 1420 "Environmental engineers (17-2081)" > 1430 "Industrial engineers, including health and safety (17-2110)" > 1440 "Marine engineers and naval architects (17-2121)" > 1450 "Materials engineers (17-2131)" > 1460 "Mechanical engineers (17-2141)" > 1500 "Mining and geological engineers, including mining safety engineers (17-2151)" > 1510 "Nuclear engineers (17-2161)" > 1520 "Petroleum engineers (17-2171)" > 1530 "Engineers, all other (17-2199)" > 1540 "Drafters (17-3010)" > 1550 "Engineering technicians, except drafters (17-3020)" > 1560 "Surveying and mapping technicians (17-3031)" > 1600 "Agricultural and food scientists (19-1010)" > 1610 "Biological scientists (19-1020)" > 1640 "Conservation scientists and foresters (19-1030)" > 1650 "Medical scientists (19-1040)" > 1700 "Astronomers and physicists (19-2010)" > 1710 "Atmospheric and space scientists (19-2021)" > 1720 "Chemists and materials scientists (19-2030)" > 1740 "Environmental scientists and geoscientists (19-2040)" > 1760 "Physical scientists, all other (19-2099)" > 1800 "Economists (19-3011)" > 1810 "Market and survey researchers (19-3020)" > 1820 "Psychologists (19-3030)" > 1830 "Sociologists (19-3041)" > 1840 "Urban and regional planners (19-3051)" > 1860 "Miscellaneous social scientists and related workers (19-3090)" > 1900 "Agricultural and food science technicians (19-4011)" > 1910 "Biological technicians (19-4021)" > 1920 "Chemical technicians (19-4031)" > 1930 "Geological and petroleum technicians (19-4041)" > 1940 "Nuclear technicians (19-4051)" > 1960 "Other life, physical, and social science technicians (19-40XX)" > 2000 "Counselors (21-1010)" > 2010 "Social workers (21-1020)" > 2020 "Miscellaneous community and social service specialists (21-1090)" > 2040 "Clergy (21-2011)" > 2050 "Directors, religious activities and education (21-2021)" > 2060 "Religious workers, all other (21-2099)" > 2100 "Lawyers, Judges, magistrates, and other judicial workers (23-1011)" > 2140 "Paralegals and legal assistants (23-2011)" > 2150 "Miscellaneous legal support workers (23-2090)" > 2200 "Postsecondary teachers (25-1000)" > 2300 "Preschool and kindergarten teachers (25-2010)" > 2310 "Elementary and middle school teachers (25-2020)" > 2320 "Secondary school teachers (25-2030)" > 2330 "Special education teachers (25-2040)" > 2340 "Other teachers and instructors (25-3000)" > 2400 "Archivists, curators, and museum technicians (25-4010)" > 2430 "Librarians (25-4021)" > 2440 "Library technicians (25-4031)" > 2540 "Teacher assistants (25-9041)" > 2550 "Other education, training, and library workers (25-90XX)" > 2600 "Artists and related workers (27-1010)" > 2630 "Designers (27-1020)" > 2700 "Actors (27-2011)" > 2710 "Producers and directors (27-2012)" > 2720 "Athletes, coaches, umpires, and related workers (27-2020)" > 2740 "Dancers and choreographers (27-2030)" > 2750 "Musicians, singers, and related workers (27-2040)" > 2760 "Entertainers and performers, sports and related workers, all other (27-2099)" > 2800 "Announcers (27-3010)" > 2810 "News analysts, reporters and correspondents (27-3020)" > 2820 "Public relations specialists (27-3031)" > 2830 "Editors (27-3041)" > 2840 "Technical writers (27-3042)" > 2850 "Writers and authors (27-3043)" > 2860 "Miscellaneous media and communication workers (27-3090)" > 2900 "Broadcast and sound engineering technicians and radio operators (27-4010)" > 2910 "Photographers (27-4021)" > 2920 "Television, video, and motion picture camera operators and editors (27-4030)" > 2960 "Media and communication equipment workers, all other (27-4099)" > 3000 "Chiropractors (29-1011)" > 3010 "Dentists (29-1020)" > 3030 "Dietitians and nutritionists (29-1031)" > 3040 "Optometrists (29-1041)" > 3050 "Pharmacists (29-1051)" > 3060 "Physicians and surgeons (29-1060)" > 3110 "Physician assistants (29-1071)" > 3120 "Podiatrists (29-1081)" > 3130 "Registered nurses (29-1111)" > 3140 "Audiologists (29-1121)" > 3150 "Occupational therapists (29-1122)" > 3160 "Physical therapists (29-1123)" > 3200 "Radiation therapists (29-1124)" > 3210 "Recreational therapists (29-1125)" > 3220 "Respiratory therapists (29-1126)" > 3230 "Speech-language pathologists (29-1127)" > 3240 "Therapists, all other (29-1129)" > 3250 "Veterinarians (29-1131)" > 3260 "Health diagnosing and treating practitioners, all other (29-1199)" > 3300 "Clinical laboratory technologists and technicians (29-2010)" > 3310 "Dental hygienists (29-2021)" > 3320 "Diagnostic related technologists and technicians (29-2030)" > 3400 "Emergency medical technicians and paramedics (29-2041)" > 3410 "Health diagnosing and treating practitioner support technicians (29-2050)" > 3500 "Licensed practical and licensed vocational nurses (29-2061)" > 3510 "Medical records and health information technicians (29-2071)" > 3520 "Opticians, dispensing (29-2081)" > 3530 "Miscellaneous health technologists and technicians (29-2090)" > 3540 "Other healthcare practitioners and technical occupations (29-9000)" > 3600 "Nursing, psychiatric, and home health aides (31-1010)" > 3610 "Occupational therapist assistants and aides (31-2010)" > 3620 "Physical therapist assistants and aides (31-2020)" > 3630 "Massage therapists (31-9011)" > 3640 "Dental assistants (31-9091)" > 3650 "Medical assistants and other healthcare support occupations (31-909X)" > 3700 "First-line supervisors/managers of correctional officers (33-1011)" > 3710 "First-line supervisors/managers of police and detectives (33-1012)" > 3720 "First-line supervisors/managers of fire fighting and prevention workers (33-1021)" > 3730 "Supervisors, protective service workers, all other (33-1099)" > 3740 "Fire fighters (33-2011)" > 3750 "Fire inspectors (33-2020)" > 3800 "Bailiffs, correctional officers, and jailers (33-3010)" > 3820 "Detectives and criminal investigators (33-3021)" > 3830 "Fish and game wardens (33-3031)" > 3840 "Parking enforcement workers (33-3041)" > 3850 "Police and sheriff's patrol officers (33-3051)" > 3860 "Transit and railroad police (33-3052)" > 3900 "Animal control workers (33-9011)" > 3910 "Private detectives and investigators (33-9021)" > 3920 "Security guards and gaming surveillance officers (33-9030)" > 3940 "Crossing guards (33-9091)" > 3950 "Lifeguards and other protective service workers (33-909X)" > 4000 "Chefs and head cooks (35-1011)" > 4010 "First-line supervisors/managers of food preparation and serving workers (35-1012)" > 4020 "Cooks (35-2010)" > 4030 "Food preparation workers (35-2021)" > 4040 "Bartenders (35-3011)" > 4050 "Combined food preparation and serving workers, including fast food (35-3021)" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop (35-3022)" > 4110 "Waiters and waitresses (35-3031)" > 4120 "Food servers, nonrestaurant (35-3041)" > 4130 "Dining room and cafeteria attendants and bartender helpers (35-9011)" > 4140 "Dishwashers (35-9021)" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop (35-9031)" > 4160 "Food preparation and serving related workers, all other (35-9099)" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers (37-1011)" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > (37-1012)" > 4220 "Janitors and building cleaners (31-201X)" > 4230 "Maids and housekeeping cleaners (37-2012)" > 4240 "Pest control workers (37-2021)" > 4250 "Grounds maintenance workers (37-3010)" > 4300 "First-line supervisors/managers of gaming workers (39-1010)" > 4320 "First-line supervisors/managers of personal service workers (39-1021)" > 4340 "Animal trainers (39-2011)" > 4350 "Nonfarm animal caretakers (39-2021)" > 4400 "Gaming services workers (39-3010)" > 4410 "Motion picture projectionists (39-3021)" > 4420 "Ushers, lobby attendants, and ticket takers (39-3031)" > 4430 "Miscellaneous entertainment attendants and related workers (39-3090)" > 4460 "Funeral service workers (39-4000)" > 4500 "Barbers (39-5011)" > 4510 "Hairdressers, hairstylists, and cosmetologists (39-5012)" > 4520 "Miscellaneous personal appearance workers (39-5090)" > 4530 "Baggage porters, bellhops, and concierges (39-6010)" > 4540 "Tour and travel guides (39-6020)" > 4550 "Transportation attendants (39-6030)" > 4600 "Child care workers (39-9011)" > 4610 "Personal and home care aides (39-9021)" > 4620 "Recreation and fitness workers (39-9030)" > 4640 "Residential advisors (39-9041)" > 4650 "Personal care and service workers, all other (39-9099)" > 4700 "First-line supervisors/managers of retail sales workers (41-1011)" > 4710 "First-line supervisors/managers of non-retail sales workers (41-1012)" > 4720 "Cashiers (41-2010)" > 4740 "Counter and rental clerks (41-2021)" > 4750 "Parts salespersons (41-2022)" > 4760 "Retail salespersons (41-2031)" > 4800 "Advertising sales agents (41-3011)" > 4810 "Insurance sales agents (41-3021)" > 4820 "Securities, commodities, and financial services sales agents (41-3031)" > 4830 "Travel agents (41-3041)" > 4840 "Sales representatives, services, all other (41-3099)" > 4850 "Sales representatives, wholesale and manufacturing (41-4010)" > 4900 "Models, demonstrators, and product promoters (41-9010)" > 4920 "Real estate brokers and sales agents (41-9020)" > 4930 "Sales engineers (41-9031)" > 4940 "Telemarketers (41-9041)" > 4950 "Door-to-door sales workers, news and street vendors, and related workers (41-9091)" > 4960 "Sales and related workers, all other (41-9099)" > 5000 "First-line supervisors/managers of office and administrative support workers (43-1011)" > 5010 "Switchboard operators, including answering service (43-2011)" > 5020 "Telephone operators (43-2021)" > 5030 "Communications equipment operators, all other (43-2099)" > 5100 "Bill and account collectors (43-3011)" > 5110 "Billing and posting clerks and machine operators (43-3021)" > 5120 "Bookkeeping, accounting, and auditing clerks (43-3031)" > 5130 "Gaming cage workers (43-3041)" > 5140 "Payroll and timekeeping clerks (43-3051)" > 5150 "Procurement clerks (43-3061)" > 5160 "Tellers (43-3071)" > 5200 "Brokerage clerks (43-4011)" > 5210 "Correspondence clerks (43-4021)" > 5220 "Court, municipal, and license clerks (43-4031)" > 5230 "Credit authorizers, checkers, and clerks (43-4041)" > 5240 "Customer service representatives (43-4051)" > 5250 "Eligibility interviewers, government programs (43-4061)" > 5260 "File Clerks (43-4071)" > 5300 "Hotel, motel, and resort desk clerks (43-4081)" > 5310 "Interviewers, except eligibility and loan (43-4111)" > 5320 "Library assistants, clerical (43-4121)" > 5330 "Loan interviewers and clerks (43-4131)" > 5340 "New accounts clerks (43-4141)" > 5350 "Order clerks (43-4151)" > 5360 "Human resources assistants, except payroll and timekeeping (43-4161)" > 5400 "Receptionists and information clerks (43-4171)" > 5410 "Reservation and transportation ticket agents and travel clerks (43-4181)" > 5420 "Information and record clerks, all other (43-4199)" > 5500 "Cargo and freight agents (43-5011)" > 5510 "Couriers and messengers (43-5021)" > 5520 "Dispatchers (43-5030)" > 5530 "Meter readers, utilities (43-5041)" > 5540 "Postal service clerks (43-5051)" > 5550 "Postal service mail carriers (43-5052)" > 5560 "Postal service mail sorters, processors, and processing machine operators (43-5053)" > 5600 "Production, planning, and expediting clerks (43-5061)" > 5610 "Shipping, receiving, and traffic clerks (43-5071)" > 5620 "Stock clerks and order fillers (43-5081)" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping (43-5111)" > 5700 "Secretaries and administrative assistants (43-6010)" > 5800 "Computer operators (43-9011)" > 5810 "Data entry keyers (43-9021)" > 5820 "Word processors and typists (43-9022)" > 5830 "Desktop publishers (43-9031)" > 5840 "Insurance claims and policy processing clerks (43-9041)" > 5850 "Mail clerks and mail machine operators, except postal service (43-9051)" > 5860 "Office clerks, general (43-9061)" > 5900 "Office machine operators, except computer (43-9071)" > 5910 "Proofreaders and copy markers (43-9081)" > 5920 "Statistical assistants (43-9111)" > 5930 "Office and administrative support workers, all other (43-9199)" > 6000 "First-line supervisors/managers of farming, fishing, and forestry workers (45-1010)" > 6010 "Agricultural inspectors (45-2011)" > 6020 "Animal breeders (45-2021)" > 6040 "Graders and sorters, agricultural products (45-2041)" > 6050 "Miscellaneous agricultural workers (45-2090)" > 6100 "Fishers and related fishing workers (45-3011)" > 6110 "Hunters and trappers (45-3021)" > 6120 "Forest and conservation workers (45-4011)" > 6130 "Logging workers (45-4020)" > 6200 "First-line supervisors/managers of construction trades and extraction workers (47-1011)" > 6210 "Boilermakers (47-2011)" > 6220 "Brickmasons, blockmasons, and stonemasons (47-2020)" > 6230 "Carpenters (47-2031)" > 6240 "Carpet, floor, and tile installers and finishers (47-2040)" > 6250 "Cement masons, concrete finishers, and terrazzo workers (47-2050)" > 6260 "Construction laborers (47-2061)" > 6300 "Paving, surfacing, and tamping equipment operators (47-2071)" > 6310 "Pile-driver operators (47-2072)" > 6320 "Operating engineers and other construction equipment operators (47-2073)" > 6330 "Drywall installers, ceiling tile installers, and tapers (47-2080)" > 6350 "Electricians (47-2111)" > 6360 "Glaziers (47-2121)" > 6400 "Insulation workers (47-2130)" > 6420 "Painters, construction and maintenance (47-2141)" > 6430 "Paperhangers (47-2142)" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters (47-2150)" > 6460 "Plasterers and stucco masons (47-2161)" > 6500 "Reinforcing iron and rebar workers (47-2171)" > 6510 "Roofers (47-2181)" > 6520 "Sheet metal workers (47-2211)" > 6530 "Structural iron and steel workers (47-2221)" > 6600 "Helpers, construction trades (47-3010)" > 6660 "Construction and building inspectors (47-4011)" > 6700 "Elevator installers and repairers (47-4021)" > 6710 "Fence erectors (47-4031)" > 6720 "Hazardous materials removal workers (47-4041)" > 6730 "Highway maintenance workers (47-4051)" > 6740 "Rail-track laying and maintenance equipment operators (47-4061)" > 6750 "Septic tank servicers and sewer pipe cleaners (47-4071)" > 6760 "Miscellaneous construction and related workers (47-4090)" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining (47-5010)" > 6820 "Earth drillers, except oil and gas (47-5021)" > 6830 "Explosives workers, ordnance handling experts, and blasters (47-5031)" > 6840 "Mining machine operators (47-5040)" > 6910 "Roof bolters, mining (47-5061)" > 6920 "Roustabouts, oil and gas (47-5071)" > 6930 "Helpers--extraction workers (47-5081)" > 6940 "Other extraction workers (47-50XX)" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers (49-1011)" > 7010 "Computer, automated teller, and office machine repairers (49-2011)" > 7020 "Radio and telecommunications equipment installers and repairers (49-2020)" > 7030 "Avionics technicians (49-2091)" > 7040 "Electric motor, power tool, and related repairers (49-2092)" > 7050 "Electrical and electronics installers and repairers, transportation equipment (49-2093)" > 7100 "Electrical and electronics repairers, industrial and utility (49-209X)" > 7110 "Electronic equipment installers and repairers, motor vehicles (49-2096)" > 7120 "Electronic home entertainment equipment installers and repairers (49-2097)" > 7130 "Security and fire alarm systems installers (49-2098)" > 7140 "Aircraft mechanics and service technicians (49-3011)" > 7150 "Automotive body and related repairers (49-3021)" > 7160 "Automotive glass installers and repairers (49-3022)" > 7200 "Automotive service technicians and mechanics (49-3023)" > 7210 "Bus and truck mechanics and diesel engine specialists (49-3031)" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics (49-3040)" > 7240 "Small engine mechanics (49-3050)" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers (49-3090 > )" > 7300 "Control and valve installers and repairers (49-9010)" > 7310 "Heating, air conditioning, and refrigeration mechanics and installers (49-9021)" > 7320 "Home appliance repairers (49-9031)" > 7330 "Industrial and refractory machinery mechanics (49-904X)" > 7340 "Maintenance and repair workers, general (49-9042)" > 7350 "Maintenance workers, machinery (49-9043)" > 7360 "Millwrights (49-9044)" > 7410 "Electrical power-line installers and repairers (49-9051)" > 7420 "Telecommunications line installers and repairers (49-9052)" > 7430 "Precision instrument and equipment repairers (49-9060)" > 7510 "Coin, vending, and amusement machine servicers and repairers (49-9091)" > 7520 "Commercial divers (49-9092)" > 7540 "Locksmiths and safe repairers (49-9094)" > 7550 "Manufactured building and mobile home installers (49-9095)" > 7560 "Riggers (49-9096)" > 7600 "Signal and track switch repairers (49-9097)" > 7610 "Helpers--installation, maintenance, and repair workers (49-9098)" > 7620 "Other installation, maintenance, and repair workers (49-909X)" > 7700 "First-line supervisors/managers of production and operating workers (51-1011)" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers (51-2011)" > 7720 "Electrical, electronics, and electromechanical assemblers (51-2020)" > 7730 "Engine and other machine assemblers (51-2031)" > 7740 "Structural metal fabricators and fitters (51-2041)" > 7750 "Miscellaneous assemblers and fabricators (51-2090)" > 7800 "Bakers (51-3011)" > 7810 "Butchers and other meat, poultry, and fish processing workers (51-3020)" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders (51-3091)" > 7840 "Food batchmakers (51-3092)" > 7850 "Food cooking machine operators and tenders (51-3093)" > 7900 "Computer control programmers and operators (51-4010)" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic (51-402 > 1)" > 7930 "Forging machine setters, operators, and tenders, metal and plastic (51-4022)" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic (51-4023)" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > (51-4031)" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic (51 > -4032)" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic (51-4033)" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic (51-40 > 34)" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic (51-4035) > " > 8030 "Machinists (51-4041)" > 8040 "Metal furnace and kiln operators and tenders (51-4050)" > 8060 "Model makers and patternmakers, metal and plastic (51-4060)" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic (51-4070) > " > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic (51-4081)" > 8130 "Tool and die makers (51-4111)" > 8140 "Welding, soldering, and brazing workers (51-4120)" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic (51-4191)" > 8160 "Lay-out workers, metal and plastic (51-4192)" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic (51-4193) > " > 8210 "Tool grinders, filers, and sharpeners (51-4194)" > 8220 "Metalworkers and plastic workers, all other (51-4199)" > 8230 "Bookbinders and bindery workers (51-5010)" > 8240 "Job printers (51-5021)" > 8250 "Prepress technicians and workers (51-5022)" > 8260 "Printing machine operators (51-5023)" > 8300 "Laundry and dry-cleaning workers (51-6011)" > 8310 "Pressers, textile, garment, and related materials (51-6021)" > 8320 "Sewing machine operators (51-6031)" > 8330 "Shoe and leather workers and repairers (51-6041)" > 8340 "Shoe machine operators and tenders (51-6042)" > 8350 "Tailors, dressmakers, and sewers (51-6050)" > 8360 "Textile bleaching and dyeing machine operators and tenders (51-6061)" > 8400 "Textile cutting machine setters, operators, and tenders (51-6062)" > 8410 "Textile knitting and weaving machine setters, operators, and tenders (51-6063)" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders (51-6 > 064)" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s (51-6091)" > 8440 "Fabric and apparel patternmakers (51-6092)" > 8450 "Upholsterers (51-6093)" > 8460 "Textile, apparel, and furnishings workers, all other (51-6099)" > 8500 "Cabinetmakers and bench carpenters (51-7011)" > 8510 "Furniture finishers (51-7021)" > 8520 "Model makers and patternmakers, wood (51-7030)" > 8530 "Sawing machine setters, operators, and tenders, wood (51-7041)" > 8540 "Woodworking machine setters, operators, and tenders, except sawing (51-7042)" > 8550 "Woodworkers, all other (51-7099)" > 8600 "Power plant operators, distributors, and dispatchers (51-8010)" > 8610 "Stationary engineers and boiler operators (51-8021)" > 8620 "Water and liquid waste treatment plant and system operators (51-8031)" > 8630 "Miscellaneous plant and system operators (51-8090)" > 8640 "Chemical processing machine setters, operators, and tenders (51-9010)" > 8650 "Crushing, grinding, polishing, mixing, and blending workers (51-9020)" > 8710 "Cutting workers (51-9030)" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders (51 > -9041)" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders (51-9051)" > 8740 "Inspectors, testers, sorters, samplers, and weighers (51-9061)" > 8750 "Jewelers and precious stone and metal workers (51-9071)" > 8760 "Medical, dental, and ophthalmic laboratory technicians (51-9080)" > 8800 "Packaging and filling machine operators and tenders (51-9111)" > 8810 "Painting workers (51-9120)" > 8830 "Photographic process workers and processing machine operators (51-9130)" > 8840 "Semiconductor processors (51-9141)" > 8850 "Cementing and gluing machine operators and tenders (51-9191)" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders (51-9192)" > 8900 "Cooling and freezing equipment operators and tenders (51-9193)" > 8910 "Etchers and engravers (51-9194)" > 8920 "Molders, shapers, and casters, except metal and plastic (51-9195)" > 8930 "Paper goods machine setters, operators, and tenders (51-9196)" > 8940 "Tire builders (51-9197)" > 8950 "Helpers--production workers (51-9198)" > 8960 "Production workers, all other (51-9199)" > 9000 "Supervisors, transportation and material moving workers (53-1000)" > 9030 "Aircraft pilots and flight engineers (53-2010)" > 9040 "Air traffic controllers and airfield operations specialists (53-2020)" > 9110 "Ambulance drivers and attendants, except emergency medical technicians (53-3011)" > 9120 "Bus drivers (53-3020)" > 9130 "Driver/sales workers and truck drivers (53-3030)" > 9140 "Taxi drivers and chauffeurs (53-3041)" > 9150 "Motor vehicle operators, all other (53-3099)" > 9200 "Locomotive engineers and operators (53-4010)" > 9230 "Railroad brake, signal, and switch operators (53-4021)" > 9240 "Railroad conductors and yardmasters (53-4031)" > 9260 "Subway, streetcar, and other rail transportation workers (53-30XX)" > 9300 "Sailors and marine oilers (53-5011)" > 9310 "Ship and boat captains and operators (53-5020)" > 9330 "Ship engineers (53-5031)" > 9340 "Bridge and lock tenders (53-6011)" > 9350 "Parking lot attendants (53-6021)" > 9360 "Service station attendants (53-6031)" > 9410 "Transportation inspectors (53-6051)" > 9420 "Other transportation workers (53-60XX)" > 9500 "Conveyor operators and tenders (53-7011)" > 9510 "Crane and tower operators (53-7021)" > 9520 "Dredge, excavating, and loading machine operators (53-7030)" > 9560 "Hoist and winch operators (53-7041)" > 9600 "Industrial truck and tractor operators (53-7051)" > 9610 "Cleaners of vehicles and equipment (53-7061)" > 9620 "Laborers and freight, stock, and material movers, hand (53-7062)" > 9630 "Machine feeders and offbearers (53-7063)" > 9640 "Packers and packagers, hand (53-7064)" > 9650 "Pumping station operators (53-7070)" > 9720 "Refuse and recyclable material collectors (53-7081)" > 9730 "Shuttle car operators (53-7111)" > 9740 "Tank car, truck, and ship loaders (53-7121)" > 9750 "Material moving workers, all other (53-7199)" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reporteds(Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers (55-1010)" > 9810 "First-line enlisted military supervisors/managers (55-2010)" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members (55-3 > 010)" > 9830 "Military, rank not specified (99-9999)" > ; . * docc80: 1983-2002; . label values docc80 docc80l; . label define docc80l > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg01.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 303,036 6.76115 3.453879 1 12 hurespli | 303,014 1.560476 .9066651 1 16 hrhtype | 303,036 2.551925 2.23824 1 10 minsamp | 303,036 6.01283 1.999962 4 8 -------------+--------------------------------------------------------- hrlonglk | 303,036 1.991348 .1312633 0 2 hrsample | 0 serial | 0 hhnum | 303,036 1.053881 .2458239 1 5 state | 303,036 53.13874 26.26598 11 95 -------------+--------------------------------------------------------- stfips | 303,036 28.38441 15.57693 1 56 cmsacode | 103,152 54.08135 27.37933 7 97 msafips | 217,377 4542.155 2520.257 80 9360 county | 303,036 24.24006 58.95164 0 810 centcity | 254,837 2.015002 .7416406 1 3 -------------+--------------------------------------------------------- smsastat | 301,880 1.238585 .4262191 1 2 icntcity | 18,330 1.194599 .5478304 1 4 smsa93 | 217,986 5.152345 1.68328 2 7 relref95 | 303,036 3.000333 3.029933 1 18 age | 303,036 44.76226 18.07107 16 90 -------------+--------------------------------------------------------- spouse | 166,729 1.574603 .7077778 1 16 sex | 303,036 1.524522 .4993991 1 2 veteran | 301,952 5.638158 1.147559 1 6 race | 303,036 1.249112 .6770799 1 4 ethnic | 299,303 7.594715 1.413463 1 9 -------------+--------------------------------------------------------- grade92 | 303,036 39.74659 2.807199 31 46 lineno | 303,036 1.755201 1.063482 1 16 famnum | 303,036 .8106925 .4507635 0 5 pfamrel | 303,036 1.387195 1.040904 0 4 marital | 303,036 3.237153 2.612449 1 7 -------------+--------------------------------------------------------- prpertyp | 303,036 2.003577 .0597022 2 3 penatvty | 303,036 83.6717 79.4242 57 555 pemntvty | 303,036 91.43968 86.94061 57 555 pefntvty | 303,036 91.80912 87.34506 57 555 prcitshp | 303,036 1.430642 1.162982 1 5 -------------+--------------------------------------------------------- prcitflg | 303,036 .3251693 2.980711 0 41 peinusyr | 303,036 1.186938 3.539238 0 16 selfproxy | 301,081 1.525244 .5496366 1 3 lfsr94 | 301,952 2.720413 2.327779 1 7 absent94 | 8,173 5.963416 3.287907 4 14 -------------+--------------------------------------------------------- uhourse | 194,181 35.23998 16.37676 -4 99 reason94 | 15,128 5.282853 3.012443 1 13 hourslw | 184,924 39.04949 13.57864 1 99 laydur | 1,543 7.075826 9.422499 1 108 dwrsn | 5,055 7.875964 2.993306 1 11 -------------+--------------------------------------------------------- why3594 | 46,465 14.77654 7.077184 1 23 prunedur | 8,845 13.40294 18.24778 0 117 untype | 8,845 3.304353 1.654205 1 6 ftpt94 | 301,952 2.673269 2.414177 1 12 class94p | 212,057 4.105509 1.159684 1 8 -------------+--------------------------------------------------------- ind80 | 212,057 589.2268 274.8199 10 991 occ80 | 212,057 356.7999 248.9908 4 905 occ802 | 303,036 11.31847 75.26746 -1 889 agri | 212,057 .0273653 .1631458 0 1 eligible | 303,036 1.433952 .4956192 1 2 -------------+--------------------------------------------------------- otc | 171,533 1.83546 .3707657 1 2 ernpdh2 | 93,722 1.734203 .4417589 1 2 paidhre | 171,533 1.394781 .4888051 1 2 earnhre | 103,757 1219.402 694.819 21 9999 earnwke | 171,533 638.2783 487.2534 0 2884 -------------+--------------------------------------------------------- unionmep | 171,533 1.864796 .3419427 1 2 unioncop | 148,341 1.983673 .1267311 1 2 studftpt | 22,568 1.091368 .2881385 1 2 schenr | 45,946 1.508815 .4999277 1 2 schlvl | 22,568 1.474521 .4993615 1 2 -------------+--------------------------------------------------------- earnwtp | 303,036 8389.673 4593.082 0 69992.41 weightp | 303,036 2097.418 1142.642 0 16672.63 chldpres | 194,035 2.385508 3.389457 0 15 ownchild | 194,035 .8769913 1.136154 0 11 I25d | 171,533 .3094623 .4622733 0 1 -------------+--------------------------------------------------------- I25c | 103,815 .3374753 .4728508 0 1 I25a | 303,036 .3226778 3.368543 0 43 I25b | 303,036 3.527205 11.63747 0 42 qstnum | 0 occurnum | 0 -------------+--------------------------------------------------------- ged | 96,012 1.094644 .2927247 1 2 gedhigr | 9,087 6.293606 1.24611 1 8 yrcoll | 80,025 2.674839 1.013258 1 5 grprof | 47,144 1.72584 .4460947 1 2 gr6cor | 12,925 1.368124 .4823139 1 2 -------------+--------------------------------------------------------- ms123 | 16,207 2.170852 .5980299 1 3 cmpwgt | 303,036 2097.528 1144.664 0 16988.16 recnum | 303,036 217943.4 125850.3 1 435600 year | 303,036 2001 0 2001 2001 ind02 | 212,057 6047.833 2742.812 170 9890 -------------+--------------------------------------------------------- class94 | 212,057 4.110664 1.167273 1 8 occ00 | 212,057 4399.994 2586.613 10 9840 earnwt | 303,036 8517.502 4569.583 0 67775.06 weight | 303,036 2129.375 1136.937 0 16836.63 unioncov | 148,458 1.982547 .1309514 1 2 -------------+--------------------------------------------------------- unionmme | 171,401 1.866144 .3404982 1 2 ym_file | 303,036 497.7612 3.453879 492 503 ym | 303,036 488.7227 6.953732 477 500 ch02 | 194,035 .1208906 .3260009 0 1 ch35 | 194,035 .1258639 .3316968 0 1 -------------+--------------------------------------------------------- ch613 | 194,035 .2728219 .4454112 0 1 ch1417 | 194,035 .1605329 .3671005 0 1 ch05 | 194,035 .2043497 .4032267 0 1 ihigrdc | 303,036 12.96603 3.015362 0 18 docc80 | 212,057 22.0031 12.81362 1 46 -------------+--------------------------------------------------------- docc00 | 212,057 13.0165 6.668246 1 23 dind | 212,057 31.4678 13.44989 1 52 dind02 | 212,057 35.21504 193.5717 1 6790 . aef2 2002 02 98_02 02 dct_name aef98_02.dbd raw_name=../raw/morg02 (0 observations deleted) obs 474729 # of persons with age<=15 144757 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 45,259 9.53 9.53 0 | 5,012 1.06 10.59 1 | 5,749 1.21 11.80 2 | 6,008 1.27 13.07 3 | 5,886 1.24 14.31 4 | 5,935 1.25 15.56 5 | 6,031 1.27 16.83 6 | 6,137 1.29 18.12 7 | 6,190 1.30 19.42 8 | 6,411 1.35 20.77 9 | 6,339 1.34 22.11 10 | 6,590 1.39 23.50 11 | 6,595 1.39 24.89 12 | 6,760 1.42 26.31 13 | 6,699 1.41 27.72 14 | 6,673 1.41 29.13 15 | 6,483 1.37 30.49 16 | 6,392 1.35 31.84 17 | 6,396 1.35 33.19 18 | 5,717 1.20 34.39 19 | 5,237 1.10 35.49 20 | 5,308 1.12 36.61 21 | 5,233 1.10 37.71 22 | 5,211 1.10 38.81 23 | 5,036 1.06 39.87 24 | 4,977 1.05 40.92 25 | 5,128 1.08 42.00 26 | 5,061 1.07 43.07 27 | 5,162 1.09 44.15 28 | 5,150 1.08 45.24 29 | 5,172 1.09 46.33 30 | 5,749 1.21 47.54 31 | 6,146 1.29 48.83 32 | 6,101 1.29 50.12 33 | 5,836 1.23 51.35 34 | 5,882 1.24 52.59 35 | 6,072 1.28 53.87 36 | 6,228 1.31 55.18 37 | 6,467 1.36 56.54 38 | 6,761 1.42 57.97 39 | 6,697 1.41 59.38 40 | 7,094 1.49 60.87 41 | 7,025 1.48 62.35 42 | 7,014 1.48 63.83 43 | 6,857 1.44 65.27 44 | 6,913 1.46 66.73 45 | 7,067 1.49 68.22 46 | 6,658 1.40 69.62 47 | 6,743 1.42 71.04 48 | 6,376 1.34 72.38 49 | 6,343 1.34 73.72 50 | 6,425 1.35 75.07 51 | 6,033 1.27 76.34 52 | 5,753 1.21 77.56 53 | 5,623 1.18 78.74 54 | 5,685 1.20 79.94 55 | 5,811 1.22 81.16 56 | 4,468 0.94 82.10 57 | 4,323 0.91 83.01 58 | 4,306 0.91 83.92 59 | 4,374 0.92 84.84 60 | 4,009 0.84 85.69 61 | 3,607 0.76 86.45 62 | 3,545 0.75 87.19 63 | 3,379 0.71 87.90 64 | 3,342 0.70 88.61 65 | 3,427 0.72 89.33 66 | 3,317 0.70 90.03 67 | 3,052 0.64 90.67 68 | 2,956 0.62 91.29 69 | 2,853 0.60 91.90 70 | 2,820 0.59 92.49 71 | 2,807 0.59 93.08 72 | 2,674 0.56 93.64 73 | 2,633 0.55 94.20 74 | 2,654 0.56 94.76 75 | 2,594 0.55 95.30 76 | 2,416 0.51 95.81 77 | 2,512 0.53 96.34 78 | 2,266 0.48 96.82 79 | 1,880 0.40 97.22 80 | 12,254 2.58 99.80 81 | 152 0.03 99.83 82 | 115 0.02 99.85 83 | 120 0.03 99.88 84 | 102 0.02 99.90 85 | 72 0.02 99.91 86 | 78 0.02 99.93 87 | 68 0.01 99.95 88 | 55 0.01 99.96 89 | 47 0.01 99.97 90 | 156 0.03 100.00 ------------+----------------------------------- Total | 474,729 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 45,259 31.27 31.27 0 | 5,012 3.46 34.73 1 | 5,749 3.97 38.70 2 | 6,008 4.15 42.85 3 | 5,886 4.07 46.92 4 | 5,935 4.10 51.02 5 | 6,031 4.17 55.18 6 | 6,137 4.24 59.42 7 | 6,190 4.28 63.70 8 | 6,411 4.43 68.13 9 | 6,339 4.38 72.51 10 | 6,590 4.55 77.06 11 | 6,595 4.56 81.61 12 | 6,760 4.67 86.28 13 | 6,699 4.63 90.91 14 | 6,673 4.61 95.52 15 | 6,483 4.48 100.00 ------------+----------------------------------- Total | 144,757 100.00 (144,757 observations deleted) (0 observations deleted) obs 329972 after keeping age>15&age!=. infile successful no observations total obs pre-revise 2002 329972 (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/rw/annual.dta saved (302,400 observations deleted) 1 jan obs 27572 (note: you are using old merge syntax; see [D] merge for new syntax) (148,089 observations deleted) file /homes/data/morg/annual/rw/jan.dta saved (302,521 observations deleted) 2 feb obs 27451 (note: you are using old merge syntax; see [D] merge for new syntax) (148,216 observations deleted) file /homes/data/morg/annual/rw/feb.dta saved (302,697 observations deleted) 3 mar obs 27275 (note: you are using old merge syntax; see [D] merge for new syntax) (148,082 observations deleted) file /homes/data/morg/annual/rw/mar.dta saved (302,919 observations deleted) 4 apr obs 27053 (note: you are using old merge syntax; see [D] merge for new syntax) (148,938 observations deleted) file /homes/data/morg/annual/rw/apr.dta saved (302,762 observations deleted) 5 may obs 27210 (note: you are using old merge syntax; see [D] merge for new syntax) (149,450 observations deleted) file /homes/data/morg/annual/rw/may.dta saved (302,564 observations deleted) 6 jun obs 27408 (note: you are using old merge syntax; see [D] merge for new syntax) (149,024 observations deleted) file /homes/data/morg/annual/rw/jun.dta saved (302,241 observations deleted) 7 jul obs 27731 (note: you are using old merge syntax; see [D] merge for new syntax) (149,333 observations deleted) file /homes/data/morg/annual/rw/jul.dta saved (302,943 observations deleted) 8 aug obs 27029 (note: you are using old merge syntax; see [D] merge for new syntax) (150,315 observations deleted) file /homes/data/morg/annual/rw/aug.dta saved (302,288 observations deleted) 9 sep obs 27684 (note: you are using old merge syntax; see [D] merge for new syntax) (149,484 observations deleted) file /homes/data/morg/annual/rw/sep.dta saved (301,863 observations deleted) 10 oct obs 28109 (note: you are using old merge syntax; see [D] merge for new syntax) (149,145 observations deleted) file /homes/data/morg/annual/rw/oct.dta saved (302,039 observations deleted) 11 nov obs 27933 (note: you are using old merge syntax; see [D] merge for new syntax) (148,868 observations deleted) file /homes/data/morg/annual/rw/nov.dta saved (302,455 observations deleted) 12 dec obs 27517 (note: you are using old merge syntax; see [D] merge for new syntax) (148,726 observations deleted) file /homes/data/morg/annual/rw/dec.dta saved using jan (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) (label neernlab already defined) (label neerncov already defined) (label neio1cow already defined) total obs post-revise329972 start renaming (100,723 real changes made, 100,723 to missing) (100,723 real changes made, 100,723 to missing) done renaming drop 2000 rename 2001-2002 (170,230 real changes made, 170,230 to missing) (145,835 real changes made, 145,835 to missing) (41 real changes made, 41 to missing) (0 real changes made) (0 real changes made) (165,552 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (164,420 real changes made) Geography (94,992 real changes made, 94,992 to missing) smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (1,391 real changes made, 1,391 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (53,735 real changes made, 53,735 to missing) (311,190 real changes made, 311,190 to missing) (95,753 real changes made, 95,753 to missing) (220,915 real changes made, 220,915 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (148,483 real changes made, 148,483 to missing) if 2002 > 1983 & 2002 < 1989 { (0 real changes made) (118,961 real changes made, 118,961 to missing) (118,862 real changes made, 118,862 to missing) (118,862 missing values generated) (118,862 missing values generated) (118,862 missing values generated) (118,862 missing values generated) (ch02: 87920 changes made) (ch35: 98751 changes made) (ch613: 98751 changes made) (ch1417: 98751 changes made) (118,862 missing values generated) (17,600 real changes made) (1 real change made, 1 to missing) (225,962 real changes made, 225,962 to missing) (319,885 real changes made, 319,885 to missing) (243,131 real changes made, 243,131 to missing) (277,164 real changes made, 277,164 to missing) (315,235 real changes made, 315,235 to missing) (311,791 real changes made, 311,791 to missing) (329,972 missing values generated) (1,136 real changes made) (2,493 real changes made) (5,056 real changes made) (9,543 real changes made) (8,812 real changes made) (13,991 real changes made) (14,506 real changes made) (4,735 real changes made) (66 real changes made) (22 real changes made) (79 real changes made) (755 real changes made) (1,224 real changes made) (2,812 real changes made) (3,775 real changes made) (1,354 real changes made) (93,923 real changes made) (11,687 real changes made) (22,828 real changes made) (37,166 real changes made) (11,060 real changes made) (4,100 real changes made) (38,071 real changes made) (5,259 real changes made) (9,478 real changes made) (1,965 real changes made) (16,216 real changes made) (7,859 real changes made) (229,663 real changes made, 229,663 to missing) (318,361 real changes made, 318,361 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (1 real change made, 1 to missing) (4,615 real changes made, 4,615 to missing) (1,297 real changes made, 1,297 to missing) Employment (2,236 real changes made, 2,236 to missing) (324,443 real changes made, 324,443 to missing) (145,835 real changes made, 145,835 to missing) (100,723 real changes made, 100,723 to missing) (100,723 real changes made, 100,723 to missing) (100,723 real changes made, 100,723 to missing) (0 real changes made) (100,723 real changes made, 100,723 to missing) (0 real changes made) docc80 (100,723 missing values generated) recode docc80 (docc80: 229249 changes made) ** The renaming is part of the Census reweighting ; docc00 553 556 generate int docc00=occ00; (100,723 missing values generated) recode docc00 2000-2010 (docc00: 229249 changes made) dind (100,723 missing values generated) (dind: 229249 changes made) (100,723 missing values generated) (dind02: 229075 changes made) Wages (145,835 real changes made, 145,835 to missing) (0 real changes made) (219,257 real changes made, 219,257 to missing) (0 real changes made) (0 real changes made) (145,835 real changes made) (222,994 real changes made) (100,723 real changes made, 100,723 to missing) (318,361 real changes made, 318,361 to missing) (122,554 real changes made) (145,835 real changes made) (0 real changes made) (121,257 real changes made, 121,257 to missing) (1,297 real changes made, 1,297 to missing) (328,289 real changes made, 328,289 to missing) (219,198 real changes made, 219,198 to missing) (145,835 real changes made, 145,835 to missing) Hours, Unions (314,716 real changes made, 314,716 to missing) (321,383 real changes made, 321,383 to missing) (305,047 real changes made, 305,047 to missing) (280,740 real changes made, 280,740 to missing) (305,047 real changes made, 305,047 to missing) (1,297 real changes made, 1,297 to missing) (131,143 real changes made, 131,143 to missing) (115 real changes made) (280,044 real changes made, 280,044 to missing) (145,810 real changes made, 145,810 to missing) (170,172 real changes made, 170,172 to missing) variable spouse was int now byte variable hourslw was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc80 was int now byte variable docc00 was int now byte variable dind was float now byte variable dind02 was float now int (5,939,496 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa93: 1995:9-; . label values smsa93 P7L; . label define P7L > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000+" > ; . * icntcity goes here; . *msafips: 1994-; . label values msafips msafips; . label define msafips > 80 "Akron, OH PMSA" > 160 "Albany-Schenectady-Troy, NY MSA (Schohaire County not in sample)" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem-Easton, PA MSA " > 380 "Anchorage, AK MSA" > 440 "Ann Arbor, MI PMSA" > 450 "Anniston, AL MSA" > 460 "Appleton-Oshkosh-Neenah, WI MSA" > 480 "Asheville, NC MSA (Madison County not in sample)" > 520 "Atlanta, GA MSA" > 560 "Atlantic-Cape May, NJ PMSA " > 600 "Augusta-Aiken, GA-SC MSA" > 640 "Austin-San Marcos, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD PMSA" > 760 "Balton Rouge, LA MSA" > 840 "Beaumont-Port Arthur, TX MSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA-NH PMSA (New Hampshire portion not identified)" > 1125 "Boulder-Longmont, CO PMSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen-San Benito, TX MSA" > 1280 "Buffalo-Niagara Falls, NY MSA" > 1305 "Burlington, VT MSA" > 1320 "Canton-Massillon, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1440 "Charleston-North Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-GA MSA " > 1600 "Chicago, IL PMSA (Dekalb County not in sample) " > 1620 "Chico-Paradise, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA (Dearborn County, IN not identified" > 1660 "Clarksville-Hopkinsville, TN-KY MSA (Kentucky portion not in sample)" > 1680 "Cleveland-Lorain-Elyria, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSA" > 1960 "Davenport-Moline-Rock Island, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2030 "Decatur, AL MSA" > 2040 "Decatur, IL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA " > 2160 "Detroit, MI PMSA" > 2190 "Dover, DE MSA" > 2240 "Duluth-Superior, MN-WI MSA (Wisconsin portion not identified) " > 2281 "Dutchess County, NY PMSA" > 2290 "Eau Claire, WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville-Henderson, IN-KY MSA (Kentucky portion not identified) " > 2520 "Fargo-Moorhead, ND-MN MSA (Minnesota portion not identified)" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale-Rogers, AR MSA" > 2600 "Fitchburg-Leominster, MA PMSA" > 2640 "Flint, MI PMSA" > 2650 "Florence, AL MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale, FL PMSA" > 2700 "Fort Myers-Cape Coral, FL MSA" > 2710 "Fort Pierce-Port St. Lucie, FL MSA" > 2720 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample) " > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA (Adams, Huntington, and Wells Counties not in sample)" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary, IN PMSA" > 3000 "Grand Rapids-Muskegon-Holland, MI MSA" > 3060 "Greeley, CO PMSA" > 3080 "Green Bay, WI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3150 "Greenville, NC MSA" > 3160 "Greenville-Spartanburg-Anderson, SC MSA" > 3180 "Hagerstown, MD PMSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA " > 3280 "Hartford, CT MSA" > 3290 "Hickory-Morgantown, NC MSA (Caldwell County not in sample)" > 3320 "Honolulu, HI MSA" > 3350 "Houma, LA MSA" > 3360 "Houston, TX PMSA (Chambers County not in sample)" > 3400 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not" > 3440 "Huntsville, AL MSA (Limestone County not in sample)" > 3480 "Indianapolis, IN MSA (Madison County not in sample)" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3610 "Jamestown, NY MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified) " > 3680 "Johnstown, PA MSA" > 3720 "Kalamazoo-Battle Creek, MI MSA (Van Buren County not in sample)" > 3760 "Kansas City, MO-KS MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA (Acadia Parish not in sample)" > 3960 "Lake Charles, LA MSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4080 "Laredo, TX MSA" > 4100 "Las Cruces, NM MSA" > 4120 "Las Vegas, NV-AZ MSA (Nye County, NV and Mohave County, AZ not in" > 4160 "Lawrence, MA-NH PMSA (New Hampshire portion not identified)" > 4280 "Lexington, KY MSA (Madison County not in sample)" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA (Scott County, IN not in sample)" > 4560 "Lowell, MA-NH PMSA (New Hampshire portion not identified)" > 4600 "Lubbock, TX MSA" > 4680 "Macon, GA MSA (Twiggs County not in sample)" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH PMSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford-Ashland, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not" > 4940 "Merced, CA MSA" > 5000 "Miami, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee-Waukesha, WI PMSA" > 5120 "Minneapolis-St., Paul, MN-WI MSA (St. Croix County, WI not identified" > 5160 "Mobile, AL MSA " > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5330 "Myrtle Beach, SC MSA" > 5345 "Naples, FL MSA" > 5350 "Nashua, NH PMSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA PMSA" > 5480 "New Haven-Meriden, CT PMSA" > 5520 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA (White Plains Central City recoded to balance of" > 5640 "Newark, NJ PMSA" > 5660 "Newburgh, NY-PA PMSA (Pennsylvania portion not identified)" > 5720 "Norfolk-Virginia Beach-Newport News, VA-NC MSA (Mathews County, VA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5800 "Odessa-Midland, TX MSA (Ector County not in sample)" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA PMSA" > 5920 "Omaha, NE-IA MSA (Iowa portion not identified)" > 5945 "Orange County, CA PMSA" > 5960 "Orlando, FL MSA" > 6015 "Panama City, FL MSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria-Pekin, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix-Mesa, AZ MSA" > 6280 "Pittsburgh, PA MSA" > 6400 "Portland, ME MSA" > 6440 "Portland-Vancouver, OR-WA PMSA" > 6450 "Portsmouth-Rochester, NH-ME PMSA (Maine portion not identified)" > 6480 "Providence-Fall River-Warwick, RI-MA MSA (Newport County, RI portion" > 6520 "Provo-Orem, UT MSA " > 6560 "Pueblo, CO MSA" > 6580 "Punta Gorda, FL MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham-Chapel Hill, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA " > 6760 "Richmond-Petersburg, VA MSA " > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA PMSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL MSA (Crawford County, MO [part] not in sample) " > 7080 "Salem, OR PMSA" > 7120 "Salinas, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7460 "San Luis Obispo-Atascadero-Paso Robles, CA MSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7490 "Santa Fe, NM MSA" > 7500 "Santa Rosa, CA PMSA" > 7510 "Sarasota-Bradenton, FL MSA" > 7560 "Scranton-Wilkes Barre-Hazelton, PA MSA " > 7600 "Seattle-Bellevue-Everett, WA PMSA" > 7680 "Shreveport-Bossier City, LA MSA" > 7760 "Sioux Falls, SD MSA (Central City portion only identified)" > 7800 "South Bend, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA (Webster County not in sample)" > 8000 "Springfield, MA MSA" > 8040 "Stamford-Norwalk, CT PMSA" > 8120 "Stockton-Lodi, CA MSA" > 8160 "Syracuse, NY MSA (Cayuga County not in sample)" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St. Petersburg-Clearwater, FL MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA (Central City portion only identified) " > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8735 "Ventura, CA PMSA" > 8760 "Vineland-Millville-Bridgeton, NJ PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA-WV PMSA (West Virginia portion not identified)" > 8880 "Waterbury, CT PMSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton, FL MSA" > 9000 "Wheeling, WV-OH MSA (Ohio portion not identified) " > 9040 "Wichita, KS MSA" > 9160 "Wilmington-Newark, DE-MD PMSA (Maryland portion suppressed)" > 9200 "Wilmington, NC MSA (Brunswick County not in sample)" > 9240 "Worcester, MA-CT PMSA (Connecticut portion suppressed)" > 9270 "Yolo, CA PMSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > 9360 "Yuma, AZ MSA" > ; . * cmsacode: 1994-; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Worcester-Lawrence, MA-NH-ME-CT" > 14 "Chicago-Gary-Kenosha, IL-IN-WI" > 21 "Cincinnati-Hamilton, OH-KY-IN" > 28 "Cleveland-Akron, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder-Greeley, CO" > 35 "Detroit-Ann Arbor-Flint, MI" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT-PA" > 77 "Philadelphia-Wilmington-Atlantic City, PA-NJ-DE-MD" > 79 "Portland-Salem, OR-WA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma-Bremerton, WA" > 97 "Washington-Baltimore, DC-MD-VA-WV" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 1996-; . label values race P10L; . label define P10L > 1 "White" > 2 "Black" > 3 "American Indian, Aleut, Eskimo" > 4 "Asian or Pacific Islander" > ; . * ethnic: 1979-; . label values ethnic P11L; . label define P11L > 1 "Mexican American" > 2 "Chicano" > 3 "Mexican (Mexicano)" > 4 "Puerto Rican" > 5 "Cuban" > 6 "Central Or South American" > 7 "Other Spanish" > 8 "All Other" > 9 "Don't Know" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > -1 "Not a parent" > 0 "No children < 18 years old" > 1 "All children 0-2 years old" > 2 "All children 3-5 years old" > 3 "All children 6-13 years old" > 4 "All children 14-17 years old" > 5 "All children 0-5 years old" > 6 "Children 0-2 & 6-13 (no 3-5 or 14+)" > 7 "Children 0-2 & 14-17 (no 3-13)" > 8 "Children 3-5 & 6-13 (no 0-2 or 14+)" > 9 "Children 3-5 & 14-17 (no 0-2 or 6-13)" > 10 "Children 6-17 (no 0-5)" > 11 "Children 0-13 (no 14-17)" > 12 "Children 0-5 & 14-17 (no 6-13)" > 13 "Children 0-2 & 6-17 (no 3-5)" > 14 "Children 3-17 (no 0-2)" > 15 "Children from all age groups" > ; . * ch02: 1989-1993, 1999:11-; . label values ch02 ch02; . label define ch02 > 1 "Yes" > 0 "No" > ; . * ch35: 1989-1993, 1999:11-; . label values ch35 ch35; . label define ch35 > 1 "Yes" > 0 "No" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1988 differs from pfamrel 1993-; . * pfamrel: 1993-; . label values pfamrel P47L; . label define P47L > 0 "Not A Family Member" > 1 "Reference Person" > 2 "Spouse" > 3 "Child" > 4 "Other Relative (primary Family" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relref95: 1995:3-; . label values relref95 P15L; . label define P15L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Spouse" > 4 "Child" > 5 "Grandchild" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Foster child" > 10 "Non-rel of ref. per w/own rels in HH" > 11 "Not used" > 12 "Non-rel of ref per w/no own rels in HH" > 13 "Unmarried partner w/ own rels in HH" > 14 "Unmar. partner w/ no own rels in HH" > 15 "Housemate/roommate w/ own rels in HH" > 16 "Hsemate/roommate w/ no own rels in HH" > 17 "Roomer/boarder w/ own rels in HH in HH" > 18 "Roomer/brder w/ no own rels in HH" > ; . * penatvty: 1994-2006; . label values penatvty native; . label define native > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 72 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 102 "Austria" > 103 "Belgium" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "Great Britain" > 139 "England" > 140 "Scotland" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Europe" > 155 "Czech Republic" > 156 "Slovakia/Slovak Republic" > 180 "USSR" > 183 "Latvia" > 184 "Lithuania" > 185 "Armenia" > 192 "Russia" > 195 "Ukraine" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Burma" > 206 "Cambodia" > 207 "China" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea/South Korea" > 218 "Korea/ South Korea" > 221 "Laos" > 222 "Lebanon" > 224 "Malaysia" > 229 "Pakistan" > 231 "Philippines" > 233 "Saudi Arabia" > 234 "Singapore" > 237 "Syria" > 238 "Taiwan" > 239 "Thailand" > 240 "Turkey" > 242 "Vietnam" > 245 "Asia" > 252 "Middle East" > 253 "Palestine" > 300 "Bermuda" > 301 "Canada" > 304 "North America" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Mexico" > 316 "Nicaragua" > 317 "Panama" > 318 "Central America" > 333 "Bahamas" > 334 "Barbados" > 337 "Cuba" > 338 "Dominica" > 339 "Dominican Republic" > 340 "Grenada" > 342 "Haiti" > 343 "Jamaica" > 351 "Trinidad & Tobago" > 353 "Caribbean" > 375 "Argentina" > 376 "Bolivia" > 377 "Brazil" > 378 "Chile" > 379 "Colombia" > 380 "Ecuador" > 383 "Guyana" > 385 "Peru" > 387 "Uruguay" > 388 "Venezuela" > 389 "South America" > 415 "Egypt" > 417 "Ethiopia" > 421 "Ghana" > 427 "Kenya" > 436 "Morocco" > 440 "Nigeria" > 449 "South Africa" > 462 "Other Africa" > 468 "North Africa" > 501 "Australia" > 507 "Fiji" > 514 "New Zealand" > 527 "Pacific Islands" > 555 "Other" > ; . * pemntvty: 1994-2006; . label values pemntvty native; . * pefntvty: 1994-2006; . label values pefntvty native; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 1998-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2002" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * some ind80 1983-1991 values are different from ind80 1992+ values; . * ind80: 1992-2002; . label values ind80 P36L; . label define P36L > 10 "Agricultural production, crops (01)" > 11 "Agricultural production, livestock (02)" > 12 "Veterinary services [1992+]" > 20 "Landscape and horticultutal services [92+]" > 30 "Agricultural services, n.e.c. [92+]" > 31 "Forestry [92+]" > 32 "Fishing, hunting, and trapping [92+]" > 40 "Metal mining (10)" > 41 "Coal mining (11, 12)" > 42 "Oil and gas extraction [92+]" > 50 "Nonmetallic mining and quarrying, except fuel (14)" > 60 "CONSTRUCTION (15, 16, 17)" > 100 "Meat products (201)" > 101 "Dairy products (202)" > 102 "Canned, frozen, and preserved fruits and vegetables" > 110 "Grain mill products (204)" > 111 "Bakery products (205)" > 112 "Sugar and confectionery products (206)" > 120 "Beverage industries (208)" > 121 "Miscellaneous food preparations & kindred products (207,209)" > 122 "Not specified food industries" > 130 "Tobacco manufactures (21)" > 131 "not used" > 132 "Knitting mills (225)" > 140 "Dyeing & finishing textiles, except wool & knit goods (226)" > 141 "Carpets and rugs [92+]" > 142 "Yarn, thread, and fabric mills (228, 221-224)" > 150 "Miscellaneous textile mill products (229)" > 151 "Apparel and accessories, except knit (231-238)" > 152 "Miscellaneous fabricated textile products (239)" > 160 "Pulp, paper, and paperboard mills (261-263, 266)" > 161 "Miscellaneous paper and pulp products (264)" > 162 "Paperboard containers and boxes (265)" > 171 "Newspaper publishing and printing (271)" > 172 "Printing, publishing, & allied industries, except newspapers (272-279)" > 180 "Plastics, synthetics, and resins (282)" > 181 "Drugs (283)" > 182 "Soaps and cosmetics (284)" > 190 "Paints, varnishes, and related products (285)" > 191 "Agricultural chemicals (287)" > 192 "Industrial and miscellaneous chemicals (281, 286, 289)" > 200 "Petroleum refining (291)" > 201 "Miscellaneous petroleum and coal products (295, 299)" > 210 "Tires and inner tubes (301)" > 211 "Other rubber products, and plastics footwear and belting (302-304,306)" > 212 "Miscellaneous plastics products (307)" > 220 "Leather tanning and finishing (311)" > 221 "Footwear, except rubber and plastic (313, 314)" > 222 "Leather products, except footwear (315-317, 319)" > 230 "Logging (241)" > 231 "Sawmills, planning mills, and millwork (242, 243)" > 232 "Wood buildings and mobile homes (245)" > 241 "Miscellaneous wood products (244, 249)" > 242 "Furniture and fixtures (25)" > 250 "Glass and glass products (321-323)" > 251 "Cement, concrete, gypsum, and plaster products (324, 327)" > 252 "Structural clay products (325)" > 261 "Pottery and related products (326)" > 262 "Miscellaneous nonmetallic mineral & stone products (328,329)" > 270 "Blast furnaces, steelworks, rolling & finishing mills (331)" > 271 "Iron and steel foundries (332)" > 272 "Primary aluminum industries (3334, part 334, 3353-3355,3361)" > 280 "Other primary metal industries (3331-3333, 3339, part 334,335 1 3356, 3357, 3362, 3369, > 339)" > 281 "Cutlery, handtools, and general hardware [92+]" > 282 "Fabricated structural metal products (344)" > 290 "Screw machine products (345)" > 291 "Metal forgings and stampings (346)" > 292 "Ordnance (348)" > 300 "Miscellaneous fabricated metal products (341,343,347,349)" > 301 "Not specified metal industries" > 310 "Engines and turbines (351)" > 311 "Farm machinery and equipment (352)" > 312 "Construction and material handling machines (353)" > 320 "Metalworking machinery (354)" > 321 "Office and accounting machines (357, except 3573)" > 322 "Computers and related equipment [92+]" > 331 "Machinery, except electrical, n.e.c. (355, 356, 358, 359)" > 332 "Not specified machinery" > 340 "Household appliances (363)" > 341 "Radio, T.V., and communication equipment (365, 366)" > 342 "Electrical machinery, equipment, and supplies, n.e.c. (361, 362, 364, 367, 369)" > 350 "Not specified electrical machinery, equipment, & supplies" > 351 "Motor vehicles and motor vehicle equipment (371)" > 352 "Aircraft and parts (372)" > 360 "Ship and boat building and repairing (373)" > 361 "Railroad locomotives and equipment (374)" > 362 "Guided missiles, space vehicles, and parts (376)" > 370 "Cycles and miscellaneous transportation equipment (375, 379)" > 371 "Scientific and controlling instruments (381, 382)" > 372 "Medical, dental, and optical instruments and supplies [92+]" > 380 "Photographic equipment and supplies (386)" > 381 "Watches, clocks, and clockwork operated devices (387)" > 390 "Toys, amusement, and sporting goods (394)" > 391 "Miscellaneous manufacturing industries (39 except 394)" > 392 "Not specified manufacturing industries*" > 400 "Railroads (40)" > 401 "Bus service and urban transit (41 except 412)" > 402 "Taxicab service (412)" > 410 "Trucking service (421, 423)" > 411 "Warehousing and storage (422)" > 412 "U.S. Postal Service (43)" > 420 "Water transportation (44)" > 421 "Air transportation (45)" > 422 "Pipe lines, except natural gas (46)" > 432 "Services incidental to transportation (47)" > 440 "Radio and television broadcasting and cable [92+]" > 441 "Telephone communications [92+]" > 442 "Telegraph and miscellaneous communication services (482, 489)" > 450 "Electric light and power [92+]" > 451 "Gas and steam supply systems [92+]" > 452 "Electric and gas, and other combinations [92+]" > 470 "Water supply and irrigation (494, 497)" > 471 "Sanitary services (495)" > 472 "Not specified utilities" > 500 "Motor vehicles and equipment (501)" > 501 "Furniture and home furnishings (502)" > 502 "Lumber and construction materials (503)" > 510 "Professional and commercial equipment and supplies [92+]" > 511 "Metals and minerals, except petroleum (505)" > 512 "Electrical goods (506)" > 521 "Hardware, plumbing and heating supplies (507)" > 530 "Machinery, equipment, and supplies (508)" > 531 "Scrap and waste materials (5093)" > 532 "Miscellaneous wholesale, durable goods (5094, 5099)" > 540 "Paper and paper products (511)" > 541 "Drugs, chemicals, and allied products (512, 516)" > 542 "Apparel, fabrics, and notions (513)" > 550 "Groceries and related products (514)" > 551 "Farm products - raw materials (515)" > 552 "Petroleum products (517)" > 560 "Alcoholic beverages (518)" > 561 "Farm supplies (5191)" > 562 "Miscellaneous wholesale, nondurable goods (5194, 5198, 5199)" > 571 "Not specified wholesale trade" > 580 "Lumber and building material retailing (521, 523)" > 581 "Hardware stores (525)" > 582 "Retail nurseries and garden stores (526)" > 590 "Mobile home dealers (527)" > 591 "Department stores (531)" > 592 "Variety stores (533)" > 600 "Miscellaneous general merchandise stores (539)" > 601 "Grocery stores (541)" > 602 "Dairy products stores (545)" > 610 "Retail bakeries (546)" > 611 "Food stores, n.e.c. (542, 543, 544, 549)" > 612 "Motor vehicle dealers (551, 552)" > 620 "Auto and home supply stores (553)" > 621 "Gasoline service stations (554)" > 622 "Miscellaneous vehicle dealers (555, 556, 557, 559)" > 623 "Apparel and accessory stores, except shoe [92+]" > 630 "Shoe stores [92+]" > 631 "Furniture and home furnishings stores [92+]" > 632 "Household appliance stores [92+]" > 633 "Radio, TV, and computer stores [92+]" > 640 "Music stores [92+]" > 641 "Eating and drinking places (58)" > 642 "Drug stores (591)" > 650 "Liquor stores (592)" > 651 "Sporting goods, bicycles, and hobby stores (5941,5945,5946)" > 652 "Book and stationery stores (5942, 5943)" > 660 "Jewelry stores (5944)" > 661 "Gift, novelty, and souvenir shops [92+]" > 662 "Sewing, needlework, and piece goods stores [92+]" > 663 "Catalog and mail order houses [92+]" > 670 "Vending machine operators (5962)" > 671 "Direct selling establishments (5963)" > 672 "Fuel dealers [92+]" > 681 "Retail florists (5992)" > 682 "Miscellaneous retail stores (593,5947,5948,5993,5994,5999)" > 691 "Not specified retail trade" > 700 "Banking (60)" > 701 "Savings institutions, including credit unions [92+]" > 702 "Credit agencies, n.e.c. (61, except 612)" > 710 "Security, commodity brokerage, and investment companies (62,67)" > 711 "Insurance (63, 64)" > 712 "Real estate, including real estate-insurance offices [92+]" > 721 "Advertising (731)" > 722 "Services to dwellings and other buildings (734)" > 731 "Personnel supply services (736)" > 732 "Computer and data processinf services [92+]" > 740 "Detective and protective sevices [92+]" > 741 "Business services, n.e.c [92+]" > 742 "Automotive rental and leasing, without drivers [92+]" > 750 "Automoblie parking and carwashes [92+]" > 751 "Automotive repair and related services [92+]" > 752 "Electrical repair shops (762, 7694)" > 760 "Miscellaneous repair services (763, 764, 7692, 7699)" > 761 "Private households (88)" > 762 "Hotels and motels (701)" > 770 "Lodging places, except hotels and motels (702, 703, 704)" > 771 "Laundry, cleaning, and garment services (721)" > 772 "Beauty shops (723)" > 780 "Barber shops (724)" > 781 "Funeral service and crematories (726)" > 782 "Shoe repair shops (725)" > 790 "Dressmaking shops (part 729)" > 791 "Miscellaneous personal services (722, part 729)" > 800 "Theaters and motion pictures (78, 792)" > 801 "Video tape rental [92+]" > 802 "Bowling centers [92+]" > 810 "Miscellaneous entertainment and recreational services [92+]" > 812 "Offices and clinics of physicians [92+]" > 820 "Offices and clinics of dentists [92+]" > 821 "Offices and clinics of chiropractors [92+]" > 822 "Offices and clinics of optometrists [92+]" > 830 "Offices and clinics of health practitioners, n.e.c [92+]" > 831 "Hospitals (806)" > 832 "Nursing and personal care facilities (805)" > 840 "Health services, n.e.c. (807, 808, 809)" > 841 "Legal services (81)" > 842 "Elementary and secondary schools (821)" > 850 "Colleges and universities (822)" > 851 "Vocational schools [92+]" > 852 "Libraries (823)" > 860 "Educational services, n.e.c. (829)" > 861 "Job training and vocational rehabilitation services (833)" > 862 "Child day care services (835)" > 863 "Family child care homes [92+]" > 870 "Residential care facilities, without nursing (836)" > 871 "Social services, n.e.c. (832, 839)" > 872 "Museums, art galleries, and zoos (84)" > 873 "Labor unions [92+]" > 880 "Religious organizations (866)" > 881 "Membership organizations, n.e.c [92+]" > 882 "Engineering, architectural, and surveying services (891)" > 890 "Accounting, auditing, and bookkeeping services (893)" > 891 "Research, development, and testing services [92+]" > 892 "Management and public relations services [92+]" > 893 "Miscellaneous professional and related services [92+]" > 900 "Executive and legislative offices (911-913)" > 901 "General government, n.e.c. (919)" > 910 "Justice, public order, and safety (92)" > 921 "Public finance, taxation, and monetary policy (93)" > 922 "Administration of human resources programs (94)" > 930 "Administration of environmental quality & housing programs (95)" > 931 "Administration ofeconomic programs (96)" > 932 "National securityand international affairs (97)" > 991 "Assigned to persons whose labor force status is unemployed and whose last job was Armed > Forces" > 992 "Assigned to persons whose labor force status is unemployed" > ; . label values ind02 ind02l ; . label define ind02l > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind: 1979-; . label values dind P37L; . label define P37L > 1 "Agriculture Service" > 2 "Other Agriculture" > 3 "Mining" > 4 "Construction" > 5 "Lumber and wood products , except furniture" > 6 "Furniture and fixtures" > 7 "Stone clay ,glass and concrete product" > 8 "Primary metals" > 9 "Fabricated metal" > 10 "Not specified metal industries" > 11 "Machinery, except electrical" > 12 "Electrical Machinery, equipment ,and supplies" > 13 "Motor vehicles and equipment" > 14 "Aircrafts and parts" > 15 "Other transportation equipment" > 16 "Professional and photographic equipment" > 17 "Toys, amusements ,and sporting goods" > 18 "Miscellaneous and not specified manufacturing industries" > 19 "Food and kindred products" > 20 "Tobacco manufactures" > 21 "Textile mill products" > 22 "Apparel and other finished textile prod." > 23 "Paper and allied products" > 24 "Printing ,publishing and allied industries" > 25 "Chemicals and allied products" > 26 "Petroleum and coal products" > 27 "Rubber and miscellaneous plastics products" > 28 "Leather and leather products" > 29 "Transportation" > 30 "Communications" > 31 "Utilities and Sanitary Services" > 32 "Wholesale Trade" > 33 "Retail Trade" > 34 "Banking and Other Finance" > 35 "Insurance and Real Estate" > 36 "Private Household Services" > 37 "Business Services" > 38 "Repair Services" > 39 "Personal Services , Except Private Household" > 40 "Entertainment and Recreation Services" > 41 "Hospitals" > 42 "Health Services , Except Hospitals" > 43 "Educational Services" > 44 "Social Services" > 45 "Other professional Services" > 46 "Forestry and Fisheries" > 47 "Justice, Public Order, and Safety" > 48 "Administration of Human Resource Programs" > 49 "National Security and Internal Affairs" > 50 "Other Public Adminstration" > 51 "Armed Forces last job, currently unemployed" > 52 "Public Administration" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ80: 95-2002; . label values occ80 occ80l ; . label define occ80l > 3 "Legislators (111)" > 4 "Chief executives and general administrators, public administration (112)" > 5 "Administrators and officials, public administration (1132-1139)" > 6 "Administrators, protective services (1131)" > 7 "Financial managers (122)" > 8 "Personnel and labor relations managers (123)" > 9 "Purchasing managers (124)" > 13 "Managers, marketing, advertising, and public relations (125)" > 14 "Administrators, education and related fields (128)" > 15 "Managers, medicine and health (131)" > 17 "Managers, food serving and lodging establishments (1351)" > 18 "Managers, properties and real estate (1353)" > 19 "Funeral directors (part 1359)" > 21 "Managers, service organizations, n.e.c. (127, 1352, 1354, part 1359)" > 22 "Managers and administrators, n.e.c. (121, 126, 132-1343, 136-139)" > 23 "Accountants and auditors (1412)" > 24 "Underwriters (1414)" > 25 "Other financial officers (1415, 1419)" > 26 "Management analysts (142)" > 27 "Personnel, training, and labor relations specialists (143)" > 28 "Purchasing agents and buyers, farm products (1443)" > 29 "Buyers, wholesale and retail trade except farm products (1442)" > 33 "Purchasing agents and buyers, n.e.c. (1449)" > 34 "Business and promotion agents (145)" > 35 "Construction inspectors (1472)" > 36 "Inspectors and compliance officers, except construction (1473)" > 37 "Management related occupations, n.e.c. (149)" > 43 "Architects (161)" > 44 "Aerospace (1622)" > 45 "Metallurgical and materials (1623)" > 46 "Mining (1624)" > 47 "Petroleum (1625)" > 48 "Chemical (1626)" > 49 "Nuclear (1627)" > 53 "Civil (1628)" > 54 "Agricultural (1632)" > 55 "Electrical and electronic (1633, 1636)" > 56 "Industrial (1634)" > 57 "Mechanical (1635)" > 58 "Marine and naval architects (1637)" > 59 "Engineers, n.e.c. (1639)" > 63 "Surveyors and mapping scientists (164)" > 64 "Computer systems analysts and scientists (171)" > 65 "Operations and systems researchers and analysts (172)" > 66 "Actuaries (1732)" > 67 "Statisticians (1733)" > 68 "Mathematical scientists, n.e.c. (1739)" > 69 "Physicists and astronomers (1842, 1843)" > 73 "Chemists, except biochemists (1845)" > 74 "Atmospheric and space scientists (1846)" > 75 "Geologists and geodesists (1847)" > 76 "Physical scientists, n.e.c. (1849)" > 77 "Agricultural and food scientists (1853)" > 78 "Biological and life scientists (1854)" > 79 "Forestry and conservation scientists (1852)" > 83 "Medical scientists (1855)" > 84 "Physicians (261)" > 85 "Dentists (262)" > 86 "Veterinarians (27)" > 87 "Optometrists (281)" > 88 "Podiatrists (283)" > 89 "Health diagnosing practitioners, n.e.c. (289)" > 95 "Registered nurses (29)" > 96 "Pharmacists (301)" > 97 "Dietitians (302)" > 98 "Respiratory therapists (3031)" > 99 "Occupational therapists (3032)" > 103 "Physical therapists (3033)" > 104 "Speech therapists (3034)" > 105 "Therapists, n.e.c. (3039)" > 106 "Physicians' assistants (304)" > 113 "Earth, environmental, and marine science teachers (2212)" > 114 "Biological science teachers (2213)" > 115 "Chemistry teachers (2214)" > 116 "Physics teachers (2215)" > 117 "Natural science teachers, n.e.c. (2216)" > 118 "Psychology teachers (2217)" > 119 "Economics teachers (2218)" > 123 "History teachers (2222)" > 124 "Political science teachers (2223)" > 125 "Sociology teachers (2224)" > 126 "Social science teachers, n.e.c. (2225)" > 127 "Engineering teachers (2226)" > 128 "Mathematical science teachers (2227)" > 129 "Computer science teachers (2228)" > 133 "Medical science teachers (2231)" > 134 "Health specialties teachers (2232)" > 135 "Business, commerce, and marketing teachers (2233)" > 136 "Agriculture and forestry teachers (2234)" > 137 "Art, drama, and music teachers (2235)" > 138 "Physical education teachers (2236)" > 139 "Education teachers (2237)" > 143 "English teachers (2238)" > 144 "Foreign language teachers (2242)" > 145 "Law teachers (2243)" > 146 "Social work teachers (2244)" > 147 "Theology teachers (2245)" > 148 "Trade and industrial teachers (2246)" > 149 "Home economics teachers (2247)" > 153 "Teachers, postsecondary, n.e.c. (2249)" > 154 "Postsecondary teachers, subject not specified" > 155 "Teachers, prekindergarten and kindergarten (231)" > 156 "Teachers, elementary school (232)" > 157 "Teachers, secondary school (233)" > 158 "Teachers, special education (235)" > 159 "Teachers, n.e.c. (236, 239)" > 163 "Counselors, Educational and Vocational (24)" > 164 "Librarians (251)" > 165 "Archivists and curators (252)" > 166 "Economists (1912)" > 167 "Psychologists (1915)" > 168 "Sociologists (1916)" > 169 "Social scientists, n.e.c. (1913, 1914, 1919)" > 173 "Urban planners (192)" > 174 "Social workers (2032)" > 175 "Recreation workers (2033)" > 176 "Clergy (2042)" > 177 "Religious workers, n.e.c. (2049)" > 178 "Lawyers and Judges (211-212)" > 179 "Judges (212)" > 183 "Authors (321)" > 184 "Technical writers (398)" > 185 "Designers (322)" > 186 "Musicians and composers (323)" > 187 "Actors and directors (324)" > 188 "Painters, sculptors, craft-artists, and artist printmakers (325)" > 189 "Photographers (326)" > 193 "Dancers (327)" > 194 "Artists, performers, and related workers, n.e.c. (328, 329)" > 195 "Editors and reporters (331)" > 197 "Public relations specialists (332)" > 198 "Announcers (333)" > 199 "Athletes (34)" > 203 "Clinical laboratory technologists and technicians (362)" > 204 "Dental hygienists (363)" > 205 "Health record technologists and technicians (364)" > 206 "Radiologic technicians (365)" > 207 "Licensed practical nurses (366)" > 208 "Health technologists and technicians, n.e.c. (369)" > 213 "Electrical and electronic technicians (3711)" > 214 "Industrial engineering technicians (3712)" > 215 "Mechanical engineering technicians (3713)" > 216 "Engineering technicians, n.e.c. (3719)" > 217 "Drafting occupations (372)" > 218 "Surveying and mapping technicians (373)" > 223 "Biological technicians (382)" > 224 "Chemical technicians (3831)" > 225 "Science technicians, n.e.c. (3832, 3833, 384, 389)" > 226 "Airplane pilots and navigators (825)" > 227 "Air traffic controllers (392)" > 228 "Broadcast equipment operators (393)" > 229 "Computer programmers (3971, 3972)" > 233 "Tool programmers, numerical control (3974)" > 234 "Legal assistants (396)" > 235 "Technicians, n.e.c. (399)" > 243 "Supervisors and Proprietors, Sales Occupations (40)" > 253 "Insurance sales occupations (4122)" > 254 "Real estate sales occupations (4123)" > 255 "Securities and financial services sales occupations (4124)" > 256 "Advertising and related sales occupations (4153)" > 257 "Sales occupations, other business services (4152)" > 258 "Sales engineers (421)" > 259 "Sales representatives, mining, manufacturing, and wholesale (423, 424)" > 263 "Sales workers, motor vehicles and boats (4342, 4344)" > 264 "Sales workers, apparel (4346)" > 265 "Sales workers, shoes (4351)" > 266 "Sales workers, furniture and home furnishings (4348)" > 267 "Sales workers, radio, TV, hi-fi, and appliances (4343, 4352)" > 268 "Sales workers, hardware and building supplies (4353)" > 269 "Sales workers, parts (4367)" > 274 "Sales workers, other commodities (4345, 4347, 4354, 4356, 4359, 4362, 4369)" > 275 "Sales counter clerks (4363)" > 276 "Cashiers (4364)" > 277 "Street and door-to-door sales workers (4366)" > 278 "News vendors (4365)" > 283 "Demonstrators, promoters and models, sales (445)" > 284 "Auctioneers (447)" > 285 "Sales support occupations, n.e.c. (444, 446, 449)" > 303 "Supervisors, general office (4511, 4513, 4514, 4516, 4519, 4529)" > 304 "Supervisors, computer equipment operators (4512)" > 305 "Supervisors, financial records processing (4521)" > 306 "Chief communications operators (4523)" > 307 "Supervisors, distribution, scheduling, and adjusting clerks (4522, 4524-4528)" > 308 "Computer operators (4612)" > 309 "Peripheral equipment operators (4613)" > 313 "Secretaries (4622)" > 314 "Stenographers (4623)" > 315 "Typists (4624)" > 316 "Interviewers (4642)" > 317 "Hotel clerks (4643)" > 318 "Transportation ticket and reservation agents (4644)" > 319 "Receptionists (4645)" > 323 "Information clerks, n.e.c. (4649)" > 325 "Classified-ad clerks (4662)" > 326 "Correspondence clerks (4663)" > 327 "Order clerks (4664)" > 328 "Personnel clerks, except payroll and timekeeping (4692)" > 329 "Library clerks (4694)" > 335 "File clerks (4696)" > 336 "Records clerks (4699)" > 337 "Bookkeepers, accounting, and auditing clerks (4712)" > 338 "Payroll and timekeeping clerks (4713)" > 339 "Billing clerks (4715)" > 343 "Cost and rate clerks (4716)" > 344 "Billing, posting, and calculating machine operators (4718)" > 345 "Duplicating machine operators (4722)" > 346 "Mail preparing and paper handling machine operators (4723)" > 347 "Office machine operators, n.e.c. (4729)" > 348 "Telephone operators (4732)" > 353 "Communications equipment operators, n.e.c. (4733, 4739)" > 354 "Postal clerks, except mail carriers (4742)" > 355 "Mail carriers, postal service (4743)" > 356 "Mail clerks, except postal service (4744)" > 357 "Messengers (4745)" > 359 "Dispatchers (4751)" > 363 "Production coordinators (4752)" > 364 "Traffic, shipping, and receiving clerks (4753)" > 365 "Stock and inventory clerks (4754)" > 366 "Meter readers (4755)" > 368 "Weighers, measurers, checkers, and samplers (4756, 4757) " > 373 "Expediters (4758)" > 374 "Material recording, scheduling, and distributing clerks, n.e.c. (4759)" > 375 "Insurance adjusters, examiners, and investigators (4782)" > 376 "Investigators and adjusters, except insurance (4783)" > 377 "Eligibility clerks, social welfare (4784)" > 378 "Bill and account collectors (4786)" > 379 "General office clerks (463)" > 383 "Bank tellers (4791)" > 384 "Proofreaders (4792)" > 385 "Data-entry keyers (4793)" > 386 "Statistical clerks (4794)" > 387 "Teachers' aides (4795)" > 389 "Administrative support occupations, n.e.c. (4787, 4799)" > 403 "Launderers and ironers (503)" > 404 "Cooks, private household (504)" > 405 "Housekeepers and butlers (505)" > 406 "Child care workers, private household (506)" > 407 "Private household cleaners and servants (502, 507, 509)" > 413 "Supervisors, firefighting and fire prevention occupations (5111)" > 414 "Supervisors, police and detectives (5112)" > 415 "Supervisors, guards (5113)" > 416 "Fire inspection and fire prevention occupations (5122)" > 417 "Firefighting occupations (5123)" > 418 "Police and detectives, public service (5132)" > 423 "Sheriffs, bailiffs, and other law enforcement officers (5134)" > 424 "Correctional institution officers (5133)" > 425 "Crossing guards (5142)" > 426 "Guards and police, except public service (5144)" > 427 "Protective service occupations, n.e.c. (5149)" > 433 "Supervisors, food preparation and service occupations (5211)" > 434 "Bartenders (5212)" > 435 "Waiters and waitresses (5213)" > 436 "Cooks (5214, 5215)" > 438 "Food counter, fountain and related occupations (5216)" > 439 "Kitchen workers, food preparation (5217)" > 443 "Waiters'/waitresses' assistants (5218)" > 444 "Miscellaneous food preparation occupations (5219)" > 445 "Dental assistants (5232)" > 446 "Health aides, except nursing (5233)" > 447 "Nursing aides, orderlies, and attendants (5236)" > 448 "Supervisors, cleaning and building service workers (5241) " > 449 "Maids and housemen (5242, 5249)" > 453 "Janitors and cleaners (5244)" > 454 "Elevator operators (5245)" > 455 "Pest control occupations (5246)" > 456 "Supervisors, personal service occupations (5251)" > 457 "Barbers (5252)" > 458 "Hairdressers and cosmetologists (5253)" > 459 "Attendants, amusement and recreation facilities (5254)" > 461 "Guides (5255)" > 462 "Ushers (5256)" > 463 "Public transportation attendants (5257)" > 464 "Baggage porters and bellhops (5262)" > 465 "Welfare service aides (5263)" > 466 "Family child care providers (part 5264)" > 467 "Early childhood teacher's assistants (part 5264)" > 468 "Child care workers, n.e.c. (part 5264)" > 469 "Personal service occupations, n.e.c. (5258, 5269)" > 473 "Farmers, except horticultural (5512-5514)" > 474 "Horticultural specialty farmers (5515)" > 475 "Managers, farms, except horticultural (5522-5524)" > 476 "Managers, horticultural specialty farms (5525)" > 477 "Supervisors, farm workers (5611)" > 479 "Farm workers (5612-5617)" > 483 "Marine life cultivation workers (5618)" > 484 "Nursery workers (5619)" > 485 "Supervisors, related agricultural occupations (5621)" > 486 "Groundskeepers and gardeners, except farm (5622)" > 487 "Animal caretakers, except farm (5624)" > 488 "Graders and sorters, agricultural products (5625)" > 489 "Inspectors, agricultural products (5627)" > 494 "Supervisors, forestry and logging workers (571)" > 495 "Forestry workers, except logging (572)" > 496 "Timber cutting and logging occupations (573, 579)" > 497 "Captains and other officers, fishing vessels (part 8241)" > 498 "Fishers (583)" > 499 "Hunters and trappers (584)" > 503 "Supervisors, mechanics and repairers (60)" > 505 "Automobile mechanics (part 6111)" > 506 "Automobile mechanic apprentices (part 6111)" > 507 "Bus, truck, and stationary engine mechanics (6112)" > 508 "Aircraft engine mechanics (6113)" > 509 "Small engine repairers (6114)" > 514 "Automobile body and related repairers (6115)" > 515 "Aircraft mechanics, except engine (6116)" > 516 "Heavy equipment mechanics (6117)" > 517 "Farm equipment mechanics (6118)" > 518 "Industrial machinery repairers (613)" > 519 "Machinery maintenance occupations (614)" > 523 "Electronic repairers, communications and industrial equipment (6151, 6153, 6155)" > 525 "Data processing equipment repairers (6154)" > 526 "Household appliance and power tool repairers (6156)" > 527 "Telephone line installers and repairers (6157)" > 529 "Telephone installers and repairers (6158)" > 533 "Miscellaneous electrical and electronic equipment repairers (6152, 6159)" > 534 "Heating, air conditioning, and refrigeration mechanics (616)" > 535 "Camera, watch, and musical instrument repairers (6171, 6172)" > 536 "Locksmiths and safe repairers (6173)" > 538 "Office machine repairers (6174)" > 539 "Mechanical controls and valve repairers (6175)" > 543 "Elevator installers and repairers (6176)" > 544 "Millwrights (6178)" > 547 "Specified mechanics and repairers, n.e.c. (6177, 6179)" > 549 "Not specified mechanics and repairers" > 553 "Supervisors, brickmasons, stonemasons, and tile setters (6312)" > 554 "Supervisors, carpenters and related workers (6313)" > 555 "Supervisors, electricians and power transmission installers (6314)" > 556 "Supervisors, painters, paperhangers, and plasterers (6315)" > 557 "Supervisors, plumbers, pipefitters, and steamfitters (6316)" > 558 "Supervisors, construction, n.e.c. (6311, 6318)" > 563 "Brickmasons and stonemasons (part 6412, part 6413)" > 564 "Brickmason and stonemason apprentices (part 6412, part 6413)" > 565 "Tile setters, hard and soft (part 6414, part 6462)" > 566 "Carpet installers (part 6462)" > 567 "Carpenters (part 6422)" > 569 "Carpenter apprentices (part 6422)" > 573 "Drywall installers (6424)" > 575 "Electricians (part 6432)" > 576 "Electrician apprentices (part 6432)" > 577 "Electrical power installers and repairers (6433)" > 579 "Painters, construction and maintenance (6442)" > 583 "Paperhangers (6443)" > 584 "Plasterers (6444)" > 585 "Plumbers, pipefitters, and steamfitters (part 645)" > 587 "Plumber, pipefitter, and steamfitter apprentices (part 645)" > 588 "Concrete and terrazzo finishers (6463)" > 589 "Glaziers (6464)" > 593 "Insulation workers (6465)" > 594 "Paving, surfacing, and tamping equipment operators (6466)" > 595 "Roofers (6468)" > 596 "Sheetmetal duct installers (6472)" > 597 "Structural metal workers (6473)" > 598 "Drillers, earth (6474)" > 599 "Construction trades, n.e.c. (6467, 6475, 6476, 6479)" > 613 "Supervisors, extractive occupations (632)" > 614 "Drillers, oil well (652)" > 615 "Explosives workers (653)" > 616 "Mining machine operators (654)" > 617 "Mining occupations, n.e.c. (656)" > 628 "Supervisors, production occupations (67, 71)" > 634 "Tool and die makers (part 6811)" > 635 "Tool and die maker apprentices (part 6811)" > 636 "Precision assemblers, metal (6812)" > 637 "Machinists (part 6813)" > 639 "Machinist apprentices (part 6813)" > 643 "Boilermakers (6814)" > 644 "Precision grinders, filers, and tool sharpeners (6816)" > 645 "Patternmakers and model makers, metal (6817)" > 646 "Lay-out workers (6821)" > 647 "Precious stones and metals workers (Jewelers) (6822, 6866)" > 649 "Engravers, metal (6823)" > 653 "Sheet metal workers (part 6824)" > 654 "Sheet metal worker apprentices (part 6824)" > 655 "Miscellaneous precision metal workers (6829)" > 656 "Patternmakers and model makers, wood (6831)" > 657 "Cabinet makers and bench carpenters (6832)" > 658 "Furniture and wood finishers (6835)" > 659 "Miscellaneous precision woodworkers (6839)" > 666 "Dressmakers (part 6852, part 7752)" > 667 "Tailors (part 6852)" > 668 "Upholsterers (6853)" > 669 "Shoe repairers (6854)" > 674 "Miscellaneous precision apparel and fabric workers (6856, 6859, part 7752)" > 675 "Hand molders and shapers, except jewelers (6861)" > 676 "Patternmakers, lay-out workers, and cutters (6862)" > 677 "Optical goods workers (6864, part 7477, part 7677)" > 678 "Dental laboratory and medical appliance technicians (6865)" > 679 "Bookbinders (6844)" > 683 "Electrical and electronic equipment assemblers (6867)" > 684 "Miscellaneous precision workers, n.e.c. (6869)" > 686 "Butchers and meat cutters (6871)" > 687 "Bakers (6872)" > 688 "Food batchmakers (6873, 6879)" > 689 "Inspectors, testers, and graders (6881, 828)" > 693 "Adjusters and calibrators (6882)" > 694 "Water and sewage treatment plant operators (691)" > 695 "Power plant operators (part 693)" > 696 "Stationary engineers (part 693, 7668)" > 699 "Miscellaneous plant and system operators (692, 694, 695, 696)" > 703 "Lathe and turning machine set-up operators (7312)" > 704 "Lathe and turning machine operators (7512)" > 705 "Milling and planing machine operators (7313, 7513)" > 706 "Punching and stamping press machine operators (7314, 7317, 7514, 7517)" > 707 "Rolling machine operators (7316, 7516)" > 708 "Drilling and boring machine operators (7318, 7518)" > 709 "Grinding, abrading, buffing, and polishing machine operators (7322, 7324,7522)" > 713 "Forging machine operators (7319, 7519)" > 714 "Numerical control machine operators (7326)" > 715 "Miscellaneous metal, plastic, stone, and glass working machine operators (7329, 7529)" > 717 "Fabricating machine operators, n.e.c. (7339, 7539)" > 719 "Molding and casting machine operators (7315, 7342, 7515, 7542)" > 723 "Metal plating machine operators (7343, 7543)" > 724 "Heat treating equipment operators (7344, 7544)" > 725 "Miscellaneous metal and plastic processing machine operators (7349, 7549)" > 726 "Wood lathe, routing, and planing machine operators (7431, 7432, 7631, 7632)" > 727 "Sawing machine operators (7433, 7633)" > 728 "Shaping and joining machine operators (7435, 7635)" > 729 "Nailing and tacking machine operators (7636)" > 733 "Miscellaneous woodworking machine operators (7434, 7439, 7634, 7639)" > 734 "Printing press operators (7443, 7643)" > 735 "Photoengravers and lithographers (6842, 7444, 7644)" > 736 "Typesetters and compositors (6841, 7642)" > 737 "Miscellaneous printing machine operators (6849, 7449, 7649)" > 738 "Winding and twisting machine operators (7451, 7651)" > 739 "Knitting, looping, taping, and weaving machine operators (7452, 7652)" > 743 "Textile cutting machine operators (7654)" > 744 "Textile sewing machine operators (7655)" > 745 "Shoe machine operators (7656)" > 747 "Pressing machine operators (7657)" > 748 "Laundering and dry cleaning machine operators (6855, 7658)" > 749 "Miscellaneous textile machine operators (7459, 7659)" > 753 "Cementing and gluing machine operators (7661)" > 754 "Packaging and filling machine operators (7462, 7662)" > 755 "Extruding and forming machine operators (7463, 7663)" > 756 "Mixing and blending machine operators (7664)" > 757 "Separating, filtering, and clarifying machine operators (7476, 7666, 7676)" > 758 "Compressing and compacting machine operators (7467, 7667)" > 759 "Painting and paint spraying machine operators (7669)" > 763 "Roasting and baking machine operators, food (7472, 7672)" > 764 "Washing, cleaning, and pickling machine operators (7673)" > 765 "Folding machine operators (7474, 7674)" > 766 "Furnace, kiln, and oven operators, except food (7675)" > 768 "Crushing and grinding machine operators (part 7477, part 7677)" > 769 "Slicing and cutting machine operators (7478, 7678)" > 773 "Motion picture projectionists (part 7479)" > 774 "Photographic process machine operators (6863, 6868, 7671)" > 777 "Miscellaneous machine operators, n.e.c. (part 7479, 7665, 7679)" > 779 "Machine operators, not specified" > 783 "Welders and cutters (7332, 7532, 7714)" > 784 "Solderers and brazers (7333, 7533, 7717)" > 785 "Assemblers (772, 774)" > 786 "Hand cutting and trimming occupations (7753)" > 787 "Hand molding, casting, and forming occupations (7754, 7755)" > 789 "Hand painting, coating, and decorating occupations (7756)" > 793 "Hand engraving and printing occupations (7757)" > 795 "Miscellaneous hand working occupations (7758, 7759)" > 796 "Production inspectors, checkers, and examiners (782, 787)" > 797 "Production testers (783)" > 798 "Production samplers and weighers (784)" > 799 "Graders and sorters, except agricultural (785)" > 803 "Supervisors, motor vehicle operators (8111)" > 804 "Truck drivers (8212-8214)" > 806 "Driver-sales workers (8218)" > 808 "Bus drivers (8215)" > 809 "Taxicab drivers and chauffeurs (8216)" > 813 "Parking lot attendants (874)" > 814 "Motor transportation occupations, n.e.c. (8219)" > 823 "Railroad conductors and yardmasters (8113)" > 824 "Locomotive operating occupations (8232)" > 825 "Railroad brake, signal, and switch operators (8233)" > 826 "Rail vehicle operators, n.e.c. (8239)" > 828 "Ship captains and mates, except fishing boats (part 8241, 8242)" > 829 "Sailors and deckhands (8243)" > 833 "Marine engineers (8244)" > 834 "Bridge, lock, and lighthouse tenders (8245)" > 843 "Supervisors, material moving equipment operators (812)" > 844 "Operating engineers (8312)" > 845 "Longshore equipment operators (8313)" > 848 "Hoist and winch operators (8314)" > 849 "Crane and tower operators (8315)" > 853 "Excavating and loading machine operators (8316)" > 855 "Grader, dozer, and scraper operators (8317)" > 856 "Industrial truck and tractor equipment operators (8318)" > 859 "Miscellaneous material moving equipment operators (8319)" > 864 "Supervisors, handlers, equipment cleaners, and laborers, n.e.c. (85)" > 865 "Helpers, mechanics, and repairers (863)" > 866 "Helpers, construction trades (8641-8645, 8648)" > 867 "Helpers, surveyor (8646)" > 868 "Helpers, extractive occupations (865)" > 869 "Construction laborers (871)" > 874 "Production helpers (861, 862)" > 875 "Garbage collectors (8722)" > 876 "Stevedores (8723)" > 877 "Stock handlers and baggers (8724)" > 878 "Machine feeders and offbearers (8725)" > 883 "Freight, stock, and material handlers, n.e.c. (8726)" > 885 "Garage and service station related occupations (873)" > 887 "Vehicle washers and equipment cleaners (875)" > 888 "Hand packers and packagers (8761)" > 889 "Laborers, except construction (8769)" > 905 "Assigned to persons whose current labor force status is unemployed and whose last job wa > s Armed Forces" > ; . * occ00: 2000-2010; . label values occ00 occ00l ; . label define occ00l > 10 "Chief executives (11-1011)" > 20 "General and operations managers (11-1021)" > 40 "Advertising and promotions managers (11-2011)" > 50 "Marketing and sales managers (11-2020)" > 60 "Public relations managers (11-2031)" > 100 "Administrative services managers (11-3011)" > 110 "Computer and information systems managers (11-3021)" > 120 "Financial managers (11-3031)" > 130 "Human resources managers (11-3040)" > 140 "Industrial production managers (11-3051)" > 150 "Purchasing managers (11-3061)" > 160 "Transportation, storage, and distribution managers (11-3071)" > 200 "Farm, ranch, and other agricultural managers (11-9011)" > 210 "Farmers and ranchers (11-9012)" > 220 "Construction managers (11-9021)" > 230 "Education administrators (11-9030)" > 300 "Engineering managers (11-9041)" > 310 "Food service managers (11-9051)" > 320 "Funeral directors (11-9061)" > 330 "Gaming managers (11-9071)" > 340 "Lodging managers (11-9081)" > 350 "Medical and health services managers (11-9111)" > 360 "Natural sciences managers (11-9121)" > 410 "Property, real estate, and community association managers (11-9141)" > 420 "Social and community service managers (11-9151)" > 430 "Managers, all other (11-9199)" > 500 "Agents and business managers of artists, performers, and athletes (13-1011)" > 510 "Purchasing agents and buyers, farm products (13-1021)" > 520 "Wholesale and retail buyers, except farm products (13-1022)" > 530 "Purchasing agents, except wholesale, retail, and farm products (13-1023)" > 540 "Claims adjusters, appraisers, examiners, and investigators (13-1030)" > 560 "Compliance officers, except agriculture, construction, health and safety, and transporta > tion (13-1041)" > 600 "Cost estimators (13-1051)" > 620 "Human resources, training, and labor relations specialists (13-1070)" > 700 "Logisticians (13-1081)" > 710 "Management analysts (13-1111)" > 720 "Meeting and convention planners (13-1121)" > 730 "Other business operations specialists (13-11XX)" > 800 "Accountants and auditors (13-2011)" > 810 "Appraisers and assessors of real estate (13-2021)" > 820 "Budget analysts (13-2031)" > 830 "Credit analysts (13-2041)" > 840 "Financial analysts (13-2051)" > 850 "Personal financial advisors (13-2052)" > 860 "Insurance underwriters (13-2053)" > 900 "Financial examiners (13-2061)" > 910 "Loan counselors and officers (13-2070)" > 930 "Tax examiners, collectors, and revenue agents (13-2081)" > 940 "Tax prepares (13-2082)" > 950 "Financial specialists, all other (13-2099)" > 1000 "Computer scientists and systems analysts (15-10XX)" > 1010 "Computer programmers (15-1021)" > 1020 "Computer software engineers (15-1030)" > 1040 "Computer support specialists (15-1041)" > 1060 "Database administrators (15-1061)" > 1100 "Network and computer systems administrators (15-1071)" > 1110 "Network systems and data communications analysts (15-1081)" > 1200 "Actuaries (15-2011)" > 1210 "Mathematicians (15-2021)" > 1220 "Operations research analysts (15-2031)" > 1230 "Statisticians (15-2041)" > 1240 "Miscellaneous mathematical science occupations (15-2090)" > 1300 "Architects, except naval (17-1010)" > 1310 "Surveyors, cartographers, and photogrammetrists (17-1020)" > 1320 "Aerospace engineers (17-2011)" > 1330 "Agricultural engineers (17-2021)" > 1340 "Biomedical engineers (17-2031)" > 1350 "Chemical engineers (17-2041)" > 1360 "Civil engineers (17-2051)" > 1400 "Computer hardware engineers (17-2061)" > 1410 "Electrical and electronic engineers (17-2070)" > 1420 "Environmental engineers (17-2081)" > 1430 "Industrial engineers, including health and safety (17-2110)" > 1440 "Marine engineers and naval architects (17-2121)" > 1450 "Materials engineers (17-2131)" > 1460 "Mechanical engineers (17-2141)" > 1500 "Mining and geological engineers, including mining safety engineers (17-2151)" > 1510 "Nuclear engineers (17-2161)" > 1520 "Petroleum engineers (17-2171)" > 1530 "Engineers, all other (17-2199)" > 1540 "Drafters (17-3010)" > 1550 "Engineering technicians, except drafters (17-3020)" > 1560 "Surveying and mapping technicians (17-3031)" > 1600 "Agricultural and food scientists (19-1010)" > 1610 "Biological scientists (19-1020)" > 1640 "Conservation scientists and foresters (19-1030)" > 1650 "Medical scientists (19-1040)" > 1700 "Astronomers and physicists (19-2010)" > 1710 "Atmospheric and space scientists (19-2021)" > 1720 "Chemists and materials scientists (19-2030)" > 1740 "Environmental scientists and geoscientists (19-2040)" > 1760 "Physical scientists, all other (19-2099)" > 1800 "Economists (19-3011)" > 1810 "Market and survey researchers (19-3020)" > 1820 "Psychologists (19-3030)" > 1830 "Sociologists (19-3041)" > 1840 "Urban and regional planners (19-3051)" > 1860 "Miscellaneous social scientists and related workers (19-3090)" > 1900 "Agricultural and food science technicians (19-4011)" > 1910 "Biological technicians (19-4021)" > 1920 "Chemical technicians (19-4031)" > 1930 "Geological and petroleum technicians (19-4041)" > 1940 "Nuclear technicians (19-4051)" > 1960 "Other life, physical, and social science technicians (19-40XX)" > 2000 "Counselors (21-1010)" > 2010 "Social workers (21-1020)" > 2020 "Miscellaneous community and social service specialists (21-1090)" > 2040 "Clergy (21-2011)" > 2050 "Directors, religious activities and education (21-2021)" > 2060 "Religious workers, all other (21-2099)" > 2100 "Lawyers, Judges, magistrates, and other judicial workers (23-1011)" > 2140 "Paralegals and legal assistants (23-2011)" > 2150 "Miscellaneous legal support workers (23-2090)" > 2200 "Postsecondary teachers (25-1000)" > 2300 "Preschool and kindergarten teachers (25-2010)" > 2310 "Elementary and middle school teachers (25-2020)" > 2320 "Secondary school teachers (25-2030)" > 2330 "Special education teachers (25-2040)" > 2340 "Other teachers and instructors (25-3000)" > 2400 "Archivists, curators, and museum technicians (25-4010)" > 2430 "Librarians (25-4021)" > 2440 "Library technicians (25-4031)" > 2540 "Teacher assistants (25-9041)" > 2550 "Other education, training, and library workers (25-90XX)" > 2600 "Artists and related workers (27-1010)" > 2630 "Designers (27-1020)" > 2700 "Actors (27-2011)" > 2710 "Producers and directors (27-2012)" > 2720 "Athletes, coaches, umpires, and related workers (27-2020)" > 2740 "Dancers and choreographers (27-2030)" > 2750 "Musicians, singers, and related workers (27-2040)" > 2760 "Entertainers and performers, sports and related workers, all other (27-2099)" > 2800 "Announcers (27-3010)" > 2810 "News analysts, reporters and correspondents (27-3020)" > 2820 "Public relations specialists (27-3031)" > 2830 "Editors (27-3041)" > 2840 "Technical writers (27-3042)" > 2850 "Writers and authors (27-3043)" > 2860 "Miscellaneous media and communication workers (27-3090)" > 2900 "Broadcast and sound engineering technicians and radio operators (27-4010)" > 2910 "Photographers (27-4021)" > 2920 "Television, video, and motion picture camera operators and editors (27-4030)" > 2960 "Media and communication equipment workers, all other (27-4099)" > 3000 "Chiropractors (29-1011)" > 3010 "Dentists (29-1020)" > 3030 "Dietitians and nutritionists (29-1031)" > 3040 "Optometrists (29-1041)" > 3050 "Pharmacists (29-1051)" > 3060 "Physicians and surgeons (29-1060)" > 3110 "Physician assistants (29-1071)" > 3120 "Podiatrists (29-1081)" > 3130 "Registered nurses (29-1111)" > 3140 "Audiologists (29-1121)" > 3150 "Occupational therapists (29-1122)" > 3160 "Physical therapists (29-1123)" > 3200 "Radiation therapists (29-1124)" > 3210 "Recreational therapists (29-1125)" > 3220 "Respiratory therapists (29-1126)" > 3230 "Speech-language pathologists (29-1127)" > 3240 "Therapists, all other (29-1129)" > 3250 "Veterinarians (29-1131)" > 3260 "Health diagnosing and treating practitioners, all other (29-1199)" > 3300 "Clinical laboratory technologists and technicians (29-2010)" > 3310 "Dental hygienists (29-2021)" > 3320 "Diagnostic related technologists and technicians (29-2030)" > 3400 "Emergency medical technicians and paramedics (29-2041)" > 3410 "Health diagnosing and treating practitioner support technicians (29-2050)" > 3500 "Licensed practical and licensed vocational nurses (29-2061)" > 3510 "Medical records and health information technicians (29-2071)" > 3520 "Opticians, dispensing (29-2081)" > 3530 "Miscellaneous health technologists and technicians (29-2090)" > 3540 "Other healthcare practitioners and technical occupations (29-9000)" > 3600 "Nursing, psychiatric, and home health aides (31-1010)" > 3610 "Occupational therapist assistants and aides (31-2010)" > 3620 "Physical therapist assistants and aides (31-2020)" > 3630 "Massage therapists (31-9011)" > 3640 "Dental assistants (31-9091)" > 3650 "Medical assistants and other healthcare support occupations (31-909X)" > 3700 "First-line supervisors/managers of correctional officers (33-1011)" > 3710 "First-line supervisors/managers of police and detectives (33-1012)" > 3720 "First-line supervisors/managers of fire fighting and prevention workers (33-1021)" > 3730 "Supervisors, protective service workers, all other (33-1099)" > 3740 "Fire fighters (33-2011)" > 3750 "Fire inspectors (33-2020)" > 3800 "Bailiffs, correctional officers, and jailers (33-3010)" > 3820 "Detectives and criminal investigators (33-3021)" > 3830 "Fish and game wardens (33-3031)" > 3840 "Parking enforcement workers (33-3041)" > 3850 "Police and sheriff's patrol officers (33-3051)" > 3860 "Transit and railroad police (33-3052)" > 3900 "Animal control workers (33-9011)" > 3910 "Private detectives and investigators (33-9021)" > 3920 "Security guards and gaming surveillance officers (33-9030)" > 3940 "Crossing guards (33-9091)" > 3950 "Lifeguards and other protective service workers (33-909X)" > 4000 "Chefs and head cooks (35-1011)" > 4010 "First-line supervisors/managers of food preparation and serving workers (35-1012)" > 4020 "Cooks (35-2010)" > 4030 "Food preparation workers (35-2021)" > 4040 "Bartenders (35-3011)" > 4050 "Combined food preparation and serving workers, including fast food (35-3021)" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop (35-3022)" > 4110 "Waiters and waitresses (35-3031)" > 4120 "Food servers, nonrestaurant (35-3041)" > 4130 "Dining room and cafeteria attendants and bartender helpers (35-9011)" > 4140 "Dishwashers (35-9021)" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop (35-9031)" > 4160 "Food preparation and serving related workers, all other (35-9099)" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers (37-1011)" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > (37-1012)" > 4220 "Janitors and building cleaners (31-201X)" > 4230 "Maids and housekeeping cleaners (37-2012)" > 4240 "Pest control workers (37-2021)" > 4250 "Grounds maintenance workers (37-3010)" > 4300 "First-line supervisors/managers of gaming workers (39-1010)" > 4320 "First-line supervisors/managers of personal service workers (39-1021)" > 4340 "Animal trainers (39-2011)" > 4350 "Nonfarm animal caretakers (39-2021)" > 4400 "Gaming services workers (39-3010)" > 4410 "Motion picture projectionists (39-3021)" > 4420 "Ushers, lobby attendants, and ticket takers (39-3031)" > 4430 "Miscellaneous entertainment attendants and related workers (39-3090)" > 4460 "Funeral service workers (39-4000)" > 4500 "Barbers (39-5011)" > 4510 "Hairdressers, hairstylists, and cosmetologists (39-5012)" > 4520 "Miscellaneous personal appearance workers (39-5090)" > 4530 "Baggage porters, bellhops, and concierges (39-6010)" > 4540 "Tour and travel guides (39-6020)" > 4550 "Transportation attendants (39-6030)" > 4600 "Child care workers (39-9011)" > 4610 "Personal and home care aides (39-9021)" > 4620 "Recreation and fitness workers (39-9030)" > 4640 "Residential advisors (39-9041)" > 4650 "Personal care and service workers, all other (39-9099)" > 4700 "First-line supervisors/managers of retail sales workers (41-1011)" > 4710 "First-line supervisors/managers of non-retail sales workers (41-1012)" > 4720 "Cashiers (41-2010)" > 4740 "Counter and rental clerks (41-2021)" > 4750 "Parts salespersons (41-2022)" > 4760 "Retail salespersons (41-2031)" > 4800 "Advertising sales agents (41-3011)" > 4810 "Insurance sales agents (41-3021)" > 4820 "Securities, commodities, and financial services sales agents (41-3031)" > 4830 "Travel agents (41-3041)" > 4840 "Sales representatives, services, all other (41-3099)" > 4850 "Sales representatives, wholesale and manufacturing (41-4010)" > 4900 "Models, demonstrators, and product promoters (41-9010)" > 4920 "Real estate brokers and sales agents (41-9020)" > 4930 "Sales engineers (41-9031)" > 4940 "Telemarketers (41-9041)" > 4950 "Door-to-door sales workers, news and street vendors, and related workers (41-9091)" > 4960 "Sales and related workers, all other (41-9099)" > 5000 "First-line supervisors/managers of office and administrative support workers (43-1011)" > 5010 "Switchboard operators, including answering service (43-2011)" > 5020 "Telephone operators (43-2021)" > 5030 "Communications equipment operators, all other (43-2099)" > 5100 "Bill and account collectors (43-3011)" > 5110 "Billing and posting clerks and machine operators (43-3021)" > 5120 "Bookkeeping, accounting, and auditing clerks (43-3031)" > 5130 "Gaming cage workers (43-3041)" > 5140 "Payroll and timekeeping clerks (43-3051)" > 5150 "Procurement clerks (43-3061)" > 5160 "Tellers (43-3071)" > 5200 "Brokerage clerks (43-4011)" > 5210 "Correspondence clerks (43-4021)" > 5220 "Court, municipal, and license clerks (43-4031)" > 5230 "Credit authorizers, checkers, and clerks (43-4041)" > 5240 "Customer service representatives (43-4051)" > 5250 "Eligibility interviewers, government programs (43-4061)" > 5260 "File Clerks (43-4071)" > 5300 "Hotel, motel, and resort desk clerks (43-4081)" > 5310 "Interviewers, except eligibility and loan (43-4111)" > 5320 "Library assistants, clerical (43-4121)" > 5330 "Loan interviewers and clerks (43-4131)" > 5340 "New accounts clerks (43-4141)" > 5350 "Order clerks (43-4151)" > 5360 "Human resources assistants, except payroll and timekeeping (43-4161)" > 5400 "Receptionists and information clerks (43-4171)" > 5410 "Reservation and transportation ticket agents and travel clerks (43-4181)" > 5420 "Information and record clerks, all other (43-4199)" > 5500 "Cargo and freight agents (43-5011)" > 5510 "Couriers and messengers (43-5021)" > 5520 "Dispatchers (43-5030)" > 5530 "Meter readers, utilities (43-5041)" > 5540 "Postal service clerks (43-5051)" > 5550 "Postal service mail carriers (43-5052)" > 5560 "Postal service mail sorters, processors, and processing machine operators (43-5053)" > 5600 "Production, planning, and expediting clerks (43-5061)" > 5610 "Shipping, receiving, and traffic clerks (43-5071)" > 5620 "Stock clerks and order fillers (43-5081)" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping (43-5111)" > 5700 "Secretaries and administrative assistants (43-6010)" > 5800 "Computer operators (43-9011)" > 5810 "Data entry keyers (43-9021)" > 5820 "Word processors and typists (43-9022)" > 5830 "Desktop publishers (43-9031)" > 5840 "Insurance claims and policy processing clerks (43-9041)" > 5850 "Mail clerks and mail machine operators, except postal service (43-9051)" > 5860 "Office clerks, general (43-9061)" > 5900 "Office machine operators, except computer (43-9071)" > 5910 "Proofreaders and copy markers (43-9081)" > 5920 "Statistical assistants (43-9111)" > 5930 "Office and administrative support workers, all other (43-9199)" > 6000 "First-line supervisors/managers of farming, fishing, and forestry workers (45-1010)" > 6010 "Agricultural inspectors (45-2011)" > 6020 "Animal breeders (45-2021)" > 6040 "Graders and sorters, agricultural products (45-2041)" > 6050 "Miscellaneous agricultural workers (45-2090)" > 6100 "Fishers and related fishing workers (45-3011)" > 6110 "Hunters and trappers (45-3021)" > 6120 "Forest and conservation workers (45-4011)" > 6130 "Logging workers (45-4020)" > 6200 "First-line supervisors/managers of construction trades and extraction workers (47-1011)" > 6210 "Boilermakers (47-2011)" > 6220 "Brickmasons, blockmasons, and stonemasons (47-2020)" > 6230 "Carpenters (47-2031)" > 6240 "Carpet, floor, and tile installers and finishers (47-2040)" > 6250 "Cement masons, concrete finishers, and terrazzo workers (47-2050)" > 6260 "Construction laborers (47-2061)" > 6300 "Paving, surfacing, and tamping equipment operators (47-2071)" > 6310 "Pile-driver operators (47-2072)" > 6320 "Operating engineers and other construction equipment operators (47-2073)" > 6330 "Drywall installers, ceiling tile installers, and tapers (47-2080)" > 6350 "Electricians (47-2111)" > 6360 "Glaziers (47-2121)" > 6400 "Insulation workers (47-2130)" > 6420 "Painters, construction and maintenance (47-2141)" > 6430 "Paperhangers (47-2142)" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters (47-2150)" > 6460 "Plasterers and stucco masons (47-2161)" > 6500 "Reinforcing iron and rebar workers (47-2171)" > 6510 "Roofers (47-2181)" > 6520 "Sheet metal workers (47-2211)" > 6530 "Structural iron and steel workers (47-2221)" > 6600 "Helpers, construction trades (47-3010)" > 6660 "Construction and building inspectors (47-4011)" > 6700 "Elevator installers and repairers (47-4021)" > 6710 "Fence erectors (47-4031)" > 6720 "Hazardous materials removal workers (47-4041)" > 6730 "Highway maintenance workers (47-4051)" > 6740 "Rail-track laying and maintenance equipment operators (47-4061)" > 6750 "Septic tank servicers and sewer pipe cleaners (47-4071)" > 6760 "Miscellaneous construction and related workers (47-4090)" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining (47-5010)" > 6820 "Earth drillers, except oil and gas (47-5021)" > 6830 "Explosives workers, ordnance handling experts, and blasters (47-5031)" > 6840 "Mining machine operators (47-5040)" > 6910 "Roof bolters, mining (47-5061)" > 6920 "Roustabouts, oil and gas (47-5071)" > 6930 "Helpers--extraction workers (47-5081)" > 6940 "Other extraction workers (47-50XX)" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers (49-1011)" > 7010 "Computer, automated teller, and office machine repairers (49-2011)" > 7020 "Radio and telecommunications equipment installers and repairers (49-2020)" > 7030 "Avionics technicians (49-2091)" > 7040 "Electric motor, power tool, and related repairers (49-2092)" > 7050 "Electrical and electronics installers and repairers, transportation equipment (49-2093)" > 7100 "Electrical and electronics repairers, industrial and utility (49-209X)" > 7110 "Electronic equipment installers and repairers, motor vehicles (49-2096)" > 7120 "Electronic home entertainment equipment installers and repairers (49-2097)" > 7130 "Security and fire alarm systems installers (49-2098)" > 7140 "Aircraft mechanics and service technicians (49-3011)" > 7150 "Automotive body and related repairers (49-3021)" > 7160 "Automotive glass installers and repairers (49-3022)" > 7200 "Automotive service technicians and mechanics (49-3023)" > 7210 "Bus and truck mechanics and diesel engine specialists (49-3031)" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics (49-3040)" > 7240 "Small engine mechanics (49-3050)" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers (49-3090 > )" > 7300 "Control and valve installers and repairers (49-9010)" > 7310 "Heating, air conditioning, and refrigeration mechanics and installers (49-9021)" > 7320 "Home appliance repairers (49-9031)" > 7330 "Industrial and refractory machinery mechanics (49-904X)" > 7340 "Maintenance and repair workers, general (49-9042)" > 7350 "Maintenance workers, machinery (49-9043)" > 7360 "Millwrights (49-9044)" > 7410 "Electrical power-line installers and repairers (49-9051)" > 7420 "Telecommunications line installers and repairers (49-9052)" > 7430 "Precision instrument and equipment repairers (49-9060)" > 7510 "Coin, vending, and amusement machine servicers and repairers (49-9091)" > 7520 "Commercial divers (49-9092)" > 7540 "Locksmiths and safe repairers (49-9094)" > 7550 "Manufactured building and mobile home installers (49-9095)" > 7560 "Riggers (49-9096)" > 7600 "Signal and track switch repairers (49-9097)" > 7610 "Helpers--installation, maintenance, and repair workers (49-9098)" > 7620 "Other installation, maintenance, and repair workers (49-909X)" > 7700 "First-line supervisors/managers of production and operating workers (51-1011)" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers (51-2011)" > 7720 "Electrical, electronics, and electromechanical assemblers (51-2020)" > 7730 "Engine and other machine assemblers (51-2031)" > 7740 "Structural metal fabricators and fitters (51-2041)" > 7750 "Miscellaneous assemblers and fabricators (51-2090)" > 7800 "Bakers (51-3011)" > 7810 "Butchers and other meat, poultry, and fish processing workers (51-3020)" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders (51-3091)" > 7840 "Food batchmakers (51-3092)" > 7850 "Food cooking machine operators and tenders (51-3093)" > 7900 "Computer control programmers and operators (51-4010)" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic (51-402 > 1)" > 7930 "Forging machine setters, operators, and tenders, metal and plastic (51-4022)" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic (51-4023)" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > (51-4031)" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic (51 > -4032)" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic (51-4033)" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic (51-40 > 34)" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic (51-4035) > " > 8030 "Machinists (51-4041)" > 8040 "Metal furnace and kiln operators and tenders (51-4050)" > 8060 "Model makers and patternmakers, metal and plastic (51-4060)" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic (51-4070) > " > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic (51-4081)" > 8130 "Tool and die makers (51-4111)" > 8140 "Welding, soldering, and brazing workers (51-4120)" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic (51-4191)" > 8160 "Lay-out workers, metal and plastic (51-4192)" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic (51-4193) > " > 8210 "Tool grinders, filers, and sharpeners (51-4194)" > 8220 "Metalworkers and plastic workers, all other (51-4199)" > 8230 "Bookbinders and bindery workers (51-5010)" > 8240 "Job printers (51-5021)" > 8250 "Prepress technicians and workers (51-5022)" > 8260 "Printing machine operators (51-5023)" > 8300 "Laundry and dry-cleaning workers (51-6011)" > 8310 "Pressers, textile, garment, and related materials (51-6021)" > 8320 "Sewing machine operators (51-6031)" > 8330 "Shoe and leather workers and repairers (51-6041)" > 8340 "Shoe machine operators and tenders (51-6042)" > 8350 "Tailors, dressmakers, and sewers (51-6050)" > 8360 "Textile bleaching and dyeing machine operators and tenders (51-6061)" > 8400 "Textile cutting machine setters, operators, and tenders (51-6062)" > 8410 "Textile knitting and weaving machine setters, operators, and tenders (51-6063)" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders (51-6 > 064)" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s (51-6091)" > 8440 "Fabric and apparel patternmakers (51-6092)" > 8450 "Upholsterers (51-6093)" > 8460 "Textile, apparel, and furnishings workers, all other (51-6099)" > 8500 "Cabinetmakers and bench carpenters (51-7011)" > 8510 "Furniture finishers (51-7021)" > 8520 "Model makers and patternmakers, wood (51-7030)" > 8530 "Sawing machine setters, operators, and tenders, wood (51-7041)" > 8540 "Woodworking machine setters, operators, and tenders, except sawing (51-7042)" > 8550 "Woodworkers, all other (51-7099)" > 8600 "Power plant operators, distributors, and dispatchers (51-8010)" > 8610 "Stationary engineers and boiler operators (51-8021)" > 8620 "Water and liquid waste treatment plant and system operators (51-8031)" > 8630 "Miscellaneous plant and system operators (51-8090)" > 8640 "Chemical processing machine setters, operators, and tenders (51-9010)" > 8650 "Crushing, grinding, polishing, mixing, and blending workers (51-9020)" > 8710 "Cutting workers (51-9030)" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders (51 > -9041)" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders (51-9051)" > 8740 "Inspectors, testers, sorters, samplers, and weighers (51-9061)" > 8750 "Jewelers and precious stone and metal workers (51-9071)" > 8760 "Medical, dental, and ophthalmic laboratory technicians (51-9080)" > 8800 "Packaging and filling machine operators and tenders (51-9111)" > 8810 "Painting workers (51-9120)" > 8830 "Photographic process workers and processing machine operators (51-9130)" > 8840 "Semiconductor processors (51-9141)" > 8850 "Cementing and gluing machine operators and tenders (51-9191)" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders (51-9192)" > 8900 "Cooling and freezing equipment operators and tenders (51-9193)" > 8910 "Etchers and engravers (51-9194)" > 8920 "Molders, shapers, and casters, except metal and plastic (51-9195)" > 8930 "Paper goods machine setters, operators, and tenders (51-9196)" > 8940 "Tire builders (51-9197)" > 8950 "Helpers--production workers (51-9198)" > 8960 "Production workers, all other (51-9199)" > 9000 "Supervisors, transportation and material moving workers (53-1000)" > 9030 "Aircraft pilots and flight engineers (53-2010)" > 9040 "Air traffic controllers and airfield operations specialists (53-2020)" > 9110 "Ambulance drivers and attendants, except emergency medical technicians (53-3011)" > 9120 "Bus drivers (53-3020)" > 9130 "Driver/sales workers and truck drivers (53-3030)" > 9140 "Taxi drivers and chauffeurs (53-3041)" > 9150 "Motor vehicle operators, all other (53-3099)" > 9200 "Locomotive engineers and operators (53-4010)" > 9230 "Railroad brake, signal, and switch operators (53-4021)" > 9240 "Railroad conductors and yardmasters (53-4031)" > 9260 "Subway, streetcar, and other rail transportation workers (53-30XX)" > 9300 "Sailors and marine oilers (53-5011)" > 9310 "Ship and boat captains and operators (53-5020)" > 9330 "Ship engineers (53-5031)" > 9340 "Bridge and lock tenders (53-6011)" > 9350 "Parking lot attendants (53-6021)" > 9360 "Service station attendants (53-6031)" > 9410 "Transportation inspectors (53-6051)" > 9420 "Other transportation workers (53-60XX)" > 9500 "Conveyor operators and tenders (53-7011)" > 9510 "Crane and tower operators (53-7021)" > 9520 "Dredge, excavating, and loading machine operators (53-7030)" > 9560 "Hoist and winch operators (53-7041)" > 9600 "Industrial truck and tractor operators (53-7051)" > 9610 "Cleaners of vehicles and equipment (53-7061)" > 9620 "Laborers and freight, stock, and material movers, hand (53-7062)" > 9630 "Machine feeders and offbearers (53-7063)" > 9640 "Packers and packagers, hand (53-7064)" > 9650 "Pumping station operators (53-7070)" > 9720 "Refuse and recyclable material collectors (53-7081)" > 9730 "Shuttle car operators (53-7111)" > 9740 "Tank car, truck, and ship loaders (53-7121)" > 9750 "Material moving workers, all other (53-7199)" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reporteds(Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers (55-1010)" > 9810 "First-line enlisted military supervisors/managers (55-2010)" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members (55-3 > 010)" > 9830 "Military, rank not specified (99-9999)" > ; . * docc80: 1983-2002; . label values docc80 docc80l; . label define docc80l > 1 "Officials & administrators, pub. admin." > 2 "Other executive, admin. & managerial" > 3 "Management related occupations" > 4 "Engineers" > 5 "Mathematical and computer scientists" > 6 "Natural Scientists" > 7 "Health diagnosing occs." > 8 "Health assessment and treatment occs." > 9 "Teachers, college and university" > 10 "Teachers, except college and university" > 11 "Lawyers and judges" > 12 "Other professional specialty occs." > 13 "Health technologists and technicians" > 14 "Engineering and science technicians" > 15 "Technicians, exc. health,engin.&science" > 16 "Supervisors and proprietors, sales occs" > 17 "Sales reps, finance and business serv." > 18 "Sales reps, commodities, exc. retail" > 19 "Sales workers, retail & personal serv." > 20 "Sales related occs" > 21 "Supervisors, admin. support" > 22 "Computer equipment operators" > 23 "Secretaries, stenographers, and typists" > 24 "Financial records processing" > 25 "Mail and message distributing" > 26 "Other admin support, inc. clerical" > 27 "Private household service occs" > 28 "Protective service" > 29 "Food service" > 30 "Health service" > 31 "Cleaning and building service" > 32 "Personal service" > 33 "Mechanics and repairers" > 34 "Construction trades" > 35 "Other precision prod., craft, & repair" > 36 "Machine opertrs and tenders,exc precis." > 37 "Fabricatrs,assemblrs,inspectrs,samplrs" > 38 "Motor vehicle operators" > 39 "Other transp. & material moving occs" > 40 "Construction laborers" > 41 "Freight, stock & materials handlers" > 42 "Oth handlrs,equip.cleanrs,helprs,labrrs" > 43 "Farm operators and managers" > 44 "Farm workers and related occupations" > 45 "Forestry and fishing occs" > 46 "Armed forces" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg02.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 329,972 6.51895 3.45735 1 12 hurespli | 329,931 1.55087 .8898662 1 16 hrhtype | 329,972 2.5665 2.249345 1 10 minsamp | 329,972 5.993139 1.999991 4 8 -------------+--------------------------------------------------------- hrlonglk | 329,972 1.99263 .1211873 0 2 hrsample | 0 serial | 0 hhnum | 329,972 1.054711 .248956 1 6 state | 329,972 52.85021 26.43279 11 95 -------------+--------------------------------------------------------- stfips | 329,972 28.58845 15.63515 1 56 cmsacode | 109,057 54.5488 27.75288 7 97 msafips | 234,219 4559.808 2515.933 80 9360 county | 329,972 23.55407 58.75407 0 810 centcity | 276,237 2.031817 .742531 1 3 -------------+--------------------------------------------------------- smsastat | 328,581 1.245559 .4304188 1 2 icntcity | 18,782 1.211053 .5711869 1 4 smsa93 | 234,980 5.122691 1.678976 2 7 relref95 | 329,972 2.989826 3.024649 1 18 age | 329,972 44.81128 17.73206 16 90 -------------+--------------------------------------------------------- spouse | 181,489 1.571836 .6984419 1 16 sex | 329,972 1.524602 .4993951 1 2 veteran | 328,675 5.640201 1.149117 1 6 race | 329,972 1.24429 .673062 1 4 ethnic | 325,356 7.603195 1.39667 1 9 -------------+--------------------------------------------------------- grade92 | 329,971 39.79285 2.800967 31 46 lineno | 329,972 1.745272 1.050573 1 16 famnum | 329,972 .8059563 .4506711 0 5 pfamrel | 329,972 1.376905 1.038009 0 4 marital | 329,972 3.238829 2.611929 -1 7 -------------+--------------------------------------------------------- prpertyp | 329,972 2.003925 .0625719 1 3 penatvty | 329,972 83.34067 78.84535 57 555 pemntvty | 329,972 90.9733 86.20711 57 555 pefntvty | 329,972 91.32134 86.69446 57 555 prcitshp | 329,972 1.423897 1.153464 1 5 -------------+--------------------------------------------------------- prcitflg | 329,972 .3351103 2.99487 0 41 peinusyr | 329,972 1.211354 3.643099 0 17 selfproxy | 327,736 1.523714 .551584 1 3 lfsr94 | 328,675 2.7502 2.331634 1 7 absent94 | 8,589 5.887065 3.217515 4 14 -------------+--------------------------------------------------------- uhourse | 208,715 35.20286 16.30364 -4 99 reason94 | 15,256 5.053815 2.894324 1 13 hourslw | 198,829 38.96482 13.58509 1 99 laydur | 1,683 8.964944 12.75398 1 117 dwrsn | 5,529 7.702478 3.095956 1 11 -------------+--------------------------------------------------------- why3594 | 49,928 14.92671 7.027962 1 23 prunedur | 11,611 16.70304 20.6906 0 117 untype | 11,611 3.225993 1.611677 1 6 ftpt94 | 328,675 2.721722 2.501762 1 12 class94p | 229,249 4.107887 1.160275 1 8 -------------+--------------------------------------------------------- ind80 | 229,249 593.3183 274.3988 10 991 occ80 | 229,249 354.4808 249.0026 4 905 occ802 | 329,972 10.80744 73.35274 -1 889 agri | 229,249 .0272847 .1629123 0 1 eligible | 329,972 1.441962 .4966209 1 2 -------------+--------------------------------------------------------- otc | 184,137 1.843942 .362911 1 2 ernpdh2 | 100,309 1.742675 .4371621 1 2 paidhre | 184,137 1.398415 .4895731 1 2 earnhre | 110,715 1256.863 715.3487 19 9999 earnwke | 184,137 655.6024 499.9004 0 2884 -------------+--------------------------------------------------------- unionmep | 184,137 1.867517 .3390159 1 2 unioncop | 159,742 1.984231 .1245817 1 2 studftpt | 24,925 1.089549 .2855398 1 2 schenr | 49,232 1.493724 .4999657 1 2 schlvl | 24,925 1.465998 .4988525 1 2 -------------+--------------------------------------------------------- earnwtp | 329,972 7781.612 4529.383 0 66756.2 weightp | 329,972 1945.415 1127.418 0 14938.39 chldpres | 211,110 2.393042 3.404976 0 15 ownchild | 211,011 .8758406 1.138884 0 10 I25d | 184,137 .3035892 .4598086 0 1 -------------+--------------------------------------------------------- I25c | 110,774 .3308628 .4705259 0 1 I25a | 329,972 .3081352 3.302527 0 43 I25b | 329,972 3.491554 11.5836 0 42 qstnum | 0 occurnum | 0 -------------+--------------------------------------------------------- ged | 104,010 1.096981 .2959334 1 2 gedhigr | 10,087 6.306731 1.227574 1 8 yrcoll | 86,841 2.689755 1.010524 1 5 grprof | 52,808 1.720932 .4485451 1 2 gr6cor | 14,737 1.356857 .4790883 1 2 -------------+--------------------------------------------------------- ms123 | 18,181 2.164072 .5944172 1 3 cmpwgt | 329,972 1945.453 1128.916 0 15822.29 recnum | 329,972 237569.4 137170.4 1 474727 year | 329,972 2002 0 2002 2002 ind02 | 229,249 6094.332 2735.277 170 9890 -------------+--------------------------------------------------------- class94 | 229,249 4.114914 1.166032 1 8 occ00 | 229,249 4366.841 2580.02 10 9840 earnwt | 329,972 7912.257 4501.783 0 66415.99 weight | 329,972 1978.077 1120.618 0 14881.52 unioncov | 159,800 1.984205 .1246811 1 2 -------------+--------------------------------------------------------- unionmme | 184,162 1.867714 .338802 1 2 ym_file | 329,972 509.519 3.45735 504 515 ym | 329,972 500.5395 6.926954 489 512 ch02 | 211,110 .1188101 .3235657 0 1 ch35 | 211,110 .1251149 .3308499 0 1 -------------+--------------------------------------------------------- ch613 | 211,110 .272223 .4451051 0 1 ch1417 | 211,110 .1628061 .3691896 0 1 ch05 | 211,110 .202179 .4016259 0 1 ihigrdc | 329,971 13.01958 3.011544 0 18 docc80 | 229,249 21.88738 12.85391 1 46 -------------+--------------------------------------------------------- docc00 | 229,249 12.93747 6.666344 1 23 dind | 229,249 31.66762 13.4087 1 52 dind02 | 229,249 35.11011 186.7435 1 6790 . aef2 2003 03 03 03 dct_name aef03.dbd raw_name=../raw/morg03 (0 observations deleted) obs 473453 # of persons with age<=15 144845 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 46,838 9.89 9.89 0 | 4,962 1.05 10.94 1 | 5,607 1.18 12.13 2 | 5,862 1.24 13.36 3 | 6,056 1.28 14.64 4 | 5,864 1.24 15.88 5 | 5,958 1.26 17.14 6 | 5,949 1.26 18.40 7 | 6,116 1.29 19.69 8 | 6,151 1.30 20.99 9 | 6,177 1.30 22.29 10 | 6,419 1.36 23.65 11 | 6,631 1.40 25.05 12 | 6,574 1.39 26.44 13 | 6,589 1.39 27.83 14 | 6,644 1.40 29.23 15 | 6,448 1.36 30.59 16 | 6,320 1.33 31.93 17 | 6,295 1.33 33.26 18 | 5,774 1.22 34.48 19 | 5,256 1.11 35.59 20 | 5,280 1.12 36.70 21 | 5,066 1.07 37.77 22 | 5,235 1.11 38.88 23 | 5,278 1.11 39.99 24 | 5,212 1.10 41.09 25 | 5,020 1.06 42.15 26 | 5,076 1.07 43.23 27 | 4,989 1.05 44.28 28 | 4,962 1.05 45.33 29 | 4,931 1.04 46.37 30 | 5,272 1.11 47.48 31 | 5,664 1.20 48.68 32 | 6,082 1.28 49.96 33 | 6,123 1.29 51.26 34 | 5,750 1.21 52.47 35 | 5,970 1.26 53.73 36 | 5,855 1.24 54.97 37 | 6,016 1.27 56.24 38 | 6,494 1.37 57.61 39 | 6,586 1.39 59.00 40 | 7,025 1.48 60.49 41 | 6,779 1.43 61.92 42 | 6,938 1.47 63.38 43 | 6,873 1.45 64.84 44 | 6,897 1.46 66.29 45 | 6,877 1.45 67.74 46 | 6,819 1.44 69.19 47 | 6,641 1.40 70.59 48 | 6,484 1.37 71.96 49 | 6,374 1.35 73.30 50 | 6,630 1.40 74.70 51 | 6,023 1.27 75.98 52 | 5,895 1.25 77.22 53 | 5,762 1.22 78.44 54 | 5,483 1.16 79.60 55 | 5,665 1.20 80.79 56 | 5,651 1.19 81.99 57 | 4,401 0.93 82.92 58 | 4,291 0.91 83.82 59 | 4,078 0.86 84.68 60 | 4,471 0.94 85.63 61 | 3,820 0.81 86.43 62 | 3,682 0.78 87.21 63 | 3,448 0.73 87.94 64 | 3,452 0.73 88.67 65 | 3,425 0.72 89.39 66 | 3,243 0.68 90.08 67 | 3,001 0.63 90.71 68 | 2,965 0.63 91.34 69 | 2,810 0.59 91.93 70 | 2,750 0.58 92.51 71 | 2,641 0.56 93.07 72 | 2,603 0.55 93.62 73 | 2,557 0.54 94.16 74 | 2,479 0.52 94.68 75 | 2,596 0.55 95.23 76 | 2,368 0.50 95.73 77 | 2,604 0.55 96.28 78 | 2,188 0.46 96.74 79 | 1,910 0.40 97.15 80 | 13,503 2.85 100.00 ------------+----------------------------------- Total | 473,453 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 46,838 32.34 32.34 0 | 4,962 3.43 35.76 1 | 5,607 3.87 39.63 2 | 5,862 4.05 43.68 3 | 6,056 4.18 47.86 4 | 5,864 4.05 51.91 5 | 5,958 4.11 56.02 6 | 5,949 4.11 60.13 7 | 6,116 4.22 64.35 8 | 6,151 4.25 68.60 9 | 6,177 4.26 72.86 10 | 6,419 4.43 77.30 11 | 6,631 4.58 81.87 12 | 6,574 4.54 86.41 13 | 6,589 4.55 90.96 14 | 6,644 4.59 95.55 15 | 6,448 4.45 100.00 ------------+----------------------------------- Total | 144,845 100.00 (144,845 observations deleted) (0 observations deleted) obs 328608 after keeping age>15&age!=. infile successful no observations (33 real changes made, 33 to missing) (0 real changes made) (0 real changes made) (163,589 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (165,019 real changes made) Geography dropping non-2003 variables (94,444 real changes made, 94,444 to missing) smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (1,378 real changes made, 1,378 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (53,368 real changes made, 53,368 to missing) (309,957 real changes made, 309,957 to missing) (95,266 real changes made, 95,266 to missing) (220,217 real changes made, 220,217 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (148,252 real changes made, 148,252 to missing) if 2003 > 1983 & 2003 < 1989 { (0 real changes made) (118,627 real changes made, 118,627 to missing) (118,509 real changes made, 118,509 to missing) (118,509 missing values generated) (118,509 missing values generated) (118,509 missing values generated) (118,509 missing values generated) (ch02: 86685 changes made) (ch35: 97281 changes made) (ch613: 97281 changes made) (ch1417: 97281 changes made) (118,509 missing values generated) (17,636 real changes made) (0 real changes made) (225,255 real changes made, 225,255 to missing) (318,843 real changes made, 318,843 to missing) (242,194 real changes made, 242,194 to missing) (275,484 real changes made, 275,484 to missing) (314,536 real changes made, 314,536 to missing) (310,019 real changes made, 310,019 to missing) (328,608 missing values generated) (1,110 real changes made) (2,447 real changes made) (4,881 real changes made) (9,204 real changes made) (8,934 real changes made) (13,574 real changes made) (14,519 real changes made) (4,632 real changes made) (44 real changes made) (23 real changes made) (70 real changes made) (772 real changes made) (1,165 real changes made) (2,814 real changes made) (3,552 real changes made) (1,325 real changes made) (93,588 real changes made) (11,380 real changes made) (22,643 real changes made) (37,250 real changes made) (10,997 real changes made) (4,144 real changes made) (39,052 real changes made) (5,031 real changes made) (9,041 real changes made) (1,889 real changes made) (16,700 real changes made) (7,827 real changes made) (231,388 real changes made, 231,388 to missing) (316,720 real changes made, 316,720 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (296,548 real changes made, 296,548 to missing) (0 real changes made) (1,314 real changes made, 1,314 to missing) Employment (2,308 real changes made, 2,308 to missing) (322,997 real changes made, 322,997 to missing) (147,778 real changes made, 147,778 to missing) (102,334 real changes made, 102,334 to missing) (102,334 real changes made, 102,334 to missing) (102,334 real changes made, 102,334 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 556 generate int docc00=occ00; (102,334 missing values generated) recode docc00 2000-2010 (docc00: 226274 changes made) dind (102,334 missing values generated) (dind02: 226274 changes made) Wages (147,778 real changes made, 147,778 to missing) (0 real changes made) (219,735 real changes made, 219,735 to missing) (0 real changes made) (0 real changes made) (147,778 real changes made) (221,500 real changes made) (102,334 real changes made, 102,334 to missing) (316,720 real changes made, 316,720 to missing) (123,603 real changes made) (147,778 real changes made) (0 real changes made) (122,289 real changes made, 122,289 to missing) (1,314 real changes made, 1,314 to missing) (326,900 real changes made, 326,900 to missing) (219,690 real changes made, 219,690 to missing) (147,778 real changes made, 147,778 to missing) Hours, Unions (313,498 real changes made, 313,498 to missing) (320,254 real changes made, 320,254 to missing) (303,856 real changes made, 303,856 to missing) (279,158 real changes made, 279,158 to missing) (303,856 real changes made, 303,856 to missing) (1,314 real changes made, 1,314 to missing) (131,957 real changes made, 131,957 to missing) (128 real changes made) (278,782 real changes made, 278,782 to missing) (147,778 real changes made, 147,778 to missing) (170,953 real changes made, 170,953 to missing) variable spouse was int now byte variable hourslw was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now byte (4,929,120 bytes saved) . *by Jean Roth Wed Jan 24 18:05:34 EST 2001 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa93: 1995:9-; . label values smsa93 P7L; . label define P7L > 0 "Not identified or nonmetropolitan" > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000+" > ; . * icntcity goes here; . *msafips: 1994-; . label values msafips msafips; . label define msafips > 80 "Akron, OH PMSA" > 160 "Albany-Schenectady-Troy, NY MSA (Schohaire County not in sample)" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem-Easton, PA MSA " > 380 "Anchorage, AK MSA" > 440 "Ann Arbor, MI PMSA" > 450 "Anniston, AL MSA" > 460 "Appleton-Oshkosh-Neenah, WI MSA" > 480 "Asheville, NC MSA (Madison County not in sample)" > 520 "Atlanta, GA MSA" > 560 "Atlantic-Cape May, NJ PMSA " > 600 "Augusta-Aiken, GA-SC MSA" > 640 "Austin-San Marcos, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD PMSA" > 760 "Balton Rouge, LA MSA" > 840 "Beaumont-Port Arthur, TX MSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA-NH PMSA (New Hampshire portion not identified)" > 1125 "Boulder-Longmont, CO PMSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen-San Benito, TX MSA" > 1280 "Buffalo-Niagara Falls, NY MSA" > 1305 "Burlington, VT MSA" > 1320 "Canton-Massillon, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1440 "Charleston-North Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-GA MSA " > 1600 "Chicago, IL PMSA (Dekalb County not in sample) " > 1620 "Chico-Paradise, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA (Dearborn County, IN not identified" > 1660 "Clarksville-Hopkinsville, TN-KY MSA (Kentucky portion not in sample)" > 1680 "Cleveland-Lorain-Elyria, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSA" > 1960 "Davenport-Moline-Rock Island, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2030 "Decatur, AL MSA" > 2040 "Decatur, IL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA " > 2160 "Detroit, MI PMSA" > 2190 "Dover, DE MSA" > 2240 "Duluth-Superior, MN-WI MSA (Wisconsin portion not identified) " > 2281 "Dutchess County, NY PMSA" > 2290 "Eau Claire, WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville-Henderson, IN-KY MSA (Kentucky portion not identified) " > 2520 "Fargo-Moorhead, ND-MN MSA (Minnesota portion not identified)" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale-Rogers, AR MSA" > 2600 "Fitchburg-Leominster, MA PMSA" > 2640 "Flint, MI PMSA" > 2650 "Florence, AL MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale, FL PMSA" > 2700 "Fort Myers-Cape Coral, FL MSA" > 2710 "Fort Pierce-Port St. Lucie, FL MSA" > 2720 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample) " > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA (Adams, Huntington, and Wells Counties not in sample)" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary, IN PMSA" > 3000 "Grand Rapids-Muskegon-Holland, MI MSA" > 3060 "Greeley, CO PMSA" > 3080 "Green Bay, WI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3150 "Greenville, NC MSA" > 3160 "Greenville-Spartanburg-Anderson, SC MSA" > 3180 "Hagerstown, MD PMSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA " > 3280 "Hartford, CT MSA" > 3290 "Hickory-Morgantown, NC MSA (Caldwell County not in sample)" > 3320 "Honolulu, HI MSA" > 3350 "Houma, LA MSA" > 3360 "Houston, TX PMSA (Chambers County not in sample)" > 3400 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not" > 3440 "Huntsville, AL MSA (Limestone County not in sample)" > 3480 "Indianapolis, IN MSA (Madison County not in sample)" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3610 "Jamestown, NY MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified) " > 3680 "Johnstown, PA MSA" > 3720 "Kalamazoo-Battle Creek, MI MSA (Van Buren County not in sample)" > 3760 "Kansas City, MO-KS MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA (Acadia Parish not in sample)" > 3960 "Lake Charles, LA MSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4080 "Laredo, TX MSA" > 4100 "Las Cruces, NM MSA" > 4120 "Las Vegas, NV-AZ MSA (Nye County, NV and Mohave County, AZ not in" > 4160 "Lawrence, MA-NH PMSA (New Hampshire portion not identified)" > 4280 "Lexington, KY MSA (Madison County not in sample)" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA (Scott County, IN not in sample)" > 4560 "Lowell, MA-NH PMSA (New Hampshire portion not identified)" > 4600 "Lubbock, TX MSA" > 4680 "Macon, GA MSA (Twiggs County not in sample)" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH PMSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford-Ashland, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not" > 4940 "Merced, CA MSA" > 5000 "Miami, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee-Waukesha, WI PMSA" > 5120 "Minneapolis-St., Paul, MN-WI MSA (St. Croix County, WI not identified" > 5160 "Mobile, AL MSA " > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5330 "Myrtle Beach, SC MSA" > 5345 "Naples, FL MSA" > 5350 "Nashua, NH PMSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA PMSA" > 5480 "New Haven-Meriden, CT PMSA" > 5520 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA (White Plains Central City recoded to balance of" > 5640 "Newark, NJ PMSA" > 5660 "Newburgh, NY-PA PMSA (Pennsylvania portion not identified)" > 5720 "Norfolk-Virginia Beach-Newport News, VA-NC MSA (Mathews County, VA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5800 "Odessa-Midland, TX MSA (Ector County not in sample)" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA PMSA" > 5920 "Omaha, NE-IA MSA (Iowa portion not identified)" > 5945 "Orange County, CA PMSA" > 5960 "Orlando, FL MSA" > 6015 "Panama City, FL MSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria-Pekin, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix-Mesa, AZ MSA" > 6280 "Pittsburgh, PA MSA" > 6400 "Portland, ME MSA" > 6440 "Portland-Vancouver, OR-WA PMSA" > 6450 "Portsmouth-Rochester, NH-ME PMSA (Maine portion not identified)" > 6480 "Providence-Fall River-Warwick, RI-MA MSA (Newport County, RI portion" > 6520 "Provo-Orem, UT MSA " > 6560 "Pueblo, CO MSA" > 6580 "Punta Gorda, FL MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham-Chapel Hill, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA " > 6760 "Richmond-Petersburg, VA MSA " > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA PMSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL MSA (Crawford County, MO [part] not in sample) " > 7080 "Salem, OR PMSA" > 7120 "Salinas, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7460 "San Luis Obispo-Atascadero-Paso Robles, CA MSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7490 "Santa Fe, NM MSA" > 7500 "Santa Rosa, CA PMSA" > 7510 "Sarasota-Bradenton, FL MSA" > 7560 "Scranton-Wilkes Barre-Hazelton, PA MSA " > 7600 "Seattle-Bellevue-Everett, WA PMSA" > 7680 "Shreveport-Bossier City, LA MSA" > 7760 "Sioux Falls, SD MSA (Central City portion only identified)" > 7800 "South Bend, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA (Webster County not in sample)" > 8000 "Springfield, MA MSA" > 8040 "Stamford-Norwalk, CT PMSA" > 8120 "Stockton-Lodi, CA MSA" > 8160 "Syracuse, NY MSA (Cayuga County not in sample)" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St. Petersburg-Clearwater, FL MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA (Central City portion only identified) " > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8735 "Ventura, CA PMSA" > 8760 "Vineland-Millville-Bridgeton, NJ PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA-WV PMSA (West Virginia portion not identified)" > 8880 "Waterbury, CT PMSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton, FL MSA" > 9000 "Wheeling, WV-OH MSA (Ohio portion not identified) " > 9040 "Wichita, KS MSA" > 9160 "Wilmington-Newark, DE-MD PMSA (Maryland portion suppressed)" > 9200 "Wilmington, NC MSA (Brunswick County not in sample)" > 9240 "Worcester, MA-CT PMSA (Connecticut portion suppressed)" > 9270 "Yolo, CA PMSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > 9360 "Yuma, AZ MSA" > ; . * cmsacode: 1994-; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Worcester-Lawrence, MA-NH-ME-CT" > 14 "Chicago-Gary-Kenosha, IL-IN-WI" > 21 "Cincinnati-Hamilton, OH-KY-IN" > 28 "Cleveland-Akron, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder-Greeley, CO" > 35 "Detroit-Ann Arbor-Flint, MI" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT-PA" > 77 "Philadelphia-Wilmington-Atlantic City, PA-NJ-DE-MD" > 79 "Portland-Salem, OR-WA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma-Bremerton, WA" > 97 "Washington-Baltimore, DC-MD-VA-WV" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 2003-; . label values race P10L; . label define P10L > 1 "White Only" > 2 "Black Only" > 3 "American Indian, Alaskan Native Only" > 4 "Asian Only" > 5 "Hawaiian/Pacific Islander Only" > 6 "White-Black" > 7 "White-AI" > 8 "White-Asian" > 9 "White-Hawaiian" > 10 "Black-AI" > 11 "Black-Asian" > 12 "Black-HP" > 13 "AI-Asian" > 14 "Asian-HP" > 15 "W-B-AI" > 16 "W-B-A" > 17 "W-AI-A" > 18 "W-A-HP" > 19 "W-B-AI-A" > 20 "2 or 3 Races" > 21 "4 or 5 Races" > ; . * ethnic: 2003-; . label values ethnic P11L; . label define P11L > 1 "Mexican" > 2 "Puerto Rican" > 3 "Cuban" > 4 "Central/South American" > 5 "Other Spanish" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > -1 "Not a parent" > 0 "No children < 18 years old" > 1 "All children 0-2 years old" > 2 "All children 3-5 years old" > 3 "All children 6-13 years old" > 4 "All children 14-17 years old" > 5 "All children 0-5 years old" > 6 "Children 0-2 & 6-13 (no 3-5 or 14+)" > 7 "Children 0-2 & 14-17 (no 3-13)" > 8 "Children 3-5 & 6-13 (no 0-2 or 14+)" > 9 "Children 3-5 & 14-17 (no 0-2 or 6-13)" > 10 "Children 6-17 (no 0-5)" > 11 "Children 0-13 (no 14-17)" > 12 "Children 0-5 & 14-17 (no 6-13)" > 13 "Children 0-2 & 6-17 (no 3-5)" > 14 "Children 3-17 (no 0-2)" > 15 "Children from all age groups" > ; . * ch02: 1989-1993, 1999:11-; . label values ch02 ch02; . label define ch02 > 1 "Yes" > 0 "No" > ; . * ch35: 1989-1993, 1999:11-; . label values ch35 ch35; . label define ch35 > 1 "Yes" > 0 "No" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1988 differs from pfamrel 1993-; . * pfamrel: 1993-; . label values pfamrel P47L; . label define P47L > 0 "Not A Family Member" > 1 "Reference Person" > 2 "Spouse" > 3 "Child" > 4 "Other Relative (primary Family" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relref95: 1995:3-; . label values relref95 P15L; . label define P15L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Spouse" > 4 "Child" > 5 "Grandchild" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Foster child" > 10 "Non-rel of ref. per w/own rels in HH" > 11 "Not used" > 12 "Non-rel of ref per w/no own rels in HH" > 13 "Unmarried partner w/ own rels in HH" > 14 "Unmar. partner w/ no own rels in HH" > 15 "Housemate/roommate w/ own rels in HH" > 16 "Hsemate/roommate w/ no own rels in HH" > 17 "Roomer/boarder w/ own rels in HH in HH" > 18 "Roomer/brder w/ no own rels in HH" > ; . * penatvty: 1994-2006; . label values penatvty native; . label define native > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 72 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 102 "Austria" > 103 "Belgium" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "Great Britain" > 139 "England" > 140 "Scotland" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Europe" > 155 "Czech Republic" > 156 "Slovakia/Slovak Republic" > 180 "USSR" > 183 "Latvia" > 184 "Lithuania" > 185 "Armenia" > 192 "Russia" > 195 "Ukraine" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Burma" > 206 "Cambodia" > 207 "China" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea/South Korea" > 218 "Korea/ South Korea" > 221 "Laos" > 222 "Lebanon" > 224 "Malaysia" > 229 "Pakistan" > 231 "Philippines" > 233 "Saudi Arabia" > 234 "Singapore" > 237 "Syria" > 238 "Taiwan" > 239 "Thailand" > 240 "Turkey" > 242 "Vietnam" > 245 "Asia" > 252 "Middle East" > 253 "Palestine" > 300 "Bermuda" > 301 "Canada" > 304 "North America" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Mexico" > 316 "Nicaragua" > 317 "Panama" > 318 "Central America" > 333 "Bahamas" > 334 "Barbados" > 337 "Cuba" > 338 "Dominica" > 339 "Dominican Republic" > 340 "Grenada" > 342 "Haiti" > 343 "Jamaica" > 351 "Trinidad & Tobago" > 353 "Caribbean" > 375 "Argentina" > 376 "Bolivia" > 377 "Brazil" > 378 "Chile" > 379 "Colombia" > 380 "Ecuador" > 383 "Guyana" > 385 "Peru" > 387 "Uruguay" > 388 "Venezuela" > 389 "South America" > 415 "Egypt" > 417 "Ethiopia" > 421 "Ghana" > 427 "Kenya" > 436 "Morocco" > 440 "Nigeria" > 449 "South Africa" > 462 "Other Africa" > 468 "North Africa" > 501 "Australia" > 507 "Fiji" > 514 "New Zealand" > 527 "Pacific Islands" > 555 "Other" > ; . * pemntvty: 1994-2006; . label values pemntvty native; . * pefntvty: 1994-2006; . label values pefntvty native; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2003" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind: 1979-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ00: 2000-2010; . label values occ00 occ00l ; . label define occ00l > 10 "Chief executives (11-1011)" > 20 "General and operations managers (11-1021)" > 40 "Advertising and promotions managers (11-2011)" > 50 "Marketing and sales managers (11-2020)" > 60 "Public relations managers (11-2031)" > 100 "Administrative services managers (11-3011)" > 110 "Computer and information systems managers (11-3021)" > 120 "Financial managers (11-3031)" > 130 "Human resources managers (11-3040)" > 140 "Industrial production managers (11-3051)" > 150 "Purchasing managers (11-3061)" > 160 "Transportation, storage, and distribution managers (11-3071)" > 200 "Farm, ranch, and other agricultural managers (11-9011)" > 210 "Farmers and ranchers (11-9012)" > 220 "Construction managers (11-9021)" > 230 "Education administrators (11-9030)" > 300 "Engineering managers (11-9041)" > 310 "Food service managers (11-9051)" > 320 "Funeral directors (11-9061)" > 330 "Gaming managers (11-9071)" > 340 "Lodging managers (11-9081)" > 350 "Medical and health services managers (11-9111)" > 360 "Natural sciences managers (11-9121)" > 410 "Property, real estate, and community association managers (11-9141)" > 420 "Social and community service managers (11-9151)" > 430 "Managers, all other (11-9199)" > 500 "Agents and business managers of artists, performers, and athletes (13-1011)" > 510 "Purchasing agents and buyers, farm products (13-1021)" > 520 "Wholesale and retail buyers, except farm products (13-1022)" > 530 "Purchasing agents, except wholesale, retail, and farm products (13-1023)" > 540 "Claims adjusters, appraisers, examiners, and investigators (13-1030)" > 560 "Compliance officers, except agriculture, construction, health and safety, and transporta > tion (13-1041)" > 600 "Cost estimators (13-1051)" > 620 "Human resources, training, and labor relations specialists (13-1070)" > 700 "Logisticians (13-1081)" > 710 "Management analysts (13-1111)" > 720 "Meeting and convention planners (13-1121)" > 730 "Other business operations specialists (13-11XX)" > 800 "Accountants and auditors (13-2011)" > 810 "Appraisers and assessors of real estate (13-2021)" > 820 "Budget analysts (13-2031)" > 830 "Credit analysts (13-2041)" > 840 "Financial analysts (13-2051)" > 850 "Personal financial advisors (13-2052)" > 860 "Insurance underwriters (13-2053)" > 900 "Financial examiners (13-2061)" > 910 "Loan counselors and officers (13-2070)" > 930 "Tax examiners, collectors, and revenue agents (13-2081)" > 940 "Tax prepares (13-2082)" > 950 "Financial specialists, all other (13-2099)" > 1000 "Computer scientists and systems analysts (15-10XX)" > 1010 "Computer programmers (15-1021)" > 1020 "Computer software engineers (15-1030)" > 1040 "Computer support specialists (15-1041)" > 1060 "Database administrators (15-1061)" > 1100 "Network and computer systems administrators (15-1071)" > 1110 "Network systems and data communications analysts (15-1081)" > 1200 "Actuaries (15-2011)" > 1210 "Mathematicians (15-2021)" > 1220 "Operations research analysts (15-2031)" > 1230 "Statisticians (15-2041)" > 1240 "Miscellaneous mathematical science occupations (15-2090)" > 1300 "Architects, except naval (17-1010)" > 1310 "Surveyors, cartographers, and photogrammetrists (17-1020)" > 1320 "Aerospace engineers (17-2011)" > 1330 "Agricultural engineers (17-2021)" > 1340 "Biomedical engineers (17-2031)" > 1350 "Chemical engineers (17-2041)" > 1360 "Civil engineers (17-2051)" > 1400 "Computer hardware engineers (17-2061)" > 1410 "Electrical and electronic engineers (17-2070)" > 1420 "Environmental engineers (17-2081)" > 1430 "Industrial engineers, including health and safety (17-2110)" > 1440 "Marine engineers and naval architects (17-2121)" > 1450 "Materials engineers (17-2131)" > 1460 "Mechanical engineers (17-2141)" > 1500 "Mining and geological engineers, including mining safety engineers (17-2151)" > 1510 "Nuclear engineers (17-2161)" > 1520 "Petroleum engineers (17-2171)" > 1530 "Engineers, all other (17-2199)" > 1540 "Drafters (17-3010)" > 1550 "Engineering technicians, except drafters (17-3020)" > 1560 "Surveying and mapping technicians (17-3031)" > 1600 "Agricultural and food scientists (19-1010)" > 1610 "Biological scientists (19-1020)" > 1640 "Conservation scientists and foresters (19-1030)" > 1650 "Medical scientists (19-1040)" > 1700 "Astronomers and physicists (19-2010)" > 1710 "Atmospheric and space scientists (19-2021)" > 1720 "Chemists and materials scientists (19-2030)" > 1740 "Environmental scientists and geoscientists (19-2040)" > 1760 "Physical scientists, all other (19-2099)" > 1800 "Economists (19-3011)" > 1810 "Market and survey researchers (19-3020)" > 1820 "Psychologists (19-3030)" > 1830 "Sociologists (19-3041)" > 1840 "Urban and regional planners (19-3051)" > 1860 "Miscellaneous social scientists and related workers (19-3090)" > 1900 "Agricultural and food science technicians (19-4011)" > 1910 "Biological technicians (19-4021)" > 1920 "Chemical technicians (19-4031)" > 1930 "Geological and petroleum technicians (19-4041)" > 1940 "Nuclear technicians (19-4051)" > 1960 "Other life, physical, and social science technicians (19-40XX)" > 2000 "Counselors (21-1010)" > 2010 "Social workers (21-1020)" > 2020 "Miscellaneous community and social service specialists (21-1090)" > 2040 "Clergy (21-2011)" > 2050 "Directors, religious activities and education (21-2021)" > 2060 "Religious workers, all other (21-2099)" > 2100 "Lawyers, Judges, magistrates, and other judicial workers (23-1011)" > 2140 "Paralegals and legal assistants (23-2011)" > 2150 "Miscellaneous legal support workers (23-2090)" > 2200 "Postsecondary teachers (25-1000)" > 2300 "Preschool and kindergarten teachers (25-2010)" > 2310 "Elementary and middle school teachers (25-2020)" > 2320 "Secondary school teachers (25-2030)" > 2330 "Special education teachers (25-2040)" > 2340 "Other teachers and instructors (25-3000)" > 2400 "Archivists, curators, and museum technicians (25-4010)" > 2430 "Librarians (25-4021)" > 2440 "Library technicians (25-4031)" > 2540 "Teacher assistants (25-9041)" > 2550 "Other education, training, and library workers (25-90XX)" > 2600 "Artists and related workers (27-1010)" > 2630 "Designers (27-1020)" > 2700 "Actors (27-2011)" > 2710 "Producers and directors (27-2012)" > 2720 "Athletes, coaches, umpires, and related workers (27-2020)" > 2740 "Dancers and choreographers (27-2030)" > 2750 "Musicians, singers, and related workers (27-2040)" > 2760 "Entertainers and performers, sports and related workers, all other (27-2099)" > 2800 "Announcers (27-3010)" > 2810 "News analysts, reporters and correspondents (27-3020)" > 2820 "Public relations specialists (27-3031)" > 2830 "Editors (27-3041)" > 2840 "Technical writers (27-3042)" > 2850 "Writers and authors (27-3043)" > 2860 "Miscellaneous media and communication workers (27-3090)" > 2900 "Broadcast and sound engineering technicians and radio operators (27-4010)" > 2910 "Photographers (27-4021)" > 2920 "Television, video, and motion picture camera operators and editors (27-4030)" > 2960 "Media and communication equipment workers, all other (27-4099)" > 3000 "Chiropractors (29-1011)" > 3010 "Dentists (29-1020)" > 3030 "Dietitians and nutritionists (29-1031)" > 3040 "Optometrists (29-1041)" > 3050 "Pharmacists (29-1051)" > 3060 "Physicians and surgeons (29-1060)" > 3110 "Physician assistants (29-1071)" > 3120 "Podiatrists (29-1081)" > 3130 "Registered nurses (29-1111)" > 3140 "Audiologists (29-1121)" > 3150 "Occupational therapists (29-1122)" > 3160 "Physical therapists (29-1123)" > 3200 "Radiation therapists (29-1124)" > 3210 "Recreational therapists (29-1125)" > 3220 "Respiratory therapists (29-1126)" > 3230 "Speech-language pathologists (29-1127)" > 3240 "Therapists, all other (29-1129)" > 3250 "Veterinarians (29-1131)" > 3260 "Health diagnosing and treating practitioners, all other (29-1199)" > 3300 "Clinical laboratory technologists and technicians (29-2010)" > 3310 "Dental hygienists (29-2021)" > 3320 "Diagnostic related technologists and technicians (29-2030)" > 3400 "Emergency medical technicians and paramedics (29-2041)" > 3410 "Health diagnosing and treating practitioner support technicians (29-2050)" > 3500 "Licensed practical and licensed vocational nurses (29-2061)" > 3510 "Medical records and health information technicians (29-2071)" > 3520 "Opticians, dispensing (29-2081)" > 3530 "Miscellaneous health technologists and technicians (29-2090)" > 3540 "Other healthcare practitioners and technical occupations (29-9000)" > 3600 "Nursing, psychiatric, and home health aides (31-1010)" > 3610 "Occupational therapist assistants and aides (31-2010)" > 3620 "Physical therapist assistants and aides (31-2020)" > 3630 "Massage therapists (31-9011)" > 3640 "Dental assistants (31-9091)" > 3650 "Medical assistants and other healthcare support occupations (31-909X)" > 3700 "First-line supervisors/managers of correctional officers (33-1011)" > 3710 "First-line supervisors/managers of police and detectives (33-1012)" > 3720 "First-line supervisors/managers of fire fighting and prevention workers (33-1021)" > 3730 "Supervisors, protective service workers, all other (33-1099)" > 3740 "Fire fighters (33-2011)" > 3750 "Fire inspectors (33-2020)" > 3800 "Bailiffs, correctional officers, and jailers (33-3010)" > 3820 "Detectives and criminal investigators (33-3021)" > 3830 "Fish and game wardens (33-3031)" > 3840 "Parking enforcement workers (33-3041)" > 3850 "Police and sheriff's patrol officers (33-3051)" > 3860 "Transit and railroad police (33-3052)" > 3900 "Animal control workers (33-9011)" > 3910 "Private detectives and investigators (33-9021)" > 3920 "Security guards and gaming surveillance officers (33-9030)" > 3940 "Crossing guards (33-9091)" > 3950 "Lifeguards and other protective service workers (33-909X)" > 4000 "Chefs and head cooks (35-1011)" > 4010 "First-line supervisors/managers of food preparation and serving workers (35-1012)" > 4020 "Cooks (35-2010)" > 4030 "Food preparation workers (35-2021)" > 4040 "Bartenders (35-3011)" > 4050 "Combined food preparation and serving workers, including fast food (35-3021)" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop (35-3022)" > 4110 "Waiters and waitresses (35-3031)" > 4120 "Food servers, nonrestaurant (35-3041)" > 4130 "Dining room and cafeteria attendants and bartender helpers (35-9011)" > 4140 "Dishwashers (35-9021)" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop (35-9031)" > 4160 "Food preparation and serving related workers, all other (35-9099)" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers (37-1011)" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > (37-1012)" > 4220 "Janitors and building cleaners (31-201X)" > 4230 "Maids and housekeeping cleaners (37-2012)" > 4240 "Pest control workers (37-2021)" > 4250 "Grounds maintenance workers (37-3010)" > 4300 "First-line supervisors/managers of gaming workers (39-1010)" > 4320 "First-line supervisors/managers of personal service workers (39-1021)" > 4340 "Animal trainers (39-2011)" > 4350 "Nonfarm animal caretakers (39-2021)" > 4400 "Gaming services workers (39-3010)" > 4410 "Motion picture projectionists (39-3021)" > 4420 "Ushers, lobby attendants, and ticket takers (39-3031)" > 4430 "Miscellaneous entertainment attendants and related workers (39-3090)" > 4460 "Funeral service workers (39-4000)" > 4500 "Barbers (39-5011)" > 4510 "Hairdressers, hairstylists, and cosmetologists (39-5012)" > 4520 "Miscellaneous personal appearance workers (39-5090)" > 4530 "Baggage porters, bellhops, and concierges (39-6010)" > 4540 "Tour and travel guides (39-6020)" > 4550 "Transportation attendants (39-6030)" > 4600 "Child care workers (39-9011)" > 4610 "Personal and home care aides (39-9021)" > 4620 "Recreation and fitness workers (39-9030)" > 4640 "Residential advisors (39-9041)" > 4650 "Personal care and service workers, all other (39-9099)" > 4700 "First-line supervisors/managers of retail sales workers (41-1011)" > 4710 "First-line supervisors/managers of non-retail sales workers (41-1012)" > 4720 "Cashiers (41-2010)" > 4740 "Counter and rental clerks (41-2021)" > 4750 "Parts salespersons (41-2022)" > 4760 "Retail salespersons (41-2031)" > 4800 "Advertising sales agents (41-3011)" > 4810 "Insurance sales agents (41-3021)" > 4820 "Securities, commodities, and financial services sales agents (41-3031)" > 4830 "Travel agents (41-3041)" > 4840 "Sales representatives, services, all other (41-3099)" > 4850 "Sales representatives, wholesale and manufacturing (41-4010)" > 4900 "Models, demonstrators, and product promoters (41-9010)" > 4920 "Real estate brokers and sales agents (41-9020)" > 4930 "Sales engineers (41-9031)" > 4940 "Telemarketers (41-9041)" > 4950 "Door-to-door sales workers, news and street vendors, and related workers (41-9091)" > 4960 "Sales and related workers, all other (41-9099)" > 5000 "First-line supervisors/managers of office and administrative support workers (43-1011)" > 5010 "Switchboard operators, including answering service (43-2011)" > 5020 "Telephone operators (43-2021)" > 5030 "Communications equipment operators, all other (43-2099)" > 5100 "Bill and account collectors (43-3011)" > 5110 "Billing and posting clerks and machine operators (43-3021)" > 5120 "Bookkeeping, accounting, and auditing clerks (43-3031)" > 5130 "Gaming cage workers (43-3041)" > 5140 "Payroll and timekeeping clerks (43-3051)" > 5150 "Procurement clerks (43-3061)" > 5160 "Tellers (43-3071)" > 5200 "Brokerage clerks (43-4011)" > 5210 "Correspondence clerks (43-4021)" > 5220 "Court, municipal, and license clerks (43-4031)" > 5230 "Credit authorizers, checkers, and clerks (43-4041)" > 5240 "Customer service representatives (43-4051)" > 5250 "Eligibility interviewers, government programs (43-4061)" > 5260 "File Clerks (43-4071)" > 5300 "Hotel, motel, and resort desk clerks (43-4081)" > 5310 "Interviewers, except eligibility and loan (43-4111)" > 5320 "Library assistants, clerical (43-4121)" > 5330 "Loan interviewers and clerks (43-4131)" > 5340 "New accounts clerks (43-4141)" > 5350 "Order clerks (43-4151)" > 5360 "Human resources assistants, except payroll and timekeeping (43-4161)" > 5400 "Receptionists and information clerks (43-4171)" > 5410 "Reservation and transportation ticket agents and travel clerks (43-4181)" > 5420 "Information and record clerks, all other (43-4199)" > 5500 "Cargo and freight agents (43-5011)" > 5510 "Couriers and messengers (43-5021)" > 5520 "Dispatchers (43-5030)" > 5530 "Meter readers, utilities (43-5041)" > 5540 "Postal service clerks (43-5051)" > 5550 "Postal service mail carriers (43-5052)" > 5560 "Postal service mail sorters, processors, and processing machine operators (43-5053)" > 5600 "Production, planning, and expediting clerks (43-5061)" > 5610 "Shipping, receiving, and traffic clerks (43-5071)" > 5620 "Stock clerks and order fillers (43-5081)" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping (43-5111)" > 5700 "Secretaries and administrative assistants (43-6010)" > 5800 "Computer operators (43-9011)" > 5810 "Data entry keyers (43-9021)" > 5820 "Word processors and typists (43-9022)" > 5830 "Desktop publishers (43-9031)" > 5840 "Insurance claims and policy processing clerks (43-9041)" > 5850 "Mail clerks and mail machine operators, except postal service (43-9051)" > 5860 "Office clerks, general (43-9061)" > 5900 "Office machine operators, except computer (43-9071)" > 5910 "Proofreaders and copy markers (43-9081)" > 5920 "Statistical assistants (43-9111)" > 5930 "Office and administrative support workers, all other (43-9199)" > 6000 "First-line supervisors/managers of farming, fishing, and forestry workers (45-1010)" > 6010 "Agricultural inspectors (45-2011)" > 6020 "Animal breeders (45-2021)" > 6040 "Graders and sorters, agricultural products (45-2041)" > 6050 "Miscellaneous agricultural workers (45-2090)" > 6100 "Fishers and related fishing workers (45-3011)" > 6110 "Hunters and trappers (45-3021)" > 6120 "Forest and conservation workers (45-4011)" > 6130 "Logging workers (45-4020)" > 6200 "First-line supervisors/managers of construction trades and extraction workers (47-1011)" > 6210 "Boilermakers (47-2011)" > 6220 "Brickmasons, blockmasons, and stonemasons (47-2020)" > 6230 "Carpenters (47-2031)" > 6240 "Carpet, floor, and tile installers and finishers (47-2040)" > 6250 "Cement masons, concrete finishers, and terrazzo workers (47-2050)" > 6260 "Construction laborers (47-2061)" > 6300 "Paving, surfacing, and tamping equipment operators (47-2071)" > 6310 "Pile-driver operators (47-2072)" > 6320 "Operating engineers and other construction equipment operators (47-2073)" > 6330 "Drywall installers, ceiling tile installers, and tapers (47-2080)" > 6350 "Electricians (47-2111)" > 6360 "Glaziers (47-2121)" > 6400 "Insulation workers (47-2130)" > 6420 "Painters, construction and maintenance (47-2141)" > 6430 "Paperhangers (47-2142)" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters (47-2150)" > 6460 "Plasterers and stucco masons (47-2161)" > 6500 "Reinforcing iron and rebar workers (47-2171)" > 6510 "Roofers (47-2181)" > 6520 "Sheet metal workers (47-2211)" > 6530 "Structural iron and steel workers (47-2221)" > 6600 "Helpers, construction trades (47-3010)" > 6660 "Construction and building inspectors (47-4011)" > 6700 "Elevator installers and repairers (47-4021)" > 6710 "Fence erectors (47-4031)" > 6720 "Hazardous materials removal workers (47-4041)" > 6730 "Highway maintenance workers (47-4051)" > 6740 "Rail-track laying and maintenance equipment operators (47-4061)" > 6750 "Septic tank servicers and sewer pipe cleaners (47-4071)" > 6760 "Miscellaneous construction and related workers (47-4090)" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining (47-5010)" > 6820 "Earth drillers, except oil and gas (47-5021)" > 6830 "Explosives workers, ordnance handling experts, and blasters (47-5031)" > 6840 "Mining machine operators (47-5040)" > 6910 "Roof bolters, mining (47-5061)" > 6920 "Roustabouts, oil and gas (47-5071)" > 6930 "Helpers--extraction workers (47-5081)" > 6940 "Other extraction workers (47-50XX)" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers (49-1011)" > 7010 "Computer, automated teller, and office machine repairers (49-2011)" > 7020 "Radio and telecommunications equipment installers and repairers (49-2020)" > 7030 "Avionics technicians (49-2091)" > 7040 "Electric motor, power tool, and related repairers (49-2092)" > 7050 "Electrical and electronics installers and repairers, transportation equipment (49-2093)" > 7100 "Electrical and electronics repairers, industrial and utility (49-209X)" > 7110 "Electronic equipment installers and repairers, motor vehicles (49-2096)" > 7120 "Electronic home entertainment equipment installers and repairers (49-2097)" > 7130 "Security and fire alarm systems installers (49-2098)" > 7140 "Aircraft mechanics and service technicians (49-3011)" > 7150 "Automotive body and related repairers (49-3021)" > 7160 "Automotive glass installers and repairers (49-3022)" > 7200 "Automotive service technicians and mechanics (49-3023)" > 7210 "Bus and truck mechanics and diesel engine specialists (49-3031)" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics (49-3040)" > 7240 "Small engine mechanics (49-3050)" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers (49-3090 > )" > 7300 "Control and valve installers and repairers (49-9010)" > 7310 "Heating, air conditioning, and refrigeration mechanics and installers (49-9021)" > 7320 "Home appliance repairers (49-9031)" > 7330 "Industrial and refractory machinery mechanics (49-904X)" > 7340 "Maintenance and repair workers, general (49-9042)" > 7350 "Maintenance workers, machinery (49-9043)" > 7360 "Millwrights (49-9044)" > 7410 "Electrical power-line installers and repairers (49-9051)" > 7420 "Telecommunications line installers and repairers (49-9052)" > 7430 "Precision instrument and equipment repairers (49-9060)" > 7510 "Coin, vending, and amusement machine servicers and repairers (49-9091)" > 7520 "Commercial divers (49-9092)" > 7540 "Locksmiths and safe repairers (49-9094)" > 7550 "Manufactured building and mobile home installers (49-9095)" > 7560 "Riggers (49-9096)" > 7600 "Signal and track switch repairers (49-9097)" > 7610 "Helpers--installation, maintenance, and repair workers (49-9098)" > 7620 "Other installation, maintenance, and repair workers (49-909X)" > 7700 "First-line supervisors/managers of production and operating workers (51-1011)" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers (51-2011)" > 7720 "Electrical, electronics, and electromechanical assemblers (51-2020)" > 7730 "Engine and other machine assemblers (51-2031)" > 7740 "Structural metal fabricators and fitters (51-2041)" > 7750 "Miscellaneous assemblers and fabricators (51-2090)" > 7800 "Bakers (51-3011)" > 7810 "Butchers and other meat, poultry, and fish processing workers (51-3020)" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders (51-3091)" > 7840 "Food batchmakers (51-3092)" > 7850 "Food cooking machine operators and tenders (51-3093)" > 7900 "Computer control programmers and operators (51-4010)" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic (51-402 > 1)" > 7930 "Forging machine setters, operators, and tenders, metal and plastic (51-4022)" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic (51-4023)" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > (51-4031)" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic (51 > -4032)" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic (51-4033)" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic (51-40 > 34)" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic (51-4035) > " > 8030 "Machinists (51-4041)" > 8040 "Metal furnace and kiln operators and tenders (51-4050)" > 8060 "Model makers and patternmakers, metal and plastic (51-4060)" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic (51-4070) > " > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic (51-4081)" > 8130 "Tool and die makers (51-4111)" > 8140 "Welding, soldering, and brazing workers (51-4120)" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic (51-4191)" > 8160 "Lay-out workers, metal and plastic (51-4192)" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic (51-4193) > " > 8210 "Tool grinders, filers, and sharpeners (51-4194)" > 8220 "Metalworkers and plastic workers, all other (51-4199)" > 8230 "Bookbinders and bindery workers (51-5010)" > 8240 "Job printers (51-5021)" > 8250 "Prepress technicians and workers (51-5022)" > 8260 "Printing machine operators (51-5023)" > 8300 "Laundry and dry-cleaning workers (51-6011)" > 8310 "Pressers, textile, garment, and related materials (51-6021)" > 8320 "Sewing machine operators (51-6031)" > 8330 "Shoe and leather workers and repairers (51-6041)" > 8340 "Shoe machine operators and tenders (51-6042)" > 8350 "Tailors, dressmakers, and sewers (51-6050)" > 8360 "Textile bleaching and dyeing machine operators and tenders (51-6061)" > 8400 "Textile cutting machine setters, operators, and tenders (51-6062)" > 8410 "Textile knitting and weaving machine setters, operators, and tenders (51-6063)" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders (51-6 > 064)" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s (51-6091)" > 8440 "Fabric and apparel patternmakers (51-6092)" > 8450 "Upholsterers (51-6093)" > 8460 "Textile, apparel, and furnishings workers, all other (51-6099)" > 8500 "Cabinetmakers and bench carpenters (51-7011)" > 8510 "Furniture finishers (51-7021)" > 8520 "Model makers and patternmakers, wood (51-7030)" > 8530 "Sawing machine setters, operators, and tenders, wood (51-7041)" > 8540 "Woodworking machine setters, operators, and tenders, except sawing (51-7042)" > 8550 "Woodworkers, all other (51-7099)" > 8600 "Power plant operators, distributors, and dispatchers (51-8010)" > 8610 "Stationary engineers and boiler operators (51-8021)" > 8620 "Water and liquid waste treatment plant and system operators (51-8031)" > 8630 "Miscellaneous plant and system operators (51-8090)" > 8640 "Chemical processing machine setters, operators, and tenders (51-9010)" > 8650 "Crushing, grinding, polishing, mixing, and blending workers (51-9020)" > 8710 "Cutting workers (51-9030)" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders (51 > -9041)" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders (51-9051)" > 8740 "Inspectors, testers, sorters, samplers, and weighers (51-9061)" > 8750 "Jewelers and precious stone and metal workers (51-9071)" > 8760 "Medical, dental, and ophthalmic laboratory technicians (51-9080)" > 8800 "Packaging and filling machine operators and tenders (51-9111)" > 8810 "Painting workers (51-9120)" > 8830 "Photographic process workers and processing machine operators (51-9130)" > 8840 "Semiconductor processors (51-9141)" > 8850 "Cementing and gluing machine operators and tenders (51-9191)" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders (51-9192)" > 8900 "Cooling and freezing equipment operators and tenders (51-9193)" > 8910 "Etchers and engravers (51-9194)" > 8920 "Molders, shapers, and casters, except metal and plastic (51-9195)" > 8930 "Paper goods machine setters, operators, and tenders (51-9196)" > 8940 "Tire builders (51-9197)" > 8950 "Helpers--production workers (51-9198)" > 8960 "Production workers, all other (51-9199)" > 9000 "Supervisors, transportation and material moving workers (53-1000)" > 9030 "Aircraft pilots and flight engineers (53-2010)" > 9040 "Air traffic controllers and airfield operations specialists (53-2020)" > 9110 "Ambulance drivers and attendants, except emergency medical technicians (53-3011)" > 9120 "Bus drivers (53-3020)" > 9130 "Driver/sales workers and truck drivers (53-3030)" > 9140 "Taxi drivers and chauffeurs (53-3041)" > 9150 "Motor vehicle operators, all other (53-3099)" > 9200 "Locomotive engineers and operators (53-4010)" > 9230 "Railroad brake, signal, and switch operators (53-4021)" > 9240 "Railroad conductors and yardmasters (53-4031)" > 9260 "Subway, streetcar, and other rail transportation workers (53-30XX)" > 9300 "Sailors and marine oilers (53-5011)" > 9310 "Ship and boat captains and operators (53-5020)" > 9330 "Ship engineers (53-5031)" > 9340 "Bridge and lock tenders (53-6011)" > 9350 "Parking lot attendants (53-6021)" > 9360 "Service station attendants (53-6031)" > 9410 "Transportation inspectors (53-6051)" > 9420 "Other transportation workers (53-60XX)" > 9500 "Conveyor operators and tenders (53-7011)" > 9510 "Crane and tower operators (53-7021)" > 9520 "Dredge, excavating, and loading machine operators (53-7030)" > 9560 "Hoist and winch operators (53-7041)" > 9600 "Industrial truck and tractor operators (53-7051)" > 9610 "Cleaners of vehicles and equipment (53-7061)" > 9620 "Laborers and freight, stock, and material movers, hand (53-7062)" > 9630 "Machine feeders and offbearers (53-7063)" > 9640 "Packers and packagers, hand (53-7064)" > 9650 "Pumping station operators (53-7070)" > 9720 "Refuse and recyclable material collectors (53-7081)" > 9730 "Shuttle car operators (53-7111)" > 9740 "Tank car, truck, and ship loaders (53-7121)" > 9750 "Material moving workers, all other (53-7199)" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reporteds(Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers (55-1010)" > 9810 "First-line enlisted military supervisors/managers (55-2010)" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members (55-3 > 010)" > 9830 "Military, rank not specified (99-9999)" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg03.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 328,608 6.478503 3.450795 1 12 hurespli | 328,575 1.530643 .8817267 1 16 hrhtype | 328,608 2.56792 2.247199 1 10 minsamp | 328,608 6.008703 1.999984 4 8 -------------+--------------------------------------------------------- hrlonglk | 328,608 1.992976 .1183125 0 2 hrsample | 0 serial | 0 hhnum | 328,608 1.053599 .2449772 1 5 state | 328,608 52.83969 26.43688 11 95 -------------+--------------------------------------------------------- stfips | 328,608 28.57465 15.63115 1 56 cmsacode | 108,391 54.36795 27.7976 7 97 msafips | 233,342 4560.545 2511.816 80 9360 county | 328,608 23.37429 58.11508 0 810 centcity | 275,240 2.031805 .7408899 1 3 -------------+--------------------------------------------------------- smsastat | 327,230 1.244654 .4298823 1 2 icntcity | 18,651 1.223688 .5956399 1 4 smsa93 | 234,164 5.118836 1.673924 2 7 relref95 | 328,608 2.982873 3.00356 1 18 age | 328,608 44.94788 17.71628 16 80 -------------+--------------------------------------------------------- spouse | 180,356 1.571403 .7003782 1 15 sex | 328,608 1.524382 .4994059 1 2 veteran | 327,294 5.650235 1.136143 1 6 grade92 | 328,608 39.81589 2.795732 31 46 race | 328,608 1.34344 1.181352 1 21 -------------+--------------------------------------------------------- ethnic | 32,060 1.998565 1.405007 1 5 lineno | 328,608 1.742167 1.043476 1 16 famnum | 328,608 .8070254 .4509626 0 5 pfamrel | 328,608 1.379994 1.03993 0 4 marital | 328,608 3.247377 2.615052 1 7 -------------+--------------------------------------------------------- prpertyp | 328,608 2.003999 .0631087 2 3 penatvty | 328,608 84.12409 79.82748 57 555 pemntvty | 328,608 91.67585 87.05663 57 555 pefntvty | 328,608 92.16424 87.59377 57 555 prcitshp | 328,608 1.432661 1.162435 1 5 -------------+--------------------------------------------------------- prcitflg | 328,608 .1799195 2.080914 0 41 peinusyr | 328,608 1.274838 3.774911 0 17 selfproxy | 326,300 1.524128 .5518624 1 3 lfsr94 | 327,294 2.774127 2.342109 1 7 absent94 | 8,354 6.007422 3.303107 4 14 -------------+--------------------------------------------------------- uhourse | 206,319 34.83472 16.49093 -4 99 reason94 | 15,110 5.046923 2.88227 1 13 hourslw | 196,651 38.83904 13.55626 1 99 laydur | 1,708 8.6774 11.7671 1 117 dwrsn | 5,611 7.517198 3.23674 1 11 -------------+--------------------------------------------------------- why3594 | 49,826 14.89959 6.999231 1 23 prunedur | 11,888 19.23831 23.51287 0 117 untype | 11,888 3.261272 1.629327 1 6 ftpt94 | 327,294 2.724544 2.513915 1 12 class94 | 226,274 4.125759 1.173037 1 8 -------------+--------------------------------------------------------- agri | 226,274 .0210983 .1437124 0 1 eligible | 328,608 1.449709 .4974652 1 2 otc | 180,830 1.850406 .3566735 1 2 ernpdh2 | 97,220 1.753302 .4310918 1 2 paidhre | 180,830 1.397677 .4894195 1 2 -------------+--------------------------------------------------------- earnhre | 108,873 1288.157 724.4556 25 9999 earnwke | 180,830 670.4284 509.2059 0 2884.61 unionmme | 180,830 1.871841 .3342677 1 2 unioncov | 157,655 1.983439 .1276217 1 2 schenr | 49,450 1.499454 .5000048 1 2 -------------+--------------------------------------------------------- studftpt | 24,752 1.08666 .2813414 1 2 schlvl | 24,752 1.468447 .4990135 1 2 earnwt | 328,608 8076.543 4741.888 0 86648.67 weight | 328,608 2019.136 1181.007 0 21190.81 chldpres | 210,099 2.372996 3.401947 0 15 -------------+--------------------------------------------------------- ownchild | 209,981 .8648497 1.133724 0 11 I25d | 180,830 .3197699 .4663886 0 1 I25c | 108,918 .3481426 .4763837 0 1 I25a | 328,608 .3160666 3.340489 0 43 I25b | 328,608 3.74259 11.95537 0 42 -------------+--------------------------------------------------------- qstnum | 0 occurnum | 0 ged | 103,353 1.094482 .2924996 1 2 gedhigr | 9,765 6.30425 1.210152 1 8 yrcoll | 86,414 2.697757 1.008235 1 5 -------------+--------------------------------------------------------- grprof | 53,124 1.73511 .4412786 1 2 gr6cor | 14,072 1.357518 .4792863 1 2 ms123 | 18,589 2.174673 .5894231 1 3 cmpwgt | 328,608 2019.218 1182.012 0 21344.2 ind02 | 226,274 6095.337 2730.13 170 9890 -------------+--------------------------------------------------------- occ00 | 226,274 4361.685 2568.148 10 9840 occ002 | 328,608 136.3692 831.6846 -1 9750 recnum | 328,608 236840.9 136623 2 473453 year | 328,608 2003 0 2003 2003 ym_file | 328,608 521.4785 3.450795 516 527 -------------+--------------------------------------------------------- ym | 328,608 512.4524 6.885899 501 524 ch02 | 210,099 .1165689 .3209066 0 1 ch35 | 210,099 .1254218 .3311974 0 1 ch613 | 210,099 .2684068 .4431315 0 1 ch1417 | 210,099 .1621188 .3685606 0 1 -------------+--------------------------------------------------------- ch05 | 210,099 .2005102 .4003831 0 1 ihigrdc | 328,608 13.045 3.000857 0 18 docc00 | 226,274 12.92749 6.651351 1 23 dind02 | 226,274 29.98829 14.62929 1 52 . aef2 2004 04 03 04 dct_name aef03.dbd raw_name=../raw/morg04 (0 observations deleted) obs 465834 # of persons with age<=15 142905 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 47,773 10.26 10.26 0 | 4,957 1.06 11.32 1 | 5,448 1.17 12.49 2 | 5,541 1.19 13.68 3 | 5,820 1.25 14.93 4 | 5,751 1.23 16.16 5 | 5,858 1.26 17.42 6 | 5,876 1.26 18.68 7 | 5,744 1.23 19.91 8 | 5,930 1.27 21.19 9 | 6,107 1.31 22.50 10 | 6,057 1.30 23.80 11 | 6,352 1.36 25.16 12 | 6,533 1.40 26.56 13 | 6,373 1.37 27.93 14 | 6,444 1.38 29.32 15 | 6,341 1.36 30.68 16 | 6,117 1.31 31.99 17 | 6,115 1.31 33.30 18 | 5,642 1.21 34.51 19 | 5,284 1.13 35.65 20 | 5,076 1.09 36.74 21 | 5,122 1.10 37.84 22 | 5,072 1.09 38.93 23 | 5,173 1.11 40.04 24 | 5,209 1.12 41.16 25 | 5,212 1.12 42.27 26 | 5,007 1.07 43.35 27 | 4,937 1.06 44.41 28 | 4,998 1.07 45.48 29 | 4,931 1.06 46.54 30 | 5,220 1.12 47.66 31 | 5,133 1.10 48.76 32 | 5,462 1.17 49.94 33 | 5,914 1.27 51.20 34 | 6,029 1.29 52.50 35 | 5,875 1.26 53.76 36 | 5,415 1.16 54.92 37 | 5,682 1.22 56.14 38 | 5,799 1.24 57.39 39 | 6,107 1.31 58.70 40 | 6,707 1.44 60.14 41 | 6,702 1.44 61.58 42 | 6,510 1.40 62.97 43 | 6,752 1.45 64.42 44 | 6,672 1.43 65.86 45 | 6,771 1.45 67.31 46 | 6,558 1.41 68.72 47 | 6,603 1.42 70.13 48 | 6,420 1.38 71.51 49 | 6,224 1.34 72.85 50 | 6,440 1.38 74.23 51 | 6,260 1.34 75.58 52 | 5,803 1.25 76.82 53 | 5,623 1.21 78.03 54 | 5,649 1.21 79.24 55 | 5,490 1.18 80.42 56 | 5,426 1.16 81.58 57 | 5,561 1.19 82.78 58 | 4,353 0.93 83.71 59 | 4,001 0.86 84.57 60 | 4,183 0.90 85.47 61 | 4,261 0.91 86.38 62 | 3,744 0.80 87.19 63 | 3,569 0.77 87.95 64 | 3,368 0.72 88.68 65 | 3,622 0.78 89.45 66 | 3,234 0.69 90.15 67 | 3,015 0.65 90.80 68 | 2,827 0.61 91.40 69 | 2,824 0.61 92.01 70 | 2,670 0.57 92.58 71 | 2,560 0.55 93.13 72 | 2,447 0.53 93.66 73 | 2,571 0.55 94.21 74 | 2,413 0.52 94.73 75 | 2,386 0.51 95.24 76 | 2,354 0.51 95.74 77 | 2,377 0.51 96.25 78 | 2,201 0.47 96.73 79 | 1,815 0.39 97.12 80 | 10,543 2.26 99.38 85 | 2,889 0.62 100.00 ------------+----------------------------------- Total | 465,834 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 47,773 33.43 33.43 0 | 4,957 3.47 36.90 1 | 5,448 3.81 40.71 2 | 5,541 3.88 44.59 3 | 5,820 4.07 48.66 4 | 5,751 4.02 52.69 5 | 5,858 4.10 56.78 6 | 5,876 4.11 60.90 7 | 5,744 4.02 64.92 8 | 5,930 4.15 69.07 9 | 6,107 4.27 73.34 10 | 6,057 4.24 77.58 11 | 6,352 4.44 82.02 12 | 6,533 4.57 86.59 13 | 6,373 4.46 91.05 14 | 6,444 4.51 95.56 15 | 6,341 4.44 100.00 ------------+----------------------------------- Total | 142,905 100.00 (142,905 observations deleted) (0 observations deleted) obs 322929 after keeping age>15&age!=. infile successful no observations (60 real changes made, 60 to missing) (0 real changes made) (0 real changes made) (158,952 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (163,977 real changes made) Geography replace serial (215,284 real changes made) (215,284 real changes made) (215,284 real changes made) replace cmsacode (215,284 real changes made, 215,284 to missing) replace msafips (215,284 real changes made, 215,284 to missing) replace smsa93 (30,851 real changes made, 30,851 to missing) (215,284 real changes made, 215,284 to missing) replacing smsa04 in May 2004 and later (62,667 real changes made, 62,667 to missing) replacing pre-May 2004 variables (107,645 real changes made, 107,645 to missing) (107,645 real changes made, 107,645 to missing) (107,645 real changes made) smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (1,710 real changes made, 1,710 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (54,208 real changes made, 54,208 to missing) (303,067 real changes made, 303,067 to missing) (31,112 real changes made, 31,112 to missing) (72,212 real changes made, 72,212 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (146,196 real changes made, 146,196 to missing) if 2004 > 1983 & 2004 < 1989 { (0 real changes made) (116,843 real changes made, 116,843 to missing) (116,706 real changes made, 116,706 to missing) (116,706 missing values generated) (116,706 missing values generated) (116,706 missing values generated) (116,706 missing values generated) (ch02: 83860 changes made) (ch35: 93998 changes made) (ch613: 93998 changes made) (ch1417: 93998 changes made) (116,706 missing values generated) (16,985 real changes made) (0 real changes made) (221,734 real changes made, 221,734 to missing) (313,739 real changes made, 313,739 to missing) (237,181 real changes made, 237,181 to missing) (270,197 real changes made, 270,197 to missing) (309,097 real changes made, 309,097 to missing) (304,219 real changes made, 304,219 to missing) (322,929 missing values generated) (1,138 real changes made) (2,433 real changes made) (4,536 real changes made) (8,636 real changes made) (8,568 real changes made) (13,076 real changes made) (13,909 real changes made) (4,415 real changes made) (31 real changes made) (25 real changes made) (75 real changes made) (761 real changes made) (1,086 real changes made) (2,529 real changes made) (3,418 real changes made) (1,265 real changes made) (92,005 real changes made) (11,201 real changes made) (22,206 real changes made) (37,251 real changes made) (10,905 real changes made) (4,185 real changes made) (38,900 real changes made) (4,807 real changes made) (9,025 real changes made) (1,833 real changes made) (16,877 real changes made) (7,833 real changes made) (227,510 real changes made, 227,510 to missing) (312,072 real changes made, 312,072 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (290,967 real changes made, 290,967 to missing) (0 real changes made) (1,393 real changes made, 1,393 to missing) Employment (2,372 real changes made, 2,372 to missing) (317,395 real changes made, 317,395 to missing) (145,071 real changes made, 145,071 to missing) (101,015 real changes made, 101,015 to missing) (101,015 real changes made, 101,015 to missing) (101,015 real changes made, 101,015 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 556 generate int docc00=occ00; (101,015 missing values generated) recode docc00 2000-2010 (docc00: 221914 changes made) dind (101,015 missing values generated) (dind02: 221914 changes made) Wages (145,071 real changes made, 145,071 to missing) (0 real changes made) (215,543 real changes made, 215,543 to missing) (0 real changes made) (0 real changes made) (145,071 real changes made) (217,287 real changes made) (101,015 real changes made, 101,015 to missing) (312,072 real changes made, 312,072 to missing) (121,123 real changes made) (145,071 real changes made) (0 real changes made) (119,730 real changes made, 119,730 to missing) (1,393 real changes made, 1,393 to missing) (321,486 real changes made, 321,486 to missing) (215,485 real changes made, 215,485 to missing) (145,071 real changes made, 145,071 to missing) Hours, Unions (307,548 real changes made, 307,548 to missing) (314,676 real changes made, 314,676 to missing) (297,950 real changes made, 297,950 to missing) (274,388 real changes made, 274,388 to missing) (297,950 real changes made, 297,950 to missing) (1,393 real changes made, 1,393 to missing) (129,376 real changes made, 129,376 to missing) (97 real changes made) (273,403 real changes made, 273,403 to missing) (145,071 real changes made, 145,071 to missing) (167,209 real changes made, 167,209 to missing) variable spouse was int now byte variable hourslw was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now byte (4,843,935 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa93: 1995:9-2004:4; . label values smsa93 P7L; . label define P7L > 0 "Not identified or nonmetropolitan" > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000+" > ; . * smsa04: 2004:5-; . label values smsa04 smsa04; . label define smsa04 > 0 "Not identified or nonmetropolitan" > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000+" > ; . * icntcity goes here; . *msafips: 1994-2004:4; . label values msafips msafips; . label define msafips > 80 "Akron, OH PMSA" > 160 "Albany-Schenectady-Troy, NY MSA (Schohaire County not in sample)" > 200 "Albuquerque, NM MSA" > 240 "Allentown-Bethlehem-Easton, PA MSA " > 380 "Anchorage, AK MSA" > 440 "Ann Arbor, MI PMSA" > 450 "Anniston, AL MSA" > 460 "Appleton-Oshkosh-Neenah, WI MSA" > 480 "Asheville, NC MSA (Madison County not in sample)" > 520 "Atlanta, GA MSA" > 560 "Atlantic-Cape May, NJ PMSA " > 600 "Augusta-Aiken, GA-SC MSA" > 640 "Austin-San Marcos, TX MSA" > 680 "Bakersfield, CA MSA" > 720 "Baltimore, MD PMSA" > 760 "Balton Rouge, LA MSA" > 840 "Beaumont-Port Arthur, TX MSA" > 860 "Bellingham, WA MSA" > 870 "Benton Harbor, MI MSA" > 875 "Bergen-Passaic, NJ PMSA" > 960 "Binghamton, NY MSA" > 1000 "Birmingham, AL MSA" > 1080 "Boise City, ID MSA" > 1120 "Boston, MA-NH PMSA (New Hampshire portion not identified)" > 1125 "Boulder-Longmont, CO PMSA" > 1145 "Brazoria, TX PMSA" > 1160 "Bridgeport, CT PMSA" > 1200 "Brockton, MA PMSA" > 1240 "Brownsville-Harlingen-San Benito, TX MSA" > 1280 "Buffalo-Niagara Falls, NY MSA" > 1305 "Burlington, VT MSA" > 1320 "Canton-Massillon, OH MSA" > 1360 "Cedar Rapids, IA MSA" > 1440 "Charleston-North Charleston, SC MSA" > 1480 "Charleston, WV MSA" > 1520 "Charlotte-Gastonia-Rock Hill, NC-SC MSA" > 1560 "Chattanooga, TN-GA MSA " > 1600 "Chicago, IL PMSA (Dekalb County not in sample) " > 1620 "Chico-Paradise, CA MSA" > 1640 "Cincinnati, OH-KY-IN PMSA (Dearborn County, IN not identified" > 1660 "Clarksville-Hopkinsville, TN-KY MSA (Kentucky portion not in sample)" > 1680 "Cleveland-Lorain-Elyria, OH PMSA" > 1720 "Colorado Springs, CO MSA" > 1760 "Columbia, SC MSA" > 1800 "Columbus, GA-AL MSA (Alabama portion not in sample)" > 1840 "Columbus, OH MSA" > 1880 "Corpus Christi, TX MSA" > 1920 "Dallas, TX PMSA" > 1930 "Danbury, CT PMSA" > 1960 "Davenport-Moline-Rock Island, IA-IL MSA" > 2000 "Dayton-Springfield, OH MSA" > 2020 "Daytona Beach, FL MSA" > 2030 "Decatur, AL MSA" > 2040 "Decatur, IL MSA" > 2080 "Denver, CO PMSA" > 2120 "Des Moines, IA MSA " > 2160 "Detroit, MI PMSA" > 2190 "Dover, DE MSA" > 2240 "Duluth-Superior, MN-WI MSA (Wisconsin portion not identified) " > 2281 "Dutchess County, NY PMSA" > 2290 "Eau Claire, WI MSA" > 2320 "El Paso, TX MSA" > 2360 "Erie, PA MSA" > 2400 "Eugene-Springfield, OR MSA" > 2440 "Evansville-Henderson, IN-KY MSA (Kentucky portion not identified) " > 2520 "Fargo-Moorhead, ND-MN MSA (Minnesota portion not identified)" > 2560 "Fayetteville, NC MSA" > 2580 "Fayetteville-Springdale-Rogers, AR MSA" > 2600 "Fitchburg-Leominster, MA PMSA" > 2640 "Flint, MI PMSA" > 2650 "Florence, AL MSA" > 2670 "Fort Collins-Loveland, CO MSA" > 2680 "Fort Lauderdale, FL PMSA" > 2700 "Fort Myers-Cape Coral, FL MSA" > 2710 "Fort Pierce-Port St. Lucie, FL MSA" > 2720 "Fort Smith, AR-OK MSA (Oklahoma portion not in sample) " > 2750 "Fort Walton Beach, FL MSA" > 2760 "Fort Wayne, IN MSA (Adams, Huntington, and Wells Counties not in sample)" > 2800 "Fort Worth-Arlington, TX PMSA" > 2840 "Fresno, CA MSA" > 2900 "Gainesville, FL MSA" > 2920 "Galveston-Texas City, TX PMSA" > 2960 "Gary, IN PMSA" > 3000 "Grand Rapids-Muskegon-Holland, MI MSA" > 3060 "Greeley, CO PMSA" > 3080 "Green Bay, WI MSA" > 3120 "Greenboro-Winston Salem-High Point, NC MSA" > 3150 "Greenville, NC MSA" > 3160 "Greenville-Spartanburg-Anderson, SC MSA" > 3180 "Hagerstown, MD PMSA" > 3200 "Hamilton-Middletown, OH PMSA" > 3240 "Harrisburg-Lebanon-Carlisle, PA MSA " > 3280 "Hartford, CT MSA" > 3290 "Hickory-Morgantown, NC MSA (Caldwell County not in sample)" > 3320 "Honolulu, HI MSA" > 3350 "Houma, LA MSA" > 3360 "Houston, TX PMSA (Chambers County not in sample)" > 3400 "Huntington-Ashland, WV-KY-OH MSA (Kentucky and Ohio portions not" > 3440 "Huntsville, AL MSA (Limestone County not in sample)" > 3480 "Indianapolis, IN MSA (Madison County not in sample)" > 3520 "Jackson, MI MSA" > 3560 "Jackson, MS MSA" > 3600 "Jacksonville, FL MSA" > 3610 "Jamestown, NY MSA" > 3640 "Jersey City, NJ PMSA" > 3660 "Johnson City-Kingsport-Bristol, TN-VA MSA (Virginia portion not identified) " > 3680 "Johnstown, PA MSA" > 3720 "Kalamazoo-Battle Creek, MI MSA (Van Buren County not in sample)" > 3760 "Kansas City, MO-KS MSA" > 3840 "Knoxville, TN MSA" > 3880 "Lafayette, LA MSA (Acadia Parish not in sample)" > 3960 "Lake Charles, LA MSA" > 3980 "Lakeland-Winter Haven, FL MSA" > 4000 "Lancaster, PA MSA" > 4040 "Lansing-East Lansing, MI MSA" > 4080 "Laredo, TX MSA" > 4100 "Las Cruces, NM MSA" > 4120 "Las Vegas, NV-AZ MSA (Nye County, NV and Mohave County, AZ not in" > 4160 "Lawrence, MA-NH PMSA (New Hampshire portion not identified)" > 4280 "Lexington, KY MSA (Madison County not in sample)" > 4360 "Lincoln, NE MSA" > 4400 "Little Rock-North Little Rock, AR MSA" > 4480 "Los Angeles-Long Beach, CA PMSA" > 4520 "Louisville, KY-IN MSA (Scott County, IN not in sample)" > 4560 "Lowell, MA-NH PMSA (New Hampshire portion not identified)" > 4600 "Lubbock, TX MSA" > 4680 "Macon, GA MSA (Twiggs County not in sample)" > 4720 "Madison, WI MSA" > 4760 "Manchester, NH PMSA" > 4880 "McAllen-Edinburg-Mission, TX MSA" > 4890 "Medford-Ashland, OR MSA" > 4900 "Melbourne-Titusville-Palm Bay, FL MSA" > 4920 "Memphis, TN-AR-MS MSA (Arkansas and Mississippi portions not" > 4940 "Merced, CA MSA" > 5000 "Miami, FL PMSA" > 5015 "Middlesex-Somerset-Hunterdon, NJ PMSA" > 5080 "Milwaukee-Waukesha, WI PMSA" > 5120 "Minneapolis-St., Paul, MN-WI MSA (St. Croix County, WI not identified" > 5160 "Mobile, AL MSA " > 5170 "Modesto, CA MSA" > 5190 "Monmouth-Ocean, NJ PMSA" > 5200 "Monroe, LA MSA" > 5240 "Montgomery, AL MSA" > 5330 "Myrtle Beach, SC MSA" > 5345 "Naples, FL MSA" > 5350 "Nashua, NH PMSA" > 5360 "Nashville, TN MSA" > 5380 "Nassau-Suffolk, NY PMSA" > 5400 "New Bedford, MA PMSA" > 5480 "New Haven-Meriden, CT PMSA" > 5520 "New London-Norwich, CT-RI MSA (Rhode Island portion suppressed)" > 5560 "New Orleans, LA MSA" > 5600 "New York, NY PMSA (White Plains Central City recoded to balance of" > 5640 "Newark, NJ PMSA" > 5660 "Newburgh, NY-PA PMSA (Pennsylvania portion not identified)" > 5720 "Norfolk-Virginia Beach-Newport News, VA-NC MSA (Mathews County, VA" > 5775 "Oakland, CA PMSA" > 5790 "Ocala, FL MSA" > 5800 "Odessa-Midland, TX MSA (Ector County not in sample)" > 5880 "Oklahoma City, OK MSA" > 5910 "Olympia, WA PMSA" > 5920 "Omaha, NE-IA MSA (Iowa portion not identified)" > 5945 "Orange County, CA PMSA" > 5960 "Orlando, FL MSA" > 6015 "Panama City, FL MSA" > 6080 "Pensacola, FL MSA" > 6120 "Peoria-Pekin, IL MSA" > 6160 "Philadelphia, PA-NJ PMSA" > 6200 "Phoenix-Mesa, AZ MSA" > 6280 "Pittsburgh, PA MSA" > 6400 "Portland, ME MSA" > 6440 "Portland-Vancouver, OR-WA PMSA" > 6450 "Portsmouth-Rochester, NH-ME PMSA (Maine portion not identified)" > 6480 "Providence-Fall River-Warwick, RI-MA MSA (Newport County, RI portion" > 6520 "Provo-Orem, UT MSA " > 6560 "Pueblo, CO MSA" > 6580 "Punta Gorda, FL MSA" > 6600 "Racine, WI PMSA" > 6640 "Raleigh-Durham-Chapel Hill, NC MSA" > 6680 "Reading, PA MSA" > 6720 "Reno, NV MSA " > 6760 "Richmond-Petersburg, VA MSA " > 6780 "Riverside-San Bernardino, CA PMSA" > 6800 "Roanoke, VA MSA" > 6840 "Rochester, NY MSA" > 6880 "Rockford, IL MSA" > 6920 "Sacramento, CA PMSA" > 6960 "Saginaw-Bay City-Midland, MI MSA" > 7040 "St. Louis, MO-IL MSA (Crawford County, MO [part] not in sample) " > 7080 "Salem, OR PMSA" > 7120 "Salinas, CA MSA" > 7160 "Salt Lake City-Ogden, UT MSA" > 7240 "San Antonio, TX MSA" > 7320 "San Diego, CA MSA" > 7360 "San Francisco, CA PMSA" > 7400 "San Jose, CA PMSA" > 7460 "San Luis Obispo-Atascadero-Paso Robles, CA MSA" > 7480 "Santa Barbara-Santa Maria-Lompoc, CA MSA" > 7490 "Santa Fe, NM MSA" > 7500 "Santa Rosa, CA PMSA" > 7510 "Sarasota-Bradenton, FL MSA" > 7560 "Scranton-Wilkes Barre-Hazelton, PA MSA " > 7600 "Seattle-Bellevue-Everett, WA PMSA" > 7680 "Shreveport-Bossier City, LA MSA" > 7760 "Sioux Falls, SD MSA (Central City portion only identified)" > 7800 "South Bend, IN MSA" > 7840 "Spokane, WA MSA" > 7880 "Springfield, IL MSA" > 7920 "Springfield, MO MSA (Webster County not in sample)" > 8000 "Springfield, MA MSA" > 8040 "Stamford-Norwalk, CT PMSA" > 8120 "Stockton-Lodi, CA MSA" > 8160 "Syracuse, NY MSA (Cayuga County not in sample)" > 8200 "Tacoma, WA PMSA" > 8240 "Tallahassee, FL MSA" > 8280 "Tampa-St. Petersburg-Clearwater, FL MSA" > 8400 "Toledo, OH MSA" > 8440 "Topeka, KS MSA (Central City portion only identified) " > 8480 "Trenton, NJ PMSA" > 8520 "Tucson, AZ MSA" > 8560 "Tulsa, OK MSA" > 8600 "Tuscaloosa, AL MSA" > 8680 "Utica-Rome, NY MSA" > 8720 "Vallejo-Fairfield-Napa, CA PMSA" > 8735 "Ventura, CA PMSA" > 8760 "Vineland-Millville-Bridgeton, NJ PMSA" > 8780 "Visalia-Tulare-Porterville, CA MSA" > 8800 "Waco, TX MSA" > 8840 "Washington, DC-MD-VA-WV PMSA (West Virginia portion not identified)" > 8880 "Waterbury, CT PMSA" > 8920 "Waterloo-Cedar Falls, IA MSA" > 8960 "West Palm Beach-Boca Raton, FL MSA" > 9000 "Wheeling, WV-OH MSA (Ohio portion not identified) " > 9040 "Wichita, KS MSA" > 9160 "Wilmington-Newark, DE-MD PMSA (Maryland portion suppressed)" > 9200 "Wilmington, NC MSA (Brunswick County not in sample)" > 9240 "Worcester, MA-CT PMSA (Connecticut portion suppressed)" > 9270 "Yolo, CA PMSA" > 9280 "York, PA MSA" > 9320 "Youngstown-Warren, OH MSA" > 9340 "Yuba City, CA MSA" > 9360 "Yuma, AZ MSA" > ; . *cbsafips: 2004:5-; . label values cbsafips cbsafips; . label define cbsafips > 460 "Appleton-Oshkosh-Neenah, WI MSA*" > 3000 "Grand Rapids-Muskegon-Holland, MI MSA*" > 3160 "Greenville-Spartanburg-Anderson, SC MSA*" > 3610 "Jamestown, NY MSA*" > 3720 "Kalamazoo-Battle Creek, MI MSA* (Van Buren County not in" > 6450 "Portsmouth-Rochester, NH-ME MSA* (ME portion not identified)" > 10420 "Akron, OH" > 10500 "Albany, GA (Baker, Terrell, and Worth Counties not in sample)" > 10580 "Albany-Schenectady-Troy, NY" > 10740 "Albuquerque, NM" > 10900 "Allentown-Bethlehem-Easton, PA-NJ" > 11020 "Altoona, PA" > 11000 "Amarillo, TX (Armstrong and Carson Counties not in sample)" > 11100 "Amarillo, TX" > 11260 "Anchorage, AK" > 11300 "Anderson, IN" > 11340 "Anderson, SC" > 11460 "Ann Arbor, MI" > 11500 "Anniston-Oxford, AL" > 11540 "Appleton,WI" > 11700 "Asheville, NC (Haywood and Henderson Counties not in sample)" > 12020 "Athens-Clark County, GA (Oglethorpe County not in sample)" > 12060 "Atlanta-Sandy Springs-Marietta, GA (Haralson, Heard, Jasper," > 12100 "Atlantic City, NJ" > 12260 "Augusta-Richmond County, GA-SC" > 12420 "Austin-Round Rock, TX" > 12540 "Bakersfield, CA" > 12580 "Baltimore-Towson, MD" > 12940 "Baton Rouge, LA" > 13140 "Beaumont-Port Author, TX" > 13380 "Bellingham, WA" > 13460 "Bend, OR" > 13740 "Billings, MT (Carbon County not in sample)" > 13780 "Binghamton, NY" > 13820 "Birmingham-Hoover, AL" > 14020 "Bloomington, IN (Owen County not in sample)" > 14060 "Bloomington-Normal IL" > 14260 "Boise City-Nampa, ID (Owyhee County not in sample)" > 14500 "Boulder, CO" > 14540 "Bowling Green, KY" > 14740 "Bremerton-Silverdale, WA" > 15180 "Brownsville-Harlingen, TX" > 15380 "Buffalo-Niagara Falls, NY" > 15940 "Canton-Massillon, OH" > 15980 "Cape Coral-Fort Myers, FL" > 16300 "Cedar Rapids, IA (Benton and Jones Counties not in sample)" > 16580 "Champaign-Urbana, IL (Ford County not in sample)" > 16620 "Charleston, WV (Clay County not in sample)" > 16700 "Charleston-North Charleston, SC" > 16740 "Charlotte-Gastonia-Concord, NC-SC (Anson County, NC not in" > 16860 "Chattanooga, TN-GA" > 16980 "Chicago-Naperville-Joliet, IN-IN-WI (DeKalb, IL; Jasper, IN;" > 17020 "Chico, CA" > 17140 "Cincinnati-Middletown, OH-KY-IN (Franklin County, IN not in" > 17300 "Clarksville, TN-KY" > 17460 "Cleveland-Elyria-Mentor, OH" > 17660 "Coeur d'Alene, ID" > 17820 "Colorado Springs, CO" > 17860 "Columbia, MO (Howard County not in sample)" > 17900 "Columbia, SC" > 17980 "Columbus, GA-AL (Harris County, GA not in sample)" > 18140 "Columbus, OH (Morrow County not in sample)" > 18580 "Corpus Christi, TX" > 19100 "Dallas-Fort Worth-Arlington, TX (Delta and Hunt Counties not" > 19340 "Davenport-Moline-Rock Island, IA-IL" > 19380 "Dayton, OH" > 19460 "Decatur, Al" > 19500 "Decatur, IL" > 19660 "Deltona-Daytona Beach-Ormond Beach, FL" > 19740 "Denver-Aurora, CO" > 19780 "Des Moines, IA" > 19820 "Detroit-Warren-Livonia, MI" > 20100 "Dover, DE" > 20260 "Duluth, MN-WI (Carlton County, MN not in sample, WI portion" > 20500 "Durham, NC" > 20740 "Eau Claire, WI" > 20940 "El Centro, CA" > 21340 "El Paso, TX" > 21500 "Erie, PA" > 21660 "Eugene-Springfield, OR" > 21780 "Evansville, IN-KY (Gibson County, IN and Kentucky portion not" > 22020 "Fargo, ND-MN (MN portion not identified)" > 22140 "Farmington, NM" > 22180 "Fayetteville, NC" > 22220 "Fayetteville-Springdale-Rogers, AR-MO (Madison County, AR and" > 22420 "Flint, MI" > 22460 "Florence, AL" > 22660 "Fort Collins-Loveland, CO" > 22900 "Fort Smith, AR-OK (Oklahoma portion not in sample)" > 23020 "Fort Walton Beach-Crestview-Destin, FL" > 23060 "Fort Wayne, IN" > 23420 "Fresno, CA" > 23540 "Gainesville, FL (Gilchrist County not in sample)" > 24340 "Grand Rapids-Wyoming, MI" > 24540 "Greeley, CO" > 24580 "Green Bay, WI (Oconto County not in sample)" > 24660 "Greensboro-High Point, NC" > 24780 "Greenville, NC" > 24860 "Greenville, SC (Laurens and Pickens Counties not in sample)" > 25060 "Gulfport-Biloxi, MS" > 25180 "Hagerstown-Martinsburg, MD-WV (Berkeley County, WV not" > 25420 "Harrisburg-Carlisle, PA" > 25500 "Harrisonburg, VA" > 25860 "Hickory-Morgantown-Lenoir, NC (Caldwell County not in sample)" > 25980 "Hinesville-Fort Stewart, GA" > 26100 "Holland-Grand Haven, MI" > 26180 "Honolulu, HI" > 26380 "Houma-Bayou Cane-Thibodaux, LA" > 26420 "Houston-Baytown-Sugar Land, TX" > 26580 "Huntington-Ashland, WV-KY-OH (Kentucky and Ohio portions not" > 26620 "Huntsville, AL" > 26900 "Indianapolis, IN" > 26980 "Iowa City, IA (Washington County not in sample)" > 27100 "Jackson, MI" > 27140 "Jackson, MS" > 27260 "Jacksonville, FL" > 27340 "Jacksonville, NC" > 27500 "Janesville, WI" > 27740 "Johnson City, TN" > 27780 "Johnstown, PA" > 27900 "Joplin, MO" > 28020 "Kalamazoo-Portage, MI" > 28100 "Kankakee-Bradley, IL" > 28140 "Kansas City, MO-KS (Franklin, KS; Leavenworth, KS; Linn, KS;" > 28660 "Killeen-Temple-Fort Hood, TX" > 28700 "Kingsport-Bristol, TN-VA (Virginia portion not identified)" > 28740 "Kingston, NY" > 28940 "Knoxville, TN (Anderson County not in sample)" > 29100 "La Crosse, WI (Houston County not in sample)" > 29180 "Lafayette, LA" > 29340 "Lake Charles, LA (Cameron Parish not in sample)" > 29460 "Lakeland-Winter Haven, FL" > 29540 "Lancaster, PA" > 29620 "Lansing-East Lansing, MI" > 29700 "Laredo, TX" > 29740 "Las Cruses, NM" > 29820 "Las Vegas-Paradise, NM" > 29940 "Lawrence, KS" > 30020 "Lawton, OK" > 30460 "Lexington-Fayette, KY" > 30700 "Lincoln, NE" > 30780 "Little Rock-North Little Rock, AR (Perry County not in sample)" > 30980 "Longview, TX (Rusk and Upshur Counties not in sample)" > 31100 "Los Angeles-Long Beach-Santa Ana, CA" > 31140 "Louisville, KY-IN (Washington, IN; Henry, KY; Nelson, KY;" > 31180 "Lubbock, TX (Crosby County not in sample)" > 31340 "Lynchburg, VA (Appomattox and Bedford Counties and Bedford" > 31420 "Macon,, GA (Crawford, Monroe, and Twiggs Counties not in" > 31460 "Madera, CA" > 31540 "Madison, WI" > 32580 "McAllen-Edinburg-Pharr, TX" > 32780 "Medford, OR" > 32820 "Memphis, TN-MS-AR (Arkansas portion not identified and Tunica" > 32900 "Merced, CA" > 33100 "Miami-Fort Lauderdale-Miami Beach, FL" > 33140 "Michigan City-La Porte, IN" > 33260 "Midland, TX" > 33340 "Milwaukee-Waukesha-West Allis, WI" > 33460 "Minneapolis-St Paul-Bloomington, MN-WI (Wisconsin portion not" > 33660 "Mobile, AL" > 33700 "Modesto, CA" > 33740 "Monroe, LA" > 33780 "Monroe, MI" > 33860 "Montgomery, AL" > 34740 "Muskegon-Norton Shores, MI" > 34820 "Myrtle Beach-Conway-North Myrtle Beach, SC" > 34900 "Napa, CA" > 34940 "Naples-Marco Island, FL" > 34980 "Nashville-Davidson-Murfreesboro, TN (Cannon, Hickman and Macon" > 35380 "New Orleans-Metairie-Kenner, LA" > 35620 "New York-Northern New Jersey-Long Island, NY-NJ-PA" > 35660 "Niles-Benton Harbor, MI" > 36100 "Ocala, FL" > 36140 "Ocean City, NJ" > 36260 "Ogden-Clearfield, UT" > 36420 "Oklahoma City, OK" > 36500 "Olympia, WA" > 36540 "Omaha-Council Bluffs, NE-IA" > 36740 "Orlando, FL" > 36780 "Oshkosh-Neenah, WI" > 37100 "Oxnard-Thousand Oaks-Ventura, CA" > 37340 "Palm Bay-Melbourne-Titusville, FL" > 37460 "Panama City-Lynn Haven, FL" > 37860 "Pensacola-Ferry Pass-Brent, FL" > 37900 "Peoria, IL" > 37980 "Philadelphia-Camden-Wilmington, PA-NJ-DE" > 38060 "Phoenix-Mesa-Scottsdale, AZ" > 38300 "Pittsburgh, PA" > 38900 "Portland-Vancouver-Beaverton, OR-WA (Yamhill County, OR not in" > 38940 "Port St. Lucie-Fort Pierce, FL" > 39100 "Poughkeepsie-Newburgh-Middletown, NY" > 39140 "Prescott, AZ" > 39340 "Provo-Orem, UT (Juab County not in sample)" > 39380 "Pueblo, CO" > 39460 "Punta Gorda, FL" > 39540 "Racine, WI" > 39580 "Raleigh-Cary, NC" > 39740 "Reading, PA" > 39900 "Reno-Sparks, NV" > 40060 "Richmond, VA (Cumberland County not in sample)" > 40140 "Riverside-San Bernardino, CA" > 40220 "Roanoke, VA (Craig and Franklin Counties not in sample)" > 40380 "Rochester, NY" > 40420 "Rockford, IL" > 40900 "Sacramento--Arden-Arcade-Roseville, CA" > 40980 "Saginaw-Saginaw Township North, MI" > 41060 "St. Cloud, MN" > 41180 "St. Louis, MO-IL (Calhoun County, IL not in sample)" > 41420 "Salem, OR" > 41500 "Salinas, CA" > 41540 "Salisbury, MD" > 41620 "Salt Lake City, UT (Toole County not in sample)" > 41700 "San Antonio, TX" > 41740 "San Diego-Carlsbad-San Marcos, CA" > 41860 "San Francisco-Oakland-Fremont, CA" > 41940 "San Jose-Sunnyvale-Santa Clara, CA" > 42020 "San Luis Obispo-Paso Robles, CA" > 42060 "Santa Barbara-Santa Maria-Goleta, CA" > 42100 "Santa-Cruz-Watsonville, CA" > 42140 "Santa Fe, NM" > 42220 "Santa Rosa-Petaluma, CA" > 42260 "Sarasota-Bradenton-Venice, CA" > 42340 "Savannah, GA" > 42540 "Scranton-Wilkes Barre, PA" > 42660 "Seattle-Tacoma-Bellevue, WA" > 43340 "Shreveport-Bossier City, LA (De Soto Parish not in sample)" > 43620 "Sioux Falls, SD" > 43780 "South Bend-Mishawaka, IN-MI (Michigan portion not identified)" > 43900 "Spartanburg, SC" > 44060 "Spokane, WA" > 44100 "Springfield, IL" > 44180 "Springfield, MO (Dallas and Polk Counties not in sample)" > 44220 "Springfield, OH" > 44700 "Stockton, CA" > 45060 "Syracuse, NY" > 45220 "Tallahassee, FL" > 45300 "Tampa-St. Petersburg-Clearwater, FL" > 45780 "Toledo, OH (Ottawa County not in sample)" > 45820 "Topeka, KS (Jackson and Jefferson Counties not in sample)" > 45940 "Trenton-Ewing, NJ" > 46060 "Tucson, AZ" > 46140 "Tulsa, OK (Okmulgee County not in sample)" > 46220 "Tuscaloosa, AL (Greene and Hale Counties not in sample)" > 46540 "Utica-Rome, NY" > 46660 "Valdosta, GA (Lanier County not in sample)" > 46700 "Vallejo-Fairfield, CA" > 46940 "Vero Beach, FL" > 47020 "Victoria, TX" > 47220 "Vineland-Millville-Bridgeton, NJ" > 47260 "Virginia Beach-Norfolk-Newport News, VA-NC (North Carolina" > 47300 "Visalia-Porterville, CA" > 47380 "Waco, TX" > 47580 "Warner Robins, GA" > 47900 "Washington-Arlington-Alexandria, DC-VA-MD-WV (West Virginia" > 47940 "Waterloo-Cedar Falls, IA (Grundy County not in sample)" > 48140 "Wausau, WI" > 48260 "Weirton-Steubenville, WV-OH" > 48620 "Wichita, KS" > 48540 "Wheeling, WV-OH" > 48900 "Wilmington, NC" > 49180 "Winston-Salem, NC" > 49420 "Yakima, WA" > 49620 "York-Hanover, PA" > 49660 "Youngstown-Warren-Boardman, OH" > 49700 "Yuba City, CA" > 49740 "Yuma, AZ" > 70750 "Bangor, ME" > 70900 "Barnstable Town, MA" > 71650 "Boston-Cambridge-Quincy, MA-NH" > 71950 "Bridgeport-Stamford-Norwalk, CT" > 72400 "Burlington-South Burlington, VT" > 72850 "Danbury, CT" > 73450 "Hartford-West Hartford-East Hartford, CT" > 74500 "Leominster-Fitchburg-Gardner, MA" > 74950 "Manchester, NH" > 75550 "New Bedford, MA" > 75700 "New Haven, CT" > 76450 "Norwich-New London, CT-RI (RI portion recoded to Providence" > 76750 "Portland-South Portland, ME" > 77200 "Providence-Fall River-Warwick, MA-RI" > 77350 "Rochester-Dover, NH-ME (Maine portion not identified)" > 78100 "Springfield, MA-CT (Connecticut portion not identified)" > 78700 "Waterbury, CT" > 79600 "Worcester, MA-CT (Connecticut portion not identified)" > ; . * cmsacode: 1994-; . label values cmsacode P8L; . label define P8L > 0 "Not Identified or NonMetropolitan" > 7 "Boston-Worcester-Lawrence, MA-NH-ME-CT" > 14 "Chicago-Gary-Kenosha, IL-IN-WI" > 21 "Cincinnati-Hamilton, OH-KY-IN" > 28 "Cleveland-Akron, OH" > 31 "Dallas-Fort Worth, TX" > 34 "Denver-Boulder-Greeley, CO" > 35 "Detroit-Ann Arbor-Flint, MI" > 42 "Houston-Galveston-Brazoria, TX" > 49 "Los Angeles-Riverside-Orange County, CA" > 56 "Miami-Fort Lauderdale, FL" > 63 "Milwaukee-Racine, WI" > 70 "New York-Northern New Jersey-Long Island, NY-NJ-CT-PA" > 77 "Philadelphia-Wilmington-Atlantic City, PA-NJ-DE-MD" > 79 "Portland-Salem, OR-WA" > 82 "Sacramento-Yolo, CA" > 84 "San Francisco-Oakland-San Jose, CA" > 91 "Seattle-Tacoma-Bremerton, WA" > 97 "Washington-Baltimore, DC-MD-VA-WV" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 2003-; . label values race P10L; . label define P10L > 1 "White Only" > 2 "Black Only" > 3 "American Indian, Alaskan Native Only" > 4 "Asian Only" > 5 "Hawaiian/Pacific Islander Only" > 6 "White-Black" > 7 "White-AI" > 8 "White-Asian" > 9 "White-Hawaiian" > 10 "Black-AI" > 11 "Black-Asian" > 12 "Black-HP" > 13 "AI-Asian" > 14 "Asian-HP" > 15 "W-B-AI" > 16 "W-B-A" > 17 "W-AI-A" > 18 "W-A-HP" > 19 "W-B-AI-A" > 20 "2 or 3 Races" > 21 "4 or 5 Races" > ; . * ethnic: 2003-; . label values ethnic P11L; . label define P11L > 1 "Mexican" > 2 "Puerto Rican" > 3 "Cuban" > 4 "Central/South American" > 5 "Other Spanish" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > -1 "Not a parent" > 0 "No children < 18 years old" > 1 "All children 0-2 years old" > 2 "All children 3-5 years old" > 3 "All children 6-13 years old" > 4 "All children 14-17 years old" > 5 "All children 0-5 years old" > 6 "Children 0-2 & 6-13 (no 3-5 or 14+)" > 7 "Children 0-2 & 14-17 (no 3-13)" > 8 "Children 3-5 & 6-13 (no 0-2 or 14+)" > 9 "Children 3-5 & 14-17 (no 0-2 or 6-13)" > 10 "Children 6-17 (no 0-5)" > 11 "Children 0-13 (no 14-17)" > 12 "Children 0-5 & 14-17 (no 6-13)" > 13 "Children 0-2 & 6-17 (no 3-5)" > 14 "Children 3-17 (no 0-2)" > 15 "Children from all age groups" > ; . * ch02: 1989-1993, 1999:11-; . label values ch02 ch02; . label define ch02 > 1 "Yes" > 0 "No" > ; . * ch35: 1989-1993, 1999:11-; . label values ch35 ch35; . label define ch35 > 1 "Yes" > 0 "No" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1988 differs from pfamrel 1993-; . * pfamrel: 1993-; . label values pfamrel P47L; . label define P47L > 0 "Not A Family Member" > 1 "Reference Person" > 2 "Spouse" > 3 "Child" > 4 "Other Relative (primary Family" > ; . * veteran: 1979-; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relref95: 1995:3-; . label values relref95 P15L; . label define P15L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Spouse" > 4 "Child" > 5 "Grandchild" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Foster child" > 10 "Non-rel of ref. per w/own rels in HH" > 11 "Not used" > 12 "Non-rel of ref per w/no own rels in HH" > 13 "Unmarried partner w/ own rels in HH" > 14 "Unmar. partner w/ no own rels in HH" > 15 "Housemate/roommate w/ own rels in HH" > 16 "Hsemate/roommate w/ no own rels in HH" > 17 "Roomer/boarder w/ own rels in HH in HH" > 18 "Roomer/brder w/ no own rels in HH" > ; . * penatvty: 1994-2006; . label values penatvty native; . label define native > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 72 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 102 "Austria" > 103 "Belgium" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "Great Britain" > 139 "England" > 140 "Scotland" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Europe" > 155 "Czech Republic" > 156 "Slovakia/Slovak Republic" > 180 "USSR" > 183 "Latvia" > 184 "Lithuania" > 185 "Armenia" > 192 "Russia" > 195 "Ukraine" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Burma" > 206 "Cambodia" > 207 "China" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea/South Korea" > 218 "Korea/ South Korea" > 221 "Laos" > 222 "Lebanon" > 224 "Malaysia" > 229 "Pakistan" > 231 "Philippines" > 233 "Saudi Arabia" > 234 "Singapore" > 237 "Syria" > 238 "Taiwan" > 239 "Thailand" > 240 "Turkey" > 242 "Vietnam" > 245 "Asia" > 252 "Middle East" > 253 "Palestine" > 300 "Bermuda" > 301 "Canada" > 304 "North America" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Mexico" > 316 "Nicaragua" > 317 "Panama" > 318 "Central America" > 333 "Bahamas" > 334 "Barbados" > 337 "Cuba" > 338 "Dominica" > 339 "Dominican Republic" > 340 "Grenada" > 342 "Haiti" > 343 "Jamaica" > 351 "Trinidad & Tobago" > 353 "Caribbean" > 375 "Argentina" > 376 "Bolivia" > 377 "Brazil" > 378 "Chile" > 379 "Colombia" > 380 "Ecuador" > 383 "Guyana" > 385 "Peru" > 387 "Uruguay" > 388 "Venezuela" > 389 "South America" > 415 "Egypt" > 417 "Ethiopia" > 421 "Ghana" > 427 "Kenya" > 436 "Morocco" > 440 "Nigeria" > 449 "South Africa" > 462 "Other Africa" > 468 "North Africa" > 501 "Australia" > 507 "Fiji" > 514 "New Zealand" > 527 "Pacific Islands" > 555 "Other" > ; . * pemntvty: 1994-2006; . label values pemntvty native; . * pefntvty: 1994-2006; . label values pefntvty native; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1993" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2004" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ00: 2000-2010; . label values occ00 occ00l ; . label define occ00l > 10 "Chief executives (11-1011)" > 20 "General and operations managers (11-1021)" > 40 "Advertising and promotions managers (11-2011)" > 50 "Marketing and sales managers (11-2020)" > 60 "Public relations managers (11-2031)" > 100 "Administrative services managers (11-3011)" > 110 "Computer and information systems managers (11-3021)" > 120 "Financial managers (11-3031)" > 130 "Human resources managers (11-3040)" > 140 "Industrial production managers (11-3051)" > 150 "Purchasing managers (11-3061)" > 160 "Transportation, storage, and distribution managers (11-3071)" > 200 "Farm, ranch, and other agricultural managers (11-9011)" > 210 "Farmers and ranchers (11-9012)" > 220 "Construction managers (11-9021)" > 230 "Education administrators (11-9030)" > 300 "Engineering managers (11-9041)" > 310 "Food service managers (11-9051)" > 320 "Funeral directors (11-9061)" > 330 "Gaming managers (11-9071)" > 340 "Lodging managers (11-9081)" > 350 "Medical and health services managers (11-9111)" > 360 "Natural sciences managers (11-9121)" > 410 "Property, real estate, and community association managers (11-9141)" > 420 "Social and community service managers (11-9151)" > 430 "Managers, all other (11-9199)" > 500 "Agents and business managers of artists, performers, and athletes (13-1011)" > 510 "Purchasing agents and buyers, farm products (13-1021)" > 520 "Wholesale and retail buyers, except farm products (13-1022)" > 530 "Purchasing agents, except wholesale, retail, and farm products (13-1023)" > 540 "Claims adjusters, appraisers, examiners, and investigators (13-1030)" > 560 "Compliance officers, except agriculture, construction, health and safety, and transporta > tion (13-1041)" > 600 "Cost estimators (13-1051)" > 620 "Human resources, training, and labor relations specialists (13-1070)" > 700 "Logisticians (13-1081)" > 710 "Management analysts (13-1111)" > 720 "Meeting and convention planners (13-1121)" > 730 "Other business operations specialists (13-11XX)" > 800 "Accountants and auditors (13-2011)" > 810 "Appraisers and assessors of real estate (13-2021)" > 820 "Budget analysts (13-2031)" > 830 "Credit analysts (13-2041)" > 840 "Financial analysts (13-2051)" > 850 "Personal financial advisors (13-2052)" > 860 "Insurance underwriters (13-2053)" > 900 "Financial examiners (13-2061)" > 910 "Loan counselors and officers (13-2070)" > 930 "Tax examiners, collectors, and revenue agents (13-2081)" > 940 "Tax prepares (13-2082)" > 950 "Financial specialists, all other (13-2099)" > 1000 "Computer scientists and systems analysts (15-10XX)" > 1010 "Computer programmers (15-1021)" > 1020 "Computer software engineers (15-1030)" > 1040 "Computer support specialists (15-1041)" > 1060 "Database administrators (15-1061)" > 1100 "Network and computer systems administrators (15-1071)" > 1110 "Network systems and data communications analysts (15-1081)" > 1200 "Actuaries (15-2011)" > 1210 "Mathematicians (15-2021)" > 1220 "Operations research analysts (15-2031)" > 1230 "Statisticians (15-2041)" > 1240 "Miscellaneous mathematical science occupations (15-2090)" > 1300 "Architects, except naval (17-1010)" > 1310 "Surveyors, cartographers, and photogrammetrists (17-1020)" > 1320 "Aerospace engineers (17-2011)" > 1330 "Agricultural engineers (17-2021)" > 1340 "Biomedical engineers (17-2031)" > 1350 "Chemical engineers (17-2041)" > 1360 "Civil engineers (17-2051)" > 1400 "Computer hardware engineers (17-2061)" > 1410 "Electrical and electronic engineers (17-2070)" > 1420 "Environmental engineers (17-2081)" > 1430 "Industrial engineers, including health and safety (17-2110)" > 1440 "Marine engineers and naval architects (17-2121)" > 1450 "Materials engineers (17-2131)" > 1460 "Mechanical engineers (17-2141)" > 1500 "Mining and geological engineers, including mining safety engineers (17-2151)" > 1510 "Nuclear engineers (17-2161)" > 1520 "Petroleum engineers (17-2171)" > 1530 "Engineers, all other (17-2199)" > 1540 "Drafters (17-3010)" > 1550 "Engineering technicians, except drafters (17-3020)" > 1560 "Surveying and mapping technicians (17-3031)" > 1600 "Agricultural and food scientists (19-1010)" > 1610 "Biological scientists (19-1020)" > 1640 "Conservation scientists and foresters (19-1030)" > 1650 "Medical scientists (19-1040)" > 1700 "Astronomers and physicists (19-2010)" > 1710 "Atmospheric and space scientists (19-2021)" > 1720 "Chemists and materials scientists (19-2030)" > 1740 "Environmental scientists and geoscientists (19-2040)" > 1760 "Physical scientists, all other (19-2099)" > 1800 "Economists (19-3011)" > 1810 "Market and survey researchers (19-3020)" > 1820 "Psychologists (19-3030)" > 1830 "Sociologists (19-3041)" > 1840 "Urban and regional planners (19-3051)" > 1860 "Miscellaneous social scientists and related workers (19-3090)" > 1900 "Agricultural and food science technicians (19-4011)" > 1910 "Biological technicians (19-4021)" > 1920 "Chemical technicians (19-4031)" > 1930 "Geological and petroleum technicians (19-4041)" > 1940 "Nuclear technicians (19-4051)" > 1960 "Other life, physical, and social science technicians (19-40XX)" > 2000 "Counselors (21-1010)" > 2010 "Social workers (21-1020)" > 2020 "Miscellaneous community and social service specialists (21-1090)" > 2040 "Clergy (21-2011)" > 2050 "Directors, religious activities and education (21-2021)" > 2060 "Religious workers, all other (21-2099)" > 2100 "Lawyers, Judges, magistrates, and other judicial workers (23-1011)" > 2140 "Paralegals and legal assistants (23-2011)" > 2150 "Miscellaneous legal support workers (23-2090)" > 2200 "Postsecondary teachers (25-1000)" > 2300 "Preschool and kindergarten teachers (25-2010)" > 2310 "Elementary and middle school teachers (25-2020)" > 2320 "Secondary school teachers (25-2030)" > 2330 "Special education teachers (25-2040)" > 2340 "Other teachers and instructors (25-3000)" > 2400 "Archivists, curators, and museum technicians (25-4010)" > 2430 "Librarians (25-4021)" > 2440 "Library technicians (25-4031)" > 2540 "Teacher assistants (25-9041)" > 2550 "Other education, training, and library workers (25-90XX)" > 2600 "Artists and related workers (27-1010)" > 2630 "Designers (27-1020)" > 2700 "Actors (27-2011)" > 2710 "Producers and directors (27-2012)" > 2720 "Athletes, coaches, umpires, and related workers (27-2020)" > 2740 "Dancers and choreographers (27-2030)" > 2750 "Musicians, singers, and related workers (27-2040)" > 2760 "Entertainers and performers, sports and related workers, all other (27-2099)" > 2800 "Announcers (27-3010)" > 2810 "News analysts, reporters and correspondents (27-3020)" > 2820 "Public relations specialists (27-3031)" > 2830 "Editors (27-3041)" > 2840 "Technical writers (27-3042)" > 2850 "Writers and authors (27-3043)" > 2860 "Miscellaneous media and communication workers (27-3090)" > 2900 "Broadcast and sound engineering technicians and radio operators (27-4010)" > 2910 "Photographers (27-4021)" > 2920 "Television, video, and motion picture camera operators and editors (27-4030)" > 2960 "Media and communication equipment workers, all other (27-4099)" > 3000 "Chiropractors (29-1011)" > 3010 "Dentists (29-1020)" > 3030 "Dietitians and nutritionists (29-1031)" > 3040 "Optometrists (29-1041)" > 3050 "Pharmacists (29-1051)" > 3060 "Physicians and surgeons (29-1060)" > 3110 "Physician assistants (29-1071)" > 3120 "Podiatrists (29-1081)" > 3130 "Registered nurses (29-1111)" > 3140 "Audiologists (29-1121)" > 3150 "Occupational therapists (29-1122)" > 3160 "Physical therapists (29-1123)" > 3200 "Radiation therapists (29-1124)" > 3210 "Recreational therapists (29-1125)" > 3220 "Respiratory therapists (29-1126)" > 3230 "Speech-language pathologists (29-1127)" > 3240 "Therapists, all other (29-1129)" > 3250 "Veterinarians (29-1131)" > 3260 "Health diagnosing and treating practitioners, all other (29-1199)" > 3300 "Clinical laboratory technologists and technicians (29-2010)" > 3310 "Dental hygienists (29-2021)" > 3320 "Diagnostic related technologists and technicians (29-2030)" > 3400 "Emergency medical technicians and paramedics (29-2041)" > 3410 "Health diagnosing and treating practitioner support technicians (29-2050)" > 3500 "Licensed practical and licensed vocational nurses (29-2061)" > 3510 "Medical records and health information technicians (29-2071)" > 3520 "Opticians, dispensing (29-2081)" > 3530 "Miscellaneous health technologists and technicians (29-2090)" > 3540 "Other healthcare practitioners and technical occupations (29-9000)" > 3600 "Nursing, psychiatric, and home health aides (31-1010)" > 3610 "Occupational therapist assistants and aides (31-2010)" > 3620 "Physical therapist assistants and aides (31-2020)" > 3630 "Massage therapists (31-9011)" > 3640 "Dental assistants (31-9091)" > 3650 "Medical assistants and other healthcare support occupations (31-909X)" > 3700 "First-line supervisors/managers of correctional officers (33-1011)" > 3710 "First-line supervisors/managers of police and detectives (33-1012)" > 3720 "First-line supervisors/managers of fire fighting and prevention workers (33-1021)" > 3730 "Supervisors, protective service workers, all other (33-1099)" > 3740 "Fire fighters (33-2011)" > 3750 "Fire inspectors (33-2020)" > 3800 "Bailiffs, correctional officers, and jailers (33-3010)" > 3820 "Detectives and criminal investigators (33-3021)" > 3830 "Fish and game wardens (33-3031)" > 3840 "Parking enforcement workers (33-3041)" > 3850 "Police and sheriff's patrol officers (33-3051)" > 3860 "Transit and railroad police (33-3052)" > 3900 "Animal control workers (33-9011)" > 3910 "Private detectives and investigators (33-9021)" > 3920 "Security guards and gaming surveillance officers (33-9030)" > 3940 "Crossing guards (33-9091)" > 3950 "Lifeguards and other protective service workers (33-909X)" > 4000 "Chefs and head cooks (35-1011)" > 4010 "First-line supervisors/managers of food preparation and serving workers (35-1012)" > 4020 "Cooks (35-2010)" > 4030 "Food preparation workers (35-2021)" > 4040 "Bartenders (35-3011)" > 4050 "Combined food preparation and serving workers, including fast food (35-3021)" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop (35-3022)" > 4110 "Waiters and waitresses (35-3031)" > 4120 "Food servers, nonrestaurant (35-3041)" > 4130 "Dining room and cafeteria attendants and bartender helpers (35-9011)" > 4140 "Dishwashers (35-9021)" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop (35-9031)" > 4160 "Food preparation and serving related workers, all other (35-9099)" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers (37-1011)" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > (37-1012)" > 4220 "Janitors and building cleaners (31-201X)" > 4230 "Maids and housekeeping cleaners (37-2012)" > 4240 "Pest control workers (37-2021)" > 4250 "Grounds maintenance workers (37-3010)" > 4300 "First-line supervisors/managers of gaming workers (39-1010)" > 4320 "First-line supervisors/managers of personal service workers (39-1021)" > 4340 "Animal trainers (39-2011)" > 4350 "Nonfarm animal caretakers (39-2021)" > 4400 "Gaming services workers (39-3010)" > 4410 "Motion picture projectionists (39-3021)" > 4420 "Ushers, lobby attendants, and ticket takers (39-3031)" > 4430 "Miscellaneous entertainment attendants and related workers (39-3090)" > 4460 "Funeral service workers (39-4000)" > 4500 "Barbers (39-5011)" > 4510 "Hairdressers, hairstylists, and cosmetologists (39-5012)" > 4520 "Miscellaneous personal appearance workers (39-5090)" > 4530 "Baggage porters, bellhops, and concierges (39-6010)" > 4540 "Tour and travel guides (39-6020)" > 4550 "Transportation attendants (39-6030)" > 4600 "Child care workers (39-9011)" > 4610 "Personal and home care aides (39-9021)" > 4620 "Recreation and fitness workers (39-9030)" > 4640 "Residential advisors (39-9041)" > 4650 "Personal care and service workers, all other (39-9099)" > 4700 "First-line supervisors/managers of retail sales workers (41-1011)" > 4710 "First-line supervisors/managers of non-retail sales workers (41-1012)" > 4720 "Cashiers (41-2010)" > 4740 "Counter and rental clerks (41-2021)" > 4750 "Parts salespersons (41-2022)" > 4760 "Retail salespersons (41-2031)" > 4800 "Advertising sales agents (41-3011)" > 4810 "Insurance sales agents (41-3021)" > 4820 "Securities, commodities, and financial services sales agents (41-3031)" > 4830 "Travel agents (41-3041)" > 4840 "Sales representatives, services, all other (41-3099)" > 4850 "Sales representatives, wholesale and manufacturing (41-4010)" > 4900 "Models, demonstrators, and product promoters (41-9010)" > 4920 "Real estate brokers and sales agents (41-9020)" > 4930 "Sales engineers (41-9031)" > 4940 "Telemarketers (41-9041)" > 4950 "Door-to-door sales workers, news and street vendors, and related workers (41-9091)" > 4960 "Sales and related workers, all other (41-9099)" > 5000 "First-line supervisors/managers of office and administrative support workers (43-1011)" > 5010 "Switchboard operators, including answering service (43-2011)" > 5020 "Telephone operators (43-2021)" > 5030 "Communications equipment operators, all other (43-2099)" > 5100 "Bill and account collectors (43-3011)" > 5110 "Billing and posting clerks and machine operators (43-3021)" > 5120 "Bookkeeping, accounting, and auditing clerks (43-3031)" > 5130 "Gaming cage workers (43-3041)" > 5140 "Payroll and timekeeping clerks (43-3051)" > 5150 "Procurement clerks (43-3061)" > 5160 "Tellers (43-3071)" > 5200 "Brokerage clerks (43-4011)" > 5210 "Correspondence clerks (43-4021)" > 5220 "Court, municipal, and license clerks (43-4031)" > 5230 "Credit authorizers, checkers, and clerks (43-4041)" > 5240 "Customer service representatives (43-4051)" > 5250 "Eligibility interviewers, government programs (43-4061)" > 5260 "File Clerks (43-4071)" > 5300 "Hotel, motel, and resort desk clerks (43-4081)" > 5310 "Interviewers, except eligibility and loan (43-4111)" > 5320 "Library assistants, clerical (43-4121)" > 5330 "Loan interviewers and clerks (43-4131)" > 5340 "New accounts clerks (43-4141)" > 5350 "Order clerks (43-4151)" > 5360 "Human resources assistants, except payroll and timekeeping (43-4161)" > 5400 "Receptionists and information clerks (43-4171)" > 5410 "Reservation and transportation ticket agents and travel clerks (43-4181)" > 5420 "Information and record clerks, all other (43-4199)" > 5500 "Cargo and freight agents (43-5011)" > 5510 "Couriers and messengers (43-5021)" > 5520 "Dispatchers (43-5030)" > 5530 "Meter readers, utilities (43-5041)" > 5540 "Postal service clerks (43-5051)" > 5550 "Postal service mail carriers (43-5052)" > 5560 "Postal service mail sorters, processors, and processing machine operators (43-5053)" > 5600 "Production, planning, and expediting clerks (43-5061)" > 5610 "Shipping, receiving, and traffic clerks (43-5071)" > 5620 "Stock clerks and order fillers (43-5081)" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping (43-5111)" > 5700 "Secretaries and administrative assistants (43-6010)" > 5800 "Computer operators (43-9011)" > 5810 "Data entry keyers (43-9021)" > 5820 "Word processors and typists (43-9022)" > 5830 "Desktop publishers (43-9031)" > 5840 "Insurance claims and policy processing clerks (43-9041)" > 5850 "Mail clerks and mail machine operators, except postal service (43-9051)" > 5860 "Office clerks, general (43-9061)" > 5900 "Office machine operators, except computer (43-9071)" > 5910 "Proofreaders and copy markers (43-9081)" > 5920 "Statistical assistants (43-9111)" > 5930 "Office and administrative support workers, all other (43-9199)" > 6000 "First-line supervisors/managers of farming, fishing, and forestry workers (45-1010)" > 6010 "Agricultural inspectors (45-2011)" > 6020 "Animal breeders (45-2021)" > 6040 "Graders and sorters, agricultural products (45-2041)" > 6050 "Miscellaneous agricultural workers (45-2090)" > 6100 "Fishers and related fishing workers (45-3011)" > 6110 "Hunters and trappers (45-3021)" > 6120 "Forest and conservation workers (45-4011)" > 6130 "Logging workers (45-4020)" > 6200 "First-line supervisors/managers of construction trades and extraction workers (47-1011)" > 6210 "Boilermakers (47-2011)" > 6220 "Brickmasons, blockmasons, and stonemasons (47-2020)" > 6230 "Carpenters (47-2031)" > 6240 "Carpet, floor, and tile installers and finishers (47-2040)" > 6250 "Cement masons, concrete finishers, and terrazzo workers (47-2050)" > 6260 "Construction laborers (47-2061)" > 6300 "Paving, surfacing, and tamping equipment operators (47-2071)" > 6310 "Pile-driver operators (47-2072)" > 6320 "Operating engineers and other construction equipment operators (47-2073)" > 6330 "Drywall installers, ceiling tile installers, and tapers (47-2080)" > 6350 "Electricians (47-2111)" > 6360 "Glaziers (47-2121)" > 6400 "Insulation workers (47-2130)" > 6420 "Painters, construction and maintenance (47-2141)" > 6430 "Paperhangers (47-2142)" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters (47-2150)" > 6460 "Plasterers and stucco masons (47-2161)" > 6500 "Reinforcing iron and rebar workers (47-2171)" > 6510 "Roofers (47-2181)" > 6520 "Sheet metal workers (47-2211)" > 6530 "Structural iron and steel workers (47-2221)" > 6600 "Helpers, construction trades (47-3010)" > 6660 "Construction and building inspectors (47-4011)" > 6700 "Elevator installers and repairers (47-4021)" > 6710 "Fence erectors (47-4031)" > 6720 "Hazardous materials removal workers (47-4041)" > 6730 "Highway maintenance workers (47-4051)" > 6740 "Rail-track laying and maintenance equipment operators (47-4061)" > 6750 "Septic tank servicers and sewer pipe cleaners (47-4071)" > 6760 "Miscellaneous construction and related workers (47-4090)" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining (47-5010)" > 6820 "Earth drillers, except oil and gas (47-5021)" > 6830 "Explosives workers, ordnance handling experts, and blasters (47-5031)" > 6840 "Mining machine operators (47-5040)" > 6910 "Roof bolters, mining (47-5061)" > 6920 "Roustabouts, oil and gas (47-5071)" > 6930 "Helpers--extraction workers (47-5081)" > 6940 "Other extraction workers (47-50XX)" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers (49-1011)" > 7010 "Computer, automated teller, and office machine repairers (49-2011)" > 7020 "Radio and telecommunications equipment installers and repairers (49-2020)" > 7030 "Avionics technicians (49-2091)" > 7040 "Electric motor, power tool, and related repairers (49-2092)" > 7050 "Electrical and electronics installers and repairers, transportation equipment (49-2093)" > 7100 "Electrical and electronics repairers, industrial and utility (49-209X)" > 7110 "Electronic equipment installers and repairers, motor vehicles (49-2096)" > 7120 "Electronic home entertainment equipment installers and repairers (49-2097)" > 7130 "Security and fire alarm systems installers (49-2098)" > 7140 "Aircraft mechanics and service technicians (49-3011)" > 7150 "Automotive body and related repairers (49-3021)" > 7160 "Automotive glass installers and repairers (49-3022)" > 7200 "Automotive service technicians and mechanics (49-3023)" > 7210 "Bus and truck mechanics and diesel engine specialists (49-3031)" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics (49-3040)" > 7240 "Small engine mechanics (49-3050)" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers (49-3090 > )" > 7300 "Control and valve installers and repairers (49-9010)" > 7310 "Heating, air conditioning, and refrigeration mechanics and installers (49-9021)" > 7320 "Home appliance repairers (49-9031)" > 7330 "Industrial and refractory machinery mechanics (49-904X)" > 7340 "Maintenance and repair workers, general (49-9042)" > 7350 "Maintenance workers, machinery (49-9043)" > 7360 "Millwrights (49-9044)" > 7410 "Electrical power-line installers and repairers (49-9051)" > 7420 "Telecommunications line installers and repairers (49-9052)" > 7430 "Precision instrument and equipment repairers (49-9060)" > 7510 "Coin, vending, and amusement machine servicers and repairers (49-9091)" > 7520 "Commercial divers (49-9092)" > 7540 "Locksmiths and safe repairers (49-9094)" > 7550 "Manufactured building and mobile home installers (49-9095)" > 7560 "Riggers (49-9096)" > 7600 "Signal and track switch repairers (49-9097)" > 7610 "Helpers--installation, maintenance, and repair workers (49-9098)" > 7620 "Other installation, maintenance, and repair workers (49-909X)" > 7700 "First-line supervisors/managers of production and operating workers (51-1011)" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers (51-2011)" > 7720 "Electrical, electronics, and electromechanical assemblers (51-2020)" > 7730 "Engine and other machine assemblers (51-2031)" > 7740 "Structural metal fabricators and fitters (51-2041)" > 7750 "Miscellaneous assemblers and fabricators (51-2090)" > 7800 "Bakers (51-3011)" > 7810 "Butchers and other meat, poultry, and fish processing workers (51-3020)" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders (51-3091)" > 7840 "Food batchmakers (51-3092)" > 7850 "Food cooking machine operators and tenders (51-3093)" > 7900 "Computer control programmers and operators (51-4010)" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic (51-402 > 1)" > 7930 "Forging machine setters, operators, and tenders, metal and plastic (51-4022)" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic (51-4023)" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > (51-4031)" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic (51 > -4032)" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic (51-4033)" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic (51-40 > 34)" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic (51-4035) > " > 8030 "Machinists (51-4041)" > 8040 "Metal furnace and kiln operators and tenders (51-4050)" > 8060 "Model makers and patternmakers, metal and plastic (51-4060)" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic (51-4070) > " > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic (51-4081)" > 8130 "Tool and die makers (51-4111)" > 8140 "Welding, soldering, and brazing workers (51-4120)" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic (51-4191)" > 8160 "Lay-out workers, metal and plastic (51-4192)" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic (51-4193) > " > 8210 "Tool grinders, filers, and sharpeners (51-4194)" > 8220 "Metalworkers and plastic workers, all other (51-4199)" > 8230 "Bookbinders and bindery workers (51-5010)" > 8240 "Job printers (51-5021)" > 8250 "Prepress technicians and workers (51-5022)" > 8260 "Printing machine operators (51-5023)" > 8300 "Laundry and dry-cleaning workers (51-6011)" > 8310 "Pressers, textile, garment, and related materials (51-6021)" > 8320 "Sewing machine operators (51-6031)" > 8330 "Shoe and leather workers and repairers (51-6041)" > 8340 "Shoe machine operators and tenders (51-6042)" > 8350 "Tailors, dressmakers, and sewers (51-6050)" > 8360 "Textile bleaching and dyeing machine operators and tenders (51-6061)" > 8400 "Textile cutting machine setters, operators, and tenders (51-6062)" > 8410 "Textile knitting and weaving machine setters, operators, and tenders (51-6063)" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders (51-6 > 064)" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s (51-6091)" > 8440 "Fabric and apparel patternmakers (51-6092)" > 8450 "Upholsterers (51-6093)" > 8460 "Textile, apparel, and furnishings workers, all other (51-6099)" > 8500 "Cabinetmakers and bench carpenters (51-7011)" > 8510 "Furniture finishers (51-7021)" > 8520 "Model makers and patternmakers, wood (51-7030)" > 8530 "Sawing machine setters, operators, and tenders, wood (51-7041)" > 8540 "Woodworking machine setters, operators, and tenders, except sawing (51-7042)" > 8550 "Woodworkers, all other (51-7099)" > 8600 "Power plant operators, distributors, and dispatchers (51-8010)" > 8610 "Stationary engineers and boiler operators (51-8021)" > 8620 "Water and liquid waste treatment plant and system operators (51-8031)" > 8630 "Miscellaneous plant and system operators (51-8090)" > 8640 "Chemical processing machine setters, operators, and tenders (51-9010)" > 8650 "Crushing, grinding, polishing, mixing, and blending workers (51-9020)" > 8710 "Cutting workers (51-9030)" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders (51 > -9041)" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders (51-9051)" > 8740 "Inspectors, testers, sorters, samplers, and weighers (51-9061)" > 8750 "Jewelers and precious stone and metal workers (51-9071)" > 8760 "Medical, dental, and ophthalmic laboratory technicians (51-9080)" > 8800 "Packaging and filling machine operators and tenders (51-9111)" > 8810 "Painting workers (51-9120)" > 8830 "Photographic process workers and processing machine operators (51-9130)" > 8840 "Semiconductor processors (51-9141)" > 8850 "Cementing and gluing machine operators and tenders (51-9191)" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders (51-9192)" > 8900 "Cooling and freezing equipment operators and tenders (51-9193)" > 8910 "Etchers and engravers (51-9194)" > 8920 "Molders, shapers, and casters, except metal and plastic (51-9195)" > 8930 "Paper goods machine setters, operators, and tenders (51-9196)" > 8940 "Tire builders (51-9197)" > 8950 "Helpers--production workers (51-9198)" > 8960 "Production workers, all other (51-9199)" > 9000 "Supervisors, transportation and material moving workers (53-1000)" > 9030 "Aircraft pilots and flight engineers (53-2010)" > 9040 "Air traffic controllers and airfield operations specialists (53-2020)" > 9110 "Ambulance drivers and attendants, except emergency medical technicians (53-3011)" > 9120 "Bus drivers (53-3020)" > 9130 "Driver/sales workers and truck drivers (53-3030)" > 9140 "Taxi drivers and chauffeurs (53-3041)" > 9150 "Motor vehicle operators, all other (53-3099)" > 9200 "Locomotive engineers and operators (53-4010)" > 9230 "Railroad brake, signal, and switch operators (53-4021)" > 9240 "Railroad conductors and yardmasters (53-4031)" > 9260 "Subway, streetcar, and other rail transportation workers (53-30XX)" > 9300 "Sailors and marine oilers (53-5011)" > 9310 "Ship and boat captains and operators (53-5020)" > 9330 "Ship engineers (53-5031)" > 9340 "Bridge and lock tenders (53-6011)" > 9350 "Parking lot attendants (53-6021)" > 9360 "Service station attendants (53-6031)" > 9410 "Transportation inspectors (53-6051)" > 9420 "Other transportation workers (53-60XX)" > 9500 "Conveyor operators and tenders (53-7011)" > 9510 "Crane and tower operators (53-7021)" > 9520 "Dredge, excavating, and loading machine operators (53-7030)" > 9560 "Hoist and winch operators (53-7041)" > 9600 "Industrial truck and tractor operators (53-7051)" > 9610 "Cleaners of vehicles and equipment (53-7061)" > 9620 "Laborers and freight, stock, and material movers, hand (53-7062)" > 9630 "Machine feeders and offbearers (53-7063)" > 9640 "Packers and packagers, hand (53-7064)" > 9650 "Pumping station operators (53-7070)" > 9720 "Refuse and recyclable material collectors (53-7081)" > 9730 "Shuttle car operators (53-7111)" > 9740 "Tank car, truck, and ship loaders (53-7121)" > 9750 "Material moving workers, all other (53-7199)" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reporteds(Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers (55-1010)" > 9810 "First-line enlisted military supervisors/managers (55-2010)" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members (55-3 > 010)" > 9830 "Military, rank not specified (99-9999)" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg04.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 322,929 6.496617 3.455653 1 12 hurespli | 322,869 1.501603 .8480708 1 14 hrhtype | 322,929 2.568939 2.242299 1 10 minsamp | 322,929 6.031121 1.999761 4 8 -------------+--------------------------------------------------------- hrlonglk | 322,929 1.992562 .1217418 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 322,929 1.05382 .2471197 1 7 -------------+--------------------------------------------------------- state | 322,929 52.98301 26.4396 11 95 stfips | 322,929 28.40793 15.69805 1 56 cmsacode | 35,433 54.40253 27.92364 7 97 cbsafips | 215,284 24492.59 21147.67 0 79600 msafips | 76,533 4558.286 2518.206 80 9360 -------------+--------------------------------------------------------- county | 322,929 24.33349 59.63226 0 810 centcity | 268,721 2.026053 .7412248 1 3 smsastat | 321,219 1.240991 .4276857 1 2 icntcity | 19,862 1.286326 .7494914 1 7 smsa04 | 152,617 4.66353 1.538537 2 7 -------------+--------------------------------------------------------- smsa93 | 76,794 5.112978 1.677033 2 7 relref95 | 322,929 2.996516 3.019121 1 18 age | 322,929 45.11894 17.82654 16 85 spouse | 176,733 1.571393 .6938938 1 14 sex | 322,929 1.523196 .4994625 1 2 -------------+--------------------------------------------------------- veteran | 321,536 5.658408 1.1253 1 6 grade92 | 322,929 39.85432 2.788368 31 46 race | 322,929 1.365396 1.228243 1 21 ethnic | 31,962 2.000375 1.407494 1 5 lineno | 322,929 1.744935 1.043469 1 16 -------------+--------------------------------------------------------- famnum | 322,929 .8077875 .4523174 0 6 pfamrel | 322,929 1.381951 1.043014 0 4 marital | 322,929 3.258444 2.61905 1 7 prpertyp | 322,929 2.004314 .0655366 2 3 penatvty | 322,929 84.29737 79.93308 57 555 -------------+--------------------------------------------------------- pemntvty | 322,929 91.79064 87.22894 57 555 pefntvty | 322,929 92.04701 87.41434 57 555 prcitshp | 322,929 1.435356 1.164632 1 5 prcitflg | 322,929 .1092098 1.540794 0 41 peinusyr | 322,929 1.327747 3.911331 0 18 -------------+--------------------------------------------------------- selfproxy | 320,557 1.524871 .5513957 1 3 lfsr94 | 321,536 2.773929 2.345325 1 7 absent94 | 8,253 5.968133 3.292433 4 14 uhourse | 203,199 34.76731 16.63157 -4 99 reason94 | 15,381 5.139133 2.880636 1 13 -------------+--------------------------------------------------------- hourslw | 193,553 38.82385 13.56599 1 99 laydur | 1,443 8.33264 11.07678 1 109 dwrsn | 5,534 7.480123 3.20743 1 11 why3594 | 49,526 14.83942 7.003067 1 23 prunedur | 10,857 19.36023 24.57456 0 117 -------------+--------------------------------------------------------- untype | 10,857 3.386018 1.628188 1 6 ftpt94 | 321,536 2.704932 2.480632 1 12 class94 | 221,914 4.127932 1.1806 1 8 agri | 221,914 .0208504 .1428838 0 1 eligible | 322,929 1.449235 .497417 1 2 -------------+--------------------------------------------------------- otc | 177,858 1.852557 .3545484 1 2 ernpdh2 | 95,419 1.751968 .431873 1 2 paidhre | 177,858 1.3959 .4890445 1 2 earnhre | 107,386 1313.674 750.5228 35 9999 earnwke | 177,858 689.0746 523.6172 0 2884.61 -------------+--------------------------------------------------------- unionmme | 177,858 1.87553 .330118 1 2 unioncov | 155,720 1.984382 .1239918 1 2 schenr | 48,541 1.485404 .4997921 1 2 studftpt | 24,979 1.084431 .2780386 1 2 schlvl | 24,979 1.482766 .4997129 1 2 -------------+--------------------------------------------------------- earnwt | 322,929 8299.907 4903.306 0 100244.8 weight | 322,929 2074.977 1221.629 0 26476.42 chldpres | 206,223 2.331675 3.380838 0 15 ownchild | 206,086 .8519599 1.130143 0 11 I25d | 177,858 .3164266 .4650828 0 1 -------------+--------------------------------------------------------- I25c | 107,444 .345715 .475603 0 1 I25a | 322,929 .3287658 3.404893 0 43 I25b | 322,929 3.68629 11.87284 0 42 qstnum | 0 occurnum | 0 -------------+--------------------------------------------------------- ged | 101,195 1.090815 .2873469 1 2 gedhigr | 9,190 6.311208 1.21513 1 8 yrcoll | 85,748 2.704565 1.008268 1 5 grprof | 52,732 1.737692 .4398931 1 2 gr6cor | 13,832 1.347527 .4762022 1 2 -------------+--------------------------------------------------------- ms123 | 18,710 2.179049 .5856164 1 3 cmpwgt | 322,929 2075.151 1223.019 0 25636.13 ind02 | 221,914 6105.335 2734.647 170 9890 occ00 | 221,914 4346.794 2559.984 10 9840 occ002 | 322,929 134.6274 823.2196 -1 9720 -------------+--------------------------------------------------------- recnum | 322,929 233542.8 134449.2 1 465833 year | 322,929 2004 0 2004 2004 ym_file | 322,929 533.4966 3.455653 528 539 ym | 322,929 524.4033 6.933936 513 536 ch02 | 206,223 .1145459 .3184739 0 1 -------------+--------------------------------------------------------- ch35 | 206,223 .1238999 .3294681 0 1 ch613 | 206,223 .2636806 .4406292 0 1 ch1417 | 206,223 .1592499 .3659099 0 1 ch05 | 206,223 .1969082 .3976633 0 1 ihigrdc | 322,929 13.08456 2.997354 0 18 -------------+--------------------------------------------------------- docc00 | 221,914 12.90094 6.636766 1 23 dind02 | 221,914 30.06169 14.65882 1 52 . aef2 2005 05 03 05 dct_name aef03.dbd raw_name=../raw/morg05 (0 observations deleted) obs 464739 # of persons with age<=15 141748 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 47,432 10.21 10.21 0 | 5,023 1.08 11.29 1 | 5,448 1.17 12.46 2 | 5,558 1.20 13.66 3 | 5,694 1.23 14.88 4 | 5,756 1.24 16.12 5 | 5,758 1.24 17.36 6 | 5,908 1.27 18.63 7 | 5,776 1.24 19.87 8 | 5,788 1.25 21.12 9 | 5,898 1.27 22.39 10 | 6,001 1.29 23.68 11 | 6,120 1.32 24.99 12 | 6,338 1.36 26.36 13 | 6,489 1.40 27.75 14 | 6,305 1.36 29.11 15 | 6,456 1.39 30.50 16 | 6,322 1.36 31.86 17 | 6,018 1.29 33.16 18 | 5,544 1.19 34.35 19 | 5,145 1.11 35.46 20 | 5,111 1.10 36.56 21 | 5,020 1.08 37.64 22 | 5,174 1.11 38.75 23 | 5,201 1.12 39.87 24 | 5,229 1.13 40.99 25 | 5,355 1.15 42.15 26 | 5,199 1.12 43.26 27 | 5,018 1.08 44.34 28 | 5,039 1.08 45.43 29 | 5,044 1.09 46.51 30 | 5,273 1.13 47.65 31 | 4,964 1.07 48.72 32 | 5,145 1.11 49.82 33 | 5,428 1.17 50.99 34 | 5,893 1.27 52.26 35 | 6,127 1.32 53.58 36 | 5,768 1.24 54.82 37 | 5,519 1.19 56.01 38 | 5,790 1.25 57.25 39 | 5,903 1.27 58.52 40 | 6,426 1.38 59.91 41 | 6,426 1.38 61.29 42 | 6,496 1.40 62.69 43 | 6,458 1.39 64.08 44 | 6,515 1.40 65.48 45 | 6,761 1.45 66.93 46 | 6,386 1.37 68.31 47 | 6,487 1.40 69.70 48 | 6,375 1.37 71.07 49 | 6,363 1.37 72.44 50 | 6,464 1.39 73.83 51 | 5,984 1.29 75.12 52 | 6,031 1.30 76.42 53 | 5,712 1.23 77.65 54 | 5,662 1.22 78.87 55 | 5,557 1.20 80.06 56 | 5,295 1.14 81.20 57 | 5,323 1.15 82.35 58 | 5,386 1.16 83.51 59 | 4,248 0.91 84.42 60 | 4,082 0.88 85.30 61 | 3,995 0.86 86.16 62 | 4,160 0.90 87.05 63 | 3,627 0.78 87.83 64 | 3,416 0.74 88.57 65 | 3,592 0.77 89.34 66 | 3,361 0.72 90.06 67 | 3,090 0.66 90.73 68 | 2,903 0.62 91.35 69 | 2,674 0.58 91.93 70 | 2,716 0.58 92.51 71 | 2,591 0.56 93.07 72 | 2,565 0.55 93.62 73 | 2,421 0.52 94.14 74 | 2,442 0.53 94.67 75 | 2,386 0.51 95.18 76 | 2,251 0.48 95.67 77 | 2,436 0.52 96.19 78 | 2,131 0.46 96.65 79 | 1,875 0.40 97.05 80 | 8,039 1.73 98.78 85 | 5,654 1.22 100.00 ------------+----------------------------------- Total | 464,739 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 47,432 33.46 33.46 0 | 5,023 3.54 37.01 1 | 5,448 3.84 40.85 2 | 5,558 3.92 44.77 3 | 5,694 4.02 48.79 4 | 5,756 4.06 52.85 5 | 5,758 4.06 56.91 6 | 5,908 4.17 61.08 7 | 5,776 4.07 65.15 8 | 5,788 4.08 69.24 9 | 5,898 4.16 73.40 10 | 6,001 4.23 77.63 11 | 6,120 4.32 81.95 12 | 6,338 4.47 86.42 13 | 6,489 4.58 91.00 14 | 6,305 4.45 95.45 15 | 6,456 4.55 100.00 ------------+----------------------------------- Total | 141,748 100.00 (141,748 observations deleted) (0 observations deleted) obs 322991 after keeping age>15&age!=. infile successful Interview | Month | Freq. Percent Cum. ------------+----------------------------------- 1 | 27,346 8.47 8.47 2 | 26,937 8.34 16.81 3 | 26,619 8.24 25.05 4 | 26,917 8.33 33.38 5 | 26,842 8.31 41.69 6 | 26,945 8.34 50.03 7 | 26,776 8.29 58.32 8 | 27,217 8.43 66.75 9 | 26,761 8.29 75.04 10 | 27,138 8.40 83.44 11 | 26,645 8.25 91.69 12 | 26,848 8.31 100.00 ------------+----------------------------------- Total | 322,991 100.00 (52 real changes made, 52 to missing) (203 real changes made, 203 to missing) (53,127 real changes made, 53,127 to missing) (53,375 real changes made, 53,375 to missing) (0 real changes made) (0 real changes made) (160,587 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (162,404 real changes made) Geography (322,991 real changes made) (322,991 real changes made) (61,335 real changes made, 61,335 to missing) (322,991 real changes made) dropping cmsacode msafips smsa93 smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (2,790 real changes made, 2,790 to missing) (16 real changes made, 16 to missing) replace centcity = . if centcity==4 | centcity<=0 (59,066 real changes made, 59,066 to missing) (299,320 real changes made, 299,320 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (148,098 real changes made, 148,098 to missing) if 2005 > 1983 & 2005 < 1989 { (0 real changes made) (118,886 real changes made, 118,886 to missing) (118,734 real changes made, 118,734 to missing) (118,734 missing values generated) (118,734 missing values generated) (118,734 missing values generated) (118,734 missing values generated) (ch02: 82459 changes made) (ch35: 92581 changes made) (ch613: 92581 changes made) (ch1417: 92581 changes made) (118,734 missing values generated) (16,636 real changes made) (0 real changes made) (222,920 real changes made, 222,920 to missing) (313,596 real changes made, 313,596 to missing) (236,842 real changes made, 236,842 to missing) (269,797 real changes made, 269,797 to missing) (309,396 real changes made, 309,396 to missing) (303,929 real changes made, 303,929 to missing) (322,991 missing values generated) (1,249 real changes made) (2,466 real changes made) (4,610 real changes made) (8,399 real changes made) (8,437 real changes made) (13,053 real changes made) (13,742 real changes made) (4,516 real changes made) (30 real changes made) (16 real changes made) (69 real changes made) (704 real changes made) (1,166 real changes made) (2,523 real changes made) (3,554 real changes made) (1,333 real changes made) (90,676 real changes made) (10,611 real changes made) (22,073 real changes made) (37,968 real changes made) (11,301 real changes made) (4,196 real changes made) (39,599 real changes made) (4,773 real changes made) (8,822 real changes made) (1,886 real changes made) (17,176 real changes made) (8,043 real changes made) (226,396 real changes made, 226,396 to missing) (313,093 real changes made, 313,093 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (289,970 real changes made, 289,970 to missing) (0 real changes made) replacing veteran Jan-July 2005 (860 real changes made, 860 to missing) replacing vet1-vet4 if intmonth <= 7 (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (134,609 real changes made, 134,609 to missing) (120,345 real changes made, 120,345 to missing) (131,997 real changes made, 131,997 to missing) (134,023 real changes made, 134,023 to missing) (134,473 real changes made, 134,473 to missing) Employment (2,422 real changes made, 2,422 to missing) (317,509 real changes made, 317,509 to missing) (143,843 real changes made, 143,843 to missing) (100,748 real changes made, 100,748 to missing) (100,748 real changes made, 100,748 to missing) (100,748 real changes made, 100,748 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 556 generate int docc00=occ00; (100,748 missing values generated) recode docc00 2000-2010 (docc00: 222243 changes made) dind (100,748 missing values generated) (dind02: 222243 changes made) Wages (143,843 real changes made, 143,843 to missing) (0 real changes made) (214,382 real changes made, 214,382 to missing) (0 real changes made) (0 real changes made) (143,843 real changes made) (217,703 real changes made) (100,748 real changes made, 100,748 to missing) (313,093 real changes made, 313,093 to missing) (119,943 real changes made) (143,843 real changes made) (0 real changes made) (118,528 real changes made, 118,528 to missing) (1,415 real changes made, 1,415 to missing) (321,632 real changes made, 321,632 to missing) (214,318 real changes made, 214,318 to missing) (143,843 real changes made, 143,843 to missing) Hours, Unions (307,950 real changes made, 307,950 to missing) (314,625 real changes made, 314,625 to missing) (298,403 real changes made, 298,403 to missing) (274,495 real changes made, 274,495 to missing) (298,403 real changes made, 298,403 to missing) (1,415 real changes made, 1,415 to missing) (128,309 real changes made, 128,309 to missing) (112 real changes made) (274,175 real changes made, 274,175 to missing) (143,843 real changes made, 143,843 to missing) (165,989 real changes made, 165,989 to missing) variable spouse was int now byte variable hourslw was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now byte variable hrsample was str4 now str1 (5,813,838 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa04: 2004:5-; . label values smsa04 smsa04; . label define smsa04 > 0 "Not identified or nonmetropolitan" > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000+" > ; . * icntcity goes here; . *cbsafips: 2004:5-; . label values cbsafips cbsafips; . label define cbsafips > 460 "Appleton-Oshkosh-Neenah, WI MSA*" > 3000 "Grand Rapids-Muskegon-Holland, MI MSA*" > 3160 "Greenville-Spartanburg-Anderson, SC MSA*" > 3610 "Jamestown, NY MSA*" > 3720 "Kalamazoo-Battle Creek, MI MSA* (Van Buren County not in" > 6450 "Portsmouth-Rochester, NH-ME MSA* (ME portion not identified)" > 10420 "Akron, OH" > 10500 "Albany, GA (Baker, Terrell, and Worth Counties not in sample)" > 10580 "Albany-Schenectady-Troy, NY" > 10740 "Albuquerque, NM" > 10900 "Allentown-Bethlehem-aston, PA-NJ" > 11020 "Altoona, PA" > 11000 "Amarillo, TX (Armstrong and Carson Counties not in sample)" > 11100 "Amarillo, TX" > 11260 "Anchorage, AK" > 11300 "Anderson, IN" > 11340 "Anderson, SC" > 11460 "Ann Arbor, MI" > 11500 "Anniston-Oxford, AL" > 11540 "Appleton,WI" > 11700 "Asheville, NC (Haywood and Henderson Counties not in sample)" > 12020 "Athens-Clark County, GA (Oglethorpe County not in sample)" > 12060 "Atlanta-Sandy Springs-Marietta, GA (Haralson, Heard, Jasper," > 12100 "Atlantic City, NJ" > 12260 "Augusta-Richmond County, GA-SC" > 12420 "Austin-Round Rock, TX" > 12540 "Bakersfield, CA" > 12580 "Baltimore-Towson, MD" > 12940 "Baton Rouge, LA" > 13140 "Beaumont-Port Author, TX" > 13380 "Bellingham, WA" > 13460 "Bend, OR" > 13740 "Billings, MT (Carbon County not in sample)" > 13780 "Binghamton, NY" > 13820 "Birmingham-Hoover, AL" > 14020 "Bloomington, IN (Owen County not in sample)" > 14060 "Bloomington-Normal IL" > 14260 "Boise City-Nampa, ID (Owyhee County not in sample)" > 14500 "Boulder, CO" > 14540 "Bowling Green, KY" > 14740 "Bremerton-Silverdale, WA" > 15180 "Brownsville-Harlingen, TX" > 15380 "Buffalo-Niagara Falls, NY" > 15940 "Canton-Massillon, OH" > 15980 "Cape Coral-Fort Myers, FL" > 16300 "Cedar Rapids, IA (Benton and Jones Counties not in sample)" > 16580 "Champaign-Urbana, IL (Ford County not in sample)" > 16620 "Charleston, WV (Clay County not in sample)" > 16700 "Charleston-North Charleston, SC" > 16740 "Charlotte-Gastonia-Concord, NC-SC (Anson County, NC not in" > 16860 "Chattanooga, TN-GA" > 16980 "Chicago-Naperville-Joliet, IN-IN-WI (DeKalb, IL; Jasper, IN;" > 17020 "Chico, CA" > 17140 "Cincinnati-Middletown, OH-KY-IN (Franklin County, IN not in" > 17300 "Clarksville, TN-KY" > 17460 "Cleveland-Elyria-Mentor, OH" > 17660 "Coeur d'Alene, ID" > 17820 "Colorado Springs, CO" > 17860 "Columbia, MO (Howard County not in sample)" > 17900 "Columbia, SC" > 17980 "Columbus, GA-AL (Harris County, GA not in sample)" > 18140 "Columbus, OH (Morrow County not in sample)" > 18580 "Corpus Christi, TX" > 19100 "Dallas-Fort Worth-Arlington, TX (Delta and Hunt Counties not" > 19340 "Davenport-Moline-Rock Island, IA-IL" > 19380 "Dayton, OH" > 19460 "Decatur, Al" > 19500 "Decatur, IL" > 19660 "Deltona-Daytona Beach-Ormond Beach, FL" > 19740 "Denver-Aurora, CO" > 19780 "Des Moines, IA" > 19820 "Detroit-Warren-Livonia, MI" > 20100 "Dover, DE" > 20260 "Duluth, MN-WI (Carlton County, MN not in sample, WI portion" > 20500 "Durham, NC" > 20740 "Eau Claire, WI" > 20940 "El Centro, CA" > 21340 "El Paso, TX" > 21500 "Erie, PA" > 21660 "Eugene-Springfield, OR" > 21780 "Evansville, IN-KY (Gibson County, IN and Kentucky portion not" > 22020 "Fargo, ND-MN (MN portion not identified)" > 22140 "Farmington, NM" > 22180 "Fayetteville, NC" > 22220 "Fayetteville-Springdale-Rogers, AR-MO (Madison County, AR and" > 22420 "Flint, MI" > 22460 "Florence, AL" > 22660 "Fort Collins-Loveland, CO" > 22900 "Fort Smith, AR-OK (Oklahoma portion not in sample)" > 23020 "Fort Walton Beach-Crestview-Destin, FL" > 23060 "Fort Wayne, IN" > 23420 "Fresno, CA" > 23540 "Gainesville, FL (Gilchrist County not in sample)" > 24340 "Grand Rapids-Wyoming, MI" > 24540 "Greeley, CO" > 24580 "Green Bay, WI (Oconto County not in sample)" > 24660 "Greensboro-High Point, NC" > 24780 "Greenville, NC" > 24860 "Greenville, SC (Laurens and Pickens Counties not in sample)" > 25060 "Gulfport-Biloxi, MS" > 25180 "Hagerstown-Martinsburg, MD-WV (Berkeley County, WV not" > 25420 "Harrisburg-Carlisle, PA" > 25500 "Harrisonburg, VA" > 25860 "Hickory-Morgantown-Lenoir, NC (Caldwell County not in sample)" > 25980 "Hinesville-Fort Stewart, GA" > 26100 "Holland-Grand Haven, MI" > 26180 "Honolulu, HI" > 26380 "Houma-Bayou Cane-Thibodaux, LA" > 26420 "Houston-Baytown-Sugar Land, TX" > 26580 "Huntington-Ashland, WV-KY-OH (Kentucky and Ohio portions not" > 26620 "Huntsville, AL" > 26900 "Indianapolis, IN" > 26980 "Iowa City, IA (Washington County not in sample)" > 27100 "Jackson, MI" > 27140 "Jackson, MS" > 27260 "Jacksonville, FL" > 27340 "Jacksonville, NC" > 27500 "Janesville, WI" > 27740 "Johnson City, TN" > 27780 "Johnstown, PA" > 27900 "Joplin, MO" > 28020 "Kalamazoo-Portage, MI" > 28100 "Kankakee-Bradley, IL" > 28140 "Kansas City, MO-KS (Franklin, KS; Leavenworth, KS; Linn, KS;" > 28660 "Killeen-Temple-Fort Hood, TX" > 28700 "Kingsport-Bristol, TN-VA (Virginia portion not identified)" > 28740 "Kingston, NY" > 28940 "Knoxville, TN (Anderson County not in sample)" > 29100 "La Crosse, WI (Houston County not in sample)" > 29180 "Lafayette, LA" > 29340 "Lake Charles, LA (Cameron Parish not in sample)" > 29460 "Lakeland-Winter Haven, FL" > 29540 "Lancaster, PA" > 29620 "Lansing-East Lansing, MI" > 29700 "Laredo, TX" > 29740 "Las Cruses, NM" > 29820 "Las Vegas-Paradise, NM" > 29940 "Lawrence, KS" > 30020 "Lawton, OK" > 30460 "Lexington-Fayette, KY" > 30700 "Lincoln, NE" > 30780 "Little Rock-North Little Rock, AR (Perry County not in sample)" > 30980 "Longview, TX (Rusk and Upshur Counties not in sample)" > 31100 "Los Angeles-Long Beach-Santa Ana, CA" > 31140 "Louisville, KY-IN (Washington, IN; Henry, KY; Nelson, KY;" > 31180 "Lubbock, TX (Crosby County not in sample)" > 31340 "Lynchburg, VA (Appomattox and Bedford Counties and Bedford" > 31420 "Macon,, GA (Crawford, Monroe, and Twiggs Counties not in" > 31460 "Madera, CA" > 31540 "Madison, WI" > 32580 "McAllen-Edinburg-Pharr, TX" > 32780 "Medford, OR" > 32820 "Memphis, TN-MS-AR (Arkansas portion not identified and Tunica" > 32900 "Merced, CA" > 33100 "Miami-Fort Lauderdale-Miami Beach, FL" > 33140 "Michigan City-La Porte, IN" > 33260 "Midland, TX" > 33340 "Milwaukee-Waukesha-West Allis, WI" > 33460 "Minneapolis-St Paul-Bloomington, MN-WI (Wisconsin portion not" > 33660 "Mobile, AL" > 33700 "Modesto, CA" > 33740 "Monroe, LA" > 33780 "Monroe, MI" > 33860 "Montgomery, AL" > 34740 "Muskegon-Norton Shores, MI" > 34820 "Myrtle Beach-Conway-North Myrtle Beach, SC" > 34900 "Napa, CA" > 34940 "Naples-Marco Island, FL" > 34980 "Nashville-Davidson-Murfreesboro, TN (Cannon, Hickman and Macon" > 35380 "New Orleans-Metairie-Kenner, LA" > 35620 "New York-Northern New Jersey-Long Island, NY-NJ-PA" > 35660 "Niles-Benton Harbor, MI" > 36100 "Ocala, FL" > 36140 "Ocean City, NJ" > 36260 "Ogden-Clearfield, UT" > 36420 "Oklahoma City, OK" > 36500 "Olympia, WA" > 36540 "Omaha-Council Bluffs, NE-IA" > 36740 "Orlando, FL" > 36780 "Oshkosh-Neenah, WI" > 37100 "Oxnard-Thousand Oaks-Ventura, CA" > 37340 "Palm Bay-Melbourne-Titusville, FL" > 37460 "Panama City-Lynn Haven, FL" > 37860 "Pensacola-Ferry Pass-Brent, FL" > 37900 "Peoria, IL" > 37980 "Philadelphia-Camden-Wilmington, PA-NJ-DE" > 38060 "Phoenix-Mesa-Scottsdale, AZ" > 38300 "Pittsburgh, PA" > 38900 "Portland-Vancouver-Beaverton, OR-WA (Yamhill County, OR not in" > 38940 "Port St. Lucie-Fort Pierce, FL" > 39100 "Poughkeepsie-Newburgh-Middletown, NY" > 39140 "Prescott, AZ" > 39340 "Provo-Orem, UT (Juab County not in sample)" > 39380 "Pueblo, CO" > 39460 "Punta Gorda, FL" > 39540 "Racine, WI" > 39580 "Raleigh-Cary, NC" > 39740 "Reading, PA" > 39900 "Reno-Sparks, NV" > 40060 "Richmond, VA (Cumberland County not in sample)" > 40140 "Riverside-San Bernardino, CA" > 40220 "Roanoke, VA (Craig and Franklin Counties not in sample)" > 40380 "Rochester, NY" > 40420 "Rockford, IL" > 40900 "Sacramento--Arden-Arcade-Roseville, CA" > 40980 "Saginaw-Saginaw Township North, MI" > 41060 "St. Cloud, MN" > 41180 "St. Louis, MO-IL (Calhoun County, IL not in sample)" > 41420 "Salem, OR" > 41500 "Salinas, CA" > 41540 "Salisbury, MD" > 41620 "Salt Lake City, UT (Toole County not in sample)" > 41700 "San Antonio, TX" > 41740 "San Diego-Carlsbad-San Marcos, CA" > 41860 "San Francisco-Oakland-Fremont, CA" > 41940 "San Jose-Sunnyvale-Santa Clara, CA" > 42020 "San Luis Obispo-Paso Robles, CA" > 42060 "Santa Barbara-Santa Maria-Goleta, CA" > 42100 "Santa-Cruz-Watsonville, CA" > 42140 "Santa Fe, NM" > 42220 "Santa Rosa-Petaluma, CA" > 42260 "Sarasota-Bradenton-Venice, CA" > 42340 "Savannah, GA" > 42540 "Scranton-Wilkes Barre, PA" > 42660 "Seattle-Tacoma-Bellevue, WA" > 43340 "Shreveport-Bossier City, LA (De Soto Parish not in sample)" > 43620 "Sioux Falls, SD" > 43780 "South Bend-Mishawaka, IN-MI (Michigan portion not identified)" > 43900 "Spartanburg, SC" > 44060 "Spokane, WA" > 44100 "Springfield, IL" > 44180 "Springfield, MO (Dallas and Polk Counties not in sample)" > 44220 "Springfield, OH" > 44700 "Stockton, CA" > 45060 "Syracuse, NY" > 45220 "Tallahassee, FL" > 45300 "Tampa-St. Petersburg-Clearwater, FL" > 45780 "Toledo, OH (Ottawa County not in sample)" > 45820 "Topeka, KS (Jackson and Jefferson Counties not in sample)" > 45940 "Trenton-Ewing, NJ" > 46060 "Tucson, AZ" > 46140 "Tulsa, OK (Okmulgee County not in sample)" > 46220 "Tuscaloosa, AL (Greene and Hale Counties not in sample)" > 46540 "Utica-Rome, NY" > 46660 "Valdosta, GA (Lanier County not in sample)" > 46700 "Vallejo-Fairfield, CA" > 46940 "Vero Beach, FL" > 47020 "Victoria, TX" > 47220 "Vineland-Millville-Bridgeton, NJ" > 47260 "Virginia Beach-Norfolk-Newport News, VA-NC (North Carolina" > 47300 "Visalia-Porterville, CA" > 47380 "Waco, TX" > 47580 "Warner Robins, GA" > 47900 "Washington-Arlington-Alexandria, DC-VA-MD-WV (West Virginia" > 47940 "Waterloo-Cedar Falls, IA (Grundy County not in sample)" > 48140 "Wausau, WI" > 48260 "Weirton-Steubenville, WV-OH" > 48620 "Wichita, KS" > 48540 "Wheeling, WV-OH" > 48900 "Wilmington, NC" > 49180 "Winston-Salem, NC" > 49420 "Yakima, WA" > 49620 "York-Hanover, PA" > 49660 "Youngstown-Warren-Boardman, OH" > 49700 "Yuba City, CA" > 49740 "Yuma, AZ" > 70750 "Bangor, ME" > 70900 "Barnstable Town, MA" > 71650 "Boston-Cambridge-Quincy, MA-NH" > 71950 "Bridgeport-Stamford-Norwalk, CT" > 72400 "Burlington-South Burlington, VT" > 72850 "Danbury, CT" > 73450 "Hartford-West Hartford-East Hartford, CT" > 74500 "Leominster-Fitchburg-Gardner, MA" > 74950 "Manchester, NH" > 75550 "New Bedford, MA" > 75700 "New Haven, CT" > 76450 "Norwich-New London, CT-RI (RI portion recoded to Providence" > 76750 "Portland-South Portland, ME" > 77200 "Providence-Fall River-Warwick, MA-RI" > 77350 "Rochester-Dover, NH-ME (Maine portion not identified)" > 78100 "Springfield, MA-CT (Connecticut portion not identified)" > 78700 "Waterbury, CT" > 79600 "Worcester, MA-CT (Connecticut portion not identified)" > ; . * age: 2005:8-; . label values age age; . label define age > 80 "80-84 Years Old, 2005:8 on" > 85 "85+ Years Old, 2005-8 on" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 2003-; . label values race P10L; . label define P10L > 1 "White Only" > 2 "Black Only" > 3 "American Indian, Alaskan Native Only" > 4 "Asian Only" > 5 "Hawaiian/Pacific Islander Only" > 6 "White-Black" > 7 "White-AI" > 8 "White-Asian" > 9 "White-Hawaiian" > 10 "Black-AI" > 11 "Black-Asian" > 12 "Black-HP" > 13 "AI-Asian" > 14 "Asian-HP" > 15 "W-B-AI" > 16 "W-B-A" > 17 "W-AI-A" > 18 "W-A-HP" > 19 "W-B-AI-A" > 20 "2 or 3 Races" > 21 "4 or 5 Races" > ; . * ethnic: 2003-; . label values ethnic P11L; . label define P11L > 1 "Mexican" > 2 "Puerto Rican" > 3 "Cuban" > 4 "Central/South American" > 5 "Other Spanish" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > -1 "Not a parent" > 0 "No children < 18 years old" > 1 "All children 0-2 years old" > 2 "All children 3-5 years old" > 3 "All children 6-13 years old" > 4 "All children 14-17 years old" > 5 "All children 0-5 years old" > 6 "Children 0-2 & 6-13 (no 3-5 or 14+)" > 7 "Children 0-2 & 14-17 (no 3-13)" > 8 "Children 3-5 & 6-13 (no 0-2 or 14+)" > 9 "Children 3-5 & 14-17 (no 0-2 or 6-13)" > 10 "Children 6-17 (no 0-5)" > 11 "Children 0-13 (no 14-17)" > 12 "Children 0-5 & 14-17 (no 6-13)" > 13 "Children 0-2 & 6-17 (no 3-5)" > 14 "Children 3-17 (no 0-2)" > 15 "Children from all age groups" > ; . * ch02: 1989-1993, 1999:11-; . label values ch02 ch02; . label define ch02 > 1 "Yes" > 0 "No" > ; . * ch35: 1989-1993, 1999:11-; . label values ch35 ch35; . label define ch35 > 1 "Yes" > 0 "No" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1988 differs from pfamrel 1993-; . * pfamrel: 1993-; . label values pfamrel P47L; . label define P47L > 0 "Not A Family Member" > 1 "Reference Person" > 2 "Spouse" > 3 "Child" > 4 "Other Relative (primary Family" > ; . * veteran: 1979-2005:7; . label values veteran P13L; . label define P13L > 1 "Vietnam Era (8/64-4/75)" > 2 "Korean War (6/50-1/55)" > 3 "World War II (9/40-7/47)" > 4 "World War I (4/17-11/18)" > 5 "Other Service (all Other Periods)" > 6 "Nonveteran" > ; . * vet1 - vet4: 2005:8-; . label values vet1 vet; . label values vet2 vet; . label values vet3 vet; . label values vet4 vet; . label define vet > 1 "SEPTEMBER 2001 OR LATER" > 2 "AUGUST 1990 TO AUGUST 2001" > 3 "MAY 1975 TO JULY 1990" > 4 "VIETNAM ERA (AUGUST 1964 TO APRIL 1975)" > 5 "FEBRUARY 1955 TO JULY 1964" > 6 "KOREAN WAR (JULY 1950 TO JANUARY 1955)" > 7 "JANUARY 1947 TO JUNE 1950" > 8 "WORLD WAR II (DECEMBER 1941 TO DECEMBER 1946)" > 9 "NOVEMBER 1941 OR EARLIER" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relref95: 1995:3-; . label values relref95 P15L; . label define P15L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Spouse" > 4 "Child" > 5 "Grandchild" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Foster child" > 10 "Non-rel of ref. per w/own rels in HH" > 11 "Not used" > 12 "Non-rel of ref per w/no own rels in HH" > 13 "Unmarried partner w/ own rels in HH" > 14 "Unmar. partner w/ no own rels in HH" > 15 "Housemate/roommate w/ own rels in HH" > 16 "Hsemate/roommate w/ no own rels in HH" > 17 "Roomer/boarder w/ own rels in HH in HH" > 18 "Roomer/brder w/ no own rels in HH" > ; . * penatvty: 1994-2006; . label values penatvty native; . label define native > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 72 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 102 "Austria" > 103 "Belgium" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "Great Britain" > 139 "England" > 140 "Scotland" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Europe" > 155 "Czech Republic" > 156 "Slovakia/Slovak Republic" > 180 "USSR" > 183 "Latvia" > 184 "Lithuania" > 185 "Armenia" > 192 "Russia" > 195 "Ukraine" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Burma" > 206 "Cambodia" > 207 "China" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea/South Korea" > 218 "Korea/ South Korea" > 221 "Laos" > 222 "Lebanon" > 224 "Malaysia" > 229 "Pakistan" > 231 "Philippines" > 233 "Saudi Arabia" > 234 "Singapore" > 237 "Syria" > 238 "Taiwan" > 239 "Thailand" > 240 "Turkey" > 242 "Vietnam" > 245 "Asia" > 252 "Middle East" > 253 "Palestine" > 300 "Bermuda" > 301 "Canada" > 304 "North America" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Mexico" > 316 "Nicaragua" > 317 "Panama" > 318 "Central America" > 333 "Bahamas" > 334 "Barbados" > 337 "Cuba" > 338 "Dominica" > 339 "Dominican Republic" > 340 "Grenada" > 342 "Haiti" > 343 "Jamaica" > 351 "Trinidad & Tobago" > 353 "Caribbean" > 375 "Argentina" > 376 "Bolivia" > 377 "Brazil" > 378 "Chile" > 379 "Colombia" > 380 "Ecuador" > 383 "Guyana" > 385 "Peru" > 387 "Uruguay" > 388 "Venezuela" > 389 "South America" > 415 "Egypt" > 417 "Ethiopia" > 421 "Ghana" > 427 "Kenya" > 436 "Morocco" > 440 "Nigeria" > 449 "South Africa" > 462 "Other Africa" > 468 "North Africa" > 501 "Australia" > 507 "Fiji" > 514 "New Zealand" > 527 "Pacific Islands" > 555 "Other" > ; . * pemntvty: 1994-2006; . label values pemntvty native; . * pefntvty: 1994-2006; . label values pefntvty native; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1993" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2005" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ00: 2000-2010; . label values occ00 occ00l ; . label define occ00l > 10 "Chief executives (11-1011)" > 20 "General and operations managers (11-1021)" > 40 "Advertising and promotions managers (11-2011)" > 50 "Marketing and sales managers (11-2020)" > 60 "Public relations managers (11-2031)" > 100 "Administrative services managers (11-3011)" > 110 "Computer and information systems managers (11-3021)" > 120 "Financial managers (11-3031)" > 130 "Human resources managers (11-3040)" > 140 "Industrial production managers (11-3051)" > 150 "Purchasing managers (11-3061)" > 160 "Transportation, storage, and distribution managers (11-3071)" > 200 "Farm, ranch, and other agricultural managers (11-9011)" > 210 "Farmers and ranchers (11-9012)" > 220 "Construction managers (11-9021)" > 230 "Education administrators (11-9030)" > 300 "Engineering managers (11-9041)" > 310 "Food service managers (11-9051)" > 320 "Funeral directors (11-9061)" > 330 "Gaming managers (11-9071)" > 340 "Lodging managers (11-9081)" > 350 "Medical and health services managers (11-9111)" > 360 "Natural sciences managers (11-9121)" > 410 "Property, real estate, and community association managers (11-9141)" > 420 "Social and community service managers (11-9151)" > 430 "Managers, all other (11-9199)" > 500 "Agents and business managers of artists, performers, and athletes (13-1011)" > 510 "Purchasing agents and buyers, farm products (13-1021)" > 520 "Wholesale and retail buyers, except farm products (13-1022)" > 530 "Purchasing agents, except wholesale, retail, and farm products (13-1023)" > 540 "Claims adjusters, appraisers, examiners, and investigators (13-1030)" > 560 "Compliance officers, except agriculture, construction, health and safety, and transporta > tion (13-1041)" > 600 "Cost estimators (13-1051)" > 620 "Human resources, training, and labor relations specialists (13-1070)" > 700 "Logisticians (13-1081)" > 710 "Management analysts (13-1111)" > 720 "Meeting and convention planners (13-1121)" > 730 "Other business operations specialists (13-11XX)" > 800 "Accountants and auditors (13-2011)" > 810 "Appraisers and assessors of real estate (13-2021)" > 820 "Budget analysts (13-2031)" > 830 "Credit analysts (13-2041)" > 840 "Financial analysts (13-2051)" > 850 "Personal financial advisors (13-2052)" > 860 "Insurance underwriters (13-2053)" > 900 "Financial examiners (13-2061)" > 910 "Loan counselors and officers (13-2070)" > 930 "Tax examiners, collectors, and revenue agents (13-2081)" > 940 "Tax prepares (13-2082)" > 950 "Financial specialists, all other (13-2099)" > 1000 "Computer scientists and systems analysts (15-10XX)" > 1010 "Computer programmers (15-1021)" > 1020 "Computer software engineers (15-1030)" > 1040 "Computer support specialists (15-1041)" > 1060 "Database administrators (15-1061)" > 1100 "Network and computer systems administrators (15-1071)" > 1110 "Network systems and data communications analysts (15-1081)" > 1200 "Actuaries (15-2011)" > 1210 "Mathematicians (15-2021)" > 1220 "Operations research analysts (15-2031)" > 1230 "Statisticians (15-2041)" > 1240 "Miscellaneous mathematical science occupations (15-2090)" > 1300 "Architects, except naval (17-1010)" > 1310 "Surveyors, cartographers, and photogrammetrists (17-1020)" > 1320 "Aerospace engineers (17-2011)" > 1330 "Agricultural engineers (17-2021)" > 1340 "Biomedical engineers (17-2031)" > 1350 "Chemical engineers (17-2041)" > 1360 "Civil engineers (17-2051)" > 1400 "Computer hardware engineers (17-2061)" > 1410 "Electrical and electronic engineers (17-2070)" > 1420 "Environmental engineers (17-2081)" > 1430 "Industrial engineers, including health and safety (17-2110)" > 1440 "Marine engineers and naval architects (17-2121)" > 1450 "Materials engineers (17-2131)" > 1460 "Mechanical engineers (17-2141)" > 1500 "Mining and geological engineers, including mining safety engineers (17-2151)" > 1510 "Nuclear engineers (17-2161)" > 1520 "Petroleum engineers (17-2171)" > 1530 "Engineers, all other (17-2199)" > 1540 "Drafters (17-3010)" > 1550 "Engineering technicians, except drafters (17-3020)" > 1560 "Surveying and mapping technicians (17-3031)" > 1600 "Agricultural and food scientists (19-1010)" > 1610 "Biological scientists (19-1020)" > 1640 "Conservation scientists and foresters (19-1030)" > 1650 "Medical scientists (19-1040)" > 1700 "Astronomers and physicists (19-2010)" > 1710 "Atmospheric and space scientists (19-2021)" > 1720 "Chemists and materials scientists (19-2030)" > 1740 "Environmental scientists and geoscientists (19-2040)" > 1760 "Physical scientists, all other (19-2099)" > 1800 "Economists (19-3011)" > 1810 "Market and survey researchers (19-3020)" > 1820 "Psychologists (19-3030)" > 1830 "Sociologists (19-3041)" > 1840 "Urban and regional planners (19-3051)" > 1860 "Miscellaneous social scientists and related workers (19-3090)" > 1900 "Agricultural and food science technicians (19-4011)" > 1910 "Biological technicians (19-4021)" > 1920 "Chemical technicians (19-4031)" > 1930 "Geological and petroleum technicians (19-4041)" > 1940 "Nuclear technicians (19-4051)" > 1960 "Other life, physical, and social science technicians (19-40XX)" > 2000 "Counselors (21-1010)" > 2010 "Social workers (21-1020)" > 2020 "Miscellaneous community and social service specialists (21-1090)" > 2040 "Clergy (21-2011)" > 2050 "Directors, religious activities and education (21-2021)" > 2060 "Religious workers, all other (21-2099)" > 2100 "Lawyers, Judges, magistrates, and other judicial workers (23-1011)" > 2140 "Paralegals and legal assistants (23-2011)" > 2150 "Miscellaneous legal support workers (23-2090)" > 2200 "Postsecondary teachers (25-1000)" > 2300 "Preschool and kindergarten teachers (25-2010)" > 2310 "Elementary and middle school teachers (25-2020)" > 2320 "Secondary school teachers (25-2030)" > 2330 "Special education teachers (25-2040)" > 2340 "Other teachers and instructors (25-3000)" > 2400 "Archivists, curators, and museum technicians (25-4010)" > 2430 "Librarians (25-4021)" > 2440 "Library technicians (25-4031)" > 2540 "Teacher assistants (25-9041)" > 2550 "Other education, training, and library workers (25-90XX)" > 2600 "Artists and related workers (27-1010)" > 2630 "Designers (27-1020)" > 2700 "Actors (27-2011)" > 2710 "Producers and directors (27-2012)" > 2720 "Athletes, coaches, umpires, and related workers (27-2020)" > 2740 "Dancers and choreographers (27-2030)" > 2750 "Musicians, singers, and related workers (27-2040)" > 2760 "Entertainers and performers, sports and related workers, all other (27-2099)" > 2800 "Announcers (27-3010)" > 2810 "News analysts, reporters and correspondents (27-3020)" > 2820 "Public relations specialists (27-3031)" > 2830 "Editors (27-3041)" > 2840 "Technical writers (27-3042)" > 2850 "Writers and authors (27-3043)" > 2860 "Miscellaneous media and communication workers (27-3090)" > 2900 "Broadcast and sound engineering technicians and radio operators (27-4010)" > 2910 "Photographers (27-4021)" > 2920 "Television, video, and motion picture camera operators and editors (27-4030)" > 2960 "Media and communication equipment workers, all other (27-4099)" > 3000 "Chiropractors (29-1011)" > 3010 "Dentists (29-1020)" > 3030 "Dietitians and nutritionists (29-1031)" > 3040 "Optometrists (29-1041)" > 3050 "Pharmacists (29-1051)" > 3060 "Physicians and surgeons (29-1060)" > 3110 "Physician assistants (29-1071)" > 3120 "Podiatrists (29-1081)" > 3130 "Registered nurses (29-1111)" > 3140 "Audiologists (29-1121)" > 3150 "Occupational therapists (29-1122)" > 3160 "Physical therapists (29-1123)" > 3200 "Radiation therapists (29-1124)" > 3210 "Recreational therapists (29-1125)" > 3220 "Respiratory therapists (29-1126)" > 3230 "Speech-language pathologists (29-1127)" > 3240 "Therapists, all other (29-1129)" > 3250 "Veterinarians (29-1131)" > 3260 "Health diagnosing and treating practitioners, all other (29-1199)" > 3300 "Clinical laboratory technologists and technicians (29-2010)" > 3310 "Dental hygienists (29-2021)" > 3320 "Diagnostic related technologists and technicians (29-2030)" > 3400 "Emergency medical technicians and paramedics (29-2041)" > 3410 "Health diagnosing and treating practitioner support technicians (29-2050)" > 3500 "Licensed practical and licensed vocational nurses (29-2061)" > 3510 "Medical records and health information technicians (29-2071)" > 3520 "Opticians, dispensing (29-2081)" > 3530 "Miscellaneous health technologists and technicians (29-2090)" > 3540 "Other healthcare practitioners and technical occupations (29-9000)" > 3600 "Nursing, psychiatric, and home health aides (31-1010)" > 3610 "Occupational therapist assistants and aides (31-2010)" > 3620 "Physical therapist assistants and aides (31-2020)" > 3630 "Massage therapists (31-9011)" > 3640 "Dental assistants (31-9091)" > 3650 "Medical assistants and other healthcare support occupations (31-909X)" > 3700 "First-line supervisors/managers of correctional officers (33-1011)" > 3710 "First-line supervisors/managers of police and detectives (33-1012)" > 3720 "First-line supervisors/managers of fire fighting and prevention workers (33-1021)" > 3730 "Supervisors, protective service workers, all other (33-1099)" > 3740 "Fire fighters (33-2011)" > 3750 "Fire inspectors (33-2020)" > 3800 "Bailiffs, correctional officers, and jailers (33-3010)" > 3820 "Detectives and criminal investigators (33-3021)" > 3830 "Fish and game wardens (33-3031)" > 3840 "Parking enforcement workers (33-3041)" > 3850 "Police and sheriff's patrol officers (33-3051)" > 3860 "Transit and railroad police (33-3052)" > 3900 "Animal control workers (33-9011)" > 3910 "Private detectives and investigators (33-9021)" > 3920 "Security guards and gaming surveillance officers (33-9030)" > 3940 "Crossing guards (33-9091)" > 3950 "Lifeguards and other protective service workers (33-909X)" > 4000 "Chefs and head cooks (35-1011)" > 4010 "First-line supervisors/managers of food preparation and serving workers (35-1012)" > 4020 "Cooks (35-2010)" > 4030 "Food preparation workers (35-2021)" > 4040 "Bartenders (35-3011)" > 4050 "Combined food preparation and serving workers, including fast food (35-3021)" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop (35-3022)" > 4110 "Waiters and waitresses (35-3031)" > 4120 "Food servers, nonrestaurant (35-3041)" > 4130 "Dining room and cafeteria attendants and bartender helpers (35-9011)" > 4140 "Dishwashers (35-9021)" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop (35-9031)" > 4160 "Food preparation and serving related workers, all other (35-9099)" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers (37-1011)" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > (37-1012)" > 4220 "Janitors and building cleaners (31-201X)" > 4230 "Maids and housekeeping cleaners (37-2012)" > 4240 "Pest control workers (37-2021)" > 4250 "Grounds maintenance workers (37-3010)" > 4300 "First-line supervisors/managers of gaming workers (39-1010)" > 4320 "First-line supervisors/managers of personal service workers (39-1021)" > 4340 "Animal trainers (39-2011)" > 4350 "Nonfarm animal caretakers (39-2021)" > 4400 "Gaming services workers (39-3010)" > 4410 "Motion picture projectionists (39-3021)" > 4420 "Ushers, lobby attendants, and ticket takers (39-3031)" > 4430 "Miscellaneous entertainment attendants and related workers (39-3090)" > 4460 "Funeral service workers (39-4000)" > 4500 "Barbers (39-5011)" > 4510 "Hairdressers, hairstylists, and cosmetologists (39-5012)" > 4520 "Miscellaneous personal appearance workers (39-5090)" > 4530 "Baggage porters, bellhops, and concierges (39-6010)" > 4540 "Tour and travel guides (39-6020)" > 4550 "Transportation attendants (39-6030)" > 4600 "Child care workers (39-9011)" > 4610 "Personal and home care aides (39-9021)" > 4620 "Recreation and fitness workers (39-9030)" > 4640 "Residential advisors (39-9041)" > 4650 "Personal care and service workers, all other (39-9099)" > 4700 "First-line supervisors/managers of retail sales workers (41-1011)" > 4710 "First-line supervisors/managers of non-retail sales workers (41-1012)" > 4720 "Cashiers (41-2010)" > 4740 "Counter and rental clerks (41-2021)" > 4750 "Parts salespersons (41-2022)" > 4760 "Retail salespersons (41-2031)" > 4800 "Advertising sales agents (41-3011)" > 4810 "Insurance sales agents (41-3021)" > 4820 "Securities, commodities, and financial services sales agents (41-3031)" > 4830 "Travel agents (41-3041)" > 4840 "Sales representatives, services, all other (41-3099)" > 4850 "Sales representatives, wholesale and manufacturing (41-4010)" > 4900 "Models, demonstrators, and product promoters (41-9010)" > 4920 "Real estate brokers and sales agents (41-9020)" > 4930 "Sales engineers (41-9031)" > 4940 "Telemarketers (41-9041)" > 4950 "Door-to-door sales workers, news and street vendors, and related workers (41-9091)" > 4960 "Sales and related workers, all other (41-9099)" > 5000 "First-line supervisors/managers of office and administrative support workers (43-1011)" > 5010 "Switchboard operators, including answering service (43-2011)" > 5020 "Telephone operators (43-2021)" > 5030 "Communications equipment operators, all other (43-2099)" > 5100 "Bill and account collectors (43-3011)" > 5110 "Billing and posting clerks and machine operators (43-3021)" > 5120 "Bookkeeping, accounting, and auditing clerks (43-3031)" > 5130 "Gaming cage workers (43-3041)" > 5140 "Payroll and timekeeping clerks (43-3051)" > 5150 "Procurement clerks (43-3061)" > 5160 "Tellers (43-3071)" > 5200 "Brokerage clerks (43-4011)" > 5210 "Correspondence clerks (43-4021)" > 5220 "Court, municipal, and license clerks (43-4031)" > 5230 "Credit authorizers, checkers, and clerks (43-4041)" > 5240 "Customer service representatives (43-4051)" > 5250 "Eligibility interviewers, government programs (43-4061)" > 5260 "File Clerks (43-4071)" > 5300 "Hotel, motel, and resort desk clerks (43-4081)" > 5310 "Interviewers, except eligibility and loan (43-4111)" > 5320 "Library assistants, clerical (43-4121)" > 5330 "Loan interviewers and clerks (43-4131)" > 5340 "New accounts clerks (43-4141)" > 5350 "Order clerks (43-4151)" > 5360 "Human resources assistants, except payroll and timekeeping (43-4161)" > 5400 "Receptionists and information clerks (43-4171)" > 5410 "Reservation and transportation ticket agents and travel clerks (43-4181)" > 5420 "Information and record clerks, all other (43-4199)" > 5500 "Cargo and freight agents (43-5011)" > 5510 "Couriers and messengers (43-5021)" > 5520 "Dispatchers (43-5030)" > 5530 "Meter readers, utilities (43-5041)" > 5540 "Postal service clerks (43-5051)" > 5550 "Postal service mail carriers (43-5052)" > 5560 "Postal service mail sorters, processors, and processing machine operators (43-5053)" > 5600 "Production, planning, and expediting clerks (43-5061)" > 5610 "Shipping, receiving, and traffic clerks (43-5071)" > 5620 "Stock clerks and order fillers (43-5081)" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping (43-5111)" > 5700 "Secretaries and administrative assistants (43-6010)" > 5800 "Computer operators (43-9011)" > 5810 "Data entry keyers (43-9021)" > 5820 "Word processors and typists (43-9022)" > 5830 "Desktop publishers (43-9031)" > 5840 "Insurance claims and policy processing clerks (43-9041)" > 5850 "Mail clerks and mail machine operators, except postal service (43-9051)" > 5860 "Office clerks, general (43-9061)" > 5900 "Office machine operators, except computer (43-9071)" > 5910 "Proofreaders and copy markers (43-9081)" > 5920 "Statistical assistants (43-9111)" > 5930 "Office and administrative support workers, all other (43-9199)" > 6000 "First-line supervisors/managers of farming, fishing, and forestry workers (45-1010)" > 6010 "Agricultural inspectors (45-2011)" > 6020 "Animal breeders (45-2021)" > 6040 "Graders and sorters, agricultural products (45-2041)" > 6050 "Miscellaneous agricultural workers (45-2090)" > 6100 "Fishers and related fishing workers (45-3011)" > 6110 "Hunters and trappers (45-3021)" > 6120 "Forest and conservation workers (45-4011)" > 6130 "Logging workers (45-4020)" > 6200 "First-line supervisors/managers of construction trades and extraction workers (47-1011)" > 6210 "Boilermakers (47-2011)" > 6220 "Brickmasons, blockmasons, and stonemasons (47-2020)" > 6230 "Carpenters (47-2031)" > 6240 "Carpet, floor, and tile installers and finishers (47-2040)" > 6250 "Cement masons, concrete finishers, and terrazzo workers (47-2050)" > 6260 "Construction laborers (47-2061)" > 6300 "Paving, surfacing, and tamping equipment operators (47-2071)" > 6310 "Pile-driver operators (47-2072)" > 6320 "Operating engineers and other construction equipment operators (47-2073)" > 6330 "Drywall installers, ceiling tile installers, and tapers (47-2080)" > 6350 "Electricians (47-2111)" > 6360 "Glaziers (47-2121)" > 6400 "Insulation workers (47-2130)" > 6420 "Painters, construction and maintenance (47-2141)" > 6430 "Paperhangers (47-2142)" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters (47-2150)" > 6460 "Plasterers and stucco masons (47-2161)" > 6500 "Reinforcing iron and rebar workers (47-2171)" > 6510 "Roofers (47-2181)" > 6520 "Sheet metal workers (47-2211)" > 6530 "Structural iron and steel workers (47-2221)" > 6600 "Helpers, construction trades (47-3010)" > 6660 "Construction and building inspectors (47-4011)" > 6700 "Elevator installers and repairers (47-4021)" > 6710 "Fence erectors (47-4031)" > 6720 "Hazardous materials removal workers (47-4041)" > 6730 "Highway maintenance workers (47-4051)" > 6740 "Rail-track laying and maintenance equipment operators (47-4061)" > 6750 "Septic tank servicers and sewer pipe cleaners (47-4071)" > 6760 "Miscellaneous construction and related workers (47-4090)" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining (47-5010)" > 6820 "Earth drillers, except oil and gas (47-5021)" > 6830 "Explosives workers, ordnance handling experts, and blasters (47-5031)" > 6840 "Mining machine operators (47-5040)" > 6910 "Roof bolters, mining (47-5061)" > 6920 "Roustabouts, oil and gas (47-5071)" > 6930 "Helpers--extraction workers (47-5081)" > 6940 "Other extraction workers (47-50XX)" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers (49-1011)" > 7010 "Computer, automated teller, and office machine repairers (49-2011)" > 7020 "Radio and telecommunications equipment installers and repairers (49-2020)" > 7030 "Avionics technicians (49-2091)" > 7040 "Electric motor, power tool, and related repairers (49-2092)" > 7050 "Electrical and electronics installers and repairers, transportation equipment (49-2093)" > 7100 "Electrical and electronics repairers, industrial and utility (49-209X)" > 7110 "Electronic equipment installers and repairers, motor vehicles (49-2096)" > 7120 "Electronic home entertainment equipment installers and repairers (49-2097)" > 7130 "Security and fire alarm systems installers (49-2098)" > 7140 "Aircraft mechanics and service technicians (49-3011)" > 7150 "Automotive body and related repairers (49-3021)" > 7160 "Automotive glass installers and repairers (49-3022)" > 7200 "Automotive service technicians and mechanics (49-3023)" > 7210 "Bus and truck mechanics and diesel engine specialists (49-3031)" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics (49-3040)" > 7240 "Small engine mechanics (49-3050)" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers (49-3090 > )" > 7300 "Control and valve installers and repairers (49-9010)" > 7310 "Heating, air conditioning, and refrigeration mechanics and installers (49-9021)" > 7320 "Home appliance repairers (49-9031)" > 7330 "Industrial and refractory machinery mechanics (49-904X)" > 7340 "Maintenance and repair workers, general (49-9042)" > 7350 "Maintenance workers, machinery (49-9043)" > 7360 "Millwrights (49-9044)" > 7410 "Electrical power-line installers and repairers (49-9051)" > 7420 "Telecommunications line installers and repairers (49-9052)" > 7430 "Precision instrument and equipment repairers (49-9060)" > 7510 "Coin, vending, and amusement machine servicers and repairers (49-9091)" > 7520 "Commercial divers (49-9092)" > 7540 "Locksmiths and safe repairers (49-9094)" > 7550 "Manufactured building and mobile home installers (49-9095)" > 7560 "Riggers (49-9096)" > 7600 "Signal and track switch repairers (49-9097)" > 7610 "Helpers--installation, maintenance, and repair workers (49-9098)" > 7620 "Other installation, maintenance, and repair workers (49-909X)" > 7700 "First-line supervisors/managers of production and operating workers (51-1011)" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers (51-2011)" > 7720 "Electrical, electronics, and electromechanical assemblers (51-2020)" > 7730 "Engine and other machine assemblers (51-2031)" > 7740 "Structural metal fabricators and fitters (51-2041)" > 7750 "Miscellaneous assemblers and fabricators (51-2090)" > 7800 "Bakers (51-3011)" > 7810 "Butchers and other meat, poultry, and fish processing workers (51-3020)" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders (51-3091)" > 7840 "Food batchmakers (51-3092)" > 7850 "Food cooking machine operators and tenders (51-3093)" > 7900 "Computer control programmers and operators (51-4010)" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic (51-402 > 1)" > 7930 "Forging machine setters, operators, and tenders, metal and plastic (51-4022)" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic (51-4023)" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > (51-4031)" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic (51 > -4032)" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic (51-4033)" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic (51-40 > 34)" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic (51-4035) > " > 8030 "Machinists (51-4041)" > 8040 "Metal furnace and kiln operators and tenders (51-4050)" > 8060 "Model makers and patternmakers, metal and plastic (51-4060)" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic (51-4070) > " > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic (51-4081)" > 8130 "Tool and die makers (51-4111)" > 8140 "Welding, soldering, and brazing workers (51-4120)" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic (51-4191)" > 8160 "Lay-out workers, metal and plastic (51-4192)" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic (51-4193) > " > 8210 "Tool grinders, filers, and sharpeners (51-4194)" > 8220 "Metalworkers and plastic workers, all other (51-4199)" > 8230 "Bookbinders and bindery workers (51-5010)" > 8240 "Job printers (51-5021)" > 8250 "Prepress technicians and workers (51-5022)" > 8260 "Printing machine operators (51-5023)" > 8300 "Laundry and dry-cleaning workers (51-6011)" > 8310 "Pressers, textile, garment, and related materials (51-6021)" > 8320 "Sewing machine operators (51-6031)" > 8330 "Shoe and leather workers and repairers (51-6041)" > 8340 "Shoe machine operators and tenders (51-6042)" > 8350 "Tailors, dressmakers, and sewers (51-6050)" > 8360 "Textile bleaching and dyeing machine operators and tenders (51-6061)" > 8400 "Textile cutting machine setters, operators, and tenders (51-6062)" > 8410 "Textile knitting and weaving machine setters, operators, and tenders (51-6063)" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders (51-6 > 064)" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s (51-6091)" > 8440 "Fabric and apparel patternmakers (51-6092)" > 8450 "Upholsterers (51-6093)" > 8460 "Textile, apparel, and furnishings workers, all other (51-6099)" > 8500 "Cabinetmakers and bench carpenters (51-7011)" > 8510 "Furniture finishers (51-7021)" > 8520 "Model makers and patternmakers, wood (51-7030)" > 8530 "Sawing machine setters, operators, and tenders, wood (51-7041)" > 8540 "Woodworking machine setters, operators, and tenders, except sawing (51-7042)" > 8550 "Woodworkers, all other (51-7099)" > 8600 "Power plant operators, distributors, and dispatchers (51-8010)" > 8610 "Stationary engineers and boiler operators (51-8021)" > 8620 "Water and liquid waste treatment plant and system operators (51-8031)" > 8630 "Miscellaneous plant and system operators (51-8090)" > 8640 "Chemical processing machine setters, operators, and tenders (51-9010)" > 8650 "Crushing, grinding, polishing, mixing, and blending workers (51-9020)" > 8710 "Cutting workers (51-9030)" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders (51 > -9041)" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders (51-9051)" > 8740 "Inspectors, testers, sorters, samplers, and weighers (51-9061)" > 8750 "Jewelers and precious stone and metal workers (51-9071)" > 8760 "Medical, dental, and ophthalmic laboratory technicians (51-9080)" > 8800 "Packaging and filling machine operators and tenders (51-9111)" > 8810 "Painting workers (51-9120)" > 8830 "Photographic process workers and processing machine operators (51-9130)" > 8840 "Semiconductor processors (51-9141)" > 8850 "Cementing and gluing machine operators and tenders (51-9191)" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders (51-9192)" > 8900 "Cooling and freezing equipment operators and tenders (51-9193)" > 8910 "Etchers and engravers (51-9194)" > 8920 "Molders, shapers, and casters, except metal and plastic (51-9195)" > 8930 "Paper goods machine setters, operators, and tenders (51-9196)" > 8940 "Tire builders (51-9197)" > 8950 "Helpers--production workers (51-9198)" > 8960 "Production workers, all other (51-9199)" > 9000 "Supervisors, transportation and material moving workers (53-1000)" > 9030 "Aircraft pilots and flight engineers (53-2010)" > 9040 "Air traffic controllers and airfield operations specialists (53-2020)" > 9110 "Ambulance drivers and attendants, except emergency medical technicians (53-3011)" > 9120 "Bus drivers (53-3020)" > 9130 "Driver/sales workers and truck drivers (53-3030)" > 9140 "Taxi drivers and chauffeurs (53-3041)" > 9150 "Motor vehicle operators, all other (53-3099)" > 9200 "Locomotive engineers and operators (53-4010)" > 9230 "Railroad brake, signal, and switch operators (53-4021)" > 9240 "Railroad conductors and yardmasters (53-4031)" > 9260 "Subway, streetcar, and other rail transportation workers (53-30XX)" > 9300 "Sailors and marine oilers (53-5011)" > 9310 "Ship and boat captains and operators (53-5020)" > 9330 "Ship engineers (53-5031)" > 9340 "Bridge and lock tenders (53-6011)" > 9350 "Parking lot attendants (53-6021)" > 9360 "Service station attendants (53-6031)" > 9410 "Transportation inspectors (53-6051)" > 9420 "Other transportation workers (53-60XX)" > 9500 "Conveyor operators and tenders (53-7011)" > 9510 "Crane and tower operators (53-7021)" > 9520 "Dredge, excavating, and loading machine operators (53-7030)" > 9560 "Hoist and winch operators (53-7041)" > 9600 "Industrial truck and tractor operators (53-7051)" > 9610 "Cleaners of vehicles and equipment (53-7061)" > 9620 "Laborers and freight, stock, and material movers, hand (53-7062)" > 9630 "Machine feeders and offbearers (53-7063)" > 9640 "Packers and packagers, hand (53-7064)" > 9650 "Pumping station operators (53-7070)" > 9720 "Refuse and recyclable material collectors (53-7081)" > 9730 "Shuttle car operators (53-7111)" > 9740 "Tank car, truck, and ship loaders (53-7121)" > 9750 "Material moving workers, all other (53-7199)" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reporteds(Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers (55-1010)" > 9810 "First-line enlisted military supervisors/managers (55-2010)" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members (55-3 > 010)" > 9830 "Military, rank not specified (99-9999)" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg05.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 322,991 6.493348 3.45407 1 12 hurespli | 322,939 1.491935 .8580982 1 15 hrhtype | 322,991 2.59588 2.250503 1 10 minsamp | 322,991 6.011251 1.999971 4 8 -------------+--------------------------------------------------------- hrlonglk | 322,991 1.991764 .1280753 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 322,991 1.052416 .2465816 1 7 -------------+--------------------------------------------------------- state | 322,991 53.35078 26.35006 11 95 stfips | 322,991 28.16645 15.79064 1 56 cbsafips | 322,991 24937.34 21218.49 0 79600 county | 322,991 27.46992 65.86541 0 810 centcity | 263,925 2.003785 .7415407 1 3 -------------+--------------------------------------------------------- smsastat | 320,201 1.228185 .419663 1 2 icntcity | 23,671 1.413502 .951166 1 7 smsa04 | 261,656 4.202594 2.155997 0 7 relref95 | 322,991 3.0294 3.065008 1 18 age | 322,991 45.26263 17.96758 16 85 -------------+--------------------------------------------------------- spouse | 174,893 1.580046 .7041355 1 15 sex | 322,991 1.523104 .4994667 1 2 veteran | 187,522 5.667804 1.109807 1 6 grade92 | 322,991 39.8775 2.800101 31 46 race | 322,991 1.378283 1.27769 1 21 -------------+--------------------------------------------------------- ethnic | 33,021 1.994246 1.406191 1 5 lineno | 322,991 1.753708 1.056181 1 16 famnum | 322,991 .8039326 .4542456 0 6 pfamrel | 322,991 1.380091 1.052093 -1 4 marital | 322,991 3.287677 2.624325 1 7 -------------+--------------------------------------------------------- prpertyp | 322,991 2.004381 .0660435 2 3 penatvty | 322,991 85.09706 81.11334 57 555 pemntvty | 322,991 92.79985 88.31731 57 555 pefntvty | 322,991 92.97181 88.39068 57 555 prcitshp | 322,991 1.446567 1.178979 1 5 -------------+--------------------------------------------------------- prcitflg | 322,991 .1215266 1.662693 0 41 peinusyr | 322,975 1.40579 4.066652 0 18 selfproxy | 320,569 1.524081 .5499788 1 3 lfsr94 | 321,576 2.761863 2.344953 1 7 absent94 | 8,366 6.06897 3.369268 4 14 -------------+--------------------------------------------------------- uhourse | 204,463 34.84986 16.55589 -4 99 reason94 | 15,041 5.105711 2.828285 1 13 hourslw | 194,682 38.91666 13.44656 1 99 laydur | 1,359 8.407653 11.50489 1 104 dwrsn | 5,482 7.614374 3.12895 1 11 -------------+--------------------------------------------------------- why3594 | 48,816 14.91937 7.031162 1 23 prunedur | 9,898 18.31269 24.2817 0 117 untype | 9,898 3.453425 1.641357 1 6 ftpt94 | 321,576 2.67404 2.437441 1 12 class94 | 222,243 4.125187 1.181348 1 8 -------------+--------------------------------------------------------- agri | 222,243 .0204281 .1414598 0 1 eligible | 322,991 1.445347 .4970048 1 2 otc | 179,148 1.850152 .3569235 1 2 ernpdh2 | 96,595 1.742802 .4370915 1 2 paidhre | 179,148 1.39339 .4885034 1 2 -------------+--------------------------------------------------------- earnhre | 108,609 1349.818 780.5516 32 9999 earnwke | 179,148 709.9971 538.8712 0 2884.61 unionmme | 179,148 1.876382 .3291467 1 2 unioncov | 157,002 1.985229 .1206335 1 2 schenr | 48,496 1.492989 .499956 1 2 -------------+--------------------------------------------------------- studftpt | 24,588 1.08252 .2751608 1 2 schlvl | 24,588 1.477591 .4995077 1 2 earnwt | 322,991 8399.581 4715.556 0 133411.1 weight | 322,991 2099.895 1173.812 0 34716.21 chldpres | 204,257 2.322496 3.380268 0 15 -------------+--------------------------------------------------------- ownchild | 204,105 .8503319 1.131901 0 10 I25d | 179,148 .3094313 .4622605 0 1 I25c | 108,673 .3414095 .4741847 0 1 I25a | 322,991 .3449817 3.530872 0 43 I25b | 322,991 3.505831 11.60454 0 42 -------------+--------------------------------------------------------- qstnum | 0 occurnum | 0 ged | 100,071 1.093883 .2916678 1 2 gedhigr | 9,395 6.343268 1.193801 1 8 yrcoll | 86,149 2.726033 .9999293 1 5 -------------+--------------------------------------------------------- grprof | 53,194 1.744426 .4361874 1 2 gr6cor | 13,595 1.351085 .477327 1 2 ms123 | 19,062 2.171178 .582902 1 3 cmpwgt | 322,991 2100.151 1175.252 0 34708.83 ind02 | 222,243 6109.839 2737.451 170 9890 -------------+--------------------------------------------------------- occ00 | 222,243 4342.378 2555.252 10 9840 occ002 | 322,991 135.3002 823.7496 -1 9750 vet1 | 14,264 4.39477 1.892543 1 9 vet2 | 2,612 4.419219 1.699343 2 9 vet3 | 586 5.035836 1.592851 3 9 -------------+--------------------------------------------------------- vet4 | 136 6.705882 1.559286 4 9 hurhhscrn | 53,290 1.996772 .0567209 1 2 purkat1 | 366 1.655738 .4757775 1 2 purkat2 | 118 1.728814 1.159583 1 6 recnum | 322,991 233025.9 134251.6 1 464738 -------------+--------------------------------------------------------- year | 322,991 2005 0 2005 2005 ym_file | 322,991 545.4933 3.45407 540 551 ym | 322,991 536.4596 6.943678 525 548 ch02 | 204,257 .1157414 .3199154 0 1 ch35 | 204,257 .1230998 .3285526 0 1 -------------+--------------------------------------------------------- ch613 | 204,257 .2612836 .4393352 0 1 ch1417 | 204,257 .1588783 .3655634 0 1 ch05 | 204,257 .1971879 .3978763 0 1 ihigrdc | 322,991 13.10552 3.01179 0 18 docc00 | 222,243 12.89276 6.631031 1 23 -------------+--------------------------------------------------------- dind02 | 222,243 30.06931 14.6842 1 52 . aef2 2006 06 03 06 dct_name aef03.dbd raw_name=../raw/morg06 (0 observations deleted) obs 460465 # of persons with age<=15 139914 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 48,133 10.45 10.45 0 | 5,047 1.10 11.55 1 | 5,346 1.16 12.71 2 | 5,530 1.20 13.91 3 | 5,647 1.23 15.14 4 | 5,588 1.21 16.35 5 | 5,605 1.22 17.57 6 | 5,677 1.23 18.80 7 | 5,741 1.25 20.05 8 | 5,706 1.24 21.29 9 | 5,687 1.24 22.52 10 | 5,841 1.27 23.79 11 | 5,718 1.24 25.03 12 | 6,066 1.32 26.35 13 | 6,145 1.33 27.68 14 | 6,206 1.35 29.03 15 | 6,231 1.35 30.39 16 | 6,503 1.41 31.80 17 | 6,011 1.31 33.10 18 | 5,501 1.19 34.30 19 | 5,113 1.11 35.41 20 | 5,088 1.10 36.51 21 | 5,094 1.11 37.62 22 | 5,030 1.09 38.71 23 | 5,161 1.12 39.83 24 | 5,132 1.11 40.95 25 | 5,460 1.19 42.13 26 | 5,240 1.14 43.27 27 | 5,025 1.09 44.36 28 | 4,934 1.07 45.43 29 | 5,065 1.10 46.53 30 | 5,131 1.11 47.65 31 | 4,998 1.09 48.73 32 | 4,839 1.05 49.78 33 | 5,137 1.12 50.90 34 | 5,303 1.15 52.05 35 | 5,898 1.28 53.33 36 | 5,881 1.28 54.61 37 | 5,572 1.21 55.82 38 | 5,615 1.22 57.04 39 | 5,598 1.22 58.25 40 | 6,227 1.35 59.61 41 | 6,153 1.34 60.94 42 | 6,253 1.36 62.30 43 | 6,305 1.37 63.67 44 | 6,224 1.35 65.02 45 | 6,627 1.44 66.46 46 | 6,509 1.41 67.88 47 | 6,371 1.38 69.26 48 | 6,444 1.40 70.66 49 | 6,338 1.38 72.03 50 | 6,495 1.41 73.45 51 | 6,252 1.36 74.80 52 | 5,792 1.26 76.06 53 | 5,805 1.26 77.32 54 | 5,624 1.22 78.54 55 | 5,569 1.21 79.75 56 | 5,346 1.16 80.91 57 | 5,040 1.09 82.01 58 | 5,308 1.15 83.16 59 | 5,207 1.13 84.29 60 | 4,096 0.89 85.18 61 | 4,012 0.87 86.05 62 | 3,726 0.81 86.86 63 | 4,048 0.88 87.74 64 | 3,594 0.78 88.52 65 | 3,567 0.77 89.30 66 | 3,442 0.75 90.04 67 | 2,885 0.63 90.67 68 | 2,948 0.64 91.31 69 | 2,771 0.60 91.91 70 | 2,738 0.59 92.51 71 | 2,583 0.56 93.07 72 | 2,489 0.54 93.61 73 | 2,292 0.50 94.11 74 | 2,379 0.52 94.62 75 | 2,369 0.51 95.14 76 | 2,325 0.50 95.64 77 | 2,397 0.52 96.16 78 | 2,122 0.46 96.62 79 | 1,789 0.39 97.01 80 | 7,971 1.73 98.74 85 | 5,790 1.26 100.00 ------------+----------------------------------- Total | 460,465 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 48,133 34.40 34.40 0 | 5,047 3.61 38.01 1 | 5,346 3.82 41.83 2 | 5,530 3.95 45.78 3 | 5,647 4.04 49.82 4 | 5,588 3.99 53.81 5 | 5,605 4.01 57.82 6 | 5,677 4.06 61.88 7 | 5,741 4.10 65.98 8 | 5,706 4.08 70.06 9 | 5,687 4.06 74.12 10 | 5,841 4.17 78.30 11 | 5,718 4.09 82.38 12 | 6,066 4.34 86.72 13 | 6,145 4.39 91.11 14 | 6,206 4.44 95.55 15 | 6,231 4.45 100.00 ------------+----------------------------------- Total | 139,914 100.00 (139,914 observations deleted) (0 observations deleted) obs 320551 after keeping age>15&age!=. infile successful no observations (38 real changes made, 38 to missing) (54,210 real changes made, 54,210 to missing) (319,573 real changes made, 319,573 to missing) (319,573 real changes made, 319,573 to missing) (0 real changes made) (0 real changes made) (159,671 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (160,880 real changes made) Geography (320,551 real changes made) dropping cmsacode msafips smsa93 smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (3,022 real changes made, 3,022 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (60,092 real changes made, 60,092 to missing) (294,408 real changes made, 294,408 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (148,148 real changes made, 148,148 to missing) if 2006 > 1983 & 2006 < 1989 { (0 real changes made) (119,338 real changes made, 119,338 to missing) (119,214 real changes made, 119,214 to missing) (119,214 missing values generated) (119,214 missing values generated) (119,214 missing values generated) (119,214 missing values generated) (ch02: 80766 changes made) (ch35: 91072 changes made) (ch613: 91072 changes made) (ch1417: 91072 changes made) (119,214 missing values generated) (16,558 real changes made) (0 real changes made) (222,294 real changes made, 222,294 to missing) (311,309 real changes made, 311,309 to missing) (234,620 real changes made, 234,620 to missing) (267,094 real changes made, 267,094 to missing) (307,138 real changes made, 307,138 to missing) (301,205 real changes made, 301,205 to missing) (320,551 missing values generated) (1,146 real changes made) (2,436 real changes made) (4,651 real changes made) (7,919 real changes made) (8,431 real changes made) (12,769 real changes made) (13,193 real changes made) (4,859 real changes made) (34 real changes made) (32 real changes made) (59 real changes made) (691 real changes made) (1,122 real changes made) (2,538 real changes made) (3,404 real changes made) (1,362 real changes made) (89,015 real changes made) (10,951 real changes made) (22,277 real changes made) (37,884 real changes made) (10,858 real changes made) (3,961 real changes made) (40,044 real changes made) (4,673 real changes made) (8,740 real changes made) (1,947 real changes made) (17,399 real changes made) (8,156 real changes made) (223,761 real changes made, 223,761 to missing) (311,666 real changes made, 311,666 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (285,915 real changes made, 285,915 to missing) (0 real changes made) (286,952 real changes made, 286,952 to missing) (314,008 real changes made, 314,008 to missing) (319,099 real changes made, 319,099 to missing) (320,179 real changes made, 320,179 to missing) Employment (2,369 real changes made, 2,369 to missing) (315,378 real changes made, 315,378 to missing) (141,890 real changes made, 141,890 to missing) (100,082 real changes made, 100,082 to missing) (100,082 real changes made, 100,082 to missing) (100,082 real changes made, 100,082 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 556 generate int docc00=occ00; (100,082 missing values generated) recode docc00 2000-2010 (docc00: 220469 changes made) dind (100,082 missing values generated) (dind02: 220469 changes made) Wages (141,890 real changes made, 141,890 to missing) (0 real changes made) (212,975 real changes made, 212,975 to missing) (0 real changes made) (0 real changes made) (141,890 real changes made) (216,062 real changes made) (100,082 real changes made, 100,082 to missing) (311,666 real changes made, 311,666 to missing) (117,956 real changes made) (141,890 real changes made) (0 real changes made) (116,632 real changes made, 116,632 to missing) (1,324 real changes made, 1,324 to missing) (319,302 real changes made, 319,302 to missing) (212,918 real changes made, 212,918 to missing) (141,890 real changes made, 141,890 to missing) Hours, Unions (305,536 real changes made, 305,536 to missing) (312,136 real changes made, 312,136 to missing) (295,631 real changes made, 295,631 to missing) (272,159 real changes made, 272,159 to missing) (295,631 real changes made, 295,631 to missing) (1,324 real changes made, 1,324 to missing) (126,371 real changes made, 126,371 to missing) (107 real changes made) (272,706 real changes made, 272,706 to missing) (141,890 real changes made, 141,890 to missing) (163,313 real changes made, 163,313 to missing) variable spouse was int now byte variable hourslw was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now byte variable serial was str2 now str1 (5,128,816 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > 46 "NE" > 47 "KS" > 51 "DE" > 52 "MD" > 53 "DC" > 54 "VA" > 55 "WV" > 56 "NC" > 57 "SC" > 58 "GA" > 59 "FL" > 61 "KY" > 62 "TN" > 63 "AL" > 64 "MS" > 71 "AR" > 72 "LA" > 73 "OK" > 74 "TX" > 81 "MT" > 82 "ID" > 83 "WY" > 84 "CO" > 85 "NM" > 86 "AZ" > 87 "UT" > 88 "NV" > 91 "WA" > 92 "OR" > 93 "CA" > 94 "AK" > 95 "HI" > ; . * smsastat: 1979-; . label values smsastat P5L; . label define P5L > 1 "Metropolitan" > 2 "Nonmetropolitan" > ; . * centcity: 1979-; . label values centcity P6L; . label define P6L > 1 "Central City" > 2 "Balance Of MSA" > 3 "Non-Metropolitan" > ; . * smsa04: 2004:5-; . label values smsa04 smsa04; . label define smsa04 > 0 "Not identified or nonmetropolitan" > 2 "100,000 - 249,999" > 3 "250,000 - 499,999" > 4 "500,000 - 999,999" > 5 "1,000,000 - 2,499,999" > 6 "2,500,000 - 4,999,999" > 7 "5,000,000+" > ; . * icntcity goes here; . *cbsafips: 2004:5-; . label values cbsafips cbsafips; . label define cbsafips > 460 "Appleton-Oshkosh-Neenah, WI MSA*" > 3000 "Grand Rapids-Muskegon-Holland, MI MSA*" > 3160 "Greenville-Spartanburg-Anderson, SC MSA*" > 3610 "Jamestown, NY MSA*" > 3720 "Kalamazoo-Battle Creek, MI MSA* (Van Buren County not in" > 6450 "Portsmouth-Rochester, NH-ME MSA* (ME portion not identified)" > 10420 "Akron, OH" > 10500 "Albany, GA (Baker, Terrell, and Worth Counties not in sample)" > 10580 "Albany-Schenectady-Troy, NY" > 10740 "Albuquerque, NM" > 10900 "Allentown-Bethlehem-Easton, PA-NJ" > 11020 "Altoona, PA" > 11000 "Amarillo, TX (Armstrong and Carson Counties not in sample)" > 11100 "Amarillo, TX" > 11260 "Anchorage, AK" > 11300 "Anderson, IN" > 11340 "Anderson, SC" > 11460 "Ann Arbor, MI" > 11500 "Anniston-Oxford, AL" > 11540 "Appleton,WI" > 11700 "Asheville, NC (Haywood and Henderson Counties not in sample)" > 12020 "Athens-Clark County, GA (Oglethorpe County not in sample)" > 12060 "Atlanta-Sandy Springs-Marietta, GA (Haralson, Heard, Jasper," > 12100 "Atlantic City, NJ" > 12260 "Augusta-Richmond County, GA-SC" > 12420 "Austin-Round Rock, TX" > 12540 "Bakersfield, CA" > 12580 "Baltimore-Towson, MD" > 12940 "Baton Rouge, LA" > 13140 "Beaumont-Port Author, TX" > 13380 "Bellingham, WA" > 13460 "Bend, OR" > 13740 "Billings, MT (Carbon County not in sample)" > 13780 "Binghamton, NY" > 13820 "Birmingham-Hoover, AL" > 14020 "Bloomington, IN (Owen County not in sample)" > 14060 "Bloomington-Normal IL" > 14260 "Boise City-Nampa, ID (Owyhee County not in sample)" > 14500 "Boulder, CO" > 14540 "Bowling Green, KY" > 14740 "Bremerton-Silverdale, WA" > 15180 "Brownsville-Harlingen, TX" > 15380 "Buffalo-Niagara Falls, NY" > 15940 "Canton-Massillon, OH" > 15980 "Cape Coral-Fort Myers, FL" > 16300 "Cedar Rapids, IA (Benton and Jones Counties not in sample)" > 16580 "Champaign-Urbana, IL (Ford County not in sample)" > 16620 "Charleston, WV (Clay County not in sample)" > 16700 "Charleston-North Charleston, SC" > 16740 "Charlotte-Gastonia-Concord, NC-SC (Anson County, NC not in" > 16860 "Chattanooga, TN-GA" > 16980 "Chicago-Naperville-Joliet, IN-IN-WI (DeKalb, IL; Jasper, IN;" > 17020 "Chico, CA" > 17140 "Cincinnati-Middletown, OH-KY-IN (Franklin County, IN not in" > 17300 "Clarksville, TN-KY" > 17460 "Cleveland-Elyria-Mentor, OH" > 17660 "Coeur d'Alene, ID" > 17820 "Colorado Springs, CO" > 17860 "Columbia, MO (Howard County not in sample)" > 17900 "Columbia, SC" > 17980 "Columbus, GA-AL (Harris County, GA not in sample)" > 18140 "Columbus, OH (Morrow County not in sample)" > 18580 "Corpus Christi, TX" > 19100 "Dallas-Fort Worth-Arlington, TX (Delta and Hunt Counties not" > 19340 "Davenport-Moline-Rock Island, IA-IL" > 19380 "Dayton, OH" > 19460 "Decatur, Al" > 19500 "Decatur, IL" > 19660 "Deltona-Daytona Beach-Ormond Beach, FL" > 19740 "Denver-Aurora, CO" > 19780 "Des Moines, IA" > 19820 "Detroit-Warren-Livonia, MI" > 20100 "Dover, DE" > 20260 "Duluth, MN-WI (Carlton County, MN not in sample, WI portion" > 20500 "Durham, NC" > 20740 "Eau Claire, WI" > 20940 "El Centro, CA" > 21340 "El Paso, TX" > 21500 "Erie, PA" > 21660 "Eugene-Springfield, OR" > 21780 "Evansville, IN-KY (Gibson County, IN and Kentucky portion not" > 22020 "Fargo, ND-MN (MN portion not identified)" > 22140 "Farmington, NM" > 22180 "Fayetteville, NC" > 22220 "Fayetteville-Springdale-Rogers, AR-MO (Madison County, AR and" > 22420 "Flint, MI" > 22460 "Florence, AL" > 22660 "Fort Collins-Loveland, CO" > 22900 "Fort Smith, AR-OK (Oklahoma portion not in sample)" > 23020 "Fort Walton Beach-Crestview-Destin, FL" > 23060 "Fort Wayne, IN" > 23420 "Fresno, CA" > 23540 "Gainesville, FL (Gilchrist County not in sample)" > 24340 "Grand Rapids-Wyoming, MI" > 24540 "Greeley, CO" > 24580 "Green Bay, WI (Oconto County not in sample)" > 24660 "Greensboro-High Point, NC" > 24780 "Greenville, NC" > 24860 "Greenville, SC (Laurens and Pickens Counties not in sample)" > 25060 "Gulfport-Biloxi, MS" > 25180 "Hagerstown-Martinsburg, MD-WV (Berkeley County, WV not" > 25420 "Harrisburg-Carlisle, PA" > 25500 "Harrisonburg, VA" > 25860 "Hickory-Morgantown-Lenoir, NC (Caldwell County not in sample)" > 25980 "Hinesville-Fort Stewart, GA" > 26100 "Holland-Grand Haven, MI" > 26180 "Honolulu, HI" > 26380 "Houma-Bayou Cane-Thibodaux, LA" > 26420 "Houston-Baytown-Sugar Land, TX" > 26580 "Huntington-Ashland, WV-KY-OH (Kentucky and Ohio portions not" > 26620 "Huntsville, AL" > 26900 "Indianapolis, IN" > 26980 "Iowa City, IA (Washington County not in sample)" > 27100 "Jackson, MI" > 27140 "Jackson, MS" > 27260 "Jacksonville, FL" > 27340 "Jacksonville, NC" > 27500 "Janesville, WI" > 27740 "Johnson City, TN" > 27780 "Johnstown, PA" > 27900 "Joplin, MO" > 28020 "Kalamazoo-Portage, MI" > 28100 "Kankakee-Bradley, IL" > 28140 "Kansas City, MO-KS (Franklin, KS; Leavenworth, KS; Linn, KS;" > 28660 "Killeen-Temple-Fort Hood, TX" > 28700 "Kingsport-Bristol, TN-VA (Virginia portion not identified)" > 28740 "Kingston, NY" > 28940 "Knoxville, TN (Anderson County not in sample)" > 29100 "La Crosse, WI (Houston County not in sample)" > 29180 "Lafayette, LA" > 29340 "Lake Charles, LA (Cameron Parish not in sample)" > 29460 "Lakeland-Winter Haven, FL" > 29540 "Lancaster, PA" > 29620 "Lansing-East Lansing, MI" > 29700 "Laredo, TX" > 29740 "Las Cruses, NM" > 29820 "Las Vegas-Paradise, NM" > 29940 "Lawrence, KS" > 30020 "Lawton, OK" > 30460 "Lexington-Fayette, KY" > 30700 "Lincoln, NE" > 30780 "Little Rock-North Little Rock, AR (Perry County not in sample)" > 30980 "Longview, TX (Rusk and Upshur Counties not in sample)" > 31100 "Los Angeles-Long Beach-Santa Ana, CA" > 31140 "Louisville, KY-IN (Washington, IN; Henry, KY; Nelson, KY;" > 31180 "Lubbock, TX (Crosby County not in sample)" > 31340 "Lynchburg, VA (Appomattox and Bedford Counties and Bedford" > 31420 "Macon,, GA (Crawford, Monroe, and Twiggs Counties not in" > 31460 "Madera, CA" > 31540 "Madison, WI" > 32580 "McAllen-Edinburg-Pharr, TX" > 32780 "Medford, OR" > 32820 "Memphis, TN-MS-AR (Arkansas portion not identified and Tunica" > 32900 "Merced, CA" > 33100 "Miami-Fort Lauderdale-Miami Beach, FL" > 33140 "Michigan City-La Porte, IN" > 33260 "Midland, TX" > 33340 "Milwaukee-Waukesha-West Allis, WI" > 33460 "Minneapolis-St Paul-Bloomington, MN-WI (Wisconsin portion not" > 33660 "Mobile, AL" > 33700 "Modesto, CA" > 33740 "Monroe, LA" > 33780 "Monroe, MI" > 33860 "Montgomery, AL" > 34740 "Muskegon-Norton Shores, MI" > 34820 "Myrtle Beach-Conway-North Myrtle Beach, SC" > 34900 "Napa, CA" > 34940 "Naples-Marco Island, FL" > 34980 "Nashville-Davidson-Murfreesboro, TN (Cannon, Hickman and Macon" > 35380 "New Orleans-Metairie-Kenner, LA" > 35620 "New York-Northern New Jersey-Long Island, NY-NJ-PA" > 35660 "Niles-Benton Harbor, MI" > 36100 "Ocala, FL" > 36140 "Ocean City, NJ" > 36260 "Ogden-Clearfield, UT" > 36420 "Oklahoma City, OK" > 36500 "Olympia, WA" > 36540 "Omaha-Council Bluffs, NE-IA" > 36740 "Orlando, FL" > 36780 "Oshkosh-Neenah, WI" > 37100 "Oxnard-Thousand Oaks-Ventura, CA" > 37340 "Palm Bay-Melbourne-Titusville, FL" > 37460 "Panama City-Lynn Haven, FL" > 37860 "Pensacola-Ferry Pass-Brent, FL" > 37900 "Peoria, IL" > 37980 "Philadelphia-Camden-Wilmington, PA-NJ-DE" > 38060 "Phoenix-Mesa-Scottsdale, AZ" > 38300 "Pittsburgh, PA" > 38900 "Portland-Vancouver-Beaverton, OR-WA (Yamhill County, OR not in" > 38940 "Port St. Lucie-Fort Pierce, FL" > 39100 "Poughkeepsie-Newburgh-Middletown, NY" > 39140 "Prescott, AZ" > 39340 "Provo-Orem, UT (Juab County not in sample)" > 39380 "Pueblo, CO" > 39460 "Punta Gorda, FL" > 39540 "Racine, WI" > 39580 "Raleigh-Cary, NC" > 39740 "Reading, PA" > 39900 "Reno-Sparks, NV" > 40060 "Richmond, VA (Cumberland County not in sample)" > 40140 "Riverside-San Bernardino, CA" > 40220 "Roanoke, VA (Craig and Franklin Counties not in sample)" > 40380 "Rochester, NY" > 40420 "Rockford, IL" > 40900 "Sacramento--Arden-Arcade-Roseville, CA" > 40980 "Saginaw-Saginaw Township North, MI" > 41060 "St. Cloud, MN" > 41180 "St. Louis, MO-IL (Calhoun County, IL not in sample)" > 41420 "Salem, OR" > 41500 "Salinas, CA" > 41540 "Salisbury, MD" > 41620 "Salt Lake City, UT (Toole County not in sample)" > 41700 "San Antonio, TX" > 41740 "San Diego-Carlsbad-San Marcos, CA" > 41860 "San Francisco-Oakland-Fremont, CA" > 41940 "San Jose-Sunnyvale-Santa Clara, CA" > 42020 "San Luis Obispo-Paso Robles, CA" > 42060 "Santa Barbara-Santa Maria-Goleta, CA" > 42100 "Santa-Cruz-Watsonville, CA" > 42140 "Santa Fe, NM" > 42220 "Santa Rosa-Petaluma, CA" > 42260 "Sarasota-Bradenton-Venice, CA" > 42340 "Savannah, GA" > 42540 "Scranton-Wilkes Barre, PA" > 42660 "Seattle-Tacoma-Bellevue, WA" > 43340 "Shreveport-Bossier City, LA (De Soto Parish not in sample)" > 43620 "Sioux Falls, SD" > 43780 "South Bend-Mishawaka, IN-MI (Michigan portion not identified)" > 43900 "Spartanburg, SC" > 44060 "Spokane, WA" > 44100 "Springfield, IL" > 44180 "Springfield, MO (Dallas and Polk Counties not in sample)" > 44220 "Springfield, OH" > 44700 "Stockton, CA" > 45060 "Syracuse, NY" > 45220 "Tallahassee, FL" > 45300 "Tampa-St. Petersburg-Clearwater, FL" > 45780 "Toledo, OH (Ottawa County not in sample)" > 45820 "Topeka, KS (Jackson and Jefferson Counties not in sample)" > 45940 "Trenton-Ewing, NJ" > 46060 "Tucson, AZ" > 46140 "Tulsa, OK (Okmulgee County not in sample)" > 46220 "Tuscaloosa, AL (Greene and Hale Counties not in sample)" > 46540 "Utica-Rome, NY" > 46660 "Valdosta, GA (Lanier County not in sample)" > 46700 "Vallejo-Fairfield, CA" > 46940 "Vero Beach, FL" > 47020 "Victoria, TX" > 47220 "Vineland-Millville-Bridgeton, NJ" > 47260 "Virginia Beach-Norfolk-Newport News, VA-NC (North Carolina" > 47300 "Visalia-Porterville, CA" > 47380 "Waco, TX" > 47580 "Warner Robins, GA" > 47900 "Washington-Arlington-Alexandria, DC-VA-MD-WV (West Virginia" > 47940 "Waterloo-Cedar Falls, IA (Grundy County not in sample)" > 48140 "Wausau, WI" > 48260 "Weirton-Steubenville, WV-OH" > 48620 "Wichita, KS" > 48540 "Wheeling, WV-OH" > 48900 "Wilmington, NC" > 49180 "Winston-Salem, NC" > 49420 "Yakima, WA" > 49620 "York-Hanover, PA" > 49660 "Youngstown-Warren-Boardman, OH" > 49700 "Yuba City, CA" > 49740 "Yuma, AZ" > 70750 "Bangor, ME" > 70900 "Barnstable Town, MA" > 71650 "Boston-Cambridge-Quincy, MA-NH" > 71950 "Bridgeport-Stamford-Norwalk, CT" > 72400 "Burlington-South Burlington, VT" > 72850 "Danbury, CT" > 73450 "Hartford-West Hartford-East Hartford, CT" > 74500 "Leominster-Fitchburg-Gardner, MA" > 74950 "Manchester, NH" > 75550 "New Bedford, MA" > 75700 "New Haven, CT" > 76450 "Norwich-New London, CT-RI (RI portion recoded to Providence" > 76750 "Portland-South Portland, ME" > 77200 "Providence-Fall River-Warwick, MA-RI" > 77350 "Rochester-Dover, NH-ME (Maine portion not identified)" > 78100 "Springfield, MA-CT (Connecticut portion not identified)" > 78700 "Waterbury, CT" > 79600 "Worcester, MA-CT (Connecticut portion not identified)" > ; . * age: 2005:8-; . label values age age; . label define age > 80 "80-84 Years Old, 2005:8 on" > 85 "85+ Years Old, 2005-8 on" > ; . * sex: 1979-; . label values sex P9L; . label define P9L > 1 "Male" > 2 "Female" > ; . * race: 2003-; . label values race P10L; . label define P10L > 1 "White Only" > 2 "Black Only" > 3 "American Indian, Alaskan Native Only" > 4 "Asian Only" > 5 "Hawaiian/Pacific Islander Only" > 6 "White-Black" > 7 "White-AI" > 8 "White-Asian" > 9 "White-Hawaiian" > 10 "Black-AI" > 11 "Black-Asian" > 12 "Black-HP" > 13 "AI-Asian" > 14 "Asian-HP" > 15 "W-B-AI" > 16 "W-B-A" > 17 "W-AI-A" > 18 "W-A-HP" > 19 "W-B-AI-A" > 20 "2 or 3 Races" > 21 "4 or 5 Races" > ; . * ethnic: 2003-; . label values ethnic P11L; . label define P11L > 1 "Mexican" > 2 "Puerto Rican" > 3 "Cuban" > 4 "Central/South American" > 5 "Other Spanish" > ; . * marital: 1979-; . label values marital P12L; . label define P12L > 1 "Married, Civilian Spouse Present" > 2 "Married, Armed Forces Spouse Present" > 3 "Married, Spouse Absent (exc. Separated)" > 4 "Widowed" > 5 "Divorced" > 6 "Separated" > 7 "Never Married" > ; . * chldpres: 1984-1993, 1999:11-; . label values chldpres P30L; . label define P30L > -1 "Not a parent" > 0 "No children < 18 years old" > 1 "All children 0-2 years old" > 2 "All children 3-5 years old" > 3 "All children 6-13 years old" > 4 "All children 14-17 years old" > 5 "All children 0-5 years old" > 6 "Children 0-2 & 6-13 (no 3-5 or 14+)" > 7 "Children 0-2 & 14-17 (no 3-13)" > 8 "Children 3-5 & 6-13 (no 0-2 or 14+)" > 9 "Children 3-5 & 14-17 (no 0-2 or 6-13)" > 10 "Children 6-17 (no 0-5)" > 11 "Children 0-13 (no 14-17)" > 12 "Children 0-5 & 14-17 (no 6-13)" > 13 "Children 0-2 & 6-17 (no 3-5)" > 14 "Children 3-17 (no 0-2)" > 15 "Children from all age groups" > ; . * ch02: 1989-1993, 1999:11-; . label values ch02 ch02; . label define ch02 > 1 "Yes" > 0 "No" > ; . * ch35: 1989-1993, 1999:11-; . label values ch35 ch35; . label define ch35 > 1 "Yes" > 0 "No" > ; . * ch05: 1984-1993, 1999:11-; . label values ch05 ch05; . label define ch05 > 1 "Yes" > 0 "No" > ; . * ch613: 1984-1993, 1999:11-; . label values ch613 ch613; . label define ch613 > 1 "Yes" > 0 "No" > ; . * ch1417: 1984-1993, 1999:11-; . label values ch1417 ch1417; . label define ch1417 > 1 "Yes" > 0 "No" > ; . * pfamrel 1984-1988 differs from pfamrel 1993-; . * pfamrel: 1993-; . label values pfamrel P47L; . label define P47L > 0 "Not A Family Member" > 1 "Reference Person" > 2 "Spouse" > 3 "Child" > 4 "Other Relative (primary Family" > ; . * vet1 - vet4: 2005:8-; . label values vet1 vet; . label values vet2 vet; . label values vet3 vet; . label values vet4 vet; . label define vet > 1 "SEPTEMBER 2001 OR LATER" > 2 "AUGUST 1990 TO AUGUST 2001" > 3 "MAY 1975 TO JULY 1990" > 4 "VIETNAM ERA (AUGUST 1964 TO APRIL 1975)" > 5 "FEBRUARY 1955 TO JULY 1964" > 6 "KOREAN WAR (JULY 1950 TO JANUARY 1955)" > 7 "JANUARY 1947 TO JUNE 1950" > 8 "WORLD WAR II (DECEMBER 1941 TO DECEMBER 1946)" > 9 "NOVEMBER 1941 OR EARLIER" > ; . * grade92: 1992-; . label values grade92 P14L; . label define P14L > 31 "Less Than 1st Grade" > 32 "1st,2nd,3rd Or 4th Grade" > 33 "5th Or 6th Grade" > 34 "7th Or 8th Grade" > 35 "9th Grade" > 36 "10th Grade" > 37 "11th Grade" > 38 "12th Grade No Diploma" > 39 "High School Grad-Diploma Or Equiv (GED)" > 40 "Some College But No Degree" > 41 "Associate Degree-Occupational/Vocational" > 42 "Associate Deg.-Academic Program" > 43 "Bachelor's Degree(ex:ba,ab,bs)" > 44 "Master's(ex:MA,MS,MEng,MEd,MSW)" > 45 "Professional School Deg(ex:MD,DDS,DVM)" > 46 "Doctorate Degree(ex:PhD,EdD)" > ; . * relref95: 1995:3-; . label values relref95 P15L; . label define P15L > 1 "Ref Pers with other relativew in HH" > 2 "Ref pers with no other relatives in HH" > 3 "Spouse" > 4 "Child" > 5 "Grandchild" > 6 "Parent" > 7 "Brother/sister" > 8 "Other relative" > 9 "Foster child" > 10 "Non-rel of ref. per w/own rels in HH" > 11 "Not used" > 12 "Non-rel of ref per w/no own rels in HH" > 13 "Unmarried partner w/ own rels in HH" > 14 "Unmar. partner w/ no own rels in HH" > 15 "Housemate/roommate w/ own rels in HH" > 16 "Hsemate/roommate w/ no own rels in HH" > 17 "Roomer/boarder w/ own rels in HH in HH" > 18 "Roomer/brder w/ no own rels in HH" > ; . * penatvty: 1994-2006; . label values penatvty native; . label define native > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 72 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 102 "Austria" > 103 "Belgium" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "Great Britain" > 139 "England" > 140 "Scotland" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Europe" > 155 "Czech Republic" > 156 "Slovakia/Slovak Republic" > 180 "USSR" > 183 "Latvia" > 184 "Lithuania" > 185 "Armenia" > 192 "Russia" > 195 "Ukraine" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Burma" > 206 "Cambodia" > 207 "China" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea/South Korea" > 218 "Korea/ South Korea" > 221 "Laos" > 222 "Lebanon" > 224 "Malaysia" > 229 "Pakistan" > 231 "Philippines" > 233 "Saudi Arabia" > 234 "Singapore" > 237 "Syria" > 238 "Taiwan" > 239 "Thailand" > 240 "Turkey" > 242 "Vietnam" > 245 "Asia" > 252 "Middle East" > 253 "Palestine" > 300 "Bermuda" > 301 "Canada" > 304 "North America" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Mexico" > 316 "Nicaragua" > 317 "Panama" > 318 "Central America" > 333 "Bahamas" > 334 "Barbados" > 337 "Cuba" > 338 "Dominica" > 339 "Dominican Republic" > 340 "Grenada" > 342 "Haiti" > 343 "Jamaica" > 351 "Trinidad & Tobago" > 353 "Caribbean" > 375 "Argentina" > 376 "Bolivia" > 377 "Brazil" > 378 "Chile" > 379 "Colombia" > 380 "Ecuador" > 383 "Guyana" > 385 "Peru" > 387 "Uruguay" > 388 "Venezuela" > 389 "South America" > 415 "Egypt" > 417 "Ethiopia" > 421 "Ghana" > 427 "Kenya" > 436 "Morocco" > 440 "Nigeria" > 449 "South Africa" > 462 "Other Africa" > 468 "North Africa" > 501 "Australia" > 507 "Fiji" > 514 "New Zealand" > 527 "Pacific Islands" > 555 "Other" > ; . * pemntvty: 1994-2006; . label values pemntvty native; . * pefntvty: 1994-2006; . label values pefntvty native; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1993" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2003" > 19 "2004-2006" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ00: 2000-2010; . label values occ00 occ00l ; . label define occ00l > 10 "Chief executives (11-1011)" > 20 "General and operations managers (11-1021)" > 40 "Advertising and promotions managers (11-2011)" > 50 "Marketing and sales managers (11-2020)" > 60 "Public relations managers (11-2031)" > 100 "Administrative services managers (11-3011)" > 110 "Computer and information systems managers (11-3021)" > 120 "Financial managers (11-3031)" > 130 "Human resources managers (11-3040)" > 140 "Industrial production managers (11-3051)" > 150 "Purchasing managers (11-3061)" > 160 "Transportation, storage, and distribution managers (11-3071)" > 200 "Farm, ranch, and other agricultural managers (11-9011)" > 210 "Farmers and ranchers (11-9012)" > 220 "Construction managers (11-9021)" > 230 "Education administrators (11-9030)" > 300 "Engineering managers (11-9041)" > 310 "Food service managers (11-9051)" > 320 "Funeral directors (11-9061)" > 330 "Gaming managers (11-9071)" > 340 "Lodging managers (11-9081)" > 350 "Medical and health services managers (11-9111)" > 360 "Natural sciences managers (11-9121)" > 410 "Property, real estate, and community association managers (11-9141)" > 420 "Social and community service managers (11-9151)" > 430 "Managers, all other (11-9199)" > 500 "Agents and business managers of artists, performers, and athletes (13-1011)" > 510 "Purchasing agents and buyers, farm products (13-1021)" > 520 "Wholesale and retail buyers, except farm products (13-1022)" > 530 "Purchasing agents, except wholesale, retail, and farm products (13-1023)" > 540 "Claims adjusters, appraisers, examiners, and investigators (13-1030)" > 560 "Compliance officers, except agriculture, construction, health and safety, and transporta > tion (13-1041)" > 600 "Cost estimators (13-1051)" > 620 "Human resources, training, and labor relations specialists (13-1070)" > 700 "Logisticians (13-1081)" > 710 "Management analysts (13-1111)" > 720 "Meeting and convention planners (13-1121)" > 730 "Other business operations specialists (13-11XX)" > 800 "Accountants and auditors (13-2011)" > 810 "Appraisers and assessors of real estate (13-2021)" > 820 "Budget analysts (13-2031)" > 830 "Credit analysts (13-2041)" > 840 "Financial analysts (13-2051)" > 850 "Personal financial advisors (13-2052)" > 860 "Insurance underwriters (13-2053)" > 900 "Financial examiners (13-2061)" > 910 "Loan counselors and officers (13-2070)" > 930 "Tax examiners, collectors, and revenue agents (13-2081)" > 940 "Tax prepares (13-2082)" > 950 "Financial specialists, all other (13-2099)" > 1000 "Computer scientists and systems analysts (15-10XX)" > 1010 "Computer programmers (15-1021)" > 1020 "Computer software engineers (15-1030)" > 1040 "Computer support specialists (15-1041)" > 1060 "Database administrators (15-1061)" > 1100 "Network and computer systems administrators (15-1071)" > 1110 "Network systems and data communications analysts (15-1081)" > 1200 "Actuaries (15-2011)" > 1210 "Mathematicians (15-2021)" > 1220 "Operations research analysts (15-2031)" > 1230 "Statisticians (15-2041)" > 1240 "Miscellaneous mathematical science occupations (15-2090)" > 1300 "Architects, except naval (17-1010)" > 1310 "Surveyors, cartographers, and photogrammetrists (17-1020)" > 1320 "Aerospace engineers (17-2011)" > 1330 "Agricultural engineers (17-2021)" > 1340 "Biomedical engineers (17-2031)" > 1350 "Chemical engineers (17-2041)" > 1360 "Civil engineers (17-2051)" > 1400 "Computer hardware engineers (17-2061)" > 1410 "Electrical and electronic engineers (17-2070)" > 1420 "Environmental engineers (17-2081)" > 1430 "Industrial engineers, including health and safety (17-2110)" > 1440 "Marine engineers and naval architects (17-2121)" > 1450 "Materials engineers (17-2131)" > 1460 "Mechanical engineers (17-2141)" > 1500 "Mining and geological engineers, including mining safety engineers (17-2151)" > 1510 "Nuclear engineers (17-2161)" > 1520 "Petroleum engineers (17-2171)" > 1530 "Engineers, all other (17-2199)" > 1540 "Drafters (17-3010)" > 1550 "Engineering technicians, except drafters (17-3020)" > 1560 "Surveying and mapping technicians (17-3031)" > 1600 "Agricultural and food scientists (19-1010)" > 1610 "Biological scientists (19-1020)" > 1640 "Conservation scientists and foresters (19-1030)" > 1650 "Medical scientists (19-1040)" > 1700 "Astronomers and physicists (19-2010)" > 1710 "Atmospheric and space scientists (19-2021)" > 1720 "Chemists and materials scientists (19-2030)" > 1740 "Environmental scientists and geoscientists (19-2040)" > 1760 "Physical scientists, all other (19-2099)" > 1800 "Economists (19-3011)" > 1810 "Market and survey researchers (19-3020)" > 1820 "Psychologists (19-3030)" > 1830 "Sociologists (19-3041)" > 1840 "Urban and regional planners (19-3051)" > 1860 "Miscellaneous social scientists and related workers (19-3090)" > 1900 "Agricultural and food science technicians (19-4011)" > 1910 "Biological technicians (19-4021)" > 1920 "Chemical technicians (19-4031)" > 1930 "Geological and petroleum technicians (19-4041)" > 1940 "Nuclear technicians (19-4051)" > 1960 "Other life, physical, and social science technicians (19-40XX)" > 2000 "Counselors (21-1010)" > 2010 "Social workers (21-1020)" > 2020 "Miscellaneous community and social service specialists (21-1090)" > 2040 "Clergy (21-2011)" > 2050 "Directors, religious activities and education (21-2021)" > 2060 "Religious workers, all other (21-2099)" > 2100 "Lawyers, Judges, magistrates, and other judicial workers (23-1011)" > 2140 "Paralegals and legal assistants (23-2011)" > 2150 "Miscellaneous legal support workers (23-2090)" > 2200 "Postsecondary teachers (25-1000)" > 2300 "Preschool and kindergarten teachers (25-2010)" > 2310 "Elementary and middle school teachers (25-2020)" > 2320 "Secondary school teachers (25-2030)" > 2330 "Special education teachers (25-2040)" > 2340 "Other teachers and instructors (25-3000)" > 2400 "Archivists, curators, and museum technicians (25-4010)" > 2430 "Librarians (25-4021)" > 2440 "Library technicians (25-4031)" > 2540 "Teacher assistants (25-9041)" > 2550 "Other education, training, and library workers (25-90XX)" > 2600 "Artists and related workers (27-1010)" > 2630 "Designers (27-1020)" > 2700 "Actors (27-2011)" > 2710 "Producers and directors (27-2012)" > 2720 "Athletes, coaches, umpires, and related workers (27-2020)" > 2740 "Dancers and choreographers (27-2030)" > 2750 "Musicians, singers, and related workers (27-2040)" > 2760 "Entertainers and performers, sports and related workers, all other (27-2099)" > 2800 "Announcers (27-3010)" > 2810 "News analysts, reporters and correspondents (27-3020)" > 2820 "Public relations specialists (27-3031)" > 2830 "Editors (27-3041)" > 2840 "Technical writers (27-3042)" > 2850 "Writers and authors (27-3043)" > 2860 "Miscellaneous media and communication workers (27-3090)" > 2900 "Broadcast and sound engineering technicians and radio operators (27-4010)" > 2910 "Photographers (27-4021)" > 2920 "Television, video, and motion picture camera operators and editors (27-4030)" > 2960 "Media and communication equipment workers, all other (27-4099)" > 3000 "Chiropractors (29-1011)" > 3010 "Dentists (29-1020)" > 3030 "Dietitians and nutritionists (29-1031)" > 3040 "Optometrists (29-1041)" > 3050 "Pharmacists (29-1051)" > 3060 "Physicians and surgeons (29-1060)" > 3110 "Physician assistants (29-1071)" > 3120 "Podiatrists (29-1081)" > 3130 "Registered nurses (29-1111)" > 3140 "Audiologists (29-1121)" > 3150 "Occupational therapists (29-1122)" > 3160 "Physical therapists (29-1123)" > 3200 "Radiation therapists (29-1124)" > 3210 "Recreational therapists (29-1125)" > 3220 "Respiratory therapists (29-1126)" > 3230 "Speech-language pathologists (29-1127)" > 3240 "Therapists, all other (29-1129)" > 3250 "Veterinarians (29-1131)" > 3260 "Health diagnosing and treating practitioners, all other (29-1199)" > 3300 "Clinical laboratory technologists and technicians (29-2010)" > 3310 "Dental hygienists (29-2021)" > 3320 "Diagnostic related technologists and technicians (29-2030)" > 3400 "Emergency medical technicians and paramedics (29-2041)" > 3410 "Health diagnosing and treating practitioner support technicians (29-2050)" > 3500 "Licensed practical and licensed vocational nurses (29-2061)" > 3510 "Medical records and health information technicians (29-2071)" > 3520 "Opticians, dispensing (29-2081)" > 3530 "Miscellaneous health technologists and technicians (29-2090)" > 3540 "Other healthcare practitioners and technical occupations (29-9000)" > 3600 "Nursing, psychiatric, and home health aides (31-1010)" > 3610 "Occupational therapist assistants and aides (31-2010)" > 3620 "Physical therapist assistants and aides (31-2020)" > 3630 "Massage therapists (31-9011)" > 3640 "Dental assistants (31-9091)" > 3650 "Medical assistants and other healthcare support occupations (31-909X)" > 3700 "First-line supervisors/managers of correctional officers (33-1011)" > 3710 "First-line supervisors/managers of police and detectives (33-1012)" > 3720 "First-line supervisors/managers of fire fighting and prevention workers (33-1021)" > 3730 "Supervisors, protective service workers, all other (33-1099)" > 3740 "Fire fighters (33-2011)" > 3750 "Fire inspectors (33-2020)" > 3800 "Bailiffs, correctional officers, and jailers (33-3010)" > 3820 "Detectives and criminal investigators (33-3021)" > 3830 "Fish and game wardens (33-3031)" > 3840 "Parking enforcement workers (33-3041)" > 3850 "Police and sheriff's patrol officers (33-3051)" > 3860 "Transit and railroad police (33-3052)" > 3900 "Animal control workers (33-9011)" > 3910 "Private detectives and investigators (33-9021)" > 3920 "Security guards and gaming surveillance officers (33-9030)" > 3940 "Crossing guards (33-9091)" > 3950 "Lifeguards and other protective service workers (33-909X)" > 4000 "Chefs and head cooks (35-1011)" > 4010 "First-line supervisors/managers of food preparation and serving workers (35-1012)" > 4020 "Cooks (35-2010)" > 4030 "Food preparation workers (35-2021)" > 4040 "Bartenders (35-3011)" > 4050 "Combined food preparation and serving workers, including fast food (35-3021)" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop (35-3022)" > 4110 "Waiters and waitresses (35-3031)" > 4120 "Food servers, nonrestaurant (35-3041)" > 4130 "Dining room and cafeteria attendants and bartender helpers (35-9011)" > 4140 "Dishwashers (35-9021)" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop (35-9031)" > 4160 "Food preparation and serving related workers, all other (35-9099)" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers (37-1011)" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > (37-1012)" > 4220 "Janitors and building cleaners (31-201X)" > 4230 "Maids and housekeeping cleaners (37-2012)" > 4240 "Pest control workers (37-2021)" > 4250 "Grounds maintenance workers (37-3010)" > 4300 "First-line supervisors/managers of gaming workers (39-1010)" > 4320 "First-line supervisors/managers of personal service workers (39-1021)" > 4340 "Animal trainers (39-2011)" > 4350 "Nonfarm animal caretakers (39-2021)" > 4400 "Gaming services workers (39-3010)" > 4410 "Motion picture projectionists (39-3021)" > 4420 "Ushers, lobby attendants, and ticket takers (39-3031)" > 4430 "Miscellaneous entertainment attendants and related workers (39-3090)" > 4460 "Funeral service workers (39-4000)" > 4500 "Barbers (39-5011)" > 4510 "Hairdressers, hairstylists, and cosmetologists (39-5012)" > 4520 "Miscellaneous personal appearance workers (39-5090)" > 4530 "Baggage porters, bellhops, and concierges (39-6010)" > 4540 "Tour and travel guides (39-6020)" > 4550 "Transportation attendants (39-6030)" > 4600 "Child care workers (39-9011)" > 4610 "Personal and home care aides (39-9021)" > 4620 "Recreation and fitness workers (39-9030)" > 4640 "Residential advisors (39-9041)" > 4650 "Personal care and service workers, all other (39-9099)" > 4700 "First-line supervisors/managers of retail sales workers (41-1011)" > 4710 "First-line supervisors/managers of non-retail sales workers (41-1012)" > 4720 "Cashiers (41-2010)" > 4740 "Counter and rental clerks (41-2021)" > 4750 "Parts salespersons (41-2022)" > 4760 "Retail salespersons (41-2031)" > 4800 "Advertising sales agents (41-3011)" > 4810 "Insurance sales agents (41-3021)" > 4820 "Securities, commodities, and financial services sales agents (41-3031)" > 4830 "Travel agents (41-3041)" > 4840 "Sales representatives, services, all other (41-3099)" > 4850 "Sales representatives, wholesale and manufacturing (41-4010)" > 4900 "Models, demonstrators, and product promoters (41-9010)" > 4920 "Real estate brokers and sales agents (41-9020)" > 4930 "Sales engineers (41-9031)" > 4940 "Telemarketers (41-9041)" > 4950 "Door-to-door sales workers, news and street vendors, and related workers (41-9091)" > 4960 "Sales and related workers, all other (41-9099)" > 5000 "First-line supervisors/managers of office and administrative support workers (43-1011)" > 5010 "Switchboard operators, including answering service (43-2011)" > 5020 "Telephone operators (43-2021)" > 5030 "Communications equipment operators, all other (43-2099)" > 5100 "Bill and account collectors (43-3011)" > 5110 "Billing and posting clerks and machine operators (43-3021)" > 5120 "Bookkeeping, accounting, and auditing clerks (43-3031)" > 5130 "Gaming cage workers (43-3041)" > 5140 "Payroll and timekeeping clerks (43-3051)" > 5150 "Procurement clerks (43-3061)" > 5160 "Tellers (43-3071)" > 5200 "Brokerage clerks (43-4011)" > 5210 "Correspondence clerks (43-4021)" > 5220 "Court, municipal, and license clerks (43-4031)" > 5230 "Credit authorizers, checkers, and clerks (43-4041)" > 5240 "Customer service representatives (43-4051)" > 5250 "Eligibility interviewers, government programs (43-4061)" > 5260 "File Clerks (43-4071)" > 5300 "Hotel, motel, and resort desk clerks (43-4081)" > 5310 "Interviewers, except eligibility and loan (43-4111)" > 5320 "Library assistants, clerical (43-4121)" > 5330 "Loan interviewers and clerks (43-4131)" > 5340 "New accounts clerks (43-4141)" > 5350 "Order clerks (43-4151)" > 5360 "Human resources assistants, except payroll and timekeeping (43-4161)" > 5400 "Receptionists and information clerks (43-4171)" > 5410 "Reservation and transportation ticket agents and travel clerks (43-4181)" > 5420 "Information and record clerks, all other (43-4199)" > 5500 "Cargo and freight agents (43-5011)" > 5510 "Couriers and messengers (43-5021)" > 5520 "Dispatchers (43-5030)" > 5530 "Meter readers, utilities (43-5041)" > 5540 "Postal service clerks (43-5051)" > 5550 "Postal service mail carriers (43-5052)" > 5560 "Postal service mail sorters, processors, and processing machine operators (43-5053)" > 5600 "Production, planning, and expediting clerks (43-5061)" > 5610 "Shipping, receiving, and traffic clerks (43-5071)" > 5620 "Stock clerks and order fillers (43-5081)" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping (43-5111)" > 5700 "Secretaries and administrative assistants (43-6010)" > 5800 "Computer operators (43-9011)" > 5810 "Data entry keyers (43-9021)" > 5820 "Word processors and typists (43-9022)" > 5830 "Desktop publishers (43-9031)" > 5840 "Insurance claims and policy processing clerks (43-9041)" > 5850 "Mail clerks and mail machine operators, except postal service (43-9051)" > 5860 "Office clerks, general (43-9061)" > 5900 "Office machine operators, except computer (43-9071)" > 5910 "Proofreaders and copy markers (43-9081)" > 5920 "Statistical assistants (43-9111)" > 5930 "Office and administrative support workers, all other (43-9199)" > 6000 "First-line supervisors/managers of farming, fishing, and forestry workers (45-1010)" > 6010 "Agricultural inspectors (45-2011)" > 6020 "Animal breeders (45-2021)" > 6040 "Graders and sorters, agricultural products (45-2041)" > 6050 "Miscellaneous agricultural workers (45-2090)" > 6100 "Fishers and related fishing workers (45-3011)" > 6110 "Hunters and trappers (45-3021)" > 6120 "Forest and conservation workers (45-4011)" > 6130 "Logging workers (45-4020)" > 6200 "First-line supervisors/managers of construction trades and extraction workers (47-1011)" > 6210 "Boilermakers (47-2011)" > 6220 "Brickmasons, blockmasons, and stonemasons (47-2020)" > 6230 "Carpenters (47-2031)" > 6240 "Carpet, floor, and tile installers and finishers (47-2040)" > 6250 "Cement masons, concrete finishers, and terrazzo workers (47-2050)" > 6260 "Construction laborers (47-2061)" > 6300 "Paving, surfacing, and tamping equipment operators (47-2071)" > 6310 "Pile-driver operators (47-2072)" > 6320 "Operating engineers and other construction equipment operators (47-2073)" > 6330 "Drywall installers, ceiling tile installers, and tapers (47-2080)" > 6350 "Electricians (47-2111)" > 6360 "Glaziers (47-2121)" > 6400 "Insulation workers (47-2130)" > 6420 "Painters, construction and maintenance (47-2141)" > 6430 "Paperhangers (47-2142)" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters (47-2150)" > 6460 "Plasterers and stucco masons (47-2161)" > 6500 "Reinforcing iron and rebar workers (47-2171)" > 6510 "Roofers (47-2181)" > 6520 "Sheet metal workers (47-2211)" > 6530 "Structural iron and steel workers (47-2221)" > 6600 "Helpers, construction trades (47-3010)" > 6660 "Construction and building inspectors (47-4011)" > 6700 "Elevator installers and repairers (47-4021)" > 6710 "Fence erectors (47-4031)" > 6720 "Hazardous materials removal workers (47-4041)" > 6730 "Highway maintenance workers (47-4051)" > 6740 "Rail-track laying and maintenance equipment operators (47-4061)" > 6750 "Septic tank servicers and sewer pipe cleaners (47-4071)" > 6760 "Miscellaneous construction and related workers (47-4090)" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining (47-5010)" > 6820 "Earth drillers, except oil and gas (47-5021)" > 6830 "Explosives workers, ordnance handling experts, and blasters (47-5031)" > 6840 "Mining machine operators (47-5040)" > 6910 "Roof bolters, mining (47-5061)" > 6920 "Roustabouts, oil and gas (47-5071)" > 6930 "Helpers--extraction workers (47-5081)" > 6940 "Other extraction workers (47-50XX)" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers (49-1011)" > 7010 "Computer, automated teller, and office machine repairers (49-2011)" > 7020 "Radio and telecommunications equipment installers and repairers (49-2020)" > 7030 "Avionics technicians (49-2091)" > 7040 "Electric motor, power tool, and related repairers (49-2092)" > 7050 "Electrical and electronics installers and repairers, transportation equipment (49-2093)" > 7100 "Electrical and electronics repairers, industrial and utility (49-209X)" > 7110 "Electronic equipment installers and repairers, motor vehicles (49-2096)" > 7120 "Electronic home entertainment equipment installers and repairers (49-2097)" > 7130 "Security and fire alarm systems installers (49-2098)" > 7140 "Aircraft mechanics and service technicians (49-3011)" > 7150 "Automotive body and related repairers (49-3021)" > 7160 "Automotive glass installers and repairers (49-3022)" > 7200 "Automotive service technicians and mechanics (49-3023)" > 7210 "Bus and truck mechanics and diesel engine specialists (49-3031)" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics (49-3040)" > 7240 "Small engine mechanics (49-3050)" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers (49-3090 > )" > 7300 "Control and valve installers and repairers (49-9010)" > 7310 "Heating, air conditioning, and refrigeration mechanics and installers (49-9021)" > 7320 "Home appliance repairers (49-9031)" > 7330 "Industrial and refractory machinery mechanics (49-904X)" > 7340 "Maintenance and repair workers, general (49-9042)" > 7350 "Maintenance workers, machinery (49-9043)" > 7360 "Millwrights (49-9044)" > 7410 "Electrical power-line installers and repairers (49-9051)" > 7420 "Telecommunications line installers and repairers (49-9052)" > 7430 "Precision instrument and equipment repairers (49-9060)" > 7510 "Coin, vending, and amusement machine servicers and repairers (49-9091)" > 7520 "Commercial divers (49-9092)" > 7540 "Locksmiths and safe repairers (49-9094)" > 7550 "Manufactured building and mobile home installers (49-9095)" > 7560 "Riggers (49-9096)" > 7600 "Signal and track switch repairers (49-9097)" > 7610 "Helpers--installation, maintenance, and repair workers (49-9098)" > 7620 "Other installation, maintenance, and repair workers (49-909X)" > 7700 "First-line supervisors/managers of production and operating workers (51-1011)" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers (51-2011)" > 7720 "Electrical, electronics, and electromechanical assemblers (51-2020)" > 7730 "Engine and other machine assemblers (51-2031)" > 7740 "Structural metal fabricators and fitters (51-2041)" > 7750 "Miscellaneous assemblers and fabricators (51-2090)" > 7800 "Bakers (51-3011)" > 7810 "Butchers and other meat, poultry, and fish processing workers (51-3020)" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders (51-3091)" > 7840 "Food batchmakers (51-3092)" > 7850 "Food cooking machine operators and tenders (51-3093)" > 7900 "Computer control programmers and operators (51-4010)" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic (51-402 > 1)" > 7930 "Forging machine setters, operators, and tenders, metal and plastic (51-4022)" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic (51-4023)" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > (51-4031)" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic (51 > -4032)" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic (51-4033)" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic (51-40 > 34)" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic (51-4035) > " > 8030 "Machinists (51-4041)" > 8040 "Metal furnace and kiln operators and tenders (51-4050)" > 8060 "Model makers and patternmakers, metal and plastic (51-4060)" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic (51-4070) > " > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic (51-4081)" > 8130 "Tool and die makers (51-4111)" > 8140 "Welding, soldering, and brazing workers (51-4120)" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic (51-4191)" > 8160 "Lay-out workers, metal and plastic (51-4192)" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic (51-4193) > " > 8210 "Tool grinders, filers, and sharpeners (51-4194)" > 8220 "Metalworkers and plastic workers, all other (51-4199)" > 8230 "Bookbinders and bindery workers (51-5010)" > 8240 "Job printers (51-5021)" > 8250 "Prepress technicians and workers (51-5022)" > 8260 "Printing machine operators (51-5023)" > 8300 "Laundry and dry-cleaning workers (51-6011)" > 8310 "Pressers, textile, garment, and related materials (51-6021)" > 8320 "Sewing machine operators (51-6031)" > 8330 "Shoe and leather workers and repairers (51-6041)" > 8340 "Shoe machine operators and tenders (51-6042)" > 8350 "Tailors, dressmakers, and sewers (51-6050)" > 8360 "Textile bleaching and dyeing machine operators and tenders (51-6061)" > 8400 "Textile cutting machine setters, operators, and tenders (51-6062)" > 8410 "Textile knitting and weaving machine setters, operators, and tenders (51-6063)" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders (51-6 > 064)" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s (51-6091)" > 8440 "Fabric and apparel patternmakers (51-6092)" > 8450 "Upholsterers (51-6093)" > 8460 "Textile, apparel, and furnishings workers, all other (51-6099)" > 8500 "Cabinetmakers and bench carpenters (51-7011)" > 8510 "Furniture finishers (51-7021)" > 8520 "Model makers and patternmakers, wood (51-7030)" > 8530 "Sawing machine setters, operators, and tenders, wood (51-7041)" > 8540 "Woodworking machine setters, operators, and tenders, except sawing (51-7042)" > 8550 "Woodworkers, all other (51-7099)" > 8600 "Power plant operators, distributors, and dispatchers (51-8010)" > 8610 "Stationary engineers and boiler operators (51-8021)" > 8620 "Water and liquid waste treatment plant and system operators (51-8031)" > 8630 "Miscellaneous plant and system operators (51-8090)" > 8640 "Chemical processing machine setters, operators, and tenders (51-9010)" > 8650 "Crushing, grinding, polishing, mixing, and blending workers (51-9020)" > 8710 "Cutting workers (51-9030)" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders (51 > -9041)" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders (51-9051)" > 8740 "Inspectors, testers, sorters, samplers, and weighers (51-9061)" > 8750 "Jewelers and precious stone and metal workers (51-9071)" > 8760 "Medical, dental, and ophthalmic laboratory technicians (51-9080)" > 8800 "Packaging and filling machine operators and tenders (51-9111)" > 8810 "Painting workers (51-9120)" > 8830 "Photographic process workers and processing machine operators (51-9130)" > 8840 "Semiconductor processors (51-9141)" > 8850 "Cementing and gluing machine operators and tenders (51-9191)" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders (51-9192)" > 8900 "Cooling and freezing equipment operators and tenders (51-9193)" > 8910 "Etchers and engravers (51-9194)" > 8920 "Molders, shapers, and casters, except metal and plastic (51-9195)" > 8930 "Paper goods machine setters, operators, and tenders (51-9196)" > 8940 "Tire builders (51-9197)" > 8950 "Helpers--production workers (51-9198)" > 8960 "Production workers, all other (51-9199)" > 9000 "Supervisors, transportation and material moving workers (53-1000)" > 9030 "Aircraft pilots and flight engineers (53-2010)" > 9040 "Air traffic controllers and airfield operations specialists (53-2020)" > 9110 "Ambulance drivers and attendants, except emergency medical technicians (53-3011)" > 9120 "Bus drivers (53-3020)" > 9130 "Driver/sales workers and truck drivers (53-3030)" > 9140 "Taxi drivers and chauffeurs (53-3041)" > 9150 "Motor vehicle operators, all other (53-3099)" > 9200 "Locomotive engineers and operators (53-4010)" > 9230 "Railroad brake, signal, and switch operators (53-4021)" > 9240 "Railroad conductors and yardmasters (53-4031)" > 9260 "Subway, streetcar, and other rail transportation workers (53-30XX)" > 9300 "Sailors and marine oilers (53-5011)" > 9310 "Ship and boat captains and operators (53-5020)" > 9330 "Ship engineers (53-5031)" > 9340 "Bridge and lock tenders (53-6011)" > 9350 "Parking lot attendants (53-6021)" > 9360 "Service station attendants (53-6031)" > 9410 "Transportation inspectors (53-6051)" > 9420 "Other transportation workers (53-60XX)" > 9500 "Conveyor operators and tenders (53-7011)" > 9510 "Crane and tower operators (53-7021)" > 9520 "Dredge, excavating, and loading machine operators (53-7030)" > 9560 "Hoist and winch operators (53-7041)" > 9600 "Industrial truck and tractor operators (53-7051)" > 9610 "Cleaners of vehicles and equipment (53-7061)" > 9620 "Laborers and freight, stock, and material movers, hand (53-7062)" > 9630 "Machine feeders and offbearers (53-7063)" > 9640 "Packers and packagers, hand (53-7064)" > 9650 "Pumping station operators (53-7070)" > 9720 "Refuse and recyclable material collectors (53-7081)" > 9730 "Shuttle car operators (53-7111)" > 9740 "Tank car, truck, and ship loaders (53-7121)" > 9750 "Material moving workers, all other (53-7199)" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reporteds(Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers (55-1010)" > 9810 "First-line enlisted military supervisors/managers (55-2010)" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members (55-3 > 010)" > 9830 "Military, rank not specified (99-9999)" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg06.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 320,551 6.505118 3.457604 1 12 hurespli | 320,513 1.482673 .85113 1 15 hrhtype | 320,551 2.614171 2.25729 1 10 minsamp | 320,551 6.007543 1.999989 4 8 -------------+--------------------------------------------------------- hrlonglk | 320,551 1.991808 .1277389 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 320,551 1.056696 .2573008 1 7 -------------+--------------------------------------------------------- state | 320,551 53.80021 26.37038 11 95 stfips | 320,551 28.00428 15.84585 1 56 cbsafips | 320,551 25427.68 21219.9 0 79600 county | 320,551 29.18149 68.41074 0 810 centcity | 260,459 1.981974 .7378426 1 3 -------------+--------------------------------------------------------- smsastat | 317,529 1.216021 .4115296 1 2 icntcity | 26,143 1.481926 1.029464 1 7 smsa04 | 320,551 3.523711 2.588623 0 7 relref95 | 320,551 3.050669 3.09906 1 18 age | 320,551 45.36094 18.02175 16 85 -------------+--------------------------------------------------------- spouse | 172,403 1.576985 .7056861 1 16 sex | 320,551 1.522382 .4994996 1 2 grade92 | 320,551 39.91044 2.799219 31 46 race | 320,551 1.386903 1.287788 1 21 ethnic | 34,636 2.012213 1.417169 1 5 -------------+--------------------------------------------------------- lineno | 320,551 1.751038 1.051182 1 16 famnum | 320,551 .8004436 .4564338 0 4 pfamrel | 320,551 1.376595 1.056126 0 4 marital | 320,551 3.308647 2.629891 1 7 prpertyp | 320,551 2.00413 .0641353 2 3 -------------+--------------------------------------------------------- penatvty | 320,551 86.62907 83.16337 57 555 pemntvty | 320,551 94.76957 90.68428 57 555 pefntvty | 320,551 94.95183 90.75033 57 555 prcitshp | 320,551 1.467358 1.203186 1 5 prcitflg | 320,551 .1237463 1.663802 0 41 -------------+--------------------------------------------------------- peinusyr | 320,551 1.511915 4.279973 0 19 selfproxy | 318,182 1.526127 .5523509 1 3 lfsr94 | 319,227 2.751979 2.345055 1 7 absent94 | 8,415 5.96019 3.284571 4 14 uhourse | 203,919 35.18057 16.37412 -4 99 -------------+--------------------------------------------------------- reason94 | 15,015 5.07366 2.758502 1 13 hourslw | 194,180 39.00196 13.43493 1 99 laydur | 1,249 7.733387 11.01544 1 108 dwrsn | 5,173 7.653586 3.102316 1 11 why3594 | 47,845 14.90164 7.104207 1 23 -------------+--------------------------------------------------------- prunedur | 8,885 16.88813 22.66142 0 117 untype | 8,885 3.49139 1.63877 1 6 ftpt94 | 319,227 2.640287 2.388918 1 12 class94 | 220,469 4.128122 1.18027 1 8 agri | 220,469 .0199892 .1399633 0 1 -------------+--------------------------------------------------------- eligible | 320,551 1.442644 .4967002 1 2 otc | 178,661 1.854053 .3530539 1 2 ernpdh2 | 96,790 1.746265 .4351499 1 2 paidhre | 178,661 1.397557 .4893944 1 2 earnhre | 107,576 1392.437 806.3551 25 9999 -------------+--------------------------------------------------------- earnwke | 178,661 735.5716 554.9437 0 2884.61 unionmme | 178,661 1.880091 .3248556 1 2 unioncov | 157,238 1.985722 .1186337 1 2 schenr | 48,392 1.485039 .4997813 1 2 studftpt | 24,920 1.081059 .2729318 1 2 -------------+--------------------------------------------------------- schlvl | 24,920 1.476043 .4994358 1 2 earnwt | 320,551 8565.804 4624.27 0 70030.82 weight | 320,551 2141.451 1149.851 0 17632.21 chldpres | 201,337 2.305388 3.364486 0 15 ownchild | 201,213 .8443888 1.126884 0 12 -------------+--------------------------------------------------------- I25d | 178,661 .310286 .4626119 0 1 I25c | 107,633 .3442532 .4751263 0 1 I25a | 320,551 .3252618 3.387794 0 43 I25b | 320,551 3.632012 11.79254 0 42 qstnum | 0 -------------+--------------------------------------------------------- occurnum | 0 ged | 98,257 1.094059 .2919129 1 2 gedhigr | 9,242 6.340727 1.211265 1 8 yrcoll | 85,931 2.704426 .9961856 1 5 grprof | 53,457 1.749088 .433542 1 2 -------------+--------------------------------------------------------- gr6cor | 13,413 1.348393 .4764791 1 2 ms123 | 19,346 2.173834 .5872953 1 3 cmpwgt | 320,551 2141.586 1151.408 0 17085.54 ind02 | 220,469 6108.715 2741.339 170 9890 occ00 | 220,469 4332.803 2559.743 10 9840 -------------+--------------------------------------------------------- occ002 | 320,551 134.7553 820.765 -1 9750 vet1 | 33,599 4.319385 1.866582 1 9 vet2 | 6,543 4.431759 1.744506 2 9 vet3 | 1,452 4.921488 1.534588 3 9 vet4 | 372 6.577957 1.546005 4 9 -------------+--------------------------------------------------------- hurhhscrn | 266,341 1.995641 .0658793 1 2 purkat1 | 978 1 0 1 1 purkat2 | 978 1.732106 1.284428 1 6 recnum | 320,551 230438.1 133085.5 1 460465 year | 320,551 2006 0 2006 2006 -------------+--------------------------------------------------------- ym_file | 320,551 557.5051 3.457604 552 563 ym | 320,551 548.4825 6.915457 537 560 ch02 | 201,337 .1161485 .3204038 0 1 ch35 | 201,337 .1226352 .3280188 0 1 ch613 | 201,337 .2567139 .4368213 0 1 -------------+--------------------------------------------------------- ch1417 | 201,337 .1598464 .3664645 0 1 ch05 | 201,337 .1983888 .3987875 0 1 ihigrdc | 320,551 13.1314 3.005332 0 18 docc00 | 220,469 12.86485 6.647497 1 23 dind02 | 220,469 30.05225 14.70029 1 52 . aef2 2007 07 03 07 dct_name aef03.dbd raw_name=../raw/morg07 (0 observations deleted) obs 458273 # of persons with age<=15 140066 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 49,864 10.88 10.88 0 | 4,834 1.05 11.94 1 | 5,396 1.18 13.11 2 | 5,212 1.14 14.25 3 | 5,716 1.25 15.50 4 | 5,437 1.19 16.68 5 | 5,586 1.22 17.90 6 | 5,726 1.25 19.15 7 | 5,602 1.22 20.37 8 | 5,738 1.25 21.63 9 | 5,593 1.22 22.85 10 | 5,705 1.24 24.09 11 | 5,838 1.27 25.37 12 | 5,980 1.30 26.67 13 | 5,775 1.26 27.93 14 | 5,944 1.30 29.23 15 | 6,120 1.34 30.56 16 | 6,138 1.34 31.90 17 | 6,271 1.37 33.27 18 | 5,406 1.18 34.45 19 | 5,088 1.11 35.56 20 | 4,822 1.05 36.61 21 | 4,951 1.08 37.69 22 | 4,885 1.07 38.76 23 | 4,871 1.06 39.82 24 | 5,134 1.12 40.94 25 | 5,344 1.17 42.11 26 | 5,222 1.14 43.25 27 | 5,274 1.15 44.40 28 | 4,952 1.08 45.48 29 | 4,950 1.08 46.56 30 | 5,351 1.17 47.73 31 | 4,920 1.07 48.80 32 | 4,957 1.08 49.88 33 | 4,728 1.03 50.92 34 | 5,037 1.10 52.01 35 | 5,373 1.17 53.19 36 | 5,774 1.26 54.45 37 | 5,837 1.27 55.72 38 | 5,526 1.21 56.93 39 | 5,503 1.20 58.13 40 | 5,779 1.26 59.39 41 | 5,738 1.25 60.64 42 | 5,957 1.30 61.94 43 | 6,177 1.35 63.29 44 | 6,187 1.35 64.64 45 | 6,335 1.38 66.02 46 | 6,378 1.39 67.41 47 | 6,400 1.40 68.81 48 | 6,228 1.36 70.17 49 | 6,212 1.36 71.52 50 | 6,491 1.42 72.94 51 | 6,090 1.33 74.27 52 | 5,912 1.29 75.56 53 | 5,725 1.25 76.81 54 | 5,673 1.24 78.05 55 | 5,582 1.22 79.26 56 | 5,450 1.19 80.45 57 | 5,352 1.17 81.62 58 | 4,982 1.09 82.71 59 | 5,223 1.14 83.85 60 | 5,261 1.15 85.00 61 | 4,009 0.87 85.87 62 | 3,860 0.84 86.71 63 | 3,731 0.81 87.53 64 | 3,970 0.87 88.39 65 | 3,760 0.82 89.21 66 | 3,306 0.72 89.94 67 | 3,183 0.69 90.63 68 | 2,945 0.64 91.27 69 | 2,938 0.64 91.91 70 | 2,768 0.60 92.52 71 | 2,651 0.58 93.10 72 | 2,541 0.55 93.65 73 | 2,316 0.51 94.16 74 | 2,268 0.49 94.65 75 | 2,246 0.49 95.14 76 | 2,156 0.47 95.61 77 | 2,450 0.53 96.15 78 | 2,076 0.45 96.60 79 | 1,698 0.37 96.97 80 | 7,992 1.74 98.71 85 | 5,897 1.29 100.00 ------------+----------------------------------- Total | 458,273 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 49,864 35.60 35.60 0 | 4,834 3.45 39.05 1 | 5,396 3.85 42.90 2 | 5,212 3.72 46.63 3 | 5,716 4.08 50.71 4 | 5,437 3.88 54.59 5 | 5,586 3.99 58.58 6 | 5,726 4.09 62.66 7 | 5,602 4.00 66.66 8 | 5,738 4.10 70.76 9 | 5,593 3.99 74.75 10 | 5,705 4.07 78.83 11 | 5,838 4.17 82.99 12 | 5,980 4.27 87.26 13 | 5,775 4.12 91.39 14 | 5,944 4.24 95.63 15 | 6,120 4.37 100.00 ------------+----------------------------------- Total | 140,066 100.00 (140,066 observations deleted) (0 observations deleted) obs 318207 after keeping age>15&age!=. infile successful no observations (18 real changes made, 18 to missing) (276,407 real changes made, 276,407 to missing) (287,876 real changes made, 287,876 to missing) (0 real changes made) (0 real changes made) (159,217 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (158,990 real changes made) Geography (318,207 real changes made) dropping cmsacode msafips smsa93 smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (2,819 real changes made, 2,819 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (59,571 real changes made, 59,571 to missing) (292,000 real changes made, 292,000 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (146,919 real changes made, 146,919 to missing) if 2007 > 1983 & 2007 < 1989 { (0 real changes made) (117,850 real changes made, 117,850 to missing) (117,719 real changes made, 117,719 to missing) (117,719 missing values generated) (117,719 missing values generated) (117,719 missing values generated) (117,719 missing values generated) (ch02: 80104 changes made) (ch35: 89861 changes made) (ch613: 89861 changes made) (ch1417: 89861 changes made) (117,719 missing values generated) (16,427 real changes made) (0 real changes made) (220,502 real changes made, 220,502 to missing) (310,235 real changes made, 310,235 to missing) (233,153 real changes made, 233,153 to missing) (263,549 real changes made, 263,549 to missing) (304,610 real changes made, 304,610 to missing) (298,275 real changes made, 298,275 to missing) (318,207 missing values generated) (988 real changes made) (2,173 real changes made) (4,465 real changes made) (7,504 real changes made) (7,678 real changes made) (12,064 real changes made) (13,134 real changes made) (4,694 real changes made) (40 real changes made) (68 real changes made) (56 real changes made) (600 real changes made) (928 real changes made) (2,153 real changes made) (2,891 real changes made) (1,236 real changes made) (89,733 real changes made) (10,800 real changes made) (22,187 real changes made) (37,633 real changes made) (10,640 real changes made) (3,794 real changes made) (41,061 real changes made) (4,539 real changes made) (9,058 real changes made) (1,750 real changes made) (18,182 real changes made) (8,158 real changes made) (220,299 real changes made, 220,299 to missing) (309,390 real changes made, 309,390 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (283,486 real changes made, 283,486 to missing) (0 real changes made) (286,005 real changes made, 286,005 to missing) (312,096 real changes made, 312,096 to missing) (316,746 real changes made, 316,746 to missing) (317,828 real changes made, 317,828 to missing) Employment (3,494 real changes made, 3,494 to missing) (313,231 real changes made, 313,231 to missing) (141,184 real changes made, 141,184 to missing) (100,066 real changes made, 100,066 to missing) (100,066 real changes made, 100,066 to missing) (100,066 real changes made, 100,066 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 556 generate int docc00=occ00; (100,066 missing values generated) recode docc00 2000-2010 (docc00: 218141 changes made) dind (100,066 missing values generated) (dind02: 218141 changes made) Wages (141,184 real changes made, 141,184 to missing) (0 real changes made) (213,327 real changes made, 213,327 to missing) (0 real changes made) (0 real changes made) (141,184 real changes made) (214,006 real changes made) (100,066 real changes made, 100,066 to missing) (309,390 real changes made, 309,390 to missing) (117,592 real changes made) (141,184 real changes made) (1 real change made, 1 to missing) (116,330 real changes made, 116,330 to missing) (1,262 real changes made, 1,262 to missing) (316,781 real changes made, 316,781 to missing) (213,252 real changes made, 213,252 to missing) (141,184 real changes made, 141,184 to missing) Hours, Unions (304,084 real changes made, 304,084 to missing) (309,994 real changes made, 309,994 to missing) (293,243 real changes made, 293,243 to missing) (270,874 real changes made, 270,874 to missing) (293,243 real changes made, 293,243 to missing) (1,262 real changes made, 1,262 to missing) (125,805 real changes made, 125,805 to missing) (103 real changes made) (271,546 real changes made, 271,546 to missing) (141,184 real changes made, 141,184 to missing) (162,487 real changes made, 162,487 to missing) variable spouse was int now byte variable hourslw was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now byte variable serial was str2 now str1 (5,091,312 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > ; . * penatvty: 2007-; . label values penatvty penatvty; . label define penatvty > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 73 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 100 "Albania" > 102 "Austria" > 103 "Belgium" > 104 "Bulgaria" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "United Kingdom/Great Britain" > 139 "England" > 140 "Scotland" > 141 "Wales" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Czech Republic" > 149 "Slovakia" > 150 "Bosnia & Herzegovina" > 151 "Croatia" > 152 "Macedonia" > 154 "Serbia" > 156 "Latvia" > 157 "Lithuania" > 158 "Armenia" > 159 "Azerbaijan" > 160 "Belarus" > 161 "Georgia" > 162 "Moldova" > 163 "Russia" > 164 "Ukraine" > 165 "USSR" > 166 "Europe, not specified" > 167 "Kosovo" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Myanmar (Burma)" > 206 "Cambodia" > 207 "China" > 208 "Cyprus" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea" > 220 "South Korea" > 222 "Kuwait" > 223 "Laos" > 224 "Lebanon" > 226 "Malaysia" > 229 "Nepal" > 231 "Pakistan" > 233 "Philippines" > 235 "Saudi Arabia" > 236 "Singapore" > 238 "Sri Lanka" > 239 "Syria" > 240 "Taiwan" > 242 "Thailand" > 243 "Turkey" > 246 "Uzbekistan" > 247 "Vietnam" > 248 "Yemen" > 249 "Asia, not specified" > 300 "Bermuda" > 301 "Canada" > 303 "Mexico" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Nicaragua" > 316 "Panama" > 318 "Central America" > 321 "Antigua and Barbuda" > 323 "Bahamas" > 324 "Barbados" > 327 "Cuba" > 328 "Dominica" > 329 "Dominican Republic" > 330 "Grenada" > 332 "Haiti" > 333 "Jamaica" > 339 "St. Lucia" > 340 "St. Vincent and the Grenadines" > 341 "Trinidad and Tobago" > 343 "West Indes, not specified" > 360 "Argentina" > 361 "Bolivia" > 362 "Brazil" > 363 "Chile" > 364 "Colombia" > 365 "Ecuador" > 368 "Guyana" > 369 "Paraguay" > 370 "Peru" > 372 "Uruguay" > 373 "Venezuela" > 374 "South America, not specified" > 399 "Americas, not specified" > 400 "Algeria" > 407 "Cameroon" > 408 "Cape Verde" > 414 "Egypt" > 416 "Ethiopia" > 417 "Eritrea" > 421 "Ghana" > 427 "Kenya" > 429 "Liberia" > 436 "Morocco" > 440 "Nigeria" > 444 "Senegal" > 447 "Sierra Leone" > 448 "Somalia" > 449 "South Africa" > 451 "Sudan" > 453 "Tanzania" > 457 "Uganda" > 461 "Zimbabwe" > 462 "Africa, not specified" > 501 "Australia" > 508 "Fiji" > 515 "New Zealand" > 523 "Tonga" > 527 "Samoa" > 528 "Oceania, not specified" > 555 "Elsewhere" > ; . * pemntvty: 2007-; . label values pemntvty penatvty; . * pefntvty: 2007-; . label values pefntvty penatvty; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1993" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2003" > 19 "2004-2007" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ00: 2000-2010; . label values occ00 occ00l ; . label define occ00l > 10 "Chief executives (11-1011)" > 20 "General and operations managers (11-1021)" > 40 "Advertising and promotions managers (11-2011)" > 50 "Marketing and sales managers (11-2020)" > 60 "Public relations managers (11-2031)" > 100 "Administrative services managers (11-3011)" > 110 "Computer and information systems managers (11-3021)" > 120 "Financial managers (11-3031)" > 130 "Human resources managers (11-3040)" > 140 "Industrial production managers (11-3051)" > 150 "Purchasing managers (11-3061)" > 160 "Transportation, storage, and distribution managers (11-3071)" > 200 "Farm, ranch, and other agricultural managers (11-9011)" > 210 "Farmers and ranchers (11-9012)" > 220 "Construction managers (11-9021)" > 230 "Education administrators (11-9030)" > 300 "Engineering managers (11-9041)" > 310 "Food service managers (11-9051)" > 320 "Funeral directors (11-9061)" > 330 "Gaming managers (11-9071)" > 340 "Lodging managers (11-9081)" > 350 "Medical and health services managers (11-9111)" > 360 "Natural sciences managers (11-9121)" > 410 "Property, real estate, and community association managers (11-9141)" > 420 "Social and community service managers (11-9151)" > 430 "Managers, all other (11-9199)" > 500 "Agents and business managers of artists, performers, and athletes (13-1011)" > 510 "Purchasing agents and buyers, farm products (13-1021)" > 520 "Wholesale and retail buyers, except farm products (13-1022)" > 530 "Purchasing agents, except wholesale, retail, and farm products (13-1023)" > 540 "Claims adjusters, appraisers, examiners, and investigators (13-1030)" > 560 "Compliance officers, except agriculture, construction, health and safety, and transporta > tion (13-1041)" > 600 "Cost estimators (13-1051)" > 620 "Human resources, training, and labor relations specialists (13-1070)" > 700 "Logisticians (13-1081)" > 710 "Management analysts (13-1111)" > 720 "Meeting and convention planners (13-1121)" > 730 "Other business operations specialists (13-11XX)" > 800 "Accountants and auditors (13-2011)" > 810 "Appraisers and assessors of real estate (13-2021)" > 820 "Budget analysts (13-2031)" > 830 "Credit analysts (13-2041)" > 840 "Financial analysts (13-2051)" > 850 "Personal financial advisors (13-2052)" > 860 "Insurance underwriters (13-2053)" > 900 "Financial examiners (13-2061)" > 910 "Loan counselors and officers (13-2070)" > 930 "Tax examiners, collectors, and revenue agents (13-2081)" > 940 "Tax prepares (13-2082)" > 950 "Financial specialists, all other (13-2099)" > 1000 "Computer scientists and systems analysts (15-10XX)" > 1010 "Computer programmers (15-1021)" > 1020 "Computer software engineers (15-1030)" > 1040 "Computer support specialists (15-1041)" > 1060 "Database administrators (15-1061)" > 1100 "Network and computer systems administrators (15-1071)" > 1110 "Network systems and data communications analysts (15-1081)" > 1200 "Actuaries (15-2011)" > 1210 "Mathematicians (15-2021)" > 1220 "Operations research analysts (15-2031)" > 1230 "Statisticians (15-2041)" > 1240 "Miscellaneous mathematical science occupations (15-2090)" > 1300 "Architects, except naval (17-1010)" > 1310 "Surveyors, cartographers, and photogrammetrists (17-1020)" > 1320 "Aerospace engineers (17-2011)" > 1330 "Agricultural engineers (17-2021)" > 1340 "Biomedical engineers (17-2031)" > 1350 "Chemical engineers (17-2041)" > 1360 "Civil engineers (17-2051)" > 1400 "Computer hardware engineers (17-2061)" > 1410 "Electrical and electronic engineers (17-2070)" > 1420 "Environmental engineers (17-2081)" > 1430 "Industrial engineers, including health and safety (17-2110)" > 1440 "Marine engineers and naval architects (17-2121)" > 1450 "Materials engineers (17-2131)" > 1460 "Mechanical engineers (17-2141)" > 1500 "Mining and geological engineers, including mining safety engineers (17-2151)" > 1510 "Nuclear engineers (17-2161)" > 1520 "Petroleum engineers (17-2171)" > 1530 "Engineers, all other (17-2199)" > 1540 "Drafters (17-3010)" > 1550 "Engineering technicians, except drafters (17-3020)" > 1560 "Surveying and mapping technicians (17-3031)" > 1600 "Agricultural and food scientists (19-1010)" > 1610 "Biological scientists (19-1020)" > 1640 "Conservation scientists and foresters (19-1030)" > 1650 "Medical scientists (19-1040)" > 1700 "Astronomers and physicists (19-2010)" > 1710 "Atmospheric and space scientists (19-2021)" > 1720 "Chemists and materials scientists (19-2030)" > 1740 "Environmental scientists and geoscientists (19-2040)" > 1760 "Physical scientists, all other (19-2099)" > 1800 "Economists (19-3011)" > 1810 "Market and survey researchers (19-3020)" > 1820 "Psychologists (19-3030)" > 1830 "Sociologists (19-3041)" > 1840 "Urban and regional planners (19-3051)" > 1860 "Miscellaneous social scientists and related workers (19-3090)" > 1900 "Agricultural and food science technicians (19-4011)" > 1910 "Biological technicians (19-4021)" > 1920 "Chemical technicians (19-4031)" > 1930 "Geological and petroleum technicians (19-4041)" > 1940 "Nuclear technicians (19-4051)" > 1960 "Other life, physical, and social science technicians (19-40XX)" > 2000 "Counselors (21-1010)" > 2010 "Social workers (21-1020)" > 2020 "Miscellaneous community and social service specialists (21-1090)" > 2040 "Clergy (21-2011)" > 2050 "Directors, religious activities and education (21-2021)" > 2060 "Religious workers, all other (21-2099)" > 2100 "Lawyers, Judges, magistrates, and other judicial workers (23-1011)" > 2140 "Paralegals and legal assistants (23-2011)" > 2150 "Miscellaneous legal support workers (23-2090)" > 2200 "Postsecondary teachers (25-1000)" > 2300 "Preschool and kindergarten teachers (25-2010)" > 2310 "Elementary and middle school teachers (25-2020)" > 2320 "Secondary school teachers (25-2030)" > 2330 "Special education teachers (25-2040)" > 2340 "Other teachers and instructors (25-3000)" > 2400 "Archivists, curators, and museum technicians (25-4010)" > 2430 "Librarians (25-4021)" > 2440 "Library technicians (25-4031)" > 2540 "Teacher assistants (25-9041)" > 2550 "Other education, training, and library workers (25-90XX)" > 2600 "Artists and related workers (27-1010)" > 2630 "Designers (27-1020)" > 2700 "Actors (27-2011)" > 2710 "Producers and directors (27-2012)" > 2720 "Athletes, coaches, umpires, and related workers (27-2020)" > 2740 "Dancers and choreographers (27-2030)" > 2750 "Musicians, singers, and related workers (27-2040)" > 2760 "Entertainers and performers, sports and related workers, all other (27-2099)" > 2800 "Announcers (27-3010)" > 2810 "News analysts, reporters and correspondents (27-3020)" > 2820 "Public relations specialists (27-3031)" > 2830 "Editors (27-3041)" > 2840 "Technical writers (27-3042)" > 2850 "Writers and authors (27-3043)" > 2860 "Miscellaneous media and communication workers (27-3090)" > 2900 "Broadcast and sound engineering technicians and radio operators (27-4010)" > 2910 "Photographers (27-4021)" > 2920 "Television, video, and motion picture camera operators and editors (27-4030)" > 2960 "Media and communication equipment workers, all other (27-4099)" > 3000 "Chiropractors (29-1011)" > 3010 "Dentists (29-1020)" > 3030 "Dietitians and nutritionists (29-1031)" > 3040 "Optometrists (29-1041)" > 3050 "Pharmacists (29-1051)" > 3060 "Physicians and surgeons (29-1060)" > 3110 "Physician assistants (29-1071)" > 3120 "Podiatrists (29-1081)" > 3130 "Registered nurses (29-1111)" > 3140 "Audiologists (29-1121)" > 3150 "Occupational therapists (29-1122)" > 3160 "Physical therapists (29-1123)" > 3200 "Radiation therapists (29-1124)" > 3210 "Recreational therapists (29-1125)" > 3220 "Respiratory therapists (29-1126)" > 3230 "Speech-language pathologists (29-1127)" > 3240 "Therapists, all other (29-1129)" > 3250 "Veterinarians (29-1131)" > 3260 "Health diagnosing and treating practitioners, all other (29-1199)" > 3300 "Clinical laboratory technologists and technicians (29-2010)" > 3310 "Dental hygienists (29-2021)" > 3320 "Diagnostic related technologists and technicians (29-2030)" > 3400 "Emergency medical technicians and paramedics (29-2041)" > 3410 "Health diagnosing and treating practitioner support technicians (29-2050)" > 3500 "Licensed practical and licensed vocational nurses (29-2061)" > 3510 "Medical records and health information technicians (29-2071)" > 3520 "Opticians, dispensing (29-2081)" > 3530 "Miscellaneous health technologists and technicians (29-2090)" > 3540 "Other healthcare practitioners and technical occupations (29-9000)" > 3600 "Nursing, psychiatric, and home health aides (31-1010)" > 3610 "Occupational therapist assistants and aides (31-2010)" > 3620 "Physical therapist assistants and aides (31-2020)" > 3630 "Massage therapists (31-9011)" > 3640 "Dental assistants (31-9091)" > 3650 "Medical assistants and other healthcare support occupations (31-909X)" > 3700 "First-line supervisors/managers of correctional officers (33-1011)" > 3710 "First-line supervisors/managers of police and detectives (33-1012)" > 3720 "First-line supervisors/managers of fire fighting and prevention workers (33-1021)" > 3730 "Supervisors, protective service workers, all other (33-1099)" > 3740 "Fire fighters (33-2011)" > 3750 "Fire inspectors (33-2020)" > 3800 "Bailiffs, correctional officers, and jailers (33-3010)" > 3820 "Detectives and criminal investigators (33-3021)" > 3830 "Fish and game wardens (33-3031)" > 3840 "Parking enforcement workers (33-3041)" > 3850 "Police and sheriff's patrol officers (33-3051)" > 3860 "Transit and railroad police (33-3052)" > 3900 "Animal control workers (33-9011)" > 3910 "Private detectives and investigators (33-9021)" > 3920 "Security guards and gaming surveillance officers (33-9030)" > 3940 "Crossing guards (33-9091)" > 3950 "Lifeguards and other protective service workers (33-909X)" > 4000 "Chefs and head cooks (35-1011)" > 4010 "First-line supervisors/managers of food preparation and serving workers (35-1012)" > 4020 "Cooks (35-2010)" > 4030 "Food preparation workers (35-2021)" > 4040 "Bartenders (35-3011)" > 4050 "Combined food preparation and serving workers, including fast food (35-3021)" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop (35-3022)" > 4110 "Waiters and waitresses (35-3031)" > 4120 "Food servers, nonrestaurant (35-3041)" > 4130 "Dining room and cafeteria attendants and bartender helpers (35-9011)" > 4140 "Dishwashers (35-9021)" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop (35-9031)" > 4160 "Food preparation and serving related workers, all other (35-9099)" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers (37-1011)" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > (37-1012)" > 4220 "Janitors and building cleaners (31-201X)" > 4230 "Maids and housekeeping cleaners (37-2012)" > 4240 "Pest control workers (37-2021)" > 4250 "Grounds maintenance workers (37-3010)" > 4300 "First-line supervisors/managers of gaming workers (39-1010)" > 4320 "First-line supervisors/managers of personal service workers (39-1021)" > 4340 "Animal trainers (39-2011)" > 4350 "Nonfarm animal caretakers (39-2021)" > 4400 "Gaming services workers (39-3010)" > 4410 "Motion picture projectionists (39-3021)" > 4420 "Ushers, lobby attendants, and ticket takers (39-3031)" > 4430 "Miscellaneous entertainment attendants and related workers (39-3090)" > 4460 "Funeral service workers (39-4000)" > 4500 "Barbers (39-5011)" > 4510 "Hairdressers, hairstylists, and cosmetologists (39-5012)" > 4520 "Miscellaneous personal appearance workers (39-5090)" > 4530 "Baggage porters, bellhops, and concierges (39-6010)" > 4540 "Tour and travel guides (39-6020)" > 4550 "Transportation attendants (39-6030)" > 4600 "Child care workers (39-9011)" > 4610 "Personal and home care aides (39-9021)" > 4620 "Recreation and fitness workers (39-9030)" > 4640 "Residential advisors (39-9041)" > 4650 "Personal care and service workers, all other (39-9099)" > 4700 "First-line supervisors/managers of retail sales workers (41-1011)" > 4710 "First-line supervisors/managers of non-retail sales workers (41-1012)" > 4720 "Cashiers (41-2010)" > 4740 "Counter and rental clerks (41-2021)" > 4750 "Parts salespersons (41-2022)" > 4760 "Retail salespersons (41-2031)" > 4800 "Advertising sales agents (41-3011)" > 4810 "Insurance sales agents (41-3021)" > 4820 "Securities, commodities, and financial services sales agents (41-3031)" > 4830 "Travel agents (41-3041)" > 4840 "Sales representatives, services, all other (41-3099)" > 4850 "Sales representatives, wholesale and manufacturing (41-4010)" > 4900 "Models, demonstrators, and product promoters (41-9010)" > 4920 "Real estate brokers and sales agents (41-9020)" > 4930 "Sales engineers (41-9031)" > 4940 "Telemarketers (41-9041)" > 4950 "Door-to-door sales workers, news and street vendors, and related workers (41-9091)" > 4960 "Sales and related workers, all other (41-9099)" > 5000 "First-line supervisors/managers of office and administrative support workers (43-1011)" > 5010 "Switchboard operators, including answering service (43-2011)" > 5020 "Telephone operators (43-2021)" > 5030 "Communications equipment operators, all other (43-2099)" > 5100 "Bill and account collectors (43-3011)" > 5110 "Billing and posting clerks and machine operators (43-3021)" > 5120 "Bookkeeping, accounting, and auditing clerks (43-3031)" > 5130 "Gaming cage workers (43-3041)" > 5140 "Payroll and timekeeping clerks (43-3051)" > 5150 "Procurement clerks (43-3061)" > 5160 "Tellers (43-3071)" > 5200 "Brokerage clerks (43-4011)" > 5210 "Correspondence clerks (43-4021)" > 5220 "Court, municipal, and license clerks (43-4031)" > 5230 "Credit authorizers, checkers, and clerks (43-4041)" > 5240 "Customer service representatives (43-4051)" > 5250 "Eligibility interviewers, government programs (43-4061)" > 5260 "File Clerks (43-4071)" > 5300 "Hotel, motel, and resort desk clerks (43-4081)" > 5310 "Interviewers, except eligibility and loan (43-4111)" > 5320 "Library assistants, clerical (43-4121)" > 5330 "Loan interviewers and clerks (43-4131)" > 5340 "New accounts clerks (43-4141)" > 5350 "Order clerks (43-4151)" > 5360 "Human resources assistants, except payroll and timekeeping (43-4161)" > 5400 "Receptionists and information clerks (43-4171)" > 5410 "Reservation and transportation ticket agents and travel clerks (43-4181)" > 5420 "Information and record clerks, all other (43-4199)" > 5500 "Cargo and freight agents (43-5011)" > 5510 "Couriers and messengers (43-5021)" > 5520 "Dispatchers (43-5030)" > 5530 "Meter readers, utilities (43-5041)" > 5540 "Postal service clerks (43-5051)" > 5550 "Postal service mail carriers (43-5052)" > 5560 "Postal service mail sorters, processors, and processing machine operators (43-5053)" > 5600 "Production, planning, and expediting clerks (43-5061)" > 5610 "Shipping, receiving, and traffic clerks (43-5071)" > 5620 "Stock clerks and order fillers (43-5081)" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping (43-5111)" > 5700 "Secretaries and administrative assistants (43-6010)" > 5800 "Computer operators (43-9011)" > 5810 "Data entry keyers (43-9021)" > 5820 "Word processors and typists (43-9022)" > 5830 "Desktop publishers (43-9031)" > 5840 "Insurance claims and policy processing clerks (43-9041)" > 5850 "Mail clerks and mail machine operators, except postal service (43-9051)" > 5860 "Office clerks, general (43-9061)" > 5900 "Office machine operators, except computer (43-9071)" > 5910 "Proofreaders and copy markers (43-9081)" > 5920 "Statistical assistants (43-9111)" > 5930 "Office and administrative support workers, all other (43-9199)" > 6000 "First-line supervisors/managers of farming, fishing, and forestry workers (45-1010)" > 6010 "Agricultural inspectors (45-2011)" > 6020 "Animal breeders (45-2021)" > 6040 "Graders and sorters, agricultural products (45-2041)" > 6050 "Miscellaneous agricultural workers (45-2090)" > 6100 "Fishers and related fishing workers (45-3011)" > 6110 "Hunters and trappers (45-3021)" > 6120 "Forest and conservation workers (45-4011)" > 6130 "Logging workers (45-4020)" > 6200 "First-line supervisors/managers of construction trades and extraction workers (47-1011)" > 6210 "Boilermakers (47-2011)" > 6220 "Brickmasons, blockmasons, and stonemasons (47-2020)" > 6230 "Carpenters (47-2031)" > 6240 "Carpet, floor, and tile installers and finishers (47-2040)" > 6250 "Cement masons, concrete finishers, and terrazzo workers (47-2050)" > 6260 "Construction laborers (47-2061)" > 6300 "Paving, surfacing, and tamping equipment operators (47-2071)" > 6310 "Pile-driver operators (47-2072)" > 6320 "Operating engineers and other construction equipment operators (47-2073)" > 6330 "Drywall installers, ceiling tile installers, and tapers (47-2080)" > 6350 "Electricians (47-2111)" > 6360 "Glaziers (47-2121)" > 6400 "Insulation workers (47-2130)" > 6420 "Painters, construction and maintenance (47-2141)" > 6430 "Paperhangers (47-2142)" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters (47-2150)" > 6460 "Plasterers and stucco masons (47-2161)" > 6500 "Reinforcing iron and rebar workers (47-2171)" > 6510 "Roofers (47-2181)" > 6520 "Sheet metal workers (47-2211)" > 6530 "Structural iron and steel workers (47-2221)" > 6600 "Helpers, construction trades (47-3010)" > 6660 "Construction and building inspectors (47-4011)" > 6700 "Elevator installers and repairers (47-4021)" > 6710 "Fence erectors (47-4031)" > 6720 "Hazardous materials removal workers (47-4041)" > 6730 "Highway maintenance workers (47-4051)" > 6740 "Rail-track laying and maintenance equipment operators (47-4061)" > 6750 "Septic tank servicers and sewer pipe cleaners (47-4071)" > 6760 "Miscellaneous construction and related workers (47-4090)" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining (47-5010)" > 6820 "Earth drillers, except oil and gas (47-5021)" > 6830 "Explosives workers, ordnance handling experts, and blasters (47-5031)" > 6840 "Mining machine operators (47-5040)" > 6910 "Roof bolters, mining (47-5061)" > 6920 "Roustabouts, oil and gas (47-5071)" > 6930 "Helpers--extraction workers (47-5081)" > 6940 "Other extraction workers (47-50XX)" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers (49-1011)" > 7010 "Computer, automated teller, and office machine repairers (49-2011)" > 7020 "Radio and telecommunications equipment installers and repairers (49-2020)" > 7030 "Avionics technicians (49-2091)" > 7040 "Electric motor, power tool, and related repairers (49-2092)" > 7050 "Electrical and electronics installers and repairers, transportation equipment (49-2093)" > 7100 "Electrical and electronics repairers, industrial and utility (49-209X)" > 7110 "Electronic equipment installers and repairers, motor vehicles (49-2096)" > 7120 "Electronic home entertainment equipment installers and repairers (49-2097)" > 7130 "Security and fire alarm systems installers (49-2098)" > 7140 "Aircraft mechanics and service technicians (49-3011)" > 7150 "Automotive body and related repairers (49-3021)" > 7160 "Automotive glass installers and repairers (49-3022)" > 7200 "Automotive service technicians and mechanics (49-3023)" > 7210 "Bus and truck mechanics and diesel engine specialists (49-3031)" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics (49-3040)" > 7240 "Small engine mechanics (49-3050)" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers (49-3090 > )" > 7300 "Control and valve installers and repairers (49-9010)" > 7310 "Heating, air conditioning, and refrigeration mechanics and installers (49-9021)" > 7320 "Home appliance repairers (49-9031)" > 7330 "Industrial and refractory machinery mechanics (49-904X)" > 7340 "Maintenance and repair workers, general (49-9042)" > 7350 "Maintenance workers, machinery (49-9043)" > 7360 "Millwrights (49-9044)" > 7410 "Electrical power-line installers and repairers (49-9051)" > 7420 "Telecommunications line installers and repairers (49-9052)" > 7430 "Precision instrument and equipment repairers (49-9060)" > 7510 "Coin, vending, and amusement machine servicers and repairers (49-9091)" > 7520 "Commercial divers (49-9092)" > 7540 "Locksmiths and safe repairers (49-9094)" > 7550 "Manufactured building and mobile home installers (49-9095)" > 7560 "Riggers (49-9096)" > 7600 "Signal and track switch repairers (49-9097)" > 7610 "Helpers--installation, maintenance, and repair workers (49-9098)" > 7620 "Other installation, maintenance, and repair workers (49-909X)" > 7700 "First-line supervisors/managers of production and operating workers (51-1011)" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers (51-2011)" > 7720 "Electrical, electronics, and electromechanical assemblers (51-2020)" > 7730 "Engine and other machine assemblers (51-2031)" > 7740 "Structural metal fabricators and fitters (51-2041)" > 7750 "Miscellaneous assemblers and fabricators (51-2090)" > 7800 "Bakers (51-3011)" > 7810 "Butchers and other meat, poultry, and fish processing workers (51-3020)" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders (51-3091)" > 7840 "Food batchmakers (51-3092)" > 7850 "Food cooking machine operators and tenders (51-3093)" > 7900 "Computer control programmers and operators (51-4010)" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic (51-402 > 1)" > 7930 "Forging machine setters, operators, and tenders, metal and plastic (51-4022)" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic (51-4023)" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > (51-4031)" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic (51 > -4032)" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic (51-4033)" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic (51-40 > 34)" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic (51-4035) > " > 8030 "Machinists (51-4041)" > 8040 "Metal furnace and kiln operators and tenders (51-4050)" > 8060 "Model makers and patternmakers, metal and plastic (51-4060)" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic (51-4070) > " > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic (51-4081)" > 8130 "Tool and die makers (51-4111)" > 8140 "Welding, soldering, and brazing workers (51-4120)" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic (51-4191)" > 8160 "Lay-out workers, metal and plastic (51-4192)" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic (51-4193) > " > 8210 "Tool grinders, filers, and sharpeners (51-4194)" > 8220 "Metalworkers and plastic workers, all other (51-4199)" > 8230 "Bookbinders and bindery workers (51-5010)" > 8240 "Job printers (51-5021)" > 8250 "Prepress technicians and workers (51-5022)" > 8260 "Printing machine operators (51-5023)" > 8300 "Laundry and dry-cleaning workers (51-6011)" > 8310 "Pressers, textile, garment, and related materials (51-6021)" > 8320 "Sewing machine operators (51-6031)" > 8330 "Shoe and leather workers and repairers (51-6041)" > 8340 "Shoe machine operators and tenders (51-6042)" > 8350 "Tailors, dressmakers, and sewers (51-6050)" > 8360 "Textile bleaching and dyeing machine operators and tenders (51-6061)" > 8400 "Textile cutting machine setters, operators, and tenders (51-6062)" > 8410 "Textile knitting and weaving machine setters, operators, and tenders (51-6063)" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders (51-6 > 064)" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s (51-6091)" > 8440 "Fabric and apparel patternmakers (51-6092)" > 8450 "Upholsterers (51-6093)" > 8460 "Textile, apparel, and furnishings workers, all other (51-6099)" > 8500 "Cabinetmakers and bench carpenters (51-7011)" > 8510 "Furniture finishers (51-7021)" > 8520 "Model makers and patternmakers, wood (51-7030)" > 8530 "Sawing machine setters, operators, and tenders, wood (51-7041)" > 8540 "Woodworking machine setters, operators, and tenders, except sawing (51-7042)" > 8550 "Woodworkers, all other (51-7099)" > 8600 "Power plant operators, distributors, and dispatchers (51-8010)" > 8610 "Stationary engineers and boiler operators (51-8021)" > 8620 "Water and liquid waste treatment plant and system operators (51-8031)" > 8630 "Miscellaneous plant and system operators (51-8090)" > 8640 "Chemical processing machine setters, operators, and tenders (51-9010)" > 8650 "Crushing, grinding, polishing, mixing, and blending workers (51-9020)" > 8710 "Cutting workers (51-9030)" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders (51 > -9041)" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders (51-9051)" > 8740 "Inspectors, testers, sorters, samplers, and weighers (51-9061)" > 8750 "Jewelers and precious stone and metal workers (51-9071)" > 8760 "Medical, dental, and ophthalmic laboratory technicians (51-9080)" > 8800 "Packaging and filling machine operators and tenders (51-9111)" > 8810 "Painting workers (51-9120)" > 8830 "Photographic process workers and processing machine operators (51-9130)" > 8840 "Semiconductor processors (51-9141)" > 8850 "Cementing and gluing machine operators and tenders (51-9191)" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders (51-9192)" > 8900 "Cooling and freezing equipment operators and tenders (51-9193)" > 8910 "Etchers and engravers (51-9194)" > 8920 "Molders, shapers, and casters, except metal and plastic (51-9195)" > 8930 "Paper goods machine setters, operators, and tenders (51-9196)" > 8940 "Tire builders (51-9197)" > 8950 "Helpers--production workers (51-9198)" > 8960 "Production workers, all other (51-9199)" > 9000 "Supervisors, transportation and material moving workers (53-1000)" > 9030 "Aircraft pilots and flight engineers (53-2010)" > 9040 "Air traffic controllers and airfield operations specialists (53-2020)" > 9110 "Ambulance drivers and attendants, except emergency medical technicians (53-3011)" > 9120 "Bus drivers (53-3020)" > 9130 "Driver/sales workers and truck drivers (53-3030)" > 9140 "Taxi drivers and chauffeurs (53-3041)" > 9150 "Motor vehicle operators, all other (53-3099)" > 9200 "Locomotive engineers and operators (53-4010)" > 9230 "Railroad brake, signal, and switch operators (53-4021)" > 9240 "Railroad conductors and yardmasters (53-4031)" > 9260 "Subway, streetcar, and other rail transportation workers (53-30XX)" > 9300 "Sailors and marine oilers (53-5011)" > 9310 "Ship and boat captains and operators (53-5020)" > 9330 "Ship engineers (53-5031)" > 9340 "Bridge and lock tenders (53-6011)" > 9350 "Parking lot attendants (53-6021)" > 9360 "Service station attendants (53-6031)" > 9410 "Transportation inspectors (53-6051)" > 9420 "Other transportation workers (53-60XX)" > 9500 "Conveyor operators and tenders (53-7011)" > 9510 "Crane and tower operators (53-7021)" > 9520 "Dredge, excavating, and loading machine operators (53-7030)" > 9560 "Hoist and winch operators (53-7041)" > 9600 "Industrial truck and tractor operators (53-7051)" > 9610 "Cleaners of vehicles and equipment (53-7061)" > 9620 "Laborers and freight, stock, and material movers, hand (53-7062)" > 9630 "Machine feeders and offbearers (53-7063)" > 9640 "Packers and packagers, hand (53-7064)" > 9650 "Pumping station operators (53-7070)" > 9720 "Refuse and recyclable material collectors (53-7081)" > 9730 "Shuttle car operators (53-7111)" > 9740 "Tank car, truck, and ship loaders (53-7121)" > 9750 "Material moving workers, all other (53-7199)" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reporteds(Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers (55-1010)" > 9810 "First-line enlisted military supervisors/managers (55-2010)" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members (55-3 > 010)" > 9830 "Military, rank not specified (99-9999)" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg07.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 318,207 6.505859 3.447105 1 12 hurespli | 318,189 1.469793 .8225014 0 15 hrhtype | 318,207 2.62349 2.260773 1 10 minsamp | 318,207 5.998573 2.000003 4 8 -------------+--------------------------------------------------------- hrlonglk | 318,207 1.989554 .1441631 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 318,207 1.057095 .254552 1 8 -------------+--------------------------------------------------------- state | 318,207 53.93498 26.37437 11 95 stfips | 318,207 27.97079 15.8611 1 56 cbsafips | 318,207 25383.37 21174.29 0 79600 county | 318,207 29.16355 69.11789 0 810 centcity | 258,636 1.97984 .7365917 1 3 -------------+--------------------------------------------------------- smsastat | 315,388 1.214368 .4103836 1 2 icntcity | 26,207 1.483382 1.024922 1 7 smsa04 | 318,207 3.527443 2.586822 0 7 relref95 | 318,207 3.042507 3.084113 1 18 age | 318,207 45.57436 18.05479 16 85 -------------+--------------------------------------------------------- spouse | 171,288 1.578943 .7016989 1 15 sex | 318,207 1.522701 .4994852 1 2 grade92 | 318,207 39.97534 2.774209 31 46 race | 318,207 1.38085 1.250185 1 21 ethnic | 34,721 2.007776 1.413601 1 5 -------------+--------------------------------------------------------- lineno | 318,207 1.737137 1.021054 1 16 famnum | 318,207 .8036153 .4625899 0 4 pfamrel | 318,207 1.369926 1.049323 0 4 marital | 318,207 3.306822 2.629453 1 7 prpertyp | 318,207 2.003966 .0628511 2 3 -------------+--------------------------------------------------------- penatvty | 318,207 85.87482 80.13212 57 555 pemntvty | 318,207 94.06237 87.87908 57 555 pefntvty | 318,207 94.19301 87.9265 57 555 prcitshp | 318,207 1.470386 1.205026 1 5 prcitflg | 318,207 .1377531 1.762597 0 41 -------------+--------------------------------------------------------- peinusyr | 318,207 1.56368 4.393892 0 19 selfproxy | 314,713 1.487768 .5061681 1 3 lfsr94 | 316,945 2.758977 2.347511 1 7 absent94 | 8,213 6.012906 3.3148 4 14 uhourse | 201,877 35.40384 16.0552 -4 99 -------------+--------------------------------------------------------- reason94 | 14,123 5.122424 2.920697 1 13 hourslw | 192,402 39.03202 13.37949 1 99 laydur | 1,426 7.262973 9.44184 1 104 dwrsn | 4,976 7.660772 3.074662 1 11 why3594 | 46,661 15.05836 7.029928 1 23 -------------+--------------------------------------------------------- prunedur | 8,817 16.55767 21.92516 0 118 untype | 8,817 3.406374 1.666533 1 6 ftpt94 | 316,945 2.62897 2.384734 1 12 class94 | 218,141 4.12232 1.182303 1 8 agri | 218,141 .0189556 .1363686 0 1 -------------+--------------------------------------------------------- eligible | 318,207 1.443686 .4968194 1 2 otc | 177,023 1.856561 .350521 1 2 ernpdh2 | 97,908 1.746977 .4347464 1 2 paidhre | 177,023 1.407111 .4912972 1 2 earnhre | 104,879 1442.296 844.2841 6 9999 -------------+--------------------------------------------------------- earnwke | 177,023 762.7192 571.6214 0 2884.61 unionmme | 177,023 1.87966 .32536 1 2 unioncov | 155,720 1.984967 .121686 1 2 schenr | 47,333 1.472588 .4992533 1 2 studftpt | 24,964 1.074828 .2631185 1 2 -------------+--------------------------------------------------------- schlvl | 24,964 1.475845 .4994262 1 2 earnwt | 318,207 8744.003 4753.599 0 58091.54 weight | 318,207 2186.001 1182.987 0 14087.87 chldpres | 200,488 2.273483 3.338734 0 15 ownchild | 200,357 .8373004 1.126035 0 11 -------------+--------------------------------------------------------- I25d | 177,023 .3022376 .4592289 0 1 I25c | 104,955 .3296556 .4700903 0 1 I25a | 318,207 .300911 3.259618 0 43 I25b | 318,207 3.511438 11.61283 0 42 qstnum | 0 -------------+--------------------------------------------------------- occurnum | 0 ged | 97,705 1.081593 .2737444 1 2 gedhigr | 7,972 6.325514 1.272658 1 8 yrcoll | 85,054 2.699497 .9909615 1 5 grprof | 54,658 1.751235 .4323013 1 2 -------------+--------------------------------------------------------- gr6cor | 13,597 1.333824 .4715949 1 2 ms123 | 19,932 2.188591 .5732696 1 3 cmpwgt | 318,207 2186.204 1184.521 0 15554.38 ind02 | 218,141 6132.358 2737.374 170 9890 occ00 | 218,141 4292.599 2556.784 10 9840 -------------+--------------------------------------------------------- occ002 | 318,207 133.7929 817.9402 -1 9720 vet1 | 32,202 4.320353 1.843891 1 9 vet2 | 6,111 4.257568 1.749659 1 9 vet3 | 1,461 4.374401 1.698549 1 9 vet4 | 379 5.773087 1.93853 1 9 -------------+--------------------------------------------------------- linedad | 41,800 1.704713 .9326243 1 12 linemom | 30,331 1.134549 .3931455 1 3 recnum | 318,207 229512.7 132406.8 1 458272 year | 318,207 2007 0 2007 2007 ym_file | 318,207 569.5059 3.447105 564 575 -------------+--------------------------------------------------------- ym | 318,207 560.5101 6.906442 549 572 ch02 | 200,488 .1130741 .3166841 0 1 ch35 | 200,488 .1227854 .3281915 0 1 ch613 | 200,488 .254494 .4355775 0 1 ch1417 | 200,488 .1569969 .3637988 0 1 -------------+--------------------------------------------------------- ch05 | 200,488 .1950092 .3962088 0 1 ihigrdc | 318,207 13.20321 2.973133 0 18 docc00 | 218,141 12.76329 6.658672 1 23 dind02 | 218,141 30.19256 14.66271 1 52 . aef2 2008 08 03 08 dct_name aef03.dbd raw_name=../raw/morg08 (0 observations deleted) obs 454940 # of persons with age<=15 137599 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 49,729 10.93 10.93 0 | 4,813 1.06 11.99 1 | 5,249 1.15 13.14 2 | 5,342 1.17 14.32 3 | 5,360 1.18 15.50 4 | 5,564 1.22 16.72 5 | 5,401 1.19 17.91 6 | 5,439 1.20 19.10 7 | 5,686 1.25 20.35 8 | 5,516 1.21 21.56 9 | 5,529 1.22 22.78 10 | 5,513 1.21 23.99 11 | 5,525 1.21 25.20 12 | 5,744 1.26 26.47 13 | 5,775 1.27 27.74 14 | 5,520 1.21 28.95 15 | 5,894 1.30 30.25 16 | 6,091 1.34 31.58 17 | 5,989 1.32 32.90 18 | 5,617 1.23 34.14 19 | 4,964 1.09 35.23 20 | 4,833 1.06 36.29 21 | 4,728 1.04 37.33 22 | 5,032 1.11 38.43 23 | 5,155 1.13 39.57 24 | 4,929 1.08 40.65 25 | 5,169 1.14 41.79 26 | 5,243 1.15 42.94 27 | 5,221 1.15 44.09 28 | 5,371 1.18 45.27 29 | 4,957 1.09 46.36 30 | 5,108 1.12 47.48 31 | 5,069 1.11 48.59 32 | 4,773 1.05 49.64 33 | 5,013 1.10 50.75 34 | 4,692 1.03 51.78 35 | 5,159 1.13 52.91 36 | 5,370 1.18 54.09 37 | 5,593 1.23 55.32 38 | 5,689 1.25 56.57 39 | 5,504 1.21 57.78 40 | 5,549 1.22 59.00 41 | 5,496 1.21 60.21 42 | 5,599 1.23 61.44 43 | 5,972 1.31 62.75 44 | 6,113 1.34 64.10 45 | 6,232 1.37 65.47 46 | 6,192 1.36 66.83 47 | 6,326 1.39 68.22 48 | 6,188 1.36 69.58 49 | 6,176 1.36 70.93 50 | 6,258 1.38 72.31 51 | 6,280 1.38 73.69 52 | 6,107 1.34 75.03 53 | 5,851 1.29 76.32 54 | 5,819 1.28 77.60 55 | 5,622 1.24 78.83 56 | 5,509 1.21 80.05 57 | 5,349 1.18 81.22 58 | 5,185 1.14 82.36 59 | 5,034 1.11 83.47 60 | 5,073 1.12 84.58 61 | 5,118 1.12 85.71 62 | 3,977 0.87 86.58 63 | 3,673 0.81 87.39 64 | 3,700 0.81 88.20 65 | 3,987 0.88 89.08 66 | 3,430 0.75 89.83 67 | 3,135 0.69 90.52 68 | 3,059 0.67 91.19 69 | 3,051 0.67 91.86 70 | 2,747 0.60 92.47 71 | 2,535 0.56 93.03 72 | 2,505 0.55 93.58 73 | 2,400 0.53 94.10 74 | 2,220 0.49 94.59 75 | 2,272 0.50 95.09 76 | 2,171 0.48 95.57 77 | 2,286 0.50 96.07 78 | 2,140 0.47 96.54 79 | 1,673 0.37 96.91 80 | 7,977 1.75 98.66 85 | 6,086 1.34 100.00 ------------+----------------------------------- Total | 454,940 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 49,729 36.14 36.14 0 | 4,813 3.50 39.64 1 | 5,249 3.81 43.45 2 | 5,342 3.88 47.34 3 | 5,360 3.90 51.23 4 | 5,564 4.04 55.27 5 | 5,401 3.93 59.20 6 | 5,439 3.95 63.15 7 | 5,686 4.13 67.28 8 | 5,516 4.01 71.29 9 | 5,529 4.02 75.31 10 | 5,513 4.01 79.32 11 | 5,525 4.02 83.33 12 | 5,744 4.17 87.51 13 | 5,775 4.20 91.70 14 | 5,520 4.01 95.72 15 | 5,894 4.28 100.00 ------------+----------------------------------- Total | 137,599 100.00 (137,599 observations deleted) (0 observations deleted) obs 317341 after keeping age>15&age!=. infile successful no observations (10 real changes made, 10 to missing) (275,017 real changes made, 275,017 to missing) (286,494 real changes made, 286,494 to missing) (0 real changes made) (0 real changes made) (157,851 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (159,490 real changes made) Geography (317,341 real changes made) dropping cmsacode msafips smsa93 smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (2,710 real changes made, 2,710 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (59,370 real changes made, 59,370 to missing) (291,336 real changes made, 291,336 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (147,657 real changes made, 147,657 to missing) if 2008 > 1983 & 2008 < 1989 { (0 real changes made) (118,895 real changes made, 118,895 to missing) (118,744 real changes made, 118,744 to missing) (118,744 missing values generated) (118,744 missing values generated) (118,744 missing values generated) (118,744 missing values generated) (ch02: 77595 changes made) (ch35: 87400 changes made) (ch613: 87400 changes made) (ch1417: 87400 changes made) (118,744 missing values generated) (15,599 real changes made) (0 real changes made) (220,821 real changes made, 220,821 to missing) (310,502 real changes made, 310,502 to missing) (231,212 real changes made, 231,212 to missing) (262,004 real changes made, 262,004 to missing) (304,527 real changes made, 304,527 to missing) (296,703 real changes made, 296,703 to missing) (317,341 missing values generated) (990 real changes made) (2,122 real changes made) (4,369 real changes made) (6,870 real changes made) (7,420 real changes made) (11,793 real changes made) (12,900 real changes made) (4,296 real changes made) (31 real changes made) (75 real changes made) (42 real changes made) (470 real changes made) (832 real changes made) (1,816 real changes made) (2,481 real changes made) (1,092 real changes made) (89,681 real changes made) (11,093 real changes made) (22,560 real changes made) (38,433 real changes made) (10,365 real changes made) (3,678 real changes made) (42,523 real changes made) (4,339 real changes made) (8,475 real changes made) (1,771 real changes made) (18,867 real changes made) (7,957 real changes made) (219,317 real changes made, 219,317 to missing) (306,488 real changes made, 306,488 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (282,168 real changes made, 282,168 to missing) (0 real changes made) (286,065 real changes made, 286,065 to missing) (311,715 real changes made, 311,715 to missing) (315,915 real changes made, 315,915 to missing) (317,012 real changes made, 317,012 to missing) Employment (3,538 real changes made, 3,538 to missing) (312,047 real changes made, 312,047 to missing) (142,444 real changes made, 142,444 to missing) (100,199 real changes made, 100,199 to missing) (100,199 real changes made, 100,199 to missing) (100,199 real changes made, 100,199 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 556 generate int docc00=occ00; (100,199 missing values generated) recode docc00 2000-2010 (docc00: 217142 changes made) dind (100,199 missing values generated) (dind02: 217142 changes made) Wages (142,444 real changes made, 142,444 to missing) (0 real changes made) (214,355 real changes made, 214,355 to missing) (0 real changes made) (0 real changes made) (142,444 real changes made) (212,963 real changes made) (100,199 real changes made, 100,199 to missing) (306,488 real changes made, 306,488 to missing) (119,360 real changes made) (142,444 real changes made) (0 real changes made) (118,075 real changes made, 118,075 to missing) (1,285 real changes made, 1,285 to missing) (315,699 real changes made, 315,699 to missing) (214,295 real changes made, 214,295 to missing) (142,444 real changes made, 142,444 to missing) Hours, Unions (302,452 real changes made, 302,452 to missing) (309,521 real changes made, 309,521 to missing) (292,498 real changes made, 292,498 to missing) (270,266 real changes made, 270,266 to missing) (292,498 real changes made, 292,498 to missing) (1,285 real changes made, 1,285 to missing) (127,180 real changes made, 127,180 to missing) (96 real changes made) (269,678 real changes made, 269,678 to missing) (142,444 real changes made, 142,444 to missing) (164,211 real changes made, 164,211 to missing) variable spouse was int now byte variable hourslw was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now byte variable serial was str2 now str1 (5,077,456 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > ; . * penatvty: 2007-; . label values penatvty penatvty; . label define penatvty > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 73 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 100 "Albania" > 102 "Austria" > 103 "Belgium" > 104 "Bulgaria" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "United Kingdom/Great Britain" > 139 "England" > 140 "Scotland" > 141 "Wales" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Czech Republic" > 149 "Slovakia" > 150 "Bosnia & Herzegovina" > 151 "Croatia" > 152 "Macedonia" > 154 "Serbia" > 156 "Latvia" > 157 "Lithuania" > 158 "Armenia" > 159 "Azerbaijan" > 160 "Belarus" > 161 "Georgia" > 162 "Moldova" > 163 "Russia" > 164 "Ukraine" > 165 "USSR" > 166 "Europe, not specified" > 167 "Kosovo" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Myanmar (Burma)" > 206 "Cambodia" > 207 "China" > 208 "Cyprus" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea" > 220 "South Korea" > 222 "Kuwait" > 223 "Laos" > 224 "Lebanon" > 226 "Malaysia" > 229 "Nepal" > 231 "Pakistan" > 233 "Philippines" > 235 "Saudi Arabia" > 236 "Singapore" > 238 "Sri Lanka" > 239 "Syria" > 240 "Taiwan" > 242 "Thailand" > 243 "Turkey" > 246 "Uzbekistan" > 247 "Vietnam" > 248 "Yemen" > 249 "Asia, not specified" > 300 "Bermuda" > 301 "Canada" > 303 "Mexico" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Nicaragua" > 316 "Panama" > 318 "Central America" > 321 "Antigua and Barbuda" > 323 "Bahamas" > 324 "Barbados" > 327 "Cuba" > 328 "Dominica" > 329 "Dominican Republic" > 330 "Grenada" > 332 "Haiti" > 333 "Jamaica" > 339 "St. Lucia" > 340 "St. Vincent and the Grenadines" > 341 "Trinidad and Tobago" > 343 "West Indes, not specified" > 360 "Argentina" > 361 "Bolivia" > 362 "Brazil" > 363 "Chile" > 364 "Colombia" > 365 "Ecuador" > 368 "Guyana" > 369 "Paraguay" > 370 "Peru" > 372 "Uruguay" > 373 "Venezuela" > 374 "South America, not specified" > 399 "Americas, not specified" > 400 "Algeria" > 407 "Cameroon" > 408 "Cape Verde" > 414 "Egypt" > 416 "Ethiopia" > 417 "Eritrea" > 421 "Ghana" > 427 "Kenya" > 429 "Liberia" > 436 "Morocco" > 440 "Nigeria" > 444 "Senegal" > 447 "Sierra Leone" > 448 "Somalia" > 449 "South Africa" > 451 "Sudan" > 453 "Tanzania" > 457 "Uganda" > 461 "Zimbabwe" > 462 "Africa, not specified" > 501 "Australia" > 508 "Fiji" > 515 "New Zealand" > 523 "Tonga" > 527 "Samoa" > 528 "Oceania, not specified" > 555 "Elsewhere" > ; . * pemntvty: 2007-; . label values pemntvty penatvty; . * pefntvty: 2007-; . label values pefntvty penatvty; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2003" > 19 "2004-2005" > 20 "2006-2007" > 21 "2008-2009" > 22 "2010-2012" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ00: 2000-2010; . label values occ00 occ00l ; . label define occ00l > 10 "Chief executives (11-1011)" > 20 "General and operations managers (11-1021)" > 40 "Advertising and promotions managers (11-2011)" > 50 "Marketing and sales managers (11-2020)" > 60 "Public relations managers (11-2031)" > 100 "Administrative services managers (11-3011)" > 110 "Computer and information systems managers (11-3021)" > 120 "Financial managers (11-3031)" > 130 "Human resources managers (11-3040)" > 140 "Industrial production managers (11-3051)" > 150 "Purchasing managers (11-3061)" > 160 "Transportation, storage, and distribution managers (11-3071)" > 200 "Farm, ranch, and other agricultural managers (11-9011)" > 210 "Farmers and ranchers (11-9012)" > 220 "Construction managers (11-9021)" > 230 "Education administrators (11-9030)" > 300 "Engineering managers (11-9041)" > 310 "Food service managers (11-9051)" > 320 "Funeral directors (11-9061)" > 330 "Gaming managers (11-9071)" > 340 "Lodging managers (11-9081)" > 350 "Medical and health services managers (11-9111)" > 360 "Natural sciences managers (11-9121)" > 410 "Property, real estate, and community association managers (11-9141)" > 420 "Social and community service managers (11-9151)" > 430 "Managers, all other (11-9199)" > 500 "Agents and business managers of artists, performers, and athletes (13-1011)" > 510 "Purchasing agents and buyers, farm products (13-1021)" > 520 "Wholesale and retail buyers, except farm products (13-1022)" > 530 "Purchasing agents, except wholesale, retail, and farm products (13-1023)" > 540 "Claims adjusters, appraisers, examiners, and investigators (13-1030)" > 560 "Compliance officers, except agriculture, construction, health and safety, and transporta > tion (13-1041)" > 600 "Cost estimators (13-1051)" > 620 "Human resources, training, and labor relations specialists (13-1070)" > 700 "Logisticians (13-1081)" > 710 "Management analysts (13-1111)" > 720 "Meeting and convention planners (13-1121)" > 730 "Other business operations specialists (13-11XX)" > 800 "Accountants and auditors (13-2011)" > 810 "Appraisers and assessors of real estate (13-2021)" > 820 "Budget analysts (13-2031)" > 830 "Credit analysts (13-2041)" > 840 "Financial analysts (13-2051)" > 850 "Personal financial advisors (13-2052)" > 860 "Insurance underwriters (13-2053)" > 900 "Financial examiners (13-2061)" > 910 "Loan counselors and officers (13-2070)" > 930 "Tax examiners, collectors, and revenue agents (13-2081)" > 940 "Tax prepares (13-2082)" > 950 "Financial specialists, all other (13-2099)" > 1000 "Computer scientists and systems analysts (15-10XX)" > 1010 "Computer programmers (15-1021)" > 1020 "Computer software engineers (15-1030)" > 1040 "Computer support specialists (15-1041)" > 1060 "Database administrators (15-1061)" > 1100 "Network and computer systems administrators (15-1071)" > 1110 "Network systems and data communications analysts (15-1081)" > 1200 "Actuaries (15-2011)" > 1210 "Mathematicians (15-2021)" > 1220 "Operations research analysts (15-2031)" > 1230 "Statisticians (15-2041)" > 1240 "Miscellaneous mathematical science occupations (15-2090)" > 1300 "Architects, except naval (17-1010)" > 1310 "Surveyors, cartographers, and photogrammetrists (17-1020)" > 1320 "Aerospace engineers (17-2011)" > 1330 "Agricultural engineers (17-2021)" > 1340 "Biomedical engineers (17-2031)" > 1350 "Chemical engineers (17-2041)" > 1360 "Civil engineers (17-2051)" > 1400 "Computer hardware engineers (17-2061)" > 1410 "Electrical and electronic engineers (17-2070)" > 1420 "Environmental engineers (17-2081)" > 1430 "Industrial engineers, including health and safety (17-2110)" > 1440 "Marine engineers and naval architects (17-2121)" > 1450 "Materials engineers (17-2131)" > 1460 "Mechanical engineers (17-2141)" > 1500 "Mining and geological engineers, including mining safety engineers (17-2151)" > 1510 "Nuclear engineers (17-2161)" > 1520 "Petroleum engineers (17-2171)" > 1530 "Engineers, all other (17-2199)" > 1540 "Drafters (17-3010)" > 1550 "Engineering technicians, except drafters (17-3020)" > 1560 "Surveying and mapping technicians (17-3031)" > 1600 "Agricultural and food scientists (19-1010)" > 1610 "Biological scientists (19-1020)" > 1640 "Conservation scientists and foresters (19-1030)" > 1650 "Medical scientists (19-1040)" > 1700 "Astronomers and physicists (19-2010)" > 1710 "Atmospheric and space scientists (19-2021)" > 1720 "Chemists and materials scientists (19-2030)" > 1740 "Environmental scientists and geoscientists (19-2040)" > 1760 "Physical scientists, all other (19-2099)" > 1800 "Economists (19-3011)" > 1810 "Market and survey researchers (19-3020)" > 1820 "Psychologists (19-3030)" > 1830 "Sociologists (19-3041)" > 1840 "Urban and regional planners (19-3051)" > 1860 "Miscellaneous social scientists and related workers (19-3090)" > 1900 "Agricultural and food science technicians (19-4011)" > 1910 "Biological technicians (19-4021)" > 1920 "Chemical technicians (19-4031)" > 1930 "Geological and petroleum technicians (19-4041)" > 1940 "Nuclear technicians (19-4051)" > 1960 "Other life, physical, and social science technicians (19-40XX)" > 2000 "Counselors (21-1010)" > 2010 "Social workers (21-1020)" > 2020 "Miscellaneous community and social service specialists (21-1090)" > 2040 "Clergy (21-2011)" > 2050 "Directors, religious activities and education (21-2021)" > 2060 "Religious workers, all other (21-2099)" > 2100 "Lawyers, Judges, magistrates, and other judicial workers (23-1011)" > 2140 "Paralegals and legal assistants (23-2011)" > 2150 "Miscellaneous legal support workers (23-2090)" > 2200 "Postsecondary teachers (25-1000)" > 2300 "Preschool and kindergarten teachers (25-2010)" > 2310 "Elementary and middle school teachers (25-2020)" > 2320 "Secondary school teachers (25-2030)" > 2330 "Special education teachers (25-2040)" > 2340 "Other teachers and instructors (25-3000)" > 2400 "Archivists, curators, and museum technicians (25-4010)" > 2430 "Librarians (25-4021)" > 2440 "Library technicians (25-4031)" > 2540 "Teacher assistants (25-9041)" > 2550 "Other education, training, and library workers (25-90XX)" > 2600 "Artists and related workers (27-1010)" > 2630 "Designers (27-1020)" > 2700 "Actors (27-2011)" > 2710 "Producers and directors (27-2012)" > 2720 "Athletes, coaches, umpires, and related workers (27-2020)" > 2740 "Dancers and choreographers (27-2030)" > 2750 "Musicians, singers, and related workers (27-2040)" > 2760 "Entertainers and performers, sports and related workers, all other (27-2099)" > 2800 "Announcers (27-3010)" > 2810 "News analysts, reporters and correspondents (27-3020)" > 2820 "Public relations specialists (27-3031)" > 2830 "Editors (27-3041)" > 2840 "Technical writers (27-3042)" > 2850 "Writers and authors (27-3043)" > 2860 "Miscellaneous media and communication workers (27-3090)" > 2900 "Broadcast and sound engineering technicians and radio operators (27-4010)" > 2910 "Photographers (27-4021)" > 2920 "Television, video, and motion picture camera operators and editors (27-4030)" > 2960 "Media and communication equipment workers, all other (27-4099)" > 3000 "Chiropractors (29-1011)" > 3010 "Dentists (29-1020)" > 3030 "Dietitians and nutritionists (29-1031)" > 3040 "Optometrists (29-1041)" > 3050 "Pharmacists (29-1051)" > 3060 "Physicians and surgeons (29-1060)" > 3110 "Physician assistants (29-1071)" > 3120 "Podiatrists (29-1081)" > 3130 "Registered nurses (29-1111)" > 3140 "Audiologists (29-1121)" > 3150 "Occupational therapists (29-1122)" > 3160 "Physical therapists (29-1123)" > 3200 "Radiation therapists (29-1124)" > 3210 "Recreational therapists (29-1125)" > 3220 "Respiratory therapists (29-1126)" > 3230 "Speech-language pathologists (29-1127)" > 3240 "Therapists, all other (29-1129)" > 3250 "Veterinarians (29-1131)" > 3260 "Health diagnosing and treating practitioners, all other (29-1199)" > 3300 "Clinical laboratory technologists and technicians (29-2010)" > 3310 "Dental hygienists (29-2021)" > 3320 "Diagnostic related technologists and technicians (29-2030)" > 3400 "Emergency medical technicians and paramedics (29-2041)" > 3410 "Health diagnosing and treating practitioner support technicians (29-2050)" > 3500 "Licensed practical and licensed vocational nurses (29-2061)" > 3510 "Medical records and health information technicians (29-2071)" > 3520 "Opticians, dispensing (29-2081)" > 3530 "Miscellaneous health technologists and technicians (29-2090)" > 3540 "Other healthcare practitioners and technical occupations (29-9000)" > 3600 "Nursing, psychiatric, and home health aides (31-1010)" > 3610 "Occupational therapist assistants and aides (31-2010)" > 3620 "Physical therapist assistants and aides (31-2020)" > 3630 "Massage therapists (31-9011)" > 3640 "Dental assistants (31-9091)" > 3650 "Medical assistants and other healthcare support occupations (31-909X)" > 3700 "First-line supervisors/managers of correctional officers (33-1011)" > 3710 "First-line supervisors/managers of police and detectives (33-1012)" > 3720 "First-line supervisors/managers of fire fighting and prevention workers (33-1021)" > 3730 "Supervisors, protective service workers, all other (33-1099)" > 3740 "Fire fighters (33-2011)" > 3750 "Fire inspectors (33-2020)" > 3800 "Bailiffs, correctional officers, and jailers (33-3010)" > 3820 "Detectives and criminal investigators (33-3021)" > 3830 "Fish and game wardens (33-3031)" > 3840 "Parking enforcement workers (33-3041)" > 3850 "Police and sheriff's patrol officers (33-3051)" > 3860 "Transit and railroad police (33-3052)" > 3900 "Animal control workers (33-9011)" > 3910 "Private detectives and investigators (33-9021)" > 3920 "Security guards and gaming surveillance officers (33-9030)" > 3940 "Crossing guards (33-9091)" > 3950 "Lifeguards and other protective service workers (33-909X)" > 4000 "Chefs and head cooks (35-1011)" > 4010 "First-line supervisors/managers of food preparation and serving workers (35-1012)" > 4020 "Cooks (35-2010)" > 4030 "Food preparation workers (35-2021)" > 4040 "Bartenders (35-3011)" > 4050 "Combined food preparation and serving workers, including fast food (35-3021)" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop (35-3022)" > 4110 "Waiters and waitresses (35-3031)" > 4120 "Food servers, nonrestaurant (35-3041)" > 4130 "Dining room and cafeteria attendants and bartender helpers (35-9011)" > 4140 "Dishwashers (35-9021)" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop (35-9031)" > 4160 "Food preparation and serving related workers, all other (35-9099)" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers (37-1011)" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > (37-1012)" > 4220 "Janitors and building cleaners (31-201X)" > 4230 "Maids and housekeeping cleaners (37-2012)" > 4240 "Pest control workers (37-2021)" > 4250 "Grounds maintenance workers (37-3010)" > 4300 "First-line supervisors/managers of gaming workers (39-1010)" > 4320 "First-line supervisors/managers of personal service workers (39-1021)" > 4340 "Animal trainers (39-2011)" > 4350 "Nonfarm animal caretakers (39-2021)" > 4400 "Gaming services workers (39-3010)" > 4410 "Motion picture projectionists (39-3021)" > 4420 "Ushers, lobby attendants, and ticket takers (39-3031)" > 4430 "Miscellaneous entertainment attendants and related workers (39-3090)" > 4460 "Funeral service workers (39-4000)" > 4500 "Barbers (39-5011)" > 4510 "Hairdressers, hairstylists, and cosmetologists (39-5012)" > 4520 "Miscellaneous personal appearance workers (39-5090)" > 4530 "Baggage porters, bellhops, and concierges (39-6010)" > 4540 "Tour and travel guides (39-6020)" > 4550 "Transportation attendants (39-6030)" > 4600 "Child care workers (39-9011)" > 4610 "Personal and home care aides (39-9021)" > 4620 "Recreation and fitness workers (39-9030)" > 4640 "Residential advisors (39-9041)" > 4650 "Personal care and service workers, all other (39-9099)" > 4700 "First-line supervisors/managers of retail sales workers (41-1011)" > 4710 "First-line supervisors/managers of non-retail sales workers (41-1012)" > 4720 "Cashiers (41-2010)" > 4740 "Counter and rental clerks (41-2021)" > 4750 "Parts salespersons (41-2022)" > 4760 "Retail salespersons (41-2031)" > 4800 "Advertising sales agents (41-3011)" > 4810 "Insurance sales agents (41-3021)" > 4820 "Securities, commodities, and financial services sales agents (41-3031)" > 4830 "Travel agents (41-3041)" > 4840 "Sales representatives, services, all other (41-3099)" > 4850 "Sales representatives, wholesale and manufacturing (41-4010)" > 4900 "Models, demonstrators, and product promoters (41-9010)" > 4920 "Real estate brokers and sales agents (41-9020)" > 4930 "Sales engineers (41-9031)" > 4940 "Telemarketers (41-9041)" > 4950 "Door-to-door sales workers, news and street vendors, and related workers (41-9091)" > 4960 "Sales and related workers, all other (41-9099)" > 5000 "First-line supervisors/managers of office and administrative support workers (43-1011)" > 5010 "Switchboard operators, including answering service (43-2011)" > 5020 "Telephone operators (43-2021)" > 5030 "Communications equipment operators, all other (43-2099)" > 5100 "Bill and account collectors (43-3011)" > 5110 "Billing and posting clerks and machine operators (43-3021)" > 5120 "Bookkeeping, accounting, and auditing clerks (43-3031)" > 5130 "Gaming cage workers (43-3041)" > 5140 "Payroll and timekeeping clerks (43-3051)" > 5150 "Procurement clerks (43-3061)" > 5160 "Tellers (43-3071)" > 5200 "Brokerage clerks (43-4011)" > 5210 "Correspondence clerks (43-4021)" > 5220 "Court, municipal, and license clerks (43-4031)" > 5230 "Credit authorizers, checkers, and clerks (43-4041)" > 5240 "Customer service representatives (43-4051)" > 5250 "Eligibility interviewers, government programs (43-4061)" > 5260 "File Clerks (43-4071)" > 5300 "Hotel, motel, and resort desk clerks (43-4081)" > 5310 "Interviewers, except eligibility and loan (43-4111)" > 5320 "Library assistants, clerical (43-4121)" > 5330 "Loan interviewers and clerks (43-4131)" > 5340 "New accounts clerks (43-4141)" > 5350 "Order clerks (43-4151)" > 5360 "Human resources assistants, except payroll and timekeeping (43-4161)" > 5400 "Receptionists and information clerks (43-4171)" > 5410 "Reservation and transportation ticket agents and travel clerks (43-4181)" > 5420 "Information and record clerks, all other (43-4199)" > 5500 "Cargo and freight agents (43-5011)" > 5510 "Couriers and messengers (43-5021)" > 5520 "Dispatchers (43-5030)" > 5530 "Meter readers, utilities (43-5041)" > 5540 "Postal service clerks (43-5051)" > 5550 "Postal service mail carriers (43-5052)" > 5560 "Postal service mail sorters, processors, and processing machine operators (43-5053)" > 5600 "Production, planning, and expediting clerks (43-5061)" > 5610 "Shipping, receiving, and traffic clerks (43-5071)" > 5620 "Stock clerks and order fillers (43-5081)" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping (43-5111)" > 5700 "Secretaries and administrative assistants (43-6010)" > 5800 "Computer operators (43-9011)" > 5810 "Data entry keyers (43-9021)" > 5820 "Word processors and typists (43-9022)" > 5830 "Desktop publishers (43-9031)" > 5840 "Insurance claims and policy processing clerks (43-9041)" > 5850 "Mail clerks and mail machine operators, except postal service (43-9051)" > 5860 "Office clerks, general (43-9061)" > 5900 "Office machine operators, except computer (43-9071)" > 5910 "Proofreaders and copy markers (43-9081)" > 5920 "Statistical assistants (43-9111)" > 5930 "Office and administrative support workers, all other (43-9199)" > 6000 "First-line supervisors/managers of farming, fishing, and forestry workers (45-1010)" > 6010 "Agricultural inspectors (45-2011)" > 6020 "Animal breeders (45-2021)" > 6040 "Graders and sorters, agricultural products (45-2041)" > 6050 "Miscellaneous agricultural workers (45-2090)" > 6100 "Fishers and related fishing workers (45-3011)" > 6110 "Hunters and trappers (45-3021)" > 6120 "Forest and conservation workers (45-4011)" > 6130 "Logging workers (45-4020)" > 6200 "First-line supervisors/managers of construction trades and extraction workers (47-1011)" > 6210 "Boilermakers (47-2011)" > 6220 "Brickmasons, blockmasons, and stonemasons (47-2020)" > 6230 "Carpenters (47-2031)" > 6240 "Carpet, floor, and tile installers and finishers (47-2040)" > 6250 "Cement masons, concrete finishers, and terrazzo workers (47-2050)" > 6260 "Construction laborers (47-2061)" > 6300 "Paving, surfacing, and tamping equipment operators (47-2071)" > 6310 "Pile-driver operators (47-2072)" > 6320 "Operating engineers and other construction equipment operators (47-2073)" > 6330 "Drywall installers, ceiling tile installers, and tapers (47-2080)" > 6350 "Electricians (47-2111)" > 6360 "Glaziers (47-2121)" > 6400 "Insulation workers (47-2130)" > 6420 "Painters, construction and maintenance (47-2141)" > 6430 "Paperhangers (47-2142)" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters (47-2150)" > 6460 "Plasterers and stucco masons (47-2161)" > 6500 "Reinforcing iron and rebar workers (47-2171)" > 6510 "Roofers (47-2181)" > 6520 "Sheet metal workers (47-2211)" > 6530 "Structural iron and steel workers (47-2221)" > 6600 "Helpers, construction trades (47-3010)" > 6660 "Construction and building inspectors (47-4011)" > 6700 "Elevator installers and repairers (47-4021)" > 6710 "Fence erectors (47-4031)" > 6720 "Hazardous materials removal workers (47-4041)" > 6730 "Highway maintenance workers (47-4051)" > 6740 "Rail-track laying and maintenance equipment operators (47-4061)" > 6750 "Septic tank servicers and sewer pipe cleaners (47-4071)" > 6760 "Miscellaneous construction and related workers (47-4090)" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining (47-5010)" > 6820 "Earth drillers, except oil and gas (47-5021)" > 6830 "Explosives workers, ordnance handling experts, and blasters (47-5031)" > 6840 "Mining machine operators (47-5040)" > 6910 "Roof bolters, mining (47-5061)" > 6920 "Roustabouts, oil and gas (47-5071)" > 6930 "Helpers--extraction workers (47-5081)" > 6940 "Other extraction workers (47-50XX)" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers (49-1011)" > 7010 "Computer, automated teller, and office machine repairers (49-2011)" > 7020 "Radio and telecommunications equipment installers and repairers (49-2020)" > 7030 "Avionics technicians (49-2091)" > 7040 "Electric motor, power tool, and related repairers (49-2092)" > 7050 "Electrical and electronics installers and repairers, transportation equipment (49-2093)" > 7100 "Electrical and electronics repairers, industrial and utility (49-209X)" > 7110 "Electronic equipment installers and repairers, motor vehicles (49-2096)" > 7120 "Electronic home entertainment equipment installers and repairers (49-2097)" > 7130 "Security and fire alarm systems installers (49-2098)" > 7140 "Aircraft mechanics and service technicians (49-3011)" > 7150 "Automotive body and related repairers (49-3021)" > 7160 "Automotive glass installers and repairers (49-3022)" > 7200 "Automotive service technicians and mechanics (49-3023)" > 7210 "Bus and truck mechanics and diesel engine specialists (49-3031)" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics (49-3040)" > 7240 "Small engine mechanics (49-3050)" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers (49-3090 > )" > 7300 "Control and valve installers and repairers (49-9010)" > 7310 "Heating, air conditioning, and refrigeration mechanics and installers (49-9021)" > 7320 "Home appliance repairers (49-9031)" > 7330 "Industrial and refractory machinery mechanics (49-904X)" > 7340 "Maintenance and repair workers, general (49-9042)" > 7350 "Maintenance workers, machinery (49-9043)" > 7360 "Millwrights (49-9044)" > 7410 "Electrical power-line installers and repairers (49-9051)" > 7420 "Telecommunications line installers and repairers (49-9052)" > 7430 "Precision instrument and equipment repairers (49-9060)" > 7510 "Coin, vending, and amusement machine servicers and repairers (49-9091)" > 7520 "Commercial divers (49-9092)" > 7540 "Locksmiths and safe repairers (49-9094)" > 7550 "Manufactured building and mobile home installers (49-9095)" > 7560 "Riggers (49-9096)" > 7600 "Signal and track switch repairers (49-9097)" > 7610 "Helpers--installation, maintenance, and repair workers (49-9098)" > 7620 "Other installation, maintenance, and repair workers (49-909X)" > 7700 "First-line supervisors/managers of production and operating workers (51-1011)" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers (51-2011)" > 7720 "Electrical, electronics, and electromechanical assemblers (51-2020)" > 7730 "Engine and other machine assemblers (51-2031)" > 7740 "Structural metal fabricators and fitters (51-2041)" > 7750 "Miscellaneous assemblers and fabricators (51-2090)" > 7800 "Bakers (51-3011)" > 7810 "Butchers and other meat, poultry, and fish processing workers (51-3020)" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders (51-3091)" > 7840 "Food batchmakers (51-3092)" > 7850 "Food cooking machine operators and tenders (51-3093)" > 7900 "Computer control programmers and operators (51-4010)" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic (51-402 > 1)" > 7930 "Forging machine setters, operators, and tenders, metal and plastic (51-4022)" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic (51-4023)" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > (51-4031)" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic (51 > -4032)" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic (51-4033)" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic (51-40 > 34)" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic (51-4035) > " > 8030 "Machinists (51-4041)" > 8040 "Metal furnace and kiln operators and tenders (51-4050)" > 8060 "Model makers and patternmakers, metal and plastic (51-4060)" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic (51-4070) > " > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic (51-4081)" > 8130 "Tool and die makers (51-4111)" > 8140 "Welding, soldering, and brazing workers (51-4120)" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic (51-4191)" > 8160 "Lay-out workers, metal and plastic (51-4192)" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic (51-4193) > " > 8210 "Tool grinders, filers, and sharpeners (51-4194)" > 8220 "Metalworkers and plastic workers, all other (51-4199)" > 8230 "Bookbinders and bindery workers (51-5010)" > 8240 "Job printers (51-5021)" > 8250 "Prepress technicians and workers (51-5022)" > 8260 "Printing machine operators (51-5023)" > 8300 "Laundry and dry-cleaning workers (51-6011)" > 8310 "Pressers, textile, garment, and related materials (51-6021)" > 8320 "Sewing machine operators (51-6031)" > 8330 "Shoe and leather workers and repairers (51-6041)" > 8340 "Shoe machine operators and tenders (51-6042)" > 8350 "Tailors, dressmakers, and sewers (51-6050)" > 8360 "Textile bleaching and dyeing machine operators and tenders (51-6061)" > 8400 "Textile cutting machine setters, operators, and tenders (51-6062)" > 8410 "Textile knitting and weaving machine setters, operators, and tenders (51-6063)" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders (51-6 > 064)" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s (51-6091)" > 8440 "Fabric and apparel patternmakers (51-6092)" > 8450 "Upholsterers (51-6093)" > 8460 "Textile, apparel, and furnishings workers, all other (51-6099)" > 8500 "Cabinetmakers and bench carpenters (51-7011)" > 8510 "Furniture finishers (51-7021)" > 8520 "Model makers and patternmakers, wood (51-7030)" > 8530 "Sawing machine setters, operators, and tenders, wood (51-7041)" > 8540 "Woodworking machine setters, operators, and tenders, except sawing (51-7042)" > 8550 "Woodworkers, all other (51-7099)" > 8600 "Power plant operators, distributors, and dispatchers (51-8010)" > 8610 "Stationary engineers and boiler operators (51-8021)" > 8620 "Water and liquid waste treatment plant and system operators (51-8031)" > 8630 "Miscellaneous plant and system operators (51-8090)" > 8640 "Chemical processing machine setters, operators, and tenders (51-9010)" > 8650 "Crushing, grinding, polishing, mixing, and blending workers (51-9020)" > 8710 "Cutting workers (51-9030)" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders (51 > -9041)" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders (51-9051)" > 8740 "Inspectors, testers, sorters, samplers, and weighers (51-9061)" > 8750 "Jewelers and precious stone and metal workers (51-9071)" > 8760 "Medical, dental, and ophthalmic laboratory technicians (51-9080)" > 8800 "Packaging and filling machine operators and tenders (51-9111)" > 8810 "Painting workers (51-9120)" > 8830 "Photographic process workers and processing machine operators (51-9130)" > 8840 "Semiconductor processors (51-9141)" > 8850 "Cementing and gluing machine operators and tenders (51-9191)" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders (51-9192)" > 8900 "Cooling and freezing equipment operators and tenders (51-9193)" > 8910 "Etchers and engravers (51-9194)" > 8920 "Molders, shapers, and casters, except metal and plastic (51-9195)" > 8930 "Paper goods machine setters, operators, and tenders (51-9196)" > 8940 "Tire builders (51-9197)" > 8950 "Helpers--production workers (51-9198)" > 8960 "Production workers, all other (51-9199)" > 9000 "Supervisors, transportation and material moving workers (53-1000)" > 9030 "Aircraft pilots and flight engineers (53-2010)" > 9040 "Air traffic controllers and airfield operations specialists (53-2020)" > 9110 "Ambulance drivers and attendants, except emergency medical technicians (53-3011)" > 9120 "Bus drivers (53-3020)" > 9130 "Driver/sales workers and truck drivers (53-3030)" > 9140 "Taxi drivers and chauffeurs (53-3041)" > 9150 "Motor vehicle operators, all other (53-3099)" > 9200 "Locomotive engineers and operators (53-4010)" > 9230 "Railroad brake, signal, and switch operators (53-4021)" > 9240 "Railroad conductors and yardmasters (53-4031)" > 9260 "Subway, streetcar, and other rail transportation workers (53-30XX)" > 9300 "Sailors and marine oilers (53-5011)" > 9310 "Ship and boat captains and operators (53-5020)" > 9330 "Ship engineers (53-5031)" > 9340 "Bridge and lock tenders (53-6011)" > 9350 "Parking lot attendants (53-6021)" > 9360 "Service station attendants (53-6031)" > 9410 "Transportation inspectors (53-6051)" > 9420 "Other transportation workers (53-60XX)" > 9500 "Conveyor operators and tenders (53-7011)" > 9510 "Crane and tower operators (53-7021)" > 9520 "Dredge, excavating, and loading machine operators (53-7030)" > 9560 "Hoist and winch operators (53-7041)" > 9600 "Industrial truck and tractor operators (53-7051)" > 9610 "Cleaners of vehicles and equipment (53-7061)" > 9620 "Laborers and freight, stock, and material movers, hand (53-7062)" > 9630 "Machine feeders and offbearers (53-7063)" > 9640 "Packers and packagers, hand (53-7064)" > 9650 "Pumping station operators (53-7070)" > 9720 "Refuse and recyclable material collectors (53-7081)" > 9730 "Shuttle car operators (53-7111)" > 9740 "Tank car, truck, and ship loaders (53-7121)" > 9750 "Material moving workers, all other (53-7199)" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reporteds(Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers (55-1010)" > 9810 "First-line enlisted military supervisors/managers (55-2010)" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members (55-3 > 010)" > 9830 "Military, rank not specified (99-9999)" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg08.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 317,341 6.503802 3.447582 1 12 hurespli | 317,331 1.469989 .8253365 0 16 hrhtype | 317,341 2.626682 2.25939 1 10 minsamp | 317,341 6.01033 1.999976 4 8 -------------+--------------------------------------------------------- hrlonglk | 317,341 1.991908 .1269608 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 317,341 1.052445 .2383489 1 7 -------------+--------------------------------------------------------- state | 317,341 53.8014 26.41693 11 95 stfips | 317,341 27.97212 15.84113 1 56 cbsafips | 317,341 25513.1 21210.28 0 79600 county | 317,341 29.19893 68.38575 0 810 centcity | 257,971 1.976307 .7342015 1 3 -------------+--------------------------------------------------------- smsastat | 314,631 1.211505 .4083762 1 2 icntcity | 26,005 1.469717 1.012675 1 7 smsa04 | 317,341 3.544395 2.582666 0 7 relref95 | 317,341 3.058974 3.096383 1 18 age | 317,341 45.71746 18.09779 16 85 -------------+--------------------------------------------------------- spouse | 169,684 1.572694 .6815189 1 15 sex | 317,341 1.522113 .4995115 1 2 grade92 | 317,341 40.02379 2.760345 31 46 race | 317,341 1.377354 1.224503 1 21 ethnic | 35,173 1.987547 1.406902 1 5 -------------+--------------------------------------------------------- lineno | 317,341 1.735893 1.005453 1 16 famnum | 317,341 .8022222 .4639655 0 5 pfamrel | 317,341 1.373157 1.055741 0 4 marital | 317,341 3.330625 2.636646 1 7 prpertyp | 317,341 2.004049 .063505 2 3 -------------+--------------------------------------------------------- penatvty | 317,341 85.71314 78.93154 57 555 pemntvty | 317,341 93.99046 86.65103 57 555 pefntvty | 317,341 94.14564 86.71184 57 555 prcitshp | 317,341 1.472293 1.204665 1 5 prcitflg | 317,341 .1537211 1.870966 0 41 -------------+--------------------------------------------------------- peinusyr | 317,341 1.611216 4.514993 0 20 selfproxy | 313,803 1.489415 .5060598 1 3 lfsr94 | 316,056 2.775587 2.343808 1 7 absent94 | 7,820 6.113683 3.394848 4 14 uhourse | 199,266 35.28619 15.95819 -4 99 -------------+--------------------------------------------------------- reason94 | 14,889 4.860232 2.912596 1 13 hourslw | 190,161 38.7409 13.30814 1 99 laydur | 1,642 7.127893 9.050779 1 104 dwrsn | 5,294 7.549868 3.169389 1 11 why3594 | 47,663 14.71529 7.159964 1 23 -------------+--------------------------------------------------------- prunedur | 10,853 17.42348 21.71573 0 118 untype | 10,853 3.295679 1.652388 1 6 ftpt94 | 316,056 2.686435 2.471307 1 12 class94 | 217,142 4.117679 1.177798 1 8 agri | 217,142 .0192455 .1373869 0 1 -------------+--------------------------------------------------------- eligible | 317,341 1.448867 .4973794 1 2 otc | 174,897 1.858288 .3487555 1 2 ernpdh2 | 98,024 1.744114 .4363605 1 2 paidhre | 174,897 1.410819 .4919839 1 2 earnhre | 102,986 1493.973 869.068 2 9999 -------------+--------------------------------------------------------- earnwke | 174,897 791.9037 591.2725 0 2884.61 unionmme | 174,897 1.875544 .3301021 1 2 unioncov | 153,130 1.983824 .1261517 1 2 schenr | 47,075 1.472268 .4992356 1 2 studftpt | 24,843 1.073019 .2601722 1 2 -------------+--------------------------------------------------------- schlvl | 24,843 1.477358 .4994971 1 2 earnwt | 317,341 8840.51 4807.408 0 60252.18 weight | 317,341 2210.127 1194.637 0 13229.34 chldpres | 198,597 2.225582 3.317107 0 15 ownchild | 198,446 .8214829 1.121732 0 10 -------------+--------------------------------------------------------- I25d | 174,897 .3020292 .4591392 0 1 I25c | 103,046 .335326 .4721066 0 1 I25a | 317,341 .3263177 3.426515 0 43 I25b | 317,341 3.511273 11.61193 0 42 qstnum | 0 -------------+--------------------------------------------------------- occurnum | 0 ged | 96,520 1.070856 .2565851 1 2 gedhigr | 6,839 6.338061 1.275939 1 8 yrcoll | 86,129 2.686226 .984798 1 5 grprof | 55,337 1.768437 .421835 1 2 -------------+--------------------------------------------------------- gr6cor | 12,814 1.338614 .4732568 1 2 ms123 | 20,638 2.189553 .570319 1 3 cmpwgt | 317,341 2210.194 1195.895 0 13245.38 ind02 | 217,142 6171.181 2721.826 170 9890 occ00 | 217,142 4269.16 2564.034 10 9840 -------------+--------------------------------------------------------- occ002 | 317,341 132.5002 811.8073 -1 9730 vet1 | 31,276 4.294507 1.834794 1 9 vet2 | 5,626 3.972805 1.676019 1 9 vet3 | 1,426 3.735624 1.696504 1 9 vet4 | 329 4.732523 1.960324 1 9 -------------+--------------------------------------------------------- linedad | 42,324 1.682544 .8956186 1 12 linemom | 30,847 1.143904 .4017327 1 3 recnum | 317,341 227649.3 131348.8 1 454938 year | 317,341 2008 0 2008 2008 ym_file | 317,341 581.5038 3.447582 576 587 -------------+--------------------------------------------------------- ym | 317,341 572.4728 6.931714 561 584 ch02 | 198,597 .1131085 .3167261 0 1 ch35 | 198,597 .1192868 .3241265 0 1 ch613 | 198,597 .2492636 .4325878 0 1 ch1417 | 198,597 .1534968 .3604666 0 1 -------------+--------------------------------------------------------- ch05 | 198,597 .1916545 .3936036 0 1 ihigrdc | 317,341 13.24626 2.951155 0 18 docc00 | 217,142 12.69061 6.677357 1 23 dind02 | 217,142 30.38392 14.61857 1 52 . aef2 2009 09 03 09 dct_name aef03.dbd raw_name=../raw/morg09 (0 observations deleted) obs 457410 # of persons with age<=15 136469 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 48,572 10.62 10.62 0 | 4,780 1.05 11.66 1 | 5,258 1.15 12.81 2 | 5,347 1.17 13.98 3 | 5,505 1.20 15.19 4 | 5,418 1.18 16.37 5 | 5,618 1.23 17.60 6 | 5,487 1.20 18.80 7 | 5,498 1.20 20.00 8 | 5,675 1.24 21.24 9 | 5,679 1.24 22.48 10 | 5,569 1.22 23.70 11 | 5,593 1.22 24.92 12 | 5,709 1.25 26.17 13 | 5,543 1.21 27.38 14 | 5,513 1.21 28.59 15 | 5,705 1.25 29.84 16 | 6,029 1.32 31.15 17 | 5,875 1.28 32.44 18 | 5,575 1.22 33.66 19 | 5,260 1.15 34.81 20 | 4,871 1.06 35.87 21 | 4,853 1.06 36.93 22 | 4,866 1.06 38.00 23 | 4,995 1.09 39.09 24 | 5,209 1.14 40.23 25 | 5,177 1.13 41.36 26 | 5,122 1.12 42.48 27 | 5,196 1.14 43.61 28 | 5,265 1.15 44.77 29 | 5,382 1.18 45.94 30 | 5,308 1.16 47.10 31 | 5,169 1.13 48.23 32 | 5,017 1.10 49.33 33 | 4,895 1.07 50.40 34 | 5,183 1.13 51.53 35 | 4,932 1.08 52.61 36 | 5,168 1.13 53.74 37 | 5,383 1.18 54.92 38 | 5,608 1.23 56.14 39 | 5,675 1.24 57.38 40 | 5,757 1.26 58.64 41 | 5,416 1.18 59.83 42 | 5,461 1.19 61.02 43 | 5,621 1.23 62.25 44 | 6,027 1.32 63.57 45 | 6,238 1.36 64.93 46 | 6,180 1.35 66.28 47 | 6,200 1.36 67.64 48 | 6,365 1.39 69.03 49 | 6,337 1.39 70.41 50 | 6,380 1.39 71.81 51 | 6,184 1.35 73.16 52 | 6,191 1.35 74.51 53 | 6,140 1.34 75.86 54 | 5,818 1.27 77.13 55 | 5,965 1.30 78.43 56 | 5,627 1.23 79.66 57 | 5,412 1.18 80.85 58 | 5,298 1.16 82.00 59 | 4,996 1.09 83.10 60 | 5,106 1.12 84.21 61 | 4,912 1.07 85.29 62 | 5,111 1.12 86.40 63 | 3,909 0.85 87.26 64 | 3,591 0.79 88.04 65 | 3,759 0.82 88.87 66 | 3,756 0.82 89.69 67 | 3,280 0.72 90.40 68 | 3,142 0.69 91.09 69 | 3,093 0.68 91.77 70 | 2,852 0.62 92.39 71 | 2,560 0.56 92.95 72 | 2,603 0.57 93.52 73 | 2,413 0.53 94.05 74 | 2,323 0.51 94.56 75 | 2,209 0.48 95.04 76 | 2,157 0.47 95.51 77 | 2,239 0.49 96.00 78 | 2,138 0.47 96.47 79 | 1,658 0.36 96.83 80 | 8,184 1.79 98.62 85 | 6,320 1.38 100.00 ------------+----------------------------------- Total | 457,410 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 48,572 35.59 35.59 0 | 4,780 3.50 39.09 1 | 5,258 3.85 42.95 2 | 5,347 3.92 46.87 3 | 5,505 4.03 50.90 4 | 5,418 3.97 54.87 5 | 5,618 4.12 58.99 6 | 5,487 4.02 63.01 7 | 5,498 4.03 67.04 8 | 5,675 4.16 71.19 9 | 5,679 4.16 75.36 10 | 5,569 4.08 79.44 11 | 5,593 4.10 83.53 12 | 5,709 4.18 87.72 13 | 5,543 4.06 91.78 14 | 5,513 4.04 95.82 15 | 5,705 4.18 100.00 ------------+----------------------------------- Total | 136,469 100.00 (136,469 observations deleted) (0 observations deleted) obs 320941 after keeping age>15&age!=. infile successful no observations (19 real changes made, 19 to missing) (277,675 real changes made, 277,675 to missing) (289,291 real changes made, 289,291 to missing) (0 real changes made) (0 real changes made) (161,189 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (159,752 real changes made) Geography (289,530 real changes made) dropping cmsacode msafips smsa93 smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (2,713 real changes made, 2,713 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (60,542 real changes made, 60,542 to missing) (294,752 real changes made, 294,752 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (150,294 real changes made, 150,294 to missing) if 2009 > 1983 & 2009 < 1989 { (0 real changes made) (120,947 real changes made, 120,947 to missing) (120,811 real changes made, 120,811 to missing) (120,811 missing values generated) (120,811 missing values generated) (120,811 missing values generated) (120,811 missing values generated) (ch02: 77035 changes made) (ch35: 86751 changes made) (ch613: 86751 changes made) (ch1417: 86751 changes made) (120,811 missing values generated) (15,859 real changes made) (0 real changes made) (223,808 real changes made, 223,808 to missing) (314,266 real changes made, 314,266 to missing) (233,415 real changes made, 233,415 to missing) (264,861 real changes made, 264,861 to missing) (308,050 real changes made, 308,050 to missing) (299,708 real changes made, 299,708 to missing) (320,941 missing values generated) (999 real changes made) (2,195 real changes made) (4,219 real changes made) (6,821 real changes made) (7,289 real changes made) (11,690 real changes made) (13,188 real changes made) (4,345 real changes made) (27 real changes made) (65 real changes made) (43 real changes made) (456 real changes made) (799 real changes made) (1,735 real changes made) (2,446 real changes made) (1,104 real changes made) (90,458 real changes made) (11,142 real changes made) (22,918 real changes made) (39,250 real changes made) (10,387 real changes made) (3,829 real changes made) (43,189 real changes made) (4,400 real changes made) (8,491 real changes made) (1,809 real changes made) (19,424 real changes made) (8,223 real changes made) (226,204 real changes made, 226,204 to missing) (303,298 real changes made, 303,298 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (284,858 real changes made, 284,858 to missing) (0 real changes made) (290,197 real changes made, 290,197 to missing) (315,256 real changes made, 315,256 to missing) (319,532 real changes made, 319,532 to missing) (320,656 real changes made, 320,656 to missing) Employment (3,657 real changes made, 3,657 to missing) (314,713 real changes made, 314,713 to missing) (151,214 real changes made, 151,214 to missing) (103,660 real changes made, 103,660 to missing) (103,660 real changes made, 103,660 to missing) (103,660 real changes made, 103,660 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 556 generate int docc00=occ00; (103,660 missing values generated) recode docc00 2000-2010 (docc00: 217281 changes made) dind (103,660 missing values generated) (dind02: 217281 changes made) Wages (151,214 real changes made, 151,214 to missing) (0 real changes made) (220,962 real changes made, 220,962 to missing) (0 real changes made) (0 real changes made) (151,214 real changes made) (213,049 real changes made) (103,660 real changes made, 103,660 to missing) (303,298 real changes made, 303,298 to missing) (129,052 real changes made) (151,214 real changes made) (0 real changes made) (127,737 real changes made, 127,737 to missing) (1,315 real changes made, 1,315 to missing) (318,697 real changes made, 318,697 to missing) (220,926 real changes made, 220,926 to missing) (151,214 real changes made, 151,214 to missing) Hours, Unions (302,510 real changes made, 302,510 to missing) (313,140 real changes made, 313,140 to missing) (295,541 real changes made, 295,541 to missing) (273,698 real changes made, 273,698 to missing) (295,541 real changes made, 295,541 to missing) (1,315 real changes made, 1,315 to missing) (136,853 real changes made, 136,853 to missing) (90 real changes made) (267,279 real changes made, 267,279 to missing) (151,214 real changes made, 151,214 to missing) (172,196 real changes made, 172,196 to missing) variable spouse was int now byte variable hourslw was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now byte (4,814,115 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > ; . * penatvty: 2007-; . label values penatvty penatvty; . label define penatvty > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 73 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 100 "Albania" > 102 "Austria" > 103 "Belgium" > 104 "Bulgaria" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "United Kingdom/Great Britain" > 139 "England" > 140 "Scotland" > 141 "Wales" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Czech Republic" > 149 "Slovakia" > 150 "Bosnia & Herzegovina" > 151 "Croatia" > 152 "Macedonia" > 154 "Serbia" > 156 "Latvia" > 157 "Lithuania" > 158 "Armenia" > 159 "Azerbaijan" > 160 "Belarus" > 161 "Georgia" > 162 "Moldova" > 163 "Russia" > 164 "Ukraine" > 165 "USSR" > 166 "Europe, not specified" > 167 "Kosovo" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Myanmar (Burma)" > 206 "Cambodia" > 207 "China" > 208 "Cyprus" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea" > 220 "South Korea" > 222 "Kuwait" > 223 "Laos" > 224 "Lebanon" > 226 "Malaysia" > 229 "Nepal" > 231 "Pakistan" > 233 "Philippines" > 235 "Saudi Arabia" > 236 "Singapore" > 238 "Sri Lanka" > 239 "Syria" > 240 "Taiwan" > 242 "Thailand" > 243 "Turkey" > 246 "Uzbekistan" > 247 "Vietnam" > 248 "Yemen" > 249 "Asia, not specified" > 300 "Bermuda" > 301 "Canada" > 303 "Mexico" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Nicaragua" > 316 "Panama" > 318 "Central America" > 321 "Antigua and Barbuda" > 323 "Bahamas" > 324 "Barbados" > 327 "Cuba" > 328 "Dominica" > 329 "Dominican Republic" > 330 "Grenada" > 332 "Haiti" > 333 "Jamaica" > 338 "St. Kitts-Nevis" > 339 "St. Lucia" > 340 "St. Vincent and the Grenadines" > 341 "Trinidad and Tobago" > 343 "West Indes, not specified" > 360 "Argentina" > 361 "Bolivia" > 362 "Brazil" > 363 "Chile" > 364 "Colombia" > 365 "Ecuador" > 368 "Guyana" > 369 "Paraguay" > 370 "Peru" > 372 "Uruguay" > 373 "Venezuela" > 374 "South America, not specified" > 399 "Americas, not specified" > 400 "Algeria" > 407 "Cameroon" > 408 "Cape Verde" > 414 "Egypt" > 416 "Ethiopia" > 417 "Eritrea" > 421 "Ghana" > 427 "Kenya" > 429 "Liberia" > 436 "Morocco" > 440 "Nigeria" > 444 "Senegal" > 447 "Sierra Leone" > 448 "Somalia" > 449 "South Africa" > 451 "Sudan" > 453 "Tanzania" > 457 "Uganda" > 461 "Zimbabwe" > 462 "Africa, not specified" > 501 "Australia" > 508 "Fiji" > 515 "New Zealand" > 523 "Tonga" > 527 "Samoa" > 528 "Oceania, not specified" > 555 "Elsewhere" > ; . * pemntvty: 2007-; . label values pemntvty penatvty; . * pefntvty: 2007-; . label values pefntvty penatvty; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2003" > 19 "2004-2005" > 20 "2006-2007" > 21 "2008-2009" > 22 "2010-2012" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6672 "Internet publishing and broadcasting and web search portals (51913)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ00: 2000-2010; . label values occ00 occ00l ; . label define occ00l > 10 "Chief executives (11-1011)" > 20 "General and operations managers (11-1021)" > 40 "Advertising and promotions managers (11-2011)" > 50 "Marketing and sales managers (11-2020)" > 60 "Public relations managers (11-2031)" > 100 "Administrative services managers (11-3011)" > 110 "Computer and information systems managers (11-3021)" > 120 "Financial managers (11-3031)" > 130 "Human resources managers (11-3040)" > 140 "Industrial production managers (11-3051)" > 150 "Purchasing managers (11-3061)" > 160 "Transportation, storage, and distribution managers (11-3071)" > 200 "Farm, ranch, and other agricultural managers (11-9011)" > 210 "Farmers and ranchers (11-9012)" > 220 "Construction managers (11-9021)" > 230 "Education administrators (11-9030)" > 300 "Engineering managers (11-9041)" > 310 "Food service managers (11-9051)" > 320 "Funeral directors (11-9061)" > 330 "Gaming managers (11-9071)" > 340 "Lodging managers (11-9081)" > 350 "Medical and health services managers (11-9111)" > 360 "Natural sciences managers (11-9121)" > 410 "Property, real estate, and community association managers (11-9141)" > 420 "Social and community service managers (11-9151)" > 430 "Managers, all other (11-9199)" > 500 "Agents and business managers of artists, performers, and athletes (13-1011)" > 510 "Purchasing agents and buyers, farm products (13-1021)" > 520 "Wholesale and retail buyers, except farm products (13-1022)" > 530 "Purchasing agents, except wholesale, retail, and farm products (13-1023)" > 540 "Claims adjusters, appraisers, examiners, and investigators (13-1030)" > 560 "Compliance officers, except agriculture, construction, health and safety, and transporta > tion (13-1041)" > 600 "Cost estimators (13-1051)" > 620 "Human resources, training, and labor relations specialists (13-1070)" > 700 "Logisticians (13-1081)" > 710 "Management analysts (13-1111)" > 720 "Meeting and convention planners (13-1121)" > 730 "Other business operations specialists (13-11XX)" > 800 "Accountants and auditors (13-2011)" > 810 "Appraisers and assessors of real estate (13-2021)" > 820 "Budget analysts (13-2031)" > 830 "Credit analysts (13-2041)" > 840 "Financial analysts (13-2051)" > 850 "Personal financial advisors (13-2052)" > 860 "Insurance underwriters (13-2053)" > 900 "Financial examiners (13-2061)" > 910 "Loan counselors and officers (13-2070)" > 930 "Tax examiners, collectors, and revenue agents (13-2081)" > 940 "Tax prepares (13-2082)" > 950 "Financial specialists, all other (13-2099)" > 1000 "Computer scientists and systems analysts (15-10XX)" > 1010 "Computer programmers (15-1021)" > 1020 "Computer software engineers (15-1030)" > 1040 "Computer support specialists (15-1041)" > 1060 "Database administrators (15-1061)" > 1100 "Network and computer systems administrators (15-1071)" > 1110 "Network systems and data communications analysts (15-1081)" > 1200 "Actuaries (15-2011)" > 1210 "Mathematicians (15-2021)" > 1220 "Operations research analysts (15-2031)" > 1230 "Statisticians (15-2041)" > 1240 "Miscellaneous mathematical science occupations (15-2090)" > 1300 "Architects, except naval (17-1010)" > 1310 "Surveyors, cartographers, and photogrammetrists (17-1020)" > 1320 "Aerospace engineers (17-2011)" > 1330 "Agricultural engineers (17-2021)" > 1340 "Biomedical engineers (17-2031)" > 1350 "Chemical engineers (17-2041)" > 1360 "Civil engineers (17-2051)" > 1400 "Computer hardware engineers (17-2061)" > 1410 "Electrical and electronic engineers (17-2070)" > 1420 "Environmental engineers (17-2081)" > 1430 "Industrial engineers, including health and safety (17-2110)" > 1440 "Marine engineers and naval architects (17-2121)" > 1450 "Materials engineers (17-2131)" > 1460 "Mechanical engineers (17-2141)" > 1500 "Mining and geological engineers, including mining safety engineers (17-2151)" > 1510 "Nuclear engineers (17-2161)" > 1520 "Petroleum engineers (17-2171)" > 1530 "Engineers, all other (17-2199)" > 1540 "Drafters (17-3010)" > 1550 "Engineering technicians, except drafters (17-3020)" > 1560 "Surveying and mapping technicians (17-3031)" > 1600 "Agricultural and food scientists (19-1010)" > 1610 "Biological scientists (19-1020)" > 1640 "Conservation scientists and foresters (19-1030)" > 1650 "Medical scientists (19-1040)" > 1700 "Astronomers and physicists (19-2010)" > 1710 "Atmospheric and space scientists (19-2021)" > 1720 "Chemists and materials scientists (19-2030)" > 1740 "Environmental scientists and geoscientists (19-2040)" > 1760 "Physical scientists, all other (19-2099)" > 1800 "Economists (19-3011)" > 1810 "Market and survey researchers (19-3020)" > 1820 "Psychologists (19-3030)" > 1830 "Sociologists (19-3041)" > 1840 "Urban and regional planners (19-3051)" > 1860 "Miscellaneous social scientists and related workers (19-3090)" > 1900 "Agricultural and food science technicians (19-4011)" > 1910 "Biological technicians (19-4021)" > 1920 "Chemical technicians (19-4031)" > 1930 "Geological and petroleum technicians (19-4041)" > 1940 "Nuclear technicians (19-4051)" > 1960 "Other life, physical, and social science technicians (19-40XX)" > 2000 "Counselors (21-1010)" > 2010 "Social workers (21-1020)" > 2020 "Miscellaneous community and social service specialists (21-1090)" > 2040 "Clergy (21-2011)" > 2050 "Directors, religious activities and education (21-2021)" > 2060 "Religious workers, all other (21-2099)" > 2100 "Lawyers, Judges, magistrates, and other judicial workers (23-1011)" > 2140 "Paralegals and legal assistants (23-2011)" > 2150 "Miscellaneous legal support workers (23-2090)" > 2200 "Postsecondary teachers (25-1000)" > 2300 "Preschool and kindergarten teachers (25-2010)" > 2310 "Elementary and middle school teachers (25-2020)" > 2320 "Secondary school teachers (25-2030)" > 2330 "Special education teachers (25-2040)" > 2340 "Other teachers and instructors (25-3000)" > 2400 "Archivists, curators, and museum technicians (25-4010)" > 2430 "Librarians (25-4021)" > 2440 "Library technicians (25-4031)" > 2540 "Teacher assistants (25-9041)" > 2550 "Other education, training, and library workers (25-90XX)" > 2600 "Artists and related workers (27-1010)" > 2630 "Designers (27-1020)" > 2700 "Actors (27-2011)" > 2710 "Producers and directors (27-2012)" > 2720 "Athletes, coaches, umpires, and related workers (27-2020)" > 2740 "Dancers and choreographers (27-2030)" > 2750 "Musicians, singers, and related workers (27-2040)" > 2760 "Entertainers and performers, sports and related workers, all other (27-2099)" > 2800 "Announcers (27-3010)" > 2810 "News analysts, reporters and correspondents (27-3020)" > 2820 "Public relations specialists (27-3031)" > 2830 "Editors (27-3041)" > 2840 "Technical writers (27-3042)" > 2850 "Writers and authors (27-3043)" > 2860 "Miscellaneous media and communication workers (27-3090)" > 2900 "Broadcast and sound engineering technicians and radio operators (27-4010)" > 2910 "Photographers (27-4021)" > 2920 "Television, video, and motion picture camera operators and editors (27-4030)" > 2960 "Media and communication equipment workers, all other (27-4099)" > 3000 "Chiropractors (29-1011)" > 3010 "Dentists (29-1020)" > 3030 "Dietitians and nutritionists (29-1031)" > 3040 "Optometrists (29-1041)" > 3050 "Pharmacists (29-1051)" > 3060 "Physicians and surgeons (29-1060)" > 3110 "Physician assistants (29-1071)" > 3120 "Podiatrists (29-1081)" > 3130 "Registered nurses (29-1111)" > 3140 "Audiologists (29-1121)" > 3150 "Occupational therapists (29-1122)" > 3160 "Physical therapists (29-1123)" > 3200 "Radiation therapists (29-1124)" > 3210 "Recreational therapists (29-1125)" > 3220 "Respiratory therapists (29-1126)" > 3230 "Speech-language pathologists (29-1127)" > 3240 "Therapists, all other (29-1129)" > 3250 "Veterinarians (29-1131)" > 3260 "Health diagnosing and treating practitioners, all other (29-1199)" > 3300 "Clinical laboratory technologists and technicians (29-2010)" > 3310 "Dental hygienists (29-2021)" > 3320 "Diagnostic related technologists and technicians (29-2030)" > 3400 "Emergency medical technicians and paramedics (29-2041)" > 3410 "Health diagnosing and treating practitioner support technicians (29-2050)" > 3500 "Licensed practical and licensed vocational nurses (29-2061)" > 3510 "Medical records and health information technicians (29-2071)" > 3520 "Opticians, dispensing (29-2081)" > 3530 "Miscellaneous health technologists and technicians (29-2090)" > 3540 "Other healthcare practitioners and technical occupations (29-9000)" > 3600 "Nursing, psychiatric, and home health aides (31-1010)" > 3610 "Occupational therapist assistants and aides (31-2010)" > 3620 "Physical therapist assistants and aides (31-2020)" > 3630 "Massage therapists (31-9011)" > 3640 "Dental assistants (31-9091)" > 3650 "Medical assistants and other healthcare support occupations (31-909X)" > 3700 "First-line supervisors/managers of correctional officers (33-1011)" > 3710 "First-line supervisors/managers of police and detectives (33-1012)" > 3720 "First-line supervisors/managers of fire fighting and prevention workers (33-1021)" > 3730 "Supervisors, protective service workers, all other (33-1099)" > 3740 "Fire fighters (33-2011)" > 3750 "Fire inspectors (33-2020)" > 3800 "Bailiffs, correctional officers, and jailers (33-3010)" > 3820 "Detectives and criminal investigators (33-3021)" > 3830 "Fish and game wardens (33-3031)" > 3840 "Parking enforcement workers (33-3041)" > 3850 "Police and sheriff's patrol officers (33-3051)" > 3860 "Transit and railroad police (33-3052)" > 3900 "Animal control workers (33-9011)" > 3910 "Private detectives and investigators (33-9021)" > 3920 "Security guards and gaming surveillance officers (33-9030)" > 3940 "Crossing guards (33-9091)" > 3950 "Lifeguards and other protective service workers (33-909X)" > 4000 "Chefs and head cooks (35-1011)" > 4010 "First-line supervisors/managers of food preparation and serving workers (35-1012)" > 4020 "Cooks (35-2010)" > 4030 "Food preparation workers (35-2021)" > 4040 "Bartenders (35-3011)" > 4050 "Combined food preparation and serving workers, including fast food (35-3021)" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop (35-3022)" > 4110 "Waiters and waitresses (35-3031)" > 4120 "Food servers, nonrestaurant (35-3041)" > 4130 "Dining room and cafeteria attendants and bartender helpers (35-9011)" > 4140 "Dishwashers (35-9021)" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop (35-9031)" > 4160 "Food preparation and serving related workers, all other (35-9099)" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers (37-1011)" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > (37-1012)" > 4220 "Janitors and building cleaners (31-201X)" > 4230 "Maids and housekeeping cleaners (37-2012)" > 4240 "Pest control workers (37-2021)" > 4250 "Grounds maintenance workers (37-3010)" > 4300 "First-line supervisors/managers of gaming workers (39-1010)" > 4320 "First-line supervisors/managers of personal service workers (39-1021)" > 4340 "Animal trainers (39-2011)" > 4350 "Nonfarm animal caretakers (39-2021)" > 4400 "Gaming services workers (39-3010)" > 4410 "Motion picture projectionists (39-3021)" > 4420 "Ushers, lobby attendants, and ticket takers (39-3031)" > 4430 "Miscellaneous entertainment attendants and related workers (39-3090)" > 4460 "Funeral service workers (39-4000)" > 4500 "Barbers (39-5011)" > 4510 "Hairdressers, hairstylists, and cosmetologists (39-5012)" > 4520 "Miscellaneous personal appearance workers (39-5090)" > 4530 "Baggage porters, bellhops, and concierges (39-6010)" > 4540 "Tour and travel guides (39-6020)" > 4550 "Transportation attendants (39-6030)" > 4600 "Child care workers (39-9011)" > 4610 "Personal and home care aides (39-9021)" > 4620 "Recreation and fitness workers (39-9030)" > 4640 "Residential advisors (39-9041)" > 4650 "Personal care and service workers, all other (39-9099)" > 4700 "First-line supervisors/managers of retail sales workers (41-1011)" > 4710 "First-line supervisors/managers of non-retail sales workers (41-1012)" > 4720 "Cashiers (41-2010)" > 4740 "Counter and rental clerks (41-2021)" > 4750 "Parts salespersons (41-2022)" > 4760 "Retail salespersons (41-2031)" > 4800 "Advertising sales agents (41-3011)" > 4810 "Insurance sales agents (41-3021)" > 4820 "Securities, commodities, and financial services sales agents (41-3031)" > 4830 "Travel agents (41-3041)" > 4840 "Sales representatives, services, all other (41-3099)" > 4850 "Sales representatives, wholesale and manufacturing (41-4010)" > 4900 "Models, demonstrators, and product promoters (41-9010)" > 4920 "Real estate brokers and sales agents (41-9020)" > 4930 "Sales engineers (41-9031)" > 4940 "Telemarketers (41-9041)" > 4950 "Door-to-door sales workers, news and street vendors, and related workers (41-9091)" > 4960 "Sales and related workers, all other (41-9099)" > 5000 "First-line supervisors/managers of office and administrative support workers (43-1011)" > 5010 "Switchboard operators, including answering service (43-2011)" > 5020 "Telephone operators (43-2021)" > 5030 "Communications equipment operators, all other (43-2099)" > 5100 "Bill and account collectors (43-3011)" > 5110 "Billing and posting clerks and machine operators (43-3021)" > 5120 "Bookkeeping, accounting, and auditing clerks (43-3031)" > 5130 "Gaming cage workers (43-3041)" > 5140 "Payroll and timekeeping clerks (43-3051)" > 5150 "Procurement clerks (43-3061)" > 5160 "Tellers (43-3071)" > 5200 "Brokerage clerks (43-4011)" > 5210 "Correspondence clerks (43-4021)" > 5220 "Court, municipal, and license clerks (43-4031)" > 5230 "Credit authorizers, checkers, and clerks (43-4041)" > 5240 "Customer service representatives (43-4051)" > 5250 "Eligibility interviewers, government programs (43-4061)" > 5260 "File Clerks (43-4071)" > 5300 "Hotel, motel, and resort desk clerks (43-4081)" > 5310 "Interviewers, except eligibility and loan (43-4111)" > 5320 "Library assistants, clerical (43-4121)" > 5330 "Loan interviewers and clerks (43-4131)" > 5340 "New accounts clerks (43-4141)" > 5350 "Order clerks (43-4151)" > 5360 "Human resources assistants, except payroll and timekeeping (43-4161)" > 5400 "Receptionists and information clerks (43-4171)" > 5410 "Reservation and transportation ticket agents and travel clerks (43-4181)" > 5420 "Information and record clerks, all other (43-4199)" > 5500 "Cargo and freight agents (43-5011)" > 5510 "Couriers and messengers (43-5021)" > 5520 "Dispatchers (43-5030)" > 5530 "Meter readers, utilities (43-5041)" > 5540 "Postal service clerks (43-5051)" > 5550 "Postal service mail carriers (43-5052)" > 5560 "Postal service mail sorters, processors, and processing machine operators (43-5053)" > 5600 "Production, planning, and expediting clerks (43-5061)" > 5610 "Shipping, receiving, and traffic clerks (43-5071)" > 5620 "Stock clerks and order fillers (43-5081)" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping (43-5111)" > 5700 "Secretaries and administrative assistants (43-6010)" > 5800 "Computer operators (43-9011)" > 5810 "Data entry keyers (43-9021)" > 5820 "Word processors and typists (43-9022)" > 5830 "Desktop publishers (43-9031)" > 5840 "Insurance claims and policy processing clerks (43-9041)" > 5850 "Mail clerks and mail machine operators, except postal service (43-9051)" > 5860 "Office clerks, general (43-9061)" > 5900 "Office machine operators, except computer (43-9071)" > 5910 "Proofreaders and copy markers (43-9081)" > 5920 "Statistical assistants (43-9111)" > 5930 "Office and administrative support workers, all other (43-9199)" > 6000 "First-line supervisors/managers of farming, fishing, and forestry workers (45-1010)" > 6010 "Agricultural inspectors (45-2011)" > 6020 "Animal breeders (45-2021)" > 6040 "Graders and sorters, agricultural products (45-2041)" > 6050 "Miscellaneous agricultural workers (45-2090)" > 6100 "Fishers and related fishing workers (45-3011)" > 6110 "Hunters and trappers (45-3021)" > 6120 "Forest and conservation workers (45-4011)" > 6130 "Logging workers (45-4020)" > 6200 "First-line supervisors/managers of construction trades and extraction workers (47-1011)" > 6210 "Boilermakers (47-2011)" > 6220 "Brickmasons, blockmasons, and stonemasons (47-2020)" > 6230 "Carpenters (47-2031)" > 6240 "Carpet, floor, and tile installers and finishers (47-2040)" > 6250 "Cement masons, concrete finishers, and terrazzo workers (47-2050)" > 6260 "Construction laborers (47-2061)" > 6300 "Paving, surfacing, and tamping equipment operators (47-2071)" > 6310 "Pile-driver operators (47-2072)" > 6320 "Operating engineers and other construction equipment operators (47-2073)" > 6330 "Drywall installers, ceiling tile installers, and tapers (47-2080)" > 6350 "Electricians (47-2111)" > 6360 "Glaziers (47-2121)" > 6400 "Insulation workers (47-2130)" > 6420 "Painters, construction and maintenance (47-2141)" > 6430 "Paperhangers (47-2142)" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters (47-2150)" > 6460 "Plasterers and stucco masons (47-2161)" > 6500 "Reinforcing iron and rebar workers (47-2171)" > 6510 "Roofers (47-2181)" > 6520 "Sheet metal workers (47-2211)" > 6530 "Structural iron and steel workers (47-2221)" > 6600 "Helpers, construction trades (47-3010)" > 6660 "Construction and building inspectors (47-4011)" > 6700 "Elevator installers and repairers (47-4021)" > 6710 "Fence erectors (47-4031)" > 6720 "Hazardous materials removal workers (47-4041)" > 6730 "Highway maintenance workers (47-4051)" > 6740 "Rail-track laying and maintenance equipment operators (47-4061)" > 6750 "Septic tank servicers and sewer pipe cleaners (47-4071)" > 6760 "Miscellaneous construction and related workers (47-4090)" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining (47-5010)" > 6820 "Earth drillers, except oil and gas (47-5021)" > 6830 "Explosives workers, ordnance handling experts, and blasters (47-5031)" > 6840 "Mining machine operators (47-5040)" > 6910 "Roof bolters, mining (47-5061)" > 6920 "Roustabouts, oil and gas (47-5071)" > 6930 "Helpers--extraction workers (47-5081)" > 6940 "Other extraction workers (47-50XX)" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers (49-1011)" > 7010 "Computer, automated teller, and office machine repairers (49-2011)" > 7020 "Radio and telecommunications equipment installers and repairers (49-2020)" > 7030 "Avionics technicians (49-2091)" > 7040 "Electric motor, power tool, and related repairers (49-2092)" > 7050 "Electrical and electronics installers and repairers, transportation equipment (49-2093)" > 7100 "Electrical and electronics repairers, industrial and utility (49-209X)" > 7110 "Electronic equipment installers and repairers, motor vehicles (49-2096)" > 7120 "Electronic home entertainment equipment installers and repairers (49-2097)" > 7130 "Security and fire alarm systems installers (49-2098)" > 7140 "Aircraft mechanics and service technicians (49-3011)" > 7150 "Automotive body and related repairers (49-3021)" > 7160 "Automotive glass installers and repairers (49-3022)" > 7200 "Automotive service technicians and mechanics (49-3023)" > 7210 "Bus and truck mechanics and diesel engine specialists (49-3031)" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics (49-3040)" > 7240 "Small engine mechanics (49-3050)" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers (49-3090 > )" > 7300 "Control and valve installers and repairers (49-9010)" > 7310 "Heating, air conditioning, and refrigeration mechanics and installers (49-9021)" > 7320 "Home appliance repairers (49-9031)" > 7330 "Industrial and refractory machinery mechanics (49-904X)" > 7340 "Maintenance and repair workers, general (49-9042)" > 7350 "Maintenance workers, machinery (49-9043)" > 7360 "Millwrights (49-9044)" > 7410 "Electrical power-line installers and repairers (49-9051)" > 7420 "Telecommunications line installers and repairers (49-9052)" > 7430 "Precision instrument and equipment repairers (49-9060)" > 7510 "Coin, vending, and amusement machine servicers and repairers (49-9091)" > 7520 "Commercial divers (49-9092)" > 7540 "Locksmiths and safe repairers (49-9094)" > 7550 "Manufactured building and mobile home installers (49-9095)" > 7560 "Riggers (49-9096)" > 7600 "Signal and track switch repairers (49-9097)" > 7610 "Helpers--installation, maintenance, and repair workers (49-9098)" > 7620 "Other installation, maintenance, and repair workers (49-909X)" > 7700 "First-line supervisors/managers of production and operating workers (51-1011)" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers (51-2011)" > 7720 "Electrical, electronics, and electromechanical assemblers (51-2020)" > 7730 "Engine and other machine assemblers (51-2031)" > 7740 "Structural metal fabricators and fitters (51-2041)" > 7750 "Miscellaneous assemblers and fabricators (51-2090)" > 7800 "Bakers (51-3011)" > 7810 "Butchers and other meat, poultry, and fish processing workers (51-3020)" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders (51-3091)" > 7840 "Food batchmakers (51-3092)" > 7850 "Food cooking machine operators and tenders (51-3093)" > 7900 "Computer control programmers and operators (51-4010)" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic (51-402 > 1)" > 7930 "Forging machine setters, operators, and tenders, metal and plastic (51-4022)" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic (51-4023)" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > (51-4031)" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic (51 > -4032)" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic (51-4033)" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic (51-40 > 34)" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic (51-4035) > " > 8030 "Machinists (51-4041)" > 8040 "Metal furnace and kiln operators and tenders (51-4050)" > 8060 "Model makers and patternmakers, metal and plastic (51-4060)" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic (51-4070) > " > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic (51-4081)" > 8130 "Tool and die makers (51-4111)" > 8140 "Welding, soldering, and brazing workers (51-4120)" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic (51-4191)" > 8160 "Lay-out workers, metal and plastic (51-4192)" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic (51-4193) > " > 8210 "Tool grinders, filers, and sharpeners (51-4194)" > 8220 "Metalworkers and plastic workers, all other (51-4199)" > 8230 "Bookbinders and bindery workers (51-5010)" > 8240 "Job printers (51-5021)" > 8250 "Prepress technicians and workers (51-5022)" > 8260 "Printing machine operators (51-5023)" > 8300 "Laundry and dry-cleaning workers (51-6011)" > 8310 "Pressers, textile, garment, and related materials (51-6021)" > 8320 "Sewing machine operators (51-6031)" > 8330 "Shoe and leather workers and repairers (51-6041)" > 8340 "Shoe machine operators and tenders (51-6042)" > 8350 "Tailors, dressmakers, and sewers (51-6050)" > 8360 "Textile bleaching and dyeing machine operators and tenders (51-6061)" > 8400 "Textile cutting machine setters, operators, and tenders (51-6062)" > 8410 "Textile knitting and weaving machine setters, operators, and tenders (51-6063)" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders (51-6 > 064)" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s (51-6091)" > 8440 "Fabric and apparel patternmakers (51-6092)" > 8450 "Upholsterers (51-6093)" > 8460 "Textile, apparel, and furnishings workers, all other (51-6099)" > 8500 "Cabinetmakers and bench carpenters (51-7011)" > 8510 "Furniture finishers (51-7021)" > 8520 "Model makers and patternmakers, wood (51-7030)" > 8530 "Sawing machine setters, operators, and tenders, wood (51-7041)" > 8540 "Woodworking machine setters, operators, and tenders, except sawing (51-7042)" > 8550 "Woodworkers, all other (51-7099)" > 8600 "Power plant operators, distributors, and dispatchers (51-8010)" > 8610 "Stationary engineers and boiler operators (51-8021)" > 8620 "Water and liquid waste treatment plant and system operators (51-8031)" > 8630 "Miscellaneous plant and system operators (51-8090)" > 8640 "Chemical processing machine setters, operators, and tenders (51-9010)" > 8650 "Crushing, grinding, polishing, mixing, and blending workers (51-9020)" > 8710 "Cutting workers (51-9030)" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders (51 > -9041)" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders (51-9051)" > 8740 "Inspectors, testers, sorters, samplers, and weighers (51-9061)" > 8750 "Jewelers and precious stone and metal workers (51-9071)" > 8760 "Medical, dental, and ophthalmic laboratory technicians (51-9080)" > 8800 "Packaging and filling machine operators and tenders (51-9111)" > 8810 "Painting workers (51-9120)" > 8830 "Photographic process workers and processing machine operators (51-9130)" > 8840 "Semiconductor processors (51-9141)" > 8850 "Cementing and gluing machine operators and tenders (51-9191)" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders (51-9192)" > 8900 "Cooling and freezing equipment operators and tenders (51-9193)" > 8910 "Etchers and engravers (51-9194)" > 8920 "Molders, shapers, and casters, except metal and plastic (51-9195)" > 8930 "Paper goods machine setters, operators, and tenders (51-9196)" > 8940 "Tire builders (51-9197)" > 8950 "Helpers--production workers (51-9198)" > 8960 "Production workers, all other (51-9199)" > 9000 "Supervisors, transportation and material moving workers (53-1000)" > 9030 "Aircraft pilots and flight engineers (53-2010)" > 9040 "Air traffic controllers and airfield operations specialists (53-2020)" > 9110 "Ambulance drivers and attendants, except emergency medical technicians (53-3011)" > 9120 "Bus drivers (53-3020)" > 9130 "Driver/sales workers and truck drivers (53-3030)" > 9140 "Taxi drivers and chauffeurs (53-3041)" > 9150 "Motor vehicle operators, all other (53-3099)" > 9200 "Locomotive engineers and operators (53-4010)" > 9230 "Railroad brake, signal, and switch operators (53-4021)" > 9240 "Railroad conductors and yardmasters (53-4031)" > 9260 "Subway, streetcar, and other rail transportation workers (53-30XX)" > 9300 "Sailors and marine oilers (53-5011)" > 9310 "Ship and boat captains and operators (53-5020)" > 9330 "Ship engineers (53-5031)" > 9340 "Bridge and lock tenders (53-6011)" > 9350 "Parking lot attendants (53-6021)" > 9360 "Service station attendants (53-6031)" > 9410 "Transportation inspectors (53-6051)" > 9420 "Other transportation workers (53-60XX)" > 9500 "Conveyor operators and tenders (53-7011)" > 9510 "Crane and tower operators (53-7021)" > 9520 "Dredge, excavating, and loading machine operators (53-7030)" > 9560 "Hoist and winch operators (53-7041)" > 9600 "Industrial truck and tractor operators (53-7051)" > 9610 "Cleaners of vehicles and equipment (53-7061)" > 9620 "Laborers and freight, stock, and material movers, hand (53-7062)" > 9630 "Machine feeders and offbearers (53-7063)" > 9640 "Packers and packagers, hand (53-7064)" > 9650 "Pumping station operators (53-7070)" > 9720 "Refuse and recyclable material collectors (53-7081)" > 9730 "Shuttle car operators (53-7111)" > 9740 "Tank car, truck, and ship loaders (53-7121)" > 9750 "Material moving workers, all other (53-7199)" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reporteds(Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers (55-1010)" > 9810 "First-line enlisted military supervisors/managers (55-2010)" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members (55-3 > 010)" > 9830 "Military, rank not specified (99-9999)" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg09.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 320,941 6.520149 3.439678 1 12 hurespli | 320,922 1.432498 .8008346 0 15 hrhtype | 320,941 2.626963 2.252103 1 10 minsamp | 320,941 5.991045 1.999983 4 8 -------------+--------------------------------------------------------- hrlonglk | 320,941 1.991924 .1268358 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 320,941 1.049838 .2340296 1 8 -------------+--------------------------------------------------------- state | 320,941 53.73105 26.4754 11 95 stfips | 320,941 27.9975 15.85146 1 56 cbsafips | 320,941 25552.53 21241.87 0 79600 county | 320,941 29.12074 68.37098 0 810 centcity | 260,399 1.975749 .7344521 1 3 -------------+--------------------------------------------------------- smsastat | 318,228 1.211015 .4080299 1 2 icntcity | 26,189 1.47035 1.026684 1 7 smsa04 | 320,941 3.544028 2.580319 0 7 relref95 | 320,941 3.084227 3.121044 1 18 age | 320,941 45.85441 18.1242 16 85 -------------+--------------------------------------------------------- spouse | 170,647 1.577315 .6979004 1 15 sex | 320,941 1.521021 .4995587 1 2 grade92 | 320,941 40.04772 2.756636 31 46 race | 320,941 1.385043 1.251187 1 21 ethnic | 36,083 1.979187 1.395903 1 5 -------------+--------------------------------------------------------- lineno | 320,941 1.746418 1.026294 1 16 famnum | 320,941 .8031539 .4651501 0 5 pfamrel | 320,941 1.378328 1.061454 0 4 marital | 320,941 3.35008 2.642111 1 7 prpertyp | 320,941 2.004097 .0638792 2 3 -------------+--------------------------------------------------------- penatvty | 320,941 85.63588 78.55706 57 555 pemntvty | 320,941 94.11158 86.46348 57 555 pefntvty | 320,941 94.26932 86.57979 57 555 prcitshp | 320,941 1.471255 1.201345 1 5 prcitflg | 320,941 .1577206 1.903049 0 41 -------------+--------------------------------------------------------- peinusyr | 320,941 1.65302 4.612728 0 20 selfproxy | 317,284 1.491856 .5064797 1 3 lfsr94 | 319,626 2.866153 2.348721 1 7 absent94 | 7,801 6.422638 3.678795 4 14 uhourse | 193,204 34.74038 16.07472 -4 99 -------------+--------------------------------------------------------- reason94 | 18,431 4.829309 2.76829 1 13 hourslw | 184,088 37.79961 13.42165 1 99 laydur | 2,244 9.542781 11.74535 1 104 dwrsn | 6,228 6.925498 3.490919 1 11 why3594 | 53,662 13.94637 7.178666 1 23 -------------+--------------------------------------------------------- prunedur | 17,643 24.06581 25.22367 0 118 untype | 17,643 3.044437 1.581106 1 6 ftpt94 | 319,626 2.91313 2.755739 1 12 class94 | 217,281 4.106691 1.17475 1 8 agri | 217,281 .0194771 .1381948 0 1 -------------+--------------------------------------------------------- eligible | 320,941 1.471158 .4991682 1 2 otc | 169,727 1.871853 .3342544 1 2 ernpdh2 | 94,737 1.746752 .4348743 1 2 paidhre | 169,727 1.41073 .4919678 1 2 earnhre | 99,979 1521.745 893.8819 59 9999 -------------+--------------------------------------------------------- earnwke | 169,727 796.6428 601.1765 0 2884.61 unionmme | 169,727 1.876378 .3291508 1 2 unioncov | 148,745 1.984551 .1233316 1 2 schenr | 47,243 1.462354 .4985861 1 2 studftpt | 25,400 1.077323 .2671083 1 2 -------------+--------------------------------------------------------- schlvl | 25,400 1.487717 .4998589 1 2 earnwt | 320,941 8816.605 4801.893 0 63606.72 weight | 320,941 2204.151 1194.124 0 16240.78 chldpres | 200,130 2.185724 3.296304 0 15 ownchild | 199,994 .8093993 1.119005 0 11 -------------+--------------------------------------------------------- I25d | 169,727 .2983379 .4575299 0 1 I25c | 100,015 .3315503 .4707727 0 1 I25a | 320,941 .3217196 3.42007 0 43 I25b | 320,941 3.328422 11.3318 0 42 qstnum | 0 -------------+--------------------------------------------------------- occurnum | 0 ged | 97,133 1.06872 .2529791 1 2 gedhigr | 6,675 6.362397 1.266803 1 8 yrcoll | 87,526 2.689726 .9840946 1 5 grprof | 56,080 1.770132 .4207516 1 2 -------------+--------------------------------------------------------- gr6cor | 12,891 1.341323 .4741721 1 2 ms123 | 21,233 2.179296 .563524 1 3 cmpwgt | 320,941 2204.213 1195.248 0 16195.21 ind02 | 217,281 6219.088 2714.095 170 9890 occ00 | 217,281 4227.36 2557.222 10 9840 -------------+--------------------------------------------------------- occ002 | 320,941 125.6188 784.8673 -1 9750 vet1 | 30,744 4.235981 1.807535 1 9 vet2 | 5,685 3.813369 1.654488 1 9 vet3 | 1,409 3.437899 1.652481 1 9 vet4 | 285 4.252632 1.770067 1 8 -------------+--------------------------------------------------------- linedad | 43,266 1.684672 .9064783 1 12 linemom | 31,650 1.134724 .388121 1 3 recnum | 320,941 229064.8 131807.3 2 457410 year | 320,941 2009 0 2009 2009 ym_file | 320,941 593.5201 3.439678 588 599 -------------+--------------------------------------------------------- ym | 320,941 584.547 6.907128 573 596 ch02 | 200,130 .1115225 .3147789 0 1 ch35 | 200,130 .118533 .3232389 0 1 ch613 | 200,130 .2458502 .4305912 0 1 ch1417 | 200,130 .149248 .3563336 0 1 -------------+--------------------------------------------------------- ch05 | 200,130 .190766 .392906 0 1 ihigrdc | 320,941 13.26984 2.946115 0 18 docc00 | 217,281 12.58615 6.667107 1 23 dind02 | 217,281 30.67782 14.57349 1 52 . aef2 2010 10 03 10 dct_name aef03.dbd raw_name=../raw/morg10 (0 observations deleted) obs 458873 # of persons with age<=15 137596 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 49,422 10.77 10.77 0 | 4,707 1.03 11.80 1 | 5,214 1.14 12.93 2 | 5,475 1.19 14.13 3 | 5,625 1.23 15.35 4 | 5,549 1.21 16.56 5 | 5,508 1.20 17.76 6 | 5,574 1.21 18.98 7 | 5,625 1.23 20.20 8 | 5,498 1.20 21.40 9 | 5,566 1.21 22.61 10 | 5,787 1.26 23.87 11 | 5,677 1.24 25.11 12 | 5,753 1.25 26.36 13 | 5,581 1.22 27.58 14 | 5,367 1.17 28.75 15 | 5,668 1.24 29.99 16 | 5,687 1.24 31.22 17 | 5,932 1.29 32.52 18 | 5,516 1.20 33.72 19 | 5,057 1.10 34.82 20 | 5,103 1.11 35.93 21 | 4,913 1.07 37.00 22 | 4,938 1.08 38.08 23 | 4,963 1.08 39.16 24 | 5,089 1.11 40.27 25 | 5,443 1.19 41.46 26 | 5,243 1.14 42.60 27 | 5,228 1.14 43.74 28 | 5,347 1.17 44.90 29 | 5,405 1.18 46.08 30 | 5,370 1.17 47.25 31 | 5,387 1.17 48.43 32 | 5,105 1.11 49.54 33 | 5,067 1.10 50.64 34 | 4,998 1.09 51.73 35 | 5,134 1.12 52.85 36 | 4,981 1.09 53.94 37 | 5,042 1.10 55.04 38 | 5,318 1.16 56.19 39 | 5,622 1.23 57.42 40 | 5,840 1.27 58.69 41 | 5,650 1.23 59.92 42 | 5,306 1.16 61.08 43 | 5,402 1.18 62.26 44 | 5,646 1.23 63.49 45 | 6,050 1.32 64.81 46 | 6,113 1.33 66.14 47 | 6,029 1.31 67.45 48 | 6,162 1.34 68.80 49 | 6,211 1.35 70.15 50 | 6,283 1.37 71.52 51 | 6,170 1.34 72.86 52 | 6,080 1.32 74.19 53 | 6,068 1.32 75.51 54 | 5,996 1.31 76.82 55 | 5,871 1.28 78.10 56 | 5,707 1.24 79.34 57 | 5,419 1.18 80.52 58 | 5,299 1.15 81.68 59 | 5,128 1.12 82.79 60 | 5,049 1.10 83.89 61 | 4,864 1.06 84.95 62 | 4,765 1.04 85.99 63 | 4,938 1.08 87.07 64 | 3,743 0.82 87.88 65 | 3,878 0.85 88.73 66 | 3,460 0.75 89.48 67 | 3,523 0.77 90.25 68 | 3,257 0.71 90.96 69 | 3,160 0.69 91.65 70 | 3,073 0.67 92.32 71 | 2,727 0.59 92.91 72 | 2,579 0.56 93.47 73 | 2,496 0.54 94.02 74 | 2,291 0.50 94.52 75 | 2,319 0.51 95.02 76 | 2,226 0.49 95.51 77 | 2,327 0.51 96.02 78 | 2,099 0.46 96.47 79 | 1,661 0.36 96.83 80 | 8,125 1.77 98.61 85 | 6,399 1.39 100.00 ------------+----------------------------------- Total | 458,873 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 49,422 35.92 35.92 0 | 4,707 3.42 39.34 1 | 5,214 3.79 43.13 2 | 5,475 3.98 47.11 3 | 5,625 4.09 51.20 4 | 5,549 4.03 55.23 5 | 5,508 4.00 59.23 6 | 5,574 4.05 63.28 7 | 5,625 4.09 67.37 8 | 5,498 4.00 71.37 9 | 5,566 4.05 75.41 10 | 5,787 4.21 79.62 11 | 5,677 4.13 83.74 12 | 5,753 4.18 87.92 13 | 5,581 4.06 91.98 14 | 5,367 3.90 95.88 15 | 5,668 4.12 100.00 ------------+----------------------------------- Total | 137,596 100.00 (137,596 observations deleted) (0 observations deleted) obs 321277 after keeping age>15&age!=. infile successful no observations (12 real changes made, 12 to missing) (277,068 real changes made, 277,068 to missing) (289,154 real changes made, 289,154 to missing) (0 real changes made) (0 real changes made) (159,907 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (161,370 real changes made) Geography (129,668 real changes made) dropping cmsacode msafips smsa93 smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (2,683 real changes made, 2,683 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (60,305 real changes made, 60,305 to missing) (294,585 real changes made, 294,585 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (153,255 real changes made, 153,255 to missing) if 2010 > 1983 & 2010 < 1989 { (0 real changes made) (0 real changes made) (0 real changes made) (ch02: 77849 changes made) (ch35: 88278 changes made) (ch613: 88278 changes made) (ch1417: 88278 changes made) (16,390 real changes made) (0 real changes made) (224,161 real changes made, 224,161 to missing) (314,342 real changes made, 314,342 to missing) (233,800 real changes made, 233,800 to missing) (264,497 real changes made, 264,497 to missing) (307,788 real changes made, 307,788 to missing) (299,508 real changes made, 299,508 to missing) (321,277 missing values generated) (1,038 real changes made) (2,202 real changes made) (4,050 real changes made) (6,656 real changes made) (7,203 real changes made) (11,257 real changes made) (13,084 real changes made) (4,352 real changes made) (28 real changes made) (91 real changes made) (60 real changes made) (475 real changes made) (799 real changes made) (1,794 real changes made) (2,476 real changes made) (1,212 real changes made) (90,181 real changes made) (10,968 real changes made) (22,982 real changes made) (39,171 real changes made) (10,103 real changes made) (4,253 real changes made) (43,291 real changes made) (4,342 real changes made) (9,147 real changes made) (1,763 real changes made) (20,006 real changes made) (8,293 real changes made) (228,184 real changes made, 228,184 to missing) (303,104 real changes made, 303,104 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (284,213 real changes made, 284,213 to missing) (0 real changes made) (291,497 real changes made, 291,497 to missing) (315,746 real changes made, 315,746 to missing) (319,939 real changes made, 319,939 to missing) (321,012 real changes made, 321,012 to missing) Employment (4,358 real changes made, 4,358 to missing) (314,949 real changes made, 314,949 to missing) (153,449 real changes made, 153,449 to missing) (106,916 real changes made, 106,916 to missing) (106,916 real changes made, 106,916 to missing) (106,916 real changes made, 106,916 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 556 generate int docc00=occ00; (106,916 missing values generated) recode docc00 2000-2010 (docc00: 214361 changes made) dind (106,916 missing values generated) (dind02: 214361 changes made) Wages (153,449 real changes made, 153,449 to missing) (0 real changes made) (221,691 real changes made, 221,691 to missing) (0 real changes made) (0 real changes made) (153,449 real changes made) (210,184 real changes made) (106,916 real changes made, 106,916 to missing) (303,104 real changes made, 303,104 to missing) (132,019 real changes made) (153,449 real changes made) (0 real changes made) (130,656 real changes made, 130,656 to missing) (1,363 real changes made, 1,363 to missing) (319,288 real changes made, 319,288 to missing) (221,635 real changes made, 221,635 to missing) (153,449 real changes made, 153,449 to missing) Hours, Unions (306,906 real changes made, 306,906 to missing) (314,009 real changes made, 314,009 to missing) (295,477 real changes made, 295,477 to missing) (274,373 real changes made, 274,373 to missing) (295,477 real changes made, 295,477 to missing) (1,363 real changes made, 1,363 to missing) (139,287 real changes made, 139,287 to missing) (79 real changes made) (271,944 real changes made, 271,944 to missing) (153,449 real changes made, 153,449 to missing) (173,565 real changes made, 173,565 to missing) variable spouse was int now byte variable hourslw was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now byte (4,819,155 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > ; . * penatvty: 2007-; . label values penatvty penatvty; . label define penatvty > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 73 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 100 "Albania" > 102 "Austria" > 103 "Belgium" > 104 "Bulgaria" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "United Kingdom/Great Britain" > 139 "England" > 140 "Scotland" > 141 "Wales" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Czech Republic" > 149 "Slovakia" > 150 "Bosnia & Herzegovina" > 151 "Croatia" > 152 "Macedonia" > 154 "Serbia" > 156 "Latvia" > 157 "Lithuania" > 158 "Armenia" > 159 "Azerbaijan" > 160 "Belarus" > 161 "Georgia" > 162 "Moldova" > 163 "Russia" > 164 "Ukraine" > 165 "USSR" > 166 "Europe, not specified" > 167 "Kosovo" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Myanmar (Burma)" > 206 "Cambodia" > 207 "China" > 208 "Cyprus" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea" > 220 "South Korea" > 222 "Kuwait" > 223 "Laos" > 224 "Lebanon" > 226 "Malaysia" > 229 "Nepal" > 231 "Pakistan" > 233 "Philippines" > 235 "Saudi Arabia" > 236 "Singapore" > 238 "Sri Lanka" > 239 "Syria" > 240 "Taiwan" > 242 "Thailand" > 243 "Turkey" > 246 "Uzbekistan" > 247 "Vietnam" > 248 "Yemen" > 249 "Asia, not specified" > 300 "Bermuda" > 301 "Canada" > 303 "Mexico" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Nicaragua" > 316 "Panama" > 318 "Central America" > 321 "Antigua and Barbuda" > 323 "Bahamas" > 324 "Barbados" > 327 "Cuba" > 328 "Dominica" > 329 "Dominican Republic" > 330 "Grenada" > 332 "Haiti" > 333 "Jamaica" > 338 "St. Kitts-Nevis" > 339 "St. Lucia" > 340 "St. Vincent and the Grenadines" > 341 "Trinidad and Tobago" > 343 "West Indes, not specified" > 360 "Argentina" > 361 "Bolivia" > 362 "Brazil" > 363 "Chile" > 364 "Colombia" > 365 "Ecuador" > 368 "Guyana" > 369 "Paraguay" > 370 "Peru" > 372 "Uruguay" > 373 "Venezuela" > 374 "South America, not specified" > 399 "Americas, not specified" > 400 "Algeria" > 407 "Cameroon" > 408 "Cape Verde" > 414 "Egypt" > 416 "Ethiopia" > 417 "Eritrea" > 421 "Ghana" > 427 "Kenya" > 429 "Liberia" > 436 "Morocco" > 440 "Nigeria" > 444 "Senegal" > 447 "Sierra Leone" > 448 "Somalia" > 449 "South Africa" > 451 "Sudan" > 453 "Tanzania" > 457 "Uganda" > 461 "Zimbabwe" > 462 "Africa, not specified" > 501 "Australia" > 508 "Fiji" > 515 "New Zealand" > 523 "Tonga" > 527 "Samoa" > 528 "Oceania, not specified" > 555 "Elsewhere" > ; . * pemntvty: 2007-; . label values pemntvty penatvty; . * pefntvty: 2007-; . label values pefntvty penatvty; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2003" > 19 "2004-2005" > 20 "2006-2007" > 21 "2008-2009" > 22 "2010-2012" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6672 "Internet publishing and broadcasting and web search portals (51913)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ00: 2000-2010; . label values occ00 occ00l ; . label define occ00l > 10 "Chief executives (11-1011)" > 20 "General and operations managers (11-1021)" > 40 "Advertising and promotions managers (11-2011)" > 50 "Marketing and sales managers (11-2020)" > 60 "Public relations managers (11-2031)" > 100 "Administrative services managers (11-3011)" > 110 "Computer and information systems managers (11-3021)" > 120 "Financial managers (11-3031)" > 130 "Human resources managers (11-3040)" > 140 "Industrial production managers (11-3051)" > 150 "Purchasing managers (11-3061)" > 160 "Transportation, storage, and distribution managers (11-3071)" > 200 "Farm, ranch, and other agricultural managers (11-9011)" > 210 "Farmers and ranchers (11-9012)" > 220 "Construction managers (11-9021)" > 230 "Education administrators (11-9030)" > 300 "Engineering managers (11-9041)" > 310 "Food service managers (11-9051)" > 320 "Funeral directors (11-9061)" > 330 "Gaming managers (11-9071)" > 340 "Lodging managers (11-9081)" > 350 "Medical and health services managers (11-9111)" > 360 "Natural sciences managers (11-9121)" > 410 "Property, real estate, and community association managers (11-9141)" > 420 "Social and community service managers (11-9151)" > 430 "Managers, all other (11-9199)" > 500 "Agents and business managers of artists, performers, and athletes (13-1011)" > 510 "Purchasing agents and buyers, farm products (13-1021)" > 520 "Wholesale and retail buyers, except farm products (13-1022)" > 530 "Purchasing agents, except wholesale, retail, and farm products (13-1023)" > 540 "Claims adjusters, appraisers, examiners, and investigators (13-1030)" > 560 "Compliance officers, except agriculture, construction, health and safety, and transporta > tion (13-1041)" > 600 "Cost estimators (13-1051)" > 620 "Human resources, training, and labor relations specialists (13-1070)" > 700 "Logisticians (13-1081)" > 710 "Management analysts (13-1111)" > 720 "Meeting and convention planners (13-1121)" > 730 "Other business operations specialists (13-11XX)" > 800 "Accountants and auditors (13-2011)" > 810 "Appraisers and assessors of real estate (13-2021)" > 820 "Budget analysts (13-2031)" > 830 "Credit analysts (13-2041)" > 840 "Financial analysts (13-2051)" > 850 "Personal financial advisors (13-2052)" > 860 "Insurance underwriters (13-2053)" > 900 "Financial examiners (13-2061)" > 910 "Loan counselors and officers (13-2070)" > 930 "Tax examiners, collectors, and revenue agents (13-2081)" > 940 "Tax prepares (13-2082)" > 950 "Financial specialists, all other (13-2099)" > 1000 "Computer scientists and systems analysts (15-10XX)" > 1010 "Computer programmers (15-1021)" > 1020 "Computer software engineers (15-1030)" > 1040 "Computer support specialists (15-1041)" > 1060 "Database administrators (15-1061)" > 1100 "Network and computer systems administrators (15-1071)" > 1110 "Network systems and data communications analysts (15-1081)" > 1200 "Actuaries (15-2011)" > 1210 "Mathematicians (15-2021)" > 1220 "Operations research analysts (15-2031)" > 1230 "Statisticians (15-2041)" > 1240 "Miscellaneous mathematical science occupations (15-2090)" > 1300 "Architects, except naval (17-1010)" > 1310 "Surveyors, cartographers, and photogrammetrists (17-1020)" > 1320 "Aerospace engineers (17-2011)" > 1330 "Agricultural engineers (17-2021)" > 1340 "Biomedical engineers (17-2031)" > 1350 "Chemical engineers (17-2041)" > 1360 "Civil engineers (17-2051)" > 1400 "Computer hardware engineers (17-2061)" > 1410 "Electrical and electronic engineers (17-2070)" > 1420 "Environmental engineers (17-2081)" > 1430 "Industrial engineers, including health and safety (17-2110)" > 1440 "Marine engineers and naval architects (17-2121)" > 1450 "Materials engineers (17-2131)" > 1460 "Mechanical engineers (17-2141)" > 1500 "Mining and geological engineers, including mining safety engineers (17-2151)" > 1510 "Nuclear engineers (17-2161)" > 1520 "Petroleum engineers (17-2171)" > 1530 "Engineers, all other (17-2199)" > 1540 "Drafters (17-3010)" > 1550 "Engineering technicians, except drafters (17-3020)" > 1560 "Surveying and mapping technicians (17-3031)" > 1600 "Agricultural and food scientists (19-1010)" > 1610 "Biological scientists (19-1020)" > 1640 "Conservation scientists and foresters (19-1030)" > 1650 "Medical scientists (19-1040)" > 1700 "Astronomers and physicists (19-2010)" > 1710 "Atmospheric and space scientists (19-2021)" > 1720 "Chemists and materials scientists (19-2030)" > 1740 "Environmental scientists and geoscientists (19-2040)" > 1760 "Physical scientists, all other (19-2099)" > 1800 "Economists (19-3011)" > 1810 "Market and survey researchers (19-3020)" > 1820 "Psychologists (19-3030)" > 1830 "Sociologists (19-3041)" > 1840 "Urban and regional planners (19-3051)" > 1860 "Miscellaneous social scientists and related workers (19-3090)" > 1900 "Agricultural and food science technicians (19-4011)" > 1910 "Biological technicians (19-4021)" > 1920 "Chemical technicians (19-4031)" > 1930 "Geological and petroleum technicians (19-4041)" > 1940 "Nuclear technicians (19-4051)" > 1960 "Other life, physical, and social science technicians (19-40XX)" > 2000 "Counselors (21-1010)" > 2010 "Social workers (21-1020)" > 2020 "Miscellaneous community and social service specialists (21-1090)" > 2040 "Clergy (21-2011)" > 2050 "Directors, religious activities and education (21-2021)" > 2060 "Religious workers, all other (21-2099)" > 2100 "Lawyers, Judges, magistrates, and other judicial workers (23-1011)" > 2140 "Paralegals and legal assistants (23-2011)" > 2150 "Miscellaneous legal support workers (23-2090)" > 2200 "Postsecondary teachers (25-1000)" > 2300 "Preschool and kindergarten teachers (25-2010)" > 2310 "Elementary and middle school teachers (25-2020)" > 2320 "Secondary school teachers (25-2030)" > 2330 "Special education teachers (25-2040)" > 2340 "Other teachers and instructors (25-3000)" > 2400 "Archivists, curators, and museum technicians (25-4010)" > 2430 "Librarians (25-4021)" > 2440 "Library technicians (25-4031)" > 2540 "Teacher assistants (25-9041)" > 2550 "Other education, training, and library workers (25-90XX)" > 2600 "Artists and related workers (27-1010)" > 2630 "Designers (27-1020)" > 2700 "Actors (27-2011)" > 2710 "Producers and directors (27-2012)" > 2720 "Athletes, coaches, umpires, and related workers (27-2020)" > 2740 "Dancers and choreographers (27-2030)" > 2750 "Musicians, singers, and related workers (27-2040)" > 2760 "Entertainers and performers, sports and related workers, all other (27-2099)" > 2800 "Announcers (27-3010)" > 2810 "News analysts, reporters and correspondents (27-3020)" > 2820 "Public relations specialists (27-3031)" > 2830 "Editors (27-3041)" > 2840 "Technical writers (27-3042)" > 2850 "Writers and authors (27-3043)" > 2860 "Miscellaneous media and communication workers (27-3090)" > 2900 "Broadcast and sound engineering technicians and radio operators (27-4010)" > 2910 "Photographers (27-4021)" > 2920 "Television, video, and motion picture camera operators and editors (27-4030)" > 2960 "Media and communication equipment workers, all other (27-4099)" > 3000 "Chiropractors (29-1011)" > 3010 "Dentists (29-1020)" > 3030 "Dietitians and nutritionists (29-1031)" > 3040 "Optometrists (29-1041)" > 3050 "Pharmacists (29-1051)" > 3060 "Physicians and surgeons (29-1060)" > 3110 "Physician assistants (29-1071)" > 3120 "Podiatrists (29-1081)" > 3130 "Registered nurses (29-1111)" > 3140 "Audiologists (29-1121)" > 3150 "Occupational therapists (29-1122)" > 3160 "Physical therapists (29-1123)" > 3200 "Radiation therapists (29-1124)" > 3210 "Recreational therapists (29-1125)" > 3220 "Respiratory therapists (29-1126)" > 3230 "Speech-language pathologists (29-1127)" > 3240 "Therapists, all other (29-1129)" > 3250 "Veterinarians (29-1131)" > 3260 "Health diagnosing and treating practitioners, all other (29-1199)" > 3300 "Clinical laboratory technologists and technicians (29-2010)" > 3310 "Dental hygienists (29-2021)" > 3320 "Diagnostic related technologists and technicians (29-2030)" > 3400 "Emergency medical technicians and paramedics (29-2041)" > 3410 "Health diagnosing and treating practitioner support technicians (29-2050)" > 3500 "Licensed practical and licensed vocational nurses (29-2061)" > 3510 "Medical records and health information technicians (29-2071)" > 3520 "Opticians, dispensing (29-2081)" > 3530 "Miscellaneous health technologists and technicians (29-2090)" > 3540 "Other healthcare practitioners and technical occupations (29-9000)" > 3600 "Nursing, psychiatric, and home health aides (31-1010)" > 3610 "Occupational therapist assistants and aides (31-2010)" > 3620 "Physical therapist assistants and aides (31-2020)" > 3630 "Massage therapists (31-9011)" > 3640 "Dental assistants (31-9091)" > 3650 "Medical assistants and other healthcare support occupations (31-909X)" > 3700 "First-line supervisors/managers of correctional officers (33-1011)" > 3710 "First-line supervisors/managers of police and detectives (33-1012)" > 3720 "First-line supervisors/managers of fire fighting and prevention workers (33-1021)" > 3730 "Supervisors, protective service workers, all other (33-1099)" > 3740 "Fire fighters (33-2011)" > 3750 "Fire inspectors (33-2020)" > 3800 "Bailiffs, correctional officers, and jailers (33-3010)" > 3820 "Detectives and criminal investigators (33-3021)" > 3830 "Fish and game wardens (33-3031)" > 3840 "Parking enforcement workers (33-3041)" > 3850 "Police and sheriff's patrol officers (33-3051)" > 3860 "Transit and railroad police (33-3052)" > 3900 "Animal control workers (33-9011)" > 3910 "Private detectives and investigators (33-9021)" > 3920 "Security guards and gaming surveillance officers (33-9030)" > 3940 "Crossing guards (33-9091)" > 3950 "Lifeguards and other protective service workers (33-909X)" > 4000 "Chefs and head cooks (35-1011)" > 4010 "First-line supervisors/managers of food preparation and serving workers (35-1012)" > 4020 "Cooks (35-2010)" > 4030 "Food preparation workers (35-2021)" > 4040 "Bartenders (35-3011)" > 4050 "Combined food preparation and serving workers, including fast food (35-3021)" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop (35-3022)" > 4110 "Waiters and waitresses (35-3031)" > 4120 "Food servers, nonrestaurant (35-3041)" > 4130 "Dining room and cafeteria attendants and bartender helpers (35-9011)" > 4140 "Dishwashers (35-9021)" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop (35-9031)" > 4160 "Food preparation and serving related workers, all other (35-9099)" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers (37-1011)" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > (37-1012)" > 4220 "Janitors and building cleaners (31-201X)" > 4230 "Maids and housekeeping cleaners (37-2012)" > 4240 "Pest control workers (37-2021)" > 4250 "Grounds maintenance workers (37-3010)" > 4300 "First-line supervisors/managers of gaming workers (39-1010)" > 4320 "First-line supervisors/managers of personal service workers (39-1021)" > 4340 "Animal trainers (39-2011)" > 4350 "Nonfarm animal caretakers (39-2021)" > 4400 "Gaming services workers (39-3010)" > 4410 "Motion picture projectionists (39-3021)" > 4420 "Ushers, lobby attendants, and ticket takers (39-3031)" > 4430 "Miscellaneous entertainment attendants and related workers (39-3090)" > 4460 "Funeral service workers (39-4000)" > 4500 "Barbers (39-5011)" > 4510 "Hairdressers, hairstylists, and cosmetologists (39-5012)" > 4520 "Miscellaneous personal appearance workers (39-5090)" > 4530 "Baggage porters, bellhops, and concierges (39-6010)" > 4540 "Tour and travel guides (39-6020)" > 4550 "Transportation attendants (39-6030)" > 4600 "Child care workers (39-9011)" > 4610 "Personal and home care aides (39-9021)" > 4620 "Recreation and fitness workers (39-9030)" > 4640 "Residential advisors (39-9041)" > 4650 "Personal care and service workers, all other (39-9099)" > 4700 "First-line supervisors/managers of retail sales workers (41-1011)" > 4710 "First-line supervisors/managers of non-retail sales workers (41-1012)" > 4720 "Cashiers (41-2010)" > 4740 "Counter and rental clerks (41-2021)" > 4750 "Parts salespersons (41-2022)" > 4760 "Retail salespersons (41-2031)" > 4800 "Advertising sales agents (41-3011)" > 4810 "Insurance sales agents (41-3021)" > 4820 "Securities, commodities, and financial services sales agents (41-3031)" > 4830 "Travel agents (41-3041)" > 4840 "Sales representatives, services, all other (41-3099)" > 4850 "Sales representatives, wholesale and manufacturing (41-4010)" > 4900 "Models, demonstrators, and product promoters (41-9010)" > 4920 "Real estate brokers and sales agents (41-9020)" > 4930 "Sales engineers (41-9031)" > 4940 "Telemarketers (41-9041)" > 4950 "Door-to-door sales workers, news and street vendors, and related workers (41-9091)" > 4960 "Sales and related workers, all other (41-9099)" > 5000 "First-line supervisors/managers of office and administrative support workers (43-1011)" > 5010 "Switchboard operators, including answering service (43-2011)" > 5020 "Telephone operators (43-2021)" > 5030 "Communications equipment operators, all other (43-2099)" > 5100 "Bill and account collectors (43-3011)" > 5110 "Billing and posting clerks and machine operators (43-3021)" > 5120 "Bookkeeping, accounting, and auditing clerks (43-3031)" > 5130 "Gaming cage workers (43-3041)" > 5140 "Payroll and timekeeping clerks (43-3051)" > 5150 "Procurement clerks (43-3061)" > 5160 "Tellers (43-3071)" > 5200 "Brokerage clerks (43-4011)" > 5210 "Correspondence clerks (43-4021)" > 5220 "Court, municipal, and license clerks (43-4031)" > 5230 "Credit authorizers, checkers, and clerks (43-4041)" > 5240 "Customer service representatives (43-4051)" > 5250 "Eligibility interviewers, government programs (43-4061)" > 5260 "File Clerks (43-4071)" > 5300 "Hotel, motel, and resort desk clerks (43-4081)" > 5310 "Interviewers, except eligibility and loan (43-4111)" > 5320 "Library assistants, clerical (43-4121)" > 5330 "Loan interviewers and clerks (43-4131)" > 5340 "New accounts clerks (43-4141)" > 5350 "Order clerks (43-4151)" > 5360 "Human resources assistants, except payroll and timekeeping (43-4161)" > 5400 "Receptionists and information clerks (43-4171)" > 5410 "Reservation and transportation ticket agents and travel clerks (43-4181)" > 5420 "Information and record clerks, all other (43-4199)" > 5500 "Cargo and freight agents (43-5011)" > 5510 "Couriers and messengers (43-5021)" > 5520 "Dispatchers (43-5030)" > 5530 "Meter readers, utilities (43-5041)" > 5540 "Postal service clerks (43-5051)" > 5550 "Postal service mail carriers (43-5052)" > 5560 "Postal service mail sorters, processors, and processing machine operators (43-5053)" > 5600 "Production, planning, and expediting clerks (43-5061)" > 5610 "Shipping, receiving, and traffic clerks (43-5071)" > 5620 "Stock clerks and order fillers (43-5081)" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping (43-5111)" > 5700 "Secretaries and administrative assistants (43-6010)" > 5800 "Computer operators (43-9011)" > 5810 "Data entry keyers (43-9021)" > 5820 "Word processors and typists (43-9022)" > 5830 "Desktop publishers (43-9031)" > 5840 "Insurance claims and policy processing clerks (43-9041)" > 5850 "Mail clerks and mail machine operators, except postal service (43-9051)" > 5860 "Office clerks, general (43-9061)" > 5900 "Office machine operators, except computer (43-9071)" > 5910 "Proofreaders and copy markers (43-9081)" > 5920 "Statistical assistants (43-9111)" > 5930 "Office and administrative support workers, all other (43-9199)" > 6000 "First-line supervisors/managers of farming, fishing, and forestry workers (45-1010)" > 6010 "Agricultural inspectors (45-2011)" > 6020 "Animal breeders (45-2021)" > 6040 "Graders and sorters, agricultural products (45-2041)" > 6050 "Miscellaneous agricultural workers (45-2090)" > 6100 "Fishers and related fishing workers (45-3011)" > 6110 "Hunters and trappers (45-3021)" > 6120 "Forest and conservation workers (45-4011)" > 6130 "Logging workers (45-4020)" > 6200 "First-line supervisors/managers of construction trades and extraction workers (47-1011)" > 6210 "Boilermakers (47-2011)" > 6220 "Brickmasons, blockmasons, and stonemasons (47-2020)" > 6230 "Carpenters (47-2031)" > 6240 "Carpet, floor, and tile installers and finishers (47-2040)" > 6250 "Cement masons, concrete finishers, and terrazzo workers (47-2050)" > 6260 "Construction laborers (47-2061)" > 6300 "Paving, surfacing, and tamping equipment operators (47-2071)" > 6310 "Pile-driver operators (47-2072)" > 6320 "Operating engineers and other construction equipment operators (47-2073)" > 6330 "Drywall installers, ceiling tile installers, and tapers (47-2080)" > 6350 "Electricians (47-2111)" > 6360 "Glaziers (47-2121)" > 6400 "Insulation workers (47-2130)" > 6420 "Painters, construction and maintenance (47-2141)" > 6430 "Paperhangers (47-2142)" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters (47-2150)" > 6460 "Plasterers and stucco masons (47-2161)" > 6500 "Reinforcing iron and rebar workers (47-2171)" > 6510 "Roofers (47-2181)" > 6520 "Sheet metal workers (47-2211)" > 6530 "Structural iron and steel workers (47-2221)" > 6600 "Helpers, construction trades (47-3010)" > 6660 "Construction and building inspectors (47-4011)" > 6700 "Elevator installers and repairers (47-4021)" > 6710 "Fence erectors (47-4031)" > 6720 "Hazardous materials removal workers (47-4041)" > 6730 "Highway maintenance workers (47-4051)" > 6740 "Rail-track laying and maintenance equipment operators (47-4061)" > 6750 "Septic tank servicers and sewer pipe cleaners (47-4071)" > 6760 "Miscellaneous construction and related workers (47-4090)" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining (47-5010)" > 6820 "Earth drillers, except oil and gas (47-5021)" > 6830 "Explosives workers, ordnance handling experts, and blasters (47-5031)" > 6840 "Mining machine operators (47-5040)" > 6910 "Roof bolters, mining (47-5061)" > 6920 "Roustabouts, oil and gas (47-5071)" > 6930 "Helpers--extraction workers (47-5081)" > 6940 "Other extraction workers (47-50XX)" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers (49-1011)" > 7010 "Computer, automated teller, and office machine repairers (49-2011)" > 7020 "Radio and telecommunications equipment installers and repairers (49-2020)" > 7030 "Avionics technicians (49-2091)" > 7040 "Electric motor, power tool, and related repairers (49-2092)" > 7050 "Electrical and electronics installers and repairers, transportation equipment (49-2093)" > 7100 "Electrical and electronics repairers, industrial and utility (49-209X)" > 7110 "Electronic equipment installers and repairers, motor vehicles (49-2096)" > 7120 "Electronic home entertainment equipment installers and repairers (49-2097)" > 7130 "Security and fire alarm systems installers (49-2098)" > 7140 "Aircraft mechanics and service technicians (49-3011)" > 7150 "Automotive body and related repairers (49-3021)" > 7160 "Automotive glass installers and repairers (49-3022)" > 7200 "Automotive service technicians and mechanics (49-3023)" > 7210 "Bus and truck mechanics and diesel engine specialists (49-3031)" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics (49-3040)" > 7240 "Small engine mechanics (49-3050)" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers (49-3090 > )" > 7300 "Control and valve installers and repairers (49-9010)" > 7310 "Heating, air conditioning, and refrigeration mechanics and installers (49-9021)" > 7320 "Home appliance repairers (49-9031)" > 7330 "Industrial and refractory machinery mechanics (49-904X)" > 7340 "Maintenance and repair workers, general (49-9042)" > 7350 "Maintenance workers, machinery (49-9043)" > 7360 "Millwrights (49-9044)" > 7410 "Electrical power-line installers and repairers (49-9051)" > 7420 "Telecommunications line installers and repairers (49-9052)" > 7430 "Precision instrument and equipment repairers (49-9060)" > 7510 "Coin, vending, and amusement machine servicers and repairers (49-9091)" > 7520 "Commercial divers (49-9092)" > 7540 "Locksmiths and safe repairers (49-9094)" > 7550 "Manufactured building and mobile home installers (49-9095)" > 7560 "Riggers (49-9096)" > 7600 "Signal and track switch repairers (49-9097)" > 7610 "Helpers--installation, maintenance, and repair workers (49-9098)" > 7620 "Other installation, maintenance, and repair workers (49-909X)" > 7700 "First-line supervisors/managers of production and operating workers (51-1011)" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers (51-2011)" > 7720 "Electrical, electronics, and electromechanical assemblers (51-2020)" > 7730 "Engine and other machine assemblers (51-2031)" > 7740 "Structural metal fabricators and fitters (51-2041)" > 7750 "Miscellaneous assemblers and fabricators (51-2090)" > 7800 "Bakers (51-3011)" > 7810 "Butchers and other meat, poultry, and fish processing workers (51-3020)" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders (51-3091)" > 7840 "Food batchmakers (51-3092)" > 7850 "Food cooking machine operators and tenders (51-3093)" > 7900 "Computer control programmers and operators (51-4010)" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic (51-402 > 1)" > 7930 "Forging machine setters, operators, and tenders, metal and plastic (51-4022)" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic (51-4023)" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > (51-4031)" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic (51 > -4032)" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic (51-4033)" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic (51-40 > 34)" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic (51-4035) > " > 8030 "Machinists (51-4041)" > 8040 "Metal furnace and kiln operators and tenders (51-4050)" > 8060 "Model makers and patternmakers, metal and plastic (51-4060)" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic (51-4070) > " > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic (51-4081)" > 8130 "Tool and die makers (51-4111)" > 8140 "Welding, soldering, and brazing workers (51-4120)" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic (51-4191)" > 8160 "Lay-out workers, metal and plastic (51-4192)" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic (51-4193) > " > 8210 "Tool grinders, filers, and sharpeners (51-4194)" > 8220 "Metalworkers and plastic workers, all other (51-4199)" > 8230 "Bookbinders and bindery workers (51-5010)" > 8240 "Job printers (51-5021)" > 8250 "Prepress technicians and workers (51-5022)" > 8260 "Printing machine operators (51-5023)" > 8300 "Laundry and dry-cleaning workers (51-6011)" > 8310 "Pressers, textile, garment, and related materials (51-6021)" > 8320 "Sewing machine operators (51-6031)" > 8330 "Shoe and leather workers and repairers (51-6041)" > 8340 "Shoe machine operators and tenders (51-6042)" > 8350 "Tailors, dressmakers, and sewers (51-6050)" > 8360 "Textile bleaching and dyeing machine operators and tenders (51-6061)" > 8400 "Textile cutting machine setters, operators, and tenders (51-6062)" > 8410 "Textile knitting and weaving machine setters, operators, and tenders (51-6063)" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders (51-6 > 064)" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s (51-6091)" > 8440 "Fabric and apparel patternmakers (51-6092)" > 8450 "Upholsterers (51-6093)" > 8460 "Textile, apparel, and furnishings workers, all other (51-6099)" > 8500 "Cabinetmakers and bench carpenters (51-7011)" > 8510 "Furniture finishers (51-7021)" > 8520 "Model makers and patternmakers, wood (51-7030)" > 8530 "Sawing machine setters, operators, and tenders, wood (51-7041)" > 8540 "Woodworking machine setters, operators, and tenders, except sawing (51-7042)" > 8550 "Woodworkers, all other (51-7099)" > 8600 "Power plant operators, distributors, and dispatchers (51-8010)" > 8610 "Stationary engineers and boiler operators (51-8021)" > 8620 "Water and liquid waste treatment plant and system operators (51-8031)" > 8630 "Miscellaneous plant and system operators (51-8090)" > 8640 "Chemical processing machine setters, operators, and tenders (51-9010)" > 8650 "Crushing, grinding, polishing, mixing, and blending workers (51-9020)" > 8710 "Cutting workers (51-9030)" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders (51 > -9041)" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders (51-9051)" > 8740 "Inspectors, testers, sorters, samplers, and weighers (51-9061)" > 8750 "Jewelers and precious stone and metal workers (51-9071)" > 8760 "Medical, dental, and ophthalmic laboratory technicians (51-9080)" > 8800 "Packaging and filling machine operators and tenders (51-9111)" > 8810 "Painting workers (51-9120)" > 8830 "Photographic process workers and processing machine operators (51-9130)" > 8840 "Semiconductor processors (51-9141)" > 8850 "Cementing and gluing machine operators and tenders (51-9191)" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders (51-9192)" > 8900 "Cooling and freezing equipment operators and tenders (51-9193)" > 8910 "Etchers and engravers (51-9194)" > 8920 "Molders, shapers, and casters, except metal and plastic (51-9195)" > 8930 "Paper goods machine setters, operators, and tenders (51-9196)" > 8940 "Tire builders (51-9197)" > 8950 "Helpers--production workers (51-9198)" > 8960 "Production workers, all other (51-9199)" > 9000 "Supervisors, transportation and material moving workers (53-1000)" > 9030 "Aircraft pilots and flight engineers (53-2010)" > 9040 "Air traffic controllers and airfield operations specialists (53-2020)" > 9110 "Ambulance drivers and attendants, except emergency medical technicians (53-3011)" > 9120 "Bus drivers (53-3020)" > 9130 "Driver/sales workers and truck drivers (53-3030)" > 9140 "Taxi drivers and chauffeurs (53-3041)" > 9150 "Motor vehicle operators, all other (53-3099)" > 9200 "Locomotive engineers and operators (53-4010)" > 9230 "Railroad brake, signal, and switch operators (53-4021)" > 9240 "Railroad conductors and yardmasters (53-4031)" > 9260 "Subway, streetcar, and other rail transportation workers (53-30XX)" > 9300 "Sailors and marine oilers (53-5011)" > 9310 "Ship and boat captains and operators (53-5020)" > 9330 "Ship engineers (53-5031)" > 9340 "Bridge and lock tenders (53-6011)" > 9350 "Parking lot attendants (53-6021)" > 9360 "Service station attendants (53-6031)" > 9410 "Transportation inspectors (53-6051)" > 9420 "Other transportation workers (53-60XX)" > 9500 "Conveyor operators and tenders (53-7011)" > 9510 "Crane and tower operators (53-7021)" > 9520 "Dredge, excavating, and loading machine operators (53-7030)" > 9560 "Hoist and winch operators (53-7041)" > 9600 "Industrial truck and tractor operators (53-7051)" > 9610 "Cleaners of vehicles and equipment (53-7061)" > 9620 "Laborers and freight, stock, and material movers, hand (53-7062)" > 9630 "Machine feeders and offbearers (53-7063)" > 9640 "Packers and packagers, hand (53-7064)" > 9650 "Pumping station operators (53-7070)" > 9720 "Refuse and recyclable material collectors (53-7081)" > 9730 "Shuttle car operators (53-7111)" > 9740 "Tank car, truck, and ship loaders (53-7121)" > 9750 "Material moving workers, all other (53-7199)" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reporteds(Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers (55-1010)" > 9810 "First-line enlisted military supervisors/managers (55-2010)" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members (55-3 > 010)" > 9830 "Military, rank not specified (99-9999)" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** uhourse -4 Hours vary 1994-; . label values uhourse uhourse; . label define uhourse > -4 "Hours vary" > ; . end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg10.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 321,277 6.491607 3.447279 1 12 hurespli | 321,265 1.437888 .8060969 0 14 hrhtype | 321,277 2.658342 2.256449 1 10 minsamp | 321,277 6.009107 1.999982 4 8 -------------+--------------------------------------------------------- hrlonglk | 321,277 1.992119 .1252998 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 321,277 1.047943 .2284591 1 7 -------------+--------------------------------------------------------- state | 321,277 53.74526 26.45897 11 95 stfips | 321,277 27.97714 15.87351 1 56 cbsafips | 321,277 25677.72 21240.78 0 79600 county | 321,277 28.56857 66.96632 0 810 centcity | 260,972 1.970288 .7355434 1 3 -------------+--------------------------------------------------------- smsastat | 318,594 1.209778 .4071507 1 2 icntcity | 26,692 1.471152 1.03476 1 7 smsa04 | 321,277 3.56135 2.579731 0 7 relref95 | 321,277 3.134989 3.191827 1 18 age | 321,277 45.97046 18.18809 16 85 -------------+--------------------------------------------------------- spouse | 168,022 1.58537 .7218363 1 16 sex | 321,277 1.521681 .4995305 1 2 grade92 | 321,277 40.07698 2.754593 31 46 race | 321,277 1.395447 1.26282 1 21 ethnic | 37,064 1.985862 1.391602 1 5 -------------+--------------------------------------------------------- lineno | 321,277 1.761029 1.055384 1 16 famnum | 321,277 .8022983 .471599 0 5 pfamrel | 321,277 1.376221 1.068358 0 4 marital | 321,277 3.396241 2.6492 1 7 prpertyp | 321,277 2.004242 .0649958 2 3 -------------+--------------------------------------------------------- penatvty | 321,277 86.60284 80.02871 57 555 pemntvty | 321,277 95.47406 88.14026 57 555 pefntvty | 321,277 95.60996 88.31036 57 555 prcitshp | 321,277 1.482761 1.212985 1 5 prcitflg | 321,277 .1604783 1.908653 0 41 -------------+--------------------------------------------------------- peinusyr | 321,277 1.752005 4.810373 0 21 selfproxy | 316,919 1.492672 .5062815 1 3 lfsr94 | 319,914 2.908722 2.363514 1 7 absent94 | 7,268 6.417446 3.607849 4 14 uhourse | 190,621 34.78573 16.02994 -4 99 -------------+--------------------------------------------------------- reason94 | 14,371 4.884768 3.049022 1 13 hourslw | 181,990 38.09422 13.38953 1 99 laydur | 1,989 11.19206 15.17853 1 109 dwrsn | 6,328 5.476928 3.333159 1 11 why3594 | 49,333 14.62759 6.913069 1 23 -------------+--------------------------------------------------------- prunedur | 18,173 32.57442 31.64069 0 118 untype | 18,173 3.124801 1.591009 1 6 ftpt94 | 319,914 2.884256 2.769287 1 12 class94 | 214,361 4.101189 1.178258 1 8 agri | 214,361 .0194858 .1382252 0 1 -------------+--------------------------------------------------------- eligible | 321,277 1.477622 .4994998 1 2 otc | 167,828 1.87253 .3334995 1 2 ernpdh2 | 93,093 1.744922 .4359075 1 2 paidhre | 167,828 1.406285 .4911404 1 2 earnhre | 99,586 1538.58 905.2944 50 9999 -------------+--------------------------------------------------------- earnwke | 167,828 807.2001 610.9368 0 2884.61 unionmme | 167,828 1.880139 .3247997 1 2 unioncov | 147,712 1.984707 .1227171 1 2 schenr | 46,904 1.44994 .497493 1 2 studftpt | 25,800 1.079457 .2704565 1 2 -------------+--------------------------------------------------------- schlvl | 25,800 1.498992 .5000087 1 2 earnwt | 321,277 8883.073 4791.874 0 51199.07 weight | 321,277 2220.79 1192.099 0 12579.3 chldpres | 321,277 1.387055 2.844356 0 15 ownchild | 321,277 .5118449 .9713942 0 10 -------------+--------------------------------------------------------- I25d | 167,828 .3273768 .4692575 0 1 I25c | 99,642 .3590253 .479717 0 1 I25a | 321,277 .3639414 3.644564 0 43 I25b | 321,277 3.642816 11.80652 0 42 qstnum | 0 -------------+--------------------------------------------------------- occurnum | 0 ged | 97,116 1.071409 .2575089 1 2 gedhigr | 6,935 6.355732 1.306802 1 8 yrcoll | 87,477 2.699247 .991853 1 5 grprof | 56,780 1.762434 .4255956 1 2 -------------+--------------------------------------------------------- gr6cor | 13,489 1.321892 .4672191 1 2 ms123 | 21,769 2.191097 .562643 1 3 cmpwgt | 321,277 2220.892 1193.387 0 12276.26 ind02 | 214,361 6261.349 2697.145 170 9890 occ00 | 214,361 4228.441 2544.825 10 9840 -------------+--------------------------------------------------------- occ002 | 321,277 115.9708 755.5686 -1 9750 vet1 | 29,780 4.163096 1.790112 1 9 vet2 | 5,531 3.781956 1.65392 1 9 vet3 | 1,338 3.393124 1.613151 1 9 vet4 | 265 4.313208 1.704499 1 8 -------------+--------------------------------------------------------- linedad | 44,209 1.703296 .9581254 1 12 linemom | 32,123 1.14432 .4019182 1 3 recnum | 321,277 229317.8 132421.5 2 458873 year | 321,277 2010 0 2010 2010 ym_file | 321,277 605.4916 3.447279 600 611 -------------+--------------------------------------------------------- ym | 321,277 596.4643 6.912814 585 608 ch02 | 321,277 .0729775 .2601 0 1 ch35 | 321,277 .0764231 .2656744 0 1 ch613 | 321,277 .1553052 .362196 0 1 ch1417 | 321,277 .0932435 .2907739 0 1 -------------+--------------------------------------------------------- ch05 | 321,277 .1239927 .3295737 0 1 ihigrdc | 321,277 13.30094 2.955592 0 18 docc00 | 214,361 12.59242 6.630753 1 23 dind02 | 214,361 30.92095 14.47721 1 52 . aef2 2011 11 03 11 dct_name aef03.dbd raw_name=../raw/morg11 (0 observations deleted) obs 454769 # of persons with age<=15 136435 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 50,909 11.19 11.19 0 | 4,234 0.93 12.13 1 | 5,011 1.10 13.23 2 | 5,270 1.16 14.39 3 | 5,498 1.21 15.60 4 | 5,569 1.22 16.82 5 | 5,393 1.19 18.01 6 | 5,353 1.18 19.18 7 | 5,457 1.20 20.38 8 | 5,539 1.22 21.60 9 | 5,362 1.18 22.78 10 | 5,496 1.21 23.99 11 | 5,567 1.22 25.21 12 | 5,460 1.20 26.41 13 | 5,453 1.20 27.61 14 | 5,470 1.20 28.81 15 | 5,394 1.19 30.00 16 | 5,660 1.24 31.25 17 | 5,619 1.24 32.48 18 | 5,400 1.19 33.67 19 | 5,042 1.11 34.78 20 | 4,944 1.09 35.86 21 | 5,006 1.10 36.97 22 | 4,892 1.08 38.04 23 | 4,902 1.08 39.12 24 | 4,900 1.08 40.20 25 | 5,127 1.13 41.32 26 | 5,242 1.15 42.48 27 | 5,123 1.13 43.60 28 | 5,117 1.13 44.73 29 | 5,372 1.18 45.91 30 | 5,478 1.20 47.11 31 | 5,283 1.16 48.28 32 | 5,202 1.14 49.42 33 | 5,012 1.10 50.52 34 | 5,037 1.11 51.63 35 | 4,936 1.09 52.71 36 | 4,937 1.09 53.80 37 | 4,916 1.08 54.88 38 | 4,871 1.07 55.95 39 | 5,263 1.16 57.11 40 | 5,776 1.27 58.38 41 | 5,745 1.26 59.64 42 | 5,515 1.21 60.86 43 | 5,250 1.15 62.01 44 | 5,196 1.14 63.15 45 | 5,260 1.16 64.31 46 | 5,692 1.25 65.56 47 | 6,010 1.32 66.88 48 | 5,867 1.29 68.17 49 | 6,014 1.32 69.49 50 | 6,344 1.39 70.89 51 | 6,008 1.32 72.21 52 | 5,923 1.30 73.51 53 | 5,872 1.29 74.80 54 | 5,826 1.28 76.09 55 | 6,047 1.33 77.42 56 | 5,821 1.28 78.70 57 | 5,623 1.24 79.93 58 | 5,314 1.17 81.10 59 | 5,166 1.14 82.24 60 | 5,006 1.10 83.34 61 | 4,895 1.08 84.41 62 | 4,649 1.02 85.44 63 | 4,819 1.06 86.50 64 | 4,807 1.06 87.55 65 | 3,866 0.85 88.40 66 | 3,597 0.79 89.19 67 | 3,435 0.76 89.95 68 | 3,582 0.79 90.74 69 | 3,150 0.69 91.43 70 | 3,027 0.67 92.09 71 | 2,726 0.60 92.69 72 | 2,641 0.58 93.27 73 | 2,544 0.56 93.83 74 | 2,355 0.52 94.35 75 | 2,337 0.51 94.87 76 | 2,264 0.50 95.36 77 | 2,050 0.45 95.81 78 | 2,001 0.44 96.25 79 | 1,946 0.43 96.68 80 | 8,045 1.77 98.45 85 | 7,042 1.55 100.00 ------------+----------------------------------- Total | 454,769 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 50,909 37.31 37.31 0 | 4,234 3.10 40.42 1 | 5,011 3.67 44.09 2 | 5,270 3.86 47.95 3 | 5,498 4.03 51.98 4 | 5,569 4.08 56.06 5 | 5,393 3.95 60.02 6 | 5,353 3.92 63.94 7 | 5,457 4.00 67.94 8 | 5,539 4.06 72.00 9 | 5,362 3.93 75.93 10 | 5,496 4.03 79.96 11 | 5,567 4.08 84.04 12 | 5,460 4.00 88.04 13 | 5,453 4.00 92.04 14 | 5,470 4.01 96.05 15 | 5,394 3.95 100.00 ------------+----------------------------------- Total | 136,435 100.00 (136,435 observations deleted) (0 observations deleted) obs 318334 after keeping age>15&age!=. infile successful no observations (32 real changes made, 32 to missing) (273,742 real changes made, 273,742 to missing) (285,965 real changes made, 285,965 to missing) (0 real changes made) (0 real changes made) (159,087 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (159,247 real changes made) Geography (128,043 real changes made) dropping cmsacode msafips smsa93 smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (2,626 real changes made, 2,626 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (59,703 real changes made, 59,703 to missing) (291,819 real changes made, 291,819 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (153,136 real changes made, 153,136 to missing) if 2011 > 1983 & 2011 < 1989 { (0 real changes made) (0 real changes made) (0 real changes made) (ch02: 75940 changes made) (ch35: 85765 changes made) (ch613: 85765 changes made) (ch1417: 85765 changes made) (16,363 real changes made) (0 real changes made) (222,981 real changes made, 222,981 to missing) (309,424 real changes made, 309,424 to missing) (230,954 real changes made, 230,954 to missing) (261,679 real changes made, 261,679 to missing) (301,833 real changes made, 301,833 to missing) (296,123 real changes made, 296,123 to missing) (318,334 missing values generated) (1,036 real changes made) (1,994 real changes made) (3,970 real changes made) (6,420 real changes made) (7,116 real changes made) (10,854 real changes made) (12,487 real changes made) (4,431 real changes made) (47 real changes made) (113 real changes made) (54 real changes made) (566 real changes made) (1,013 real changes made) (2,233 real changes made) (3,238 real changes made) (1,646 real changes made) (86,443 real changes made) (10,828 real changes made) (22,284 real changes made) (39,074 real changes made) (9,840 real changes made) (5,354 real changes made) (40,154 real changes made) (4,668 real changes made) (11,833 real changes made) (1,815 real changes made) (20,396 real changes made) (8,427 real changes made) (225,635 real changes made, 225,635 to missing) (301,830 real changes made, 301,830 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (281,341 real changes made, 281,341 to missing) (0 real changes made) (289,050 real changes made, 289,050 to missing) (312,954 real changes made, 312,954 to missing) (316,967 real changes made, 316,967 to missing) (318,036 real changes made, 318,036 to missing) Employment (4,641 real changes made, 4,641 to missing) (311,569 real changes made, 311,569 to missing) (152,075 real changes made, 152,075 to missing) (108,154 real changes made, 108,154 to missing) (108,154 real changes made, 108,154 to missing) (108,154 real changes made, 108,154 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 generate int docc00=occ2011; 568 (108,154 missing values generated) 572 577 581 recode docc00 2011 (docc00: 210180 changes made) dind (108,154 missing values generated) (dind02: 210180 changes made) Wages (152,075 real changes made, 152,075 to missing) (0 real changes made) (219,466 real changes made, 219,466 to missing) (0 real changes made) (0 real changes made) (152,075 real changes made) (205,828 real changes made) (108,154 real changes made, 108,154 to missing) (301,830 real changes made, 301,830 to missing) (131,325 real changes made) (152,075 real changes made) (1 real change made, 1 to missing) (130,067 real changes made, 130,067 to missing) (1,258 real changes made, 1,258 to missing) (316,653 real changes made, 316,653 to missing) (219,434 real changes made, 219,434 to missing) (152,075 real changes made, 152,075 to missing) Hours, Unions (304,480 real changes made, 304,480 to missing) (311,509 real changes made, 311,509 to missing) (292,737 real changes made, 292,737 to missing) (272,241 real changes made, 272,241 to missing) (292,737 real changes made, 292,737 to missing) (1,258 real changes made, 1,258 to missing) (138,150 real changes made, 138,150 to missing) (97 real changes made) (269,920 real changes made, 269,920 to missing) (152,075 real changes made, 152,075 to missing) (171,888 real changes made, 171,888 to missing) variable spouse was int now byte variable hourslw was int now byte variable laydur was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now byte (5,093,344 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > ; . * penatvty: 2007-; . label values penatvty penatvty; . label define penatvty > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 73 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 100 "Albania" > 102 "Austria" > 103 "Belgium" > 104 "Bulgaria" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "United Kingdom/Great Britain" > 139 "England" > 140 "Scotland" > 141 "Wales" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Czech Republic" > 149 "Slovakia" > 150 "Bosnia & Herzegovina" > 151 "Croatia" > 152 "Macedonia" > 154 "Serbia" > 156 "Latvia" > 157 "Lithuania" > 158 "Armenia" > 159 "Azerbaijan" > 160 "Belarus" > 161 "Georgia" > 162 "Moldova" > 163 "Russia" > 164 "Ukraine" > 165 "USSR" > 166 "Europe, not specified" > 167 "Kosovo" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Myanmar (Burma)" > 206 "Cambodia" > 207 "China" > 208 "Cyprus" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea" > 220 "South Korea" > 222 "Kuwait" > 223 "Laos" > 224 "Lebanon" > 226 "Malaysia" > 229 "Nepal" > 231 "Pakistan" > 233 "Philippines" > 235 "Saudi Arabia" > 236 "Singapore" > 238 "Sri Lanka" > 239 "Syria" > 240 "Taiwan" > 242 "Thailand" > 243 "Turkey" > 246 "Uzbekistan" > 247 "Vietnam" > 248 "Yemen" > 249 "Asia, not specified" > 300 "Bermuda" > 301 "Canada" > 303 "Mexico" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Nicaragua" > 316 "Panama" > 318 "Central America" > 321 "Antigua and Barbuda" > 323 "Bahamas" > 324 "Barbados" > 327 "Cuba" > 328 "Dominica" > 329 "Dominican Republic" > 330 "Grenada" > 332 "Haiti" > 333 "Jamaica" > 338 "St. Kitts-Nevis" > 339 "St. Lucia" > 340 "St. Vincent and the Grenadines" > 341 "Trinidad and Tobago" > 343 "West Indes, not specified" > 360 "Argentina" > 361 "Bolivia" > 362 "Brazil" > 363 "Chile" > 364 "Colombia" > 365 "Ecuador" > 368 "Guyana" > 369 "Paraguay" > 370 "Peru" > 372 "Uruguay" > 373 "Venezuela" > 374 "South America, not specified" > 399 "Americas, not specified" > 400 "Algeria" > 407 "Cameroon" > 408 "Cape Verde" > 414 "Egypt" > 416 "Ethiopia" > 417 "Eritrea" > 421 "Ghana" > 427 "Kenya" > 429 "Liberia" > 436 "Morocco" > 440 "Nigeria" > 444 "Senegal" > 447 "Sierra Leone" > 448 "Somalia" > 449 "South Africa" > 451 "Sudan" > 453 "Tanzania" > 457 "Uganda" > 461 "Zimbabwe" > 462 "Africa, not specified" > 501 "Australia" > 508 "Fiji" > 515 "New Zealand" > 523 "Tonga" > 527 "Samoa" > 528 "Oceania, not specified" > 555 "Elsewhere" > ; . * pemntvty: 2007-; . label values pemntvty penatvty; . * pefntvty: 2007-; . label values pefntvty penatvty; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2003" > 19 "2004-2005" > 20 "2006-2007" > 21 "2008-2009" > 22 "2010-2012" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6672 "Internet publishing and broadcasting and web search portals (51913)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ2011: 2011-; . label values occ2011 occ2011l ; . label define occ2011l > 10 "Chief executives 11-1011" > 20 "General and operations managers 11-1021" > 30 "Legislators 11-1031" > 40 "Advertising and promotions managers 11-2011" > 50 "Marketing and sales managers 11-2020" > 60 "Public relations managers 11-2031" > 100 "Administrative services managers 11-3011" > 110 "Computer and information systems managers 11-3021" > 120 "Financial managers 11-3031" > 135 "Compensation and benefits managers 11-3111" > 136 "Human Resources Managers 11-3121" > 137 "Training and Development Managers 11-3131" > 140 "Industrial production managers 11-3051" > 150 "Purchasing managers 11-3061" > 160 "Transportation, storage, and distribution managers 11-3071" > 205 "Farmers, Ranchers, and other Agricultural Managers 11-9013" > 220 "Construction managers 11-9021" > 230 "Education administrators 11-9030" > 300 "Engineering managers 11-9041" > 310 "Food service managers 11-9051" > 325 "Funeral Service Managers 11-9061" > 330 "Gaming managers 11-9071" > 340 "Lodging managers 11-9081" > 350 "Medical and health services managers 11-9111" > 360 "Natural sciences managers 11-9121" > 400 "Postmasters and mail superintendents 11-9131" > 410 "Property, real estate, and community association managers 11-9141" > 420 "Social and community service managers 11-9151" > 425 "Emergency Management Directors 11-9161" > 430 "Managers, all other 11-9199" > 500 "Agents and business managers of artists, performers, and athletes 13-1011" > 510 "Purchasing agents and buyers, farm products 13-1021" > 520 "Wholesale and retail buyers, except farm products 13-1022" > 530 "Purchasing agents, except wholesale, retail, and farm products 13-1023" > 540 "Claims adjusters, appraisers, examiners, and investigators 13-1030" > 565 "Compliance Officers 13-1041" > 600 "Cost estimators 13-1051" > 630 "Human resources workers 13-1070" > 640 "Compensation, benefits, and job analysis specialists 13-1141" > 650 "Training and development specialists 13-1151" > 700 "Logisticians 13-1081" > 710 "Management analysts 13-1111" > 725 "Meeting, convention, and event planners 13-1121" > 726 "Fundraisers 13-1131" > 735 "Market research analysts and marketing specialists 13-1161" > 740 "Business operations specialists, all other 13-1199" > 800 "Accountants and auditors 13-2011" > 810 "Appraisers and assessors of real estate 13-2021" > 820 "Budget analysts 13-2031" > 830 "Credit analysts 13-2041" > 840 "Financial analysts 13-2051" > 850 "Personal financial advisors 13-2052" > 860 "Insurance underwriters 13-2053" > 900 "Financial examiners 13-2061" > 910 "Loan counselors and officers 13-2070" > 930 "Tax examiners, collectors, and revenue agents 13-2081" > 940 "Tax preparers 13-2082" > 950 "Financial specialists, all other 13-2099" > 1000 "Computer scientists and systems analysts 15-10XX" > 1005 "Computer and information research scientists 15-1111" > 1006 "Computer systems analysts 15-1121" > 1007 "Information security analysts 15-1122" > 1010 "Computer programmers 15-1131" > 1020 "Software developers, applications and systems software 15-113X" > 1030 "Web developers 15-1134" > 1050 "Computer support specialists 15-1150" > 1060 "Database administrators 15-1141" > 1105 "Network and computer systems administrators 15-1142" > 1106 "Computer network architects 15-1143" > 1107 "Computer occupations, all other 15-1199" > 1200 "Actuaries 15-2011" > 1210 "Mathematicians 15-2021" > 1220 "Operations research analysts 15-2031" > 1230 "Statisticians 15-2041" > 1240 "Miscellaneous mathematical science occupations 15-2090" > 1300 "Architects, except naval 17-1010" > 1310 "Surveyors, cartographers, and photogrammetrists 17-1020" > 1320 "Aerospace engineers 17-2011" > 1330 "Agricultural engineers 17-2021" > 1340 "Biomedical engineers 17-2031" > 1350 "Chemical engineers 17-2041" > 1360 "Civil engineers 17-2051" > 1400 "Computer hardware engineers 17-2061" > 1410 "Electrical and electronic engineers 17-2070" > 1420 "Environmental engineers 17-2081" > 1430 "Industrial engineers, including health and safety 17-2110" > 1440 "Marine engineers and naval architects 17-2121" > 1450 "Materials engineers 17-2131" > 1460 "Mechanical engineers 17-2141" > 1500 "Mining and geological engineers, including mining safety engineers 17-2151" > 1510 "Nuclear engineers 17-2161" > 1520 "Petroleum engineers 17-2171" > 1530 "Engineers, all other 17-2199" > 1540 "Drafters 17-3010" > 1550 "Engineering technicians, except drafters 17-3020" > 1560 "Surveying and mapping technicians 17-3031" > 1600 "Agricultural and food scientists 19-1010" > 1610 "Biological scientists 19-1020" > 1640 "Conservation scientists and foresters 19-1030" > 1650 "Medical scientists 19-1040" > 1660 "Life Scientists, all other 16-1099" > 1700 "Astronomers and physicists 19-2010" > 1710 "Atmospheric and space scientists 19-2021" > 1720 "Chemists and materials scientists 19-2030" > 1740 "Environmental scientists and geoscientists 19-2040" > 1760 "Physical scientists, all other 19-2099" > 1800 "Economists 19-3011" > 1815 "Survey Researchers 19-3022" > 1820 "Psychologists 19-3030" > 1830 "Sociologists 19-3041" > 1840 "Urban and regional planners 19-3051" > 1860 "Miscellaneous social scientists and related workers 19-3090" > 1900 "Agricultural and food science technicians 19-4011" > 1910 "Biological technicians 19-4021" > 1920 "Chemical technicians 19-4031" > 1930 "Geological and petroleum technicians 19-4041" > 1940 "Nuclear technicians 19-4051" > 1950 "Social science research assistants 19-4061" > 1965 "Miscellaneous life, physical, and social science technicians 19-4090" > 2000 "Counselors 21-1010" > 2010 "Social workers 21-1020" > 2015 "Probation Officers and Correctional Treatment Specialists 21-1092" > 2016 "Social and Human Service Assistants 21-1093" > 2025 "Miscellaneous community and social service specialists, 21-109X" > 2040 "Clergy 21-2011" > 2050 "Directors, religious activities and education 21-2021" > 2060 "Religious workers, all other 21-2099" > 2100 "Lawyers, Judges, magistrates, and other judicial workers 23-1011" > 2105 "Judicial Law Clerks 23-1012" > 2110 "Judges, Magistrates, and Other Judicial Workers 23-1020" > 2145 "Paralegals and Legal Assistants 23-2011" > 2160 "Miscellaneous Legal Support Workers 23-2090" > 2200 "Postsecondary teachers 25-1000" > 2300 "Preschool and kindergarten teachers 25-2010" > 2310 "Elementary and middle school teachers 25-2020" > 2320 "Secondary school teachers 25-2030" > 2330 "Special education teachers 25-2050" > 2340 "Other teachers and instructors 25-3000" > 2400 "Archivists, curators, and museum technicians 25-4010" > 2430 "Librarians 25-4021" > 2440 "Library technicians 25-4031" > 2540 "Teacher assistants 25-9041" > 2550 "Other education, training, and library workers 25-90XX" > 2600 "Artists and related workers 27-1010" > 2630 "Designers 27-1020" > 2700 "Actors 27-2011" > 2710 "Producers and directors 27-2012" > 2720 "Athletes, coaches, umpires, and related workers 27-2020" > 2740 "Dancers and choreographers 27-2030" > 2750 "Musicians, singers, and related workers 27-2040" > 2760 "Entertainers and performers, sports and related workers, all other 27-2099" > 2800 "Announcers 27-3010" > 2810 "News analysts, reporters and correspondents 27-3020" > 2825 "Public Relations Specialists 27-3031" > 2830 "Editors 27-3041" > 2840 "Technical writers 27-3042" > 2850 "Writers and authors 27-3043" > 2860 "Miscellaneous media and communication workers 27-3090" > 2900 "Broadcast and sound engineering technicians and radio operators 27-4010" > 2910 "Photographers 27-4021" > 2920 "Television, video, and motion picture camera operators and editors 27-4030" > 2960 "Media and communication equipment workers, all other 27-4099" > 3000 "Chiropractors 29-1011" > 3010 "Dentists 29-1020" > 3030 "Dietitians and nutritionists 29-1031" > 3040 "Optometrists 29-1041" > 3050 "Pharmacists 29-1051" > 3060 "Physicians and surgeons 29-1060" > 3110 "Physician assistants 29-1071" > 3120 "Podiatrists 29-1081" > 3140 "Audiologists 29-1181" > 3150 "Occupational therapists 29-1122" > 3160 "Physical therapists 29-1123" > 3200 "Radiation therapists 29-1124" > 3210 "Recreational therapists 29-1125" > 3220 "Respiratory therapists 29-1126" > 3230 "Speech-language pathologists 29-1127" > 3235 "Exercise Physiologists 29-1128" > 3245 "Therapists, all other 29-1129" > 3250 "Veterinarians 29-1131" > 3255 "Registered Nurses 29-1141" > 3256 "Nurse Anesthetists 29-1151" > 3257 "Nurse Midwives 29-1161" > 3258 "Nurse Practitioners 29-1171" > 3260 "Health diagnosing and treating practitioners, all other 29-1199" > 3300 "Clinical laboratory technologists and technicians 29-2010" > 3310 "Dental hygienists 29-2021" > 3320 "Diagnostic related technologists and technicians 29-2030" > 3400 "Emergency medical technicians and paramedics 29-2041" > 3420 "Health Practitioner Support Technologists and Technicians 29-2050" > 3500 "Licensed practical and licensed vocational nurses 29-2061" > 3510 "Medical records and health information technicians 29-2071" > 3520 "Opticians, dispensing 29-2081" > 3535 "Miscellaneous Health Technologists and Technicians 29-2090" > 3540 "Other healthcare practitioners and technical occupations 29-9000" > 3600 "Nursing, psychiatric, and home health aides 31-1010" > 3610 "Occupational therapist assistants and aides 31-2010" > 3620 "Physical therapist assistants and aides 31-2020" > 3630 "Massage therapists 31-9011" > 3640 "Dental assistants 31-9091" > 3645 "Medical Assistants 31-9092" > 3646 "Medical Transcriptionists 31-9094" > 3647 "Pharmacy Aides 31-9095" > 3648 "Veterinary Assistants and Laboratory Animal Caretakers 31-9096" > 3649 "Phlebotomists 31-9097" > 3655 "Miscellaneous Healthcare Support Occupations, Including 31-909X" > 3700 "First-line supervisors/managers of correctional officers 33-1011" > 3710 "First-line supervisors/managers of police and detectives 33-1012" > 3720 "First-line supervisors/managers of fire fighting and prevention workers 33-1021" > 3730 "Supervisors, protective service workers, all other 33-1099" > 3740 "Fire fighters 33-2011" > 3750 "Fire inspectors 33-2020" > 3800 "Bailiffs, correctional officers, and jailers 33-3010" > 3820 "Detectives and criminal investigators 33-3021" > 3830 "Fish and game wardens 33-3031" > 3840 "Parking enforcement workers 33-3041" > 3850 "Police and sheriff's patrol officers 33-3051" > 3860 "Transit and railroad police 33-3052" > 3900 "Animal control workers 33-9011" > 3910 "Private detectives and investigators 33-9021" > 3930 "Security Guards and Gaming Surveillance Officers 33-9030" > 3940 "Crossing guards 33-9091" > 3945 "Transportation Security Screeners 33-9093" > 3955 "Lifeguards and Other Recreational, and all Other Protective Service Workers 33-909X" > 4000 "Chefs and head cooks 35-1011" > 4010 "First-line supervisors/managers of food preparation and serving workers 35-1012" > 4020 "Cooks 35-2010" > 4030 "Food preparation workers 35-2021" > 4040 "Bartenders 35-3011" > 4050 "Combined food preparation and serving workers, including fast food 35-3021" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop 35-3022" > 4110 "Waiters and waitresses 35-3031" > 4120 "Food servers, nonrestaurant 35-3041" > 4130 "Dining room and cafeteria attendants and bartender helpers 35-9011" > 4140 "Dishwashers 35-9021" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop 35-9031" > 4160 "Food preparation and serving related workers, all other 35-9099" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers 37-1011" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > 37-1012" > 4220 "Janitors and building cleaners 31-201X" > 4230 "Maids and housekeeping cleaners 37-2012" > 4240 "Pest control workers 37-2021" > 4250 "Grounds maintenance workers 37-3010" > 4300 "First-line supervisors/managers of gaming workers 39-1010" > 4320 "First-line supervisors/managers of personal service workers 39-1021" > 4340 "Animal trainers 39-2011" > 4350 "Nonfarm animal caretakers 39-2021" > 4400 "Gaming services workers 39-3010" > 4410 "Motion picture projectionists 39-3021" > 4420 "Ushers, lobby attendants, and ticket takers 39-3031" > 4430 "Miscellaneous entertainment attendants and related workers 39-3090" > 4460 "Funeral service workers 39-40XX" > 4465 "Morticians, Undertakers, and Funeral Directors 39-4031" > 4500 "Barbers 39-5011" > 4510 "Hairdressers, hairstylists, and cosmetologists 39-5012" > 4520 "Miscellaneous personal appearance workers 39-5090" > 4530 "Baggage porters, bellhops, and concierges 39-6010" > 4540 "Tour and travel guides 39-7010" > 4600 "Child care workers 39-9011" > 4610 "Personal and home care aides 39-9021" > 4620 "Recreation and fitness workers 39-9030" > 4640 "Residential advisors 39-9041" > 4650 "Personal care and service workers, all other 39-9099" > 4700 "First-line supervisors/managers of retail sales workers 41-1011" > 4710 "First-line supervisors/managers of non-retail sales workers 41-1012" > 4720 "Cashiers 41-2010" > 4740 "Counter and rental clerks 41-2021" > 4750 "Parts salespersons 41-2022" > 4760 "Retail salespersons 41-2031" > 4800 "Advertising sales agents 41-3011" > 4810 "Insurance sales agents 41-3021" > 4820 "Securities, commodities, and financial services sales agents 41-3031" > 4830 "Travel agents 41-3041" > 4840 "Sales representatives, services, all other 41-3099" > 4850 "Sales representatives, wholesale and manufacturing 41-4010" > 4900 "Models, demonstrators, and product promoters 41-9010" > 4920 "Real estate brokers and sales agents 41-9020" > 4930 "Sales engineers 41-9031" > 4940 "Telemarketers 41-9041" > 4950 "Door-to-door sales workers, news and street vendors, and related workers 41-9091" > 4965 "Sales and Related Workers, all other 41-9099" > 5000 "First-line supervisors/managers of office and administrative support workers 43-1011" > 5010 "Switchboard operators, including answering service 43-2011" > 5020 "Telephone operators 43-2021" > 5030 "Communications equipment operators, all other 43-2099" > 5100 "Bill and account collectors 43-3011" > 5110 "Billing and posting clerks and machine operators 43-3021" > 5120 "Bookkeeping, accounting, and auditing clerks 43-3031" > 5130 "Gaming cage workers 43-3041" > 5140 "Payroll and timekeeping clerks 43-3051" > 5150 "Procurement clerks 43-3061" > 5160 "Tellers 43-3071" > 5165 "Financial Clerks, all other 43-3099" > 5200 "Brokerage clerks 43-4011" > 5210 "Correspondence clerks 43-4021" > 5220 "Court, municipal, and license clerks 43-4031" > 5230 "Credit authorizers, checkers, and clerks 43-4041" > 5240 "Customer service representatives 43-4051" > 5250 "Eligibility interviewers, government programs 43-4061" > 5260 "File Clerks 43-4071" > 5300 "Hotel, motel, and resort desk clerks 43-4081" > 5310 "Interviewers, except eligibility and loan 43-4111" > 5320 "Library assistants, clerical 43-4121" > 5330 "Loan interviewers and clerks 43-4131" > 5340 "New accounts clerks 43-4141" > 5350 "Order clerks 43-4151" > 5360 "Human resources assistants, except payroll and timekeeping 43-4161" > 5400 "Receptionists and information clerks 43-4171" > 5410 "Reservation and transportation ticket agents and travel clerks 43-4181" > 5420 "Information and record clerks, all other 43-4199" > 5500 "Cargo and freight agents 43-5011" > 5510 "Couriers and messengers 43-5021" > 5520 "Dispatchers 43-5030" > 5530 "Meter readers, utilities 43-5041" > 5540 "Postal service clerks 43-5051" > 5550 "Postal service mail carriers 43-5052" > 5560 "Postal service mail sorters, processors, and processing machine operators 43-5053" > 5600 "Production, planning, and expediting clerks 43-5061" > 5610 "Shipping, receiving, and traffic clerks 43-5071" > 5620 "Stock clerks and order fillers 43-5081" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping 43-5111" > 5700 "Secretaries and administrative assistants 43-6010" > 5800 "Computer operators 43-9011" > 5810 "Data entry keyers 43-9021" > 5820 "Word processors and typists 43-9022" > 5830 "Desktop publishers 43-9031" > 5840 "Insurance claims and policy processing clerks 43-9041" > 5850 "Mail clerks and mail machine operators, except postal service 43-9051" > 5860 "Office clerks, general 43-9061" > 5900 "Office machine operators, except computer 43-9071" > 5910 "Proofreaders and copy markers 43-9081" > 5920 "Statistical assistants 43-9111" > 5940 "Office and Administrative Support Workers, all other 43-9199" > 6005 "First-line supervisors of farming, fishing, and forestry workers 45-1011" > 6010 "Agricultural inspectors 45-2011" > 6020 "Animal breeders 45-2021" > 6040 "Graders and sorters, agricultural products 45-2041" > 6050 "Miscellaneous agricultural workers 45-2090" > 6100 "Fishers and related fishing workers 45-3011" > 6110 "Hunters and trappers 45-3021" > 6120 "Forest and conservation workers 45-4011" > 6130 "Logging workers 45-4020" > 6200 "First-line supervisors/managers of construction trades and extraction workers 47-1011" > 6210 "Boilermakers 47-2011" > 6220 "Brickmasons, blockmasons, and stonemasons 47-2020" > 6230 "Carpenters 47-2031" > 6240 "Carpet, floor, and tile installers and finishers 47-2040" > 6250 "Cement masons, concrete finishers, and terrazzo workers 47-2050" > 6260 "Construction laborers 47-2061" > 6300 "Paving, surfacing, and tamping equipment operators 47-2071" > 6310 "Pile-driver operators 47-2072" > 6320 "Operating engineers and other construction equipment operators 47-2073" > 6330 "Drywall installers, ceiling tile installers, and tapers 47-2080" > 6355 "Electricians 47-2111" > 6360 "Glaziers 47-2121" > 6400 "Insulation workers 47-2130" > 6420 "Painters, construction and maintenance 47-2141" > 6430 "Paperhangers 47-2142" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters 47-2150" > 6460 "Plasterers and stucco masons 47-2161" > 6500 "Reinforcing iron and rebar workers 47-2171" > 6515 "Roofers 47-2181" > 6520 "Sheet metal workers 47-2211" > 6530 "Structural iron and steel workers 47-2221" > 6540 "Solar Photovoltaic Installers 47-2231" > 6600 "Helpers, construction trades 47-3010" > 6660 "Construction and building inspectors 47-4011" > 6700 "Elevator installers and repairers 47-4021" > 6710 "Fence erectors 47-4031" > 6720 "Hazardous materials removal workers 47-4041" > 6730 "Highway maintenance workers 47-4051" > 6740 "Rail-track laying and maintenance equipment operators 47-4061" > 6750 "Septic tank servicers and sewer pipe cleaners 47-4071" > 6765 "Miscellaneous construction and related workers 47-4090" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining 47-5010" > 6820 "Earth drillers, except oil and gas 47-5021" > 6830 "Explosives workers, ordnance handling experts, and blasters 47-5031" > 6840 "Mining machine operators 47-5040" > 6910 "Roof bolters, mining 47-5061" > 6920 "Roustabouts, oil and gas 47-5071" > 6930 "Helpers--extraction workers 47-5081" > 6940 "Other extraction workers 47-50XX" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers 49-1011" > 7010 "Computer, automated teller, and office machine repairers 49-2011" > 7020 "Radio and telecommunications equipment installers and repairers 49-2020" > 7030 "Avionics technicians 49-2091" > 7040 "Electric motor, power tool, and related repairers 49-2092" > 7050 "Electrical and electronics installers and repairers, transportation equipment 49-2093" > 7100 "Electrical and electronics repairers, industrial and utility 49-209X" > 7110 "Electronic equipment installers and repairers, motor vehicles 49-2096" > 7120 "Electronic home entertainment equipment installers and repairers 49-2097" > 7130 "Security and fire alarm systems installers 49-2098" > 7140 "Aircraft mechanics and service technicians 49-3011" > 7150 "Automotive body and related repairers 49-3021" > 7160 "Automotive glass installers and repairers 49-3022" > 7200 "Automotive service technicians and mechanics 49-3023" > 7210 "Bus and truck mechanics and diesel engine specialists 49-3031" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics 49-3040" > 7240 "Small engine mechanics 49-3050" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers 49-3090" > 7300 "Control and valve installers and repairers 49-9010" > 7315 "Heating, air conditioning, and refrigeration mechanics and installers 49-9021" > 7320 "Home appliance repairers 49-9031" > 7330 "Industrial and refractory machinery mechanics 49-904X" > 7340 "Maintenance and repair workers, general 49-9071" > 7350 "Maintenance workers, machinery 49-9043" > 7360 "Millwrights 49-9044" > 7410 "Electrical power-line installers and repairers 49-9051" > 7420 "Telecommunications line installers and repairers 49-9052" > 7430 "Precision instrument and equipment repairers 49-9060" > 7440 "Wind Turbine Service Technicians 49-9081" > 7510 "Coin, vending, and amusement machine servicers and repairers 49-9091" > 7520 "Commercial divers 49-9092" > 7540 "Locksmiths and safe repairers 49-9094" > 7550 "Manufactured building and mobile home installers 49-9095" > 7560 "Riggers 49-9096" > 7600 "Signal and track switch repairers 49-9097" > 7610 "Helpers--installation, maintenance, and repair workers 49-9098" > 7630 "Other installation, maintenance, and repair workers 49-909X" > 7700 "First-line supervisors/managers of production and operating workers 51-1011" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers 51-2011" > 7720 "Electrical, electronics, and electromechanical assemblers 51-2020" > 7730 "Engine and other machine assemblers 51-2031" > 7740 "Structural metal fabricators and fitters 51-2041" > 7750 "Miscellaneous assemblers and fabricators 51-2090" > 7800 "Bakers 51-3011" > 7810 "Butchers and other meat, poultry, and fish processing workers 51-3020" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders 51-3091" > 7840 "Food batchmakers 51-3092" > 7850 "Food cooking machine operators and tenders 51-3093" > 7855 "Food Processing Workers, all Other 51-3099" > 7900 "Computer control programmers and operators 51-4010" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic 51-4021 > " > 7930 "Forging machine setters, operators, and tenders, metal and plastic 51-4022" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic 51-4023" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > 51-4031" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic 51-4 > 032" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic 51-4033" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic 51-403 > 4" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic 51-4035" > 8030 "Machinists 51-4041" > 8040 "Metal furnace and kiln operators and tenders 51-4050" > 8060 "Model makers and patternmakers, metal and plastic 51-4060" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic 51-4070" > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic 51-4081" > 8130 "Tool and die makers 51-4111" > 8140 "Welding, soldering, and brazing workers 51-4120" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic 51-4191" > 8160 "Lay-out workers, metal and plastic 51-4192" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic 51-4193" > 8210 "Tool grinders, filers, and sharpeners 51-4194" > 8220 "Metalworkers and plastic workers, all other 51-4199" > 8250 "Prepress technicians and workers 51-5111" > 8255 "Printing Press Operators 51-5112" > 8256 "Print Binding and Finishing Workers 51-5113" > 8300 "Laundry and dry-cleaning workers 51-6011" > 8310 "Pressers, textile, garment, and related materials 51-6021" > 8320 "Sewing machine operators 51-6031" > 8330 "Shoe and leather workers and repairers 51-6041" > 8340 "Shoe machine operators and tenders 51-6042" > 8350 "Tailors, dressmakers, and sewers 51-6050" > 8360 "Textile bleaching and dyeing machine operators and tenders 51-6061" > 8400 "Textile cutting machine setters, operators, and tenders 51-6062" > 8410 "Textile knitting and weaving machine setters, operators, and tenders 51-6063" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders 51-60 > 64" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s 51-6091" > 8440 "Fabric and apparel patternmakers 51-6092" > 8450 "Upholsterers 51-6093" > 8460 "Textile, apparel, and furnishings workers, all other 51-6099" > 8500 "Cabinetmakers and bench carpenters 51-7011" > 8510 "Furniture finishers 51-7021" > 8520 "Model makers and patternmakers, wood 51-7030" > 8530 "Sawing machine setters, operators, and tenders, wood 51-7041" > 8540 "Woodworking machine setters, operators, and tenders, except sawing 51-7042" > 8550 "Woodworkers, all other 51-7099" > 8600 "Power plant operators, distributors, and dispatchers 51-8010" > 8610 "Stationary engineers and boiler operators 51-8021" > 8620 "Water and liquid waste treatment plant and system operators 51-8031" > 8630 "Miscellaneous plant and system operators 51-8090" > 8640 "Chemical processing machine setters, operators, and tenders 51-9010" > 8650 "Crushing, grinding, polishing, mixing, and blending workers 51-9020" > 8710 "Cutting workers 51-9030" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders 51- > 9041" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders 51-9051" > 8740 "Inspectors, testers, sorters, samplers, and weighers 51-9061" > 8750 "Jewelers and precious stone and metal workers 51-9071" > 8760 "Medical, dental, and ophthalmic laboratory technicians 51-9080" > 8800 "Packaging and filling machine operators and tenders 51-9111" > 8810 "Painting workers 51-9120" > 8830 "Photographic process workers and processing machine operators 51-9151" > 8840 "Semiconductor processors 51-9141" > 8850 "Cementing and gluing machine operators and tenders 51-9191" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders 51-9192" > 8900 "Cooling and freezing equipment operators and tenders 51-9193" > 8910 "Etchers and engravers 51-9194" > 8920 "Molders, shapers, and casters, except metal and plastic 51-9195" > 8930 "Paper goods machine setters, operators, and tenders 51-9196" > 8940 "Tire builders 51-9197" > 8950 "Helpers--production workers 51-9198" > 8965 "Production workers, all other 51-9199" > 9000 "Supervisors, transportation and material moving workers 53-1000" > 9030 "Aircraft pilots and flight engineers 53-2010" > 9040 "Air traffic controllers and airfield operations specialists 53-2020" > 9050 "Flight Attendants 53-2031" > 9110 "Ambulance drivers and attendants, except emergency medical technicians 53-3011" > 9120 "Bus drivers 53-3020" > 9130 "Driver/sales workers and truck drivers 53-3030" > 9140 "Taxi drivers and chauffeurs 53-3041" > 9150 "Motor vehicle operators, all other 53-3099" > 9200 "Locomotive engineers and operators 53-4010" > 9230 "Railroad brake, signal, and switch operators 53-4021" > 9240 "Railroad conductors and yardmasters 53-4031" > 9260 "Subway, streetcar, and other rail transportation workers 53-40XX" > 9300 "Sailors and marine oilers 53-5011" > 9310 "Ship and boat captains and operators 53-5020" > 9330 "Ship engineers 53-5031" > 9340 "Bridge and lock tenders 53-6011" > 9350 "Parking lot attendants 53-6021" > 9360 "Service station attendants 53-6031" > 9410 "Transportation inspectors 53-6051" > 9415 "Transportation Attendants, Except Flight Attendants 53-6061" > 9420 "Other transportation workers 53-60XX" > 9500 "Conveyor operators and tenders 53-7011" > 9510 "Crane and tower operators 53-7021" > 9520 "Dredge, excavating, and loading machine operators 53-7030" > 9560 "Hoist and winch operators 53-7041" > 9600 "Industrial truck and tractor operators 53-7051" > 9610 "Cleaners of vehicles and equipment 53-7061" > 9620 "Laborers and freight, stock, and material movers, hand 53-7062" > 9630 "Machine feeders and offbearers 53-7063" > 9640 "Packers and packagers, hand 53-7064" > 9650 "Pumping station operators 53-7070" > 9720 "Refuse and recyclable material collectors 53-7081" > 9730 "Shuttle car operators 53-7111" > 9740 "Tank car, truck, and ship loaders 53-7121" > 9750 "Material moving workers, all other 53-7199" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reported (Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers 55-1010" > 9810 "First-line enlisted military supervisors/managers 55-2010" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members 55-30 > 10" > 9830 "Military, rank not specified 99-9999" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** Race 2003-April 2012 has 21 Categories" > ** "Race May 2012 on has 26 Categories" > label values race race21; > label define race21 > 1 "White Only" > 2 "Black Only" > 3 "American Indian, Alaskan Native Only" > 4 "Asian Only" > 5 "Hawaiian/Pacific Islander Only" > 6 "White-Black" > 7 "White-AI" > 8 "White-Asian" > 9 "White-Hawaiian" > 10 "Black-AI" > 11 "Black-Asian" > 12 "Black-HP" > 13 "AI-Asian" > 14 "Asian-HP" > 15 "W-B-AI" > 16 "W-B-A" > 17 "W-AI-A" > 18 "W-A-HP" > 19 "W-B-AI-A" > 20 "2 or 3 Races" > 21 "4 or 5 Races" > > ; > ** uhourse -4 Hours vary 1994-; > label values uhourse uhourse; > label define uhourse > -4 "Hours vary" > ; > end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg11.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 318,334 6.502686 3.456309 1 12 hurespli | 318,302 1.432994 .808356 0 15 hrhtype | 318,334 2.674942 2.26281 1 10 minsamp | 318,334 6.001005 2.000003 4 8 -------------+--------------------------------------------------------- hrlonglk | 318,334 1.992392 .1231214 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 318,334 1.047723 .2264846 1 5 -------------+--------------------------------------------------------- state | 318,334 53.91662 26.42134 11 95 stfips | 318,334 27.9508 15.88828 1 56 cbsafips | 318,334 25746.01 21169.05 0 79600 county | 318,334 28.81947 67.29321 0 810 centcity | 258,631 1.965112 .7349785 1 3 -------------+--------------------------------------------------------- smsastat | 315,708 1.207473 .4054981 1 2 icntcity | 26,515 1.482293 1.046704 1 7 smsa04 | 318,334 3.575207 2.574205 0 7 relref95 | 318,334 3.140503 3.192594 1 18 age | 318,334 46.26341 18.31576 16 85 -------------+--------------------------------------------------------- spouse | 165,198 1.585861 .710647 1 15 sex | 318,334 1.522363 .4995004 1 2 grade92 | 318,334 40.11653 2.750189 31 46 race | 318,334 1.402272 1.266108 1 21 ethnic | 36,993 2.003271 1.402395 1 5 -------------+--------------------------------------------------------- lineno | 318,334 1.763148 1.053488 1 16 famnum | 318,334 .8015606 .4732797 0 4 pfamrel | 318,334 1.375769 1.070597 0 4 marital | 318,334 3.417967 2.652354 1 7 prpertyp | 318,334 2.003952 .0627393 2 3 -------------+--------------------------------------------------------- penatvty | 318,334 86.84515 80.27001 57 555 pemntvty | 318,334 95.99081 88.73299 57 555 pefntvty | 318,334 96.15209 88.92279 57 555 prcitshp | 318,334 1.486599 1.214513 1 5 prcitflg | 318,334 .1586258 1.873614 0 41 -------------+--------------------------------------------------------- peinusyr | 318,334 1.800131 4.901669 0 21 selfproxy | 313,693 1.492434 .5062042 1 3 lfsr94 | 317,076 2.925453 2.374158 1 7 absent94 | 6,825 6.390623 3.619923 4 14 uhourse | 188,267 34.94574 15.94926 -4 99 -------------+--------------------------------------------------------- reason94 | 13,854 5.0288 3.022229 1 13 hourslw | 180,184 38.23209 13.37208 1 99 laydur | 1,681 8.74539 11.28972 1 52 dwrsn | 6,765 6.676127 3.564009 1 11 why3594 | 48,414 14.74904 6.821853 1 23 -------------+--------------------------------------------------------- prunedur | 16,504 35.75721 36.15335 0 119 untype | 16,504 3.226006 1.61082 1 6 ftpt94 | 317,076 2.825729 2.70853 1 12 class94 | 210,180 4.099401 1.172943 1 8 agri | 210,180 .0207061 .1423988 0 1 -------------+--------------------------------------------------------- eligible | 318,334 1.477722 .4995042 1 2 otc | 166,259 1.86278 .3440801 1 2 ernpdh2 | 92,699 1.739145 .4391034 1 2 paidhre | 166,259 1.405145 .4909216 1 2 earnhre | 98,867 1562.456 933.1273 40 9999 -------------+--------------------------------------------------------- earnwke | 166,259 821.5108 618.5495 0 2884.61 unionmme | 166,259 1.880831 .3239888 1 2 unioncov | 146,446 1.985298 .1203562 1 2 schenr | 46,093 1.444666 .4969341 1 2 studftpt | 25,597 1.075634 .2644166 1 2 -------------+--------------------------------------------------------- schlvl | 25,597 1.499629 .5000096 1 2 earnwt | 318,334 9032.685 4900.622 0 43175.19 weight | 318,334 2258.171 1219.25 0 10830.38 chldpres | 318,334 1.362151 2.82675 0 15 ownchild | 318,334 .5017466 .9653627 0 12 -------------+--------------------------------------------------------- I25d | 166,259 .3375276 .4728679 0 1 I25c | 98,900 .368999 .4825361 0 1 I25a | 318,334 .3795353 3.71887 0 43 I25b | 318,334 3.801378 12.03497 0 42 qstnum | 0 -------------+--------------------------------------------------------- occurnum | 0 ged | 95,353 1.093442 .2910527 1 2 gedhigr | 8,910 6.396857 1.304676 1 8 yrcoll | 87,380 2.732296 1.018207 1 5 grprof | 56,655 1.708746 .4543443 1 2 -------------+--------------------------------------------------------- gr6cor | 16,501 1.282892 .450418 1 2 ms123 | 22,211 2.196929 .5670937 1 3 cmpwgt | 318,334 2258.297 1220.594 0 10698.62 ind02 | 210,180 6275.202 2692.162 170 9890 occ2011 | 210,180 4209.431 2551.831 10 9840 -------------+--------------------------------------------------------- occ002 | 318,334 115.8024 757.8588 -1 9750 vet1 | 29,284 4.09063 1.774574 1 9 vet2 | 5,380 3.742751 1.663781 1 9 vet3 | 1,367 3.350402 1.633999 1 9 vet4 | 298 4.241611 1.723871 1 9 -------------+--------------------------------------------------------- linedad | 44,592 1.698758 .9383978 1 12 linemom | 32,369 1.145448 .401786 1 3 recnum | 318,334 227228.5 131301.9 1 454769 year | 318,334 2011 0 2011 2011 ym_file | 318,334 617.5027 3.456309 612 623 -------------+--------------------------------------------------------- ym | 318,334 608.4997 6.932747 597 620 ch02 | 318,334 .0698543 .2549017 0 1 ch35 | 318,334 .0758888 .2648206 0 1 ch613 | 318,334 .1522583 .3592717 0 1 ch1417 | 318,334 .0919506 .2889566 0 1 -------------+--------------------------------------------------------- ch05 | 318,334 .1212563 .3264254 0 1 ihigrdc | 318,334 13.35532 2.984274 0 18 docc00 | 210,180 12.52329 6.656422 1 23 dind02 | 210,180 30.99875 14.45639 1 52 . aef2 2012 12 03 11 dct_name aef03.dbd raw_name=../raw/morg12 (0 observations deleted) obs 452317 # of persons with age<=15 135909 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 51,644 11.42 11.42 0 | 4,235 0.94 12.35 1 | 4,794 1.06 13.41 2 | 4,990 1.10 14.52 3 | 5,173 1.14 15.66 4 | 5,360 1.19 16.85 5 | 5,545 1.23 18.07 6 | 5,434 1.20 19.27 7 | 5,331 1.18 20.45 8 | 5,465 1.21 21.66 9 | 5,412 1.20 22.86 10 | 5,388 1.19 24.05 11 | 5,494 1.21 25.26 12 | 5,362 1.19 26.45 13 | 5,448 1.20 27.65 14 | 5,399 1.19 28.85 15 | 5,435 1.20 30.05 16 | 5,522 1.22 31.27 17 | 5,386 1.19 32.46 18 | 5,209 1.15 33.61 19 | 4,805 1.06 34.67 20 | 4,696 1.04 35.71 21 | 5,033 1.11 36.82 22 | 4,879 1.08 37.90 23 | 4,741 1.05 38.95 24 | 4,773 1.06 40.01 25 | 5,006 1.11 41.11 26 | 4,978 1.10 42.21 27 | 5,093 1.13 43.34 28 | 5,241 1.16 44.50 29 | 5,216 1.15 45.65 30 | 5,349 1.18 46.83 31 | 5,161 1.14 47.97 32 | 5,317 1.18 49.15 33 | 4,946 1.09 50.24 34 | 5,179 1.14 51.39 35 | 5,020 1.11 52.50 36 | 4,863 1.08 53.57 37 | 4,796 1.06 54.63 38 | 4,839 1.07 55.70 39 | 4,760 1.05 56.76 40 | 5,286 1.17 57.92 41 | 5,622 1.24 59.17 42 | 5,650 1.25 60.42 43 | 5,392 1.19 61.61 44 | 5,164 1.14 62.75 45 | 5,234 1.16 63.91 46 | 5,273 1.17 65.07 47 | 5,645 1.25 66.32 48 | 5,861 1.30 67.62 49 | 5,792 1.28 68.90 50 | 5,966 1.32 70.22 51 | 6,305 1.39 71.61 52 | 5,900 1.30 72.92 53 | 5,894 1.30 74.22 54 | 5,765 1.27 75.49 55 | 5,911 1.31 76.80 56 | 5,811 1.28 78.08 57 | 5,671 1.25 79.34 58 | 5,432 1.20 80.54 59 | 5,312 1.17 81.71 60 | 5,111 1.13 82.84 61 | 4,990 1.10 83.95 62 | 4,718 1.04 84.99 63 | 4,671 1.03 86.02 64 | 4,708 1.04 87.06 65 | 4,718 1.04 88.11 66 | 3,828 0.85 88.95 67 | 3,491 0.77 89.72 68 | 3,470 0.77 90.49 69 | 3,492 0.77 91.26 70 | 3,211 0.71 91.97 71 | 2,946 0.65 92.62 72 | 2,701 0.60 93.22 73 | 2,539 0.56 93.78 74 | 2,415 0.53 94.32 75 | 2,258 0.50 94.82 76 | 2,301 0.51 95.32 77 | 2,144 0.47 95.80 78 | 1,987 0.44 96.24 79 | 1,907 0.42 96.66 80 | 7,925 1.75 98.41 85 | 7,183 1.59 100.00 ------------+----------------------------------- Total | 452,317 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 51,644 38.00 38.00 0 | 4,235 3.12 41.12 1 | 4,794 3.53 44.64 2 | 4,990 3.67 48.31 3 | 5,173 3.81 52.12 4 | 5,360 3.94 56.06 5 | 5,545 4.08 60.14 6 | 5,434 4.00 64.14 7 | 5,331 3.92 68.06 8 | 5,465 4.02 72.09 9 | 5,412 3.98 76.07 10 | 5,388 3.96 80.03 11 | 5,494 4.04 84.07 12 | 5,362 3.95 88.02 13 | 5,448 4.01 92.03 14 | 5,399 3.97 96.00 15 | 5,435 4.00 100.00 ------------+----------------------------------- Total | 135,909 100.00 (135,909 observations deleted) (0 observations deleted) obs 316408 after keeping age>15&age!=. infile successful no observations (18 real changes made, 18 to missing) (272,451 real changes made, 272,451 to missing) (284,412 real changes made, 284,412 to missing) (0 real changes made) (0 real changes made) (158,074 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (158,334 real changes made) Geography (127,083 real changes made) dropping cmsacode msafips smsa93 smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (2,607 real changes made, 2,607 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (59,230 real changes made, 59,230 to missing) (289,584 real changes made, 289,584 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (151,948 real changes made, 151,948 to missing) if 2012 > 1983 & 2012 < 1989 { (0 real changes made) (0 real changes made) (0 real changes made) (ch02: 74899 changes made) (ch35: 84215 changes made) (ch613: 84215 changes made) (ch1417: 84215 changes made) (16,066 real changes made) (0 real changes made) (223,304 real changes made, 223,304 to missing) (307,308 real changes made, 307,308 to missing) (228,949 real changes made, 228,949 to missing) (258,326 real changes made, 258,326 to missing) (299,310 real changes made, 299,310 to missing) (293,628 real changes made, 293,628 to missing) (316,408 missing values generated) (1,055 real changes made) (1,984 real changes made) (3,828 real changes made) (5,932 real changes made) (6,618 real changes made) (10,292 real changes made) (11,992 real changes made) (4,558 real changes made) (47 real changes made) (109 real changes made) (66 real changes made) (524 real changes made) (1,047 real changes made) (2,285 real changes made) (3,266 real changes made) (1,756 real changes made) (84,004 real changes made) (10,678 real changes made) (22,425 real changes made) (38,808 real changes made) (10,025 real changes made) (5,523 real changes made) (40,984 real changes made) (4,657 real changes made) (12,441 real changes made) (1,884 real changes made) (20,896 real changes made) (8,724 real changes made) (222,747 real changes made, 222,747 to missing) (301,735 real changes made, 301,735 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (279,086 real changes made, 279,086 to missing) (0 real changes made) (287,973 real changes made, 287,973 to missing) (310,906 real changes made, 310,906 to missing) (315,022 real changes made, 315,022 to missing) (316,139 real changes made, 316,139 to missing) Employment (4,307 real changes made, 4,307 to missing) (309,964 real changes made, 309,964 to missing) (150,324 real changes made, 150,324 to missing) Race 2003-April 2012 21 Categories Race May 2012 on 26 Categories (211,139 real changes made, 211,139 to missing) (105,269 real changes made, 105,269 to missing) 2012 Occupation (247,209 real changes made, 247,209 to missing) (177,590 real changes made, 177,590 to missing) (108,391 real changes made, 108,391 to missing) (108,391 real changes made, 108,391 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 generate int docc00=occ2011; 568 572 (247,209 missing values generated) (138,818 real changes made) 577 581 recode docc00 2011 (docc00: 208017 changes made) dind (108,391 missing values generated) (dind02: 208017 changes made) Wages (150,324 real changes made, 150,324 to missing) (0 real changes made) (218,097 real changes made, 218,097 to missing) (0 real changes made) (0 real changes made) (150,324 real changes made) (203,779 real changes made) (108,391 real changes made, 108,391 to missing) (301,735 real changes made, 301,735 to missing) (129,641 real changes made) (150,324 real changes made) (0 real changes made) (128,397 real changes made, 128,397 to missing) (1,244 real changes made, 1,244 to missing) (314,842 real changes made, 314,842 to missing) (218,066 real changes made, 218,066 to missing) (150,324 real changes made, 150,324 to missing) Hours, Unions (303,723 real changes made, 303,723 to missing) (309,392 real changes made, 309,392 to missing) (291,301 real changes made, 291,301 to missing) (271,595 real changes made, 271,595 to missing) (291,301 real changes made, 291,301 to missing) (1,244 real changes made, 1,244 to missing) (136,657 real changes made, 136,657 to missing) (85 real changes made) (269,912 real changes made, 269,912 to missing) (150,324 real changes made, 150,324 to missing) (169,207 real changes made, 169,207 to missing) variable spouse was int now byte variable hourslw was int now byte variable laydur was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable race21 was float now byte variable race26 was float now byte variable occ2012 was float now int variable docc00 was int now byte variable dind02 was float now byte (7,593,792 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979-; . label values state P27L; . label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > ; . * penatvty: 2007-; . label values penatvty penatvty; . label define penatvty > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 73 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 100 "Albania" > 102 "Austria" > 103 "Belgium" > 104 "Bulgaria" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "United Kingdom/Great Britain" > 139 "England" > 140 "Scotland" > 141 "Wales" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Czech Republic" > 149 "Slovakia" > 150 "Bosnia & Herzegovina" > 151 "Croatia" > 152 "Macedonia" > 154 "Serbia" > 156 "Latvia" > 157 "Lithuania" > 158 "Armenia" > 159 "Azerbaijan" > 160 "Belarus" > 161 "Georgia" > 162 "Moldova" > 163 "Russia" > 164 "Ukraine" > 165 "USSR" > 166 "Europe, not specified" > 167 "Kosovo" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Myanmar (Burma)" > 206 "Cambodia" > 207 "China" > 208 "Cyprus" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea" > 220 "South Korea" > 222 "Kuwait" > 223 "Laos" > 224 "Lebanon" > 226 "Malaysia" > 229 "Nepal" > 231 "Pakistan" > 233 "Philippines" > 235 "Saudi Arabia" > 236 "Singapore" > 238 "Sri Lanka" > 239 "Syria" > 240 "Taiwan" > 242 "Thailand" > 243 "Turkey" > 246 "Uzbekistan" > 247 "Vietnam" > 248 "Yemen" > 249 "Asia, not specified" > 300 "Bermuda" > 301 "Canada" > 303 "Mexico" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Nicaragua" > 316 "Panama" > 318 "Central America" > 321 "Antigua and Barbuda" > 323 "Bahamas" > 324 "Barbados" > 327 "Cuba" > 328 "Dominica" > 329 "Dominican Republic" > 330 "Grenada" > 332 "Haiti" > 333 "Jamaica" > 338 "St. Kitts-Nevis" > 339 "St. Lucia" > 340 "St. Vincent and the Grenadines" > 341 "Trinidad and Tobago" > 343 "West Indes, not specified" > 360 "Argentina" > 361 "Bolivia" > 362 "Brazil" > 363 "Chile" > 364 "Colombia" > 365 "Ecuador" > 368 "Guyana" > 369 "Paraguay" > 370 "Peru" > 372 "Uruguay" > 373 "Venezuela" > 374 "South America, not specified" > 399 "Americas, not specified" > 400 "Algeria" > 407 "Cameroon" > 408 "Cape Verde" > 414 "Egypt" > 416 "Ethiopia" > 417 "Eritrea" > 421 "Ghana" > 427 "Kenya" > 429 "Liberia" > 436 "Morocco" > 440 "Nigeria" > 444 "Senegal" > 447 "Sierra Leone" > 448 "Somalia" > 449 "South Africa" > 451 "Sudan" > 453 "Tanzania" > 457 "Uganda" > 461 "Zimbabwe" > 462 "Africa, not specified" > 501 "Australia" > 508 "Fiji" > 515 "New Zealand" > 523 "Tonga" > 527 "Samoa" > 528 "Oceania, not specified" > 555 "Elsewhere" > ; . * pemntvty: 2007-; . label values pemntvty penatvty; . * pefntvty: 2007-; . label values pefntvty penatvty; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2003" > 19 "2004-2005" > 20 "2006-2007" > 21 "2008-2009" > 22 "2010-2012" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6672 "Internet publishing and broadcasting and web search portals (51913)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ2011: 2011-; . label values occ2011 occ2011l ; . label define occ2011l > 10 "Chief executives 11-1011" > 20 "General and operations managers 11-1021" > 30 "Legislators 11-1031" > 40 "Advertising and promotions managers 11-2011" > 50 "Marketing and sales managers 11-2020" > 60 "Public relations managers 11-2031" > 100 "Administrative services managers 11-3011" > 110 "Computer and information systems managers 11-3021" > 120 "Financial managers 11-3031" > 135 "Compensation and benefits managers 11-3111" > 136 "Human Resources Managers 11-3121" > 137 "Training and Development Managers 11-3131" > 140 "Industrial production managers 11-3051" > 150 "Purchasing managers 11-3061" > 160 "Transportation, storage, and distribution managers 11-3071" > 205 "Farmers, Ranchers, and other Agricultural Managers 11-9013" > 220 "Construction managers 11-9021" > 230 "Education administrators 11-9030" > 300 "Engineering managers 11-9041" > 310 "Food service managers 11-9051" > 325 "Funeral Service Managers 11-9061" > 330 "Gaming managers 11-9071" > 340 "Lodging managers 11-9081" > 350 "Medical and health services managers 11-9111" > 360 "Natural sciences managers 11-9121" > 400 "Postmasters and mail superintendents 11-9131" > 410 "Property, real estate, and community association managers 11-9141" > 420 "Social and community service managers 11-9151" > 425 "Emergency Management Directors 11-9161" > 430 "Managers, all other 11-9199" > 500 "Agents and business managers of artists, performers, and athletes 13-1011" > 510 "Purchasing agents and buyers, farm products 13-1021" > 520 "Wholesale and retail buyers, except farm products 13-1022" > 530 "Purchasing agents, except wholesale, retail, and farm products 13-1023" > 540 "Claims adjusters, appraisers, examiners, and investigators 13-1030" > 565 "Compliance Officers 13-1041" > 600 "Cost estimators 13-1051" > 630 "Human resources workers 13-1070" > 640 "Compensation, benefits, and job analysis specialists 13-1141" > 650 "Training and development specialists 13-1151" > 700 "Logisticians 13-1081" > 710 "Management analysts 13-1111" > 725 "Meeting, convention, and event planners 13-1121" > 726 "Fundraisers 13-1131" > 735 "Market research analysts and marketing specialists 13-1161" > 740 "Business operations specialists, all other 13-1199" > 800 "Accountants and auditors 13-2011" > 810 "Appraisers and assessors of real estate 13-2021" > 820 "Budget analysts 13-2031" > 830 "Credit analysts 13-2041" > 840 "Financial analysts 13-2051" > 850 "Personal financial advisors 13-2052" > 860 "Insurance underwriters 13-2053" > 900 "Financial examiners 13-2061" > 910 "Loan counselors and officers 13-2070" > 930 "Tax examiners, collectors, and revenue agents 13-2081" > 940 "Tax preparers 13-2082" > 950 "Financial specialists, all other 13-2099" > 1000 "Computer scientists and systems analysts 15-10XX" > 1005 "Computer and information research scientists 15-1111" > 1006 "Computer systems analysts 15-1121" > 1007 "Information security analysts 15-1122" > 1010 "Computer programmers 15-1131" > 1020 "Software developers, applications and systems software 15-113X" > 1030 "Web developers 15-1134" > 1050 "Computer support specialists 15-1150" > 1060 "Database administrators 15-1141" > 1105 "Network and computer systems administrators 15-1142" > 1106 "Computer network architects 15-1143" > 1107 "Computer occupations, all other 15-1199" > 1200 "Actuaries 15-2011" > 1210 "Mathematicians 15-2021" > 1220 "Operations research analysts 15-2031" > 1230 "Statisticians 15-2041" > 1240 "Miscellaneous mathematical science occupations 15-2090" > 1300 "Architects, except naval 17-1010" > 1310 "Surveyors, cartographers, and photogrammetrists 17-1020" > 1320 "Aerospace engineers 17-2011" > 1330 "Agricultural engineers 17-2021" > 1340 "Biomedical engineers 17-2031" > 1350 "Chemical engineers 17-2041" > 1360 "Civil engineers 17-2051" > 1400 "Computer hardware engineers 17-2061" > 1410 "Electrical and electronic engineers 17-2070" > 1420 "Environmental engineers 17-2081" > 1430 "Industrial engineers, including health and safety 17-2110" > 1440 "Marine engineers and naval architects 17-2121" > 1450 "Materials engineers 17-2131" > 1460 "Mechanical engineers 17-2141" > 1500 "Mining and geological engineers, including mining safety engineers 17-2151" > 1510 "Nuclear engineers 17-2161" > 1520 "Petroleum engineers 17-2171" > 1530 "Engineers, all other 17-2199" > 1540 "Drafters 17-3010" > 1550 "Engineering technicians, except drafters 17-3020" > 1560 "Surveying and mapping technicians 17-3031" > 1600 "Agricultural and food scientists 19-1010" > 1610 "Biological scientists 19-1020" > 1640 "Conservation scientists and foresters 19-1030" > 1650 "Medical scientists 19-1040" > 1660 "Life Scientists, all other 16-1099" > 1700 "Astronomers and physicists 19-2010" > 1710 "Atmospheric and space scientists 19-2021" > 1720 "Chemists and materials scientists 19-2030" > 1740 "Environmental scientists and geoscientists 19-2040" > 1760 "Physical scientists, all other 19-2099" > 1800 "Economists 19-3011" > 1815 "Survey Researchers 19-3022" > 1820 "Psychologists 19-3030" > 1830 "Sociologists 19-3041" > 1840 "Urban and regional planners 19-3051" > 1860 "Miscellaneous social scientists and related workers 19-3090" > 1900 "Agricultural and food science technicians 19-4011" > 1910 "Biological technicians 19-4021" > 1920 "Chemical technicians 19-4031" > 1930 "Geological and petroleum technicians 19-4041" > 1940 "Nuclear technicians 19-4051" > 1950 "Social science research assistants 19-4061" > 1965 "Miscellaneous life, physical, and social science technicians 19-4090" > 2000 "Counselors 21-1010" > 2010 "Social workers 21-1020" > 2015 "Probation Officers and Correctional Treatment Specialists 21-1092" > 2016 "Social and Human Service Assistants 21-1093" > 2025 "Miscellaneous community and social service specialists, 21-109X" > 2040 "Clergy 21-2011" > 2050 "Directors, religious activities and education 21-2021" > 2060 "Religious workers, all other 21-2099" > 2100 "Lawyers, Judges, magistrates, and other judicial workers 23-1011" > 2105 "Judicial Law Clerks 23-1012" > 2110 "Judges, Magistrates, and Other Judicial Workers 23-1020" > 2145 "Paralegals and Legal Assistants 23-2011" > 2160 "Miscellaneous Legal Support Workers 23-2090" > 2200 "Postsecondary teachers 25-1000" > 2300 "Preschool and kindergarten teachers 25-2010" > 2310 "Elementary and middle school teachers 25-2020" > 2320 "Secondary school teachers 25-2030" > 2330 "Special education teachers 25-2050" > 2340 "Other teachers and instructors 25-3000" > 2400 "Archivists, curators, and museum technicians 25-4010" > 2430 "Librarians 25-4021" > 2440 "Library technicians 25-4031" > 2540 "Teacher assistants 25-9041" > 2550 "Other education, training, and library workers 25-90XX" > 2600 "Artists and related workers 27-1010" > 2630 "Designers 27-1020" > 2700 "Actors 27-2011" > 2710 "Producers and directors 27-2012" > 2720 "Athletes, coaches, umpires, and related workers 27-2020" > 2740 "Dancers and choreographers 27-2030" > 2750 "Musicians, singers, and related workers 27-2040" > 2760 "Entertainers and performers, sports and related workers, all other 27-2099" > 2800 "Announcers 27-3010" > 2810 "News analysts, reporters and correspondents 27-3020" > 2825 "Public Relations Specialists 27-3031" > 2830 "Editors 27-3041" > 2840 "Technical writers 27-3042" > 2850 "Writers and authors 27-3043" > 2860 "Miscellaneous media and communication workers 27-3090" > 2900 "Broadcast and sound engineering technicians and radio operators 27-4010" > 2910 "Photographers 27-4021" > 2920 "Television, video, and motion picture camera operators and editors 27-4030" > 2960 "Media and communication equipment workers, all other 27-4099" > 3000 "Chiropractors 29-1011" > 3010 "Dentists 29-1020" > 3030 "Dietitians and nutritionists 29-1031" > 3040 "Optometrists 29-1041" > 3050 "Pharmacists 29-1051" > 3060 "Physicians and surgeons 29-1060" > 3110 "Physician assistants 29-1071" > 3120 "Podiatrists 29-1081" > 3140 "Audiologists 29-1181" > 3150 "Occupational therapists 29-1122" > 3160 "Physical therapists 29-1123" > 3200 "Radiation therapists 29-1124" > 3210 "Recreational therapists 29-1125" > 3220 "Respiratory therapists 29-1126" > 3230 "Speech-language pathologists 29-1127" > 3235 "Exercise Physiologists 29-1128" > 3245 "Therapists, all other 29-1129" > 3250 "Veterinarians 29-1131" > 3255 "Registered Nurses 29-1141" > 3256 "Nurse Anesthetists 29-1151" > 3257 "Nurse Midwives 29-1161" > 3258 "Nurse Practitioners 29-1171" > 3260 "Health diagnosing and treating practitioners, all other 29-1199" > 3300 "Clinical laboratory technologists and technicians 29-2010" > 3310 "Dental hygienists 29-2021" > 3320 "Diagnostic related technologists and technicians 29-2030" > 3400 "Emergency medical technicians and paramedics 29-2041" > 3420 "Health Practitioner Support Technologists and Technicians 29-2050" > 3500 "Licensed practical and licensed vocational nurses 29-2061" > 3510 "Medical records and health information technicians 29-2071" > 3520 "Opticians, dispensing 29-2081" > 3535 "Miscellaneous Health Technologists and Technicians 29-2090" > 3540 "Other healthcare practitioners and technical occupations 29-9000" > 3600 "Nursing, psychiatric, and home health aides 31-1010" > 3610 "Occupational therapist assistants and aides 31-2010" > 3620 "Physical therapist assistants and aides 31-2020" > 3630 "Massage therapists 31-9011" > 3640 "Dental assistants 31-9091" > 3645 "Medical Assistants 31-9092" > 3646 "Medical Transcriptionists 31-9094" > 3647 "Pharmacy Aides 31-9095" > 3648 "Veterinary Assistants and Laboratory Animal Caretakers 31-9096" > 3649 "Phlebotomists 31-9097" > 3655 "Miscellaneous Healthcare Support Occupations, Including 31-909X" > 3700 "First-line supervisors/managers of correctional officers 33-1011" > 3710 "First-line supervisors/managers of police and detectives 33-1012" > 3720 "First-line supervisors/managers of fire fighting and prevention workers 33-1021" > 3730 "Supervisors, protective service workers, all other 33-1099" > 3740 "Fire fighters 33-2011" > 3750 "Fire inspectors 33-2020" > 3800 "Bailiffs, correctional officers, and jailers 33-3010" > 3820 "Detectives and criminal investigators 33-3021" > 3830 "Fish and game wardens 33-3031" > 3840 "Parking enforcement workers 33-3041" > 3850 "Police and sheriff's patrol officers 33-3051" > 3860 "Transit and railroad police 33-3052" > 3900 "Animal control workers 33-9011" > 3910 "Private detectives and investigators 33-9021" > 3930 "Security Guards and Gaming Surveillance Officers 33-9030" > 3940 "Crossing guards 33-9091" > 3945 "Transportation Security Screeners 33-9093" > 3955 "Lifeguards and Other Recreational, and all Other Protective Service Workers 33-909X" > 4000 "Chefs and head cooks 35-1011" > 4010 "First-line supervisors/managers of food preparation and serving workers 35-1012" > 4020 "Cooks 35-2010" > 4030 "Food preparation workers 35-2021" > 4040 "Bartenders 35-3011" > 4050 "Combined food preparation and serving workers, including fast food 35-3021" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop 35-3022" > 4110 "Waiters and waitresses 35-3031" > 4120 "Food servers, nonrestaurant 35-3041" > 4130 "Dining room and cafeteria attendants and bartender helpers 35-9011" > 4140 "Dishwashers 35-9021" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop 35-9031" > 4160 "Food preparation and serving related workers, all other 35-9099" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers 37-1011" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > 37-1012" > 4220 "Janitors and building cleaners 31-201X" > 4230 "Maids and housekeeping cleaners 37-2012" > 4240 "Pest control workers 37-2021" > 4250 "Grounds maintenance workers 37-3010" > 4300 "First-line supervisors/managers of gaming workers 39-1010" > 4320 "First-line supervisors/managers of personal service workers 39-1021" > 4340 "Animal trainers 39-2011" > 4350 "Nonfarm animal caretakers 39-2021" > 4400 "Gaming services workers 39-3010" > 4410 "Motion picture projectionists 39-3021" > 4420 "Ushers, lobby attendants, and ticket takers 39-3031" > 4430 "Miscellaneous entertainment attendants and related workers 39-3090" > 4460 "Funeral service workers 39-40XX" > 4465 "Morticians, Undertakers, and Funeral Directors 39-4031" > 4500 "Barbers 39-5011" > 4510 "Hairdressers, hairstylists, and cosmetologists 39-5012" > 4520 "Miscellaneous personal appearance workers 39-5090" > 4530 "Baggage porters, bellhops, and concierges 39-6010" > 4540 "Tour and travel guides 39-7010" > 4600 "Child care workers 39-9011" > 4610 "Personal and home care aides 39-9021" > 4620 "Recreation and fitness workers 39-9030" > 4640 "Residential advisors 39-9041" > 4650 "Personal care and service workers, all other 39-9099" > 4700 "First-line supervisors/managers of retail sales workers 41-1011" > 4710 "First-line supervisors/managers of non-retail sales workers 41-1012" > 4720 "Cashiers 41-2010" > 4740 "Counter and rental clerks 41-2021" > 4750 "Parts salespersons 41-2022" > 4760 "Retail salespersons 41-2031" > 4800 "Advertising sales agents 41-3011" > 4810 "Insurance sales agents 41-3021" > 4820 "Securities, commodities, and financial services sales agents 41-3031" > 4830 "Travel agents 41-3041" > 4840 "Sales representatives, services, all other 41-3099" > 4850 "Sales representatives, wholesale and manufacturing 41-4010" > 4900 "Models, demonstrators, and product promoters 41-9010" > 4920 "Real estate brokers and sales agents 41-9020" > 4930 "Sales engineers 41-9031" > 4940 "Telemarketers 41-9041" > 4950 "Door-to-door sales workers, news and street vendors, and related workers 41-9091" > 4965 "Sales and Related Workers, all other 41-9099" > 5000 "First-line supervisors/managers of office and administrative support workers 43-1011" > 5010 "Switchboard operators, including answering service 43-2011" > 5020 "Telephone operators 43-2021" > 5030 "Communications equipment operators, all other 43-2099" > 5100 "Bill and account collectors 43-3011" > 5110 "Billing and posting clerks and machine operators 43-3021" > 5120 "Bookkeeping, accounting, and auditing clerks 43-3031" > 5130 "Gaming cage workers 43-3041" > 5140 "Payroll and timekeeping clerks 43-3051" > 5150 "Procurement clerks 43-3061" > 5160 "Tellers 43-3071" > 5165 "Financial Clerks, all other 43-3099" > 5200 "Brokerage clerks 43-4011" > 5210 "Correspondence clerks 43-4021" > 5220 "Court, municipal, and license clerks 43-4031" > 5230 "Credit authorizers, checkers, and clerks 43-4041" > 5240 "Customer service representatives 43-4051" > 5250 "Eligibility interviewers, government programs 43-4061" > 5260 "File Clerks 43-4071" > 5300 "Hotel, motel, and resort desk clerks 43-4081" > 5310 "Interviewers, except eligibility and loan 43-4111" > 5320 "Library assistants, clerical 43-4121" > 5330 "Loan interviewers and clerks 43-4131" > 5340 "New accounts clerks 43-4141" > 5350 "Order clerks 43-4151" > 5360 "Human resources assistants, except payroll and timekeeping 43-4161" > 5400 "Receptionists and information clerks 43-4171" > 5410 "Reservation and transportation ticket agents and travel clerks 43-4181" > 5420 "Information and record clerks, all other 43-4199" > 5500 "Cargo and freight agents 43-5011" > 5510 "Couriers and messengers 43-5021" > 5520 "Dispatchers 43-5030" > 5530 "Meter readers, utilities 43-5041" > 5540 "Postal service clerks 43-5051" > 5550 "Postal service mail carriers 43-5052" > 5560 "Postal service mail sorters, processors, and processing machine operators 43-5053" > 5600 "Production, planning, and expediting clerks 43-5061" > 5610 "Shipping, receiving, and traffic clerks 43-5071" > 5620 "Stock clerks and order fillers 43-5081" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping 43-5111" > 5700 "Secretaries and administrative assistants 43-6010" > 5800 "Computer operators 43-9011" > 5810 "Data entry keyers 43-9021" > 5820 "Word processors and typists 43-9022" > 5830 "Desktop publishers 43-9031" > 5840 "Insurance claims and policy processing clerks 43-9041" > 5850 "Mail clerks and mail machine operators, except postal service 43-9051" > 5860 "Office clerks, general 43-9061" > 5900 "Office machine operators, except computer 43-9071" > 5910 "Proofreaders and copy markers 43-9081" > 5920 "Statistical assistants 43-9111" > 5940 "Office and Administrative Support Workers, all other 43-9199" > 6005 "First-line supervisors of farming, fishing, and forestry workers 45-1011" > 6010 "Agricultural inspectors 45-2011" > 6020 "Animal breeders 45-2021" > 6040 "Graders and sorters, agricultural products 45-2041" > 6050 "Miscellaneous agricultural workers 45-2090" > 6100 "Fishers and related fishing workers 45-3011" > 6110 "Hunters and trappers 45-3021" > 6120 "Forest and conservation workers 45-4011" > 6130 "Logging workers 45-4020" > 6200 "First-line supervisors/managers of construction trades and extraction workers 47-1011" > 6210 "Boilermakers 47-2011" > 6220 "Brickmasons, blockmasons, and stonemasons 47-2020" > 6230 "Carpenters 47-2031" > 6240 "Carpet, floor, and tile installers and finishers 47-2040" > 6250 "Cement masons, concrete finishers, and terrazzo workers 47-2050" > 6260 "Construction laborers 47-2061" > 6300 "Paving, surfacing, and tamping equipment operators 47-2071" > 6310 "Pile-driver operators 47-2072" > 6320 "Operating engineers and other construction equipment operators 47-2073" > 6330 "Drywall installers, ceiling tile installers, and tapers 47-2080" > 6355 "Electricians 47-2111" > 6360 "Glaziers 47-2121" > 6400 "Insulation workers 47-2130" > 6420 "Painters, construction and maintenance 47-2141" > 6430 "Paperhangers 47-2142" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters 47-2150" > 6460 "Plasterers and stucco masons 47-2161" > 6500 "Reinforcing iron and rebar workers 47-2171" > 6515 "Roofers 47-2181" > 6520 "Sheet metal workers 47-2211" > 6530 "Structural iron and steel workers 47-2221" > 6540 "Solar Photovoltaic Installers 47-2231" > 6600 "Helpers, construction trades 47-3010" > 6660 "Construction and building inspectors 47-4011" > 6700 "Elevator installers and repairers 47-4021" > 6710 "Fence erectors 47-4031" > 6720 "Hazardous materials removal workers 47-4041" > 6730 "Highway maintenance workers 47-4051" > 6740 "Rail-track laying and maintenance equipment operators 47-4061" > 6750 "Septic tank servicers and sewer pipe cleaners 47-4071" > 6765 "Miscellaneous construction and related workers 47-4090" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining 47-5010" > 6820 "Earth drillers, except oil and gas 47-5021" > 6830 "Explosives workers, ordnance handling experts, and blasters 47-5031" > 6840 "Mining machine operators 47-5040" > 6910 "Roof bolters, mining 47-5061" > 6920 "Roustabouts, oil and gas 47-5071" > 6930 "Helpers--extraction workers 47-5081" > 6940 "Other extraction workers 47-50XX" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers 49-1011" > 7010 "Computer, automated teller, and office machine repairers 49-2011" > 7020 "Radio and telecommunications equipment installers and repairers 49-2020" > 7030 "Avionics technicians 49-2091" > 7040 "Electric motor, power tool, and related repairers 49-2092" > 7050 "Electrical and electronics installers and repairers, transportation equipment 49-2093" > 7100 "Electrical and electronics repairers, industrial and utility 49-209X" > 7110 "Electronic equipment installers and repairers, motor vehicles 49-2096" > 7120 "Electronic home entertainment equipment installers and repairers 49-2097" > 7130 "Security and fire alarm systems installers 49-2098" > 7140 "Aircraft mechanics and service technicians 49-3011" > 7150 "Automotive body and related repairers 49-3021" > 7160 "Automotive glass installers and repairers 49-3022" > 7200 "Automotive service technicians and mechanics 49-3023" > 7210 "Bus and truck mechanics and diesel engine specialists 49-3031" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics 49-3040" > 7240 "Small engine mechanics 49-3050" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers 49-3090" > 7300 "Control and valve installers and repairers 49-9010" > 7315 "Heating, air conditioning, and refrigeration mechanics and installers 49-9021" > 7320 "Home appliance repairers 49-9031" > 7330 "Industrial and refractory machinery mechanics 49-904X" > 7340 "Maintenance and repair workers, general 49-9071" > 7350 "Maintenance workers, machinery 49-9043" > 7360 "Millwrights 49-9044" > 7410 "Electrical power-line installers and repairers 49-9051" > 7420 "Telecommunications line installers and repairers 49-9052" > 7430 "Precision instrument and equipment repairers 49-9060" > 7440 "Wind Turbine Service Technicians 49-9081" > 7510 "Coin, vending, and amusement machine servicers and repairers 49-9091" > 7520 "Commercial divers 49-9092" > 7540 "Locksmiths and safe repairers 49-9094" > 7550 "Manufactured building and mobile home installers 49-9095" > 7560 "Riggers 49-9096" > 7600 "Signal and track switch repairers 49-9097" > 7610 "Helpers--installation, maintenance, and repair workers 49-9098" > 7630 "Other installation, maintenance, and repair workers 49-909X" > 7700 "First-line supervisors/managers of production and operating workers 51-1011" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers 51-2011" > 7720 "Electrical, electronics, and electromechanical assemblers 51-2020" > 7730 "Engine and other machine assemblers 51-2031" > 7740 "Structural metal fabricators and fitters 51-2041" > 7750 "Miscellaneous assemblers and fabricators 51-2090" > 7800 "Bakers 51-3011" > 7810 "Butchers and other meat, poultry, and fish processing workers 51-3020" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders 51-3091" > 7840 "Food batchmakers 51-3092" > 7850 "Food cooking machine operators and tenders 51-3093" > 7855 "Food Processing Workers, all Other 51-3099" > 7900 "Computer control programmers and operators 51-4010" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic 51-4021 > " > 7930 "Forging machine setters, operators, and tenders, metal and plastic 51-4022" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic 51-4023" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > 51-4031" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic 51-4 > 032" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic 51-4033" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic 51-403 > 4" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic 51-4035" > 8030 "Machinists 51-4041" > 8040 "Metal furnace and kiln operators and tenders 51-4050" > 8060 "Model makers and patternmakers, metal and plastic 51-4060" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic 51-4070" > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic 51-4081" > 8130 "Tool and die makers 51-4111" > 8140 "Welding, soldering, and brazing workers 51-4120" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic 51-4191" > 8160 "Lay-out workers, metal and plastic 51-4192" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic 51-4193" > 8210 "Tool grinders, filers, and sharpeners 51-4194" > 8220 "Metalworkers and plastic workers, all other 51-4199" > 8250 "Prepress technicians and workers 51-5111" > 8255 "Printing Press Operators 51-5112" > 8256 "Print Binding and Finishing Workers 51-5113" > 8300 "Laundry and dry-cleaning workers 51-6011" > 8310 "Pressers, textile, garment, and related materials 51-6021" > 8320 "Sewing machine operators 51-6031" > 8330 "Shoe and leather workers and repairers 51-6041" > 8340 "Shoe machine operators and tenders 51-6042" > 8350 "Tailors, dressmakers, and sewers 51-6050" > 8360 "Textile bleaching and dyeing machine operators and tenders 51-6061" > 8400 "Textile cutting machine setters, operators, and tenders 51-6062" > 8410 "Textile knitting and weaving machine setters, operators, and tenders 51-6063" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders 51-60 > 64" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s 51-6091" > 8440 "Fabric and apparel patternmakers 51-6092" > 8450 "Upholsterers 51-6093" > 8460 "Textile, apparel, and furnishings workers, all other 51-6099" > 8500 "Cabinetmakers and bench carpenters 51-7011" > 8510 "Furniture finishers 51-7021" > 8520 "Model makers and patternmakers, wood 51-7030" > 8530 "Sawing machine setters, operators, and tenders, wood 51-7041" > 8540 "Woodworking machine setters, operators, and tenders, except sawing 51-7042" > 8550 "Woodworkers, all other 51-7099" > 8600 "Power plant operators, distributors, and dispatchers 51-8010" > 8610 "Stationary engineers and boiler operators 51-8021" > 8620 "Water and liquid waste treatment plant and system operators 51-8031" > 8630 "Miscellaneous plant and system operators 51-8090" > 8640 "Chemical processing machine setters, operators, and tenders 51-9010" > 8650 "Crushing, grinding, polishing, mixing, and blending workers 51-9020" > 8710 "Cutting workers 51-9030" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders 51- > 9041" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders 51-9051" > 8740 "Inspectors, testers, sorters, samplers, and weighers 51-9061" > 8750 "Jewelers and precious stone and metal workers 51-9071" > 8760 "Medical, dental, and ophthalmic laboratory technicians 51-9080" > 8800 "Packaging and filling machine operators and tenders 51-9111" > 8810 "Painting workers 51-9120" > 8830 "Photographic process workers and processing machine operators 51-9151" > 8840 "Semiconductor processors 51-9141" > 8850 "Cementing and gluing machine operators and tenders 51-9191" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders 51-9192" > 8900 "Cooling and freezing equipment operators and tenders 51-9193" > 8910 "Etchers and engravers 51-9194" > 8920 "Molders, shapers, and casters, except metal and plastic 51-9195" > 8930 "Paper goods machine setters, operators, and tenders 51-9196" > 8940 "Tire builders 51-9197" > 8950 "Helpers--production workers 51-9198" > 8965 "Production workers, all other 51-9199" > 9000 "Supervisors, transportation and material moving workers 53-1000" > 9030 "Aircraft pilots and flight engineers 53-2010" > 9040 "Air traffic controllers and airfield operations specialists 53-2020" > 9050 "Flight Attendants 53-2031" > 9110 "Ambulance drivers and attendants, except emergency medical technicians 53-3011" > 9120 "Bus drivers 53-3020" > 9130 "Driver/sales workers and truck drivers 53-3030" > 9140 "Taxi drivers and chauffeurs 53-3041" > 9150 "Motor vehicle operators, all other 53-3099" > 9200 "Locomotive engineers and operators 53-4010" > 9230 "Railroad brake, signal, and switch operators 53-4021" > 9240 "Railroad conductors and yardmasters 53-4031" > 9260 "Subway, streetcar, and other rail transportation workers 53-40XX" > 9300 "Sailors and marine oilers 53-5011" > 9310 "Ship and boat captains and operators 53-5020" > 9330 "Ship engineers 53-5031" > 9340 "Bridge and lock tenders 53-6011" > 9350 "Parking lot attendants 53-6021" > 9360 "Service station attendants 53-6031" > 9410 "Transportation inspectors 53-6051" > 9415 "Transportation Attendants, Except Flight Attendants 53-6061" > 9420 "Other transportation workers 53-60XX" > 9500 "Conveyor operators and tenders 53-7011" > 9510 "Crane and tower operators 53-7021" > 9520 "Dredge, excavating, and loading machine operators 53-7030" > 9560 "Hoist and winch operators 53-7041" > 9600 "Industrial truck and tractor operators 53-7051" > 9610 "Cleaners of vehicles and equipment 53-7061" > 9620 "Laborers and freight, stock, and material movers, hand 53-7062" > 9630 "Machine feeders and offbearers 53-7063" > 9640 "Packers and packagers, hand 53-7064" > 9650 "Pumping station operators 53-7070" > 9720 "Refuse and recyclable material collectors 53-7081" > 9730 "Shuttle car operators 53-7111" > 9740 "Tank car, truck, and ship loaders 53-7121" > 9750 "Material moving workers, all other 53-7199" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reported (Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers 55-1010" > 9810 "First-line enlisted military supervisors/managers 55-2010" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members 55-30 > 10" > 9830 "Military, rank not specified 99-9999" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** Race 2003-April 2012 has 21 Categories" > ** "Race May 2012 on has 26 Categories" > label values race race21; > label define race21 > 1 "White Only" > 2 "Black Only" > 3 "American Indian, Alaskan Native Only" > 4 "Asian Only" > 5 "Hawaiian/Pacific Islander Only" > 6 "White-Black" > 7 "White-AI" > 8 "White-Asian" > 9 "White-Hawaiian" > 10 "Black-AI" > 11 "Black-Asian" > 12 "Black-HP" > 13 "AI-Asian" > 14 "Asian-HP" > 15 "W-B-AI" > 16 "W-B-A" > 17 "W-AI-A" > 18 "W-A-HP" > 19 "W-B-AI-A" > 20 "2 or 3 Races" > 21 "4 or 5 Races" > > ; > ** uhourse -4 Hours vary 1994-; > label values uhourse uhourse; > label define uhourse > -4 "Hours vary" > ; > end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg12.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 316,408 6.505622 3.45343 1 12 hurespli | 316,390 1.416992 .7887689 0 16 hrhtype | 316,408 2.674218 2.261939 1 10 minsamp | 316,408 6.001643 2.000002 4 8 -------------+--------------------------------------------------------- hrlonglk | 316,408 1.992383 .123189 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 316,408 1.048712 .2279868 1 6 -------------+--------------------------------------------------------- state | 316,408 54.02199 26.41768 11 95 stfips | 316,408 27.90288 15.89768 1 56 cbsafips | 316,408 25861.48 21109.9 0 79600 county | 316,408 28.96384 67.34775 0 810 centcity | 257,178 1.959164 .7318766 1 3 -------------+--------------------------------------------------------- smsastat | 313,801 1.203444 .4025608 1 2 icntcity | 26,824 1.48561 1.053263 1 7 smsa04 | 316,408 3.5949 2.56727 0 7 relref95 | 316,408 3.130054 3.180738 1 18 age | 316,408 46.56629 18.34466 16 85 -------------+--------------------------------------------------------- spouse | 164,460 1.583941 .7067399 1 14 sex | 316,408 1.521134 .4995539 1 2 grade92 | 316,408 40.18481 2.745015 31 46 race | 316,408 1.403492 1.259527 1 26 ethnic | 37,322 1.99148 1.398373 1 5 -------------+--------------------------------------------------------- lineno | 316,408 1.754311 1.034068 1 16 famnum | 316,408 .8011017 .4727538 0 5 pfamrel | 316,408 1.373729 1.068881 0 4 marital | 316,408 3.414244 2.651669 1 7 prpertyp | 316,408 2.003932 .0625794 2 3 -------------+--------------------------------------------------------- penatvty | 316,408 87.08048 80.44654 57 555 pemntvty | 316,408 96.2973 88.97279 57 555 pefntvty | 316,408 96.52764 89.17506 57 555 prcitshp | 316,408 1.489864 1.216172 1 5 prcitflg | 316,408 .164389 1.907574 0 41 -------------+--------------------------------------------------------- peinusyr | 316,408 1.85812 5.034859 0 22 selfproxy | 312,101 1.491001 .5057629 1 3 lfsr94 | 315,164 2.915952 2.370646 1 7 absent94 | 7,016 6.332811 3.566772 4 14 uhourse | 188,011 34.95678 16.05337 -4 99 -------------+--------------------------------------------------------- reason94 | 12,685 4.811273 2.90016 1 13 hourslw | 179,751 38.42136 13.26563 1 99 laydur | 1,566 9.171775 11.44848 1 52 dwrsn | 6,444 6.926754 3.477058 1 11 why3594 | 46,496 14.93331 6.839047 1 23 -------------+--------------------------------------------------------- prunedur | 14,673 34.82928 36.86445 0 119 untype | 14,673 3.330539 1.639565 1 6 ftpt94 | 315,164 2.765065 2.642505 1 12 class94 | 208,017 4.10616 1.167527 1 8 agri | 208,017 .0203733 .1412741 0 1 -------------+--------------------------------------------------------- eligible | 316,408 1.475095 .4993802 1 2 otc | 166,084 1.858855 .3481726 1 2 ernpdh2 | 93,661 1.736593 .4404838 1 2 paidhre | 166,084 1.407878 .4914417 1 2 earnhre | 98,311 1585.588 949.8391 12 9999 -------------+--------------------------------------------------------- earnwke | 166,084 843.7225 636.5698 0 2884.61 unionmme | 166,084 1.886305 .317442 1 2 unioncov | 147,201 1.985272 .120463 1 2 schenr | 44,813 1.439738 .4963608 1 2 studftpt | 25,107 1.075557 .2642926 1 2 -------------+--------------------------------------------------------- schlvl | 25,107 1.502688 .5000027 1 2 earnwt | 316,408 9226.733 5011.108 0 49973 weight | 316,408 2306.683 1245.885 0 12311.47 chldpres | 316,408 1.349789 2.816227 0 15 ownchild | 316,408 .4965456 .9623568 0 12 -------------+--------------------------------------------------------- I25d | 166,084 .3292069 .4699266 0 1 I25c | 98,342 .3638832 .481118 0 1 I25a | 316,408 .370057 3.677173 0 43 I25b | 316,408 3.760044 11.97657 0 42 qstnum | 0 -------------+--------------------------------------------------------- occurnum | 0 ged | 93,104 1.09774 .2969646 1 2 gedhigr | 9,100 6.419121 1.298738 1 8 yrcoll | 87,459 2.740335 1.022048 1 5 grprof | 58,082 1.705623 .4557661 1 2 -------------+--------------------------------------------------------- gr6cor | 17,098 1.272371 .4451928 1 2 ms123 | 22,780 2.190957 .56561 1 3 cmpwgt | 316,408 2306.684 1247.486 0 12441.33 ind02 | 208,017 6280.757 2683.839 170 9890 occ2011 | 69,199 4192.766 2565.293 10 9840 -------------+--------------------------------------------------------- occ002 | 316,408 112.937 747.8648 -1 9750 vet1 | 28,435 4.008335 1.750943 1 9 vet2 | 5,502 3.669938 1.627489 1 9 vet3 | 1,386 3.247475 1.606871 1 9 vet4 | 269 3.936803 1.703733 1 9 -------------+--------------------------------------------------------- linedad | 43,957 1.702709 .9428212 1 12 linemom | 31,996 1.146018 .4029041 1 3 recnum | 316,408 226245.2 130652.5 1 452317 year | 316,408 2012 0 2012 2012 ym_file | 316,408 629.5056 3.45343 624 635 -------------+--------------------------------------------------------- ym | 316,408 620.5007 6.911197 609 632 ch02 | 316,408 .0676532 .2511502 0 1 ch35 | 316,408 .0751972 .2637097 0 1 ch613 | 316,408 .1513521 .3583923 0 1 ch1417 | 316,408 .0911703 .2878515 0 1 -------------+--------------------------------------------------------- ch05 | 316,408 .1184294 .3231164 0 1 ihigrdc | 316,408 13.42328 2.988644 0 18 race21 | 105,269 1.399358 1.212886 1 21 race26 | 211,139 1.405553 1.282146 1 26 occ2012 | 138,818 4164.038 2570.586 10 9840 -------------+--------------------------------------------------------- docc00 | 208,017 12.40573 6.705812 1 23 dind02 | 208,017 31.03339 14.41411 1 52 . aef2 2013 13 03 13 dct_name aef03.dbd raw_name=../raw/morg13 (0 observations deleted) obs 450983 # of persons with age<=15 135266 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 52,620 11.67 11.67 0 | 3,879 0.86 12.53 1 | 4,654 1.03 13.56 2 | 4,804 1.07 14.63 3 | 5,062 1.12 15.75 4 | 5,247 1.16 16.91 5 | 5,369 1.19 18.10 6 | 5,529 1.23 19.33 7 | 5,157 1.14 20.47 8 | 5,277 1.17 21.64 9 | 5,325 1.18 22.82 10 | 5,313 1.18 24.00 11 | 5,324 1.18 25.18 12 | 5,455 1.21 26.39 13 | 5,465 1.21 27.60 14 | 5,443 1.21 28.81 15 | 5,343 1.18 29.99 16 | 5,336 1.18 31.18 17 | 5,481 1.22 32.39 18 | 4,944 1.10 33.49 19 | 4,676 1.04 34.53 20 | 4,516 1.00 35.53 21 | 4,739 1.05 36.58 22 | 4,847 1.07 37.65 23 | 4,972 1.10 38.75 24 | 4,909 1.09 39.84 25 | 4,863 1.08 40.92 26 | 4,864 1.08 42.00 27 | 5,011 1.11 43.11 28 | 5,063 1.12 44.23 29 | 4,958 1.10 45.33 30 | 5,301 1.18 46.51 31 | 5,284 1.17 47.68 32 | 5,243 1.16 48.84 33 | 5,346 1.19 50.03 34 | 4,975 1.10 51.13 35 | 5,102 1.13 52.26 36 | 5,095 1.13 53.39 37 | 4,825 1.07 54.46 38 | 4,864 1.08 55.54 39 | 4,724 1.05 56.59 40 | 4,824 1.07 57.66 41 | 5,054 1.12 58.78 42 | 5,535 1.23 60.01 43 | 5,436 1.21 61.21 44 | 5,213 1.16 62.37 45 | 5,299 1.17 63.54 46 | 5,116 1.13 64.68 47 | 5,230 1.16 65.84 48 | 5,557 1.23 67.07 49 | 5,790 1.28 68.35 50 | 6,003 1.33 69.68 51 | 5,966 1.32 71.01 52 | 6,004 1.33 72.34 53 | 5,973 1.32 73.66 54 | 5,777 1.28 74.94 55 | 5,865 1.30 76.24 56 | 5,941 1.32 77.56 57 | 5,626 1.25 78.81 58 | 5,547 1.23 80.04 59 | 5,323 1.18 81.22 60 | 5,285 1.17 82.39 61 | 5,210 1.16 83.55 62 | 4,822 1.07 84.62 63 | 4,672 1.04 85.65 64 | 4,605 1.02 86.67 65 | 4,757 1.05 87.73 66 | 4,725 1.05 88.77 67 | 3,815 0.85 89.62 68 | 3,387 0.75 90.37 69 | 3,290 0.73 91.10 70 | 3,544 0.79 91.89 71 | 3,102 0.69 92.57 72 | 2,812 0.62 93.20 73 | 2,647 0.59 93.79 74 | 2,462 0.55 94.33 75 | 2,274 0.50 94.84 76 | 2,141 0.47 95.31 77 | 2,121 0.47 95.78 78 | 1,994 0.44 96.22 79 | 1,849 0.41 96.63 80 | 7,883 1.75 98.38 85 | 7,303 1.62 100.00 ------------+----------------------------------- Total | 450,983 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 52,620 38.90 38.90 0 | 3,879 2.87 41.77 1 | 4,654 3.44 45.21 2 | 4,804 3.55 48.76 3 | 5,062 3.74 52.50 4 | 5,247 3.88 56.38 5 | 5,369 3.97 60.35 6 | 5,529 4.09 64.44 7 | 5,157 3.81 68.25 8 | 5,277 3.90 72.15 9 | 5,325 3.94 76.09 10 | 5,313 3.93 80.02 11 | 5,324 3.94 83.95 12 | 5,455 4.03 87.99 13 | 5,465 4.04 92.03 14 | 5,443 4.02 96.05 15 | 5,343 3.95 100.00 ------------+----------------------------------- Total | 135,266 100.00 (135,266 observations deleted) (0 observations deleted) obs 315717 after keeping age>15&age!=. infile successful no observations (19 real changes made, 19 to missing) (271,856 real changes made, 271,856 to missing) (283,858 real changes made, 283,858 to missing) (0 real changes made) (0 real changes made) (158,293 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (157,424 real changes made) Geography (125,702 real changes made) dropping cmsacode msafips smsa93 smsasize = . if smsasize <=0 inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (2,773 real changes made, 2,773 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (59,074 real changes made, 59,074 to missing) (288,881 real changes made, 288,881 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (152,227 real changes made, 152,227 to missing) if 2013 > 1983 & 2013 < 1989 { (0 real changes made) (0 real changes made) (0 real changes made) (ch02: 73874 changes made) (ch35: 82918 changes made) (ch613: 82918 changes made) (ch1417: 82918 changes made) (15,765 real changes made) (0 real changes made) (223,889 real changes made, 223,889 to missing) (306,805 real changes made, 306,805 to missing) (227,646 real changes made, 227,646 to missing) (256,840 real changes made, 256,840 to missing) (298,913 real changes made, 298,913 to missing) (292,098 real changes made, 292,098 to missing) (315,717 missing values generated) (933 real changes made) (1,842 real changes made) (3,671 real changes made) (5,702 real changes made) (6,508 real changes made) (9,824 real changes made) (11,423 real changes made) (4,557 real changes made) (35 real changes made) (112 real changes made) (58 real changes made) (522 real changes made) (985 real changes made) (2,222 real changes made) (3,161 real changes made) (1,817 real changes made) (82,916 real changes made) (10,830 real changes made) (22,037 real changes made) (39,480 real changes made) (9,857 real changes made) (5,867 real changes made) (42,073 real changes made) (4,673 real changes made) (12,131 real changes made) (1,895 real changes made) (21,724 real changes made) (8,862 real changes made) (221,995 real changes made, 221,995 to missing) (302,494 real changes made, 302,494 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (277,762 real changes made, 277,762 to missing) (0 real changes made) (287,986 real changes made, 287,986 to missing) (310,257 real changes made, 310,257 to missing) (314,390 real changes made, 314,390 to missing) (315,487 real changes made, 315,487 to missing) Employment (4,672 real changes made, 4,672 to missing) (309,441 real changes made, 309,441 to missing) (149,839 real changes made, 149,839 to missing) (109,525 real changes made, 109,525 to missing) (109,525 real changes made, 109,525 to missing) (109,525 real changes made, 109,525 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 generate int docc00=occ2011; 568 572 577 (109,525 missing values generated) 581 recode docc00 2011 (docc00: 206192 changes made) dind (109,525 missing values generated) (dind02: 206192 changes made) Wages (149,839 real changes made, 149,839 to missing) (0 real changes made) (218,156 real changes made, 218,156 to missing) (0 real changes made) (0 real changes made) (149,839 real changes made) (202,357 real changes made) (109,525 real changes made, 109,525 to missing) (302,494 real changes made, 302,494 to missing) (129,602 real changes made) (149,839 real changes made) (2 real changes made, 2 to missing) (128,309 real changes made, 128,309 to missing) (1,293 real changes made, 1,293 to missing) (314,199 real changes made, 314,199 to missing) (218,135 real changes made, 218,135 to missing) (149,839 real changes made, 149,839 to missing) Hours, Unions (303,990 real changes made, 303,990 to missing) (308,863 real changes made, 308,863 to missing) (284,378 real changes made, 284,378 to missing) (114,276 real changes made, 114,276 to missing) (284,378 real changes made, 284,378 to missing) (1,293 real changes made, 1,293 to missing) (136,456 real changes made, 136,456 to missing) (96 real changes made) (270,698 real changes made, 270,698 to missing) (149,839 real changes made, 149,839 to missing) (168,614 real changes made, 168,614 to missing) variable spouse was int now byte variable hourslw was int now byte variable laydur was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now byte (5,051,472 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979- April 2014 ; . cap label values state P27L; . cap label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > ; . * penatvty: 2007-; . label values penatvty penatvty; . label define penatvty > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 73 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 100 "Albania" > 102 "Austria" > 103 "Belgium" > 104 "Bulgaria" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "United Kingdom/Great Britain" > 139 "England" > 140 "Scotland" > 141 "Wales" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Czech Republic" > 149 "Slovakia" > 150 "Bosnia & Herzegovina" > 151 "Croatia" > 152 "Macedonia" > 154 "Serbia" > 156 "Latvia" > 157 "Lithuania" > 158 "Armenia" > 159 "Azerbaijan" > 160 "Belarus" > 161 "Georgia" > 162 "Moldova" > 163 "Russia" > 164 "Ukraine" > 165 "USSR" > 166 "Europe, not specified" > 167 "Kosovo" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Myanmar (Burma)" > 206 "Cambodia" > 207 "China" > 208 "Cyprus" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea" > 220 "South Korea" > 222 "Kuwait" > 223 "Laos" > 224 "Lebanon" > 226 "Malaysia" > 229 "Nepal" > 231 "Pakistan" > 233 "Philippines" > 235 "Saudi Arabia" > 236 "Singapore" > 238 "Sri Lanka" > 239 "Syria" > 240 "Taiwan" > 242 "Thailand" > 243 "Turkey" > 246 "Uzbekistan" > 247 "Vietnam" > 248 "Yemen" > 249 "Asia, not specified" > 300 "Bermuda" > 301 "Canada" > 303 "Mexico" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Nicaragua" > 316 "Panama" > 318 "Central America" > 321 "Antigua and Barbuda" > 323 "Bahamas" > 324 "Barbados" > 327 "Cuba" > 328 "Dominica" > 329 "Dominican Republic" > 330 "Grenada" > 332 "Haiti" > 333 "Jamaica" > 338 "St. Kitts-Nevis" > 339 "St. Lucia" > 340 "St. Vincent and the Grenadines" > 341 "Trinidad and Tobago" > 343 "West Indes, not specified" > 360 "Argentina" > 361 "Bolivia" > 362 "Brazil" > 363 "Chile" > 364 "Colombia" > 365 "Ecuador" > 368 "Guyana" > 369 "Paraguay" > 370 "Peru" > 372 "Uruguay" > 373 "Venezuela" > 374 "South America, not specified" > 399 "Americas, not specified" > 400 "Algeria" > 407 "Cameroon" > 408 "Cape Verde" > 414 "Egypt" > 416 "Ethiopia" > 417 "Eritrea" > 421 "Ghana" > 427 "Kenya" > 429 "Liberia" > 436 "Morocco" > 440 "Nigeria" > 444 "Senegal" > 447 "Sierra Leone" > 448 "Somalia" > 449 "South Africa" > 451 "Sudan" > 453 "Tanzania" > 457 "Uganda" > 461 "Zimbabwe" > 462 "Africa, not specified" > 501 "Australia" > 508 "Fiji" > 515 "New Zealand" > 523 "Tonga" > 527 "Samoa" > 528 "Oceania, not specified" > 555 "Elsewhere" > ; . * pemntvty: 2007-; . label values pemntvty penatvty; . * pefntvty: 2007-; . label values pefntvty penatvty; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2003" > 19 "2004-2005" > 20 "2006-2007" > 21 "2008-2009" > 22 "2010-2012" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6672 "Internet publishing and broadcasting and web search portals (51913)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ2011: 2011-; . *label values occ2011 occ2011l ; . *label define occ2011l > 10 "Chief executives 11-1011" > 20 "General and operations managers 11-1021" > 30 "Legislators 11-1031" > 40 "Advertising and promotions managers 11-2011" > 50 "Marketing and sales managers 11-2020" > 60 "Public relations managers 11-2031" > 100 "Administrative services managers 11-3011" > 110 "Computer and information systems managers 11-3021" > 120 "Financial managers 11-3031" > 135 "Compensation and benefits managers 11-3111" > 136 "Human Resources Managers 11-3121" > 137 "Training and Development Managers 11-3131" > 140 "Industrial production managers 11-3051" > 150 "Purchasing managers 11-3061" > 160 "Transportation, storage, and distribution managers 11-3071" > 205 "Farmers, Ranchers, and other Agricultural Managers 11-9013" > 220 "Construction managers 11-9021" > 230 "Education administrators 11-9030" > 300 "Engineering managers 11-9041" > 310 "Food service managers 11-9051" > 325 "Funeral Service Managers 11-9061" > 330 "Gaming managers 11-9071" > 340 "Lodging managers 11-9081" > 350 "Medical and health services managers 11-9111" > 360 "Natural sciences managers 11-9121" > 400 "Postmasters and mail superintendents 11-9131" > 410 "Property, real estate, and community association managers 11-9141" > 420 "Social and community service managers 11-9151" > 425 "Emergency Management Directors 11-9161" > 430 "Managers, all other 11-9199" > 500 "Agents and business managers of artists, performers, and athletes 13-1011" > 510 "Purchasing agents and buyers, farm products 13-1021" > 520 "Wholesale and retail buyers, except farm products 13-1022" > 530 "Purchasing agents, except wholesale, retail, and farm products 13-1023" > 540 "Claims adjusters, appraisers, examiners, and investigators 13-1030" > 565 "Compliance Officers 13-1041" > 600 "Cost estimators 13-1051" > 630 "Human resources workers 13-1070" > 640 "Compensation, benefits, and job analysis specialists 13-1141" > 650 "Training and development specialists 13-1151" > 700 "Logisticians 13-1081" > 710 "Management analysts 13-1111" > 725 "Meeting, convention, and event planners 13-1121" > 726 "Fundraisers 13-1131" > 735 "Market research analysts and marketing specialists 13-1161" > 740 "Business operations specialists, all other 13-1199" > 800 "Accountants and auditors 13-2011" > 810 "Appraisers and assessors of real estate 13-2021" > 820 "Budget analysts 13-2031" > 830 "Credit analysts 13-2041" > 840 "Financial analysts 13-2051" > 850 "Personal financial advisors 13-2052" > 860 "Insurance underwriters 13-2053" > 900 "Financial examiners 13-2061" > 910 "Loan counselors and officers 13-2070" > 930 "Tax examiners, collectors, and revenue agents 13-2081" > 940 "Tax preparers 13-2082" > 950 "Financial specialists, all other 13-2099" > 1000 "Computer scientists and systems analysts 15-10XX" > 1005 "Computer and information research scientists 15-1111" > 1006 "Computer systems analysts 15-1121" > 1007 "Information security analysts 15-1122" > 1010 "Computer programmers 15-1131" > 1020 "Software developers, applications and systems software 15-113X" > 1030 "Web developers 15-1134" > 1050 "Computer support specialists 15-1150" > 1060 "Database administrators 15-1141" > 1105 "Network and computer systems administrators 15-1142" > 1106 "Computer network architects 15-1143" > 1107 "Computer occupations, all other 15-1199" > 1200 "Actuaries 15-2011" > 1210 "Mathematicians 15-2021" > 1220 "Operations research analysts 15-2031" > 1230 "Statisticians 15-2041" > 1240 "Miscellaneous mathematical science occupations 15-2090" > 1300 "Architects, except naval 17-1010" > 1310 "Surveyors, cartographers, and photogrammetrists 17-1020" > 1320 "Aerospace engineers 17-2011" > 1330 "Agricultural engineers 17-2021" > 1340 "Biomedical engineers 17-2031" > 1350 "Chemical engineers 17-2041" > 1360 "Civil engineers 17-2051" > 1400 "Computer hardware engineers 17-2061" > 1410 "Electrical and electronic engineers 17-2070" > 1420 "Environmental engineers 17-2081" > 1430 "Industrial engineers, including health and safety 17-2110" > 1440 "Marine engineers and naval architects 17-2121" > 1450 "Materials engineers 17-2131" > 1460 "Mechanical engineers 17-2141" > 1500 "Mining and geological engineers, including mining safety engineers 17-2151" > 1510 "Nuclear engineers 17-2161" > 1520 "Petroleum engineers 17-2171" > 1530 "Engineers, all other 17-2199" > 1540 "Drafters 17-3010" > 1550 "Engineering technicians, except drafters 17-3020" > 1560 "Surveying and mapping technicians 17-3031" > 1600 "Agricultural and food scientists 19-1010" > 1610 "Biological scientists 19-1020" > 1640 "Conservation scientists and foresters 19-1030" > 1650 "Medical scientists 19-1040" > 1660 "Life Scientists, all other 16-1099" > 1700 "Astronomers and physicists 19-2010" > 1710 "Atmospheric and space scientists 19-2021" > 1720 "Chemists and materials scientists 19-2030" > 1740 "Environmental scientists and geoscientists 19-2040" > 1760 "Physical scientists, all other 19-2099" > 1800 "Economists 19-3011" > 1815 "Survey Researchers 19-3022" > 1820 "Psychologists 19-3030" > 1830 "Sociologists 19-3041" > 1840 "Urban and regional planners 19-3051" > 1860 "Miscellaneous social scientists and related workers 19-3090" > 1900 "Agricultural and food science technicians 19-4011" > 1910 "Biological technicians 19-4021" > 1920 "Chemical technicians 19-4031" > 1930 "Geological and petroleum technicians 19-4041" > 1940 "Nuclear technicians 19-4051" > 1950 "Social science research assistants 19-4061" > 1965 "Miscellaneous life, physical, and social science technicians 19-4090" > 2000 "Counselors 21-1010" > 2010 "Social workers 21-1020" > 2015 "Probation Officers and Correctional Treatment Specialists 21-1092" > 2016 "Social and Human Service Assistants 21-1093" > 2025 "Miscellaneous community and social service specialists, 21-109X" > 2040 "Clergy 21-2011" > 2050 "Directors, religious activities and education 21-2021" > 2060 "Religious workers, all other 21-2099" > 2100 "Lawyers, Judges, magistrates, and other judicial workers 23-1011" > 2105 "Judicial Law Clerks 23-1012" > 2110 "Judges, Magistrates, and Other Judicial Workers 23-1020" > 2145 "Paralegals and Legal Assistants 23-2011" > 2160 "Miscellaneous Legal Support Workers 23-2090" > 2200 "Postsecondary teachers 25-1000" > 2300 "Preschool and kindergarten teachers 25-2010" > 2310 "Elementary and middle school teachers 25-2020" > 2320 "Secondary school teachers 25-2030" > 2330 "Special education teachers 25-2050" > 2340 "Other teachers and instructors 25-3000" > 2400 "Archivists, curators, and museum technicians 25-4010" > 2430 "Librarians 25-4021" > 2440 "Library technicians 25-4031" > 2540 "Teacher assistants 25-9041" > 2550 "Other education, training, and library workers 25-90XX" > 2600 "Artists and related workers 27-1010" > 2630 "Designers 27-1020" > 2700 "Actors 27-2011" > 2710 "Producers and directors 27-2012" > 2720 "Athletes, coaches, umpires, and related workers 27-2020" > 2740 "Dancers and choreographers 27-2030" > 2750 "Musicians, singers, and related workers 27-2040" > 2760 "Entertainers and performers, sports and related workers, all other 27-2099" > 2800 "Announcers 27-3010" > 2810 "News analysts, reporters and correspondents 27-3020" > 2825 "Public Relations Specialists 27-3031" > 2830 "Editors 27-3041" > 2840 "Technical writers 27-3042" > 2850 "Writers and authors 27-3043" > 2860 "Miscellaneous media and communication workers 27-3090" > 2900 "Broadcast and sound engineering technicians and radio operators 27-4010" > 2910 "Photographers 27-4021" > 2920 "Television, video, and motion picture camera operators and editors 27-4030" > 2960 "Media and communication equipment workers, all other 27-4099" > 3000 "Chiropractors 29-1011" > 3010 "Dentists 29-1020" > 3030 "Dietitians and nutritionists 29-1031" > 3040 "Optometrists 29-1041" > 3050 "Pharmacists 29-1051" > 3060 "Physicians and surgeons 29-1060" > 3110 "Physician assistants 29-1071" > 3120 "Podiatrists 29-1081" > 3140 "Audiologists 29-1181" > 3150 "Occupational therapists 29-1122" > 3160 "Physical therapists 29-1123" > 3200 "Radiation therapists 29-1124" > 3210 "Recreational therapists 29-1125" > 3220 "Respiratory therapists 29-1126" > 3230 "Speech-language pathologists 29-1127" > 3235 "Exercise Physiologists 29-1128" > 3245 "Therapists, all other 29-1129" > 3250 "Veterinarians 29-1131" > 3255 "Registered Nurses 29-1141" > 3256 "Nurse Anesthetists 29-1151" > 3257 "Nurse Midwives 29-1161" > 3258 "Nurse Practitioners 29-1171" > 3260 "Health diagnosing and treating practitioners, all other 29-1199" > 3300 "Clinical laboratory technologists and technicians 29-2010" > 3310 "Dental hygienists 29-2021" > 3320 "Diagnostic related technologists and technicians 29-2030" > 3400 "Emergency medical technicians and paramedics 29-2041" > 3420 "Health Practitioner Support Technologists and Technicians 29-2050" > 3500 "Licensed practical and licensed vocational nurses 29-2061" > 3510 "Medical records and health information technicians 29-2071" > 3520 "Opticians, dispensing 29-2081" > 3535 "Miscellaneous Health Technologists and Technicians 29-2090" > 3540 "Other healthcare practitioners and technical occupations 29-9000" > 3600 "Nursing, psychiatric, and home health aides 31-1010" > 3610 "Occupational therapist assistants and aides 31-2010" > 3620 "Physical therapist assistants and aides 31-2020" > 3630 "Massage therapists 31-9011" > 3640 "Dental assistants 31-9091" > 3645 "Medical Assistants 31-9092" > 3646 "Medical Transcriptionists 31-9094" > 3647 "Pharmacy Aides 31-9095" > 3648 "Veterinary Assistants and Laboratory Animal Caretakers 31-9096" > 3649 "Phlebotomists 31-9097" > 3655 "Miscellaneous Healthcare Support Occupations, Including 31-909X" > 3700 "First-line supervisors/managers of correctional officers 33-1011" > 3710 "First-line supervisors/managers of police and detectives 33-1012" > 3720 "First-line supervisors/managers of fire fighting and prevention workers 33-1021" > 3730 "Supervisors, protective service workers, all other 33-1099" > 3740 "Fire fighters 33-2011" > 3750 "Fire inspectors 33-2020" > 3800 "Bailiffs, correctional officers, and jailers 33-3010" > 3820 "Detectives and criminal investigators 33-3021" > 3830 "Fish and game wardens 33-3031" > 3840 "Parking enforcement workers 33-3041" > 3850 "Police and sheriff's patrol officers 33-3051" > 3860 "Transit and railroad police 33-3052" > 3900 "Animal control workers 33-9011" > 3910 "Private detectives and investigators 33-9021" > 3930 "Security Guards and Gaming Surveillance Officers 33-9030" > 3940 "Crossing guards 33-9091" > 3945 "Transportation Security Screeners 33-9093" > 3955 "Lifeguards and Other Recreational, and all Other Protective Service Workers 33-909X" > 4000 "Chefs and head cooks 35-1011" > 4010 "First-line supervisors/managers of food preparation and serving workers 35-1012" > 4020 "Cooks 35-2010" > 4030 "Food preparation workers 35-2021" > 4040 "Bartenders 35-3011" > 4050 "Combined food preparation and serving workers, including fast food 35-3021" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop 35-3022" > 4110 "Waiters and waitresses 35-3031" > 4120 "Food servers, nonrestaurant 35-3041" > 4130 "Dining room and cafeteria attendants and bartender helpers 35-9011" > 4140 "Dishwashers 35-9021" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop 35-9031" > 4160 "Food preparation and serving related workers, all other 35-9099" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers 37-1011" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > 37-1012" > 4220 "Janitors and building cleaners 31-201X" > 4230 "Maids and housekeeping cleaners 37-2012" > 4240 "Pest control workers 37-2021" > 4250 "Grounds maintenance workers 37-3010" > 4300 "First-line supervisors/managers of gaming workers 39-1010" > 4320 "First-line supervisors/managers of personal service workers 39-1021" > 4340 "Animal trainers 39-2011" > 4350 "Nonfarm animal caretakers 39-2021" > 4400 "Gaming services workers 39-3010" > 4410 "Motion picture projectionists 39-3021" > 4420 "Ushers, lobby attendants, and ticket takers 39-3031" > 4430 "Miscellaneous entertainment attendants and related workers 39-3090" > 4460 "Funeral service workers 39-40XX" > 4465 "Morticians, Undertakers, and Funeral Directors 39-4031" > 4500 "Barbers 39-5011" > 4510 "Hairdressers, hairstylists, and cosmetologists 39-5012" > 4520 "Miscellaneous personal appearance workers 39-5090" > 4530 "Baggage porters, bellhops, and concierges 39-6010" > 4540 "Tour and travel guides 39-7010" > 4600 "Child care workers 39-9011" > 4610 "Personal and home care aides 39-9021" > 4620 "Recreation and fitness workers 39-9030" > 4640 "Residential advisors 39-9041" > 4650 "Personal care and service workers, all other 39-9099" > 4700 "First-line supervisors/managers of retail sales workers 41-1011" > 4710 "First-line supervisors/managers of non-retail sales workers 41-1012" > 4720 "Cashiers 41-2010" > 4740 "Counter and rental clerks 41-2021" > 4750 "Parts salespersons 41-2022" > 4760 "Retail salespersons 41-2031" > 4800 "Advertising sales agents 41-3011" > 4810 "Insurance sales agents 41-3021" > 4820 "Securities, commodities, and financial services sales agents 41-3031" > 4830 "Travel agents 41-3041" > 4840 "Sales representatives, services, all other 41-3099" > 4850 "Sales representatives, wholesale and manufacturing 41-4010" > 4900 "Models, demonstrators, and product promoters 41-9010" > 4920 "Real estate brokers and sales agents 41-9020" > 4930 "Sales engineers 41-9031" > 4940 "Telemarketers 41-9041" > 4950 "Door-to-door sales workers, news and street vendors, and related workers 41-9091" > 4965 "Sales and Related Workers, all other 41-9099" > 5000 "First-line supervisors/managers of office and administrative support workers 43-1011" > 5010 "Switchboard operators, including answering service 43-2011" > 5020 "Telephone operators 43-2021" > 5030 "Communications equipment operators, all other 43-2099" > 5100 "Bill and account collectors 43-3011" > 5110 "Billing and posting clerks and machine operators 43-3021" > 5120 "Bookkeeping, accounting, and auditing clerks 43-3031" > 5130 "Gaming cage workers 43-3041" > 5140 "Payroll and timekeeping clerks 43-3051" > 5150 "Procurement clerks 43-3061" > 5160 "Tellers 43-3071" > 5165 "Financial Clerks, all other 43-3099" > 5200 "Brokerage clerks 43-4011" > 5210 "Correspondence clerks 43-4021" > 5220 "Court, municipal, and license clerks 43-4031" > 5230 "Credit authorizers, checkers, and clerks 43-4041" > 5240 "Customer service representatives 43-4051" > 5250 "Eligibility interviewers, government programs 43-4061" > 5260 "File Clerks 43-4071" > 5300 "Hotel, motel, and resort desk clerks 43-4081" > 5310 "Interviewers, except eligibility and loan 43-4111" > 5320 "Library assistants, clerical 43-4121" > 5330 "Loan interviewers and clerks 43-4131" > 5340 "New accounts clerks 43-4141" > 5350 "Order clerks 43-4151" > 5360 "Human resources assistants, except payroll and timekeeping 43-4161" > 5400 "Receptionists and information clerks 43-4171" > 5410 "Reservation and transportation ticket agents and travel clerks 43-4181" > 5420 "Information and record clerks, all other 43-4199" > 5500 "Cargo and freight agents 43-5011" > 5510 "Couriers and messengers 43-5021" > 5520 "Dispatchers 43-5030" > 5530 "Meter readers, utilities 43-5041" > 5540 "Postal service clerks 43-5051" > 5550 "Postal service mail carriers 43-5052" > 5560 "Postal service mail sorters, processors, and processing machine operators 43-5053" > 5600 "Production, planning, and expediting clerks 43-5061" > 5610 "Shipping, receiving, and traffic clerks 43-5071" > 5620 "Stock clerks and order fillers 43-5081" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping 43-5111" > 5700 "Secretaries and administrative assistants 43-6010" > 5800 "Computer operators 43-9011" > 5810 "Data entry keyers 43-9021" > 5820 "Word processors and typists 43-9022" > 5830 "Desktop publishers 43-9031" > 5840 "Insurance claims and policy processing clerks 43-9041" > 5850 "Mail clerks and mail machine operators, except postal service 43-9051" > 5860 "Office clerks, general 43-9061" > 5900 "Office machine operators, except computer 43-9071" > 5910 "Proofreaders and copy markers 43-9081" > 5920 "Statistical assistants 43-9111" > 5940 "Office and Administrative Support Workers, all other 43-9199" > 6005 "First-line supervisors of farming, fishing, and forestry workers 45-1011" > 6010 "Agricultural inspectors 45-2011" > 6020 "Animal breeders 45-2021" > 6040 "Graders and sorters, agricultural products 45-2041" > 6050 "Miscellaneous agricultural workers 45-2090" > 6100 "Fishers and related fishing workers 45-3011" > 6110 "Hunters and trappers 45-3021" > 6120 "Forest and conservation workers 45-4011" > 6130 "Logging workers 45-4020" > 6200 "First-line supervisors/managers of construction trades and extraction workers 47-1011" > 6210 "Boilermakers 47-2011" > 6220 "Brickmasons, blockmasons, and stonemasons 47-2020" > 6230 "Carpenters 47-2031" > 6240 "Carpet, floor, and tile installers and finishers 47-2040" > 6250 "Cement masons, concrete finishers, and terrazzo workers 47-2050" > 6260 "Construction laborers 47-2061" > 6300 "Paving, surfacing, and tamping equipment operators 47-2071" > 6310 "Pile-driver operators 47-2072" > 6320 "Operating engineers and other construction equipment operators 47-2073" > 6330 "Drywall installers, ceiling tile installers, and tapers 47-2080" > 6355 "Electricians 47-2111" > 6360 "Glaziers 47-2121" > 6400 "Insulation workers 47-2130" > 6420 "Painters, construction and maintenance 47-2141" > 6430 "Paperhangers 47-2142" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters 47-2150" > 6460 "Plasterers and stucco masons 47-2161" > 6500 "Reinforcing iron and rebar workers 47-2171" > 6515 "Roofers 47-2181" > 6520 "Sheet metal workers 47-2211" > 6530 "Structural iron and steel workers 47-2221" > 6540 "Solar Photovoltaic Installers 47-2231" > 6600 "Helpers, construction trades 47-3010" > 6660 "Construction and building inspectors 47-4011" > 6700 "Elevator installers and repairers 47-4021" > 6710 "Fence erectors 47-4031" > 6720 "Hazardous materials removal workers 47-4041" > 6730 "Highway maintenance workers 47-4051" > 6740 "Rail-track laying and maintenance equipment operators 47-4061" > 6750 "Septic tank servicers and sewer pipe cleaners 47-4071" > 6765 "Miscellaneous construction and related workers 47-4090" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining 47-5010" > 6820 "Earth drillers, except oil and gas 47-5021" > 6830 "Explosives workers, ordnance handling experts, and blasters 47-5031" > 6840 "Mining machine operators 47-5040" > 6910 "Roof bolters, mining 47-5061" > 6920 "Roustabouts, oil and gas 47-5071" > 6930 "Helpers--extraction workers 47-5081" > 6940 "Other extraction workers 47-50XX" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers 49-1011" > 7010 "Computer, automated teller, and office machine repairers 49-2011" > 7020 "Radio and telecommunications equipment installers and repairers 49-2020" > 7030 "Avionics technicians 49-2091" > 7040 "Electric motor, power tool, and related repairers 49-2092" > 7050 "Electrical and electronics installers and repairers, transportation equipment 49-2093" > 7100 "Electrical and electronics repairers, industrial and utility 49-209X" > 7110 "Electronic equipment installers and repairers, motor vehicles 49-2096" > 7120 "Electronic home entertainment equipment installers and repairers 49-2097" > 7130 "Security and fire alarm systems installers 49-2098" > 7140 "Aircraft mechanics and service technicians 49-3011" > 7150 "Automotive body and related repairers 49-3021" > 7160 "Automotive glass installers and repairers 49-3022" > 7200 "Automotive service technicians and mechanics 49-3023" > 7210 "Bus and truck mechanics and diesel engine specialists 49-3031" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics 49-3040" > 7240 "Small engine mechanics 49-3050" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers 49-3090" > 7300 "Control and valve installers and repairers 49-9010" > 7315 "Heating, air conditioning, and refrigeration mechanics and installers 49-9021" > 7320 "Home appliance repairers 49-9031" > 7330 "Industrial and refractory machinery mechanics 49-904X" > 7340 "Maintenance and repair workers, general 49-9071" > 7350 "Maintenance workers, machinery 49-9043" > 7360 "Millwrights 49-9044" > 7410 "Electrical power-line installers and repairers 49-9051" > 7420 "Telecommunications line installers and repairers 49-9052" > 7430 "Precision instrument and equipment repairers 49-9060" > 7440 "Wind Turbine Service Technicians 49-9081" > 7510 "Coin, vending, and amusement machine servicers and repairers 49-9091" > 7520 "Commercial divers 49-9092" > 7540 "Locksmiths and safe repairers 49-9094" > 7550 "Manufactured building and mobile home installers 49-9095" > 7560 "Riggers 49-9096" > 7600 "Signal and track switch repairers 49-9097" > 7610 "Helpers--installation, maintenance, and repair workers 49-9098" > 7630 "Other installation, maintenance, and repair workers 49-909X" > 7700 "First-line supervisors/managers of production and operating workers 51-1011" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers 51-2011" > 7720 "Electrical, electronics, and electromechanical assemblers 51-2020" > 7730 "Engine and other machine assemblers 51-2031" > 7740 "Structural metal fabricators and fitters 51-2041" > 7750 "Miscellaneous assemblers and fabricators 51-2090" > 7800 "Bakers 51-3011" > 7810 "Butchers and other meat, poultry, and fish processing workers 51-3020" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders 51-3091" > 7840 "Food batchmakers 51-3092" > 7850 "Food cooking machine operators and tenders 51-3093" > 7855 "Food Processing Workers, all Other 51-3099" > 7900 "Computer control programmers and operators 51-4010" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic 51-4021 > " > 7930 "Forging machine setters, operators, and tenders, metal and plastic 51-4022" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic 51-4023" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > 51-4031" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic 51-4 > 032" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic 51-4033" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic 51-403 > 4" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic 51-4035" > 8030 "Machinists 51-4041" > 8040 "Metal furnace and kiln operators and tenders 51-4050" > 8060 "Model makers and patternmakers, metal and plastic 51-4060" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic 51-4070" > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic 51-4081" > 8130 "Tool and die makers 51-4111" > 8140 "Welding, soldering, and brazing workers 51-4120" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic 51-4191" > 8160 "Lay-out workers, metal and plastic 51-4192" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic 51-4193" > 8210 "Tool grinders, filers, and sharpeners 51-4194" > 8220 "Metalworkers and plastic workers, all other 51-4199" > 8250 "Prepress technicians and workers 51-5111" > 8255 "Printing Press Operators 51-5112" > 8256 "Print Binding and Finishing Workers 51-5113" > 8300 "Laundry and dry-cleaning workers 51-6011" > 8310 "Pressers, textile, garment, and related materials 51-6021" > 8320 "Sewing machine operators 51-6031" > 8330 "Shoe and leather workers and repairers 51-6041" > 8340 "Shoe machine operators and tenders 51-6042" > 8350 "Tailors, dressmakers, and sewers 51-6050" > 8360 "Textile bleaching and dyeing machine operators and tenders 51-6061" > 8400 "Textile cutting machine setters, operators, and tenders 51-6062" > 8410 "Textile knitting and weaving machine setters, operators, and tenders 51-6063" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders 51-60 > 64" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s 51-6091" > 8440 "Fabric and apparel patternmakers 51-6092" > 8450 "Upholsterers 51-6093" > 8460 "Textile, apparel, and furnishings workers, all other 51-6099" > 8500 "Cabinetmakers and bench carpenters 51-7011" > 8510 "Furniture finishers 51-7021" > 8520 "Model makers and patternmakers, wood 51-7030" > 8530 "Sawing machine setters, operators, and tenders, wood 51-7041" > 8540 "Woodworking machine setters, operators, and tenders, except sawing 51-7042" > 8550 "Woodworkers, all other 51-7099" > 8600 "Power plant operators, distributors, and dispatchers 51-8010" > 8610 "Stationary engineers and boiler operators 51-8021" > 8620 "Water and liquid waste treatment plant and system operators 51-8031" > 8630 "Miscellaneous plant and system operators 51-8090" > 8640 "Chemical processing machine setters, operators, and tenders 51-9010" > 8650 "Crushing, grinding, polishing, mixing, and blending workers 51-9020" > 8710 "Cutting workers 51-9030" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders 51- > 9041" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders 51-9051" > 8740 "Inspectors, testers, sorters, samplers, and weighers 51-9061" > 8750 "Jewelers and precious stone and metal workers 51-9071" > 8760 "Medical, dental, and ophthalmic laboratory technicians 51-9080" > 8800 "Packaging and filling machine operators and tenders 51-9111" > 8810 "Painting workers 51-9120" > 8830 "Photographic process workers and processing machine operators 51-9151" > 8840 "Semiconductor processors 51-9141" > 8850 "Cementing and gluing machine operators and tenders 51-9191" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders 51-9192" > 8900 "Cooling and freezing equipment operators and tenders 51-9193" > 8910 "Etchers and engravers 51-9194" > 8920 "Molders, shapers, and casters, except metal and plastic 51-9195" > 8930 "Paper goods machine setters, operators, and tenders 51-9196" > 8940 "Tire builders 51-9197" > 8950 "Helpers--production workers 51-9198" > 8965 "Production workers, all other 51-9199" > 9000 "Supervisors, transportation and material moving workers 53-1000" > 9030 "Aircraft pilots and flight engineers 53-2010" > 9040 "Air traffic controllers and airfield operations specialists 53-2020" > 9050 "Flight Attendants 53-2031" > 9110 "Ambulance drivers and attendants, except emergency medical technicians 53-3011" > 9120 "Bus drivers 53-3020" > 9130 "Driver/sales workers and truck drivers 53-3030" > 9140 "Taxi drivers and chauffeurs 53-3041" > 9150 "Motor vehicle operators, all other 53-3099" > 9200 "Locomotive engineers and operators 53-4010" > 9230 "Railroad brake, signal, and switch operators 53-4021" > 9240 "Railroad conductors and yardmasters 53-4031" > 9260 "Subway, streetcar, and other rail transportation workers 53-40XX" > 9300 "Sailors and marine oilers 53-5011" > 9310 "Ship and boat captains and operators 53-5020" > 9330 "Ship engineers 53-5031" > 9340 "Bridge and lock tenders 53-6011" > 9350 "Parking lot attendants 53-6021" > 9360 "Service station attendants 53-6031" > 9410 "Transportation inspectors 53-6051" > 9415 "Transportation Attendants, Except Flight Attendants 53-6061" > 9420 "Other transportation workers 53-60XX" > 9500 "Conveyor operators and tenders 53-7011" > 9510 "Crane and tower operators 53-7021" > 9520 "Dredge, excavating, and loading machine operators 53-7030" > 9560 "Hoist and winch operators 53-7041" > 9600 "Industrial truck and tractor operators 53-7051" > 9610 "Cleaners of vehicles and equipment 53-7061" > 9620 "Laborers and freight, stock, and material movers, hand 53-7062" > 9630 "Machine feeders and offbearers 53-7063" > 9640 "Packers and packagers, hand 53-7064" > 9650 "Pumping station operators 53-7070" > 9720 "Refuse and recyclable material collectors 53-7081" > 9730 "Shuttle car operators 53-7111" > 9740 "Tank car, truck, and ship loaders 53-7121" > 9750 "Material moving workers, all other 53-7199" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reported (Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers 55-1010" > 9810 "First-line enlisted military supervisors/managers 55-2010" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members 55-30 > 10" > 9830 "Military, rank not specified 99-9999" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** Race 2003-April 2012 has 21 Categories" > ** "Race May 2012 on has 26 Categories" > label values race race26; > label define race26 > 1 "White Only" > 2 "Black Only" > 3 "American Indian, Alaskan Native Only" > 4 "Asian Only" > 5 "Hawaiian/Pacific Islander Only" > 6 "White-Black" > 7 "White-AI" > 8 "White-Asian" > 9 "White-HP" > 10 "Black-AI" > 11 "Black-Asian" > 12 "Black-HP" > 13 "AI-Asian" > 14 "AI-HP" > 15 "Asian-HP" > 16 "W-B-AI" > 17 "W-B-A" > 18 "W-B-HP" > 19 "W-AI-A" > 20 "W-AI-HP" > 21 "W-A-HP" > 22 "B-AI-A" > 23 "W-B-AI-A" > 24 "W-AI-A-HP" > 25 "Other 3 Race Combinations" > 26 "Other 4 and 5 Race Combinations" > ; > ** uhourse -4 Hours vary 1994-; > label values uhourse uhourse; > label define uhourse > -4 "Hours vary" > ; > > > end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg13.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 315,717 6.489673 3.454354 1 12 hurespli | 315,698 1.401745 .775697 0 13 hrhtype | 315,717 2.693067 2.270519 1 10 minsamp | 315,717 5.994495 1.999996 4 8 -------------+--------------------------------------------------------- hrlonglk | 315,717 1.991277 .1317952 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 315,717 1.05032 .2309632 1 5 -------------+--------------------------------------------------------- state | 315,717 54.23731 26.34601 11 95 stfips | 315,717 27.86708 15.91716 1 56 cbsafips | 315,717 25886.43 21028.95 0 79600 county | 315,717 29.32811 68.7472 0 810 centcity | 256,643 1.955654 .7297699 1 3 -------------+--------------------------------------------------------- smsastat | 312,944 1.200998 .4007469 1 2 icntcity | 26,836 1.485989 1.060912 1 7 smsa04 | 315,717 3.60666 2.562793 0 7 relref95 | 315,717 3.138393 3.196249 1 18 age | 315,717 46.79848 18.36637 16 85 -------------+--------------------------------------------------------- spouse | 163,490 1.584641 .7042583 1 14 sex | 315,717 1.521321 .499546 1 2 grade92 | 315,717 40.24142 2.73 31 46 race | 315,717 1.414596 1.305728 1 26 ethnic | 37,955 1.997971 1.402529 1 5 -------------+--------------------------------------------------------- lineno | 315,717 1.750846 1.028698 1 16 famnum | 315,717 .7977841 .4746248 0 5 pfamrel | 315,717 1.369337 1.071047 0 4 marital | 315,717 3.424516 2.65318 1 7 prpertyp | 315,717 2.004095 .0638645 2 3 -------------+--------------------------------------------------------- penatvty | 315,717 87.02844 80.42765 57 555 pemntvty | 315,717 96.49793 89.27075 57 555 pefntvty | 315,717 96.63045 89.41282 57 555 prcitshp | 315,717 1.486347 1.211487 1 5 prcitflg | 315,717 .1787962 2.009418 0 41 -------------+--------------------------------------------------------- peinusyr | 315,717 1.885942 5.121968 0 22 selfproxy | 311,045 1.489633 .5051649 1 3 lfsr94 | 314,424 2.923323 2.37447 1 7 absent94 | 6,854 6.384009 3.581355 4 14 uhourse | 187,408 35.19003 15.84325 -4 99 -------------+--------------------------------------------------------- reason94 | 11,727 4.904664 3.061725 1 13 hourslw | 179,261 38.5431 13.14689 1 99 laydur | 1,518 8.375494 9.976702 1 52 dwrsn | 6,276 6.962715 3.430477 1 11 why3594 | 45,019 15.15987 6.750349 1 23 -------------+--------------------------------------------------------- prunedur | 13,223 31.94373 35.50614 0 119 untype | 13,223 3.361113 1.643059 1 6 ftpt94 | 314,424 2.704345 2.577973 1 12 class94 | 206,192 4.101241 1.161815 1 8 agri | 206,192 .0185992 .1351049 0 1 -------------+--------------------------------------------------------- eligible | 315,717 1.474599 .4993552 1 2 otc | 165,878 1.865684 .3409921 1 2 ernpdh2 | 93,722 1.74211 .4374757 1 2 paidhre | 165,878 1.411724 .4921472 1 2 earnhre | 97,559 1603.044 953.2244 15 9999 -------------+--------------------------------------------------------- earnwke | 165,878 863.0544 647.3278 0 2884.61 unionmme | 165,878 1.886814 .3168205 1 2 unioncov | 147,103 1.986064 .117225 1 2 schenr | 201,441 1.844426 .362452 1 2 studftpt | 31,339 1.158588 .3652976 1 2 -------------+--------------------------------------------------------- schlvl | 31,339 1.623696 .4844655 1 2 earnwt | 315,717 9337.952 5040.298 0 49852.13 weight | 315,717 2334.488 1254.349 0 11794.9 chldpres | 315,717 1.33021 2.795302 0 15 ownchild | 315,717 .4889791 .9558421 0 11 -------------+--------------------------------------------------------- I25d | 165,878 .3492627 .4767385 0 1 I25c | 97,582 .3823963 .4859751 0 1 I25a | 315,717 .416053 3.902441 0 43 I25b | 315,717 4.065277 12.40385 0 42 qstnum | 0 -------------+--------------------------------------------------------- occurnum | 0 ged | 91,828 1.097051 .2960288 1 2 gedhigr | 8,912 6.445355 1.294108 1 8 yrcoll | 88,071 2.748998 1.028344 1 5 grprof | 58,877 1.714591 .4516126 1 2 -------------+--------------------------------------------------------- gr6cor | 16,804 1.278089 .4480706 1 2 ms123 | 23,619 2.19967 .5659323 1 3 cmpwgt | 315,717 2334.661 1256.132 0 11849.96 ind02 | 206,192 6288.622 2681.483 170 9890 occ2012 | 206,192 4155.56 2571.372 10 9840 -------------+--------------------------------------------------------- occ002 | 315,717 111.2988 737.8599 -1 9720 vet1 | 27,731 3.904367 1.72289 1 9 vet2 | 5,460 3.529121 1.55667 1 9 vet3 | 1,327 3.085908 1.538399 1 9 vet4 | 230 3.678261 1.733552 1 8 -------------+--------------------------------------------------------- linedad | 43,861 1.702925 .9454467 1 16 linemom | 31,859 1.142283 .3967201 1 3 recnum | 315,717 225450.1 130312 1 450980 year | 315,717 2013 0 2013 2013 ym_file | 315,717 641.4897 3.454354 636 647 -------------+--------------------------------------------------------- ym | 315,717 632.5062 6.927199 621 644 ch02 | 315,717 .065508 .2474205 0 1 ch35 | 315,717 .0729989 .2601351 0 1 ch613 | 315,717 .1500774 .3571479 0 1 ch1417 | 315,717 .0905653 .2869904 0 1 -------------+--------------------------------------------------------- ch05 | 315,717 .115442 .3195551 0 1 ihigrdc | 315,717 13.48199 2.9641 0 18 docc00 | 206,192 12.35246 6.719724 1 23 dind02 | 206,192 31.07415 14.40387 1 52 . aef2 2014 14 03 13 dct_name aef03.dbd raw_name=../raw/morg14 (0 observations deleted) obs 453574 # of persons with age<=15 136518 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 54,567 12.03 12.03 0 | 3,861 0.85 12.88 1 | 4,568 1.01 13.89 2 | 4,745 1.05 14.93 3 | 4,871 1.07 16.01 4 | 5,049 1.11 17.12 5 | 5,300 1.17 18.29 6 | 5,365 1.18 19.47 7 | 5,445 1.20 20.67 8 | 5,288 1.17 21.84 9 | 5,218 1.15 22.99 10 | 5,397 1.19 24.18 11 | 5,206 1.15 25.33 12 | 5,169 1.14 26.47 13 | 5,439 1.20 27.67 14 | 5,567 1.23 28.89 15 | 5,463 1.20 30.10 16 | 5,417 1.19 31.29 17 | 5,355 1.18 32.47 18 | 4,972 1.10 33.57 19 | 4,674 1.03 34.60 20 | 4,542 1.00 35.60 21 | 4,682 1.03 36.63 22 | 4,691 1.03 37.67 23 | 4,918 1.08 38.75 24 | 5,079 1.12 39.87 25 | 5,075 1.12 40.99 26 | 5,033 1.11 42.10 27 | 4,913 1.08 43.18 28 | 5,115 1.13 44.31 29 | 5,038 1.11 45.42 30 | 5,027 1.11 46.53 31 | 5,248 1.16 47.69 32 | 5,289 1.17 48.85 33 | 5,264 1.16 50.01 34 | 5,407 1.19 51.21 35 | 5,112 1.13 52.33 36 | 4,891 1.08 53.41 37 | 4,928 1.09 54.50 38 | 4,844 1.07 55.57 39 | 4,863 1.07 56.64 40 | 4,803 1.06 57.70 41 | 4,883 1.08 58.77 42 | 4,986 1.10 59.87 43 | 5,343 1.18 61.05 44 | 5,472 1.21 62.26 45 | 5,224 1.15 63.41 46 | 5,140 1.13 64.54 47 | 5,165 1.14 65.68 48 | 5,127 1.13 66.81 49 | 5,458 1.20 68.01 50 | 5,987 1.32 69.33 51 | 5,876 1.30 70.63 52 | 5,823 1.28 71.91 53 | 5,880 1.30 73.21 54 | 5,827 1.28 74.49 55 | 5,755 1.27 75.76 56 | 5,882 1.30 77.06 57 | 5,720 1.26 78.32 58 | 5,598 1.23 79.56 59 | 5,470 1.21 80.76 60 | 5,478 1.21 81.97 61 | 5,216 1.15 83.12 62 | 5,047 1.11 84.23 63 | 4,763 1.05 85.28 64 | 4,604 1.02 86.30 65 | 4,680 1.03 87.33 66 | 4,718 1.04 88.37 67 | 4,734 1.04 89.41 68 | 3,801 0.84 90.25 69 | 3,339 0.74 90.99 70 | 3,389 0.75 91.73 71 | 3,335 0.74 92.47 72 | 3,053 0.67 93.14 73 | 2,623 0.58 93.72 74 | 2,656 0.59 94.31 75 | 2,387 0.53 94.83 76 | 2,151 0.47 95.31 77 | 2,078 0.46 95.77 78 | 1,991 0.44 96.20 79 | 1,902 0.42 96.62 80 | 7,767 1.71 98.34 85 | 7,548 1.66 100.00 ------------+----------------------------------- Total | 453,574 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 54,567 39.97 39.97 0 | 3,861 2.83 42.80 1 | 4,568 3.35 46.14 2 | 4,745 3.48 49.62 3 | 4,871 3.57 53.19 4 | 5,049 3.70 56.89 5 | 5,300 3.88 60.77 6 | 5,365 3.93 64.70 7 | 5,445 3.99 68.69 8 | 5,288 3.87 72.56 9 | 5,218 3.82 76.38 10 | 5,397 3.95 80.34 11 | 5,206 3.81 84.15 12 | 5,169 3.79 87.94 13 | 5,439 3.98 91.92 14 | 5,567 4.08 96.00 15 | 5,463 4.00 100.00 ------------+----------------------------------- Total | 136,518 100.00 (136,518 observations deleted) (0 observations deleted) obs 317056 after keeping age>15&age!=. infile successful no observations (32 real changes made, 32 to missing) (272,952 real changes made, 272,952 to missing) (285,211 real changes made, 285,211 to missing) (0 real changes made) (0 real changes made) (159,211 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (157,845 real changes made) Geography (125,837 real changes made) dropping cmsacode msafips smsa93 smsasize = . if smsasize <=0 (238,255 real changes made, 238,255 to missing) inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (2,923 real changes made, 2,923 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (58,253 real changes made, 58,253 to missing) (287,642 real changes made, 287,642 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (153,333 real changes made, 153,333 to missing) if 2014 > 1983 & 2014 < 1989 { (0 real changes made) (0 real changes made) (0 real changes made) (ch02: 73165 changes made) (ch35: 82072 changes made) (ch613: 82072 changes made) (ch1417: 82072 changes made) (15,254 real changes made) (0 real changes made) (224,627 real changes made, 224,627 to missing) (307,951 real changes made, 307,951 to missing) (228,937 real changes made, 228,937 to missing) (257,860 real changes made, 257,860 to missing) (300,892 real changes made, 300,892 to missing) (292,931 real changes made, 292,931 to missing) (317,056 missing values generated) (918 real changes made) (1,926 real changes made) (3,653 real changes made) (5,597 real changes made) (6,357 real changes made) (9,633 real changes made) (11,352 real changes made) (4,665 real changes made) (53 real changes made) (117 real changes made) (62 real changes made) (580 real changes made) (1,027 real changes made) (2,177 real changes made) (3,199 real changes made) (1,890 real changes made) (83,324 real changes made) (10,872 real changes made) (22,059 real changes made) (39,311 real changes made) (9,846 real changes made) (6,031 real changes made) (43,032 real changes made) (4,595 real changes made) (11,569 real changes made) (1,928 real changes made) (22,197 real changes made) (9,086 real changes made) (221,814 real changes made, 221,814 to missing) (306,037 real changes made, 306,037 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (278,072 real changes made, 278,072 to missing) (0 real changes made) (290,182 real changes made, 290,182 to missing) (311,872 real changes made, 311,872 to missing) (315,806 real changes made, 315,806 to missing) (316,853 real changes made, 316,853 to missing) Employment (4,764 real changes made, 4,764 to missing) (310,896 real changes made, 310,896 to missing) (149,982 real changes made, 149,982 to missing) (111,563 real changes made, 111,563 to missing) (111,563 real changes made, 111,563 to missing) (111,563 real changes made, 111,563 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 generate int docc00=occ2011; 568 572 577 (111,563 missing values generated) 581 recode docc00 2011 (docc00: 205493 changes made) dind (111,563 missing values generated) (dind02: 204659 changes made) Wages (149,982 real changes made, 149,982 to missing) (0 real changes made) (218,773 real changes made, 218,773 to missing) (0 real changes made) (0 real changes made) (149,982 real changes made) (201,346 real changes made) (111,563 real changes made, 111,563 to missing) (306,037 real changes made, 306,037 to missing) (129,842 real changes made) (149,982 real changes made) (4 real changes made, 4 to missing) (128,520 real changes made, 128,520 to missing) (1,322 real changes made, 1,322 to missing) (315,673 real changes made, 315,673 to missing) (218,732 real changes made, 218,732 to missing) (149,982 real changes made, 149,982 to missing) Hours, Unions (304,121 real changes made, 304,121 to missing) (310,344 real changes made, 310,344 to missing) (286,360 real changes made, 286,360 to missing) (116,995 real changes made, 116,995 to missing) (286,360 real changes made, 286,360 to missing) (1,322 real changes made, 1,322 to missing) (136,554 real changes made, 136,554 to missing) (87 real changes made) (271,348 real changes made, 271,348 to missing) (149,982 real changes made, 149,982 to missing) (168,648 real changes made, 168,648 to missing) variable spouse was int now byte variable hourslw was int now byte variable laydur was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now int (4,755,840 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979- April 2014 ; . cap label values state P27L; . cap label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > ; . * penatvty: 2007-; . label values penatvty penatvty; . label define penatvty > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 73 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 100 "Albania" > 102 "Austria" > 103 "Belgium" > 104 "Bulgaria" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "United Kingdom/Great Britain" > 139 "England" > 140 "Scotland" > 141 "Wales" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Czech Republic" > 149 "Slovakia" > 150 "Bosnia & Herzegovina" > 151 "Croatia" > 152 "Macedonia" > 154 "Serbia" > 156 "Latvia" > 157 "Lithuania" > 158 "Armenia" > 159 "Azerbaijan" > 160 "Belarus" > 161 "Georgia" > 162 "Moldova" > 163 "Russia" > 164 "Ukraine" > 165 "USSR" > 166 "Europe, not specified" > 167 "Kosovo" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Myanmar (Burma)" > 206 "Cambodia" > 207 "China" > 208 "Cyprus" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea" > 220 "South Korea" > 222 "Kuwait" > 223 "Laos" > 224 "Lebanon" > 226 "Malaysia" > 229 "Nepal" > 231 "Pakistan" > 233 "Philippines" > 235 "Saudi Arabia" > 236 "Singapore" > 238 "Sri Lanka" > 239 "Syria" > 240 "Taiwan" > 242 "Thailand" > 243 "Turkey" > 246 "Uzbekistan" > 247 "Vietnam" > 248 "Yemen" > 249 "Asia, not specified" > 300 "Bermuda" > 301 "Canada" > 303 "Mexico" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Nicaragua" > 316 "Panama" > 318 "Central America" > 321 "Antigua and Barbuda" > 323 "Bahamas" > 324 "Barbados" > 327 "Cuba" > 328 "Dominica" > 329 "Dominican Republic" > 330 "Grenada" > 332 "Haiti" > 333 "Jamaica" > 338 "St. Kitts-Nevis" > 339 "St. Lucia" > 340 "St. Vincent and the Grenadines" > 341 "Trinidad and Tobago" > 343 "West Indes, not specified" > 360 "Argentina" > 361 "Bolivia" > 362 "Brazil" > 363 "Chile" > 364 "Colombia" > 365 "Ecuador" > 368 "Guyana" > 369 "Paraguay" > 370 "Peru" > 372 "Uruguay" > 373 "Venezuela" > 374 "South America, not specified" > 399 "Americas, not specified" > 400 "Algeria" > 407 "Cameroon" > 408 "Cape Verde" > 414 "Egypt" > 416 "Ethiopia" > 417 "Eritrea" > 421 "Ghana" > 427 "Kenya" > 429 "Liberia" > 436 "Morocco" > 440 "Nigeria" > 444 "Senegal" > 447 "Sierra Leone" > 448 "Somalia" > 449 "South Africa" > 451 "Sudan" > 453 "Tanzania" > 457 "Uganda" > 461 "Zimbabwe" > 462 "Africa, not specified" > 501 "Australia" > 508 "Fiji" > 515 "New Zealand" > 523 "Tonga" > 527 "Samoa" > 528 "Oceania, not specified" > 555 "Elsewhere" > ; . * pemntvty: 2007-; . label values pemntvty penatvty; . * pefntvty: 2007-; . label values pefntvty penatvty; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2003" > 19 "2004-2005" > 20 "2006-2007" > 21 "2008-2009" > 22 "2010-2012" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6672 "Internet publishing and broadcasting and web search portals (51913)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ2011: 2011-; . *label values occ2011 occ2011l ; . *label define occ2011l > 10 "Chief executives 11-1011" > 20 "General and operations managers 11-1021" > 30 "Legislators 11-1031" > 40 "Advertising and promotions managers 11-2011" > 50 "Marketing and sales managers 11-2020" > 60 "Public relations managers 11-2031" > 100 "Administrative services managers 11-3011" > 110 "Computer and information systems managers 11-3021" > 120 "Financial managers 11-3031" > 135 "Compensation and benefits managers 11-3111" > 136 "Human Resources Managers 11-3121" > 137 "Training and Development Managers 11-3131" > 140 "Industrial production managers 11-3051" > 150 "Purchasing managers 11-3061" > 160 "Transportation, storage, and distribution managers 11-3071" > 205 "Farmers, Ranchers, and other Agricultural Managers 11-9013" > 220 "Construction managers 11-9021" > 230 "Education administrators 11-9030" > 300 "Engineering managers 11-9041" > 310 "Food service managers 11-9051" > 325 "Funeral Service Managers 11-9061" > 330 "Gaming managers 11-9071" > 340 "Lodging managers 11-9081" > 350 "Medical and health services managers 11-9111" > 360 "Natural sciences managers 11-9121" > 400 "Postmasters and mail superintendents 11-9131" > 410 "Property, real estate, and community association managers 11-9141" > 420 "Social and community service managers 11-9151" > 425 "Emergency Management Directors 11-9161" > 430 "Managers, all other 11-9199" > 500 "Agents and business managers of artists, performers, and athletes 13-1011" > 510 "Purchasing agents and buyers, farm products 13-1021" > 520 "Wholesale and retail buyers, except farm products 13-1022" > 530 "Purchasing agents, except wholesale, retail, and farm products 13-1023" > 540 "Claims adjusters, appraisers, examiners, and investigators 13-1030" > 565 "Compliance Officers 13-1041" > 600 "Cost estimators 13-1051" > 630 "Human resources workers 13-1070" > 640 "Compensation, benefits, and job analysis specialists 13-1141" > 650 "Training and development specialists 13-1151" > 700 "Logisticians 13-1081" > 710 "Management analysts 13-1111" > 725 "Meeting, convention, and event planners 13-1121" > 726 "Fundraisers 13-1131" > 735 "Market research analysts and marketing specialists 13-1161" > 740 "Business operations specialists, all other 13-1199" > 800 "Accountants and auditors 13-2011" > 810 "Appraisers and assessors of real estate 13-2021" > 820 "Budget analysts 13-2031" > 830 "Credit analysts 13-2041" > 840 "Financial analysts 13-2051" > 850 "Personal financial advisors 13-2052" > 860 "Insurance underwriters 13-2053" > 900 "Financial examiners 13-2061" > 910 "Loan counselors and officers 13-2070" > 930 "Tax examiners, collectors, and revenue agents 13-2081" > 940 "Tax preparers 13-2082" > 950 "Financial specialists, all other 13-2099" > 1000 "Computer scientists and systems analysts 15-10XX" > 1005 "Computer and information research scientists 15-1111" > 1006 "Computer systems analysts 15-1121" > 1007 "Information security analysts 15-1122" > 1010 "Computer programmers 15-1131" > 1020 "Software developers, applications and systems software 15-113X" > 1030 "Web developers 15-1134" > 1050 "Computer support specialists 15-1150" > 1060 "Database administrators 15-1141" > 1105 "Network and computer systems administrators 15-1142" > 1106 "Computer network architects 15-1143" > 1107 "Computer occupations, all other 15-1199" > 1200 "Actuaries 15-2011" > 1210 "Mathematicians 15-2021" > 1220 "Operations research analysts 15-2031" > 1230 "Statisticians 15-2041" > 1240 "Miscellaneous mathematical science occupations 15-2090" > 1300 "Architects, except naval 17-1010" > 1310 "Surveyors, cartographers, and photogrammetrists 17-1020" > 1320 "Aerospace engineers 17-2011" > 1330 "Agricultural engineers 17-2021" > 1340 "Biomedical engineers 17-2031" > 1350 "Chemical engineers 17-2041" > 1360 "Civil engineers 17-2051" > 1400 "Computer hardware engineers 17-2061" > 1410 "Electrical and electronic engineers 17-2070" > 1420 "Environmental engineers 17-2081" > 1430 "Industrial engineers, including health and safety 17-2110" > 1440 "Marine engineers and naval architects 17-2121" > 1450 "Materials engineers 17-2131" > 1460 "Mechanical engineers 17-2141" > 1500 "Mining and geological engineers, including mining safety engineers 17-2151" > 1510 "Nuclear engineers 17-2161" > 1520 "Petroleum engineers 17-2171" > 1530 "Engineers, all other 17-2199" > 1540 "Drafters 17-3010" > 1550 "Engineering technicians, except drafters 17-3020" > 1560 "Surveying and mapping technicians 17-3031" > 1600 "Agricultural and food scientists 19-1010" > 1610 "Biological scientists 19-1020" > 1640 "Conservation scientists and foresters 19-1030" > 1650 "Medical scientists 19-1040" > 1660 "Life Scientists, all other 16-1099" > 1700 "Astronomers and physicists 19-2010" > 1710 "Atmospheric and space scientists 19-2021" > 1720 "Chemists and materials scientists 19-2030" > 1740 "Environmental scientists and geoscientists 19-2040" > 1760 "Physical scientists, all other 19-2099" > 1800 "Economists 19-3011" > 1815 "Survey Researchers 19-3022" > 1820 "Psychologists 19-3030" > 1830 "Sociologists 19-3041" > 1840 "Urban and regional planners 19-3051" > 1860 "Miscellaneous social scientists and related workers 19-3090" > 1900 "Agricultural and food science technicians 19-4011" > 1910 "Biological technicians 19-4021" > 1920 "Chemical technicians 19-4031" > 1930 "Geological and petroleum technicians 19-4041" > 1940 "Nuclear technicians 19-4051" > 1950 "Social science research assistants 19-4061" > 1965 "Miscellaneous life, physical, and social science technicians 19-4090" > 2000 "Counselors 21-1010" > 2010 "Social workers 21-1020" > 2015 "Probation Officers and Correctional Treatment Specialists 21-1092" > 2016 "Social and Human Service Assistants 21-1093" > 2025 "Miscellaneous community and social service specialists, 21-109X" > 2040 "Clergy 21-2011" > 2050 "Directors, religious activities and education 21-2021" > 2060 "Religious workers, all other 21-2099" > 2100 "Lawyers, Judges, magistrates, and other judicial workers 23-1011" > 2105 "Judicial Law Clerks 23-1012" > 2110 "Judges, Magistrates, and Other Judicial Workers 23-1020" > 2145 "Paralegals and Legal Assistants 23-2011" > 2160 "Miscellaneous Legal Support Workers 23-2090" > 2200 "Postsecondary teachers 25-1000" > 2300 "Preschool and kindergarten teachers 25-2010" > 2310 "Elementary and middle school teachers 25-2020" > 2320 "Secondary school teachers 25-2030" > 2330 "Special education teachers 25-2050" > 2340 "Other teachers and instructors 25-3000" > 2400 "Archivists, curators, and museum technicians 25-4010" > 2430 "Librarians 25-4021" > 2440 "Library technicians 25-4031" > 2540 "Teacher assistants 25-9041" > 2550 "Other education, training, and library workers 25-90XX" > 2600 "Artists and related workers 27-1010" > 2630 "Designers 27-1020" > 2700 "Actors 27-2011" > 2710 "Producers and directors 27-2012" > 2720 "Athletes, coaches, umpires, and related workers 27-2020" > 2740 "Dancers and choreographers 27-2030" > 2750 "Musicians, singers, and related workers 27-2040" > 2760 "Entertainers and performers, sports and related workers, all other 27-2099" > 2800 "Announcers 27-3010" > 2810 "News analysts, reporters and correspondents 27-3020" > 2825 "Public Relations Specialists 27-3031" > 2830 "Editors 27-3041" > 2840 "Technical writers 27-3042" > 2850 "Writers and authors 27-3043" > 2860 "Miscellaneous media and communication workers 27-3090" > 2900 "Broadcast and sound engineering technicians and radio operators 27-4010" > 2910 "Photographers 27-4021" > 2920 "Television, video, and motion picture camera operators and editors 27-4030" > 2960 "Media and communication equipment workers, all other 27-4099" > 3000 "Chiropractors 29-1011" > 3010 "Dentists 29-1020" > 3030 "Dietitians and nutritionists 29-1031" > 3040 "Optometrists 29-1041" > 3050 "Pharmacists 29-1051" > 3060 "Physicians and surgeons 29-1060" > 3110 "Physician assistants 29-1071" > 3120 "Podiatrists 29-1081" > 3140 "Audiologists 29-1181" > 3150 "Occupational therapists 29-1122" > 3160 "Physical therapists 29-1123" > 3200 "Radiation therapists 29-1124" > 3210 "Recreational therapists 29-1125" > 3220 "Respiratory therapists 29-1126" > 3230 "Speech-language pathologists 29-1127" > 3235 "Exercise Physiologists 29-1128" > 3245 "Therapists, all other 29-1129" > 3250 "Veterinarians 29-1131" > 3255 "Registered Nurses 29-1141" > 3256 "Nurse Anesthetists 29-1151" > 3257 "Nurse Midwives 29-1161" > 3258 "Nurse Practitioners 29-1171" > 3260 "Health diagnosing and treating practitioners, all other 29-1199" > 3300 "Clinical laboratory technologists and technicians 29-2010" > 3310 "Dental hygienists 29-2021" > 3320 "Diagnostic related technologists and technicians 29-2030" > 3400 "Emergency medical technicians and paramedics 29-2041" > 3420 "Health Practitioner Support Technologists and Technicians 29-2050" > 3500 "Licensed practical and licensed vocational nurses 29-2061" > 3510 "Medical records and health information technicians 29-2071" > 3520 "Opticians, dispensing 29-2081" > 3535 "Miscellaneous Health Technologists and Technicians 29-2090" > 3540 "Other healthcare practitioners and technical occupations 29-9000" > 3600 "Nursing, psychiatric, and home health aides 31-1010" > 3610 "Occupational therapist assistants and aides 31-2010" > 3620 "Physical therapist assistants and aides 31-2020" > 3630 "Massage therapists 31-9011" > 3640 "Dental assistants 31-9091" > 3645 "Medical Assistants 31-9092" > 3646 "Medical Transcriptionists 31-9094" > 3647 "Pharmacy Aides 31-9095" > 3648 "Veterinary Assistants and Laboratory Animal Caretakers 31-9096" > 3649 "Phlebotomists 31-9097" > 3655 "Miscellaneous Healthcare Support Occupations, Including 31-909X" > 3700 "First-line supervisors/managers of correctional officers 33-1011" > 3710 "First-line supervisors/managers of police and detectives 33-1012" > 3720 "First-line supervisors/managers of fire fighting and prevention workers 33-1021" > 3730 "Supervisors, protective service workers, all other 33-1099" > 3740 "Fire fighters 33-2011" > 3750 "Fire inspectors 33-2020" > 3800 "Bailiffs, correctional officers, and jailers 33-3010" > 3820 "Detectives and criminal investigators 33-3021" > 3830 "Fish and game wardens 33-3031" > 3840 "Parking enforcement workers 33-3041" > 3850 "Police and sheriff's patrol officers 33-3051" > 3860 "Transit and railroad police 33-3052" > 3900 "Animal control workers 33-9011" > 3910 "Private detectives and investigators 33-9021" > 3930 "Security Guards and Gaming Surveillance Officers 33-9030" > 3940 "Crossing guards 33-9091" > 3945 "Transportation Security Screeners 33-9093" > 3955 "Lifeguards and Other Recreational, and all Other Protective Service Workers 33-909X" > 4000 "Chefs and head cooks 35-1011" > 4010 "First-line supervisors/managers of food preparation and serving workers 35-1012" > 4020 "Cooks 35-2010" > 4030 "Food preparation workers 35-2021" > 4040 "Bartenders 35-3011" > 4050 "Combined food preparation and serving workers, including fast food 35-3021" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop 35-3022" > 4110 "Waiters and waitresses 35-3031" > 4120 "Food servers, nonrestaurant 35-3041" > 4130 "Dining room and cafeteria attendants and bartender helpers 35-9011" > 4140 "Dishwashers 35-9021" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop 35-9031" > 4160 "Food preparation and serving related workers, all other 35-9099" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers 37-1011" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > 37-1012" > 4220 "Janitors and building cleaners 31-201X" > 4230 "Maids and housekeeping cleaners 37-2012" > 4240 "Pest control workers 37-2021" > 4250 "Grounds maintenance workers 37-3010" > 4300 "First-line supervisors/managers of gaming workers 39-1010" > 4320 "First-line supervisors/managers of personal service workers 39-1021" > 4340 "Animal trainers 39-2011" > 4350 "Nonfarm animal caretakers 39-2021" > 4400 "Gaming services workers 39-3010" > 4410 "Motion picture projectionists 39-3021" > 4420 "Ushers, lobby attendants, and ticket takers 39-3031" > 4430 "Miscellaneous entertainment attendants and related workers 39-3090" > 4460 "Funeral service workers 39-40XX" > 4465 "Morticians, Undertakers, and Funeral Directors 39-4031" > 4500 "Barbers 39-5011" > 4510 "Hairdressers, hairstylists, and cosmetologists 39-5012" > 4520 "Miscellaneous personal appearance workers 39-5090" > 4530 "Baggage porters, bellhops, and concierges 39-6010" > 4540 "Tour and travel guides 39-7010" > 4600 "Child care workers 39-9011" > 4610 "Personal and home care aides 39-9021" > 4620 "Recreation and fitness workers 39-9030" > 4640 "Residential advisors 39-9041" > 4650 "Personal care and service workers, all other 39-9099" > 4700 "First-line supervisors/managers of retail sales workers 41-1011" > 4710 "First-line supervisors/managers of non-retail sales workers 41-1012" > 4720 "Cashiers 41-2010" > 4740 "Counter and rental clerks 41-2021" > 4750 "Parts salespersons 41-2022" > 4760 "Retail salespersons 41-2031" > 4800 "Advertising sales agents 41-3011" > 4810 "Insurance sales agents 41-3021" > 4820 "Securities, commodities, and financial services sales agents 41-3031" > 4830 "Travel agents 41-3041" > 4840 "Sales representatives, services, all other 41-3099" > 4850 "Sales representatives, wholesale and manufacturing 41-4010" > 4900 "Models, demonstrators, and product promoters 41-9010" > 4920 "Real estate brokers and sales agents 41-9020" > 4930 "Sales engineers 41-9031" > 4940 "Telemarketers 41-9041" > 4950 "Door-to-door sales workers, news and street vendors, and related workers 41-9091" > 4965 "Sales and Related Workers, all other 41-9099" > 5000 "First-line supervisors/managers of office and administrative support workers 43-1011" > 5010 "Switchboard operators, including answering service 43-2011" > 5020 "Telephone operators 43-2021" > 5030 "Communications equipment operators, all other 43-2099" > 5100 "Bill and account collectors 43-3011" > 5110 "Billing and posting clerks and machine operators 43-3021" > 5120 "Bookkeeping, accounting, and auditing clerks 43-3031" > 5130 "Gaming cage workers 43-3041" > 5140 "Payroll and timekeeping clerks 43-3051" > 5150 "Procurement clerks 43-3061" > 5160 "Tellers 43-3071" > 5165 "Financial Clerks, all other 43-3099" > 5200 "Brokerage clerks 43-4011" > 5210 "Correspondence clerks 43-4021" > 5220 "Court, municipal, and license clerks 43-4031" > 5230 "Credit authorizers, checkers, and clerks 43-4041" > 5240 "Customer service representatives 43-4051" > 5250 "Eligibility interviewers, government programs 43-4061" > 5260 "File Clerks 43-4071" > 5300 "Hotel, motel, and resort desk clerks 43-4081" > 5310 "Interviewers, except eligibility and loan 43-4111" > 5320 "Library assistants, clerical 43-4121" > 5330 "Loan interviewers and clerks 43-4131" > 5340 "New accounts clerks 43-4141" > 5350 "Order clerks 43-4151" > 5360 "Human resources assistants, except payroll and timekeeping 43-4161" > 5400 "Receptionists and information clerks 43-4171" > 5410 "Reservation and transportation ticket agents and travel clerks 43-4181" > 5420 "Information and record clerks, all other 43-4199" > 5500 "Cargo and freight agents 43-5011" > 5510 "Couriers and messengers 43-5021" > 5520 "Dispatchers 43-5030" > 5530 "Meter readers, utilities 43-5041" > 5540 "Postal service clerks 43-5051" > 5550 "Postal service mail carriers 43-5052" > 5560 "Postal service mail sorters, processors, and processing machine operators 43-5053" > 5600 "Production, planning, and expediting clerks 43-5061" > 5610 "Shipping, receiving, and traffic clerks 43-5071" > 5620 "Stock clerks and order fillers 43-5081" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping 43-5111" > 5700 "Secretaries and administrative assistants 43-6010" > 5800 "Computer operators 43-9011" > 5810 "Data entry keyers 43-9021" > 5820 "Word processors and typists 43-9022" > 5830 "Desktop publishers 43-9031" > 5840 "Insurance claims and policy processing clerks 43-9041" > 5850 "Mail clerks and mail machine operators, except postal service 43-9051" > 5860 "Office clerks, general 43-9061" > 5900 "Office machine operators, except computer 43-9071" > 5910 "Proofreaders and copy markers 43-9081" > 5920 "Statistical assistants 43-9111" > 5940 "Office and Administrative Support Workers, all other 43-9199" > 6005 "First-line supervisors of farming, fishing, and forestry workers 45-1011" > 6010 "Agricultural inspectors 45-2011" > 6020 "Animal breeders 45-2021" > 6040 "Graders and sorters, agricultural products 45-2041" > 6050 "Miscellaneous agricultural workers 45-2090" > 6100 "Fishers and related fishing workers 45-3011" > 6110 "Hunters and trappers 45-3021" > 6120 "Forest and conservation workers 45-4011" > 6130 "Logging workers 45-4020" > 6200 "First-line supervisors/managers of construction trades and extraction workers 47-1011" > 6210 "Boilermakers 47-2011" > 6220 "Brickmasons, blockmasons, and stonemasons 47-2020" > 6230 "Carpenters 47-2031" > 6240 "Carpet, floor, and tile installers and finishers 47-2040" > 6250 "Cement masons, concrete finishers, and terrazzo workers 47-2050" > 6260 "Construction laborers 47-2061" > 6300 "Paving, surfacing, and tamping equipment operators 47-2071" > 6310 "Pile-driver operators 47-2072" > 6320 "Operating engineers and other construction equipment operators 47-2073" > 6330 "Drywall installers, ceiling tile installers, and tapers 47-2080" > 6355 "Electricians 47-2111" > 6360 "Glaziers 47-2121" > 6400 "Insulation workers 47-2130" > 6420 "Painters, construction and maintenance 47-2141" > 6430 "Paperhangers 47-2142" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters 47-2150" > 6460 "Plasterers and stucco masons 47-2161" > 6500 "Reinforcing iron and rebar workers 47-2171" > 6515 "Roofers 47-2181" > 6520 "Sheet metal workers 47-2211" > 6530 "Structural iron and steel workers 47-2221" > 6540 "Solar Photovoltaic Installers 47-2231" > 6600 "Helpers, construction trades 47-3010" > 6660 "Construction and building inspectors 47-4011" > 6700 "Elevator installers and repairers 47-4021" > 6710 "Fence erectors 47-4031" > 6720 "Hazardous materials removal workers 47-4041" > 6730 "Highway maintenance workers 47-4051" > 6740 "Rail-track laying and maintenance equipment operators 47-4061" > 6750 "Septic tank servicers and sewer pipe cleaners 47-4071" > 6765 "Miscellaneous construction and related workers 47-4090" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining 47-5010" > 6820 "Earth drillers, except oil and gas 47-5021" > 6830 "Explosives workers, ordnance handling experts, and blasters 47-5031" > 6840 "Mining machine operators 47-5040" > 6910 "Roof bolters, mining 47-5061" > 6920 "Roustabouts, oil and gas 47-5071" > 6930 "Helpers--extraction workers 47-5081" > 6940 "Other extraction workers 47-50XX" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers 49-1011" > 7010 "Computer, automated teller, and office machine repairers 49-2011" > 7020 "Radio and telecommunications equipment installers and repairers 49-2020" > 7030 "Avionics technicians 49-2091" > 7040 "Electric motor, power tool, and related repairers 49-2092" > 7050 "Electrical and electronics installers and repairers, transportation equipment 49-2093" > 7100 "Electrical and electronics repairers, industrial and utility 49-209X" > 7110 "Electronic equipment installers and repairers, motor vehicles 49-2096" > 7120 "Electronic home entertainment equipment installers and repairers 49-2097" > 7130 "Security and fire alarm systems installers 49-2098" > 7140 "Aircraft mechanics and service technicians 49-3011" > 7150 "Automotive body and related repairers 49-3021" > 7160 "Automotive glass installers and repairers 49-3022" > 7200 "Automotive service technicians and mechanics 49-3023" > 7210 "Bus and truck mechanics and diesel engine specialists 49-3031" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics 49-3040" > 7240 "Small engine mechanics 49-3050" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers 49-3090" > 7300 "Control and valve installers and repairers 49-9010" > 7315 "Heating, air conditioning, and refrigeration mechanics and installers 49-9021" > 7320 "Home appliance repairers 49-9031" > 7330 "Industrial and refractory machinery mechanics 49-904X" > 7340 "Maintenance and repair workers, general 49-9071" > 7350 "Maintenance workers, machinery 49-9043" > 7360 "Millwrights 49-9044" > 7410 "Electrical power-line installers and repairers 49-9051" > 7420 "Telecommunications line installers and repairers 49-9052" > 7430 "Precision instrument and equipment repairers 49-9060" > 7440 "Wind Turbine Service Technicians 49-9081" > 7510 "Coin, vending, and amusement machine servicers and repairers 49-9091" > 7520 "Commercial divers 49-9092" > 7540 "Locksmiths and safe repairers 49-9094" > 7550 "Manufactured building and mobile home installers 49-9095" > 7560 "Riggers 49-9096" > 7600 "Signal and track switch repairers 49-9097" > 7610 "Helpers--installation, maintenance, and repair workers 49-9098" > 7630 "Other installation, maintenance, and repair workers 49-909X" > 7700 "First-line supervisors/managers of production and operating workers 51-1011" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers 51-2011" > 7720 "Electrical, electronics, and electromechanical assemblers 51-2020" > 7730 "Engine and other machine assemblers 51-2031" > 7740 "Structural metal fabricators and fitters 51-2041" > 7750 "Miscellaneous assemblers and fabricators 51-2090" > 7800 "Bakers 51-3011" > 7810 "Butchers and other meat, poultry, and fish processing workers 51-3020" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders 51-3091" > 7840 "Food batchmakers 51-3092" > 7850 "Food cooking machine operators and tenders 51-3093" > 7855 "Food Processing Workers, all Other 51-3099" > 7900 "Computer control programmers and operators 51-4010" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic 51-4021 > " > 7930 "Forging machine setters, operators, and tenders, metal and plastic 51-4022" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic 51-4023" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > 51-4031" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic 51-4 > 032" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic 51-4033" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic 51-403 > 4" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic 51-4035" > 8030 "Machinists 51-4041" > 8040 "Metal furnace and kiln operators and tenders 51-4050" > 8060 "Model makers and patternmakers, metal and plastic 51-4060" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic 51-4070" > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic 51-4081" > 8130 "Tool and die makers 51-4111" > 8140 "Welding, soldering, and brazing workers 51-4120" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic 51-4191" > 8160 "Lay-out workers, metal and plastic 51-4192" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic 51-4193" > 8210 "Tool grinders, filers, and sharpeners 51-4194" > 8220 "Metalworkers and plastic workers, all other 51-4199" > 8250 "Prepress technicians and workers 51-5111" > 8255 "Printing Press Operators 51-5112" > 8256 "Print Binding and Finishing Workers 51-5113" > 8300 "Laundry and dry-cleaning workers 51-6011" > 8310 "Pressers, textile, garment, and related materials 51-6021" > 8320 "Sewing machine operators 51-6031" > 8330 "Shoe and leather workers and repairers 51-6041" > 8340 "Shoe machine operators and tenders 51-6042" > 8350 "Tailors, dressmakers, and sewers 51-6050" > 8360 "Textile bleaching and dyeing machine operators and tenders 51-6061" > 8400 "Textile cutting machine setters, operators, and tenders 51-6062" > 8410 "Textile knitting and weaving machine setters, operators, and tenders 51-6063" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders 51-60 > 64" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s 51-6091" > 8440 "Fabric and apparel patternmakers 51-6092" > 8450 "Upholsterers 51-6093" > 8460 "Textile, apparel, and furnishings workers, all other 51-6099" > 8500 "Cabinetmakers and bench carpenters 51-7011" > 8510 "Furniture finishers 51-7021" > 8520 "Model makers and patternmakers, wood 51-7030" > 8530 "Sawing machine setters, operators, and tenders, wood 51-7041" > 8540 "Woodworking machine setters, operators, and tenders, except sawing 51-7042" > 8550 "Woodworkers, all other 51-7099" > 8600 "Power plant operators, distributors, and dispatchers 51-8010" > 8610 "Stationary engineers and boiler operators 51-8021" > 8620 "Water and liquid waste treatment plant and system operators 51-8031" > 8630 "Miscellaneous plant and system operators 51-8090" > 8640 "Chemical processing machine setters, operators, and tenders 51-9010" > 8650 "Crushing, grinding, polishing, mixing, and blending workers 51-9020" > 8710 "Cutting workers 51-9030" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders 51- > 9041" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders 51-9051" > 8740 "Inspectors, testers, sorters, samplers, and weighers 51-9061" > 8750 "Jewelers and precious stone and metal workers 51-9071" > 8760 "Medical, dental, and ophthalmic laboratory technicians 51-9080" > 8800 "Packaging and filling machine operators and tenders 51-9111" > 8810 "Painting workers 51-9120" > 8830 "Photographic process workers and processing machine operators 51-9151" > 8840 "Semiconductor processors 51-9141" > 8850 "Cementing and gluing machine operators and tenders 51-9191" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders 51-9192" > 8900 "Cooling and freezing equipment operators and tenders 51-9193" > 8910 "Etchers and engravers 51-9194" > 8920 "Molders, shapers, and casters, except metal and plastic 51-9195" > 8930 "Paper goods machine setters, operators, and tenders 51-9196" > 8940 "Tire builders 51-9197" > 8950 "Helpers--production workers 51-9198" > 8965 "Production workers, all other 51-9199" > 9000 "Supervisors, transportation and material moving workers 53-1000" > 9030 "Aircraft pilots and flight engineers 53-2010" > 9040 "Air traffic controllers and airfield operations specialists 53-2020" > 9050 "Flight Attendants 53-2031" > 9110 "Ambulance drivers and attendants, except emergency medical technicians 53-3011" > 9120 "Bus drivers 53-3020" > 9130 "Driver/sales workers and truck drivers 53-3030" > 9140 "Taxi drivers and chauffeurs 53-3041" > 9150 "Motor vehicle operators, all other 53-3099" > 9200 "Locomotive engineers and operators 53-4010" > 9230 "Railroad brake, signal, and switch operators 53-4021" > 9240 "Railroad conductors and yardmasters 53-4031" > 9260 "Subway, streetcar, and other rail transportation workers 53-40XX" > 9300 "Sailors and marine oilers 53-5011" > 9310 "Ship and boat captains and operators 53-5020" > 9330 "Ship engineers 53-5031" > 9340 "Bridge and lock tenders 53-6011" > 9350 "Parking lot attendants 53-6021" > 9360 "Service station attendants 53-6031" > 9410 "Transportation inspectors 53-6051" > 9415 "Transportation Attendants, Except Flight Attendants 53-6061" > 9420 "Other transportation workers 53-60XX" > 9500 "Conveyor operators and tenders 53-7011" > 9510 "Crane and tower operators 53-7021" > 9520 "Dredge, excavating, and loading machine operators 53-7030" > 9560 "Hoist and winch operators 53-7041" > 9600 "Industrial truck and tractor operators 53-7051" > 9610 "Cleaners of vehicles and equipment 53-7061" > 9620 "Laborers and freight, stock, and material movers, hand 53-7062" > 9630 "Machine feeders and offbearers 53-7063" > 9640 "Packers and packagers, hand 53-7064" > 9650 "Pumping station operators 53-7070" > 9720 "Refuse and recyclable material collectors 53-7081" > 9730 "Shuttle car operators 53-7111" > 9740 "Tank car, truck, and ship loaders 53-7121" > 9750 "Material moving workers, all other 53-7199" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reported (Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers 55-1010" > 9810 "First-line enlisted military supervisors/managers 55-2010" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members 55-30 > 10" > 9830 "Military, rank not specified 99-9999" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** Race 2003-April 2012 has 21 Categories" > ** "Race May 2012 on has 26 Categories" > label values race race26; > label define race26 > 1 "White Only" > 2 "Black Only" > 3 "American Indian, Alaskan Native Only" > 4 "Asian Only" > 5 "Hawaiian/Pacific Islander Only" > 6 "White-Black" > 7 "White-AI" > 8 "White-Asian" > 9 "White-HP" > 10 "Black-AI" > 11 "Black-Asian" > 12 "Black-HP" > 13 "AI-Asian" > 14 "AI-HP" > 15 "Asian-HP" > 16 "W-B-AI" > 17 "W-B-A" > 18 "W-B-HP" > 19 "W-AI-A" > 20 "W-AI-HP" > 21 "W-A-HP" > 22 "B-AI-A" > 23 "W-B-AI-A" > 24 "W-AI-A-HP" > 25 "Other 3 Race Combinations" > 26 "Other 4 and 5 Race Combinations" > ; > ** uhourse -4 Hours vary 1994-; > label values uhourse uhourse; > label define uhourse > -4 "Hours vary" > ; > > > end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg14.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 317,056 6.529733 3.458306 1 12 hurespli | 317,024 1.384075 .7484047 0 12 hrhtype | 317,056 2.703507 2.272043 1 10 minsamp | 317,056 5.991383 1.999985 4 8 -------------+--------------------------------------------------------- hrlonglk | 317,056 1.991213 .1322763 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 317,056 1.052568 .2390683 1 5 -------------+--------------------------------------------------------- state | 78,801 54.37898 26.3805 11 95 stfips | 317,056 27.95977 16.00215 1 56 cbsafips | 317,056 25064.74 20148.38 0 79600 county | 317,056 28.3667 67.21188 0 810 centcity | 258,803 1.950387 .7323869 1 3 -------------+--------------------------------------------------------- smsastat | 314,133 1.201532 .4011454 1 2 icntcity | 29,414 1.446386 1.035312 1 7 smsa04 | 317,056 3.612444 2.579649 0 7 relref95 | 317,056 3.146813 3.204586 1 18 age | 317,056 46.9664 18.44859 16 85 -------------+--------------------------------------------------------- spouse | 163,723 1.586142 .7034124 1 13 sex | 317,056 1.520457 .4995821 1 2 grade92 | 317,056 40.25861 2.729386 31 46 race | 317,056 1.420311 1.320473 1 26 ethnic | 38,984 2.536374 2.383969 1 8 -------------+--------------------------------------------------------- lineno | 317,056 1.749722 1.024197 1 16 famnum | 317,056 .7970043 .4759037 0 5 pfamrel | 317,056 1.367799 1.072842 0 4 marital | 317,056 3.434961 2.656235 1 7 prpertyp | 317,056 2.00417 .0644379 2 3 -------------+--------------------------------------------------------- penatvty | 317,056 87.27447 80.741 57 555 pemntvty | 317,056 96.99976 89.65627 57 555 pefntvty | 317,056 97.12513 89.79876 57 555 prcitshp | 317,056 1.488242 1.212822 1 5 prcitflg | 317,056 .1915939 2.104692 0 41 -------------+--------------------------------------------------------- peinusyr | 317,056 1.945659 5.267882 0 23 selfproxy | 312,292 1.490269 .5057015 1 3 lfsr94 | 315,734 2.928193 2.381503 1 7 absent94 | 6,712 6.304678 3.532423 4 14 uhourse | 188,536 35.41933 15.71213 -4 99 -------------+--------------------------------------------------------- reason94 | 12,935 5.199536 2.947534 1 13 hourslw | 180,502 38.58427 13.11594 1 99 laydur | 1,383 8.005785 9.820972 1 52 dwrsn | 6,160 7.177273 3.373161 1 11 why3594 | 45,708 15.03087 6.799926 1 23 -------------+--------------------------------------------------------- prunedur | 11,019 29.25638 34.32266 0 119 untype | 11,019 3.432526 1.669306 1 6 ftpt94 | 315,734 2.630125 2.474323 1 12 class94 | 205,493 4.100694 1.15013 1 8 agri | 205,493 .0201807 .1406185 0 1 -------------+--------------------------------------------------------- eligible | 317,056 1.473046 .4992737 1 2 otc | 167,074 1.865371 .3413279 1 2 ernpdh2 | 95,242 1.736104 .440746 1 2 paidhre | 167,074 1.411494 .4921059 1 2 earnhre | 98,279 1627.096 967.0401 34 9999 -------------+--------------------------------------------------------- earnwke | 167,074 872.3606 649.233 0 2884.61 unionmme | 167,074 1.888277 .3150262 1 2 unioncov | 148,408 1.98583 .1181934 1 2 schenr | 200,061 1.846567 .3604055 1 2 studftpt | 30,696 1.155297 .3621936 1 2 -------------+--------------------------------------------------------- schlvl | 30,696 1.619103 .4856151 1 2 earnwt | 317,056 9384.334 5125.302 0 95889.56 weight | 317,056 2346.084 1274.621 0 24595.83 chldpres | 317,056 1.310595 2.779703 0 15 ownchild | 317,056 .4817414 .9497944 0 11 -------------+--------------------------------------------------------- I25d | 167,074 .3623245 .4806733 0 1 I25c | 98,324 .3975937 .4894031 0 1 I25a | 317,056 .4608303 4.121684 0 43 I25b | 317,056 4.182211 12.56121 0 42 qstnum | 0 -------------+--------------------------------------------------------- occurnum | 0 ged | 92,429 1.098508 .298002 1 2 gedhigr | 9,105 6.425371 1.334513 1 8 yrcoll | 88,119 2.751529 1.033258 1 5 grprof | 59,196 1.726941 .4455347 1 2 -------------+--------------------------------------------------------- gr6cor | 16,164 1.284274 .4510818 1 2 ms123 | 24,125 2.200539 .5658361 1 3 cmpwgt | 317,056 2346.522 1276.836 0 24102.68 ind02 | 205,493 6269.497 2695.202 170 9890 occ2012 | 205,493 4156.507 2571.598 10 9840 -------------+--------------------------------------------------------- occ002 | 317,056 108.2735 729.4847 -1 9750 vet1 | 26,874 3.818226 1.694893 1 9 vet2 | 5,184 3.445409 1.504033 1 9 vet3 | 1,250 2.9856 1.508381 1 8 vet4 | 203 3.704433 1.777564 1 8 -------------+--------------------------------------------------------- linedad | 44,104 1.691479 .9155552 1 12 linemom | 31,845 1.14558 .4027404 1 3 recnum | 317,056 226889.2 131051.6 1 453573 year | 317,056 2014 0 2014 2014 ym_file | 317,056 653.5297 3.458306 648 659 -------------+--------------------------------------------------------- ym | 317,056 644.5556 6.944335 633 656 ch02 | 317,056 .0644429 .2455406 0 1 ch35 | 317,056 .0706784 .2562872 0 1 ch613 | 317,056 .1475418 .3546457 0 1 ch1417 | 317,056 .0904414 .2868136 0 1 -------------+--------------------------------------------------------- ch05 | 317,056 .1125542 .3160476 0 1 ihigrdc | 317,056 13.49144 2.965322 0 18 docc00 | 205,493 12.34945 6.723326 1 23 dind02 | 205,493 46.69765 245.6327 1 3895 . aef2 2015 15 03 13 dct_name aef03.dbd raw_name=../raw/morg15 (0 observations deleted) obs 453225 # of persons with age<=15 138533 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 57,434 12.67 12.67 0 | 3,852 0.85 13.52 1 | 4,564 1.01 14.53 2 | 4,820 1.06 15.59 3 | 4,968 1.10 16.69 4 | 4,883 1.08 17.77 5 | 5,116 1.13 18.90 6 | 5,081 1.12 20.02 7 | 5,360 1.18 21.20 8 | 5,327 1.18 22.37 9 | 5,341 1.18 23.55 10 | 5,213 1.15 24.70 11 | 5,249 1.16 25.86 12 | 5,156 1.14 27.00 13 | 5,304 1.17 28.17 14 | 5,394 1.19 29.36 15 | 5,471 1.21 30.57 16 | 5,399 1.19 31.76 17 | 5,279 1.16 32.92 18 | 4,946 1.09 34.01 19 | 4,392 0.97 34.98 20 | 4,549 1.00 35.99 21 | 4,530 1.00 36.99 22 | 4,732 1.04 38.03 23 | 4,816 1.06 39.09 24 | 5,001 1.10 40.20 25 | 5,106 1.13 41.32 26 | 5,032 1.11 42.43 27 | 4,822 1.06 43.50 28 | 5,012 1.11 44.60 29 | 4,965 1.10 45.70 30 | 5,236 1.16 46.85 31 | 5,031 1.11 47.96 32 | 5,184 1.14 49.11 33 | 5,169 1.14 50.25 34 | 5,194 1.15 51.39 35 | 5,409 1.19 52.59 36 | 5,047 1.11 53.70 37 | 4,887 1.08 54.78 38 | 4,806 1.06 55.84 39 | 4,728 1.04 56.88 40 | 4,978 1.10 57.98 41 | 4,769 1.05 59.03 42 | 4,784 1.06 60.09 43 | 4,959 1.09 61.18 44 | 5,275 1.16 62.35 45 | 5,358 1.18 63.53 46 | 5,134 1.13 64.66 47 | 4,976 1.10 65.76 48 | 5,160 1.14 66.90 49 | 4,957 1.09 67.99 50 | 5,645 1.25 69.24 51 | 5,741 1.27 70.50 52 | 5,608 1.24 71.74 53 | 5,616 1.24 72.98 54 | 5,714 1.26 74.24 55 | 5,636 1.24 75.48 56 | 5,536 1.22 76.71 57 | 5,560 1.23 77.93 58 | 5,565 1.23 79.16 59 | 5,553 1.23 80.39 60 | 5,361 1.18 81.57 61 | 5,286 1.17 82.74 62 | 5,010 1.11 83.84 63 | 5,020 1.11 84.95 64 | 4,852 1.07 86.02 65 | 4,684 1.03 87.05 66 | 4,566 1.01 88.06 67 | 4,396 0.97 89.03 68 | 4,649 1.03 90.06 69 | 3,575 0.79 90.84 70 | 3,335 0.74 91.58 71 | 3,232 0.71 92.29 72 | 3,192 0.70 93.00 73 | 2,901 0.64 93.64 74 | 2,576 0.57 94.21 75 | 2,579 0.57 94.77 76 | 2,274 0.50 95.28 77 | 2,133 0.47 95.75 78 | 2,032 0.45 96.20 79 | 1,798 0.40 96.59 80 | 7,720 1.70 98.30 85 | 7,725 1.70 100.00 ------------+----------------------------------- Total | 453,225 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 57,434 41.46 41.46 0 | 3,852 2.78 44.24 1 | 4,564 3.29 47.53 2 | 4,820 3.48 51.01 3 | 4,968 3.59 54.60 4 | 4,883 3.52 58.12 5 | 5,116 3.69 61.82 6 | 5,081 3.67 65.48 7 | 5,360 3.87 69.35 8 | 5,327 3.85 73.20 9 | 5,341 3.86 77.05 10 | 5,213 3.76 80.82 11 | 5,249 3.79 84.61 12 | 5,156 3.72 88.33 13 | 5,304 3.83 92.16 14 | 5,394 3.89 96.05 15 | 5,471 3.95 100.00 ------------+----------------------------------- Total | 138,533 100.00 (138,533 observations deleted) (0 observations deleted) obs 314692 after keeping age>15&age!=. infile successful no observations (30 real changes made, 30 to missing) (270,982 real changes made, 270,982 to missing) (283,277 real changes made, 283,277 to missing) (0 real changes made) (0 real changes made) (156,999 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (157,693 real changes made) Geography (124,244 real changes made) dropping cmsacode msafips smsa93 smsasize = . if smsasize <=0 (235,299 real changes made, 235,299 to missing) inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (3,209 real changes made, 3,209 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (56,101 real changes made, 56,101 to missing) (278,766 real changes made, 278,766 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (153,348 real changes made, 153,348 to missing) if 2015 > 1983 & 2015 < 1989 { (0 real changes made) (0 real changes made) (0 real changes made) (ch02: 72031 changes made) (ch35: 81030 changes made) (ch613: 81030 changes made) (ch1417: 81030 changes made) (14,842 real changes made) (0 real changes made) (223,330 real changes made, 223,330 to missing) (305,545 real changes made, 305,545 to missing) (228,140 real changes made, 228,140 to missing) (314,692 real changes made, 314,692 to missing) (314,692 real changes made, 314,692 to missing) (314,692 real changes made, 314,692 to missing) (314,692 missing values generated) (957 real changes made) (1,943 real changes made) (3,630 real changes made) (5,322 real changes made) (6,407 real changes made) (9,520 real changes made) (11,265 real changes made) (4,905 real changes made) (52 real changes made) (132 real changes made) (76 real changes made) (598 real changes made) (987 real changes made) (2,214 real changes made) (3,095 real changes made) (1,993 real changes made) (82,215 real changes made) (9,824 real changes made) (21,315 real changes made) (39,826 real changes made) (9,798 real changes made) (5,789 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (9,196 real changes made) (220,244 real changes made, 220,244 to missing) (305,269 real changes made, 305,269 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (275,608 real changes made, 275,608 to missing) (0 real changes made) (288,542 real changes made, 288,542 to missing) (309,564 real changes made, 309,564 to missing) (313,471 real changes made, 313,471 to missing) (314,493 real changes made, 314,493 to missing) Employment (5,471 real changes made, 5,471 to missing) (308,753 real changes made, 308,753 to missing) (149,410 real changes made, 149,410 to missing) (112,651 real changes made, 112,651 to missing) (112,651 real changes made, 112,651 to missing) (112,651 real changes made, 112,651 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 generate int docc00=occ2011; 568 572 577 (112,651 missing values generated) 581 recode docc00 2011 (docc00: 202041 changes made) dind (112,651 missing values generated) (dind02: 201196 changes made) Wages (149,410 real changes made, 149,410 to missing) (0 real changes made) (217,610 real changes made, 217,610 to missing) (0 real changes made) (0 real changes made) (149,410 real changes made) (197,793 real changes made) (112,651 real changes made, 112,651 to missing) (305,269 real changes made, 305,269 to missing) (129,777 real changes made) (149,410 real changes made) (2 real changes made, 2 to missing) (128,468 real changes made, 128,468 to missing) (1,309 real changes made, 1,309 to missing) (313,417 real changes made, 313,417 to missing) (217,562 real changes made, 217,562 to missing) (149,410 real changes made, 149,410 to missing) Hours, Unions (300,414 real changes made, 300,414 to missing) (308,126 real changes made, 308,126 to missing) (284,456 real changes made, 284,456 to missing) (118,037 real changes made, 118,037 to missing) (284,456 real changes made, 284,456 to missing) (1,309 real changes made, 1,309 to missing) (136,343 real changes made, 136,343 to missing) (90 real changes made) (268,879 real changes made, 268,879 to missing) (149,410 real changes made, 149,410 to missing) (167,352 real changes made, 167,352 to missing) variable spouse was int now byte variable hourslw was int now byte variable laydur was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now int (4,720,380 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979- April 2014 ; . cap label values state P27L; . cap label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > ; . * penatvty: 2007-; . label values penatvty penatvty; . label define penatvty > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 73 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 100 "Albania" > 102 "Austria" > 103 "Belgium" > 104 "Bulgaria" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "United Kingdom/Great Britain" > 139 "England" > 140 "Scotland" > 141 "Wales" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Czech Republic" > 149 "Slovakia" > 150 "Bosnia & Herzegovina" > 151 "Croatia" > 152 "Macedonia" > 154 "Serbia" > 156 "Latvia" > 157 "Lithuania" > 158 "Armenia" > 159 "Azerbaijan" > 160 "Belarus" > 161 "Georgia" > 162 "Moldova" > 163 "Russia" > 164 "Ukraine" > 165 "USSR" > 166 "Europe, not specified" > 167 "Kosovo" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Myanmar (Burma)" > 206 "Cambodia" > 207 "China" > 208 "Cyprus" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea" > 220 "South Korea" > 222 "Kuwait" > 223 "Laos" > 224 "Lebanon" > 226 "Malaysia" > 229 "Nepal" > 231 "Pakistan" > 233 "Philippines" > 235 "Saudi Arabia" > 236 "Singapore" > 238 "Sri Lanka" > 239 "Syria" > 240 "Taiwan" > 242 "Thailand" > 243 "Turkey" > 246 "Uzbekistan" > 247 "Vietnam" > 248 "Yemen" > 249 "Asia, not specified" > 300 "Bermuda" > 301 "Canada" > 303 "Mexico" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Nicaragua" > 316 "Panama" > 318 "Central America" > 321 "Antigua and Barbuda" > 323 "Bahamas" > 324 "Barbados" > 327 "Cuba" > 328 "Dominica" > 329 "Dominican Republic" > 330 "Grenada" > 332 "Haiti" > 333 "Jamaica" > 338 "St. Kitts-Nevis" > 339 "St. Lucia" > 340 "St. Vincent and the Grenadines" > 341 "Trinidad and Tobago" > 343 "West Indes, not specified" > 360 "Argentina" > 361 "Bolivia" > 362 "Brazil" > 363 "Chile" > 364 "Colombia" > 365 "Ecuador" > 368 "Guyana" > 369 "Paraguay" > 370 "Peru" > 372 "Uruguay" > 373 "Venezuela" > 374 "South America, not specified" > 399 "Americas, not specified" > 400 "Algeria" > 407 "Cameroon" > 408 "Cape Verde" > 414 "Egypt" > 416 "Ethiopia" > 417 "Eritrea" > 421 "Ghana" > 427 "Kenya" > 429 "Liberia" > 436 "Morocco" > 440 "Nigeria" > 444 "Senegal" > 447 "Sierra Leone" > 448 "Somalia" > 449 "South Africa" > 451 "Sudan" > 453 "Tanzania" > 457 "Uganda" > 461 "Zimbabwe" > 462 "Africa, not specified" > 501 "Australia" > 508 "Fiji" > 515 "New Zealand" > 523 "Tonga" > 527 "Samoa" > 528 "Oceania, not specified" > 555 "Elsewhere" > ; . * pemntvty: 2007-; . label values pemntvty penatvty; . * pefntvty: 2007-; . label values pefntvty penatvty; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2003" > 19 "2004-2005" > 20 "2006-2007" > 21 "2008-2009" > 22 "2010-2012" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6672 "Internet publishing and broadcasting and web search portals (51913)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ2011: 2011-; . *label values occ2011 occ2011l ; . *label define occ2011l > 10 "Chief executives 11-1011" > 20 "General and operations managers 11-1021" > 30 "Legislators 11-1031" > 40 "Advertising and promotions managers 11-2011" > 50 "Marketing and sales managers 11-2020" > 60 "Public relations managers 11-2031" > 100 "Administrative services managers 11-3011" > 110 "Computer and information systems managers 11-3021" > 120 "Financial managers 11-3031" > 135 "Compensation and benefits managers 11-3111" > 136 "Human Resources Managers 11-3121" > 137 "Training and Development Managers 11-3131" > 140 "Industrial production managers 11-3051" > 150 "Purchasing managers 11-3061" > 160 "Transportation, storage, and distribution managers 11-3071" > 205 "Farmers, Ranchers, and other Agricultural Managers 11-9013" > 220 "Construction managers 11-9021" > 230 "Education administrators 11-9030" > 300 "Engineering managers 11-9041" > 310 "Food service managers 11-9051" > 325 "Funeral Service Managers 11-9061" > 330 "Gaming managers 11-9071" > 340 "Lodging managers 11-9081" > 350 "Medical and health services managers 11-9111" > 360 "Natural sciences managers 11-9121" > 400 "Postmasters and mail superintendents 11-9131" > 410 "Property, real estate, and community association managers 11-9141" > 420 "Social and community service managers 11-9151" > 425 "Emergency Management Directors 11-9161" > 430 "Managers, all other 11-9199" > 500 "Agents and business managers of artists, performers, and athletes 13-1011" > 510 "Purchasing agents and buyers, farm products 13-1021" > 520 "Wholesale and retail buyers, except farm products 13-1022" > 530 "Purchasing agents, except wholesale, retail, and farm products 13-1023" > 540 "Claims adjusters, appraisers, examiners, and investigators 13-1030" > 565 "Compliance Officers 13-1041" > 600 "Cost estimators 13-1051" > 630 "Human resources workers 13-1070" > 640 "Compensation, benefits, and job analysis specialists 13-1141" > 650 "Training and development specialists 13-1151" > 700 "Logisticians 13-1081" > 710 "Management analysts 13-1111" > 725 "Meeting, convention, and event planners 13-1121" > 726 "Fundraisers 13-1131" > 735 "Market research analysts and marketing specialists 13-1161" > 740 "Business operations specialists, all other 13-1199" > 800 "Accountants and auditors 13-2011" > 810 "Appraisers and assessors of real estate 13-2021" > 820 "Budget analysts 13-2031" > 830 "Credit analysts 13-2041" > 840 "Financial analysts 13-2051" > 850 "Personal financial advisors 13-2052" > 860 "Insurance underwriters 13-2053" > 900 "Financial examiners 13-2061" > 910 "Loan counselors and officers 13-2070" > 930 "Tax examiners, collectors, and revenue agents 13-2081" > 940 "Tax preparers 13-2082" > 950 "Financial specialists, all other 13-2099" > 1000 "Computer scientists and systems analysts 15-10XX" > 1005 "Computer and information research scientists 15-1111" > 1006 "Computer systems analysts 15-1121" > 1007 "Information security analysts 15-1122" > 1010 "Computer programmers 15-1131" > 1020 "Software developers, applications and systems software 15-113X" > 1030 "Web developers 15-1134" > 1050 "Computer support specialists 15-1150" > 1060 "Database administrators 15-1141" > 1105 "Network and computer systems administrators 15-1142" > 1106 "Computer network architects 15-1143" > 1107 "Computer occupations, all other 15-1199" > 1200 "Actuaries 15-2011" > 1210 "Mathematicians 15-2021" > 1220 "Operations research analysts 15-2031" > 1230 "Statisticians 15-2041" > 1240 "Miscellaneous mathematical science occupations 15-2090" > 1300 "Architects, except naval 17-1010" > 1310 "Surveyors, cartographers, and photogrammetrists 17-1020" > 1320 "Aerospace engineers 17-2011" > 1330 "Agricultural engineers 17-2021" > 1340 "Biomedical engineers 17-2031" > 1350 "Chemical engineers 17-2041" > 1360 "Civil engineers 17-2051" > 1400 "Computer hardware engineers 17-2061" > 1410 "Electrical and electronic engineers 17-2070" > 1420 "Environmental engineers 17-2081" > 1430 "Industrial engineers, including health and safety 17-2110" > 1440 "Marine engineers and naval architects 17-2121" > 1450 "Materials engineers 17-2131" > 1460 "Mechanical engineers 17-2141" > 1500 "Mining and geological engineers, including mining safety engineers 17-2151" > 1510 "Nuclear engineers 17-2161" > 1520 "Petroleum engineers 17-2171" > 1530 "Engineers, all other 17-2199" > 1540 "Drafters 17-3010" > 1550 "Engineering technicians, except drafters 17-3020" > 1560 "Surveying and mapping technicians 17-3031" > 1600 "Agricultural and food scientists 19-1010" > 1610 "Biological scientists 19-1020" > 1640 "Conservation scientists and foresters 19-1030" > 1650 "Medical scientists 19-1040" > 1660 "Life Scientists, all other 16-1099" > 1700 "Astronomers and physicists 19-2010" > 1710 "Atmospheric and space scientists 19-2021" > 1720 "Chemists and materials scientists 19-2030" > 1740 "Environmental scientists and geoscientists 19-2040" > 1760 "Physical scientists, all other 19-2099" > 1800 "Economists 19-3011" > 1815 "Survey Researchers 19-3022" > 1820 "Psychologists 19-3030" > 1830 "Sociologists 19-3041" > 1840 "Urban and regional planners 19-3051" > 1860 "Miscellaneous social scientists and related workers 19-3090" > 1900 "Agricultural and food science technicians 19-4011" > 1910 "Biological technicians 19-4021" > 1920 "Chemical technicians 19-4031" > 1930 "Geological and petroleum technicians 19-4041" > 1940 "Nuclear technicians 19-4051" > 1950 "Social science research assistants 19-4061" > 1965 "Miscellaneous life, physical, and social science technicians 19-4090" > 2000 "Counselors 21-1010" > 2010 "Social workers 21-1020" > 2015 "Probation Officers and Correctional Treatment Specialists 21-1092" > 2016 "Social and Human Service Assistants 21-1093" > 2025 "Miscellaneous community and social service specialists, 21-109X" > 2040 "Clergy 21-2011" > 2050 "Directors, religious activities and education 21-2021" > 2060 "Religious workers, all other 21-2099" > 2100 "Lawyers, Judges, magistrates, and other judicial workers 23-1011" > 2105 "Judicial Law Clerks 23-1012" > 2110 "Judges, Magistrates, and Other Judicial Workers 23-1020" > 2145 "Paralegals and Legal Assistants 23-2011" > 2160 "Miscellaneous Legal Support Workers 23-2090" > 2200 "Postsecondary teachers 25-1000" > 2300 "Preschool and kindergarten teachers 25-2010" > 2310 "Elementary and middle school teachers 25-2020" > 2320 "Secondary school teachers 25-2030" > 2330 "Special education teachers 25-2050" > 2340 "Other teachers and instructors 25-3000" > 2400 "Archivists, curators, and museum technicians 25-4010" > 2430 "Librarians 25-4021" > 2440 "Library technicians 25-4031" > 2540 "Teacher assistants 25-9041" > 2550 "Other education, training, and library workers 25-90XX" > 2600 "Artists and related workers 27-1010" > 2630 "Designers 27-1020" > 2700 "Actors 27-2011" > 2710 "Producers and directors 27-2012" > 2720 "Athletes, coaches, umpires, and related workers 27-2020" > 2740 "Dancers and choreographers 27-2030" > 2750 "Musicians, singers, and related workers 27-2040" > 2760 "Entertainers and performers, sports and related workers, all other 27-2099" > 2800 "Announcers 27-3010" > 2810 "News analysts, reporters and correspondents 27-3020" > 2825 "Public Relations Specialists 27-3031" > 2830 "Editors 27-3041" > 2840 "Technical writers 27-3042" > 2850 "Writers and authors 27-3043" > 2860 "Miscellaneous media and communication workers 27-3090" > 2900 "Broadcast and sound engineering technicians and radio operators 27-4010" > 2910 "Photographers 27-4021" > 2920 "Television, video, and motion picture camera operators and editors 27-4030" > 2960 "Media and communication equipment workers, all other 27-4099" > 3000 "Chiropractors 29-1011" > 3010 "Dentists 29-1020" > 3030 "Dietitians and nutritionists 29-1031" > 3040 "Optometrists 29-1041" > 3050 "Pharmacists 29-1051" > 3060 "Physicians and surgeons 29-1060" > 3110 "Physician assistants 29-1071" > 3120 "Podiatrists 29-1081" > 3140 "Audiologists 29-1181" > 3150 "Occupational therapists 29-1122" > 3160 "Physical therapists 29-1123" > 3200 "Radiation therapists 29-1124" > 3210 "Recreational therapists 29-1125" > 3220 "Respiratory therapists 29-1126" > 3230 "Speech-language pathologists 29-1127" > 3235 "Exercise Physiologists 29-1128" > 3245 "Therapists, all other 29-1129" > 3250 "Veterinarians 29-1131" > 3255 "Registered Nurses 29-1141" > 3256 "Nurse Anesthetists 29-1151" > 3257 "Nurse Midwives 29-1161" > 3258 "Nurse Practitioners 29-1171" > 3260 "Health diagnosing and treating practitioners, all other 29-1199" > 3300 "Clinical laboratory technologists and technicians 29-2010" > 3310 "Dental hygienists 29-2021" > 3320 "Diagnostic related technologists and technicians 29-2030" > 3400 "Emergency medical technicians and paramedics 29-2041" > 3420 "Health Practitioner Support Technologists and Technicians 29-2050" > 3500 "Licensed practical and licensed vocational nurses 29-2061" > 3510 "Medical records and health information technicians 29-2071" > 3520 "Opticians, dispensing 29-2081" > 3535 "Miscellaneous Health Technologists and Technicians 29-2090" > 3540 "Other healthcare practitioners and technical occupations 29-9000" > 3600 "Nursing, psychiatric, and home health aides 31-1010" > 3610 "Occupational therapist assistants and aides 31-2010" > 3620 "Physical therapist assistants and aides 31-2020" > 3630 "Massage therapists 31-9011" > 3640 "Dental assistants 31-9091" > 3645 "Medical Assistants 31-9092" > 3646 "Medical Transcriptionists 31-9094" > 3647 "Pharmacy Aides 31-9095" > 3648 "Veterinary Assistants and Laboratory Animal Caretakers 31-9096" > 3649 "Phlebotomists 31-9097" > 3655 "Miscellaneous Healthcare Support Occupations, Including 31-909X" > 3700 "First-line supervisors/managers of correctional officers 33-1011" > 3710 "First-line supervisors/managers of police and detectives 33-1012" > 3720 "First-line supervisors/managers of fire fighting and prevention workers 33-1021" > 3730 "Supervisors, protective service workers, all other 33-1099" > 3740 "Fire fighters 33-2011" > 3750 "Fire inspectors 33-2020" > 3800 "Bailiffs, correctional officers, and jailers 33-3010" > 3820 "Detectives and criminal investigators 33-3021" > 3830 "Fish and game wardens 33-3031" > 3840 "Parking enforcement workers 33-3041" > 3850 "Police and sheriff's patrol officers 33-3051" > 3860 "Transit and railroad police 33-3052" > 3900 "Animal control workers 33-9011" > 3910 "Private detectives and investigators 33-9021" > 3930 "Security Guards and Gaming Surveillance Officers 33-9030" > 3940 "Crossing guards 33-9091" > 3945 "Transportation Security Screeners 33-9093" > 3955 "Lifeguards and Other Recreational, and all Other Protective Service Workers 33-909X" > 4000 "Chefs and head cooks 35-1011" > 4010 "First-line supervisors/managers of food preparation and serving workers 35-1012" > 4020 "Cooks 35-2010" > 4030 "Food preparation workers 35-2021" > 4040 "Bartenders 35-3011" > 4050 "Combined food preparation and serving workers, including fast food 35-3021" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop 35-3022" > 4110 "Waiters and waitresses 35-3031" > 4120 "Food servers, nonrestaurant 35-3041" > 4130 "Dining room and cafeteria attendants and bartender helpers 35-9011" > 4140 "Dishwashers 35-9021" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop 35-9031" > 4160 "Food preparation and serving related workers, all other 35-9099" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers 37-1011" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > 37-1012" > 4220 "Janitors and building cleaners 31-201X" > 4230 "Maids and housekeeping cleaners 37-2012" > 4240 "Pest control workers 37-2021" > 4250 "Grounds maintenance workers 37-3010" > 4300 "First-line supervisors/managers of gaming workers 39-1010" > 4320 "First-line supervisors/managers of personal service workers 39-1021" > 4340 "Animal trainers 39-2011" > 4350 "Nonfarm animal caretakers 39-2021" > 4400 "Gaming services workers 39-3010" > 4410 "Motion picture projectionists 39-3021" > 4420 "Ushers, lobby attendants, and ticket takers 39-3031" > 4430 "Miscellaneous entertainment attendants and related workers 39-3090" > 4460 "Funeral service workers 39-40XX" > 4465 "Morticians, Undertakers, and Funeral Directors 39-4031" > 4500 "Barbers 39-5011" > 4510 "Hairdressers, hairstylists, and cosmetologists 39-5012" > 4520 "Miscellaneous personal appearance workers 39-5090" > 4530 "Baggage porters, bellhops, and concierges 39-6010" > 4540 "Tour and travel guides 39-7010" > 4600 "Child care workers 39-9011" > 4610 "Personal and home care aides 39-9021" > 4620 "Recreation and fitness workers 39-9030" > 4640 "Residential advisors 39-9041" > 4650 "Personal care and service workers, all other 39-9099" > 4700 "First-line supervisors/managers of retail sales workers 41-1011" > 4710 "First-line supervisors/managers of non-retail sales workers 41-1012" > 4720 "Cashiers 41-2010" > 4740 "Counter and rental clerks 41-2021" > 4750 "Parts salespersons 41-2022" > 4760 "Retail salespersons 41-2031" > 4800 "Advertising sales agents 41-3011" > 4810 "Insurance sales agents 41-3021" > 4820 "Securities, commodities, and financial services sales agents 41-3031" > 4830 "Travel agents 41-3041" > 4840 "Sales representatives, services, all other 41-3099" > 4850 "Sales representatives, wholesale and manufacturing 41-4010" > 4900 "Models, demonstrators, and product promoters 41-9010" > 4920 "Real estate brokers and sales agents 41-9020" > 4930 "Sales engineers 41-9031" > 4940 "Telemarketers 41-9041" > 4950 "Door-to-door sales workers, news and street vendors, and related workers 41-9091" > 4965 "Sales and Related Workers, all other 41-9099" > 5000 "First-line supervisors/managers of office and administrative support workers 43-1011" > 5010 "Switchboard operators, including answering service 43-2011" > 5020 "Telephone operators 43-2021" > 5030 "Communications equipment operators, all other 43-2099" > 5100 "Bill and account collectors 43-3011" > 5110 "Billing and posting clerks and machine operators 43-3021" > 5120 "Bookkeeping, accounting, and auditing clerks 43-3031" > 5130 "Gaming cage workers 43-3041" > 5140 "Payroll and timekeeping clerks 43-3051" > 5150 "Procurement clerks 43-3061" > 5160 "Tellers 43-3071" > 5165 "Financial Clerks, all other 43-3099" > 5200 "Brokerage clerks 43-4011" > 5210 "Correspondence clerks 43-4021" > 5220 "Court, municipal, and license clerks 43-4031" > 5230 "Credit authorizers, checkers, and clerks 43-4041" > 5240 "Customer service representatives 43-4051" > 5250 "Eligibility interviewers, government programs 43-4061" > 5260 "File Clerks 43-4071" > 5300 "Hotel, motel, and resort desk clerks 43-4081" > 5310 "Interviewers, except eligibility and loan 43-4111" > 5320 "Library assistants, clerical 43-4121" > 5330 "Loan interviewers and clerks 43-4131" > 5340 "New accounts clerks 43-4141" > 5350 "Order clerks 43-4151" > 5360 "Human resources assistants, except payroll and timekeeping 43-4161" > 5400 "Receptionists and information clerks 43-4171" > 5410 "Reservation and transportation ticket agents and travel clerks 43-4181" > 5420 "Information and record clerks, all other 43-4199" > 5500 "Cargo and freight agents 43-5011" > 5510 "Couriers and messengers 43-5021" > 5520 "Dispatchers 43-5030" > 5530 "Meter readers, utilities 43-5041" > 5540 "Postal service clerks 43-5051" > 5550 "Postal service mail carriers 43-5052" > 5560 "Postal service mail sorters, processors, and processing machine operators 43-5053" > 5600 "Production, planning, and expediting clerks 43-5061" > 5610 "Shipping, receiving, and traffic clerks 43-5071" > 5620 "Stock clerks and order fillers 43-5081" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping 43-5111" > 5700 "Secretaries and administrative assistants 43-6010" > 5800 "Computer operators 43-9011" > 5810 "Data entry keyers 43-9021" > 5820 "Word processors and typists 43-9022" > 5830 "Desktop publishers 43-9031" > 5840 "Insurance claims and policy processing clerks 43-9041" > 5850 "Mail clerks and mail machine operators, except postal service 43-9051" > 5860 "Office clerks, general 43-9061" > 5900 "Office machine operators, except computer 43-9071" > 5910 "Proofreaders and copy markers 43-9081" > 5920 "Statistical assistants 43-9111" > 5940 "Office and Administrative Support Workers, all other 43-9199" > 6005 "First-line supervisors of farming, fishing, and forestry workers 45-1011" > 6010 "Agricultural inspectors 45-2011" > 6020 "Animal breeders 45-2021" > 6040 "Graders and sorters, agricultural products 45-2041" > 6050 "Miscellaneous agricultural workers 45-2090" > 6100 "Fishers and related fishing workers 45-3011" > 6110 "Hunters and trappers 45-3021" > 6120 "Forest and conservation workers 45-4011" > 6130 "Logging workers 45-4020" > 6200 "First-line supervisors/managers of construction trades and extraction workers 47-1011" > 6210 "Boilermakers 47-2011" > 6220 "Brickmasons, blockmasons, and stonemasons 47-2020" > 6230 "Carpenters 47-2031" > 6240 "Carpet, floor, and tile installers and finishers 47-2040" > 6250 "Cement masons, concrete finishers, and terrazzo workers 47-2050" > 6260 "Construction laborers 47-2061" > 6300 "Paving, surfacing, and tamping equipment operators 47-2071" > 6310 "Pile-driver operators 47-2072" > 6320 "Operating engineers and other construction equipment operators 47-2073" > 6330 "Drywall installers, ceiling tile installers, and tapers 47-2080" > 6355 "Electricians 47-2111" > 6360 "Glaziers 47-2121" > 6400 "Insulation workers 47-2130" > 6420 "Painters, construction and maintenance 47-2141" > 6430 "Paperhangers 47-2142" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters 47-2150" > 6460 "Plasterers and stucco masons 47-2161" > 6500 "Reinforcing iron and rebar workers 47-2171" > 6515 "Roofers 47-2181" > 6520 "Sheet metal workers 47-2211" > 6530 "Structural iron and steel workers 47-2221" > 6540 "Solar Photovoltaic Installers 47-2231" > 6600 "Helpers, construction trades 47-3010" > 6660 "Construction and building inspectors 47-4011" > 6700 "Elevator installers and repairers 47-4021" > 6710 "Fence erectors 47-4031" > 6720 "Hazardous materials removal workers 47-4041" > 6730 "Highway maintenance workers 47-4051" > 6740 "Rail-track laying and maintenance equipment operators 47-4061" > 6750 "Septic tank servicers and sewer pipe cleaners 47-4071" > 6765 "Miscellaneous construction and related workers 47-4090" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining 47-5010" > 6820 "Earth drillers, except oil and gas 47-5021" > 6830 "Explosives workers, ordnance handling experts, and blasters 47-5031" > 6840 "Mining machine operators 47-5040" > 6910 "Roof bolters, mining 47-5061" > 6920 "Roustabouts, oil and gas 47-5071" > 6930 "Helpers--extraction workers 47-5081" > 6940 "Other extraction workers 47-50XX" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers 49-1011" > 7010 "Computer, automated teller, and office machine repairers 49-2011" > 7020 "Radio and telecommunications equipment installers and repairers 49-2020" > 7030 "Avionics technicians 49-2091" > 7040 "Electric motor, power tool, and related repairers 49-2092" > 7050 "Electrical and electronics installers and repairers, transportation equipment 49-2093" > 7100 "Electrical and electronics repairers, industrial and utility 49-209X" > 7110 "Electronic equipment installers and repairers, motor vehicles 49-2096" > 7120 "Electronic home entertainment equipment installers and repairers 49-2097" > 7130 "Security and fire alarm systems installers 49-2098" > 7140 "Aircraft mechanics and service technicians 49-3011" > 7150 "Automotive body and related repairers 49-3021" > 7160 "Automotive glass installers and repairers 49-3022" > 7200 "Automotive service technicians and mechanics 49-3023" > 7210 "Bus and truck mechanics and diesel engine specialists 49-3031" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics 49-3040" > 7240 "Small engine mechanics 49-3050" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers 49-3090" > 7300 "Control and valve installers and repairers 49-9010" > 7315 "Heating, air conditioning, and refrigeration mechanics and installers 49-9021" > 7320 "Home appliance repairers 49-9031" > 7330 "Industrial and refractory machinery mechanics 49-904X" > 7340 "Maintenance and repair workers, general 49-9071" > 7350 "Maintenance workers, machinery 49-9043" > 7360 "Millwrights 49-9044" > 7410 "Electrical power-line installers and repairers 49-9051" > 7420 "Telecommunications line installers and repairers 49-9052" > 7430 "Precision instrument and equipment repairers 49-9060" > 7440 "Wind Turbine Service Technicians 49-9081" > 7510 "Coin, vending, and amusement machine servicers and repairers 49-9091" > 7520 "Commercial divers 49-9092" > 7540 "Locksmiths and safe repairers 49-9094" > 7550 "Manufactured building and mobile home installers 49-9095" > 7560 "Riggers 49-9096" > 7600 "Signal and track switch repairers 49-9097" > 7610 "Helpers--installation, maintenance, and repair workers 49-9098" > 7630 "Other installation, maintenance, and repair workers 49-909X" > 7700 "First-line supervisors/managers of production and operating workers 51-1011" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers 51-2011" > 7720 "Electrical, electronics, and electromechanical assemblers 51-2020" > 7730 "Engine and other machine assemblers 51-2031" > 7740 "Structural metal fabricators and fitters 51-2041" > 7750 "Miscellaneous assemblers and fabricators 51-2090" > 7800 "Bakers 51-3011" > 7810 "Butchers and other meat, poultry, and fish processing workers 51-3020" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders 51-3091" > 7840 "Food batchmakers 51-3092" > 7850 "Food cooking machine operators and tenders 51-3093" > 7855 "Food Processing Workers, all Other 51-3099" > 7900 "Computer control programmers and operators 51-4010" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic 51-4021 > " > 7930 "Forging machine setters, operators, and tenders, metal and plastic 51-4022" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic 51-4023" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > 51-4031" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic 51-4 > 032" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic 51-4033" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic 51-403 > 4" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic 51-4035" > 8030 "Machinists 51-4041" > 8040 "Metal furnace and kiln operators and tenders 51-4050" > 8060 "Model makers and patternmakers, metal and plastic 51-4060" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic 51-4070" > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic 51-4081" > 8130 "Tool and die makers 51-4111" > 8140 "Welding, soldering, and brazing workers 51-4120" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic 51-4191" > 8160 "Lay-out workers, metal and plastic 51-4192" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic 51-4193" > 8210 "Tool grinders, filers, and sharpeners 51-4194" > 8220 "Metalworkers and plastic workers, all other 51-4199" > 8250 "Prepress technicians and workers 51-5111" > 8255 "Printing Press Operators 51-5112" > 8256 "Print Binding and Finishing Workers 51-5113" > 8300 "Laundry and dry-cleaning workers 51-6011" > 8310 "Pressers, textile, garment, and related materials 51-6021" > 8320 "Sewing machine operators 51-6031" > 8330 "Shoe and leather workers and repairers 51-6041" > 8340 "Shoe machine operators and tenders 51-6042" > 8350 "Tailors, dressmakers, and sewers 51-6050" > 8360 "Textile bleaching and dyeing machine operators and tenders 51-6061" > 8400 "Textile cutting machine setters, operators, and tenders 51-6062" > 8410 "Textile knitting and weaving machine setters, operators, and tenders 51-6063" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders 51-60 > 64" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s 51-6091" > 8440 "Fabric and apparel patternmakers 51-6092" > 8450 "Upholsterers 51-6093" > 8460 "Textile, apparel, and furnishings workers, all other 51-6099" > 8500 "Cabinetmakers and bench carpenters 51-7011" > 8510 "Furniture finishers 51-7021" > 8520 "Model makers and patternmakers, wood 51-7030" > 8530 "Sawing machine setters, operators, and tenders, wood 51-7041" > 8540 "Woodworking machine setters, operators, and tenders, except sawing 51-7042" > 8550 "Woodworkers, all other 51-7099" > 8600 "Power plant operators, distributors, and dispatchers 51-8010" > 8610 "Stationary engineers and boiler operators 51-8021" > 8620 "Water and liquid waste treatment plant and system operators 51-8031" > 8630 "Miscellaneous plant and system operators 51-8090" > 8640 "Chemical processing machine setters, operators, and tenders 51-9010" > 8650 "Crushing, grinding, polishing, mixing, and blending workers 51-9020" > 8710 "Cutting workers 51-9030" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders 51- > 9041" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders 51-9051" > 8740 "Inspectors, testers, sorters, samplers, and weighers 51-9061" > 8750 "Jewelers and precious stone and metal workers 51-9071" > 8760 "Medical, dental, and ophthalmic laboratory technicians 51-9080" > 8800 "Packaging and filling machine operators and tenders 51-9111" > 8810 "Painting workers 51-9120" > 8830 "Photographic process workers and processing machine operators 51-9151" > 8840 "Semiconductor processors 51-9141" > 8850 "Cementing and gluing machine operators and tenders 51-9191" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders 51-9192" > 8900 "Cooling and freezing equipment operators and tenders 51-9193" > 8910 "Etchers and engravers 51-9194" > 8920 "Molders, shapers, and casters, except metal and plastic 51-9195" > 8930 "Paper goods machine setters, operators, and tenders 51-9196" > 8940 "Tire builders 51-9197" > 8950 "Helpers--production workers 51-9198" > 8965 "Production workers, all other 51-9199" > 9000 "Supervisors, transportation and material moving workers 53-1000" > 9030 "Aircraft pilots and flight engineers 53-2010" > 9040 "Air traffic controllers and airfield operations specialists 53-2020" > 9050 "Flight Attendants 53-2031" > 9110 "Ambulance drivers and attendants, except emergency medical technicians 53-3011" > 9120 "Bus drivers 53-3020" > 9130 "Driver/sales workers and truck drivers 53-3030" > 9140 "Taxi drivers and chauffeurs 53-3041" > 9150 "Motor vehicle operators, all other 53-3099" > 9200 "Locomotive engineers and operators 53-4010" > 9230 "Railroad brake, signal, and switch operators 53-4021" > 9240 "Railroad conductors and yardmasters 53-4031" > 9260 "Subway, streetcar, and other rail transportation workers 53-40XX" > 9300 "Sailors and marine oilers 53-5011" > 9310 "Ship and boat captains and operators 53-5020" > 9330 "Ship engineers 53-5031" > 9340 "Bridge and lock tenders 53-6011" > 9350 "Parking lot attendants 53-6021" > 9360 "Service station attendants 53-6031" > 9410 "Transportation inspectors 53-6051" > 9415 "Transportation Attendants, Except Flight Attendants 53-6061" > 9420 "Other transportation workers 53-60XX" > 9500 "Conveyor operators and tenders 53-7011" > 9510 "Crane and tower operators 53-7021" > 9520 "Dredge, excavating, and loading machine operators 53-7030" > 9560 "Hoist and winch operators 53-7041" > 9600 "Industrial truck and tractor operators 53-7051" > 9610 "Cleaners of vehicles and equipment 53-7061" > 9620 "Laborers and freight, stock, and material movers, hand 53-7062" > 9630 "Machine feeders and offbearers 53-7063" > 9640 "Packers and packagers, hand 53-7064" > 9650 "Pumping station operators 53-7070" > 9720 "Refuse and recyclable material collectors 53-7081" > 9730 "Shuttle car operators 53-7111" > 9740 "Tank car, truck, and ship loaders 53-7121" > 9750 "Material moving workers, all other 53-7199" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reported (Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers 55-1010" > 9810 "First-line enlisted military supervisors/managers 55-2010" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members 55-30 > 10" > 9830 "Military, rank not specified 99-9999" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** Race 2003-April 2012 has 21 Categories" > ** "Race May 2012 on has 26 Categories" > label values race race26; > label define race26 > 1 "White Only" > 2 "Black Only" > 3 "American Indian, Alaskan Native Only" > 4 "Asian Only" > 5 "Hawaiian/Pacific Islander Only" > 6 "White-Black" > 7 "White-AI" > 8 "White-Asian" > 9 "White-HP" > 10 "Black-AI" > 11 "Black-Asian" > 12 "Black-HP" > 13 "AI-Asian" > 14 "AI-HP" > 15 "Asian-HP" > 16 "W-B-AI" > 17 "W-B-A" > 18 "W-B-HP" > 19 "W-AI-A" > 20 "W-AI-HP" > 21 "W-A-HP" > 22 "B-AI-A" > 23 "W-B-AI-A" > 24 "W-AI-A-HP" > 25 "Other 3 Race Combinations" > 26 "Other 4 and 5 Race Combinations" > ; > ** uhourse -4 Hours vary 1994-; > label values uhourse uhourse; > label define uhourse > -4 "Hours vary" > ; > > > end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg15.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 314,692 6.476593 3.463773 1 12 hurespli | 314,662 1.399009 .7680199 0 16 hrhtype | 314,692 2.725948 2.284315 1 10 minsamp | 314,692 6.004411 1.999998 4 8 -------------+--------------------------------------------------------- hrlonglk | 314,692 1.990219 .139522 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 314,692 1.054116 .2443186 1 6 -------------+--------------------------------------------------------- stfips | 314,692 27.99609 16.12793 1 56 cbsafips | 314,692 23465.14 17957.49 0 79600 county | 314,692 26.7914 64.82676 0 810 centcity | 258,591 1.942933 .7283885 1 3 smsastat | 311,483 1.197892 .3984109 1 2 -------------+--------------------------------------------------------- icntcity | 35,926 1.384513 .9540937 1 7 smsa04 | 314,692 3.637967 2.600583 0 7 relref95 | 314,692 3.150055 3.208697 1 18 age | 314,692 47.14269 18.5431 16 85 spouse | 161,344 1.584875 .6994139 1 13 -------------+--------------------------------------------------------- sex | 314,692 1.521071 .4995566 1 2 grade92 | 314,692 40.27146 2.737713 31 46 race | 314,692 1.424078 1.293923 1 26 ethnic | 39,084 2.514712 2.378316 1 8 lineno | 314,692 1.74681 1.02604 1 16 -------------+--------------------------------------------------------- famnum | 314,692 .7938874 .4774521 0 5 pfamrel | 314,692 1.364045 1.076618 0 4 marital | 314,692 3.448143 2.653938 1 7 prpertyp | 314,692 2.00416 .064361 2 3 penatvty | 314,692 87.27998 80.68762 57 555 -------------+--------------------------------------------------------- pemntvty | 314,692 97.16445 89.971 57 555 pefntvty | 314,692 97.3179 90.18498 57 555 prcitshp | 314,692 1.488722 1.214276 1 5 prcitflg | 314,692 .1930078 2.116578 0 41 peinusyr | 314,692 1.99721 5.393895 0 23 -------------+--------------------------------------------------------- selfproxy | 309,221 1.487593 .5052523 1 3 lfsr94 | 313,383 2.949298 2.390977 1 7 absent94 | 6,566 6.295461 3.518222 4 14 uhourse | 186,224 35.61253 15.43208 -4 99 reason94 | 14,278 5.186651 2.593244 1 13 -------------+--------------------------------------------------------- hourslw | 178,349 38.52818 12.87169 1 99 laydur | 1,275 7.24 8.276452 1 52 dwrsn | 5,939 7.248527 3.278403 1 11 why3594 | 45,813 14.73996 6.969504 1 23 prunedur | 9,423 25.63642 31.99899 0 119 -------------+--------------------------------------------------------- untype | 9,423 3.434999 1.659702 1 6 ftpt94 | 313,383 2.572702 2.39674 1 12 class94 | 202,041 4.090986 1.158547 1 8 agri | 202,041 .0210254 .1434694 0 1 eligible | 314,692 1.474782 .4993644 1 2 -------------+--------------------------------------------------------- otc | 165,282 1.859567 .3474365 1 2 ernpdh2 | 94,448 1.735304 .4411735 1 2 paidhre | 165,282 1.412338 .4922568 1 2 earnhre | 97,080 1648.827 970.1867 50 9999 earnwke | 165,282 890.4409 662.7169 0 2884.61 -------------+--------------------------------------------------------- unionmme | 165,282 1.891446 .3110796 1 2 unioncov | 147,340 1.985537 .1193904 1 2 schenr | 196,655 1.846249 .3607113 1 2 studftpt | 30,236 1.146448 .3535606 1 2 schlvl | 30,236 1.613739 .4868998 1 2 -------------+--------------------------------------------------------- earnwt | 314,692 9563.664 5187.47 0 87309.23 weight | 314,692 2390.916 1289.28 0 20914.79 chldpres | 314,692 1.302906 2.777005 0 15 ownchild | 314,692 .4800599 .9512924 0 12 I25d | 165,282 .3824312 .4859825 0 1 -------------+--------------------------------------------------------- I25c | 97,130 .4184598 .4933089 0 1 I25a | 314,692 .4970924 4.273098 0 43 I25b | 314,692 4.512806 12.99001 0 42 qstnum | 0 occurnum | 0 -------------+--------------------------------------------------------- ged | 91,362 1.100118 .3001592 1 2 gedhigr | 9,147 6.424401 1.359117 1 8 yrcoll | 86,552 2.773697 1.014803 1 5 grprof | 0 gr6cor | 0 -------------+--------------------------------------------------------- ms123 | 0 cmpwgt | 314,692 2391.253 1291.368 0 20957.92 ind02 | 202,041 6278.15 2698.138 170 9890 occ2012 | 202,041 4145.87 2577.85 10 9840 occ002 | 314,692 107.5647 728.4811 -1 9720 -------------+--------------------------------------------------------- vet1 | 26,150 3.713193 1.667571 1 9 vet2 | 5,128 3.423752 1.528112 1 9 vet3 | 1,221 3.133497 1.558488 1 8 vet4 | 199 3.778894 1.732446 1 8 linedad | 43,710 1.694852 .9280056 1 13 -------------+--------------------------------------------------------- linemom | 31,415 1.149419 .4062535 1 3 recnum | 314,692 226503.7 130978.5 1 453225 year | 314,692 2015 0 2015 2015 ym_file | 314,692 665.4766 3.463773 660 671 ym | 314,692 656.4634 6.91124 645 668 -------------+--------------------------------------------------------- ch02 | 314,692 .0650191 .24656 0 1 ch35 | 314,692 .0698906 .2549629 0 1 ch613 | 314,692 .1467022 .3538093 0 1 ch1417 | 314,692 .089764 .2858438 0 1 ch05 | 314,692 .1121827 .3155916 0 1 -------------+--------------------------------------------------------- ihigrdc | 231,059 12.28622 2.470662 0 18 docc00 | 202,041 12.31203 6.739938 1 23 dind02 | 202,041 47.25685 249.3431 1 3895 . aef2 2016 16 03 13 dct_name aef03.dbd raw_name=../raw/morg16 (0 observations deleted) obs 453393 # of persons with age<=15 138520 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 58,352 12.87 12.87 0 | 3,778 0.83 13.70 1 | 4,548 1.00 14.71 2 | 4,710 1.04 15.75 3 | 4,777 1.05 16.80 4 | 4,852 1.07 17.87 5 | 4,908 1.08 18.95 6 | 5,101 1.13 20.08 7 | 5,157 1.14 21.21 8 | 5,401 1.19 22.41 9 | 5,295 1.17 23.57 10 | 5,372 1.18 24.76 11 | 5,141 1.13 25.89 12 | 5,307 1.17 27.06 13 | 5,206 1.15 28.21 14 | 5,270 1.16 29.37 15 | 5,345 1.18 30.55 16 | 5,415 1.19 31.75 17 | 5,252 1.16 32.90 18 | 4,838 1.07 33.97 19 | 4,402 0.97 34.94 20 | 4,436 0.98 35.92 21 | 4,560 1.01 36.93 22 | 4,581 1.01 37.94 23 | 4,708 1.04 38.98 24 | 4,803 1.06 40.03 25 | 5,127 1.13 41.17 26 | 5,115 1.13 42.29 27 | 4,887 1.08 43.37 28 | 4,842 1.07 44.44 29 | 4,948 1.09 45.53 30 | 5,202 1.15 46.68 31 | 5,277 1.16 47.84 32 | 5,014 1.11 48.95 33 | 5,201 1.15 50.10 34 | 5,147 1.14 51.23 35 | 5,321 1.17 52.40 36 | 5,437 1.20 53.60 37 | 5,037 1.11 54.71 38 | 4,895 1.08 55.79 39 | 4,750 1.05 56.84 40 | 4,833 1.07 57.91 41 | 4,863 1.07 58.98 42 | 4,666 1.03 60.01 43 | 4,743 1.05 61.06 44 | 4,887 1.08 62.13 45 | 5,254 1.16 63.29 46 | 5,256 1.16 64.45 47 | 4,963 1.09 65.55 48 | 4,960 1.09 66.64 49 | 4,898 1.08 67.72 50 | 5,161 1.14 68.86 51 | 5,503 1.21 70.07 52 | 5,599 1.23 71.31 53 | 5,654 1.25 72.55 54 | 5,456 1.20 73.76 55 | 5,603 1.24 74.99 56 | 5,730 1.26 76.26 57 | 5,637 1.24 77.50 58 | 5,509 1.22 78.72 59 | 5,438 1.20 79.91 60 | 5,602 1.24 81.15 61 | 5,367 1.18 82.33 62 | 5,144 1.13 83.47 63 | 4,907 1.08 84.55 64 | 5,050 1.11 85.66 65 | 4,816 1.06 86.73 66 | 4,521 1.00 87.72 67 | 4,420 0.97 88.70 68 | 4,362 0.96 89.66 69 | 4,410 0.97 90.63 70 | 3,527 0.78 91.41 71 | 3,283 0.72 92.14 72 | 3,057 0.67 92.81 73 | 3,132 0.69 93.50 74 | 2,784 0.61 94.11 75 | 2,627 0.58 94.69 76 | 2,413 0.53 95.23 77 | 2,204 0.49 95.71 78 | 2,092 0.46 96.17 79 | 1,976 0.44 96.61 80 | 7,857 1.73 98.34 85 | 7,514 1.66 100.00 ------------+----------------------------------- Total | 453,393 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 58,352 42.13 42.13 0 | 3,778 2.73 44.85 1 | 4,548 3.28 48.14 2 | 4,710 3.40 51.54 3 | 4,777 3.45 54.98 4 | 4,852 3.50 58.49 5 | 4,908 3.54 62.03 6 | 5,101 3.68 65.71 7 | 5,157 3.72 69.44 8 | 5,401 3.90 73.34 9 | 5,295 3.82 77.16 10 | 5,372 3.88 81.04 11 | 5,141 3.71 84.75 12 | 5,307 3.83 88.58 13 | 5,206 3.76 92.34 14 | 5,270 3.80 96.14 15 | 5,345 3.86 100.00 ------------+----------------------------------- Total | 138,520 100.00 (138,520 observations deleted) (0 observations deleted) obs 314873 after keeping age>15&age!=. infile successful no observations (35 real changes made, 35 to missing) (271,574 real changes made, 271,574 to missing) (283,486 real changes made, 283,486 to missing) (0 real changes made) (0 real changes made) (158,257 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (156,616 real changes made) Geography (124,332 real changes made) dropping cmsacode msafips smsa93 smsasize = . if smsasize <=0 (236,743 real changes made, 236,743 to missing) inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (3,190 real changes made, 3,190 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (54,856 real changes made, 54,856 to missing) (274,559 real changes made, 274,559 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (152,912 real changes made, 152,912 to missing) if 2016 > 1983 & 2016 < 1989 { (0 real changes made) (0 real changes made) (0 real changes made) (ch02: 71123 changes made) (ch35: 79604 changes made) (ch613: 79604 changes made) (ch1417: 79604 changes made) (14,422 real changes made) (0 real changes made) (224,044 real changes made, 224,044 to missing) (305,979 real changes made, 305,979 to missing) (228,292 real changes made, 228,292 to missing) (314,873 real changes made, 314,873 to missing) (314,873 real changes made, 314,873 to missing) (314,873 real changes made, 314,873 to missing) (314,873 missing values generated) (982 real changes made) (1,816 real changes made) (3,550 real changes made) (5,155 real changes made) (6,159 real changes made) (9,381 real changes made) (10,779 real changes made) (4,815 real changes made) (51 real changes made) (158 real changes made) (75 real changes made) (586 real changes made) (949 real changes made) (2,145 real changes made) (2,860 real changes made) (2,070 real changes made) (81,935 real changes made) (9,114 real changes made) (21,359 real changes made) (40,470 real changes made) (9,800 real changes made) (5,838 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (9,304 real changes made) (220,686 real changes made, 220,686 to missing) (306,070 real changes made, 306,070 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (274,729 real changes made, 274,729 to missing) (0 real changes made) (289,231 real changes made, 289,231 to missing) (309,714 real changes made, 309,714 to missing) (313,621 real changes made, 313,621 to missing) (314,687 real changes made, 314,687 to missing) Employment (5,359 real changes made, 5,359 to missing) (309,293 real changes made, 309,293 to missing) (149,065 real changes made, 149,065 to missing) (112,714 real changes made, 112,714 to missing) (112,714 real changes made, 112,714 to missing) (112,714 real changes made, 112,714 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 generate int docc00=occ2011; 568 572 577 (112,714 missing values generated) 581 recode docc00 2011 (docc00: 202159 changes made) dind (112,714 missing values generated) (dind02: 201285 changes made) Wages (149,065 real changes made, 149,065 to missing) (0 real changes made) (217,349 real changes made, 217,349 to missing) (0 real changes made) (0 real changes made) (149,065 real changes made) (197,911 real changes made) (112,714 real changes made, 112,714 to missing) (306,070 real changes made, 306,070 to missing) (129,243 real changes made) (149,065 real changes made) (2 real changes made, 2 to missing) (127,961 real changes made, 127,961 to missing) (1,282 real changes made, 1,282 to missing) (313,658 real changes made, 313,658 to missing) (217,270 real changes made, 217,270 to missing) (149,065 real changes made, 149,065 to missing) Hours, Unions (302,820 real changes made, 302,820 to missing) (308,227 real changes made, 308,227 to missing) (285,364 real changes made, 285,364 to missing) (120,249 real changes made, 120,249 to missing) (285,364 real changes made, 285,364 to missing) (1,282 real changes made, 1,282 to missing) (135,889 real changes made, 135,889 to missing) (97 real changes made) (271,088 real changes made, 271,088 to missing) (149,065 real changes made, 149,065 to missing) (166,294 real changes made, 166,294 to missing) variable spouse was int now byte variable hourslw was int now byte variable laydur was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now int (4,723,095 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979- April 2014 ; . cap label values state P27L; . cap label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > ; . * penatvty: 2007-; . label values penatvty penatvty; . label define penatvty > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 73 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 100 "Albania" > 102 "Austria" > 103 "Belgium" > 104 "Bulgaria" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "United Kingdom/Great Britain" > 139 "England" > 140 "Scotland" > 141 "Wales" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Czech Republic" > 149 "Slovakia" > 150 "Bosnia & Herzegovina" > 151 "Croatia" > 152 "Macedonia" > 154 "Serbia" > 156 "Latvia" > 157 "Lithuania" > 158 "Armenia" > 159 "Azerbaijan" > 160 "Belarus" > 161 "Georgia" > 162 "Moldova" > 163 "Russia" > 164 "Ukraine" > 165 "USSR" > 166 "Europe, not specified" > 167 "Kosovo" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Myanmar (Burma)" > 206 "Cambodia" > 207 "China" > 208 "Cyprus" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea" > 220 "South Korea" > 222 "Kuwait" > 223 "Laos" > 224 "Lebanon" > 226 "Malaysia" > 229 "Nepal" > 231 "Pakistan" > 233 "Philippines" > 235 "Saudi Arabia" > 236 "Singapore" > 238 "Sri Lanka" > 239 "Syria" > 240 "Taiwan" > 242 "Thailand" > 243 "Turkey" > 246 "Uzbekistan" > 247 "Vietnam" > 248 "Yemen" > 249 "Asia, not specified" > 300 "Bermuda" > 301 "Canada" > 303 "Mexico" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Nicaragua" > 316 "Panama" > 318 "Central America" > 321 "Antigua and Barbuda" > 323 "Bahamas" > 324 "Barbados" > 327 "Cuba" > 328 "Dominica" > 329 "Dominican Republic" > 330 "Grenada" > 332 "Haiti" > 333 "Jamaica" > 338 "St. Kitts-Nevis" > 339 "St. Lucia" > 340 "St. Vincent and the Grenadines" > 341 "Trinidad and Tobago" > 343 "West Indes, not specified" > 360 "Argentina" > 361 "Bolivia" > 362 "Brazil" > 363 "Chile" > 364 "Colombia" > 365 "Ecuador" > 368 "Guyana" > 369 "Paraguay" > 370 "Peru" > 372 "Uruguay" > 373 "Venezuela" > 374 "South America, not specified" > 399 "Americas, not specified" > 400 "Algeria" > 407 "Cameroon" > 408 "Cape Verde" > 414 "Egypt" > 416 "Ethiopia" > 417 "Eritrea" > 421 "Ghana" > 427 "Kenya" > 429 "Liberia" > 436 "Morocco" > 440 "Nigeria" > 444 "Senegal" > 447 "Sierra Leone" > 448 "Somalia" > 449 "South Africa" > 451 "Sudan" > 453 "Tanzania" > 457 "Uganda" > 461 "Zimbabwe" > 462 "Africa, not specified" > 501 "Australia" > 508 "Fiji" > 515 "New Zealand" > 523 "Tonga" > 527 "Samoa" > 528 "Oceania, not specified" > 555 "Elsewhere" > ; . * pemntvty: 2007-; . label values pemntvty penatvty; . * pefntvty: 2007-; . label values pefntvty penatvty; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2003" > 19 "2004-2005" > 20 "2006-2007" > 21 "2008-2009" > 22 "2010-2012" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6672 "Internet publishing and broadcasting and web search portals (51913)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ2011: 2011-; . *label values occ2011 occ2011l ; . *label define occ2011l > 10 "Chief executives 11-1011" > 20 "General and operations managers 11-1021" > 30 "Legislators 11-1031" > 40 "Advertising and promotions managers 11-2011" > 50 "Marketing and sales managers 11-2020" > 60 "Public relations managers 11-2031" > 100 "Administrative services managers 11-3011" > 110 "Computer and information systems managers 11-3021" > 120 "Financial managers 11-3031" > 135 "Compensation and benefits managers 11-3111" > 136 "Human Resources Managers 11-3121" > 137 "Training and Development Managers 11-3131" > 140 "Industrial production managers 11-3051" > 150 "Purchasing managers 11-3061" > 160 "Transportation, storage, and distribution managers 11-3071" > 205 "Farmers, Ranchers, and other Agricultural Managers 11-9013" > 220 "Construction managers 11-9021" > 230 "Education administrators 11-9030" > 300 "Engineering managers 11-9041" > 310 "Food service managers 11-9051" > 325 "Funeral Service Managers 11-9061" > 330 "Gaming managers 11-9071" > 340 "Lodging managers 11-9081" > 350 "Medical and health services managers 11-9111" > 360 "Natural sciences managers 11-9121" > 400 "Postmasters and mail superintendents 11-9131" > 410 "Property, real estate, and community association managers 11-9141" > 420 "Social and community service managers 11-9151" > 425 "Emergency Management Directors 11-9161" > 430 "Managers, all other 11-9199" > 500 "Agents and business managers of artists, performers, and athletes 13-1011" > 510 "Purchasing agents and buyers, farm products 13-1021" > 520 "Wholesale and retail buyers, except farm products 13-1022" > 530 "Purchasing agents, except wholesale, retail, and farm products 13-1023" > 540 "Claims adjusters, appraisers, examiners, and investigators 13-1030" > 565 "Compliance Officers 13-1041" > 600 "Cost estimators 13-1051" > 630 "Human resources workers 13-1070" > 640 "Compensation, benefits, and job analysis specialists 13-1141" > 650 "Training and development specialists 13-1151" > 700 "Logisticians 13-1081" > 710 "Management analysts 13-1111" > 725 "Meeting, convention, and event planners 13-1121" > 726 "Fundraisers 13-1131" > 735 "Market research analysts and marketing specialists 13-1161" > 740 "Business operations specialists, all other 13-1199" > 800 "Accountants and auditors 13-2011" > 810 "Appraisers and assessors of real estate 13-2021" > 820 "Budget analysts 13-2031" > 830 "Credit analysts 13-2041" > 840 "Financial analysts 13-2051" > 850 "Personal financial advisors 13-2052" > 860 "Insurance underwriters 13-2053" > 900 "Financial examiners 13-2061" > 910 "Loan counselors and officers 13-2070" > 930 "Tax examiners, collectors, and revenue agents 13-2081" > 940 "Tax preparers 13-2082" > 950 "Financial specialists, all other 13-2099" > 1000 "Computer scientists and systems analysts 15-10XX" > 1005 "Computer and information research scientists 15-1111" > 1006 "Computer systems analysts 15-1121" > 1007 "Information security analysts 15-1122" > 1010 "Computer programmers 15-1131" > 1020 "Software developers, applications and systems software 15-113X" > 1030 "Web developers 15-1134" > 1050 "Computer support specialists 15-1150" > 1060 "Database administrators 15-1141" > 1105 "Network and computer systems administrators 15-1142" > 1106 "Computer network architects 15-1143" > 1107 "Computer occupations, all other 15-1199" > 1200 "Actuaries 15-2011" > 1210 "Mathematicians 15-2021" > 1220 "Operations research analysts 15-2031" > 1230 "Statisticians 15-2041" > 1240 "Miscellaneous mathematical science occupations 15-2090" > 1300 "Architects, except naval 17-1010" > 1310 "Surveyors, cartographers, and photogrammetrists 17-1020" > 1320 "Aerospace engineers 17-2011" > 1330 "Agricultural engineers 17-2021" > 1340 "Biomedical engineers 17-2031" > 1350 "Chemical engineers 17-2041" > 1360 "Civil engineers 17-2051" > 1400 "Computer hardware engineers 17-2061" > 1410 "Electrical and electronic engineers 17-2070" > 1420 "Environmental engineers 17-2081" > 1430 "Industrial engineers, including health and safety 17-2110" > 1440 "Marine engineers and naval architects 17-2121" > 1450 "Materials engineers 17-2131" > 1460 "Mechanical engineers 17-2141" > 1500 "Mining and geological engineers, including mining safety engineers 17-2151" > 1510 "Nuclear engineers 17-2161" > 1520 "Petroleum engineers 17-2171" > 1530 "Engineers, all other 17-2199" > 1540 "Drafters 17-3010" > 1550 "Engineering technicians, except drafters 17-3020" > 1560 "Surveying and mapping technicians 17-3031" > 1600 "Agricultural and food scientists 19-1010" > 1610 "Biological scientists 19-1020" > 1640 "Conservation scientists and foresters 19-1030" > 1650 "Medical scientists 19-1040" > 1660 "Life Scientists, all other 16-1099" > 1700 "Astronomers and physicists 19-2010" > 1710 "Atmospheric and space scientists 19-2021" > 1720 "Chemists and materials scientists 19-2030" > 1740 "Environmental scientists and geoscientists 19-2040" > 1760 "Physical scientists, all other 19-2099" > 1800 "Economists 19-3011" > 1815 "Survey Researchers 19-3022" > 1820 "Psychologists 19-3030" > 1830 "Sociologists 19-3041" > 1840 "Urban and regional planners 19-3051" > 1860 "Miscellaneous social scientists and related workers 19-3090" > 1900 "Agricultural and food science technicians 19-4011" > 1910 "Biological technicians 19-4021" > 1920 "Chemical technicians 19-4031" > 1930 "Geological and petroleum technicians 19-4041" > 1940 "Nuclear technicians 19-4051" > 1950 "Social science research assistants 19-4061" > 1965 "Miscellaneous life, physical, and social science technicians 19-4090" > 2000 "Counselors 21-1010" > 2010 "Social workers 21-1020" > 2015 "Probation Officers and Correctional Treatment Specialists 21-1092" > 2016 "Social and Human Service Assistants 21-1093" > 2025 "Miscellaneous community and social service specialists, 21-109X" > 2040 "Clergy 21-2011" > 2050 "Directors, religious activities and education 21-2021" > 2060 "Religious workers, all other 21-2099" > 2100 "Lawyers, Judges, magistrates, and other judicial workers 23-1011" > 2105 "Judicial Law Clerks 23-1012" > 2110 "Judges, Magistrates, and Other Judicial Workers 23-1020" > 2145 "Paralegals and Legal Assistants 23-2011" > 2160 "Miscellaneous Legal Support Workers 23-2090" > 2200 "Postsecondary teachers 25-1000" > 2300 "Preschool and kindergarten teachers 25-2010" > 2310 "Elementary and middle school teachers 25-2020" > 2320 "Secondary school teachers 25-2030" > 2330 "Special education teachers 25-2050" > 2340 "Other teachers and instructors 25-3000" > 2400 "Archivists, curators, and museum technicians 25-4010" > 2430 "Librarians 25-4021" > 2440 "Library technicians 25-4031" > 2540 "Teacher assistants 25-9041" > 2550 "Other education, training, and library workers 25-90XX" > 2600 "Artists and related workers 27-1010" > 2630 "Designers 27-1020" > 2700 "Actors 27-2011" > 2710 "Producers and directors 27-2012" > 2720 "Athletes, coaches, umpires, and related workers 27-2020" > 2740 "Dancers and choreographers 27-2030" > 2750 "Musicians, singers, and related workers 27-2040" > 2760 "Entertainers and performers, sports and related workers, all other 27-2099" > 2800 "Announcers 27-3010" > 2810 "News analysts, reporters and correspondents 27-3020" > 2825 "Public Relations Specialists 27-3031" > 2830 "Editors 27-3041" > 2840 "Technical writers 27-3042" > 2850 "Writers and authors 27-3043" > 2860 "Miscellaneous media and communication workers 27-3090" > 2900 "Broadcast and sound engineering technicians and radio operators 27-4010" > 2910 "Photographers 27-4021" > 2920 "Television, video, and motion picture camera operators and editors 27-4030" > 2960 "Media and communication equipment workers, all other 27-4099" > 3000 "Chiropractors 29-1011" > 3010 "Dentists 29-1020" > 3030 "Dietitians and nutritionists 29-1031" > 3040 "Optometrists 29-1041" > 3050 "Pharmacists 29-1051" > 3060 "Physicians and surgeons 29-1060" > 3110 "Physician assistants 29-1071" > 3120 "Podiatrists 29-1081" > 3140 "Audiologists 29-1181" > 3150 "Occupational therapists 29-1122" > 3160 "Physical therapists 29-1123" > 3200 "Radiation therapists 29-1124" > 3210 "Recreational therapists 29-1125" > 3220 "Respiratory therapists 29-1126" > 3230 "Speech-language pathologists 29-1127" > 3235 "Exercise Physiologists 29-1128" > 3245 "Therapists, all other 29-1129" > 3250 "Veterinarians 29-1131" > 3255 "Registered Nurses 29-1141" > 3256 "Nurse Anesthetists 29-1151" > 3257 "Nurse Midwives 29-1161" > 3258 "Nurse Practitioners 29-1171" > 3260 "Health diagnosing and treating practitioners, all other 29-1199" > 3300 "Clinical laboratory technologists and technicians 29-2010" > 3310 "Dental hygienists 29-2021" > 3320 "Diagnostic related technologists and technicians 29-2030" > 3400 "Emergency medical technicians and paramedics 29-2041" > 3420 "Health Practitioner Support Technologists and Technicians 29-2050" > 3500 "Licensed practical and licensed vocational nurses 29-2061" > 3510 "Medical records and health information technicians 29-2071" > 3520 "Opticians, dispensing 29-2081" > 3535 "Miscellaneous Health Technologists and Technicians 29-2090" > 3540 "Other healthcare practitioners and technical occupations 29-9000" > 3600 "Nursing, psychiatric, and home health aides 31-1010" > 3610 "Occupational therapist assistants and aides 31-2010" > 3620 "Physical therapist assistants and aides 31-2020" > 3630 "Massage therapists 31-9011" > 3640 "Dental assistants 31-9091" > 3645 "Medical Assistants 31-9092" > 3646 "Medical Transcriptionists 31-9094" > 3647 "Pharmacy Aides 31-9095" > 3648 "Veterinary Assistants and Laboratory Animal Caretakers 31-9096" > 3649 "Phlebotomists 31-9097" > 3655 "Miscellaneous Healthcare Support Occupations, Including 31-909X" > 3700 "First-line supervisors/managers of correctional officers 33-1011" > 3710 "First-line supervisors/managers of police and detectives 33-1012" > 3720 "First-line supervisors/managers of fire fighting and prevention workers 33-1021" > 3730 "Supervisors, protective service workers, all other 33-1099" > 3740 "Fire fighters 33-2011" > 3750 "Fire inspectors 33-2020" > 3800 "Bailiffs, correctional officers, and jailers 33-3010" > 3820 "Detectives and criminal investigators 33-3021" > 3830 "Fish and game wardens 33-3031" > 3840 "Parking enforcement workers 33-3041" > 3850 "Police and sheriff's patrol officers 33-3051" > 3860 "Transit and railroad police 33-3052" > 3900 "Animal control workers 33-9011" > 3910 "Private detectives and investigators 33-9021" > 3930 "Security Guards and Gaming Surveillance Officers 33-9030" > 3940 "Crossing guards 33-9091" > 3945 "Transportation Security Screeners 33-9093" > 3955 "Lifeguards and Other Recreational, and all Other Protective Service Workers 33-909X" > 4000 "Chefs and head cooks 35-1011" > 4010 "First-line supervisors/managers of food preparation and serving workers 35-1012" > 4020 "Cooks 35-2010" > 4030 "Food preparation workers 35-2021" > 4040 "Bartenders 35-3011" > 4050 "Combined food preparation and serving workers, including fast food 35-3021" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop 35-3022" > 4110 "Waiters and waitresses 35-3031" > 4120 "Food servers, nonrestaurant 35-3041" > 4130 "Dining room and cafeteria attendants and bartender helpers 35-9011" > 4140 "Dishwashers 35-9021" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop 35-9031" > 4160 "Food preparation and serving related workers, all other 35-9099" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers 37-1011" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > 37-1012" > 4220 "Janitors and building cleaners 31-201X" > 4230 "Maids and housekeeping cleaners 37-2012" > 4240 "Pest control workers 37-2021" > 4250 "Grounds maintenance workers 37-3010" > 4300 "First-line supervisors/managers of gaming workers 39-1010" > 4320 "First-line supervisors/managers of personal service workers 39-1021" > 4340 "Animal trainers 39-2011" > 4350 "Nonfarm animal caretakers 39-2021" > 4400 "Gaming services workers 39-3010" > 4410 "Motion picture projectionists 39-3021" > 4420 "Ushers, lobby attendants, and ticket takers 39-3031" > 4430 "Miscellaneous entertainment attendants and related workers 39-3090" > 4460 "Funeral service workers 39-40XX" > 4465 "Morticians, Undertakers, and Funeral Directors 39-4031" > 4500 "Barbers 39-5011" > 4510 "Hairdressers, hairstylists, and cosmetologists 39-5012" > 4520 "Miscellaneous personal appearance workers 39-5090" > 4530 "Baggage porters, bellhops, and concierges 39-6010" > 4540 "Tour and travel guides 39-7010" > 4600 "Child care workers 39-9011" > 4610 "Personal and home care aides 39-9021" > 4620 "Recreation and fitness workers 39-9030" > 4640 "Residential advisors 39-9041" > 4650 "Personal care and service workers, all other 39-9099" > 4700 "First-line supervisors/managers of retail sales workers 41-1011" > 4710 "First-line supervisors/managers of non-retail sales workers 41-1012" > 4720 "Cashiers 41-2010" > 4740 "Counter and rental clerks 41-2021" > 4750 "Parts salespersons 41-2022" > 4760 "Retail salespersons 41-2031" > 4800 "Advertising sales agents 41-3011" > 4810 "Insurance sales agents 41-3021" > 4820 "Securities, commodities, and financial services sales agents 41-3031" > 4830 "Travel agents 41-3041" > 4840 "Sales representatives, services, all other 41-3099" > 4850 "Sales representatives, wholesale and manufacturing 41-4010" > 4900 "Models, demonstrators, and product promoters 41-9010" > 4920 "Real estate brokers and sales agents 41-9020" > 4930 "Sales engineers 41-9031" > 4940 "Telemarketers 41-9041" > 4950 "Door-to-door sales workers, news and street vendors, and related workers 41-9091" > 4965 "Sales and Related Workers, all other 41-9099" > 5000 "First-line supervisors/managers of office and administrative support workers 43-1011" > 5010 "Switchboard operators, including answering service 43-2011" > 5020 "Telephone operators 43-2021" > 5030 "Communications equipment operators, all other 43-2099" > 5100 "Bill and account collectors 43-3011" > 5110 "Billing and posting clerks and machine operators 43-3021" > 5120 "Bookkeeping, accounting, and auditing clerks 43-3031" > 5130 "Gaming cage workers 43-3041" > 5140 "Payroll and timekeeping clerks 43-3051" > 5150 "Procurement clerks 43-3061" > 5160 "Tellers 43-3071" > 5165 "Financial Clerks, all other 43-3099" > 5200 "Brokerage clerks 43-4011" > 5210 "Correspondence clerks 43-4021" > 5220 "Court, municipal, and license clerks 43-4031" > 5230 "Credit authorizers, checkers, and clerks 43-4041" > 5240 "Customer service representatives 43-4051" > 5250 "Eligibility interviewers, government programs 43-4061" > 5260 "File Clerks 43-4071" > 5300 "Hotel, motel, and resort desk clerks 43-4081" > 5310 "Interviewers, except eligibility and loan 43-4111" > 5320 "Library assistants, clerical 43-4121" > 5330 "Loan interviewers and clerks 43-4131" > 5340 "New accounts clerks 43-4141" > 5350 "Order clerks 43-4151" > 5360 "Human resources assistants, except payroll and timekeeping 43-4161" > 5400 "Receptionists and information clerks 43-4171" > 5410 "Reservation and transportation ticket agents and travel clerks 43-4181" > 5420 "Information and record clerks, all other 43-4199" > 5500 "Cargo and freight agents 43-5011" > 5510 "Couriers and messengers 43-5021" > 5520 "Dispatchers 43-5030" > 5530 "Meter readers, utilities 43-5041" > 5540 "Postal service clerks 43-5051" > 5550 "Postal service mail carriers 43-5052" > 5560 "Postal service mail sorters, processors, and processing machine operators 43-5053" > 5600 "Production, planning, and expediting clerks 43-5061" > 5610 "Shipping, receiving, and traffic clerks 43-5071" > 5620 "Stock clerks and order fillers 43-5081" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping 43-5111" > 5700 "Secretaries and administrative assistants 43-6010" > 5800 "Computer operators 43-9011" > 5810 "Data entry keyers 43-9021" > 5820 "Word processors and typists 43-9022" > 5830 "Desktop publishers 43-9031" > 5840 "Insurance claims and policy processing clerks 43-9041" > 5850 "Mail clerks and mail machine operators, except postal service 43-9051" > 5860 "Office clerks, general 43-9061" > 5900 "Office machine operators, except computer 43-9071" > 5910 "Proofreaders and copy markers 43-9081" > 5920 "Statistical assistants 43-9111" > 5940 "Office and Administrative Support Workers, all other 43-9199" > 6005 "First-line supervisors of farming, fishing, and forestry workers 45-1011" > 6010 "Agricultural inspectors 45-2011" > 6020 "Animal breeders 45-2021" > 6040 "Graders and sorters, agricultural products 45-2041" > 6050 "Miscellaneous agricultural workers 45-2090" > 6100 "Fishers and related fishing workers 45-3011" > 6110 "Hunters and trappers 45-3021" > 6120 "Forest and conservation workers 45-4011" > 6130 "Logging workers 45-4020" > 6200 "First-line supervisors/managers of construction trades and extraction workers 47-1011" > 6210 "Boilermakers 47-2011" > 6220 "Brickmasons, blockmasons, and stonemasons 47-2020" > 6230 "Carpenters 47-2031" > 6240 "Carpet, floor, and tile installers and finishers 47-2040" > 6250 "Cement masons, concrete finishers, and terrazzo workers 47-2050" > 6260 "Construction laborers 47-2061" > 6300 "Paving, surfacing, and tamping equipment operators 47-2071" > 6310 "Pile-driver operators 47-2072" > 6320 "Operating engineers and other construction equipment operators 47-2073" > 6330 "Drywall installers, ceiling tile installers, and tapers 47-2080" > 6355 "Electricians 47-2111" > 6360 "Glaziers 47-2121" > 6400 "Insulation workers 47-2130" > 6420 "Painters, construction and maintenance 47-2141" > 6430 "Paperhangers 47-2142" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters 47-2150" > 6460 "Plasterers and stucco masons 47-2161" > 6500 "Reinforcing iron and rebar workers 47-2171" > 6515 "Roofers 47-2181" > 6520 "Sheet metal workers 47-2211" > 6530 "Structural iron and steel workers 47-2221" > 6540 "Solar Photovoltaic Installers 47-2231" > 6600 "Helpers, construction trades 47-3010" > 6660 "Construction and building inspectors 47-4011" > 6700 "Elevator installers and repairers 47-4021" > 6710 "Fence erectors 47-4031" > 6720 "Hazardous materials removal workers 47-4041" > 6730 "Highway maintenance workers 47-4051" > 6740 "Rail-track laying and maintenance equipment operators 47-4061" > 6750 "Septic tank servicers and sewer pipe cleaners 47-4071" > 6765 "Miscellaneous construction and related workers 47-4090" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining 47-5010" > 6820 "Earth drillers, except oil and gas 47-5021" > 6830 "Explosives workers, ordnance handling experts, and blasters 47-5031" > 6840 "Mining machine operators 47-5040" > 6910 "Roof bolters, mining 47-5061" > 6920 "Roustabouts, oil and gas 47-5071" > 6930 "Helpers--extraction workers 47-5081" > 6940 "Other extraction workers 47-50XX" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers 49-1011" > 7010 "Computer, automated teller, and office machine repairers 49-2011" > 7020 "Radio and telecommunications equipment installers and repairers 49-2020" > 7030 "Avionics technicians 49-2091" > 7040 "Electric motor, power tool, and related repairers 49-2092" > 7050 "Electrical and electronics installers and repairers, transportation equipment 49-2093" > 7100 "Electrical and electronics repairers, industrial and utility 49-209X" > 7110 "Electronic equipment installers and repairers, motor vehicles 49-2096" > 7120 "Electronic home entertainment equipment installers and repairers 49-2097" > 7130 "Security and fire alarm systems installers 49-2098" > 7140 "Aircraft mechanics and service technicians 49-3011" > 7150 "Automotive body and related repairers 49-3021" > 7160 "Automotive glass installers and repairers 49-3022" > 7200 "Automotive service technicians and mechanics 49-3023" > 7210 "Bus and truck mechanics and diesel engine specialists 49-3031" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics 49-3040" > 7240 "Small engine mechanics 49-3050" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers 49-3090" > 7300 "Control and valve installers and repairers 49-9010" > 7315 "Heating, air conditioning, and refrigeration mechanics and installers 49-9021" > 7320 "Home appliance repairers 49-9031" > 7330 "Industrial and refractory machinery mechanics 49-904X" > 7340 "Maintenance and repair workers, general 49-9071" > 7350 "Maintenance workers, machinery 49-9043" > 7360 "Millwrights 49-9044" > 7410 "Electrical power-line installers and repairers 49-9051" > 7420 "Telecommunications line installers and repairers 49-9052" > 7430 "Precision instrument and equipment repairers 49-9060" > 7440 "Wind Turbine Service Technicians 49-9081" > 7510 "Coin, vending, and amusement machine servicers and repairers 49-9091" > 7520 "Commercial divers 49-9092" > 7540 "Locksmiths and safe repairers 49-9094" > 7550 "Manufactured building and mobile home installers 49-9095" > 7560 "Riggers 49-9096" > 7600 "Signal and track switch repairers 49-9097" > 7610 "Helpers--installation, maintenance, and repair workers 49-9098" > 7630 "Other installation, maintenance, and repair workers 49-909X" > 7700 "First-line supervisors/managers of production and operating workers 51-1011" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers 51-2011" > 7720 "Electrical, electronics, and electromechanical assemblers 51-2020" > 7730 "Engine and other machine assemblers 51-2031" > 7740 "Structural metal fabricators and fitters 51-2041" > 7750 "Miscellaneous assemblers and fabricators 51-2090" > 7800 "Bakers 51-3011" > 7810 "Butchers and other meat, poultry, and fish processing workers 51-3020" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders 51-3091" > 7840 "Food batchmakers 51-3092" > 7850 "Food cooking machine operators and tenders 51-3093" > 7855 "Food Processing Workers, all Other 51-3099" > 7900 "Computer control programmers and operators 51-4010" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic 51-4021 > " > 7930 "Forging machine setters, operators, and tenders, metal and plastic 51-4022" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic 51-4023" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > 51-4031" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic 51-4 > 032" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic 51-4033" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic 51-403 > 4" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic 51-4035" > 8030 "Machinists 51-4041" > 8040 "Metal furnace and kiln operators and tenders 51-4050" > 8060 "Model makers and patternmakers, metal and plastic 51-4060" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic 51-4070" > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic 51-4081" > 8130 "Tool and die makers 51-4111" > 8140 "Welding, soldering, and brazing workers 51-4120" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic 51-4191" > 8160 "Lay-out workers, metal and plastic 51-4192" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic 51-4193" > 8210 "Tool grinders, filers, and sharpeners 51-4194" > 8220 "Metalworkers and plastic workers, all other 51-4199" > 8250 "Prepress technicians and workers 51-5111" > 8255 "Printing Press Operators 51-5112" > 8256 "Print Binding and Finishing Workers 51-5113" > 8300 "Laundry and dry-cleaning workers 51-6011" > 8310 "Pressers, textile, garment, and related materials 51-6021" > 8320 "Sewing machine operators 51-6031" > 8330 "Shoe and leather workers and repairers 51-6041" > 8340 "Shoe machine operators and tenders 51-6042" > 8350 "Tailors, dressmakers, and sewers 51-6050" > 8360 "Textile bleaching and dyeing machine operators and tenders 51-6061" > 8400 "Textile cutting machine setters, operators, and tenders 51-6062" > 8410 "Textile knitting and weaving machine setters, operators, and tenders 51-6063" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders 51-60 > 64" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s 51-6091" > 8440 "Fabric and apparel patternmakers 51-6092" > 8450 "Upholsterers 51-6093" > 8460 "Textile, apparel, and furnishings workers, all other 51-6099" > 8500 "Cabinetmakers and bench carpenters 51-7011" > 8510 "Furniture finishers 51-7021" > 8520 "Model makers and patternmakers, wood 51-7030" > 8530 "Sawing machine setters, operators, and tenders, wood 51-7041" > 8540 "Woodworking machine setters, operators, and tenders, except sawing 51-7042" > 8550 "Woodworkers, all other 51-7099" > 8600 "Power plant operators, distributors, and dispatchers 51-8010" > 8610 "Stationary engineers and boiler operators 51-8021" > 8620 "Water and liquid waste treatment plant and system operators 51-8031" > 8630 "Miscellaneous plant and system operators 51-8090" > 8640 "Chemical processing machine setters, operators, and tenders 51-9010" > 8650 "Crushing, grinding, polishing, mixing, and blending workers 51-9020" > 8710 "Cutting workers 51-9030" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders 51- > 9041" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders 51-9051" > 8740 "Inspectors, testers, sorters, samplers, and weighers 51-9061" > 8750 "Jewelers and precious stone and metal workers 51-9071" > 8760 "Medical, dental, and ophthalmic laboratory technicians 51-9080" > 8800 "Packaging and filling machine operators and tenders 51-9111" > 8810 "Painting workers 51-9120" > 8830 "Photographic process workers and processing machine operators 51-9151" > 8840 "Semiconductor processors 51-9141" > 8850 "Cementing and gluing machine operators and tenders 51-9191" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders 51-9192" > 8900 "Cooling and freezing equipment operators and tenders 51-9193" > 8910 "Etchers and engravers 51-9194" > 8920 "Molders, shapers, and casters, except metal and plastic 51-9195" > 8930 "Paper goods machine setters, operators, and tenders 51-9196" > 8940 "Tire builders 51-9197" > 8950 "Helpers--production workers 51-9198" > 8965 "Production workers, all other 51-9199" > 9000 "Supervisors, transportation and material moving workers 53-1000" > 9030 "Aircraft pilots and flight engineers 53-2010" > 9040 "Air traffic controllers and airfield operations specialists 53-2020" > 9050 "Flight Attendants 53-2031" > 9110 "Ambulance drivers and attendants, except emergency medical technicians 53-3011" > 9120 "Bus drivers 53-3020" > 9130 "Driver/sales workers and truck drivers 53-3030" > 9140 "Taxi drivers and chauffeurs 53-3041" > 9150 "Motor vehicle operators, all other 53-3099" > 9200 "Locomotive engineers and operators 53-4010" > 9230 "Railroad brake, signal, and switch operators 53-4021" > 9240 "Railroad conductors and yardmasters 53-4031" > 9260 "Subway, streetcar, and other rail transportation workers 53-40XX" > 9300 "Sailors and marine oilers 53-5011" > 9310 "Ship and boat captains and operators 53-5020" > 9330 "Ship engineers 53-5031" > 9340 "Bridge and lock tenders 53-6011" > 9350 "Parking lot attendants 53-6021" > 9360 "Service station attendants 53-6031" > 9410 "Transportation inspectors 53-6051" > 9415 "Transportation Attendants, Except Flight Attendants 53-6061" > 9420 "Other transportation workers 53-60XX" > 9500 "Conveyor operators and tenders 53-7011" > 9510 "Crane and tower operators 53-7021" > 9520 "Dredge, excavating, and loading machine operators 53-7030" > 9560 "Hoist and winch operators 53-7041" > 9600 "Industrial truck and tractor operators 53-7051" > 9610 "Cleaners of vehicles and equipment 53-7061" > 9620 "Laborers and freight, stock, and material movers, hand 53-7062" > 9630 "Machine feeders and offbearers 53-7063" > 9640 "Packers and packagers, hand 53-7064" > 9650 "Pumping station operators 53-7070" > 9720 "Refuse and recyclable material collectors 53-7081" > 9730 "Shuttle car operators 53-7111" > 9740 "Tank car, truck, and ship loaders 53-7121" > 9750 "Material moving workers, all other 53-7199" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reported (Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers 55-1010" > 9810 "First-line enlisted military supervisors/managers 55-2010" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members 55-30 > 10" > 9830 "Military, rank not specified 99-9999" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** Race 2003-April 2012 has 21 Categories" > ** "Race May 2012 on has 26 Categories" > label values race race26; > label define race26 > 1 "White Only" > 2 "Black Only" > 3 "American Indian, Alaskan Native Only" > 4 "Asian Only" > 5 "Hawaiian/Pacific Islander Only" > 6 "White-Black" > 7 "White-AI" > 8 "White-Asian" > 9 "White-HP" > 10 "Black-AI" > 11 "Black-Asian" > 12 "Black-HP" > 13 "AI-Asian" > 14 "AI-HP" > 15 "Asian-HP" > 16 "W-B-AI" > 17 "W-B-A" > 18 "W-B-HP" > 19 "W-AI-A" > 20 "W-AI-HP" > 21 "W-A-HP" > 22 "B-AI-A" > 23 "W-B-AI-A" > 24 "W-AI-A-HP" > 25 "Other 3 Race Combinations" > 26 "Other 4 and 5 Race Combinations" > ; > ** uhourse -4 Hours vary 1994-; > label values uhourse uhourse; > label define uhourse > -4 "Hours vary" > ; > > > end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg16.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 314,873 6.526784 3.460851 1 12 hurespli | 314,838 1.350059 .727338 0 14 hrhtype | 314,873 2.7252 2.286064 1 10 minsamp | 314,873 5.989577 1.999976 4 8 -------------+--------------------------------------------------------- hrlonglk | 314,873 1.989863 .1420287 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 314,873 1.058271 .2569868 1 8 -------------+--------------------------------------------------------- stfips | 314,873 28.07904 16.16896 1 56 cbsafips | 314,873 22623.73 16562.94 0 49740 county | 314,873 25.39656 61.21637 0 810 centcity | 260,017 1.933277 .7269826 1 3 smsastat | 311,683 1.194473 .3957953 1 2 -------------+--------------------------------------------------------- icntcity | 40,314 1.371434 .9390967 1 7 smsa04 | 314,873 3.669028 2.608375 0 7 relref95 | 314,873 3.150445 3.214896 1 18 age | 314,873 47.32277 18.59639 16 85 spouse | 161,961 1.588401 .7117047 1 16 -------------+--------------------------------------------------------- sex | 314,873 1.521553 .499536 1 2 grade92 | 314,873 40.31861 2.733334 31 46 race | 314,873 1.422748 1.27299 1 26 ethnic | 40,144 2.529145 2.382259 1 8 lineno | 314,873 1.748918 1.032539 1 16 -------------+--------------------------------------------------------- famnum | 314,873 .793485 .4776076 0 6 pfamrel | 314,873 1.363102 1.076112 0 4 marital | 314,873 3.4414 2.655128 1 7 prpertyp | 314,873 2.004071 .0636782 2 3 penatvty | 314,873 87.60545 81.2925 57 555 -------------+--------------------------------------------------------- pemntvty | 314,873 97.63254 90.64615 57 555 pefntvty | 314,873 97.89696 91.01482 57 555 prcitshp | 314,873 1.492068 1.217541 1 5 prcitflg | 314,873 .1955709 2.112208 0 41 peinusyr | 314,873 2.088521 5.60965 0 24 -------------+--------------------------------------------------------- selfproxy | 309,514 1.486779 .5044394 1 3 lfsr94 | 313,591 2.938353 2.384559 1 7 absent94 | 6,646 6.302137 3.516259 4 14 uhourse | 186,912 35.56623 15.25634 -4 99 reason94 | 12,053 5.051854 2.807383 1 13 -------------+--------------------------------------------------------- hourslw | 178,984 38.57372 12.79102 1 99 laydur | 1,215 7.182716 8.698096 1 52 dwrsn | 5,580 7.451971 3.280246 1 11 why3594 | 43,785 15.29903 6.874597 1 23 prunedur | 8,803 24.17585 31.40994 0 119 -------------+--------------------------------------------------------- untype | 8,803 3.461434 1.665291 1 6 ftpt94 | 313,591 2.545755 2.37082 1 12 class94 | 202,159 4.095004 1.161652 1 8 agri | 202,159 .0210132 .1434284 0 1 eligible | 314,873 1.473413 .4992934 1 2 -------------+--------------------------------------------------------- otc | 165,808 1.865622 .3410594 1 2 ernpdh2 | 94,187 1.736853 .4403437 1 2 paidhre | 165,808 1.411349 .4920798 1 2 earnhre | 97,522 1700.486 1007.266 25 9999 earnwke | 165,808 912.0409 673.0387 0 2884.61 -------------+--------------------------------------------------------- unionmme | 165,808 1.896091 .3051438 1 2 unioncov | 148,579 1.985355 .1201292 1 2 schenr | 194,624 1.848379 .3586536 1 2 studftpt | 29,509 1.143516 .3506038 1 2 schlvl | 29,509 1.609035 .4879749 1 2 -------------+--------------------------------------------------------- earnwt | 314,873 9662.472 5229.986 0 62385.74 weight | 314,873 2415.618 1300.118 0 11001.06 chldpres | 314,873 1.283517 2.761769 0 15 ownchild | 314,873 .4745913 .951635 0 13 I25d | 165,808 .3752835 .4841975 0 1 -------------+--------------------------------------------------------- I25c | 97,603 .4110632 .4920292 0 1 I25a | 314,873 .4999794 4.308463 0 43 I25b | 314,873 4.484319 12.95481 0 42 qstnum | 0 occurnum | 0 -------------+--------------------------------------------------------- ged | 90,829 1.09792 .2972084 1 2 gedhigr | 8,894 6.423544 1.395383 1 8 yrcoll | 86,581 2.79082 1.003451 1 5 grprof | 0 gr6cor | 0 -------------+--------------------------------------------------------- ms123 | 0 cmpwgt | 314,873 2415.81 1302.045 0 10882.83 ind02 | 202,159 6280.964 2702.895 170 9890 occ2012 | 202,159 4130.175 2581.565 10 9840 occ002 | 314,873 106.2935 726.6637 -1 9720 -------------+--------------------------------------------------------- vet1 | 25,642 3.620739 1.624141 1 9 vet2 | 5,159 3.318085 1.476127 1 9 vet3 | 1,252 3.002396 1.455713 1 8 vet4 | 186 3.629032 1.704372 1 8 linedad | 43,299 1.69766 .9516836 1 14 -------------+--------------------------------------------------------- linemom | 31,387 1.147163 .4035485 1 3 recnum | 314,873 227100.5 130847 1 453393 year | 314,873 2016 0 2016 2016 ym_file | 314,873 677.5268 3.460851 672 683 ym | 314,873 668.5581 6.932746 657 680 -------------+--------------------------------------------------------- ch02 | 314,873 .0637241 .2442612 0 1 ch35 | 314,873 .0680941 .2519077 0 1 ch613 | 314,873 .1457159 .3528217 0 1 ch1417 | 314,873 .0878767 .2831159 0 1 ch05 | 314,873 .1095267 .3122994 0 1 -------------+--------------------------------------------------------- ihigrdc | 229,351 12.3153 2.468041 0 18 docc00 | 202,159 12.26656 6.753041 1 23 dind02 | 202,159 47.83191 253.455 1 3895 . aef2 2017 17 03 13 dct_name aef03.dbd raw_name=../raw/morg17 (0 observations deleted) obs 445862 # of persons with age<=15 135873 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 58,916 13.21 13.21 0 | 3,394 0.76 13.98 1 | 4,313 0.97 14.94 2 | 4,611 1.03 15.98 3 | 4,680 1.05 17.03 4 | 4,535 1.02 18.04 5 | 4,805 1.08 19.12 6 | 4,717 1.06 20.18 7 | 4,915 1.10 21.28 8 | 4,992 1.12 22.40 9 | 5,271 1.18 23.58 10 | 5,143 1.15 24.74 11 | 5,226 1.17 25.91 12 | 5,215 1.17 27.08 13 | 5,033 1.13 28.21 14 | 5,046 1.13 29.34 15 | 5,061 1.14 30.47 16 | 5,207 1.17 31.64 17 | 5,176 1.16 32.80 18 | 4,646 1.04 33.85 19 | 4,259 0.96 34.80 20 | 4,186 0.94 35.74 21 | 4,364 0.98 36.72 22 | 4,419 0.99 37.71 23 | 4,432 0.99 38.70 24 | 4,701 1.05 39.76 25 | 4,727 1.06 40.82 26 | 4,909 1.10 41.92 27 | 5,043 1.13 43.05 28 | 4,843 1.09 44.14 29 | 4,791 1.07 45.21 30 | 5,025 1.13 46.34 31 | 5,019 1.13 47.46 32 | 5,118 1.15 48.61 33 | 4,911 1.10 49.71 34 | 5,025 1.13 50.84 35 | 5,287 1.19 52.03 36 | 5,144 1.15 53.18 37 | 5,140 1.15 54.33 38 | 4,954 1.11 55.44 39 | 4,797 1.08 56.52 40 | 4,870 1.09 57.61 41 | 4,645 1.04 58.65 42 | 4,712 1.06 59.71 43 | 4,460 1.00 60.71 44 | 4,513 1.01 61.72 45 | 4,764 1.07 62.79 46 | 5,203 1.17 63.96 47 | 5,084 1.14 65.10 48 | 4,911 1.10 66.20 49 | 4,792 1.07 67.27 50 | 4,963 1.11 68.39 51 | 5,008 1.12 69.51 52 | 5,268 1.18 70.69 53 | 5,413 1.21 71.91 54 | 5,432 1.22 73.12 55 | 5,443 1.22 74.35 56 | 5,461 1.22 75.57 57 | 5,618 1.26 76.83 58 | 5,474 1.23 78.06 59 | 5,421 1.22 79.27 60 | 5,398 1.21 80.48 61 | 5,389 1.21 81.69 62 | 5,302 1.19 82.88 63 | 5,014 1.12 84.01 64 | 4,704 1.06 85.06 65 | 4,895 1.10 86.16 66 | 4,688 1.05 87.21 67 | 4,431 0.99 88.20 68 | 4,199 0.94 89.15 69 | 4,300 0.96 90.11 70 | 4,439 1.00 91.11 71 | 3,488 0.78 91.89 72 | 3,156 0.71 92.60 73 | 3,035 0.68 93.28 74 | 3,167 0.71 93.99 75 | 2,746 0.62 94.60 76 | 2,517 0.56 95.17 77 | 2,279 0.51 95.68 78 | 2,123 0.48 96.16 79 | 1,945 0.44 96.59 80 | 7,645 1.71 98.31 85 | 7,551 1.69 100.00 ------------+----------------------------------- Total | 445,862 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 58,916 43.36 43.36 0 | 3,394 2.50 45.86 1 | 4,313 3.17 49.03 2 | 4,611 3.39 52.43 3 | 4,680 3.44 55.87 4 | 4,535 3.34 59.21 5 | 4,805 3.54 62.75 6 | 4,717 3.47 66.22 7 | 4,915 3.62 69.83 8 | 4,992 3.67 73.51 9 | 5,271 3.88 77.39 10 | 5,143 3.79 81.17 11 | 5,226 3.85 85.02 12 | 5,215 3.84 88.86 13 | 5,033 3.70 92.56 14 | 5,046 3.71 96.28 15 | 5,061 3.72 100.00 ------------+----------------------------------- Total | 135,873 100.00 (135,873 observations deleted) (0 observations deleted) obs 309989 after keeping age>15&age!=. infile successful no observations (11 real changes made, 11 to missing) (267,643 real changes made, 267,643 to missing) (279,025 real changes made, 279,025 to missing) (0 real changes made) (0 real changes made) (153,045 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (156,944 real changes made) Geography (121,608 real changes made) dropping cmsacode msafips smsa93 smsasize = . if smsasize <=0 (231,354 real changes made, 231,354 to missing) inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (2,991 real changes made, 2,991 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (53,569 real changes made, 53,569 to missing) (270,324 real changes made, 270,324 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (149,879 real changes made, 149,879 to missing) if 2017 > 1983 & 2017 < 1989 { (0 real changes made) (0 real changes made) (0 real changes made) (ch02: 68715 changes made) (ch35: 76656 changes made) (ch613: 76656 changes made) (ch1417: 76656 changes made) (13,767 real changes made) (0 real changes made) (221,507 real changes made, 221,507 to missing) (301,369 real changes made, 301,369 to missing) (224,908 real changes made, 224,908 to missing) (309,989 real changes made, 309,989 to missing) (309,989 real changes made, 309,989 to missing) (309,989 real changes made, 309,989 to missing) (309,989 missing values generated) (879 real changes made) (1,654 real changes made) (3,311 real changes made) (4,866 real changes made) (5,858 real changes made) (9,017 real changes made) (10,463 real changes made) (4,546 real changes made) (51 real changes made) (153 real changes made) (73 real changes made) (560 real changes made) (851 real changes made) (2,009 real changes made) (2,882 real changes made) (2,041 real changes made) (79,862 real changes made) (8,838 real changes made) (20,412 real changes made) (40,608 real changes made) (9,501 real changes made) (5,722 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (9,272 real changes made) (217,154 real changes made, 217,154 to missing) (302,286 real changes made, 302,286 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (270,585 real changes made, 270,585 to missing) (0 real changes made) (285,184 real changes made, 285,184 to missing) (305,037 real changes made, 305,037 to missing) (308,705 real changes made, 308,705 to missing) (309,794 real changes made, 309,794 to missing) Employment (5,712 real changes made, 5,712 to missing) (304,842 real changes made, 304,842 to missing) (146,208 real changes made, 146,208 to missing) (111,602 real changes made, 111,602 to missing) (111,602 real changes made, 111,602 to missing) (111,602 real changes made, 111,602 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 generate int docc00=occ2011; 568 572 577 (111,602 missing values generated) 581 recode docc00 2011 (docc00: 198387 changes made) dind (111,602 missing values generated) (dind02: 197529 changes made) Wages (146,208 real changes made, 146,208 to missing) (0 real changes made) (214,046 real changes made, 214,046 to missing) (0 real changes made) (0 real changes made) (146,208 real changes made) (194,340 real changes made) (111,602 real changes made, 111,602 to missing) (302,286 real changes made, 302,286 to missing) (126,808 real changes made) (146,208 real changes made) (1 real change made, 1 to missing) (125,483 real changes made, 125,483 to missing) (1,325 real changes made, 1,325 to missing) (308,860 real changes made, 308,860 to missing) (214,008 real changes made, 214,008 to missing) (146,208 real changes made, 146,208 to missing) Hours, Unions (297,404 real changes made, 297,404 to missing) (303,037 real changes made, 303,037 to missing) (281,442 real changes made, 281,442 to missing) (121,141 real changes made, 121,141 to missing) (281,442 real changes made, 281,442 to missing) (1,325 real changes made, 1,325 to missing) (133,760 real changes made, 133,760 to missing) (96 real changes made) (266,981 real changes made, 266,981 to missing) (146,208 real changes made, 146,208 to missing) (163,300 real changes made, 163,300 to missing) variable spouse was int now byte variable hourslw was int now byte variable laydur was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now int (4,649,835 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979- April 2014 ; . cap label values state P27L; . cap label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > ; . * penatvty: 2007-; . label values penatvty penatvty; . label define penatvty > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 73 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 100 "Albania" > 102 "Austria" > 103 "Belgium" > 104 "Bulgaria" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "United Kingdom/Great Britain" > 139 "England" > 140 "Scotland" > 141 "Wales" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Czech Republic" > 149 "Slovakia" > 150 "Bosnia & Herzegovina" > 151 "Croatia" > 152 "Macedonia" > 154 "Serbia" > 156 "Latvia" > 157 "Lithuania" > 158 "Armenia" > 159 "Azerbaijan" > 160 "Belarus" > 161 "Georgia" > 162 "Moldova" > 163 "Russia" > 164 "Ukraine" > 165 "USSR" > 166 "Europe, not specified" > 167 "Kosovo" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Myanmar (Burma)" > 206 "Cambodia" > 207 "China" > 208 "Cyprus" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea" > 220 "South Korea" > 222 "Kuwait" > 223 "Laos" > 224 "Lebanon" > 226 "Malaysia" > 229 "Nepal" > 231 "Pakistan" > 233 "Philippines" > 235 "Saudi Arabia" > 236 "Singapore" > 238 "Sri Lanka" > 239 "Syria" > 240 "Taiwan" > 242 "Thailand" > 243 "Turkey" > 246 "Uzbekistan" > 247 "Vietnam" > 248 "Yemen" > 249 "Asia, not specified" > 300 "Bermuda" > 301 "Canada" > 303 "Mexico" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Nicaragua" > 316 "Panama" > 318 "Central America" > 321 "Antigua and Barbuda" > 323 "Bahamas" > 324 "Barbados" > 327 "Cuba" > 328 "Dominica" > 329 "Dominican Republic" > 330 "Grenada" > 332 "Haiti" > 333 "Jamaica" > 338 "St. Kitts-Nevis" > 339 "St. Lucia" > 340 "St. Vincent and the Grenadines" > 341 "Trinidad and Tobago" > 343 "West Indes, not specified" > 360 "Argentina" > 361 "Bolivia" > 362 "Brazil" > 363 "Chile" > 364 "Colombia" > 365 "Ecuador" > 368 "Guyana" > 369 "Paraguay" > 370 "Peru" > 372 "Uruguay" > 373 "Venezuela" > 374 "South America, not specified" > 399 "Americas, not specified" > 400 "Algeria" > 407 "Cameroon" > 408 "Cape Verde" > 414 "Egypt" > 416 "Ethiopia" > 417 "Eritrea" > 421 "Ghana" > 427 "Kenya" > 429 "Liberia" > 436 "Morocco" > 440 "Nigeria" > 444 "Senegal" > 447 "Sierra Leone" > 448 "Somalia" > 449 "South Africa" > 451 "Sudan" > 453 "Tanzania" > 457 "Uganda" > 461 "Zimbabwe" > 462 "Africa, not specified" > 501 "Australia" > 508 "Fiji" > 515 "New Zealand" > 523 "Tonga" > 527 "Samoa" > 528 "Oceania, not specified" > 555 "Elsewhere" > ; . * pemntvty: 2007-; . label values pemntvty penatvty; . * pefntvty: 2007-; . label values pefntvty penatvty; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2003" > 19 "2004-2005" > 20 "2006-2007" > 21 "2008-2009" > 22 "2010-2012" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6672 "Internet publishing and broadcasting and web search portals (51913)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ2011: 2011-; . *label values occ2011 occ2011l ; . *label define occ2011l > 10 "Chief executives 11-1011" > 20 "General and operations managers 11-1021" > 30 "Legislators 11-1031" > 40 "Advertising and promotions managers 11-2011" > 50 "Marketing and sales managers 11-2020" > 60 "Public relations managers 11-2031" > 100 "Administrative services managers 11-3011" > 110 "Computer and information systems managers 11-3021" > 120 "Financial managers 11-3031" > 135 "Compensation and benefits managers 11-3111" > 136 "Human Resources Managers 11-3121" > 137 "Training and Development Managers 11-3131" > 140 "Industrial production managers 11-3051" > 150 "Purchasing managers 11-3061" > 160 "Transportation, storage, and distribution managers 11-3071" > 205 "Farmers, Ranchers, and other Agricultural Managers 11-9013" > 220 "Construction managers 11-9021" > 230 "Education administrators 11-9030" > 300 "Engineering managers 11-9041" > 310 "Food service managers 11-9051" > 325 "Funeral Service Managers 11-9061" > 330 "Gaming managers 11-9071" > 340 "Lodging managers 11-9081" > 350 "Medical and health services managers 11-9111" > 360 "Natural sciences managers 11-9121" > 400 "Postmasters and mail superintendents 11-9131" > 410 "Property, real estate, and community association managers 11-9141" > 420 "Social and community service managers 11-9151" > 425 "Emergency Management Directors 11-9161" > 430 "Managers, all other 11-9199" > 500 "Agents and business managers of artists, performers, and athletes 13-1011" > 510 "Purchasing agents and buyers, farm products 13-1021" > 520 "Wholesale and retail buyers, except farm products 13-1022" > 530 "Purchasing agents, except wholesale, retail, and farm products 13-1023" > 540 "Claims adjusters, appraisers, examiners, and investigators 13-1030" > 565 "Compliance Officers 13-1041" > 600 "Cost estimators 13-1051" > 630 "Human resources workers 13-1070" > 640 "Compensation, benefits, and job analysis specialists 13-1141" > 650 "Training and development specialists 13-1151" > 700 "Logisticians 13-1081" > 710 "Management analysts 13-1111" > 725 "Meeting, convention, and event planners 13-1121" > 726 "Fundraisers 13-1131" > 735 "Market research analysts and marketing specialists 13-1161" > 740 "Business operations specialists, all other 13-1199" > 800 "Accountants and auditors 13-2011" > 810 "Appraisers and assessors of real estate 13-2021" > 820 "Budget analysts 13-2031" > 830 "Credit analysts 13-2041" > 840 "Financial analysts 13-2051" > 850 "Personal financial advisors 13-2052" > 860 "Insurance underwriters 13-2053" > 900 "Financial examiners 13-2061" > 910 "Loan counselors and officers 13-2070" > 930 "Tax examiners, collectors, and revenue agents 13-2081" > 940 "Tax preparers 13-2082" > 950 "Financial specialists, all other 13-2099" > 1000 "Computer scientists and systems analysts 15-10XX" > 1005 "Computer and information research scientists 15-1111" > 1006 "Computer systems analysts 15-1121" > 1007 "Information security analysts 15-1122" > 1010 "Computer programmers 15-1131" > 1020 "Software developers, applications and systems software 15-113X" > 1030 "Web developers 15-1134" > 1050 "Computer support specialists 15-1150" > 1060 "Database administrators 15-1141" > 1105 "Network and computer systems administrators 15-1142" > 1106 "Computer network architects 15-1143" > 1107 "Computer occupations, all other 15-1199" > 1200 "Actuaries 15-2011" > 1210 "Mathematicians 15-2021" > 1220 "Operations research analysts 15-2031" > 1230 "Statisticians 15-2041" > 1240 "Miscellaneous mathematical science occupations 15-2090" > 1300 "Architects, except naval 17-1010" > 1310 "Surveyors, cartographers, and photogrammetrists 17-1020" > 1320 "Aerospace engineers 17-2011" > 1330 "Agricultural engineers 17-2021" > 1340 "Biomedical engineers 17-2031" > 1350 "Chemical engineers 17-2041" > 1360 "Civil engineers 17-2051" > 1400 "Computer hardware engineers 17-2061" > 1410 "Electrical and electronic engineers 17-2070" > 1420 "Environmental engineers 17-2081" > 1430 "Industrial engineers, including health and safety 17-2110" > 1440 "Marine engineers and naval architects 17-2121" > 1450 "Materials engineers 17-2131" > 1460 "Mechanical engineers 17-2141" > 1500 "Mining and geological engineers, including mining safety engineers 17-2151" > 1510 "Nuclear engineers 17-2161" > 1520 "Petroleum engineers 17-2171" > 1530 "Engineers, all other 17-2199" > 1540 "Drafters 17-3010" > 1550 "Engineering technicians, except drafters 17-3020" > 1560 "Surveying and mapping technicians 17-3031" > 1600 "Agricultural and food scientists 19-1010" > 1610 "Biological scientists 19-1020" > 1640 "Conservation scientists and foresters 19-1030" > 1650 "Medical scientists 19-1040" > 1660 "Life Scientists, all other 16-1099" > 1700 "Astronomers and physicists 19-2010" > 1710 "Atmospheric and space scientists 19-2021" > 1720 "Chemists and materials scientists 19-2030" > 1740 "Environmental scientists and geoscientists 19-2040" > 1760 "Physical scientists, all other 19-2099" > 1800 "Economists 19-3011" > 1815 "Survey Researchers 19-3022" > 1820 "Psychologists 19-3030" > 1830 "Sociologists 19-3041" > 1840 "Urban and regional planners 19-3051" > 1860 "Miscellaneous social scientists and related workers 19-3090" > 1900 "Agricultural and food science technicians 19-4011" > 1910 "Biological technicians 19-4021" > 1920 "Chemical technicians 19-4031" > 1930 "Geological and petroleum technicians 19-4041" > 1940 "Nuclear technicians 19-4051" > 1950 "Social science research assistants 19-4061" > 1965 "Miscellaneous life, physical, and social science technicians 19-4090" > 2000 "Counselors 21-1010" > 2010 "Social workers 21-1020" > 2015 "Probation Officers and Correctional Treatment Specialists 21-1092" > 2016 "Social and Human Service Assistants 21-1093" > 2025 "Miscellaneous community and social service specialists, 21-109X" > 2040 "Clergy 21-2011" > 2050 "Directors, religious activities and education 21-2021" > 2060 "Religious workers, all other 21-2099" > 2100 "Lawyers, Judges, magistrates, and other judicial workers 23-1011" > 2105 "Judicial Law Clerks 23-1012" > 2110 "Judges, Magistrates, and Other Judicial Workers 23-1020" > 2145 "Paralegals and Legal Assistants 23-2011" > 2160 "Miscellaneous Legal Support Workers 23-2090" > 2200 "Postsecondary teachers 25-1000" > 2300 "Preschool and kindergarten teachers 25-2010" > 2310 "Elementary and middle school teachers 25-2020" > 2320 "Secondary school teachers 25-2030" > 2330 "Special education teachers 25-2050" > 2340 "Other teachers and instructors 25-3000" > 2400 "Archivists, curators, and museum technicians 25-4010" > 2430 "Librarians 25-4021" > 2440 "Library technicians 25-4031" > 2540 "Teacher assistants 25-9041" > 2550 "Other education, training, and library workers 25-90XX" > 2600 "Artists and related workers 27-1010" > 2630 "Designers 27-1020" > 2700 "Actors 27-2011" > 2710 "Producers and directors 27-2012" > 2720 "Athletes, coaches, umpires, and related workers 27-2020" > 2740 "Dancers and choreographers 27-2030" > 2750 "Musicians, singers, and related workers 27-2040" > 2760 "Entertainers and performers, sports and related workers, all other 27-2099" > 2800 "Announcers 27-3010" > 2810 "News analysts, reporters and correspondents 27-3020" > 2825 "Public Relations Specialists 27-3031" > 2830 "Editors 27-3041" > 2840 "Technical writers 27-3042" > 2850 "Writers and authors 27-3043" > 2860 "Miscellaneous media and communication workers 27-3090" > 2900 "Broadcast and sound engineering technicians and radio operators 27-4010" > 2910 "Photographers 27-4021" > 2920 "Television, video, and motion picture camera operators and editors 27-4030" > 2960 "Media and communication equipment workers, all other 27-4099" > 3000 "Chiropractors 29-1011" > 3010 "Dentists 29-1020" > 3030 "Dietitians and nutritionists 29-1031" > 3040 "Optometrists 29-1041" > 3050 "Pharmacists 29-1051" > 3060 "Physicians and surgeons 29-1060" > 3110 "Physician assistants 29-1071" > 3120 "Podiatrists 29-1081" > 3140 "Audiologists 29-1181" > 3150 "Occupational therapists 29-1122" > 3160 "Physical therapists 29-1123" > 3200 "Radiation therapists 29-1124" > 3210 "Recreational therapists 29-1125" > 3220 "Respiratory therapists 29-1126" > 3230 "Speech-language pathologists 29-1127" > 3235 "Exercise Physiologists 29-1128" > 3245 "Therapists, all other 29-1129" > 3250 "Veterinarians 29-1131" > 3255 "Registered Nurses 29-1141" > 3256 "Nurse Anesthetists 29-1151" > 3257 "Nurse Midwives 29-1161" > 3258 "Nurse Practitioners 29-1171" > 3260 "Health diagnosing and treating practitioners, all other 29-1199" > 3300 "Clinical laboratory technologists and technicians 29-2010" > 3310 "Dental hygienists 29-2021" > 3320 "Diagnostic related technologists and technicians 29-2030" > 3400 "Emergency medical technicians and paramedics 29-2041" > 3420 "Health Practitioner Support Technologists and Technicians 29-2050" > 3500 "Licensed practical and licensed vocational nurses 29-2061" > 3510 "Medical records and health information technicians 29-2071" > 3520 "Opticians, dispensing 29-2081" > 3535 "Miscellaneous Health Technologists and Technicians 29-2090" > 3540 "Other healthcare practitioners and technical occupations 29-9000" > 3600 "Nursing, psychiatric, and home health aides 31-1010" > 3610 "Occupational therapist assistants and aides 31-2010" > 3620 "Physical therapist assistants and aides 31-2020" > 3630 "Massage therapists 31-9011" > 3640 "Dental assistants 31-9091" > 3645 "Medical Assistants 31-9092" > 3646 "Medical Transcriptionists 31-9094" > 3647 "Pharmacy Aides 31-9095" > 3648 "Veterinary Assistants and Laboratory Animal Caretakers 31-9096" > 3649 "Phlebotomists 31-9097" > 3655 "Miscellaneous Healthcare Support Occupations, Including 31-909X" > 3700 "First-line supervisors/managers of correctional officers 33-1011" > 3710 "First-line supervisors/managers of police and detectives 33-1012" > 3720 "First-line supervisors/managers of fire fighting and prevention workers 33-1021" > 3730 "Supervisors, protective service workers, all other 33-1099" > 3740 "Fire fighters 33-2011" > 3750 "Fire inspectors 33-2020" > 3800 "Bailiffs, correctional officers, and jailers 33-3010" > 3820 "Detectives and criminal investigators 33-3021" > 3830 "Fish and game wardens 33-3031" > 3840 "Parking enforcement workers 33-3041" > 3850 "Police and sheriff's patrol officers 33-3051" > 3860 "Transit and railroad police 33-3052" > 3900 "Animal control workers 33-9011" > 3910 "Private detectives and investigators 33-9021" > 3930 "Security Guards and Gaming Surveillance Officers 33-9030" > 3940 "Crossing guards 33-9091" > 3945 "Transportation Security Screeners 33-9093" > 3955 "Lifeguards and Other Recreational, and all Other Protective Service Workers 33-909X" > 4000 "Chefs and head cooks 35-1011" > 4010 "First-line supervisors/managers of food preparation and serving workers 35-1012" > 4020 "Cooks 35-2010" > 4030 "Food preparation workers 35-2021" > 4040 "Bartenders 35-3011" > 4050 "Combined food preparation and serving workers, including fast food 35-3021" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop 35-3022" > 4110 "Waiters and waitresses 35-3031" > 4120 "Food servers, nonrestaurant 35-3041" > 4130 "Dining room and cafeteria attendants and bartender helpers 35-9011" > 4140 "Dishwashers 35-9021" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop 35-9031" > 4160 "Food preparation and serving related workers, all other 35-9099" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers 37-1011" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > 37-1012" > 4220 "Janitors and building cleaners 31-201X" > 4230 "Maids and housekeeping cleaners 37-2012" > 4240 "Pest control workers 37-2021" > 4250 "Grounds maintenance workers 37-3010" > 4300 "First-line supervisors/managers of gaming workers 39-1010" > 4320 "First-line supervisors/managers of personal service workers 39-1021" > 4340 "Animal trainers 39-2011" > 4350 "Nonfarm animal caretakers 39-2021" > 4400 "Gaming services workers 39-3010" > 4410 "Motion picture projectionists 39-3021" > 4420 "Ushers, lobby attendants, and ticket takers 39-3031" > 4430 "Miscellaneous entertainment attendants and related workers 39-3090" > 4460 "Funeral service workers 39-40XX" > 4465 "Morticians, Undertakers, and Funeral Directors 39-4031" > 4500 "Barbers 39-5011" > 4510 "Hairdressers, hairstylists, and cosmetologists 39-5012" > 4520 "Miscellaneous personal appearance workers 39-5090" > 4530 "Baggage porters, bellhops, and concierges 39-6010" > 4540 "Tour and travel guides 39-7010" > 4600 "Child care workers 39-9011" > 4610 "Personal and home care aides 39-9021" > 4620 "Recreation and fitness workers 39-9030" > 4640 "Residential advisors 39-9041" > 4650 "Personal care and service workers, all other 39-9099" > 4700 "First-line supervisors/managers of retail sales workers 41-1011" > 4710 "First-line supervisors/managers of non-retail sales workers 41-1012" > 4720 "Cashiers 41-2010" > 4740 "Counter and rental clerks 41-2021" > 4750 "Parts salespersons 41-2022" > 4760 "Retail salespersons 41-2031" > 4800 "Advertising sales agents 41-3011" > 4810 "Insurance sales agents 41-3021" > 4820 "Securities, commodities, and financial services sales agents 41-3031" > 4830 "Travel agents 41-3041" > 4840 "Sales representatives, services, all other 41-3099" > 4850 "Sales representatives, wholesale and manufacturing 41-4010" > 4900 "Models, demonstrators, and product promoters 41-9010" > 4920 "Real estate brokers and sales agents 41-9020" > 4930 "Sales engineers 41-9031" > 4940 "Telemarketers 41-9041" > 4950 "Door-to-door sales workers, news and street vendors, and related workers 41-9091" > 4965 "Sales and Related Workers, all other 41-9099" > 5000 "First-line supervisors/managers of office and administrative support workers 43-1011" > 5010 "Switchboard operators, including answering service 43-2011" > 5020 "Telephone operators 43-2021" > 5030 "Communications equipment operators, all other 43-2099" > 5100 "Bill and account collectors 43-3011" > 5110 "Billing and posting clerks and machine operators 43-3021" > 5120 "Bookkeeping, accounting, and auditing clerks 43-3031" > 5130 "Gaming cage workers 43-3041" > 5140 "Payroll and timekeeping clerks 43-3051" > 5150 "Procurement clerks 43-3061" > 5160 "Tellers 43-3071" > 5165 "Financial Clerks, all other 43-3099" > 5200 "Brokerage clerks 43-4011" > 5210 "Correspondence clerks 43-4021" > 5220 "Court, municipal, and license clerks 43-4031" > 5230 "Credit authorizers, checkers, and clerks 43-4041" > 5240 "Customer service representatives 43-4051" > 5250 "Eligibility interviewers, government programs 43-4061" > 5260 "File Clerks 43-4071" > 5300 "Hotel, motel, and resort desk clerks 43-4081" > 5310 "Interviewers, except eligibility and loan 43-4111" > 5320 "Library assistants, clerical 43-4121" > 5330 "Loan interviewers and clerks 43-4131" > 5340 "New accounts clerks 43-4141" > 5350 "Order clerks 43-4151" > 5360 "Human resources assistants, except payroll and timekeeping 43-4161" > 5400 "Receptionists and information clerks 43-4171" > 5410 "Reservation and transportation ticket agents and travel clerks 43-4181" > 5420 "Information and record clerks, all other 43-4199" > 5500 "Cargo and freight agents 43-5011" > 5510 "Couriers and messengers 43-5021" > 5520 "Dispatchers 43-5030" > 5530 "Meter readers, utilities 43-5041" > 5540 "Postal service clerks 43-5051" > 5550 "Postal service mail carriers 43-5052" > 5560 "Postal service mail sorters, processors, and processing machine operators 43-5053" > 5600 "Production, planning, and expediting clerks 43-5061" > 5610 "Shipping, receiving, and traffic clerks 43-5071" > 5620 "Stock clerks and order fillers 43-5081" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping 43-5111" > 5700 "Secretaries and administrative assistants 43-6010" > 5800 "Computer operators 43-9011" > 5810 "Data entry keyers 43-9021" > 5820 "Word processors and typists 43-9022" > 5830 "Desktop publishers 43-9031" > 5840 "Insurance claims and policy processing clerks 43-9041" > 5850 "Mail clerks and mail machine operators, except postal service 43-9051" > 5860 "Office clerks, general 43-9061" > 5900 "Office machine operators, except computer 43-9071" > 5910 "Proofreaders and copy markers 43-9081" > 5920 "Statistical assistants 43-9111" > 5940 "Office and Administrative Support Workers, all other 43-9199" > 6005 "First-line supervisors of farming, fishing, and forestry workers 45-1011" > 6010 "Agricultural inspectors 45-2011" > 6020 "Animal breeders 45-2021" > 6040 "Graders and sorters, agricultural products 45-2041" > 6050 "Miscellaneous agricultural workers 45-2090" > 6100 "Fishers and related fishing workers 45-3011" > 6110 "Hunters and trappers 45-3021" > 6120 "Forest and conservation workers 45-4011" > 6130 "Logging workers 45-4020" > 6200 "First-line supervisors/managers of construction trades and extraction workers 47-1011" > 6210 "Boilermakers 47-2011" > 6220 "Brickmasons, blockmasons, and stonemasons 47-2020" > 6230 "Carpenters 47-2031" > 6240 "Carpet, floor, and tile installers and finishers 47-2040" > 6250 "Cement masons, concrete finishers, and terrazzo workers 47-2050" > 6260 "Construction laborers 47-2061" > 6300 "Paving, surfacing, and tamping equipment operators 47-2071" > 6310 "Pile-driver operators 47-2072" > 6320 "Operating engineers and other construction equipment operators 47-2073" > 6330 "Drywall installers, ceiling tile installers, and tapers 47-2080" > 6355 "Electricians 47-2111" > 6360 "Glaziers 47-2121" > 6400 "Insulation workers 47-2130" > 6420 "Painters, construction and maintenance 47-2141" > 6430 "Paperhangers 47-2142" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters 47-2150" > 6460 "Plasterers and stucco masons 47-2161" > 6500 "Reinforcing iron and rebar workers 47-2171" > 6515 "Roofers 47-2181" > 6520 "Sheet metal workers 47-2211" > 6530 "Structural iron and steel workers 47-2221" > 6540 "Solar Photovoltaic Installers 47-2231" > 6600 "Helpers, construction trades 47-3010" > 6660 "Construction and building inspectors 47-4011" > 6700 "Elevator installers and repairers 47-4021" > 6710 "Fence erectors 47-4031" > 6720 "Hazardous materials removal workers 47-4041" > 6730 "Highway maintenance workers 47-4051" > 6740 "Rail-track laying and maintenance equipment operators 47-4061" > 6750 "Septic tank servicers and sewer pipe cleaners 47-4071" > 6765 "Miscellaneous construction and related workers 47-4090" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining 47-5010" > 6820 "Earth drillers, except oil and gas 47-5021" > 6830 "Explosives workers, ordnance handling experts, and blasters 47-5031" > 6840 "Mining machine operators 47-5040" > 6910 "Roof bolters, mining 47-5061" > 6920 "Roustabouts, oil and gas 47-5071" > 6930 "Helpers--extraction workers 47-5081" > 6940 "Other extraction workers 47-50XX" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers 49-1011" > 7010 "Computer, automated teller, and office machine repairers 49-2011" > 7020 "Radio and telecommunications equipment installers and repairers 49-2020" > 7030 "Avionics technicians 49-2091" > 7040 "Electric motor, power tool, and related repairers 49-2092" > 7050 "Electrical and electronics installers and repairers, transportation equipment 49-2093" > 7100 "Electrical and electronics repairers, industrial and utility 49-209X" > 7110 "Electronic equipment installers and repairers, motor vehicles 49-2096" > 7120 "Electronic home entertainment equipment installers and repairers 49-2097" > 7130 "Security and fire alarm systems installers 49-2098" > 7140 "Aircraft mechanics and service technicians 49-3011" > 7150 "Automotive body and related repairers 49-3021" > 7160 "Automotive glass installers and repairers 49-3022" > 7200 "Automotive service technicians and mechanics 49-3023" > 7210 "Bus and truck mechanics and diesel engine specialists 49-3031" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics 49-3040" > 7240 "Small engine mechanics 49-3050" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers 49-3090" > 7300 "Control and valve installers and repairers 49-9010" > 7315 "Heating, air conditioning, and refrigeration mechanics and installers 49-9021" > 7320 "Home appliance repairers 49-9031" > 7330 "Industrial and refractory machinery mechanics 49-904X" > 7340 "Maintenance and repair workers, general 49-9071" > 7350 "Maintenance workers, machinery 49-9043" > 7360 "Millwrights 49-9044" > 7410 "Electrical power-line installers and repairers 49-9051" > 7420 "Telecommunications line installers and repairers 49-9052" > 7430 "Precision instrument and equipment repairers 49-9060" > 7440 "Wind Turbine Service Technicians 49-9081" > 7510 "Coin, vending, and amusement machine servicers and repairers 49-9091" > 7520 "Commercial divers 49-9092" > 7540 "Locksmiths and safe repairers 49-9094" > 7550 "Manufactured building and mobile home installers 49-9095" > 7560 "Riggers 49-9096" > 7600 "Signal and track switch repairers 49-9097" > 7610 "Helpers--installation, maintenance, and repair workers 49-9098" > 7630 "Other installation, maintenance, and repair workers 49-909X" > 7700 "First-line supervisors/managers of production and operating workers 51-1011" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers 51-2011" > 7720 "Electrical, electronics, and electromechanical assemblers 51-2020" > 7730 "Engine and other machine assemblers 51-2031" > 7740 "Structural metal fabricators and fitters 51-2041" > 7750 "Miscellaneous assemblers and fabricators 51-2090" > 7800 "Bakers 51-3011" > 7810 "Butchers and other meat, poultry, and fish processing workers 51-3020" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders 51-3091" > 7840 "Food batchmakers 51-3092" > 7850 "Food cooking machine operators and tenders 51-3093" > 7855 "Food Processing Workers, all Other 51-3099" > 7900 "Computer control programmers and operators 51-4010" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic 51-4021 > " > 7930 "Forging machine setters, operators, and tenders, metal and plastic 51-4022" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic 51-4023" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > 51-4031" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic 51-4 > 032" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic 51-4033" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic 51-403 > 4" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic 51-4035" > 8030 "Machinists 51-4041" > 8040 "Metal furnace and kiln operators and tenders 51-4050" > 8060 "Model makers and patternmakers, metal and plastic 51-4060" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic 51-4070" > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic 51-4081" > 8130 "Tool and die makers 51-4111" > 8140 "Welding, soldering, and brazing workers 51-4120" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic 51-4191" > 8160 "Lay-out workers, metal and plastic 51-4192" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic 51-4193" > 8210 "Tool grinders, filers, and sharpeners 51-4194" > 8220 "Metalworkers and plastic workers, all other 51-4199" > 8250 "Prepress technicians and workers 51-5111" > 8255 "Printing Press Operators 51-5112" > 8256 "Print Binding and Finishing Workers 51-5113" > 8300 "Laundry and dry-cleaning workers 51-6011" > 8310 "Pressers, textile, garment, and related materials 51-6021" > 8320 "Sewing machine operators 51-6031" > 8330 "Shoe and leather workers and repairers 51-6041" > 8340 "Shoe machine operators and tenders 51-6042" > 8350 "Tailors, dressmakers, and sewers 51-6050" > 8360 "Textile bleaching and dyeing machine operators and tenders 51-6061" > 8400 "Textile cutting machine setters, operators, and tenders 51-6062" > 8410 "Textile knitting and weaving machine setters, operators, and tenders 51-6063" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders 51-60 > 64" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s 51-6091" > 8440 "Fabric and apparel patternmakers 51-6092" > 8450 "Upholsterers 51-6093" > 8460 "Textile, apparel, and furnishings workers, all other 51-6099" > 8500 "Cabinetmakers and bench carpenters 51-7011" > 8510 "Furniture finishers 51-7021" > 8520 "Model makers and patternmakers, wood 51-7030" > 8530 "Sawing machine setters, operators, and tenders, wood 51-7041" > 8540 "Woodworking machine setters, operators, and tenders, except sawing 51-7042" > 8550 "Woodworkers, all other 51-7099" > 8600 "Power plant operators, distributors, and dispatchers 51-8010" > 8610 "Stationary engineers and boiler operators 51-8021" > 8620 "Water and liquid waste treatment plant and system operators 51-8031" > 8630 "Miscellaneous plant and system operators 51-8090" > 8640 "Chemical processing machine setters, operators, and tenders 51-9010" > 8650 "Crushing, grinding, polishing, mixing, and blending workers 51-9020" > 8710 "Cutting workers 51-9030" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders 51- > 9041" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders 51-9051" > 8740 "Inspectors, testers, sorters, samplers, and weighers 51-9061" > 8750 "Jewelers and precious stone and metal workers 51-9071" > 8760 "Medical, dental, and ophthalmic laboratory technicians 51-9080" > 8800 "Packaging and filling machine operators and tenders 51-9111" > 8810 "Painting workers 51-9120" > 8830 "Photographic process workers and processing machine operators 51-9151" > 8840 "Semiconductor processors 51-9141" > 8850 "Cementing and gluing machine operators and tenders 51-9191" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders 51-9192" > 8900 "Cooling and freezing equipment operators and tenders 51-9193" > 8910 "Etchers and engravers 51-9194" > 8920 "Molders, shapers, and casters, except metal and plastic 51-9195" > 8930 "Paper goods machine setters, operators, and tenders 51-9196" > 8940 "Tire builders 51-9197" > 8950 "Helpers--production workers 51-9198" > 8965 "Production workers, all other 51-9199" > 9000 "Supervisors, transportation and material moving workers 53-1000" > 9030 "Aircraft pilots and flight engineers 53-2010" > 9040 "Air traffic controllers and airfield operations specialists 53-2020" > 9050 "Flight Attendants 53-2031" > 9110 "Ambulance drivers and attendants, except emergency medical technicians 53-3011" > 9120 "Bus drivers 53-3020" > 9130 "Driver/sales workers and truck drivers 53-3030" > 9140 "Taxi drivers and chauffeurs 53-3041" > 9150 "Motor vehicle operators, all other 53-3099" > 9200 "Locomotive engineers and operators 53-4010" > 9230 "Railroad brake, signal, and switch operators 53-4021" > 9240 "Railroad conductors and yardmasters 53-4031" > 9260 "Subway, streetcar, and other rail transportation workers 53-40XX" > 9300 "Sailors and marine oilers 53-5011" > 9310 "Ship and boat captains and operators 53-5020" > 9330 "Ship engineers 53-5031" > 9340 "Bridge and lock tenders 53-6011" > 9350 "Parking lot attendants 53-6021" > 9360 "Service station attendants 53-6031" > 9410 "Transportation inspectors 53-6051" > 9415 "Transportation Attendants, Except Flight Attendants 53-6061" > 9420 "Other transportation workers 53-60XX" > 9500 "Conveyor operators and tenders 53-7011" > 9510 "Crane and tower operators 53-7021" > 9520 "Dredge, excavating, and loading machine operators 53-7030" > 9560 "Hoist and winch operators 53-7041" > 9600 "Industrial truck and tractor operators 53-7051" > 9610 "Cleaners of vehicles and equipment 53-7061" > 9620 "Laborers and freight, stock, and material movers, hand 53-7062" > 9630 "Machine feeders and offbearers 53-7063" > 9640 "Packers and packagers, hand 53-7064" > 9650 "Pumping station operators 53-7070" > 9720 "Refuse and recyclable material collectors 53-7081" > 9730 "Shuttle car operators 53-7111" > 9740 "Tank car, truck, and ship loaders 53-7121" > 9750 "Material moving workers, all other 53-7199" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reported (Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers 55-1010" > 9810 "First-line enlisted military supervisors/managers 55-2010" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members 55-30 > 10" > 9830 "Military, rank not specified 99-9999" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** Race 2003-April 2012 has 21 Categories" > ** "Race May 2012 on has 26 Categories" > label values race race26; > label define race26 > 1 "White Only" > 2 "Black Only" > 3 "American Indian, Alaskan Native Only" > 4 "Asian Only" > 5 "Hawaiian/Pacific Islander Only" > 6 "White-Black" > 7 "White-AI" > 8 "White-Asian" > 9 "White-HP" > 10 "Black-AI" > 11 "Black-Asian" > 12 "Black-HP" > 13 "AI-Asian" > 14 "AI-HP" > 15 "Asian-HP" > 16 "W-B-AI" > 17 "W-B-A" > 18 "W-B-HP" > 19 "W-AI-A" > 20 "W-AI-HP" > 21 "W-A-HP" > 22 "B-AI-A" > 23 "W-B-AI-A" > 24 "W-AI-A-HP" > 25 "Other 3 Race Combinations" > 26 "Other 4 and 5 Race Combinations" > ; > ** uhourse -4 Hours vary 1994-; > label values uhourse uhourse; > label define uhourse > -4 "Hours vary" > ; > > > end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg17.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 309,989 6.479707 3.460642 1 12 hurespli | 309,978 1.36211 .7463577 0 14 hrhtype | 309,989 2.723171 2.28834 1 10 minsamp | 309,989 6.025156 1.999845 4 8 -------------+--------------------------------------------------------- hrlonglk | 309,989 1.990903 .134579 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 309,989 1.055657 .2509049 1 8 -------------+--------------------------------------------------------- stfips | 309,989 28.11869 16.18003 1 56 cbsafips | 309,989 22613.91 16552.9 0 49740 county | 309,989 25.61279 61.74649 0 810 centcity | 256,420 1.933227 .7269674 1 3 smsastat | 306,998 1.194682 .3959564 1 2 -------------+--------------------------------------------------------- icntcity | 39,665 1.383613 .9612415 1 7 smsa04 | 309,989 3.669317 2.605531 0 7 relref95 | 309,989 3.146902 3.20397 1 18 age | 309,989 47.63887 18.65853 16 85 spouse | 160,110 1.592274 .7248576 1 16 -------------+--------------------------------------------------------- sex | 309,989 1.522215 .499507 1 2 grade92 | 309,989 40.37295 2.717818 31 46 race | 309,989 1.42687 1.266645 1 26 ethnic | 39,404 2.545833 2.401379 1 8 lineno | 309,989 1.747727 1.030785 1 16 -------------+--------------------------------------------------------- famnum | 309,989 .7932443 .4789416 0 5 pfamrel | 309,989 1.360455 1.074974 0 4 marital | 309,989 3.42518 2.650124 1 7 prpertyp | 309,989 2.004274 .0652387 2 3 penatvty | 309,989 87.64961 81.41681 57 555 -------------+--------------------------------------------------------- pemntvty | 309,989 97.75426 90.81505 57 555 pefntvty | 309,989 97.90291 90.97807 57 555 prcitshp | 309,989 1.491443 1.216139 1 5 prcitflg | 309,989 .2056589 2.181416 0 41 peinusyr | 309,989 2.131418 5.717539 0 24 -------------+--------------------------------------------------------- selfproxy | 304,277 1.486244 .5039958 1 3 lfsr94 | 308,664 2.92879 2.375281 1 7 absent94 | 6,952 6.292865 3.507719 4 14 uhourse | 184,506 35.68354 15.13927 -4 99 reason94 | 12,585 5.304569 2.902221 1 13 -------------+--------------------------------------------------------- hourslw | 176,229 38.61846 12.87977 1 99 laydur | 1,129 7.352524 8.695585 1 52 dwrsn | 5,147 7.555081 3.186493 1 11 why3594 | 43,008 15.19831 6.913292 1 23 prunedur | 7,703 22.27522 29.30021 0 119 -------------+--------------------------------------------------------- untype | 7,703 3.413086 1.655298 1 6 ftpt94 | 308,664 2.51594 2.322105 1 12 class94 | 198,387 4.093262 1.154416 1 8 agri | 198,387 .0203995 .1413629 0 1 eligible | 309,989 1.471655 .4991967 1 2 -------------+--------------------------------------------------------- otc | 163,781 1.861938 .3449665 1 2 ernpdh2 | 92,835 1.742834 .437074 1 2 paidhre | 163,781 1.413967 .4925443 1 2 earnhre | 95,942 1752.098 1015.435 7 9999 earnwke | 163,781 940.6726 682.2393 0 2884.61 -------------+--------------------------------------------------------- unionmme | 163,781 1.895641 .3057265 1 2 unioncov | 146,689 1.986175 .1167653 1 2 schenr | 188,848 1.848836 .3582095 1 2 studftpt | 28,547 1.142222 .3492834 1 2 schlvl | 28,547 1.601639 .489569 1 2 -------------+--------------------------------------------------------- earnwt | 309,989 9874.377 5359.665 0 97702.22 weight | 309,989 2468.594 1331.447 0 11026.66 chldpres | 309,989 1.259158 2.739323 0 15 ownchild | 309,989 .4633552 .9395599 0 11 I25d | 163,781 .374958 .4841136 0 1 -------------+--------------------------------------------------------- I25c | 95,981 .4115606 .4921189 0 1 I25a | 309,989 .4981112 4.282374 0 43 I25b | 309,989 4.530932 13.01283 0 42 qstnum | 0 occurnum | 0 -------------+--------------------------------------------------------- ged | 88,482 1.097421 .2965318 1 2 gedhigr | 8,620 6.453248 1.393892 1 8 yrcoll | 85,081 2.79851 .9977575 1 5 grprof | 0 gr6cor | 0 -------------+--------------------------------------------------------- ms123 | 0 cmpwgt | 309,989 2468.791 1333.46 0 12454.48 ind02 | 198,387 6285.785 2698.556 170 9890 occ2012 | 198,387 4104.804 2588.26 10 9840 occ002 | 309,989 109.8386 743.8449 -1 9750 -------------+--------------------------------------------------------- vet1 | 24,805 3.544971 1.589925 1 9 vet2 | 4,952 3.26979 1.436712 1 9 vet3 | 1,284 2.867601 1.429424 1 9 vet4 | 195 3.620513 1.643353 1 8 linedad | 42,346 1.706678 .9716206 1 14 -------------+--------------------------------------------------------- linemom | 30,964 1.148721 .4065693 1 3 recnum | 309,989 223384.5 128952.9 1 445862 year | 309,989 2017 0 2017 2017 ym_file | 309,989 689.4797 3.460642 684 695 ym | 309,989 680.4042 6.89263 669 692 -------------+--------------------------------------------------------- ch02 | 309,989 .0614344 .2401259 0 1 ch35 | 309,989 .0663378 .2488721 0 1 ch613 | 309,989 .1427986 .3498679 0 1 ch1417 | 309,989 .0869063 .2816982 0 1 ch05 | 309,989 .1058457 .3076405 0 1 -------------+--------------------------------------------------------- ihigrdc | 223,429 12.35084 2.44337 0 18 docc00 | 198,387 12.19153 6.777995 1 23 dind02 | 198,387 47.86626 253.5627 1 3895 . aef2 2018 18 03 13 dct_name aef03.dbd raw_name=../raw/morg18 (0 observations deleted) obs 434305 # of persons with age<=15 131973 # of non-interview records 0 Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 57,678 13.28 13.28 0 | 3,355 0.77 14.05 1 | 3,997 0.92 14.97 2 | 4,315 0.99 15.97 3 | 4,497 1.04 17.00 4 | 4,514 1.04 18.04 5 | 4,628 1.07 19.11 6 | 4,736 1.09 20.20 7 | 4,660 1.07 21.27 8 | 4,865 1.12 22.39 9 | 4,812 1.11 23.50 10 | 5,086 1.17 24.67 11 | 5,101 1.17 25.84 12 | 4,988 1.15 26.99 13 | 5,010 1.15 28.15 14 | 4,854 1.12 29.26 15 | 4,877 1.12 30.39 16 | 4,830 1.11 31.50 17 | 5,019 1.16 32.65 18 | 4,641 1.07 33.72 19 | 4,121 0.95 34.67 20 | 4,177 0.96 35.63 21 | 4,221 0.97 36.61 22 | 4,220 0.97 37.58 23 | 4,287 0.99 38.56 24 | 4,421 1.02 39.58 25 | 4,601 1.06 40.64 26 | 4,629 1.07 41.71 27 | 4,745 1.09 42.80 28 | 4,811 1.11 43.91 29 | 4,746 1.09 45.00 30 | 4,942 1.14 46.14 31 | 4,777 1.10 47.24 32 | 4,961 1.14 48.38 33 | 4,900 1.13 49.51 34 | 4,851 1.12 50.63 35 | 4,981 1.15 51.77 36 | 5,095 1.17 52.95 37 | 4,949 1.14 54.09 38 | 5,014 1.15 55.24 39 | 4,820 1.11 56.35 40 | 4,788 1.10 57.45 41 | 4,595 1.06 58.51 42 | 4,452 1.03 59.54 43 | 4,493 1.03 60.57 44 | 4,472 1.03 61.60 45 | 4,467 1.03 62.63 46 | 4,724 1.09 63.72 47 | 4,949 1.14 64.86 48 | 4,838 1.11 65.97 49 | 4,792 1.10 67.07 50 | 4,728 1.09 68.16 51 | 4,728 1.09 69.25 52 | 4,825 1.11 70.36 53 | 5,004 1.15 71.51 54 | 5,178 1.19 72.71 55 | 5,207 1.20 73.90 56 | 5,052 1.16 75.07 57 | 5,155 1.19 76.25 58 | 5,358 1.23 77.49 59 | 5,215 1.20 78.69 60 | 5,291 1.22 79.91 61 | 5,278 1.22 81.12 62 | 5,116 1.18 82.30 63 | 5,117 1.18 83.48 64 | 4,870 1.12 84.60 65 | 4,722 1.09 85.69 66 | 4,568 1.05 86.74 67 | 4,449 1.02 87.76 68 | 4,195 0.97 88.73 69 | 4,072 0.94 89.67 70 | 4,267 0.98 90.65 71 | 4,249 0.98 91.63 72 | 3,265 0.75 92.38 73 | 2,976 0.69 93.07 74 | 2,974 0.68 93.75 75 | 2,909 0.67 94.42 76 | 2,585 0.60 95.02 77 | 2,321 0.53 95.55 78 | 2,173 0.50 96.05 79 | 1,986 0.46 96.51 80 | 7,714 1.78 98.28 85 | 7,456 1.72 100.00 ------------+----------------------------------- Total | 434,305 100.00 no observations Age | Freq. Percent Cum. ------------+----------------------------------- -1 | 57,678 43.70 43.70 0 | 3,355 2.54 46.25 1 | 3,997 3.03 49.28 2 | 4,315 3.27 52.54 3 | 4,497 3.41 55.95 4 | 4,514 3.42 59.37 5 | 4,628 3.51 62.88 6 | 4,736 3.59 66.47 7 | 4,660 3.53 70.00 8 | 4,865 3.69 73.69 9 | 4,812 3.65 77.33 10 | 5,086 3.85 81.19 11 | 5,101 3.87 85.05 12 | 4,988 3.78 88.83 13 | 5,010 3.80 92.63 14 | 4,854 3.68 96.30 15 | 4,877 3.70 100.00 ------------+----------------------------------- Total | 131,973 100.00 (131,973 observations deleted) (0 observations deleted) obs 302332 after keeping age>15&age!=. infile successful no observations (27 real changes made, 27 to missing) (261,129 real changes made, 261,129 to missing) (272,405 real changes made, 272,405 to missing) (0 real changes made) (0 real changes made) (149,841 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (152,491 real changes made) Geography (116,813 real changes made) dropping cmsacode msafips smsa93 smsasize = . if smsasize <=0 (225,639 real changes made, 225,639 to missing) inlisting 96 97 replace smsastat = . if smsastat==3 | smsastat<0 (2,872 real changes made, 2,872 to missing) (0 real changes made) replace centcity = . if centcity==4 | centcity<=0 (52,728 real changes made, 52,728 to missing) (264,243 real changes made, 264,243 to missing) replace smsasize=. if smsasize<=0 drop smsasize Demography (147,654 real changes made, 147,654 to missing) if 2018 > 1983 & 2018 < 1989 { (0 real changes made) (0 real changes made) (0 real changes made) (ch02: 66208 changes made) (ch35: 73739 changes made) (ch613: 73739 changes made) (ch1417: 73739 changes made) (13,688 real changes made) (0 real changes made) (216,167 real changes made, 216,167 to missing) (294,139 real changes made, 294,139 to missing) (220,066 real changes made, 220,066 to missing) (302,332 real changes made, 302,332 to missing) (302,332 real changes made, 302,332 to missing) (302,332 real changes made, 302,332 to missing) (302,332 missing values generated) (895 real changes made) (1,585 real changes made) (3,181 real changes made) (4,466 real changes made) (5,550 real changes made) (8,402 real changes made) (9,888 real changes made) (4,514 real changes made) (58 real changes made) (139 real changes made) (56 real changes made) (490 real changes made) (818 real changes made) (1,837 real changes made) (2,819 real changes made) (1,976 real changes made) (77,972 real changes made) (8,228 real changes made) (19,454 real changes made) (39,860 real changes made) (9,171 real changes made) (5,553 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (9,358 real changes made) (211,620 real changes made, 211,620 to missing) (295,576 real changes made, 295,576 to missing) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (0 real changes made) (263,110 real changes made, 263,110 to missing) (0 real changes made) (278,704 real changes made, 278,704 to missing) (297,470 real changes made, 297,470 to missing) (301,176 real changes made, 301,176 to missing) (302,172 real changes made, 302,172 to missing) Employment (5,722 real changes made, 5,722 to missing) (297,561 real changes made, 297,561 to missing) (142,477 real changes made, 142,477 to missing) (109,229 real changes made, 109,229 to missing) (109,229 real changes made, 109,229 to missing) (109,229 real changes made, 109,229 to missing) docc80 ** The renaming is part of the Census reweighting ; docc00 553 generate int docc00=occ2011; 568 572 577 (109,229 missing values generated) 581 recode docc00 2011 (docc00: 193103 changes made) dind (109,229 missing values generated) (dind02: 192301 changes made) Wages (142,477 real changes made, 142,477 to missing) (0 real changes made) (208,631 real changes made, 208,631 to missing) (0 real changes made) (0 real changes made) (142,477 real changes made) (189,171 real changes made) (109,229 real changes made, 109,229 to missing) (295,576 real changes made, 295,576 to missing) (123,511 real changes made) (142,477 real changes made) (1 real change made, 1 to missing) (122,232 real changes made, 122,232 to missing) (1,279 real changes made, 1,279 to missing) (301,286 real changes made, 301,286 to missing) (208,584 real changes made, 208,584 to missing) (142,477 real changes made, 142,477 to missing) Hours, Unions (291,503 real changes made, 291,503 to missing) (295,889 real changes made, 295,889 to missing) (274,579 real changes made, 274,579 to missing) (119,801 real changes made, 119,801 to missing) (274,579 real changes made, 274,579 to missing) (1,279 real changes made, 1,279 to missing) (129,954 real changes made, 129,954 to missing) (110 real changes made) (262,248 real changes made, 262,248 to missing) (142,477 real changes made, 142,477 to missing) (158,929 real changes made, 158,929 to missing) variable spouse was int now byte variable hourslw was int now byte variable laydur was int now byte variable ym_file was float now int variable ym was float now int variable ch02 was int now byte variable ch35 was int now byte variable ch613 was int now byte variable ch1417 was int now byte variable ch05 was int now byte variable docc00 was int now byte variable dind02 was float now int (4,534,980 bytes saved) . *by Jean Roth Thu Mar 17 2005 14:38:42 . *Please report errors to jroth@nber.org . . * Note: Variable names in Stata are case-sensitive . #delimit ; delimiter now ; . ; . * minsamp: 1979-; . label values minsamp P2L; . label define P2L > 4 "MIS 4" > 8 "MIS 8" > ; . * hrlonglk: 1994-; . label values hrlonglk P3L; . label define P3L > 0 "MIS 1 Or Replacement HH (no" > 2 "MIS 2-4 Or MIS 6-8 (link To" > ; . * intmonth: 1979-; . label values intmonth P4L; . label define P4L > 1 "January" > 2 "February" > 3 "March" > 4 "April" > 5 "May" > 6 "June" > 7 "July" > 8 "August" > 9 "September" > 10 "October" > 11 "November" > 12 "December" > ; . * stfips: 1989-; . label values stfips stfips; . label define stfips > 1 "AL" > 2 "AK" > 4 "AZ" > 5 "AR" > 6 "CA" > 8 "CO" > 9 "CT" > 10 "DE" > 11 "DC" > 12 "FL" > 13 "GA" > 15 "HI" > 16 "ID" > 17 "IL" > 18 "IN" > 19 "IA" > 20 "KS" > 21 "KY" > 22 "LA" > 23 "ME" > 24 "MD" > 25 "MA" > 26 "MI" > 27 "MN" > 28 "MS" > 29 "MO" > 30 "MT" > 31 "NE" > 32 "NV" > 33 "NH" > 34 "NJ" > 35 "NM" > 36 "NY" > 37 "NC" > 38 "ND" > 39 "OH" > 40 "OK" > 41 "OR" > 42 "PA" > 44 "RI" > 45 "SC" > 46 "SD" > 47 "TN" > 48 "TX" > 49 "UT" > 50 "VT" > 51 "VA" > 53 "WA" > 54 "WV" > 55 "WI" > 56 "WY" > ; . * state: 1979- April 2014 ; . cap label values state P27L; . cap label define P27L > 11 "ME" > 12 "NH" > 13 "VT" > 14 "MA" > 15 "RI" > 16 "CT" > 21 "NY" > 22 "NJ" > 23 "PA" > 31 "OH" > 32 "IN" > 33 "IL" > 34 "MI" > 35 "WI" > 41 "MN" > 42 "IA" > 43 "MO" > 44 "ND" > 45 "SD" > ; . * penatvty: 2007-; . label values penatvty penatvty; . label define penatvty > 57 "United States" > 60 "American Samoa" > 66 "Guam" > 73 "Puerto Rico" > 78 "U.S. Virgin Islands" > 96 "U.S. Outlying Area" > 100 "Albania" > 102 "Austria" > 103 "Belgium" > 104 "Bulgaria" > 105 "Czechoslovakia" > 106 "Denmark" > 108 "Finland" > 109 "France" > 110 "Germany" > 116 "Greece" > 117 "Hungary" > 119 "Ireland/Eire" > 120 "Italy" > 126 "Holland/Netherlands" > 127 "Norway" > 128 "Poland" > 129 "Portugal" > 130 "Azores" > 132 "Romania" > 134 "Spain" > 136 "Sweden" > 137 "Switzerland" > 138 "United Kingdom/Great Britain" > 139 "England" > 140 "Scotland" > 141 "Wales" > 142 "Northern Ireland" > 147 "Yugoslavia" > 148 "Czech Republic" > 149 "Slovakia" > 150 "Bosnia & Herzegovina" > 151 "Croatia" > 152 "Macedonia" > 154 "Serbia" > 156 "Latvia" > 157 "Lithuania" > 158 "Armenia" > 159 "Azerbaijan" > 160 "Belarus" > 161 "Georgia" > 162 "Moldova" > 163 "Russia" > 164 "Ukraine" > 165 "USSR" > 166 "Europe, not specified" > 167 "Kosovo" > 200 "Afghanistan" > 202 "Bangladesh" > 205 "Myanmar (Burma)" > 206 "Cambodia" > 207 "China" > 208 "Cyprus" > 209 "Hong Kong" > 210 "India" > 211 "Indonesia" > 212 "Iran" > 213 "Iraq" > 214 "Israel" > 215 "Japan" > 216 "Jordan" > 217 "Korea" > 220 "South Korea" > 222 "Kuwait" > 223 "Laos" > 224 "Lebanon" > 226 "Malaysia" > 229 "Nepal" > 231 "Pakistan" > 233 "Philippines" > 235 "Saudi Arabia" > 236 "Singapore" > 238 "Sri Lanka" > 239 "Syria" > 240 "Taiwan" > 242 "Thailand" > 243 "Turkey" > 246 "Uzbekistan" > 247 "Vietnam" > 248 "Yemen" > 249 "Asia, not specified" > 300 "Bermuda" > 301 "Canada" > 303 "Mexico" > 310 "Belize" > 311 "Costa Rica" > 312 "El Salvador" > 313 "Guatemala" > 314 "Honduras" > 315 "Nicaragua" > 316 "Panama" > 318 "Central America" > 321 "Antigua and Barbuda" > 323 "Bahamas" > 324 "Barbados" > 327 "Cuba" > 328 "Dominica" > 329 "Dominican Republic" > 330 "Grenada" > 332 "Haiti" > 333 "Jamaica" > 338 "St. Kitts-Nevis" > 339 "St. Lucia" > 340 "St. Vincent and the Grenadines" > 341 "Trinidad and Tobago" > 343 "West Indes, not specified" > 360 "Argentina" > 361 "Bolivia" > 362 "Brazil" > 363 "Chile" > 364 "Colombia" > 365 "Ecuador" > 368 "Guyana" > 369 "Paraguay" > 370 "Peru" > 372 "Uruguay" > 373 "Venezuela" > 374 "South America, not specified" > 399 "Americas, not specified" > 400 "Algeria" > 407 "Cameroon" > 408 "Cape Verde" > 414 "Egypt" > 416 "Ethiopia" > 417 "Eritrea" > 421 "Ghana" > 427 "Kenya" > 429 "Liberia" > 436 "Morocco" > 440 "Nigeria" > 444 "Senegal" > 447 "Sierra Leone" > 448 "Somalia" > 449 "South Africa" > 451 "Sudan" > 453 "Tanzania" > 457 "Uganda" > 461 "Zimbabwe" > 462 "Africa, not specified" > 501 "Australia" > 508 "Fiji" > 515 "New Zealand" > 523 "Tonga" > 527 "Samoa" > 528 "Oceania, not specified" > 555 "Elsewhere" > ; . * pemntvty: 2007-; . label values pemntvty penatvty; . * pefntvty: 2007-; . label values pefntvty penatvty; . * prcitshp: 1994-; . label values prcitshp P16L; . label define P16L > 1 "Native, Born In US" > 2 "Native, Born in PR or US Outlying Area" > 3 "Native, Born Abroad Of US Parent(s)" > 4 "Foreign Born, US Cit By Naturalization" > 5 "Foreign Born, Not a US Citizen" > ; . * prcitflg: 1994-; . label values prcitflg P34L; . label define P34L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * meanings of last few codes of peinusyr change every year!!!; . * peinusyr: 2003-; . label values peinusyr P17L; . label define P17L > -1 "Not In Universe (Born In U.S.)" > 0 "Not Foreign Born" > 1 "Before 1950" > 2 "1950-1959" > 3 "1960-1964" > 4 "1965-1969" > 5 "1970-1974" > 6 "1975-1979" > 7 "1980-1981" > 8 "1982-1983" > 9 "1984-1985" > 10 "1986-1987" > 11 "1988-1989" > 12 "1990-1991" > 13 "1992-1995" > 14 "1994-1995" > 15 "1996-1997" > 16 "1998-1999" > 17 "2000-2001" > 18 "2002-2003" > 19 "2004-2005" > 20 "2006-2007" > 21 "2008-2009" > 22 "2010-2012" > ; . * paidhre: 1979-; . label values paidhre P18L; . label define P18L > 1 "Yes" > 2 "No" > ; . * I25a: 1979-; . label values I25a P28L; . label define P28L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25b: 1979-; . label values I25b P29L; . label define P29L > 0 "Value - No Change" > 1 "Blank - No Change" > 2 "Don't Know - No Change" > 3 "Refused - No Change" > 10 "Value To Value" > 11 "Blank To Value" > 12 "Don't Know To Value" > 13 "Refused To Value" > 20 "Value To Longitudinal Value" > 21 "Blank To Longitudinal Value" > 22 "Don't Know To Longitudinal Value" > 23 "Refused To Longitudinal Value" > 30 "Value to Allocated Value Long." > 31 "Blank to Allocated Value Long." > 32 "Don't Know to Allocated Value Long." > 33 "Refused to Allocated Value Long." > 40 "Value To Allocated Value" > 41 "Blank To Allocated Value" > 42 "Don't Know To Allocated Value" > 43 "Refused To Allocated Value" > 50 "Value To Blank" > 52 "Don't Know To Blank" > 53 "Refused To Blank" > ; . * I25c: 1996-; . label values I25c I25c; . label define I25c > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * I25d: 1996-; . label values I25d I25d; . label define I25d > 0 "No Components Allocated" > 1 "1 or more components Allocated" > ; . * class94: 1994-; . label values class94 P19L; . label define P19L > 1 "Government - Federal" > 2 "Government - State" > 3 "Government - Local" > 4 "Private, For Profit" > 5 "Private, Nonprofit" > 6 "Self-Employed, Incorporated" > 7 "Self-Employed, Unincorporated" > 8 "Without Pay" > ; . * lfsr94: 1994-; . label values lfsr94 P20L; . label define P20L > 1 "Employed-At Work" > 2 "Employed-Absent" > 3 "Unemployed-On Layoff" > 4 "Unemployed-Looking" > 5 "Retired-Not In Labor Force" > 6 "Disabled-Not In Labor Force" > 7 "Other-Not In Labor Force" > ; . * ind02: 2000-; . label values ind02 ind02; . label define ind02 > 170 "Crop production (111)" > 180 "Animal production (112)" > 190 "Forestry except logging (1131, 1132)" > 270 "Logging (1133)" > 280 "Fishing, hunting, and trapping (114)" > 290 "Support activities for agriculture and forestry (115)" > 370 "Oil and gas extraction (211)" > 380 "Coal mining (2121)" > 390 "Metal ore mining (2122)" > 470 "Nonmetallic mineral mining and quarrying (2123)" > 480 "Not specified type of mining (Part of 21)" > 490 "Support activities for mining (213)" > 570 "Electric power generation, transmission and distribution (Pt. 2211)" > 580 "Natural gas distribution (Pt.s2212)" > 590 "Electric and gas, and other combinations (Pts. 2211, 2212)" > 670 "Water, steam, air-conditioning, and irrigation systems (22131, 22133)" > 680 "Sewage treatment facilities (22132)" > 690 "Not specified utilities (Part of 22)" > 770 "** Construction (23)" > 1070 "Animal food, grain and oilseed milling (3111, 3112)" > 1080 "Sugar and confectionery products (3113)" > 1090 "Fruit and vegetable preserving and specialty food manufacturing (3114)" > 1170 "Dairy product manufacturing (3115)" > 1180 "Animal slaughtering and processing (3116)" > 1190 "Retail bakeries (311811)" > 1270 "Bakeries, except retail (3118 exc. 311811)" > 1280 "Seafood and other miscellaneous foods, n.e.c. (3117, 3119)" > 1290 "Not specified food industries (Part of 311)" > 1370 "Beverage manufacturing (3121)" > 1390 "Tobacco manufacturing (3122)" > 1470 "Fiber, yarn, and thread mills (3131)" > 1480 "Fabric mills, except knitting (3132 exc. 31324)" > 1490 "Textile and fabric finishing and coating mills (3133)" > 1570 "Carpet and rug mills (31411)" > 1590 "Textile product mills, except carpets and rugs (314 exc. 31411)" > 1670 "Knitting mills (31324, 3151)" > 1680 "Cut and sew apparel manufacturing (3152)" > 1690 "Apparel accessories and other apparel manufacturing (3159)" > 1770 "Footwear manufacturing (3162)" > 1790 "Leather tanning and products, except footwear manufacturing (3161, 3169)" > 1870 "Pulp, paper, and paperboard mills (3221)" > 1880 "Paperboard containers and boxes (32221)" > 1890 "Miscellaneous paper and pulp products (32222,32223, 32229)" > 1990 "Printing and related support activities (3231)" > 2070 "Petroleum refining (32411)" > 2090 "Miscellaneous petroleum and coal products (32419)" > 2170 "Resin, synthetic rubber and fibers, and filaments manufacturing (3252)" > 2180 "Agricultural chemical manufacturing (3253)" > 2190 "Pharmaceutical and medicine manufacturing (3254)" > 2270 "Paint, coating, and adhesive manufacturing B46 (3255)" > 2280 "Soap, cleaning compound, and cosmetics manufacturing (3256)" > 2290 "Industrial and miscellaneous chemicals (3251, 3259)" > 2370 "Plastics product manufacturing (3261)" > 2380 "Tire manufacturing (32621)" > 2390 "Rubber products, except tires, manufacturing (32622, 32629)" > 2470 "Pottery, ceramics, and related products manufacturing (32711)" > 2480 "Structural clay product manufacturing (32712)" > 2490 "Glass and glass product manufacturing (3272)" > 2570 "Cement, concrete, lime, and gypsum product manufacturing (3273, 3274)" > 2590 "Miscellaneous nonmetallic mineral product manufacturing (3279)" > 2670 "Iron and steel mills and steel product manufacturing (3311, 3312)" > 2680 "Aluminum production and processing (3313)" > 2690 "Nonferrous metal, except aluminum, production and processing (3314)" > 2770 "Foundries (3315)" > 2780 "Metal forgings and stampings (3321)" > 2790 "Cutlery and hand tool manufacturing (3322)" > 2870 "Structural metals, and tank and shipping container manufacturing (3323, 3324)" > 2880 "Machine shops; turned product; screw, nut and bolt manufacturing (3327)" > 2890 "Coating, engraving, heat treating and allied activities (3328)" > 2970 "Ordnance (332992 to 332995)" > 2980 "Miscellaneous fabricated metal products manufacturing (3325, 3326, 3329 exc. 332992, 332 > 993, 332994, 332995)" > 2990 "Not specified metal industries (Part of 331 and 332)" > 3070 "Agricultural implement manufacturing (33311)" > 3080 "Construction, mining and oil field machinery manufacturing (33312, 33313)" > 3090 "Commercial and service industry machinery manufacturing (3333)" > 3170 "Metalworking machinery manufacturing (3335)" > 3180 "Engines, turbines, and power transmission equipment manufacturing (3336)" > 3190 "Machinery manufacturing, n.e.c. (3332, 3334, 3339)" > 3290 "Not specified machinery manufacturing (Part of 333)" > 3360 "Computer and peripheral equipment manufacturing (3341)" > 3370 "Communications, audio, and video equipment manufacturing (3342, 3343)" > 3380 "Navigational, measuring, electromedical, and control instruments manufacturing (3345)" > 3390 "Electronic component and product manufacturing, n.e.c. (3344, 3346)" > 3470 "Household appliance manufacturing (3352)" > 3490 "Electrical lighting, equipment, and supplies manufacturing, n.e.c. (3351, 3353, 3359)" > 3570 "Motor vehicles and motor vehicle equipment manufacturing (3361, 3362, 3363)" > 3580 "Aircraft and parts manufacturing (336411 to 336413)" > 3590 "Aerospace products and parts manufacturing (336414, 336415, 336419)" > 3670 "Railroad rolling stock manufacturing (3365)" > 3680 "Ship and boat building (3366)" > 3690 "Other transportation equipment manufacturing (3369)" > 3770 "Sawmills and wood preservation (3211)" > 3780 "Veneer, plywood, and engineered wood products (3212)" > 3790 "Prefabricated wood buildings and mobile homes (321991, 321992)" > 3870 "Miscellaneous wood products (3219 exc. 321991, 321992)" > 3890 "Furniture and related product manufacturing (337)" > 3960 "Medical equipment and supplies manufacturing (3391)" > 3970 "Toys, amusement, and sporting goods manufacturing (33992, 33993)" > 3980 "Miscellaneous manufacturing, n.e.c. (3399 exc. 33992, 33993)" > 3990 "Not specified manufacturing industries (Part of 31, 32, 33)" > 4070 "** Motor vehicles, parts and supplies, merchant wholesalers (*4231)" > 4080 "** Furniture and home furnishing, merchant wholesalers (*4232)" > 4090 "** Lumber and other construction materials, merchant wholesalers (*4233)" > 4170 "** Professional and commercial equipment and supplies, merchant wholesalers (*4234)" > 4180 "** Metals and minerals, except petroleum, merchant wholesalers (*4235)" > 4190 "** Electrical goods, merchant wholesalers (*4236)" > 4260 "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers (*4237)" > 4270 "** Machinery, equipment, and supplies, merchant wholesalers (*4238)" > 4280 "** Recyclable material, merchant wholesalers (*42393)" > 4290 "** Miscellaneous durable goods, merchant wholesalers (*4239 exc. 42393)" > 4370 "** Paper and paper products, merchant wholesalers (*4241)" > 4380 "** Drugs, sundries, and chemical and allied products, merchant (wholesalerss*4242, 4246) > " > 4390 "** Apparel, fabrics, and notions, merchant wholesalers (*4243)" > 4470 "** Groceries and related products, merchant wholesalers (*4244)" > 4480 "** Farm product raw materials, merchant wholesalers (*4245)" > 4490 "** Petroleum and petroleum products, merchant wholesalers (*4247)" > 4560 "** Alcoholic beverages, merchant wholesalers (*4248)" > 4570 "** Farm supplies, merchant wholesalers (*42491)" > 4580 "** Miscellaneous (nondurable goods, merchant wholesalerss*4249 exc. 42491)" > 4585 "*** Wholesale electronic markets, agents and brokers New industry (*4251)" > 4590 "**Not specified wholesale trade (Part of 42)" > 4670 "Automobile dealers (4411)" > 4680 "Other motor vehicle dealers (4412)" > 4690 "Auto parts, accessories, and tire stores (4413)" > 4770 "Furniture and home furnishings stores (442)" > 4780 "Household appliance stores (443111)" > 4790 "Radio, TV, and computer stores (443112, 44312)" > 4870 "Building material and supplies dealers (4441 exc. 44413)" > 4880 "Hardware stores (44413)" > 4890 "Lawn and garden equipment and supplies stores (4442)" > 4970 "Grocery stores (4451)" > 4980 "Specialty food stores (4452)" > 4990 "Beer, wine, and liquor stores (4453)" > 5070 "Pharmacies and drug stores (44611)" > 5080 "Health and personal care, except drug, stores (446 exc. 44611)" > 5090 "Gasoline stations (447)" > 5170 "Clothing and accessories, except shoe, stores (448 exc. 44821, 4483)" > 5180 "Shoe stores (44821)" > 5190 "Jewelry, luggage, and leather goods stores (4483)" > 5270 "Sporting goods, camera, and hobby and toy stores (44313, 45111, 45112)" > 5280 "Sewing, needlework, and piece goods stores (45113)" > 5290 "Music stores (45114, 45122)" > 5370 "Book stores and news dealers (45121)" > 5380 "****Department stores and discount stores (s45211)" > 5390 "Miscellaneous general merchandise stores (4529)" > 5470 "Retail florists (4531)" > 5480 "Office supplies and stationery stores (45321)" > 5490 "Used merchandise stores (4533)" > 5570 "Gift, novelty, and souvenir shops (45322)" > 5580 "Miscellaneous retail stores (4539)" > 5590 "*** Electronic shopping (New industry *454111)" > 5591 "*** Electronic auctions (New industrys*454112)" > 5592 "** Mail order houses (*454113)" > 5670 "Vending machine operators (4542)" > 5680 "Fuel dealers (45431)" > 5690 "Other direct selling establishments (45439)" > 5790 "Not specified retail trade (Part of 44, 45)" > 6070 "Air transportation (481)" > 6080 "Rail transportation (482)" > 6090 "Water transportation (483)" > 6170 "Truck transportation (484)" > 6180 "Bus service and urban transit (4851, 4852, 4854, 4855, 4859)" > 6190 "Taxi and limousine service (4853)" > 6270 "Pipeline transportation (486)" > 6280 "Scenic and sightseeing transportation (487)" > 6290 "Services incidental to transportation (488)" > 6370 "Postal Service (491)" > 6380 "Couriers and messengers (492)" > 6390 "Warehousing and storage (493)" > 6470 "**Newspaper publishers (51111)" > 6480 "**Publishing, except newspapers and software (5111 exc. 51111)" > 6490 "Software publishing (5112)" > 6570 "Motion pictures and video industries (5121)" > 6590 "Sound recording industries (5122)" > 6670 "Radio and television broadcasting and cable (5151, 5152, 5175)" > 6672 "Internet publishing and broadcasting and web search portals (51913)" > 6675 "*** Internet publishing and broadcasting (New industrys*5161)" > 6680 "Wired telecommunications carriers (*5171)" > 6690 "Other telecommunications services (*517 exc. 5171, 5175)" > 6692 "*** Internet service providers New industry (*5181)" > 6695 "**** Data processing, hosting, and related services (*5182)" > 6770 "Libraries and archives (*51912)" > 6780 "Other information services (*5191 exc. 51912)" > 6870 "Banking and related activities (521, 52211,52219)" > 6880 "Savings institutions, including credit unions (52212, 52213)" > 6890 "Non-depository credit and related activities (5222, 5223)" > 6970 "Securities, commodities, funds, trusts, and other financial investments (523, 525)" > 6990 "Insurance carriers and related activities (524)" > 7070 "Real estate (531)" > 7080 "Automotive equipment rental and leasing (5321)" > 7170 "Video tape and disk rental (53223)" > 7180 "Other consumer goods rental (53221, 53222, 53229, 5323)" > 7190 "Commercial, industrial, and other intangible assets rental and leasing (5324, 533)" > 7270 "Legal services (5411)" > 7280 "Accounting, tax preparation, bookkeeping, and payroll services (5412)" > 7290 "Architectural, engineering, and related services (5413)" > 7370 "Specialized design services (5414)" > 7380 "Computer systems design and related services (5415)" > 7390 "Management, scientific, and technical consulting services (5416)" > 7460 "Scientific research and development services (5417)" > 7470 "Advertising and related services (5418)" > 7480 "Veterinary services (54194)" > 7490 "Other professional, scientific, and technical services (5419 exc. 54194)" > 7570 "Management of companies and enterprises (551)" > 7580 "Employment services (5613)" > 7590 "Business support services (5614)" > 7670 "Travel arrangements and reservation services (5615)" > 7680 "Investigation and security services (5616)" > 7690 "** Services to buildings and dwellings (5617 exc. 56173)" > 7770 "Landscaping services (56173)" > 7780 "Other administrative and other support services (5611, 5612, 5619)" > 7790 "Waste management and remediation services (562)" > 7860 "Elementary and secondary schools (6111)" > 7870 "Colleges and universities, including junior colleges (6112, 6113)" > 7880 "Business, technical, and trade schools and training (6114, 6115)" > 7890 "Other schools, instruction, and educational services (6116, 6117)" > 7970 "Offices of physicians (6211)" > 7980 "Offices of dentists (6212)" > 7990 "Offices of chiropractors (62131)" > 8070 "Offices of optometrists (62132)" > 8080 "Offices of other health practitioners (6213 exc. 62131, 62132)" > 8090 "Outpatient care centers (6214)" > 8170 "Home health care services (6216)" > 8180 "Other health care services (6215, 6219)" > 8190 "Hospitals (622)" > 8270 "Nursing care facilities (6231)" > 8290 "Residential care facilities, without nursing (6232, 6233, 6239)" > 8370 "Individual and family services (6241)" > 8380 "Community food and housing, and emergency services (6242)" > 8390 "Vocational rehabilitation services (6243)" > 8470 "Child day care services (6244)" > 8560 "Independent artists, performing arts, spectator sports, and related industries (711)" > 8570 "Museums, art galleries, historical sites, and similar institutions (712)" > 8580 "Bowling centers (71395)" > 8590 "Other amusement, gambling, and recreation industries (713 exc. 71395)" > 8660 "Traveler accommodation (7211)" > 8670 "Recreational vehicle parks and camps, and rooming and boarding houses (7212, 7213)" > 8680 "Restaurants and other food services (722 exc. 7224)" > 8690 "Drinking places, alcoholic beverages (7224)" > 8770 "Automotive repair and maintenance (8111 exc. 811192)" > 8780 "Car washes (811192)" > 8790 "Electronic and precision equipment repair and maintenance (8112)" > 8870 "Commercial and industrial machinery and equipment repair and maintenance (8113)" > 8880 "Personal and household goods repair and maintenance (8114 exc. 81143)" > 8890 "Footwear and leather goods repair (81143)" > 8970 "Barber shops (812111)" > 8980 "Beauty salons (812112)" > 8990 "Nail salons and other personal care services (812113, 81219)" > 9070 "Drycleaning and laundry services (8123)" > 9080 "Funeral homes, cemeteries, and crematories (8122)" > 9090 "Other personal services (8129)" > 9160 "Religious organizations (8131)" > 9170 "Civic, social, advocacy organizations, and grantmaking and giving services (8132, 8133, > 8134)" > 9180 "Labor unions (81393)" > 9190 "Business, professional, political, and similar organizations (8139 exc. 81393)" > 9290 "Private households (814)" > 9370 "Executive offices and legislative bodies (92111, 92112, 92114, pt. 92115)" > 9380 "Public finance activities (92113)" > 9390 "Other general government and support (92119)" > 9470 "Justice, public order, and safety activities (922, pt. 92115)" > 9480 "Administration of human resource programs (923)" > 9490 "Administration of environmental quality and housing programs (924, 925)" > 9570 "Administration of economic programs and space research (926, 927)" > 9590 "National security and international affairs (928)" > 9890 "Armed Forces" > 9970 "Problem referral" > 9990 "Uncodable ((Includes Refused or reported Classified))" > 9670 "U. S. Army" > 9680 "U. S. Air Force" > 9690 "U. S. Navy" > 9770 "U. S. Marines" > 9780 "U. S. Coast Guard" > 9790 "U. S. Armed Forces, Branch Not Specified" > 9870 "Military Reserves or National Guard" > ; . *dind02: 2000-; . label values dind02 dind02; . label define dind02 > 1 "Agriculture" > 2 "Forestry, logging, fishing, hunting, and trapping" > 3 "Mining" > 4 "Construction" > 5 "Nonmetallic mineral products" > 6 "Primary metals and fabricated metal products" > 7 "Machinery manufacturing" > 8 "Computer and electronic products" > 9 "Electrical equipment, appliance manufacturing" > 10 "Transportation equipment manufacturing" > 11 "Wood products" > 12 "Furniture and fixtures manufacturing" > 13 "Miscellaneous and not specified manufacturing" > 14 "Food manufacturing" > 15 "Beverage and tobacco products" > 16 "Textile, apparel, and leather manufacturing" > 17 "Paper and printing" > 18 "Petroleum and coal products" > 19 "Chemical manufacturing" > 20 "Plastics and rubber products" > 21 "Wholesale trade" > 22 "Retail trade" > 23 "Transportation and warehousing" > 24 "Utilities" > 25 "Publishing industries (except internet)" > 26 "Motion picture and sound recording industries" > 27 "Broadcasting (except internet)" > 28 "Internet publishing and broadcasting" > 29 "Telecommunications" > 30 "Internet service providers and data processing services" > 31 "Other information services" > 32 "Finance" > 33 "Insurance" > 34 "Real Estate" > 35 "Rental and leasing services" > 36 "Professional and Technical services" > 37 "Management of companies and enterprises" > 38 "Administrative and support services" > 39 "Waste management and remediation services" > 40 "Educational services" > 41 "Hospitals" > 42 "Health care services , except hospitals" > 43 "Social assistance" > 44 "Arts, entertainment, and recreation" > 45 "Accomodation" > 46 "Food services and drinking places" > 47 "Repair and maintenance" > 48 "Personal and laundry services" > 49 "Membership associations and organizations" > 50 "Private households" > 51 "Public Administration" > 52 "Armed forces" > ; . * occ2011: 2011-; . *label values occ2011 occ2011l ; . *label define occ2011l > 10 "Chief executives 11-1011" > 20 "General and operations managers 11-1021" > 30 "Legislators 11-1031" > 40 "Advertising and promotions managers 11-2011" > 50 "Marketing and sales managers 11-2020" > 60 "Public relations managers 11-2031" > 100 "Administrative services managers 11-3011" > 110 "Computer and information systems managers 11-3021" > 120 "Financial managers 11-3031" > 135 "Compensation and benefits managers 11-3111" > 136 "Human Resources Managers 11-3121" > 137 "Training and Development Managers 11-3131" > 140 "Industrial production managers 11-3051" > 150 "Purchasing managers 11-3061" > 160 "Transportation, storage, and distribution managers 11-3071" > 205 "Farmers, Ranchers, and other Agricultural Managers 11-9013" > 220 "Construction managers 11-9021" > 230 "Education administrators 11-9030" > 300 "Engineering managers 11-9041" > 310 "Food service managers 11-9051" > 325 "Funeral Service Managers 11-9061" > 330 "Gaming managers 11-9071" > 340 "Lodging managers 11-9081" > 350 "Medical and health services managers 11-9111" > 360 "Natural sciences managers 11-9121" > 400 "Postmasters and mail superintendents 11-9131" > 410 "Property, real estate, and community association managers 11-9141" > 420 "Social and community service managers 11-9151" > 425 "Emergency Management Directors 11-9161" > 430 "Managers, all other 11-9199" > 500 "Agents and business managers of artists, performers, and athletes 13-1011" > 510 "Purchasing agents and buyers, farm products 13-1021" > 520 "Wholesale and retail buyers, except farm products 13-1022" > 530 "Purchasing agents, except wholesale, retail, and farm products 13-1023" > 540 "Claims adjusters, appraisers, examiners, and investigators 13-1030" > 565 "Compliance Officers 13-1041" > 600 "Cost estimators 13-1051" > 630 "Human resources workers 13-1070" > 640 "Compensation, benefits, and job analysis specialists 13-1141" > 650 "Training and development specialists 13-1151" > 700 "Logisticians 13-1081" > 710 "Management analysts 13-1111" > 725 "Meeting, convention, and event planners 13-1121" > 726 "Fundraisers 13-1131" > 735 "Market research analysts and marketing specialists 13-1161" > 740 "Business operations specialists, all other 13-1199" > 800 "Accountants and auditors 13-2011" > 810 "Appraisers and assessors of real estate 13-2021" > 820 "Budget analysts 13-2031" > 830 "Credit analysts 13-2041" > 840 "Financial analysts 13-2051" > 850 "Personal financial advisors 13-2052" > 860 "Insurance underwriters 13-2053" > 900 "Financial examiners 13-2061" > 910 "Loan counselors and officers 13-2070" > 930 "Tax examiners, collectors, and revenue agents 13-2081" > 940 "Tax preparers 13-2082" > 950 "Financial specialists, all other 13-2099" > 1000 "Computer scientists and systems analysts 15-10XX" > 1005 "Computer and information research scientists 15-1111" > 1006 "Computer systems analysts 15-1121" > 1007 "Information security analysts 15-1122" > 1010 "Computer programmers 15-1131" > 1020 "Software developers, applications and systems software 15-113X" > 1030 "Web developers 15-1134" > 1050 "Computer support specialists 15-1150" > 1060 "Database administrators 15-1141" > 1105 "Network and computer systems administrators 15-1142" > 1106 "Computer network architects 15-1143" > 1107 "Computer occupations, all other 15-1199" > 1200 "Actuaries 15-2011" > 1210 "Mathematicians 15-2021" > 1220 "Operations research analysts 15-2031" > 1230 "Statisticians 15-2041" > 1240 "Miscellaneous mathematical science occupations 15-2090" > 1300 "Architects, except naval 17-1010" > 1310 "Surveyors, cartographers, and photogrammetrists 17-1020" > 1320 "Aerospace engineers 17-2011" > 1330 "Agricultural engineers 17-2021" > 1340 "Biomedical engineers 17-2031" > 1350 "Chemical engineers 17-2041" > 1360 "Civil engineers 17-2051" > 1400 "Computer hardware engineers 17-2061" > 1410 "Electrical and electronic engineers 17-2070" > 1420 "Environmental engineers 17-2081" > 1430 "Industrial engineers, including health and safety 17-2110" > 1440 "Marine engineers and naval architects 17-2121" > 1450 "Materials engineers 17-2131" > 1460 "Mechanical engineers 17-2141" > 1500 "Mining and geological engineers, including mining safety engineers 17-2151" > 1510 "Nuclear engineers 17-2161" > 1520 "Petroleum engineers 17-2171" > 1530 "Engineers, all other 17-2199" > 1540 "Drafters 17-3010" > 1550 "Engineering technicians, except drafters 17-3020" > 1560 "Surveying and mapping technicians 17-3031" > 1600 "Agricultural and food scientists 19-1010" > 1610 "Biological scientists 19-1020" > 1640 "Conservation scientists and foresters 19-1030" > 1650 "Medical scientists 19-1040" > 1660 "Life Scientists, all other 16-1099" > 1700 "Astronomers and physicists 19-2010" > 1710 "Atmospheric and space scientists 19-2021" > 1720 "Chemists and materials scientists 19-2030" > 1740 "Environmental scientists and geoscientists 19-2040" > 1760 "Physical scientists, all other 19-2099" > 1800 "Economists 19-3011" > 1815 "Survey Researchers 19-3022" > 1820 "Psychologists 19-3030" > 1830 "Sociologists 19-3041" > 1840 "Urban and regional planners 19-3051" > 1860 "Miscellaneous social scientists and related workers 19-3090" > 1900 "Agricultural and food science technicians 19-4011" > 1910 "Biological technicians 19-4021" > 1920 "Chemical technicians 19-4031" > 1930 "Geological and petroleum technicians 19-4041" > 1940 "Nuclear technicians 19-4051" > 1950 "Social science research assistants 19-4061" > 1965 "Miscellaneous life, physical, and social science technicians 19-4090" > 2000 "Counselors 21-1010" > 2010 "Social workers 21-1020" > 2015 "Probation Officers and Correctional Treatment Specialists 21-1092" > 2016 "Social and Human Service Assistants 21-1093" > 2025 "Miscellaneous community and social service specialists, 21-109X" > 2040 "Clergy 21-2011" > 2050 "Directors, religious activities and education 21-2021" > 2060 "Religious workers, all other 21-2099" > 2100 "Lawyers, Judges, magistrates, and other judicial workers 23-1011" > 2105 "Judicial Law Clerks 23-1012" > 2110 "Judges, Magistrates, and Other Judicial Workers 23-1020" > 2145 "Paralegals and Legal Assistants 23-2011" > 2160 "Miscellaneous Legal Support Workers 23-2090" > 2200 "Postsecondary teachers 25-1000" > 2300 "Preschool and kindergarten teachers 25-2010" > 2310 "Elementary and middle school teachers 25-2020" > 2320 "Secondary school teachers 25-2030" > 2330 "Special education teachers 25-2050" > 2340 "Other teachers and instructors 25-3000" > 2400 "Archivists, curators, and museum technicians 25-4010" > 2430 "Librarians 25-4021" > 2440 "Library technicians 25-4031" > 2540 "Teacher assistants 25-9041" > 2550 "Other education, training, and library workers 25-90XX" > 2600 "Artists and related workers 27-1010" > 2630 "Designers 27-1020" > 2700 "Actors 27-2011" > 2710 "Producers and directors 27-2012" > 2720 "Athletes, coaches, umpires, and related workers 27-2020" > 2740 "Dancers and choreographers 27-2030" > 2750 "Musicians, singers, and related workers 27-2040" > 2760 "Entertainers and performers, sports and related workers, all other 27-2099" > 2800 "Announcers 27-3010" > 2810 "News analysts, reporters and correspondents 27-3020" > 2825 "Public Relations Specialists 27-3031" > 2830 "Editors 27-3041" > 2840 "Technical writers 27-3042" > 2850 "Writers and authors 27-3043" > 2860 "Miscellaneous media and communication workers 27-3090" > 2900 "Broadcast and sound engineering technicians and radio operators 27-4010" > 2910 "Photographers 27-4021" > 2920 "Television, video, and motion picture camera operators and editors 27-4030" > 2960 "Media and communication equipment workers, all other 27-4099" > 3000 "Chiropractors 29-1011" > 3010 "Dentists 29-1020" > 3030 "Dietitians and nutritionists 29-1031" > 3040 "Optometrists 29-1041" > 3050 "Pharmacists 29-1051" > 3060 "Physicians and surgeons 29-1060" > 3110 "Physician assistants 29-1071" > 3120 "Podiatrists 29-1081" > 3140 "Audiologists 29-1181" > 3150 "Occupational therapists 29-1122" > 3160 "Physical therapists 29-1123" > 3200 "Radiation therapists 29-1124" > 3210 "Recreational therapists 29-1125" > 3220 "Respiratory therapists 29-1126" > 3230 "Speech-language pathologists 29-1127" > 3235 "Exercise Physiologists 29-1128" > 3245 "Therapists, all other 29-1129" > 3250 "Veterinarians 29-1131" > 3255 "Registered Nurses 29-1141" > 3256 "Nurse Anesthetists 29-1151" > 3257 "Nurse Midwives 29-1161" > 3258 "Nurse Practitioners 29-1171" > 3260 "Health diagnosing and treating practitioners, all other 29-1199" > 3300 "Clinical laboratory technologists and technicians 29-2010" > 3310 "Dental hygienists 29-2021" > 3320 "Diagnostic related technologists and technicians 29-2030" > 3400 "Emergency medical technicians and paramedics 29-2041" > 3420 "Health Practitioner Support Technologists and Technicians 29-2050" > 3500 "Licensed practical and licensed vocational nurses 29-2061" > 3510 "Medical records and health information technicians 29-2071" > 3520 "Opticians, dispensing 29-2081" > 3535 "Miscellaneous Health Technologists and Technicians 29-2090" > 3540 "Other healthcare practitioners and technical occupations 29-9000" > 3600 "Nursing, psychiatric, and home health aides 31-1010" > 3610 "Occupational therapist assistants and aides 31-2010" > 3620 "Physical therapist assistants and aides 31-2020" > 3630 "Massage therapists 31-9011" > 3640 "Dental assistants 31-9091" > 3645 "Medical Assistants 31-9092" > 3646 "Medical Transcriptionists 31-9094" > 3647 "Pharmacy Aides 31-9095" > 3648 "Veterinary Assistants and Laboratory Animal Caretakers 31-9096" > 3649 "Phlebotomists 31-9097" > 3655 "Miscellaneous Healthcare Support Occupations, Including 31-909X" > 3700 "First-line supervisors/managers of correctional officers 33-1011" > 3710 "First-line supervisors/managers of police and detectives 33-1012" > 3720 "First-line supervisors/managers of fire fighting and prevention workers 33-1021" > 3730 "Supervisors, protective service workers, all other 33-1099" > 3740 "Fire fighters 33-2011" > 3750 "Fire inspectors 33-2020" > 3800 "Bailiffs, correctional officers, and jailers 33-3010" > 3820 "Detectives and criminal investigators 33-3021" > 3830 "Fish and game wardens 33-3031" > 3840 "Parking enforcement workers 33-3041" > 3850 "Police and sheriff's patrol officers 33-3051" > 3860 "Transit and railroad police 33-3052" > 3900 "Animal control workers 33-9011" > 3910 "Private detectives and investigators 33-9021" > 3930 "Security Guards and Gaming Surveillance Officers 33-9030" > 3940 "Crossing guards 33-9091" > 3945 "Transportation Security Screeners 33-9093" > 3955 "Lifeguards and Other Recreational, and all Other Protective Service Workers 33-909X" > 4000 "Chefs and head cooks 35-1011" > 4010 "First-line supervisors/managers of food preparation and serving workers 35-1012" > 4020 "Cooks 35-2010" > 4030 "Food preparation workers 35-2021" > 4040 "Bartenders 35-3011" > 4050 "Combined food preparation and serving workers, including fast food 35-3021" > 4060 "Counter attendants, cafeteria, food concession, and coffee shop 35-3022" > 4110 "Waiters and waitresses 35-3031" > 4120 "Food servers, nonrestaurant 35-3041" > 4130 "Dining room and cafeteria attendants and bartender helpers 35-9011" > 4140 "Dishwashers 35-9021" > 4150 "Hosts and hostesses, restaurant, lounge, and coffee shop 35-9031" > 4160 "Food preparation and serving related workers, all other 35-9099" > 4200 "First-line supervisors/managers of housekeeping and janitorial workers 37-1011" > 4210 "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers > 37-1012" > 4220 "Janitors and building cleaners 31-201X" > 4230 "Maids and housekeeping cleaners 37-2012" > 4240 "Pest control workers 37-2021" > 4250 "Grounds maintenance workers 37-3010" > 4300 "First-line supervisors/managers of gaming workers 39-1010" > 4320 "First-line supervisors/managers of personal service workers 39-1021" > 4340 "Animal trainers 39-2011" > 4350 "Nonfarm animal caretakers 39-2021" > 4400 "Gaming services workers 39-3010" > 4410 "Motion picture projectionists 39-3021" > 4420 "Ushers, lobby attendants, and ticket takers 39-3031" > 4430 "Miscellaneous entertainment attendants and related workers 39-3090" > 4460 "Funeral service workers 39-40XX" > 4465 "Morticians, Undertakers, and Funeral Directors 39-4031" > 4500 "Barbers 39-5011" > 4510 "Hairdressers, hairstylists, and cosmetologists 39-5012" > 4520 "Miscellaneous personal appearance workers 39-5090" > 4530 "Baggage porters, bellhops, and concierges 39-6010" > 4540 "Tour and travel guides 39-7010" > 4600 "Child care workers 39-9011" > 4610 "Personal and home care aides 39-9021" > 4620 "Recreation and fitness workers 39-9030" > 4640 "Residential advisors 39-9041" > 4650 "Personal care and service workers, all other 39-9099" > 4700 "First-line supervisors/managers of retail sales workers 41-1011" > 4710 "First-line supervisors/managers of non-retail sales workers 41-1012" > 4720 "Cashiers 41-2010" > 4740 "Counter and rental clerks 41-2021" > 4750 "Parts salespersons 41-2022" > 4760 "Retail salespersons 41-2031" > 4800 "Advertising sales agents 41-3011" > 4810 "Insurance sales agents 41-3021" > 4820 "Securities, commodities, and financial services sales agents 41-3031" > 4830 "Travel agents 41-3041" > 4840 "Sales representatives, services, all other 41-3099" > 4850 "Sales representatives, wholesale and manufacturing 41-4010" > 4900 "Models, demonstrators, and product promoters 41-9010" > 4920 "Real estate brokers and sales agents 41-9020" > 4930 "Sales engineers 41-9031" > 4940 "Telemarketers 41-9041" > 4950 "Door-to-door sales workers, news and street vendors, and related workers 41-9091" > 4965 "Sales and Related Workers, all other 41-9099" > 5000 "First-line supervisors/managers of office and administrative support workers 43-1011" > 5010 "Switchboard operators, including answering service 43-2011" > 5020 "Telephone operators 43-2021" > 5030 "Communications equipment operators, all other 43-2099" > 5100 "Bill and account collectors 43-3011" > 5110 "Billing and posting clerks and machine operators 43-3021" > 5120 "Bookkeeping, accounting, and auditing clerks 43-3031" > 5130 "Gaming cage workers 43-3041" > 5140 "Payroll and timekeeping clerks 43-3051" > 5150 "Procurement clerks 43-3061" > 5160 "Tellers 43-3071" > 5165 "Financial Clerks, all other 43-3099" > 5200 "Brokerage clerks 43-4011" > 5210 "Correspondence clerks 43-4021" > 5220 "Court, municipal, and license clerks 43-4031" > 5230 "Credit authorizers, checkers, and clerks 43-4041" > 5240 "Customer service representatives 43-4051" > 5250 "Eligibility interviewers, government programs 43-4061" > 5260 "File Clerks 43-4071" > 5300 "Hotel, motel, and resort desk clerks 43-4081" > 5310 "Interviewers, except eligibility and loan 43-4111" > 5320 "Library assistants, clerical 43-4121" > 5330 "Loan interviewers and clerks 43-4131" > 5340 "New accounts clerks 43-4141" > 5350 "Order clerks 43-4151" > 5360 "Human resources assistants, except payroll and timekeeping 43-4161" > 5400 "Receptionists and information clerks 43-4171" > 5410 "Reservation and transportation ticket agents and travel clerks 43-4181" > 5420 "Information and record clerks, all other 43-4199" > 5500 "Cargo and freight agents 43-5011" > 5510 "Couriers and messengers 43-5021" > 5520 "Dispatchers 43-5030" > 5530 "Meter readers, utilities 43-5041" > 5540 "Postal service clerks 43-5051" > 5550 "Postal service mail carriers 43-5052" > 5560 "Postal service mail sorters, processors, and processing machine operators 43-5053" > 5600 "Production, planning, and expediting clerks 43-5061" > 5610 "Shipping, receiving, and traffic clerks 43-5071" > 5620 "Stock clerks and order fillers 43-5081" > 5630 "Weighers, measurers, checkers, and samplers, recordkeeping 43-5111" > 5700 "Secretaries and administrative assistants 43-6010" > 5800 "Computer operators 43-9011" > 5810 "Data entry keyers 43-9021" > 5820 "Word processors and typists 43-9022" > 5830 "Desktop publishers 43-9031" > 5840 "Insurance claims and policy processing clerks 43-9041" > 5850 "Mail clerks and mail machine operators, except postal service 43-9051" > 5860 "Office clerks, general 43-9061" > 5900 "Office machine operators, except computer 43-9071" > 5910 "Proofreaders and copy markers 43-9081" > 5920 "Statistical assistants 43-9111" > 5940 "Office and Administrative Support Workers, all other 43-9199" > 6005 "First-line supervisors of farming, fishing, and forestry workers 45-1011" > 6010 "Agricultural inspectors 45-2011" > 6020 "Animal breeders 45-2021" > 6040 "Graders and sorters, agricultural products 45-2041" > 6050 "Miscellaneous agricultural workers 45-2090" > 6100 "Fishers and related fishing workers 45-3011" > 6110 "Hunters and trappers 45-3021" > 6120 "Forest and conservation workers 45-4011" > 6130 "Logging workers 45-4020" > 6200 "First-line supervisors/managers of construction trades and extraction workers 47-1011" > 6210 "Boilermakers 47-2011" > 6220 "Brickmasons, blockmasons, and stonemasons 47-2020" > 6230 "Carpenters 47-2031" > 6240 "Carpet, floor, and tile installers and finishers 47-2040" > 6250 "Cement masons, concrete finishers, and terrazzo workers 47-2050" > 6260 "Construction laborers 47-2061" > 6300 "Paving, surfacing, and tamping equipment operators 47-2071" > 6310 "Pile-driver operators 47-2072" > 6320 "Operating engineers and other construction equipment operators 47-2073" > 6330 "Drywall installers, ceiling tile installers, and tapers 47-2080" > 6355 "Electricians 47-2111" > 6360 "Glaziers 47-2121" > 6400 "Insulation workers 47-2130" > 6420 "Painters, construction and maintenance 47-2141" > 6430 "Paperhangers 47-2142" > 6440 "Pipelayers, plumbers, pipefitters, and steamfitters 47-2150" > 6460 "Plasterers and stucco masons 47-2161" > 6500 "Reinforcing iron and rebar workers 47-2171" > 6515 "Roofers 47-2181" > 6520 "Sheet metal workers 47-2211" > 6530 "Structural iron and steel workers 47-2221" > 6540 "Solar Photovoltaic Installers 47-2231" > 6600 "Helpers, construction trades 47-3010" > 6660 "Construction and building inspectors 47-4011" > 6700 "Elevator installers and repairers 47-4021" > 6710 "Fence erectors 47-4031" > 6720 "Hazardous materials removal workers 47-4041" > 6730 "Highway maintenance workers 47-4051" > 6740 "Rail-track laying and maintenance equipment operators 47-4061" > 6750 "Septic tank servicers and sewer pipe cleaners 47-4071" > 6765 "Miscellaneous construction and related workers 47-4090" > 6800 "Derrick, rotary drill, and service unit operators, oil, gas, and mining 47-5010" > 6820 "Earth drillers, except oil and gas 47-5021" > 6830 "Explosives workers, ordnance handling experts, and blasters 47-5031" > 6840 "Mining machine operators 47-5040" > 6910 "Roof bolters, mining 47-5061" > 6920 "Roustabouts, oil and gas 47-5071" > 6930 "Helpers--extraction workers 47-5081" > 6940 "Other extraction workers 47-50XX" > 7000 "First-line supervisors/managers of mechanics, installers, and repairers 49-1011" > 7010 "Computer, automated teller, and office machine repairers 49-2011" > 7020 "Radio and telecommunications equipment installers and repairers 49-2020" > 7030 "Avionics technicians 49-2091" > 7040 "Electric motor, power tool, and related repairers 49-2092" > 7050 "Electrical and electronics installers and repairers, transportation equipment 49-2093" > 7100 "Electrical and electronics repairers, industrial and utility 49-209X" > 7110 "Electronic equipment installers and repairers, motor vehicles 49-2096" > 7120 "Electronic home entertainment equipment installers and repairers 49-2097" > 7130 "Security and fire alarm systems installers 49-2098" > 7140 "Aircraft mechanics and service technicians 49-3011" > 7150 "Automotive body and related repairers 49-3021" > 7160 "Automotive glass installers and repairers 49-3022" > 7200 "Automotive service technicians and mechanics 49-3023" > 7210 "Bus and truck mechanics and diesel engine specialists 49-3031" > 7220 "Heavy vehicle and mobile equipment service technicians and mechanics 49-3040" > 7240 "Small engine mechanics 49-3050" > 7260 "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers 49-3090" > 7300 "Control and valve installers and repairers 49-9010" > 7315 "Heating, air conditioning, and refrigeration mechanics and installers 49-9021" > 7320 "Home appliance repairers 49-9031" > 7330 "Industrial and refractory machinery mechanics 49-904X" > 7340 "Maintenance and repair workers, general 49-9071" > 7350 "Maintenance workers, machinery 49-9043" > 7360 "Millwrights 49-9044" > 7410 "Electrical power-line installers and repairers 49-9051" > 7420 "Telecommunications line installers and repairers 49-9052" > 7430 "Precision instrument and equipment repairers 49-9060" > 7440 "Wind Turbine Service Technicians 49-9081" > 7510 "Coin, vending, and amusement machine servicers and repairers 49-9091" > 7520 "Commercial divers 49-9092" > 7540 "Locksmiths and safe repairers 49-9094" > 7550 "Manufactured building and mobile home installers 49-9095" > 7560 "Riggers 49-9096" > 7600 "Signal and track switch repairers 49-9097" > 7610 "Helpers--installation, maintenance, and repair workers 49-9098" > 7630 "Other installation, maintenance, and repair workers 49-909X" > 7700 "First-line supervisors/managers of production and operating workers 51-1011" > 7710 "Aircraft structure, surfaces, rigging, and systems assemblers 51-2011" > 7720 "Electrical, electronics, and electromechanical assemblers 51-2020" > 7730 "Engine and other machine assemblers 51-2031" > 7740 "Structural metal fabricators and fitters 51-2041" > 7750 "Miscellaneous assemblers and fabricators 51-2090" > 7800 "Bakers 51-3011" > 7810 "Butchers and other meat, poultry, and fish processing workers 51-3020" > 7830 "Food and tobacco roasting, baking, and drying machine operators and tenders 51-3091" > 7840 "Food batchmakers 51-3092" > 7850 "Food cooking machine operators and tenders 51-3093" > 7855 "Food Processing Workers, all Other 51-3099" > 7900 "Computer control programmers and operators 51-4010" > 7920 "Extruding and drawing machine setters, operators, and tenders, metal and plastic 51-4021 > " > 7930 "Forging machine setters, operators, and tenders, metal and plastic 51-4022" > 7940 "Rolling machine setters, operators, and tenders, metal and plastic 51-4023" > 7950 "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic > 51-4031" > 7960 "Drilling and boring machine tool setters, operators, and tenders, metal and plastic 51-4 > 032" > 8000 "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, > metal and plastic 51-4033" > 8010 "Lathe and turning machine tool setters, operators, and tenders, metal and plastic 51-403 > 4" > 8020 "Milling and planing machine setters, operators, and tenders, metal and plastic 51-4035" > 8030 "Machinists 51-4041" > 8040 "Metal furnace and kiln operators and tenders 51-4050" > 8060 "Model makers and patternmakers, metal and plastic 51-4060" > 8100 "Molders and molding machine setters, operators, and tenders, metal and plastic 51-4070" > 8120 "Multiple machine tool setters, operators, and tenders, metal and plastic 51-4081" > 8130 "Tool and die makers 51-4111" > 8140 "Welding, soldering, and brazing workers 51-4120" > 8150 "Heat treating equipment setters, operators, and tenders, metal and plastic 51-4191" > 8160 "Lay-out workers, metal and plastic 51-4192" > 8200 "Plating and coating machine setters, operators, and tenders, metal and plastic 51-4193" > 8210 "Tool grinders, filers, and sharpeners 51-4194" > 8220 "Metalworkers and plastic workers, all other 51-4199" > 8250 "Prepress technicians and workers 51-5111" > 8255 "Printing Press Operators 51-5112" > 8256 "Print Binding and Finishing Workers 51-5113" > 8300 "Laundry and dry-cleaning workers 51-6011" > 8310 "Pressers, textile, garment, and related materials 51-6021" > 8320 "Sewing machine operators 51-6031" > 8330 "Shoe and leather workers and repairers 51-6041" > 8340 "Shoe machine operators and tenders 51-6042" > 8350 "Tailors, dressmakers, and sewers 51-6050" > 8360 "Textile bleaching and dyeing machine operators and tenders 51-6061" > 8400 "Textile cutting machine setters, operators, and tenders 51-6062" > 8410 "Textile knitting and weaving machine setters, operators, and tenders 51-6063" > 8420 "Textile winding, twisting, and drawing out machine setters, operators, and tenders 51-60 > 64" > 8430 "Extruding and forming machine setters, operators, and tenders, synthetic and glass fiber > s 51-6091" > 8440 "Fabric and apparel patternmakers 51-6092" > 8450 "Upholsterers 51-6093" > 8460 "Textile, apparel, and furnishings workers, all other 51-6099" > 8500 "Cabinetmakers and bench carpenters 51-7011" > 8510 "Furniture finishers 51-7021" > 8520 "Model makers and patternmakers, wood 51-7030" > 8530 "Sawing machine setters, operators, and tenders, wood 51-7041" > 8540 "Woodworking machine setters, operators, and tenders, except sawing 51-7042" > 8550 "Woodworkers, all other 51-7099" > 8600 "Power plant operators, distributors, and dispatchers 51-8010" > 8610 "Stationary engineers and boiler operators 51-8021" > 8620 "Water and liquid waste treatment plant and system operators 51-8031" > 8630 "Miscellaneous plant and system operators 51-8090" > 8640 "Chemical processing machine setters, operators, and tenders 51-9010" > 8650 "Crushing, grinding, polishing, mixing, and blending workers 51-9020" > 8710 "Cutting workers 51-9030" > 8720 "Extruding, forming, pressing, and compacting machine setters, operators, and tenders 51- > 9041" > 8730 "Furnace, kiln, oven, drier, and kettle operators and tenders 51-9051" > 8740 "Inspectors, testers, sorters, samplers, and weighers 51-9061" > 8750 "Jewelers and precious stone and metal workers 51-9071" > 8760 "Medical, dental, and ophthalmic laboratory technicians 51-9080" > 8800 "Packaging and filling machine operators and tenders 51-9111" > 8810 "Painting workers 51-9120" > 8830 "Photographic process workers and processing machine operators 51-9151" > 8840 "Semiconductor processors 51-9141" > 8850 "Cementing and gluing machine operators and tenders 51-9191" > 8860 "Cleaning, washing, and metal pickling equipment operators and tenders 51-9192" > 8900 "Cooling and freezing equipment operators and tenders 51-9193" > 8910 "Etchers and engravers 51-9194" > 8920 "Molders, shapers, and casters, except metal and plastic 51-9195" > 8930 "Paper goods machine setters, operators, and tenders 51-9196" > 8940 "Tire builders 51-9197" > 8950 "Helpers--production workers 51-9198" > 8965 "Production workers, all other 51-9199" > 9000 "Supervisors, transportation and material moving workers 53-1000" > 9030 "Aircraft pilots and flight engineers 53-2010" > 9040 "Air traffic controllers and airfield operations specialists 53-2020" > 9050 "Flight Attendants 53-2031" > 9110 "Ambulance drivers and attendants, except emergency medical technicians 53-3011" > 9120 "Bus drivers 53-3020" > 9130 "Driver/sales workers and truck drivers 53-3030" > 9140 "Taxi drivers and chauffeurs 53-3041" > 9150 "Motor vehicle operators, all other 53-3099" > 9200 "Locomotive engineers and operators 53-4010" > 9230 "Railroad brake, signal, and switch operators 53-4021" > 9240 "Railroad conductors and yardmasters 53-4031" > 9260 "Subway, streetcar, and other rail transportation workers 53-40XX" > 9300 "Sailors and marine oilers 53-5011" > 9310 "Ship and boat captains and operators 53-5020" > 9330 "Ship engineers 53-5031" > 9340 "Bridge and lock tenders 53-6011" > 9350 "Parking lot attendants 53-6021" > 9360 "Service station attendants 53-6031" > 9410 "Transportation inspectors 53-6051" > 9415 "Transportation Attendants, Except Flight Attendants 53-6061" > 9420 "Other transportation workers 53-60XX" > 9500 "Conveyor operators and tenders 53-7011" > 9510 "Crane and tower operators 53-7021" > 9520 "Dredge, excavating, and loading machine operators 53-7030" > 9560 "Hoist and winch operators 53-7041" > 9600 "Industrial truck and tractor operators 53-7051" > 9610 "Cleaners of vehicles and equipment 53-7061" > 9620 "Laborers and freight, stock, and material movers, hand 53-7062" > 9630 "Machine feeders and offbearers 53-7063" > 9640 "Packers and packagers, hand 53-7064" > 9650 "Pumping station operators 53-7070" > 9720 "Refuse and recyclable material collectors 53-7081" > 9730 "Shuttle car operators 53-7111" > 9740 "Tank car, truck, and ship loaders 53-7121" > 9750 "Material moving workers, all other 53-7199" > 9840 "Armed Forces" > 9970 "Problem referral" > 9990 "Not reported (Includes Refused, Classified, blank and all other noncodable entries)" > 9800 "Military officer special and tactical operations leaders/managers 55-1010" > 9810 "First-line enlisted military supervisors/managers 55-2010" > 9820 "Military enlisted tactical operations and air/weapons specialists and crew members 55-30 > 10" > 9830 "Military, rank not specified 99-9999" > ; . * docc00: 2000-; . label values docc00 docc00l ; . label define docc00l > 1 "Management occupations" > 2 "Business and financial operations occupations" > 3 "Computer and mathematical science occupations" > 4 "Architecture and engineering occupations" > 5 "Life, physical, and social science occupations" > 6 "Community and social service occupations" > 7 "Legal occupations" > 8 "Education, training, and library occupations" > 9 "Arts, design, entertainment, sports, and media occupations" > 10 "Healthcare practitioner and technical occupations" > 11 "Healthcare support occupations" > 12 "Protective service occupations" > 13 "Food preparation and serving related occupations" > 14 "Building and grounds cleaning and maintenance occupations" > 15 "Personal care and service occupations" > 16 "Sales and related occupations" > 17 "Office and administrative support occupations" > 18 "Farming, fishing, and forestry occupations" > 19 "Construction and extraction occupations" > 20 "Installation, maintenance, and repair occupations" > 21 "Production occupations" > 22 "Transportation and material moving occupations" > 23 "Armed Forces" > ; . * eligible: 1979:5-; . label values eligible P21L; . label define P21L > 1 "Earnings Eligible For Edit" > 2 "Other" > ; . * reason94: 1994-; . label values reason94 P22L; . label define P22L > 1 "Slack Work/Business Conditions" > 2 "Seasonal Work" > 3 "Job Started Or Ended During Week" > 4 "Vacation/Personal Day" > 5 "Own Illness/Injury/Medical Appointment" > 6 "Holiday (legal Or Religious)" > 7 "Child Care Problems" > 8 "Other Family/Personal Obligations" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Other Reason" > ; . * absent94: 1994-; . label values absent94 P23L; . label define P23L > 1 "On Layoff" > 2 "Slack Work/Business Conditions" > 3 "Waiting For A New Job To Begin" > 4 "Vacation/Personal Days" > 5 "Own Illness/Injury/Medical Problems" > 6 "Child Care Problems" > 7 "Other Family/Personal Obligation" > 8 "Maternity/Paternity Leave" > 9 "Labor Dispute" > 10 "Weather Affected Job" > 11 "School/Training" > 12 "Civic/Military Duty" > 13 "Does Not Work In The Business" > 14 "Other (specify)" > ; . *why3594: 1994-; . label values why3594 P3594L; . label define P3594L > 1 "Usu. FT-Slack Work/Business Conditions" > 2 "Usu. FT-Seasonal Work" > 3 "Usu. FT-Job Started/Ended During Week" > 4 "Usu. FT-Vacation/Personal Day" > 5 "Usu. FT-Own Illness/Injury/Medical Appt" > 6 "Usu. FT-Holiday (religious Or Legal)" > 7 "Usu. FT-Child Care Problems" > 8 "Usu. FT-Other Fam/Pers Obligations" > 9 "Usu. FT-Labor Dispute" > 10 "Usu. FT-Weather Affected Job" > 11 "Usu. FT-School/Training" > 12 "Usu. FT-Civic/Military Duty" > 13 "Usu. FT-Other Reason" > 14 "Usu. PT-Slack Work/Business Conditions" > 15 "Usu. PT-Could Only Find PT Work" > 16 "Usu. PT-Seasonal Work" > 17 "Usu. PT-Child Care Problems" > 18 "Usu. PT-Other Fam/Pers Obligations" > 19 "Usu. PT-Health/Medical Limitations" > 20 "Usu. PT-School/Training" > 21 "Usu. PT-Retired/Ss Limit On Earnings" > 22 "Usu. PT-Workweek <35 Hours" > 23 "Usu. PT-Other Reason" > ; . * ftpt94: 1994-; . label values ftpt94 P160L; . label define P160L > 1 "Not In Labor Force" > 2 "FT Hours (35+), Usually FT" > 3 "PT For Economic Reasons, Usually FT" > 4 "PT For Non-Economic Reasons, Usually FT" > 5 "Not At Work, Usually FT" > 6 "PT Hours, Usually PT For Economic Reasons" > 7 "PT hrs, Usually PT For Non-Economic" > 8 "FT Hours, Usually PT For Economic Reas" > 9 "FT hrs, Usually PT For Non-Economic" > 10 "Not at work, Usually Part-Time" > 11 "Unemployed FT" > 12 "Unemployed PT" > ; . * studftpt: 1984-; . label values studftpt P24L; . label define P24L > 1 "Full-time" > 2 "Part-time" > ; . * unionmme: 1983-; . label values unionmme P25L; . label define P25L > 1 "Yes" > 2 "No" > ; . * unioncov: 1983-; . label values unioncov P26L; . label define P26L > 1 "Yes" > 2 "No" > ; . * otc: 1994-; . label values otc yesno; . label define yesno > 1 "Yes" > 2 "No" > ; . * hrhtype: 1984-; . label values hrhtype hrhtype; . label define hrhtype > 0 "Non-interview household" > 1 "Husband/wife primary fam (neither in Armed Forces)" > 2 "Husband/wife primary fam (one/both in Armed Forces)" > 3 "Unmarried civilian male primary fam householder" > 4 "Unmarried civilian female primary fam householder" > 5 "Unmarried primary fam householder in Armed Forces" > 6 "Civilian male primary individual" > 7 "Civilian female primary individual" > 8 "Primary ind HH - reference person in Armed Forces" > 9 "Group quarters with family" > 10 "Group quarters without family" > ; . ** Race 2003-April 2012 has 21 Categories" > ** "Race May 2012 on has 26 Categories" > label values race race26; > label define race26 > 1 "White Only" > 2 "Black Only" > 3 "American Indian, Alaskan Native Only" > 4 "Asian Only" > 5 "Hawaiian/Pacific Islander Only" > 6 "White-Black" > 7 "White-AI" > 8 "White-Asian" > 9 "White-HP" > 10 "Black-AI" > 11 "Black-Asian" > 12 "Black-HP" > 13 "AI-Asian" > 14 "AI-HP" > 15 "Asian-HP" > 16 "W-B-AI" > 17 "W-B-A" > 18 "W-B-HP" > 19 "W-AI-A" > 20 "W-AI-HP" > 21 "W-A-HP" > 22 "B-AI-A" > 23 "W-B-AI-A" > 24 "W-AI-A-HP" > 25 "Other 3 Race Combinations" > 26 "Other 4 and 5 Race Combinations" > ; > ** uhourse -4 Hours vary 1994-; > label values uhourse uhourse; > label define uhourse > -4 "Hours vary" > ; > > > end of do-file (saving in Stata 12 format, which Stata 11 can read) file /homes/data/morg/annual/morg18.dta saved Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- hhid | 0 intmonth | 302,332 6.468855 3.461521 1 12 hurespli | 302,305 1.314864 .6837821 0 11 hrhtype | 302,332 2.746477 2.296417 1 10 minsamp | 302,332 6.01753 1.999926 4 8 -------------+--------------------------------------------------------- hrlonglk | 302,332 1.991394 .1309154 0 2 hrsample | 0 hrhhid2 | 0 serial | 0 hhnum | 302,332 1.054361 .247125 1 8 -------------+--------------------------------------------------------- stfips | 302,332 28.11944 16.21321 1 56 cbsafips | 302,332 22703.27 16526.51 0 49740 county | 302,332 25.62656 61.92062 0 810 centcity | 249,604 1.933883 .7226152 1 3 smsastat | 299,460 1.191885 .3937841 1 2 -------------+--------------------------------------------------------- icntcity | 38,089 1.38032 .9352135 1 7 smsa04 | 302,332 3.678238 2.59876 0 7 relref95 | 302,332 3.181572 3.258009 1 18 age | 302,332 47.85319 18.74948 16 85 spouse | 154,678 1.587129 .7033516 1 14 -------------+--------------------------------------------------------- sex | 302,332 1.52101 .4995592 1 2 grade92 | 302,332 40.41597 2.71504 31 46 race | 302,332 1.431526 1.275442 1 26 ethnic | 39,222 2.569961 2.415717 1 8 lineno | 302,332 1.743319 1.015203 1 15 -------------+--------------------------------------------------------- famnum | 302,332 .7864335 .4803423 0 5 pfamrel | 302,332 1.353624 1.080448 0 4 marital | 302,332 3.449734 2.65243 1 7 prpertyp | 302,332 2.00423 .0649043 2 3 penatvty | 302,332 88.16032 81.95908 57 555 -------------+--------------------------------------------------------- pemntvty | 302,332 98.62091 91.71608 57 555 pefntvty | 302,332 98.71092 91.78836 57 555 prcitshp | 302,332 1.497513 1.219582 1 5 prcitflg | 302,332 .2367067 2.363593 0 41 peinusyr | 302,332 2.207292 5.875693 0 25 -------------+--------------------------------------------------------- selfproxy | 296,610 1.485749 .5034606 1 3 lfsr94 | 301,053 2.923738 2.37228 1 7 absent94 | 6,443 6.356201 3.526401 4 14 uhourse | 180,100 35.86426 15.08022 -4 99 reason94 | 10,829 5.168806 2.942395 1 13 -------------+--------------------------------------------------------- hourslw | 172,378 38.82404 12.81596 1 99 laydur | 1,046 7.14914 8.553616 1 52 dwrsn | 4,771 7.626284 3.124954 1 11 why3594 | 40,084 15.57746 6.866054 1 23 prunedur | 6,756 20.17037 27.19823 0 119 -------------+--------------------------------------------------------- untype | 6,756 3.439905 1.653948 1 6 ftpt94 | 301,053 2.471243 2.272381 1 12 class94 | 193,103 4.094038 1.153987 1 8 agri | 193,103 .0203622 .1412362 0 1 eligible | 302,332 1.47126 .4991742 1 2 -------------+--------------------------------------------------------- otc | 159,855 1.856864 .3502125 1 2 ernpdh2 | 90,712 1.740067 .4385997 1 2 paidhre | 159,855 1.413544 .4924701 1 2 earnhre | 93,700 1808.223 1032.469 17 9999 earnwke | 159,855 973.5288 697.5608 0 2884.61 -------------+--------------------------------------------------------- unionmme | 159,855 1.897082 .3038531 1 2 unioncov | 143,403 1.986486 .1154635 1 2 schenr | 182,531 1.847955 .3590659 1 2 studftpt | 27,753 1.13631 .3431232 1 2 schlvl | 27,753 1.602854 .4893156 1 2 -------------+--------------------------------------------------------- earnwt | 302,332 10231.73 5541.507 0 56398.4 weight | 302,332 2558.022 1378.164 0 11068.17 chldpres | 302,332 1.244827 2.732001 0 15 ownchild | 302,332 .4596768 .9440445 0 11 I25d | 159,855 .3789622 .4851302 0 1 -------------+--------------------------------------------------------- I25c | 93,748 .4165849 .4929954 0 1 I25a | 302,332 .4981543 4.281236 0 43 I25b | 302,332 4.571898 13.06318 0 42 qstnum | 0 occurnum | 0 -------------+--------------------------------------------------------- ged | 86,165 1.095085 .293334 1 2 gedhigr | 8,193 6.483217 1.387283 1 8 yrcoll | 82,266 2.80997 .9909225 1 5 grprof | 0 gr6cor | 0 -------------+--------------------------------------------------------- ms123 | 0 cmpwgt | 302,332 2558.208 1380.042 0 11272.03 ind02 | 193,103 6286.481 2704.43 170 9890 occ2012 | 193,103 4088.699 2601.576 10 9840 occ002 | 302,332 109.2599 741.0249 -1 9750 -------------+--------------------------------------------------------- vet1 | 23,628 3.46064 1.557716 1 9 vet2 | 4,862 3.215343 1.38478 1 8 vet3 | 1,156 2.871107 1.451614 1 9 vet4 | 160 3.31875 1.645928 1 8 linedad | 41,203 1.699439 .936453 1 14 -------------+--------------------------------------------------------- linemom | 29,927 1.150132 .4094249 1 3 recnum | 302,332 217037.1 125435.4 1 434302 year | 302,332 2018 0 2018 2018 ym_file | 302,332 701.4689 3.461521 696 707 ym | 302,332 692.4163 6.950914 681 704 -------------+--------------------------------------------------------- ch02 | 302,332 .0600201 .2375245 0 1 ch35 | 302,332 .066857 .2497745 0 1 ch613 | 302,332 .1416853 .3487277 0 1 ch1417 | 302,332 .0847347 .2784869 0 1 ch05 | 302,332 .1052948 .3069335 0 1 -------------+--------------------------------------------------------- ihigrdc | 216,270 12.37731 2.449193 0 18 docc00 | 193,103 12.13176 6.808338 1 23 dind02 | 193,103 47.19596 248.4582 1 3895 . . exit, clear end of do-file