****************************************************************************************** *******************BIBB/BAuA Erwerbstätigenbefragung 2012********************************* *********Codieren des Goldthorpe-Erikson-Portocarero (Klassen)-Schemas******************** *******************************für Erwerbstätigen***************************************** ****************** aus der Stellung im Beruf und Stellung im Betrieb********************** ******************Mit SUF-Variablen nachbildbar******************************************* ****************************************************************************************** /* Herkunft: BIBB-FDZ Stataversion: 15.1 MP Quelle:Brauns, H., S. Steinmann, and D. Haun. 2000. "Die Konstruktion des Klassenschemas nach Erikson, Goldthorpe und Portocarero (EGP) am Beispiel nationaler Datenquellen aus Deutschland, Großbritannien und Frankreich." ZUMA-Nachrichten 46:7-63. und https://www.gesis.org/missy/files/documents/MZ/zuordnungsschema_korrigiert.pdf (Stand: 16.01.2020) */ /*!!!Achtung: Das Skript wurde gegenüber seiner ursprünglichen Form von 01/2014 geändert!!! Zu 03/2014 erfolgte Änderungen sind im Skript entsprechend gekennzeichnet. */ /*!!!Nutzer der Variable EB_egp sollten daruf achten, dass es sich um keine genaue Nachbildung der in der Quelle angegeben Konstruktion des EGP's handelt. In einigen Fällen wurde von der Generierung auf Basis des Mikrozensus abgewichen, weil in der BIBB/BAuA- Erwerbsrtätigenbefragung detailliertere Angaben vorliegen und diese eine genauere Abbildung des EGP-Schemas ermöglichen. */ ****************************************************************************************** *********Bilden der Hilfsvariable Stellung im Beruf aus der Klassifikation der Berufe 1992 foreach x of varlist EB92o{ //EB92o=Erwerbsberuf KldB92 #delimit ; recode `x' (164 179 211 245 321 322 323 471 472 522 523 531 742 743 744 931 935 936 937 992=1) (80 112 121 131 135 141 142 145 150 152 153 161 162 181 185 191 194 201 212 213 220 225 229 234 235 278 313 331 332 341 344 349 352 353 358 359 361 373 376 393 411 423 424 431 435 463 486 512 514 521 540 544 545 549 550 686 714 715 723 793 796 934=2) (70 71 72 101 171 172 173 174 175 176 178 221 222 223 224 231 233 241 250 252 254 255 256 259 261 264 265 266 267 268 269 270 273 274 276 281 282 283 287 290 292 293 294 295 300 302 305 307 308 309 310 311 312 315 316 317 318 351 354 371 372 374 378 391 392 401 421 440 441 442 443 460 461 465 466 480 481 482 483 484 485 487 488 491 492 501 502 505 506 510 511 541 546 711 712 716 724 741 804 901 991 993=3) (651 652=4) (303 620 621 622 623 625 626 627 629 633 634 839=5) (32 52 61 600 601 602 603 604 605 606 607 608 609 611 612 721 726 774 775 776 777 778 779 883=6) (11 12 13 14 23 24 51 62=7) (811 813 841 842 843 844 871 872 880 881 882 884 885 886 887 891=8) (304 624 628 631 632 641 642 812 821 822 823 831 832 833 834 835 838 851 852 853 857 858 859 861 862 868 870 873 874 875 876 879=9) (675 685 801 802 803 814 836 837 855 856 863 864 865 866 867 869 878 911 914=10) (53 660 661 662 663 705 706 713 773 791 792 794 795 805 854 894 902 912 915 921 923=11) (750 751 753 755 756 757 761 763 764 765 996=12) (671 676 677 691 703 704 754 771=13) (31 670 672 673 674 678 683 687 689 692 695 701 702 772 780 785 786 787 788 789=14) (731 732 735 782 783 784=15) (971 981 982 983 995 997=16) (994 999=0), gen (h_bkat_`x'); #delimit cr } replace h_bkat_EB92o=-1 if EB92o==0 **************Labeln der Variablen #delimit ; label define bkat -9 "keine Angabe" -8 "weiß nicht" -7 "trifft nicht zu" -6 "ungültig" -5 "verweigert" -1 "Filter" 1 "Manuelle I Hilfs-/Anlernberufe" 2 "Manuelle Berufe II (FA <= ca.50%)" 3 "Manuelle Berufe III (FA > 50%)" 4 "Werkmeister" 5 "Techniker" 6 "Ingenieure" 7 "Agrarberufe" 8 "Wissensch.-akadem. Berufe" 9 "Semiprofessionen" 10 "Qualifiz. Dienste" 11 "Einfache Dienste" 12 "Management, admin. Leiter" 13 "Hochqualifiz. Verwaltungsberufe" 14 "Qualifiz. Verwaltungsberufe" 15 "Einfache Verwaltungsberufe" 16 "o.n.A. (+Azubi,Mithelf.,)" 0 "Missing"; #delimit cr label value h_bkat bkat ****************************************************************************************** *****************************Kombination Stellung im Beruf und Stellung im Betrieb zu EGP foreach x of varlist h_bkat{ gen egp2_`x'=. **************************Zuordnung von Selbständigen /*!!!Achtung: An dieser Stelle weicht dieses Skript vom ursprünglichen Skript (von 01/2014) ab. Anders als bei der Kodierung mit dem Mikrozensus in o.g. Quelle können Selbständige ohne Mitarbeiter hier in die dafür vorgesehene EGP-Kategorie IVb (Variablenwert 6) geordnet werden. */ *tab F302 Stib ///F515=Wie viele Personen sind im Betrieb beschäftigt; Stib=Stellung im Beruf cap drop h_selbst gen h_selbst=. replace h_selbst=0 if Stib==4 & F515==1 replace h_selbst=1 if Stib==4 & F515>1 & F515<=3 replace h_selbst=2 if Stib==4 & F515>3 & F515!=99 cap label drop h_selbst label define h_selbst 0"keine Mitarbeiter" 1"Selbstständig bis 4 Mitarbeiter" 2"Selbstständig mehr als 4 Mitarbeiter" label value h_selbst h_selbst *keine Mitarbeiter replace egp2_`x'=6 if h_selbst==0 & `x'<6 | h_selbst==0 & `x'==10 | h_selbst==0 & `x'==11 | h_selbst==0 & `x'>12 replace egp2_`x'=1 if h_selbst==0 & `x'==6 | h_selbst==0 & `x'==8 | h_selbst==0 & `x'==12 replace egp2_`x'=2 if h_selbst==0 & `x'==9 replace egp2_`x'=7 if h_selbst==0 & `x'==7 *bis 4 Mitarbeiter replace egp2_`x'=5 if h_selbst==1 & `x'<6 | h_selbst==1 & `x'==10 | h_selbst==1 & `x'==11 | h_selbst==1 & `x'>12 replace egp2_`x'=1 if h_selbst==1 & `x'==6 | h_selbst==1 & `x'==8 |h_selbst==1 & `x'==12 replace egp2_`x'=2 if h_selbst==1 & `x'==9 replace egp2_`x'=7 if h_selbst==1 & `x'==7 *mehr als 4 Mitarbeiter replace egp2_`x'=5 if h_selbst==2 & `x'<6 | h_selbst==2 & `x'==10 | h_selbst==2 & `x'==11 |h_selbst==2 & `x'>13 replace egp2_`x'=1 if h_selbst==2 & `x'==6 | h_selbst==2 & `x'==13 | h_selbst==2 & `x'==8 |h_selbst==2 & `x'==12 replace egp2_`x'=2 if h_selbst==2 & `x'==9 replace egp2_`x'=7 if h_selbst==2 & `x'==7 **************************Zuordnung von Arbeitern und Angestellten/Beamten ********Arbeiter **un und angelernt replace egp2_`x'=1 if Stib==1 & F500==1 & `x'==8 //F500=Gruppenugehörigkeit (für Arbeiter) replace egp2_`x'=2 if Stib==1 & F500==1 & `x'==9 | Stib==1 & F500==1 & `x'==12 replace egp2_`x'=3 if Stib==1 & F500==1 & `x'==10 replace egp2_`x'=4 if Stib==1 & F500==1 & `x'==11 | Stib==1 & F500==1 & `x'>12 & `x'<16 replace egp2_`x'=8 if Stib==1 & F500==1 & `x'>3 & `x'<7 replace egp2_`x'=10 if Stib==1 & F500==1 & `x'<4 | Stib==1 & F500==1 & `x'==16 replace egp2_`x'=11 if Stib==1 & F500==1 & `x'==7 **Facharbeiter replace egp2_`x'=1 if Stib==1 & F500==2 & `x'==8 replace egp2_`x'=2 if Stib==1 & F500==2 & `x'==9 | Stib==1 & F500==2 & `x'==12 replace egp2_`x'=3 if Stib==1 & F500==2 & `x'==10 | Stib==1 & F500==2 & `x'>12 & `x'<15 replace egp2_`x'=4 if Stib==1 & F500==2 & `x'==15 | Stib==1 & F500==2 & `x'==11 replace egp2_`x'=8 if Stib==1 & F500==2 & `x'>3 & `x'<7 replace egp2_`x'=9 if Stib==1 & F500==2 & `x'==16 | Stib==1 & F500==2 & `x'>1 & `x'<4 replace egp2_`x'=10 if Stib==1 & F500==2 & `x'==1 replace egp2_`x'=11 if Stib==1 & F500==2 & `x'==7 **Vorarbeiter replace egp2_`x'=1 if Stib==1 & F500==3 & `x'==8 replace egp2_`x'=2 if Stib==1 & F500==3 & `x'>11 & `x'<14 | Stib==1 & F500==3 & `x'==9 | Stib==1 & F500==3 & `x'==6 replace egp2_`x'=3 if Stib==1 & F500==3 & `x'==10 | Stib==1 & F500==3 & `x'>13 & `x'<16 replace egp2_`x'=4 if Stib==1 & F500==3 & `x'==11 replace egp2_`x'=8 if Stib==1 & F500==3 & `x'==7 | Stib==1 & F500==3 & `x'<6 **Meister etc. replace egp2_`x'=1 if Stib==1 & F500==4 & `x'==8 | Stib==1 & F500==4 & `x'==6 | Stib==1 & F500==4 & `x'>11 & `x'<14 replace egp2_`x'=2 if Stib==1 & F500==4 & `x'>13 | Stib==1 & F500==4 & `x'>3 & `x'<6 | Stib==1 & F500==4 & `x'>8 & `x'<11 replace egp2_`x'=3 if Stib==1 & F500==4 & `x'==11 replace egp2_`x'=8 if Stib==1 & F500==4 & `x'<4 | Stib==1 & F500==4 & `x'==7 ********Beamte **einfach replace egp2_`x'=1 if F504==1 & `x'==8 //F504=Beamtenstatus (für Beamte) replace egp2_`x'=2 if F504==1 & `x'==9 | F504==1 & `x'==12 | F504==1 & `x'==6 replace egp2_`x'=3 if F504==1 & `x'==10 replace egp2_`x'=4 if F504==1 & `x'==11 | F504==1 & `x'>12 replace egp2_`x'=8 if F504==1 & `x'>3 & `x'<6 replace egp2_`x'=10 if F504==1 & `x'<4 replace egp2_`x'=11 if F504==1 & `x'==7 **mittel. replace egp2_`x'=1 if F504==2 & `x'==8 replace egp2_`x'=2 if F504==2 & `x'==9 | F504==2 & `x'==12 | F504==2 & `x'==6 replace egp2_`x'=3 if F504==2 & `x'==10 | F504==2 & `x'>12 replace egp2_`x'=4 if F504==2 & `x'==15 | F504==2 & `x'==11 replace egp2_`x'=8 if F504==2 & `x'>3 & `x'<6 replace egp2_`x'=9 if F504==2 & `x'>1 & `x'<4 replace egp2_`x'=10 if F504==2 & `x'==1 replace egp2_`x'=11 if F504==2 & `x'==7 **gehoben replace egp2_`x'=1 if F504==3 & `x'==8 | F504==3 & `x'==6 | F504==3 & `x'==12 replace egp2_`x'=2 if F504==3 & `x'>12 & `x'<14 | F504==3 & `x'==9 replace egp2_`x'=3 if F504==3 & `x'==10 | F504==3 & `x'>13 | F504==3 & `x'==11 replace egp2_`x'=8 if F504==3 & `x'==7 | F504==3 & `x'<6 **höher replace egp2_`x'=1 if F504==4 & `x'>3 & `x'<7 | F504==4 & `x'>7 & `x'<10 | F504==4 & `x'>11 & `x'<14 replace egp2_`x'=2 if F504==4 & `x'<4 | F504==4 & `x'==7 | F504==4 & `x'>9 & `x'<12 | F504==4 & `x'==15 | F504==4 & `x'==14 ********Angestellte **einfach replace egp2_`x'=1 if F501==1 & `x'==8 //F501=Art der Tätigkeit (für Angestellte) replace egp2_`x'=2 if F501==1 & `x'==9 | F501==1 & `x'==12 | F501==1 & `x'==6 replace egp2_`x'=3 if F501==1 & `x'==10 replace egp2_`x'=4 if F501==1 & `x'==11 | F501==1 & `x'>12 replace egp2_`x'=8 if F501==1 & `x'>3 & `x'<6 replace egp2_`x'=10 if F501==1 & `x'<4 replace egp2_`x'=11 if F501==1 & `x'==7 **qualifiziert tab F501 F505 //F505= Sind Sie berechtigt,fachliche Anweisungen zu erteilen cap drop h_qual gen h_qual=. replace h_qual=0 if F501==2 & F505==2 replace h_qual=1 if F501==2 & F505==1 | F501==3 cap label drop h_qual label define h_qual 0"entspricht Bearbeiter/Verkäufer" 1"Sachbearbeiter" **mittel. replace egp2_`x'=1 if h_qual==0 & `x'==8 replace egp2_`x'=2 if h_qual==0 & `x'==9 | h_qual==0 & `x'==12 | h_qual==0 & `x'==6 replace egp2_`x'=3 if h_qual==0 & `x'==10 | h_qual==0 & `x'>12 replace egp2_`x'=4 if h_qual==0 & `x'==15 | h_qual==0 & `x'==11 replace egp2_`x'=8 if h_qual==0 & `x'>3 & `x'<6 replace egp2_`x'=9 if h_qual==0 & `x'>1 & `x'<4 replace egp2_`x'=10 if h_qual==0 & `x'==1 replace egp2_`x'=11 if h_qual==0 & `x'==7 **gehoben replace egp2_`x'=1 if h_qual==1 & `x'==8 | h_qual==1 & `x'==6 | h_qual==1 & `x'==12 replace egp2_`x'=2 if h_qual==1 & `x'>12 & `x'<14 | h_qual==1 & `x'==9 replace egp2_`x'=3 if h_qual==1 & `x'==10 | h_qual==1 & `x'>13 | h_qual==1 & `x'==11 replace egp2_`x'=8 if h_qual==1 & `x'==7 | h_qual==1 & `x'<6 **leitend /*!!!Achtung: An dieser Stelle weicht dieses Skript vom ursprünglichen Skript (von 01/2014) ab. Die Änderung erfolte aufgrund einer Fehlcodierung betreff F503. **leitend (alte Version im Skript von 01/2014) replace egp2_`x'=1 if F503==1 & `x'>3 & `x'<7 | F503==1 & `x'>7 & `x'<10 | F503==1 & `x'>11 & `x'<14 replace egp2_`x'=2 if F503==1 & `x'<4 | F503==1 & `x'==7 | F503==1 & `x'>9 & `x'<12 | F503==1 & `x'==15 | F503==1 & `x'==14 Im aktuellen Skript wird die Variable F302 in Verbindung mit F515 genutzt, um die in der o.g. Quelle getroffene Einteilung in Direktor/Betriebsleiter, Abteilungsleiter und Sachgebietsleiter auf Basis des Mikrozensus nachzubilden. Die Kodierung orientiert sich dabei an den theoretischen Grundlagen des EGP-Schemas. */ **************Vorgesetztenfunktion gen vor=. gen h_F302= F302+1 replace vor=1 if h_F302==2 //F302=Anzahl an Mitarbeitern für welche Befragter direkter Vorgesetzter ist replace vor=2 if h_F302==3 replace vor=3 if h_F302>=4 & h_F302<=5 replace vor=4 if h_F302>=6 & h_F302<=10 replace vor=5 if h_F302>=11 & h_F302<=20 replace vor=6 if h_F302>=21 & h_F302<=50 replace vor=7 if h_F302>=51 & h_F302<=100 replace vor=8 if h_F302>=101 & h_F302<=250 replace vor=9 if h_F302>=251 & h_F302<=500 replace vor=10 if h_F302>=451 & h_F302<=1000 replace vor=11 if h_F302>=1001 & h_F302<9999 label val vor F515 label var vor "direkter Vorgesetzter kat. plus Befragter" gen vor2=. replace vor2=1 if vor==F515 & vor>=4 & F515!=. & vor!=. //F515=Wie viele Personen sind im Betrieb beschäftigt replace vor2=2 if vor>=7 & vor!=. & vor2==. replace vor2=3 if vor>=5 & vor!=. & vor2==. replace vor2=0 if vor2==. labe def vor2 1"Direktor/Btriebsleiter" 2"Abteilungsleiter" 3"Sachgebitesleiter" replace egp2_`x'=1 if Stib==2 & vor2==2 & `x'>3 & `x'<7 | Stib==2 & vor2==1 & `x'>1 & `x'<7 | Stib==2 & vor2==1 & `x'>7 & `x'<10 | Stib==2 & vor2==1 & `x'>11 & `x'<14 replace egp2_`x'=2 if Stib==2 & vor2!=0 & `x'==6 | Stib==2 & vor2==3 & `x'<6 | Stib==2 & vor2==2 & `x'<4 | Stib==2 & vor2==1 & `x'==1 | Stib==2 & vor2==1 & `x'<4 | Stib==2 & vor2==1 & `x'==7 | Stib==2 & vor2==1 & `x'>9 & `x'<12 | Stib==2 & vor2==1 & `x'==15 | Stib==2 & vor2==1 & `x'==14 ********Missings replace egp2_`x'=-4 if h_bkat_EB92o<=0 replace egp2_`x'=-4 if egp2_`x'==. } ****************************************************************************************** ****Umbenennen der Variablen rename egp2_h_bkat_EB92o EB_egp **************Labeln der Variablen #delimit ; label define EGP -9 "keine Angabe" -8 "weiß nicht" -7 "trifft nicht zu" -6 "ungültig" -5 "verweigert" -4 "nicht zuordenbar" -1 "Filter" 1 "I Higher grade professionals, administrators, and officials; managers in large industrial establishments; large proprietors" 2 "II Lower grade professionals, administrators, and officials; higher-grade technicians; managers in small industrial establishments; supervisors of non-manual employees" 3 "IIIa Routine non-manual employees, higher grade (in administration and commerce)" 4 "IIIb Routine non-manual employees, lower grade (sales and service)" 5 "IVa Small proprietors and artisans with employees" /*Achtung!!! Neue Kategorie mit neuem Label! Alle nachfolgenden Variablenwerte erhöhen sich gegenüber dem ursprünglichen Skript um eins! */ 6 "IVb small self-employed without employees" 7 "IVc Farmers and smallholders; other self-employed in primary production" 8 "V Lower-grade technicians, supervisors of manual workers" 9 "VI Skilled manual workers" 10 "VIIa Semi- and unskilled manual workers (not in agriculture)" 11 "VIIb Agricultural and other workers in primary production"; #delimit cr label var EB_egp "EGP aus Stellung im Beruf und Stellung im Betrieb Erwerbsberuf" label value EB_egp EGP ****************************************************************************************** drop h_* ****************************************************************************************** ****************************************************************************************** ****************************************************************************************** ****************************************************************************************** *******************BIBB/BAuA Erwerbstätigenbefragung 2012********************************* *********Codieren des Goldthorpe-Erikson-Portocarero (Klassen)-Schemas******************** *******************************für Erwerbstätigen***************************************** ****************** aus der Stellung im Beruf und Stellung im Betrieb********************** ******************Mit SUF-Variablen nicht nachbildbar, SV Variablen benötigt************** ****************************************************************************************** /* Herkunft: BIBB-FDZ Stataversion: 15.1 MP Quelle: John Hendrickx: Stata module to recode 4 digit ISCO-88 occupational codes. (http://econpapers.repec.org/software/bocbocode/s425802.htm) Hinweis: iskoegp transforms ISCO-88 codes into a 10 category EGP scale; cf Erikson, Goldthorpe, Portocarero (1979). The argument for the iskoegp commands must be a new variable name in which the recoded occupational scale is to be placed. Note that iskoegp requires the specification of variables indicating whether or not the respondent is self-employed and whether the respondent is a supervisor. */ /*!!!Achtung: Das Skript wurde gegenüber seiner ursprünglichen Form von 01/2014 geändert!!! Zu 01/2020 erfolgte Änderungen sind im Skript entsprechend gekennzeichnet. */ /*!!!Achtung: Bei intergenerationalen Vergleichen der EGP-Variablen der Eltern (VB_egp und MB_egp) mit der des Befragten (EB_egp) ist zu berücksichtigen, dass diese aufgrund der anderen verfügbaren Ausgangsinformationen unterschiedlich gebildet wurden. Im Falle solcher Vergleiche ist ggfs. für die EB_egp eine vergleichbare Rekodierung geeigneter; diese geht dann aber ggfs. mit Informations- und Genauigkeitsverlusten ggüb. der Version oben einher. */ ssc install ISKO //installieren des ado's ****************************************************************************************** *********Recodieren der Variable ***Stellung im beruf gen sempl_v=. replace sempl_v=0 if F1608==1 //F1608==bis 15 durchgängig mit vater zusammen gelebt? 1==ja 2==nein replace sempl_v=1 if F1611==3 & F1608==1 //F1611==berufliche Stellung Vater bzw. Mutter gen sempl_m=. replace sempl_m=0 if F1608==2 replace sempl_m=1 if F1611==3 & F1608==2 **Vorgesetztenfunktion gen supvis_v=. replace supvis_v=0 if ((F1611==1 | F1612==1) & F1608==1) //F1612==für wie viele Mitarbeiter Vorgesetzter? replace supvis_v=1 if (F1612==2 & F1608==1) replace supvis_v=11 if (F1612==3 & F1608==1) gen supvis_m=. replace supvis_m=0 if ((F1611==1 | F1612==1) & F1608==2) replace supvis_m=1 if (F1612==2 & F1608==2) replace supvis_m=11 if (F1612==3 & F1608==2) ****EGP iskoegp VB_egp , isko(F1609_isco88) sempl(sempl_v) supvis(supvis_v) //f1609_isco88==Erwerbsberuf Vater ISCO88 4-steller iskoegp MB_egp , isko(F1610_isco88) sempl(sempl_m) supvis(supvis_m) //f1610_isco88==Erwerbsberuf Mutter ISCO88 4-steller replace VB_egp=-4 if F1609_isco88==-1 replace MB_egp=-4 if F1610_isco88==-1 replace VB_egp=-4 if F1609_isco88==110 | F1609_isco88==2470 | F1609_isco88==7139 | F1609_isco88>=9910 & F1609_isco88<. replace MB_egp=-4 if F1610_isco88==110 | F1610_isco88==2470 | F1610_isco88==7139 | F1610_isco88>=9910 & F1610_isco88<. **110=Soldate, in ado nicht vercodet, 2470+7139 ISCO88(com) Werte in ado nicht vercodet; >9910 Sonderwerte in ado nicht vercodet ****************************************************************************************** ****************************************************************************************** ******Labeln der Variablen label var VB_egp "EGP Erwerbsberuf Vater" label var MB_egp "EGP Erwerbsberuf Mutter" label def egp10 -4"nicht zuordenbar", add modify ****************************************************************************************** drop supvis_* sempl_* ****************************************************************************************** *Achtung!!! Neue Codierung der Variablen mit neuem Label! ***************************************************************************************** *Anpassen der Codierung um besser Vergleichbarkeit mit EGP Ererbsberuf herzustellen ****************************************************************************************** recode F1609_egp F1610_egp (4=5) (5=6) (7=8) (8=9) (9=10) (10=11) (11=7) **************Labeln der Variablen #delimit ; label define EGP_Eltern -9 "keine Angabe" -8 "weiß nicht" -7 "trifft nicht zu" -6 "ungültig" -5 "verweigert" -4 "nicht zuordenbar" -1 "Filter" 1 "I Higher grade professionals, administrators, and officials; managers in large industrial establishments; large proprietors" 2 "II Lower grade professionals, administrators, and officials; higher-grade technicians; managers in small industrial establishments; supervisors of non-manual employees" 3 "IIIa/b Routine non-manual employees, higher and lower grade" 5 "IVa Small proprietors and artisans with employees" 6 "IVb small self-employed without employees" 7 "IVc Farmers and smallholders; other self-employed in primary production" 8 "V Lower-grade technicians, supervisors of manual workers" 9 "VI Skilled manual workers" 10 "VIIa Semi- and unskilled manual workers (not in agriculture)" 11 "VIIb Agricultural and other workers in primary production"; #delimit cr label val F1609_egp F1610_egp EGP_Eltern