****************************************************************************************** *******************BIBB/BAuA Erwerbstätigenbefragung 2018********************************* *******************Codieren von*wissensintensive Berufen********************************** *************************Variante 1******************************************************* ******************Mit SUF-Variablen nachbildbar******************************************* ****************************************************************************************** ****************************************************************************************** /* Herkunft: BIBB-FDZ Stataversion: 15.0 MP Quelle: Hall, A., (2007): Tätigkeiten und berufliche Anforderungen in wissensintensiven Berufen. Empirische Befunde auf Basis der BIBB/BAuA-Erwerbstätigenbefragung. Studien zum deutschen Innovationssystem, Nr. 3-2007. */ ****************************************************************************************** *********************Recodieren der Variablen foreach x of varlist F100_kldb92_2d F1401_kldb92_2d{ // F100_kldb92_2d=Erwerbsberuf KldB92 2-steller; F1401_kldb92_2d=1. Erwerbsberuf KldB92 2-steller gen `x'_wib1=0 #delimit ; replace `x'_wib1=1 if `x'>=60 & `x'<=62| `x'==88 | `x'==75 | `x'>=80 & `x'<=84 | `x'==65 | `x'==76 | `x'==86| `x'==87 | `x'==89; #delimit cr } ****************************************************************************************** ****UF1610enennen der Variablen rename F100_kldb92_2d_wib1 F100_wib1 rename F1401_kldb92_2d_wib1 F1401_wib1 ****************************************************************************************** *********************weitere nötige Umcodierung replace F100_wib1=1 if F100_kldb92_3d>=774 & F100_kldb92_3d<=779 replace F100_wib1=-4 if F100_kldb92_2d==0 replace F100_wib1=-4 if F100_kldb92_2d==99 replace F100_wib1=-1 if F100_kldb92_2d<0 replace F1401_wib1=1 if F1401_kldb92_3d>=774 & F1401_kldb92_3d<=779 replace F1401_wib1=-4 if F1401_kldb92_2d==0 replace F1401_wib1=-4 if F1401_kldb92_2d>=99 replace F1401_wib1=. if F1401_kldb92_2d==. replace F1401_wib1=-1 if F1401_kldb92_2d<0 ****************************************************************************************** ******Labeln er Variablen label define wib 0"nein" 1"ja" -1 "Kein gültiger Berufscode" -4"nicht zuordenbar" label value *_wib1 wib label var F1401_wib1 "wissensintensiver Beruf erste Definition 1. Beruf" label var F100_wib1 "wissensintensiver Beruf erste Definition Erwerbsberuf" ****************************************************************************************** ****************************************************************************************** *******************BIBB/BAuA Erwerbstätigenbefragung 2018********************************* *******************Codieren von*wissensintensive Berufen********************************** *************************Variante 2******************************************************* ******************Mit SUF-Variablen nachbildbar******************************************* ****************************************************************************************** ****************************************************************************************** /* Herkunft: BIBB-FDZ Stataversion: 15.0 MP Quelle: Tiemann, M., (2009): Wissensintensive Berufe. Wissenschaftliche Diskussionspapiere des Bundesinstitut für Berufsbildung, 114. */ ****************************************************************************************** *********************Recodieren der Variablen foreach x of varlist F100_kldb92_3d F1401_kldb92_3d{ //F100920=Erwerbsberuf KldB92 3-steller; F1401_kldb92_3d=1. Erwerbsberuf KldB92 3-steller #delimit ; recode `x' (12 31 153 245 266 278 292 293 295 300 305 308 309 316 318 332 359 374 487 502 506 600 601 602 605 606 607 609 611 612 620 621 625 627 651 652 670 689 703 750 751 753 755 757 761 764 765 771 774 775 776 777 778 779 811 813 821 832 833 835 837 841 843 851 852 859 861 862 863 865 867 870 871 872 873 874 875 876 879 880 881 882 883 884 886 887 891 901=1)(-94 -91 -34 -32 -1 0=-4), gen (h_`x'); # delimit cr replace h_`x'=-4 if `x'>=991 replace h_`x'=0 if h_`x'>1 replace h_`x'=-4 if `x'==0 replace h_`x'=-1 if `x'<0 } ****************************************************************************************** ****UF1610enennen der Variablen rename h_F100_kldb92_3d F100_wib2 rename h_F1401_kldb92_3d F1401_wib2 ****************************************************************************************** *********************weitere nötige Umcodierung tab S3 max1202 if F100_wib2==1 //max1202=Höchster Ausbildungsabschluss - bereinigt replace F100_wib2=0 if S3==12 & max1202==1 & F1401_kldb92_3d!=. //S3=höchster Schulabschluss tab F100_wib2 replace F100_wib2=-4 if F100_wib2==-1 replace F1401_wib2=0 if S3==12 & max1202==1 & F1401_kldb92_3d!=. & F1401_wib2!=-4 replace F1401_wib2=. if F1401_kldb92_2d==. ****************************************************************************************** ******Labeln er Variablen label value *_wib2 wib label var F1401_wib2 "wissensintensiver Beruf zweite Definition 1. Beruf" label var F100_wib2 "wissensintensiver Beruf zweite Definition Erwerbsberuf" ****************************************************************************************** *******************BIBB/BAuA Erwerbstätigenbefragung 2018********************************* *******************Codieren von*wissensintensive Berufen********************************** *************************Variante 3******************************************************* ******************Mit SUF-Variablen nachbildbar******************************************* ****************************************************************************************** ****************************************************************************************** /* Herkunft: BIBB-FDZ Stataversion: 15.0 MP Quelle: Tiemann, M., (2009): Wissensintensive Berufe. Wissenschaftliche Diskussionspapiere des Bundesinstitut für Berufsbildung, 114. */ ****************************************************************************************** *********************Recodieren der Variablen foreach x of varlist F100_kldb92_3d F1401_kldb92_3d{ //F100920=Erwerbsberuf KldB92 3-steller; F1401_kldb92_3d=1. Erwerbsberuf KldB92 3-steller gen h_`x'=`x' recode h_`x' (12 61 80 150 176 194 220 221 245 252 265 266 268 270 273 274 276 /// 290 292 293 295 300 305 311 316 317 318 331 332 487 501 502 505 506 510 550 622 /// 625 627 651 839=1)(32 374 378 392 514 641 642 670 671 677 678 687 689 704 713 771 /// 801 802 911=2)(31 309 600 601 602 605 607 609 611 612 757 774 775 776 777 779 832 /// 833 843 862 871 872 873 874 879 880 882 884 885 887=3)(-94 -91 -34 -32 -1 0=-4) replace h_`x'=-4 if `x'>=991 replace h_`x'=0 if h_`x'>3 replace h_`x'=-1 if `x'<0 } ****************************************************************************************** ****UF1610enennen der Variablen rename h_F100_kldb92_3d F100_wib3 rename h_F1401_kldb92_3d F1401_wib3 ****************************************************************************************** *********************weitere nötige Umcodierung (missings anpassen) replace F100_wib3=-4 if F100_wib3==-1 replace F1401_wib3=-4 if F1401_wib3==-1 replace F1401_wib3=. if F1401_kldb92_2d==. ****************************************************************************************** ******Labeln er Variablen label define wib3 0"nicht wissenensintensiv" -1 "Kein gültiger Berufscode" -4"nicht zuordenbar" /// 1"wissensintensiv Produktion" 2"wissensintensiv primäre DL" 3"wissensintensiv sekundäre DL" label value *_wib3 wib3 label var F1401_wib3 "wissensintensiver Beruf dritte Definition 1. Beruf" label var F100_wib3 "wissensintensiver Beruf dritte Definition Erwerbsberuf" ****************************************************************************************** ****************************************************************************************** ****************************************************************************************** ****************************************************************************************** *******************BIBB/BAuA Erwerbstätigenbefragung 2018********************************* *******************Codieren von*wissensintensive Berufen********************************** *************************Variante 1******************************************************* ******************Mit SUF-Variablen nicht nachbildbar, SV Variablen benötigt************** ****************************************************************************************** ****************************************************************************************** /* Herkunft: BIBB-FDZ Stataversion: 15.0 MP Quelle: Hall, A., (2007): Tätigkeiten und berufliche Anforderungen in wissensintensiven Berufen. Empirische Befunde auf Basis der BIBB/BAuA-Erwerbstätigenbefragung. Studien zum deutschen Innovationssystem, Nr. 3-2007. */ ****************************************************************************************** *********************Recodieren der Variablen foreach x of varlist F1609_kldb92_2d F1610_kldb92_2d { //F1609_kldb92_2d=Erwerbsberuf KldB92 2-steller Vater; F1610_kldb92_3d=Erwerbsberuf KldB92 2-steller Mutter gen `x'_wib1=0 #delimit ; replace `x'_wib1=1 if `x'>=60 & `x'<=62| `x'==88 | `x'==75 | `x'>=80 & `x'<=84 | `x'==65 | `x'==76 | `x'==86| `x'==87 | `x'==89; replace `x'_wib1=-1 if `x'<0; #delimit cr } ****************************************************************************************** ****UF1610enennen der Variablen rename F1609_kldb92_2d_wib1 F1609_wib1 rename F1610_kldb92_2d_wib1 F1610_wib1 ****************************************************************************************** *********************weitere nötige Umcodierung replace F1609_wib1=1 if F1609_kldb92_3d>=774 & F1609_kldb92_3d<=779 replace F1609_wib1=-4 if F1609_kldb92_2d==-1 replace F1609_wib1=-4 if F1609_kldb92_2d==99 replace F1609_wib1=. if F1609_kldb92_2d==. replace F1610_wib1=1 if F1610_kldb92_3d>=774 & F1610_kldb92_3d<=779 replace F1610_wib1=-4 if F1610_kldb92_2d==-1 replace F1610_wib1=-4 if F1610_kldb92_2d>=99 replace F1610_wib1=. if F1610_kldb92_2d==. ****************************************************************************************** ******Labeln er Variablen label value *_wib1 wib label var F1609_wib1 "wissensintensiver Beruf 1. Def. Erwerbsberuf Vater" label var F1610_wib1 "wissensintensiver Beruf 1. Def. Erwerbsberuf Mutter" ****************************************************************************************** ****************************************************************************************** *******************BIBB/BAuA Erwerbstätigenbefragung 2018********************************* *******************Codieren von*wissensintensive Berufen********************************** *************************Variante 2******************************************************* ******************Mit SUF-Variablen nicht nachbildbar, SV Variablen benötigt************** ****************************************************************************************** ****************************************************************************************** /* Herkunft: BIBB-FDZ Stataversion: 15.0 MP Quelle: Tiemann, M., (2009): Wissensintensive Berufe. Wissenschaftliche Diskussionspapiere des Bundesinstitut für Berufsbildung, 114. */ ****************************************************************************************** *********************Recodieren der Variablen foreach x of varlist F1609_kldb92_3d F1610_kldb92_3d { //F1609_kldb92_3d=Erwerbsberuf KldB92 3-steller Vater; F1610_kldb92_3d=Erwerbsberuf KldB92 3-steller Mutter #delimit ; recode `x' (12 31 153 245 266 278 292 293 295 300 305 308 309 316 318 332 359 374 487 502 506 600 601 602 605 606 607 609 611 612 620 621 625 627 651 652 670 689 703 750 751 753 755 757 761 764 765 771 774 775 776 777 778 779 811 813 821 832 833 835 837 841 843 851 852 859 861 862 863 865 867 870 871 872 873 874 875 876 879 880 881 882 883 884 886 887 891 901=1)(-94 -91 -34 -32 -1 0=-4), gen (h_`x'); # delimit cr replace h_`x'=-4 if `x'>=991 replace h_`x'=0 if h_`x'>1 replace h_`x'=-4 if `x'==0 replace h_`x'=. if `x'==. replace h_`x'=-1 if `x'<0 } ****************************************************************************************** ****UF1610enennen der Variablen rename h_F1609_kldb92_3d F1609_wib2 rename h_F1610_kldb92_3d F1610_wib2 ****************************************************************************************** ****************************************************************************************** ******Labeln er Variablen label value *_wib2 wib label var F1609_wib2 "wissensintensiver Beruf 2. Def. Erwerbsberuf Vater" label var F1610_wib2 "wissensintensiver Beruf 2. Def. Erwerbsberuf Mutter" ****************************************************************************************** *******************BIBB/BAuA Erwerbstätigenbefragung 2018********************************* *******************Codieren von*wissensintensive Berufen********************************** *************************Variante 3******************************************************* ******************Mit SUF-Variablen nicht nachbildbar, SV Variablen benötigt************** ****************************************************************************************** ****************************************************************************************** /* Herkunft: BIBB-FDZ Stataversion: 15.0 MP Quelle: Tiemann, M., (2009): Wissensintensive Berufe. Wissenschaftliche Diskussionspapiere des Bundesinstitut für Berufsbildung, 114. */ ****************************************************************************************** *********************Recodieren der Variablen foreach x of varlist F1609_kldb92_3d F1610_kldb92_3d { //F1609_kldb92_3d=Erwerbsberuf KldB92 3-steller Vater; F1610_kldb92_3d=Erwerbsberuf KldB92 3-steller Mutter gen h_`x'=`x' recode h_`x' (12 61 80 150 176 194 220 221 245 252 265 266 268 270 273 274 276 /// 290 292 293 295 300 305 311 316 317 318 331 332 487 501 502 505 506 510 550 622 /// 625 627 651 839=1)(32 374 378 392 514 641 642 670 671 677 678 687 689 704 713 771 /// 801 802 911=2)(31 309 600 601 602 605 607 609 611 612 757 774 775 776 777 779 832 /// 833 843 862 871 872 873 874 879 880 882 884 885 887=3)(-94 -91 -34 -32 -1 0=-4) replace h_`x'=-4 if `x'>=991 replace h_`x'=0 if h_`x'>3 replace h_`x'=. if `x'==. replace h_`x'=-1 if `x'<0 } ****************************************************************************************** ****UF1610enennen der Variablen rename h_F1609_kldb92_3d F1609_wib3 rename h_F1610_kldb92_3d F1610_wib3 ****************************************************************************************** ****************************************************************************************** ******Labeln er Variablen label value *_wib3 wib3 label var F1609_wib3 "wissensintensiver Beruf 3. Def. Erwerbsberuf Vater" label var F1610_wib3 "wissensintensiver Beruf 3. Def. Erwerbsberuf Mutter" ******************************************************************************************