************************************************************************************************************** *********************************BIBB-Übergangstudie 2011********************************************* *******************Codieren von*wissensintensive Berufen********************************************* *************************Variante 2************************************************************************** ****************************Mit SUF-Variablen nicht nachbildbar, SV Variablen benötigt************** ************************************************************************************************************** *Herkunft: BIBB-FDZ. *PASW Statistics 18. * Quelle: Tiemann, M., (2009): Wissensintensive Berufe. Wissenschaftliche Diskussionspapiere des Bundesinstitut für Berufsbildung, 114. ********************************************************************************************************************* *********************************************************************************************************************. compute v5014_wib2=v5014_kldb92_vater_3d. compute v5022_wib2= v5022_kldb92_mutter_3d. DO REPEAT wib2=v5014_wib2 to v5022_wib2. recode wib2 (12 31 607 777 875 153 609 778 876 245 611 779 879 266 612 811 880 278 620 813 881 292 621 821 882 293 625 832 883 295 627 833 884 300 651 835 886 305 652 837 887 308 670 841 891 309 689 843 316 703 851 318 750 852 332 751 859 359 753 861 374 755 862 487 757 863 502 761 865 506 764 867 600 765 870 601 771 871 602 774 872 605 775 873 606 776 874 901=1) (997 -111=-4). do if (wib2>1). recode wib2 (2 thru 997=0). else if (wib2=0). recode wib2 (0=-1). END IF. formats wib2(f5.0). END REPEAT. if v5014_kldb92_vater_3d <0 v5014_wib2=v5014_kldb92_vater_3d. do if (v5014_kldb92_vater_2d gt 9900). recode v5014_wib2 (0=-4). end if. if v5022_kldb92_mutter_23 <0 v5022_wib2=v5022_kldb92_mutter_3d. do if (v5022_kldb92_mutter_2d gt 9900). recode v5022_wib2 (0=-4). end if. VALUE LABELS v5014_wib2 v5022_wib2 -11 "Hausfrau, Hausmann" -10 "In schulischer Ausbildung" -9 "keine Angabe" -8 "weiß nicht" -7 "trifft nicht zu" -6 "ungültig" -5 "verweigert" -4"nicht zuordenbar" -1 "Filter" 0"nein" 1"ja" . VARIABLE LABELS v5014_wib2 'Berufstätigkeit Vater: wissensintensiver Beruf 2. Definition' /v5022_wib2 'Berufstätigkeit Mutter: wissensintensiver Beruf 2. Definition'. EXECUTE.