********************************************************************************************************** ********************************************************************************************************** ************************Codieren der Berufsfelddefinitione des BIBB******************************** ************************aus der Klassifizierug der Berufe 2010************************************** ****************************Mit SV-Variablen nachbildbar******************************************** ********************************************************************************************************** ********************************************************************************************************** * Herkunft: BIBB-FDZ Stataversion: 12 0 MP Quelle: Tiemann, Michael, BIBB Bundesinstitut für Berufsbildung, Bonn ****************************************************************************************** ****************************************************************************************** * var= 5steller Kldb2010, Variable für den Erwerbsberuf muss entsprechend dem Datensatz umbenannt werden. *Dreisteller abschneiden. compute pos3d= var. if var>0 pos3d=TRUNC(var/100). *5te Stelle abschneiden. compute pos5th=var. if var>0 pos5th= mod(var,10). EXECUTE. *Neue Berufsfelder definieren. compute bf2010= $SYSMIS. if pos3d= 111 and pos5th= 1 bf2010= 1. if pos3d= 111 and pos5th= 2 bf2010= 1. if pos3d= 111 and pos5th= 3 bf2010= 1. if pos3d= 112 and pos5th= 1 bf2010= 1. if pos3d= 112 and pos5th= 2 bf2010= 1. if pos3d= 112 and pos5th= 3 bf2010= 1. if pos3d= 113 and pos5th= 2 bf2010= 1. if pos3d= 113 and pos5th= 3 bf2010= 1. if pos3d= 114 and pos5th= 1 bf2010= 1. if pos3d= 114 and pos5th= 2 bf2010= 1. if pos3d= 114 and pos5th= 3 bf2010= 1. if pos3d= 115 and pos5th= 1 bf2010= 1. if pos3d= 115 and pos5th= 2 bf2010= 1. if pos3d= 115 and pos5th= 3 bf2010= 1. if pos3d= 116 and pos5th= 2 bf2010= 1. if pos3d= 116 and pos5th= 3 bf2010= 1. if pos3d= 117 and pos5th= 1 bf2010= 1. if pos3d= 117 and pos5th= 2 bf2010= 1. if pos3d= 117 and pos5th= 3 bf2010= 1. if pos3d= 121 and pos5th= 1 bf2010= 1. if pos3d= 121 and pos5th= 2 bf2010= 1. if pos3d= 121 and pos5th= 3 bf2010= 1. if pos3d= 211 and pos5th= 2 bf2010= 2. if pos3d= 212 and pos5th= 2 bf2010= 3. if pos3d= 213 and pos5th= 2 bf2010= 3. if pos3d= 214 and pos5th= 2 bf2010= 3. if pos3d= 221 and pos5th= 2 bf2010= 4. if pos3d= 413 and pos5th= 2 bf2010= 4. if pos3d= 231 and pos5th= 2 bf2010= 5. if pos3d= 232 and pos5th= 2 bf2010= 5. if pos3d= 234 and pos5th= 2 bf2010= 5. if pos3d= 241 and pos5th= 1 bf2010= 6. if pos3d= 241 and pos5th= 2 bf2010= 6. if pos3d= 242 and pos5th= 2 bf2010= 6. if pos3d= 243 and pos5th= 2 bf2010= 6. if pos3d= 244 and pos5th= 2 bf2010= 7. if pos3d= 342 and pos5th= 2 bf2010= 7. if pos3d= 342 and pos5th= 3 bf2010= 7. if pos3d= 251 and pos5th= 2 bf2010= 8. if pos3d= 222 and pos5th= 2 bf2010= 9. if pos3d= 252 and pos5th= 2 bf2010= 9. if pos3d= 245 and pos5th= 2 bf2010= 10. if pos3d= 245 and pos5th= 3 bf2010= 10. if pos3d= 825 and pos5th= 2 bf2010= 10. if pos3d= 825 and pos5th= 3 bf2010= 10. if pos3d= 934 and pos5th= 2 bf2010= 10. if pos3d= 934 and pos5th= 3 bf2010= 10. if pos3d= 936 and pos5th= 2 bf2010= 10. if pos3d= 936 and pos5th= 3 bf2010= 10. if pos3d= 261 and pos5th= 2 bf2010= 11. if pos3d= 262 and pos5th= 2 bf2010= 11. if pos3d= 263 and pos5th= 2 bf2010= 11. if pos3d= 271 and pos5th= 2 bf2010= 11. if pos3d= 281 and pos5th= 2 bf2010= 13. if pos3d= 281 and pos5th= 3 bf2010= 13. if pos3d= 282 and pos5th= 2 bf2010= 13. if pos3d= 282 and pos5th= 3 bf2010= 13. if pos3d= 282 and pos5th= 4 bf2010= 13. if pos3d= 283 and pos5th= 2 bf2010= 13. if pos3d= 283 and pos5th= 3 bf2010= 13. if pos3d= 283 and pos5th= 4 bf2010= 13. if pos3d= 293 and pos5th= 1 bf2010= 16. if pos3d= 293 and pos5th= 2 bf2010= 16. if pos3d= 293 and pos5th= 3 bf2010= 16. if pos3d= 293 and pos5th= 4 bf2010= 16. if pos3d= 291 and pos5th= 2 bf2010= 17. if pos3d= 291 and pos5th= 3 bf2010= 17. if pos3d= 292 and pos5th= 2 bf2010= 17. if pos3d= 292 and pos5th= 3 bf2010= 17. if pos3d= 223 and pos5th= 2 bf2010= 18. if pos3d= 311 and pos5th= 2 bf2010= 18. if pos3d= 321 and pos5th= 2 bf2010= 18. if pos3d= 321 and pos5th= 3 bf2010= 18. if pos3d= 322 and pos5th= 2 bf2010= 18. if pos3d= 322 and pos5th= 3 bf2010= 18. if pos3d= 331 and pos5th= 2 bf2010= 18. if pos3d= 331 and pos5th= 3 bf2010= 18. if pos3d= 332 and pos5th= 2 bf2010= 18. if pos3d= 332 and pos5th= 3 bf2010= 18. if pos3d= 333 and pos5th= 2 bf2010= 18. if pos3d= 333 and pos5th= 3 bf2010= 18. if pos3d= 932 and pos5th= 2 bf2010= 18. if pos3d= 932 and pos5th= 3 bf2010= 18. if pos3d= 211 and pos5th= 1 bf2010= 20. if pos3d= 212 and pos5th= 1 bf2010= 20. if pos3d= 213 and pos5th= 1 bf2010= 20. if pos3d= 214 and pos5th= 1 bf2010= 20. if pos3d= 221 and pos5th= 1 bf2010= 20. if pos3d= 222 and pos5th= 1 bf2010= 20. if pos3d= 223 and pos5th= 1 bf2010= 20. if pos3d= 231 and pos5th= 1 bf2010= 20. if pos3d= 234 and pos5th= 1 bf2010= 20. if pos3d= 242 and pos5th= 1 bf2010= 20. if pos3d= 243 and pos5th= 1 bf2010= 20. if pos3d= 244 and pos5th= 1 bf2010= 20. if pos3d= 245 and pos5th= 1 bf2010= 20. if pos3d= 251 and pos5th= 1 bf2010= 20. if pos3d= 252 and pos5th= 1 bf2010= 20. if pos3d= 263 and pos5th= 1 bf2010= 20. if pos3d= 281 and pos5th= 1 bf2010= 20. if pos3d= 282 and pos5th= 1 bf2010= 20. if pos3d= 283 and pos5th= 1 bf2010= 20. if pos3d= 292 and pos5th= 1 bf2010= 20. if pos3d= 321 and pos5th= 1 bf2010= 20. if pos3d= 322 and pos5th= 1 bf2010= 20. if pos3d= 331 and pos5th= 1 bf2010= 20. if pos3d= 332 and pos5th= 1 bf2010= 20. if pos3d= 333 and pos5th= 1 bf2010= 20. if pos3d= 342 and pos5th= 1 bf2010= 20. if pos3d= 343 and pos5th= 1 bf2010= 20. if pos3d= 413 and pos5th= 1 bf2010= 20. if pos3d= 111 and pos5th= 4 bf2010= 21. if pos3d= 113 and pos5th= 4 bf2010= 21. if pos3d= 114 and pos5th= 4 bf2010= 21. if pos3d= 115 and pos5th= 4 bf2010= 21. if pos3d= 116 and pos5th= 4 bf2010= 21. if pos3d= 117 and pos5th= 4 bf2010= 21. if pos3d= 121 and pos5th= 4 bf2010= 21. if pos3d= 221 and pos5th= 4 bf2010= 21. if pos3d= 222 and pos5th= 4 bf2010= 21. if pos3d= 223 and pos5th= 4 bf2010= 21. if pos3d= 231 and pos5th= 4 bf2010= 21. if pos3d= 232 and pos5th= 4 bf2010= 21. if pos3d= 234 and pos5th= 4 bf2010= 21. if pos3d= 241 and pos5th= 4 bf2010= 21. if pos3d= 242 and pos5th= 4 bf2010= 21. if pos3d= 243 and pos5th= 4 bf2010= 21. if pos3d= 244 and pos5th= 4 bf2010= 21. if pos3d= 245 and pos5th= 4 bf2010= 21. if pos3d= 251 and pos5th= 4 bf2010= 21. if pos3d= 252 and pos5th= 4 bf2010= 21. if pos3d= 261 and pos5th= 4 bf2010= 21. if pos3d= 262 and pos5th= 4 bf2010= 21. if pos3d= 263 and pos5th= 4 bf2010= 21. if pos3d= 271 and pos5th= 4 bf2010= 21. if pos3d= 272 and pos5th= 4 bf2010= 21. if pos3d= 273 and pos5th= 4 bf2010= 21. if pos3d= 281 and pos5th= 4 bf2010= 21. if pos3d= 291 and pos5th= 4 bf2010= 21. if pos3d= 292 and pos5th= 4 bf2010= 21. if pos3d= 311 and pos5th= 4 bf2010= 21. if pos3d= 312 and pos5th= 4 bf2010= 21. if pos3d= 321 and pos5th= 4 bf2010= 21. if pos3d= 322 and pos5th= 4 bf2010= 21. if pos3d= 342 and pos5th= 4 bf2010= 21. if pos3d= 343 and pos5th= 4 bf2010= 21. if pos3d= 422 and pos5th= 4 bf2010= 21. if pos3d= 825 and pos5th= 4 bf2010= 21. if pos3d= 932 and pos5th= 4 bf2010= 21. if pos3d= 934 and pos5th= 4 bf2010= 21. if pos3d= 936 and pos5th= 4 bf2010= 21. if pos3d= 411 and pos5th= 3 bf2010= 22. if pos3d= 411 and pos5th= 4 bf2010= 22. if pos3d= 412 and pos5th= 2 bf2010= 22. if pos3d= 412 and pos5th= 3 bf2010= 22. if pos3d= 412 and pos5th= 4 bf2010= 22. if pos3d= 413 and pos5th= 3 bf2010= 22. if pos3d= 413 and pos5th= 4 bf2010= 22. if pos3d= 414 and pos5th= 4 bf2010= 22. if pos3d= 421 and pos5th= 4 bf2010= 22. if pos3d= 211 and pos5th= 3 bf2010= 23. if pos3d= 212 and pos5th= 3 bf2010= 23. if pos3d= 213 and pos5th= 3 bf2010= 23. if pos3d= 214 and pos5th= 3 bf2010= 23. if pos3d= 221 and pos5th= 3 bf2010= 23. if pos3d= 222 and pos5th= 3 bf2010= 23. if pos3d= 223 and pos5th= 3 bf2010= 23. if pos3d= 231 and pos5th= 3 bf2010= 23. if pos3d= 234 and pos5th= 3 bf2010= 23. if pos3d= 241 and pos5th= 3 bf2010= 23. if pos3d= 242 and pos5th= 3 bf2010= 23. if pos3d= 243 and pos5th= 3 bf2010= 23. if pos3d= 244 and pos5th= 3 bf2010= 23. if pos3d= 251 and pos5th= 3 bf2010= 23. if pos3d= 252 and pos5th= 3 bf2010= 23. if pos3d= 261 and pos5th= 3 bf2010= 23. if pos3d= 262 and pos5th= 3 bf2010= 23. if pos3d= 263 and pos5th= 3 bf2010= 23. if pos3d= 271 and pos5th= 3 bf2010= 23. if pos3d= 272 and pos5th= 3 bf2010= 23. if pos3d= 273 and pos5th= 2 bf2010= 23. if pos3d= 273 and pos5th= 3 bf2010= 23. if pos3d= 311 and pos5th= 3 bf2010= 23. if pos3d= 343 and pos5th= 3 bf2010= 23. if pos3d= 422 and pos5th= 2 bf2010= 23. if pos3d= 422 and pos5th= 3 bf2010= 23. if pos3d= 272 and pos5th= 2 bf2010= 24. if pos3d= 312 and pos5th= 2 bf2010= 25. if pos3d= 312 and pos5th= 3 bf2010= 25. if pos3d= 232 and pos5th= 3 bf2010= 26. if pos3d= 414 and pos5th= 2 bf2010= 26. if pos3d= 414 and pos5th= 3 bf2010= 26. if pos3d= 421 and pos5th= 2 bf2010= 26. if pos3d= 421 and pos5th= 3 bf2010= 26. if pos3d= 622 and pos5th= 2 bf2010= 27. if pos3d= 623 and pos5th= 1 bf2010= 27. if pos3d= 623 and pos5th= 2 bf2010= 27. if pos3d= 624 and pos5th= 2 bf2010= 27. if pos3d= 625 and pos5th= 2 bf2010= 27. if pos3d= 625 and pos5th= 3 bf2010= 27. if pos3d= 122 and pos5th= 2 bf2010= 28. if pos3d= 122 and pos5th= 3 bf2010= 28. if pos3d= 122 and pos5th= 4 bf2010= 28. if pos3d= 611 and pos5th= 2 bf2010= 28. if pos3d= 611 and pos5th= 3 bf2010= 28. if pos3d= 611 and pos5th= 4 bf2010= 28. if pos3d= 612 and pos5th= 2 bf2010= 28. if pos3d= 612 and pos5th= 3 bf2010= 28. if pos3d= 612 and pos5th= 4 bf2010= 28. if pos3d= 721 and pos5th= 2 bf2010= 29. if pos3d= 721 and pos5th= 3 bf2010= 29. if pos3d= 721 and pos5th= 4 bf2010= 29. if pos3d= 423 and pos5th= 2 bf2010= 30. if pos3d= 423 and pos5th= 3 bf2010= 30. if pos3d= 423 and pos5th= 4 bf2010= 30. if pos3d= 516 and pos5th= 2 bf2010= 30. if pos3d= 516 and pos5th= 3 bf2010= 30. if pos3d= 516 and pos5th= 4 bf2010= 30. if pos3d= 613 and pos5th= 2 bf2010= 30. if pos3d= 613 and pos5th= 3 bf2010= 30. if pos3d= 613 and pos5th= 4 bf2010= 30. if pos3d= 621 and pos5th= 2 bf2010= 30. if pos3d= 621 and pos5th= 3 bf2010= 30. if pos3d= 621 and pos5th= 4 bf2010= 30. if pos3d= 631 and pos5th= 2 bf2010= 30. if pos3d= 631 and pos5th= 3 bf2010= 30. if pos3d= 631 and pos5th= 4 bf2010= 30. if pos3d= 634 and pos5th= 2 bf2010= 30. if pos3d= 634 and pos5th= 3 bf2010= 30. if pos3d= 634 and pos5th= 4 bf2010= 30. if pos3d= 921 and pos5th= 2 bf2010= 31. if pos3d= 921 and pos5th= 3 bf2010= 31. if pos3d= 921 and pos5th= 4 bf2010= 31. if pos3d= 922 and pos5th= 3 bf2010= 31. if pos3d= 922 and pos5th= 4 bf2010= 31. if pos3d= 514 and pos5th= 3 bf2010= 32. if pos3d= 515 and pos5th= 2 bf2010= 32. if pos3d= 515 and pos5th= 3 bf2010= 32. if pos3d= 515 and pos5th= 4 bf2010= 32. if pos3d= 521 and pos5th= 2 bf2010= 32. if pos3d= 522 and pos5th= 2 bf2010= 32. if pos3d= 511 and pos5th= 2 bf2010= 33. if pos3d= 511 and pos5th= 3 bf2010= 33. if pos3d= 511 and pos5th= 4 bf2010= 33. if pos3d= 512 and pos5th= 2 bf2010= 33. if pos3d= 512 and pos5th= 3 bf2010= 33. if pos3d= 512 and pos5th= 4 bf2010= 33. if pos3d= 523 and pos5th= 3 bf2010= 33. if pos3d= 523 and pos5th= 4 bf2010= 33. if pos3d= 524 and pos5th= 2 bf2010= 33. if pos3d= 524 and pos5th= 3 bf2010= 33. if pos3d= 524 and pos5th= 4 bf2010= 33. if pos3d= 525 and pos5th= 1 bf2010= 33. if pos3d= 525 and pos5th= 2 bf2010= 33. if pos3d= 525 and pos5th= 3 bf2010= 33. if pos3d= 513 and pos5th= 1 bf2010= 34. if pos3d= 513 and pos5th= 2 bf2010= 34. if pos3d= 513 and pos5th= 3 bf2010= 34. if pos3d= 513 and pos5th= 4 bf2010= 34. if pos3d= 514 and pos5th= 2 bf2010= 34. if pos3d= 711 and pos5th= 4 bf2010= 35. if pos3d= 713 and pos5th= 3 bf2010= 35. if pos3d= 713 and pos5th= 4 bf2010= 35. if pos3d= 722 and pos5th= 3 bf2010= 35. if pos3d= 722 and pos5th= 4 bf2010= 35. if pos3d= 723 and pos5th= 3 bf2010= 35. if pos3d= 723 and pos5th= 4 bf2010= 35. if pos3d= 914 and pos5th= 4 bf2010= 35. if pos3d= 712 and pos5th= 4 bf2010= 36. if pos3d= 732 and pos5th= 2 bf2010= 36. if pos3d= 732 and pos5th= 3 bf2010= 36. if pos3d= 732 and pos5th= 4 bf2010= 36. if pos3d= 733 and pos5th= 2 bf2010= 36. if pos3d= 733 and pos5th= 3 bf2010= 36. if pos3d= 733 and pos5th= 4 bf2010= 36. if pos3d= 722 and pos5th= 2 bf2010= 37. if pos3d= 723 and pos5th= 2 bf2010= 37. if pos3d= 431 and pos5th= 2 bf2010= 38. if pos3d= 431 and pos5th= 3 bf2010= 38. if pos3d= 431 and pos5th= 4 bf2010= 38. if pos3d= 432 and pos5th= 3 bf2010= 38. if pos3d= 432 and pos5th= 4 bf2010= 38. if pos3d= 433 and pos5th= 3 bf2010= 38. if pos3d= 433 and pos5th= 4 bf2010= 38. if pos3d= 434 and pos5th= 2 bf2010= 38. if pos3d= 434 and pos5th= 3 bf2010= 38. if pos3d= 434 and pos5th= 4 bf2010= 38. if pos3d= 713 and pos5th= 2 bf2010= 39. if pos3d= 714 and pos5th= 2 bf2010= 39. if pos3d= 714 and pos5th= 3 bf2010= 39. if pos3d= 714 and pos5th= 4 bf2010= 39. if pos3d= 715 and pos5th= 2 bf2010= 39. if pos3d= 715 and pos5th= 3 bf2010= 39. if pos3d= 715 and pos5th= 4 bf2010= 39. if pos3d= 621 and pos5th= 1 bf2010= 40. if pos3d= 634 and pos5th= 1 bf2010= 40. if pos3d= 714 and pos5th= 1 bf2010= 40. if pos3d= 732 and pos5th= 1 bf2010= 40. if pos3d= 913 and pos5th= 1 bf2010= 40. if pos3d= 531 and pos5th= 1 bf2010= 41. if pos3d= 531 and pos5th= 2 bf2010= 41. if pos3d= 531 and pos5th= 3 bf2010= 41. if pos3d= 531 and pos5th= 4 bf2010= 41. if pos3d= 341 and pos5th= 2 bf2010= 42. if pos3d= 341 and pos5th= 3 bf2010= 42. if pos3d= 341 and pos5th= 4 bf2010= 42. if pos3d= 11 and pos5th= 4 bf2010= 43. if pos3d= 12 and pos5th= 3 bf2010= 43. if pos3d= 13 and pos5th= 2 bf2010= 43. if pos3d= 14 and pos5th= 2 bf2010= 43. if pos3d= 532 and pos5th= 1 bf2010= 43. if pos3d= 532 and pos5th= 2 bf2010= 43. if pos3d= 532 and pos5th= 3 bf2010= 43. if pos3d= 532 and pos5th= 4 bf2010= 43. if pos3d= 533 and pos5th= 2 bf2010= 43. if pos3d= 533 and pos5th= 3 bf2010= 43. if pos3d= 533 and pos5th= 4 bf2010= 43. if pos3d= 731 and pos5th= 2 bf2010= 44. if pos3d= 731 and pos5th= 3 bf2010= 44. if pos3d= 731 and pos5th= 4 bf2010= 44. if pos3d= 933 and pos5th= 2 bf2010= 45. if pos3d= 933 and pos5th= 3 bf2010= 45. if pos3d= 933 and pos5th= 4 bf2010= 45. if pos3d= 941 and pos5th= 3 bf2010= 45. if pos3d= 941 and pos5th= 4 bf2010= 45. if pos3d= 942 and pos5th= 2 bf2010= 45. if pos3d= 942 and pos5th= 3 bf2010= 45. if pos3d= 942 and pos5th= 4 bf2010= 45. if pos3d= 943 and pos5th= 2 bf2010= 45. if pos3d= 943 and pos5th= 3 bf2010= 45. if pos3d= 943 and pos5th= 4 bf2010= 45. if pos3d= 944 and pos5th= 2 bf2010= 45. if pos3d= 944 and pos5th= 3 bf2010= 45. if pos3d= 944 and pos5th= 4 bf2010= 45. if pos3d= 945 and pos5th= 2 bf2010= 45. if pos3d= 945 and pos5th= 3 bf2010= 45. if pos3d= 945 and pos5th= 4 bf2010= 45. if pos3d= 946 and pos5th= 2 bf2010= 45. if pos3d= 946 and pos5th= 3 bf2010= 45. if pos3d= 946 and pos5th= 4 bf2010= 45. if pos3d= 233 and pos5th= 2 bf2010= 46. if pos3d= 233 and pos5th= 3 bf2010= 46. if pos3d= 233 and pos5th= 4 bf2010= 46. if pos3d= 931 and pos5th= 2 bf2010= 46. if pos3d= 931 and pos5th= 3 bf2010= 46. if pos3d= 931 and pos5th= 4 bf2010= 46. if pos3d= 935 and pos5th= 2 bf2010= 46. if pos3d= 935 and pos5th= 3 bf2010= 46. if pos3d= 935 and pos5th= 4 bf2010= 46. if pos3d= 814 and pos5th= 4 bf2010= 47. if pos3d= 815 and pos5th= 4 bf2010= 47. if pos3d= 818 and pos5th= 4 bf2010= 47. if pos3d= 811 and pos5th= 2 bf2010= 48. if pos3d= 811 and pos5th= 3 bf2010= 48. if pos3d= 812 and pos5th= 2 bf2010= 48. if pos3d= 812 and pos5th= 3 bf2010= 48. if pos3d= 812 and pos5th= 4 bf2010= 48. if pos3d= 813 and pos5th= 1 bf2010= 48. if pos3d= 813 and pos5th= 2 bf2010= 48. if pos3d= 813 and pos5th= 3 bf2010= 48. if pos3d= 813 and pos5th= 4 bf2010= 48. if pos3d= 815 and pos5th= 2 bf2010= 48. if pos3d= 816 and pos5th= 3 bf2010= 48. if pos3d= 816 and pos5th= 4 bf2010= 48. if pos3d= 817 and pos5th= 2 bf2010= 48. if pos3d= 817 and pos5th= 3 bf2010= 48. if pos3d= 817 and pos5th= 4 bf2010= 48. if pos3d= 818 and pos5th= 2 bf2010= 48. if pos3d= 818 and pos5th= 3 bf2010= 48. if pos3d= 821 and pos5th= 1 bf2010= 48. if pos3d= 821 and pos5th= 2 bf2010= 48. if pos3d= 821 and pos5th= 3 bf2010= 48. if pos3d= 821 and pos5th= 4 bf2010= 48. if pos3d= 822 and pos5th= 2 bf2010= 48. if pos3d= 822 and pos5th= 3 bf2010= 48. if pos3d= 822 and pos5th= 4 bf2010= 48. if pos3d= 824 and pos5th= 2 bf2010= 48. if pos3d= 824 and pos5th= 3 bf2010= 48. if pos3d= 824 and pos5th= 4 bf2010= 48. if pos3d= 831 and pos5th= 1 bf2010= 49. if pos3d= 831 and pos5th= 2 bf2010= 49. if pos3d= 831 and pos5th= 3 bf2010= 49. if pos3d= 831 and pos5th= 4 bf2010= 49. if pos3d= 833 and pos5th= 2 bf2010= 49. if pos3d= 833 and pos5th= 3 bf2010= 49. if pos3d= 833 and pos5th= 4 bf2010= 49. if pos3d= 841 and pos5th= 3 bf2010= 50. if pos3d= 841 and pos5th= 4 bf2010= 50. if pos3d= 842 and pos5th= 3 bf2010= 50. if pos3d= 842 and pos5th= 4 bf2010= 50. if pos3d= 843 and pos5th= 4 bf2010= 50. if pos3d= 844 and pos5th= 2 bf2010= 50. if pos3d= 844 and pos5th= 3 bf2010= 50. if pos3d= 844 and pos5th= 4 bf2010= 50. if pos3d= 845 and pos5th= 3 bf2010= 50. if pos3d= 845 and pos5th= 4 bf2010= 50. if pos3d= 625 and pos5th= 4 bf2010= 51. if pos3d= 911 and pos5th= 4 bf2010= 51. if pos3d= 912 and pos5th= 3 bf2010= 51. if pos3d= 912 and pos5th= 4 bf2010= 51. if pos3d= 913 and pos5th= 2 bf2010= 51. if pos3d= 913 and pos5th= 3 bf2010= 51. if pos3d= 913 and pos5th= 4 bf2010= 51. if pos3d= 923 and pos5th= 2 bf2010= 51. if pos3d= 923 and pos5th= 3 bf2010= 51. if pos3d= 923 and pos5th= 4 bf2010= 51. if pos3d= 924 and pos5th= 2 bf2010= 51. if pos3d= 924 and pos5th= 3 bf2010= 51. if pos3d= 924 and pos5th= 4 bf2010= 51. if pos3d= 947 and pos5th= 2 bf2010= 51. if pos3d= 947 and pos5th= 3 bf2010= 51. if pos3d= 947 and pos5th= 4 bf2010= 51. if pos3d= 823 and pos5th= 1 bf2010= 52. if pos3d= 823 and pos5th= 2 bf2010= 52. if pos3d= 823 and pos5th= 3 bf2010= 52. if pos3d= 632 and pos5th= 1 bf2010= 53. if pos3d= 632 and pos5th= 2 bf2010= 53. if pos3d= 632 and pos5th= 3 bf2010= 53. if pos3d= 632 and pos5th= 4 bf2010= 53. if pos3d= 633 and pos5th= 1 bf2010= 53. if pos3d= 633 and pos5th= 2 bf2010= 53. if pos3d= 633 and pos5th= 3 bf2010= 53. if pos3d= 633 and pos5th= 4 bf2010= 53. if pos3d= 832 and pos5th= 1 bf2010= 53. if pos3d= 832 and pos5th= 2 bf2010= 53. if pos3d= 832 and pos5th= 3 bf2010= 53. if pos3d= 343 and pos5th= 2 bf2010= 54. if pos3d= 541 and pos5th= 1 bf2010= 54. if pos3d= 541 and pos5th= 2 bf2010= 54. if pos3d= 541 and pos5th= 3 bf2010= 54. EXECUTE. FORMATS bf2010 (f3.0). recode bf2010 (-55 -54 -53 -52 -51 -50 -30 -21 -20 -19 -17 -16 -15 -14 -12-11 -10 -1 =-4). value LABELS bf2010 -111 'Auschluss aufgrund zu kleiner Besetzungsstärke' -9 'keine Angabe' -8 'weiß nicht' -5 'verweigert' -4 'nicht zuordenbar' -1 'Filter' 1 'Land-, Tier-, Forstwirtschaft, Gartenbau' 2 'Bergleute, Mineralgewinner' 3 'Steinbearbeitung, Baustoffherstellung, Keramik-, Glasberufe' 4 'Chemie-, Kunststoffberufe' 5 'Papierherstellung, -verarbeitung, Druck' 6 'Metallerzeugung, -bearbeitung' 7 'Metall-, Anlagenbau, Blechkonstruktion, Installation, Montierer/innen' 8 'Industrie-, Werkzeugmechaniker/innen' 9 'Fahr-, Flugzeugbau, Wartungsberufe' 10 'Feinwerktechnische, verwandte Berufe' 11 'Elektroberufe' 13 'Textilverarbeitung, Lederherstellung' 16 'Köch(e/innen)' 17 'Getränke, Genussmittelherstellung, übrige Ernährungsberufe' 18 'Bauberufe, Holz-, Kunststoffbe- und -verarbeitung' 20 'Hilfsarbeiter/innen o.n.T.' 21 'Ingenieur(e/innen)' 22 'Chemiker/innen, Physiker/innen, Naturwissenschaftler/innen' 23 'Techniker/innen' 24 'Technische Zeichner/innen, verwandte Berufe' 25 'Vermessungswesen' 26 'Technische Sonderkräfte' 27 'Verkaufsberufe (Einzelhandel)' 28 'Groß-, Einzelhandelskaufleute' 29 'Bank-, Versicherungsfachleute' 30 'Sonstige kaufmännische Berufe (ohne Groß-, Einzelhandel, Kreditgewerbe)' 31 'Werbefachleute' 32 'Verkehrsberufe' 33 'Luft-, Schifffahrtsberufe' 34 'Packer/innen, Lager-, Transp|tarbeiter/innen' 35 'Geschäftsführung, Wirtschaftsprüfung, Unternehmensberatung' 36 'Verwaltungsberufe im öD' 37 'Finanz-, Rechnungswesen, Buchhaltung' 38 'IT-Kernberufe' 39 'Kaufmännische Büroberufe' 40 'Bürohilfsberufe, Telefonist(en/innen)' 41 'Personenschutz-, Wachberufe' 42 'Hausmeister/innen' 43 'Sicherheitsberufe' 44 'Rechtsberufe' 45 'Künstler/innen, Musiker/innen' 46 'Designer/innen, Fotograf(en/innen), Reklamehersteller/innen' 47 'Gesundheitsberufe mit Approbation' 48 'Gesundheitsberufe ohne Approbation' 49 'Soziale Berufe' 50 'Lehrer/innen' 51 'Publizistische, Bibliotheks-, Übersetzungs-, verwandte Wissenschaftsberufe' 52 'Berufe in der Körperpflege' 53 'Hotel-, Gaststättenberufe, Hauswirtschaft' 54 'Reinigungs-, Entsogungsberufe' 55 'sonstige Berufe'. EXECUTE. VARIABLE LABELS bf2010 'Berufsfeld-Definitionen des BIBB 2010'. DELETE VARIABLES pos3d pos5th. EXECUTE. ************************************************************************************************************************************************************************** * Berufshauptfeld aus Berufsfeld. compute bhf2010=0. IF bf2010=1 or bf2010=2 bhf2010=1. IF bf2010=3 or bf2010=7 or bf2010=9 or bf2010=10 or bf2010=11 or bf2010=13 or bf2010=15 or bf2010=18 or bf2010=20 or bf2010=42 bhf2010=2. IF bf2010=4 or bf2010=5 or bf2010=6 or bf2010=8 or bf2010=12 or bf2010=17 bhf2010=3. IF bf2010=27 or bf2010=28 or bf2010=30 bhf2010=4. IF bf2010=19 or bf2010=32 or bf2010=33 or bf2010=34 or bf2010=41 or bf2010=43 bhf2010=5. IF bf2010=14 or bf2010=16 or bf2010=53 or bf2010=54 bhf2010=6. IF bf2010=29 or bf2010=36 or bf2010=37 or bf2010=39 or bf2010=40 bhf2010=7. IF bf2010=21 or bf2010=22 or bf2010=23 or bf2010=24 or bf2010=25 or bf2010=26 or bf2010=38 bhf2010=8. IF bf2010=35 or bf2010=44 bhf2010=9. IF bf2010=31 or bf2010=45 or bf2010=46 or bf2010=51 bhf2010=10. IF bf2010=47 or bf2010=48 or bf2010=49 or bf2010=52 bhf2010=11. IF bf2010=50 bhf2010=12. FORMATs bhf2010 (F2.0). VARIABLE LABELs bhf2010 'Berufshauptfeld'. VALUE LABELs bhf2010 1 'Rohstoffe gewinnende Berufe' 2 'Be-, verarbeitende und instandsetzende Berufe' 3 'Maschinen und Anlagen steuernde und wartende Berufe' 4 'Berufe im Warenhandel, Vertrieb' 5 'Verkehrs-, Lager-, Transport, Sicherheits-, Wachberufe' 6 'Gastronomie- und Reinigungsberufe' 7 'Büro-, Kaufm. Dienstleistungsberufe' 8 'Technisch-Naturwissenschaftliche Berufe' 9 'Rechts-, Management- und wirtschaftswissenschaftliche Berufe' 10 'Künstlerische, Medien-, Geistes- u. Sozialwiss. Berufe' 11 'Gesundheits- und Sozialberufe, Körperpfleger' 12 'Lehrberufe'. EXECUTE. ********************************************************************************************************************************************************************** * Berufsoberfeld aus Berufshauptfeld. COMPUTE bof2010=0. IF bhf2010=1 or bhf2010=2 or bhf2010=3 bof2010=1. IF bhf2010=4 or bhf2010=5 or bhf2010=6 or bhf2010=7 bof2010=2. IF bhf2010=8 or bhf2010=9 or bhf2010=10 or bhf2010=11 or bhf2010=12 bof2010=3. FORMATS bof2010 (F1.0). VARIABLE LABELS bof2010 'Berufsoberfeld'. VALUE LABELS bof2010 1 'Produktionsbezogene Berufe' 2 'Primäre Dienstleistungsberufe' 3 'Sekundäre Dienstleistungsberufe'. EXECUTE.