* Encoding: UTF-8. *******************************************************************************************************************************************************************************************************. *PLEASE NOTE: *This patch serves to simplify the use of V67 'Q21a How much money would be left if the home you and your family live in was sold without any debts?' and V68 'Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?' in data analyses. *By running the syntax commands included in this patch file, V67 and V68 are split to the country-specific variables AU_V67-ZA_V67 resp. AU_V68-ZA_68. *As values, class midpoints are computed for each country and each monetary class instead of the serially numbered categories 1 to 10 in V67 and V68 for all countries. *The country-specific variables become attached to the data file and can be saved at the end, if requested. *******************************************************************************************************************************************************************************************************. get file 'your path\ZA5400_v4-0-0.sav'. Execute. *************************************************************************************. ******************* V67 -> NAT_V67 *********************************************. *************************************************************************************. missing values V67 (). Execute. *Australia. Do if C_ALPHAN="AU". Compute AU_V67=V67. End if. Execute. Recode AU_V67 (1=1) (2=2) (3601=40000) (3602=110000) (3603=170000) (3604=230000) (3605=290000) (3606=507500) (3607=882500) (3608=1257500) (3609=1632500) (3610=2007500) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats AU_V67 (F7.0). Execute. Variable Labels AU_V67 "Australia: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels AU_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 40000 "1.000-80.000 AUD" 110000 "80.000-140.000 AUD" 170000 "140.000-200.000 AUD" 230000 "200.000-260.000 AUD" 290000 "260.000-320.000 AUD" 507500 "320.000-695.000 AUD" 882500 "695.000-1.070.000 AUD" 1257500 "1.070.000-1.445.000 AUD" 1632500 "1.445.000-1.820.000 AUD" 2007500 "More than 1.820.000 AUD" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values AU_V67 (0, 9999998, 9999999). Execute. *Austria. Do if C_ALPHAN="AT". Compute AT_V67=V67. End if. Execute. Recode AT_V67 (1=1) (2=2) (4001=30000) (4002=75000) (4003=105000) (4004=135000) (4005=175000) (4006=250000) (4007=400000) (4008=650000) (4009=1000000) (4010=1400000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats AT_V67 (F7.0). Execute. Variable Labels AT_V67 "Austria: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels AT_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 30000 "1-60.000 EUR" 75000 "60.000-90.000 EUR" 105000 "90.000-120.000 EUR" 135000 "120.000-150.000 EUR" 175000 "150.000-200.000 EUR" 250000 "200.000-300.000 EUR" 400000 "300.000-500.000 EUR" 650000 "500.000-800.000 EUR" 1000000 "800.000-1.200.000 EUR" 1400000 "More than 1.200.000 EUR" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values AT_V67 (0, 9999998, 9999999). Execute. *Belgium (Flanders). Do if C_ALPHAN="BE-FLA". Compute BE_V67=V67. End if. Execute. Recode BE_V67 (1=1) (2=2) (5601=20000) (5602=60000) (5603=100000) (5604=140000) (5605=180000) (5606=250000) (5607=400000) (5608=650000) (5609=1000000) (5610=1400000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats BE_V67 (F7.0). Execute. Variable Labels BE_V67 "Belgium/ Flanders (BE-FLA): Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels BE_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 20000 "1-40.000 EUR" 60000 "40.000-80.000 EUR" 100000 "80.000-120.000 EUR" 140000 "120.000-160.000 EUR" 180000 "160.000-200.000 EUR" 250000 "200.000-300.000 EUR" 400000 "300.000-500.000 EUR" 650000 "500.000-800.000 EUR" 1000000 "800.000-1.200.000 EUR" 1400000 "More than 1.200.000 EUR" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values BE_V67 (0, 9999998, 9999999). Execute. *Bulgaria. Do if C_ALPHAN="BG". Compute BG_V67=V67. End if. Execute. Recode BG_V67 (1=1) (2=2) (10001=10000) (10002=25000) (10003=40000) (10004=60000) (10005=85000) (10006=110000) (10007=135000) (10008=175000) (10009=225000) (10010=275000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats BG_V67 (F6.0). Execute. Variable Labels BG_V67 "Bulgaria: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels BG_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 10000 "2-20.000 BGN" 25000 "21.000-30.000 BGN" 40000 "31.000-50.000 BGN" 60000 "51.000-70.000 BGN" 85000 "71.000-100.000 BGN" 110000 "101.000-120.000 BGN" 135000 "121.000-150.000 BGN" 175000 "151.000-200.000 BGN" 225000 "201.000-250.000 BGN" 275000 "More than 250.000 BGN" 999998 "Can't choose" 999999 "No answer". Execute. Missing values BG_V67 (0, 999998, 999999). Execute. *China. Do if C_ALPHAN="CN". Compute CN_V67=V67. End if. Execute. Recode CN_V67 (1=1) (2=2) (15601=3) (15602=4) (15603=5) (15604=6) (15605=7) (15606=8) (15607=9) (15608=10) (15609=11) (15610=12) (99998=99998) (99999=99999) (sysmis=0). Execute. Formats CN_V67 (F5.0). Execute. Variable Labels CN_V67 "China: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels CN_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 3 "3 (Monetary classes not available)" 4 "4 (Monetary classes not available)" 5 "5 (Monetary classes not available)" 6 "6 (Monetary classes not available)" 7 "7 (Monetary classes not available)" 8 "8 (Monetary classes not available)" 9 "9 (Monetary classes not available)" 10 "10 (Monetary classes not available)" 11 "11 (Monetary classes not available)" 12 "12 (Monetary classes not available)" 99998 "Can't choose" 99999 "No answer". Execute. Missing values CN_V67 (0, 99998, 99999). Execute. *Taiwan. Do if C_ALPHAN="TW". Compute TW_V67=V67. End if. Execute. Recode TW_V67 (1=1) (2=2) (15801=500000) (15802=1500000) (15803=2500000) (15804=3500000) (15805=4500000) (15806=6000000) (15807=8500000) (15808=15000000) (15809=25000000) (15810=35000000) (99998=99999998) (99999=99999999) (sysmis=0). Execute. Formats TW_V67 (F8.0). Execute. Variable Labels TW_V67 "Taiwan: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels TW_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 500000 "1-999.999 TWD" 1500000 "1.000.000-1.999.999 TWD" 2500000 "2.000.000-2.999.999 TWD" 3500000 "3.000.000-3.999.999 TWD" 4500000 "4.000.000-4.999.999 TWD" 6000000 "5.000.000-6.999.999 TWD" 8500000 "7.000.000-9.999.999 TWD" 15000000 "10.000.000-19.999.999 TWD" 25000000 "20.000.000-29.999.999 TWD" 35000000 "30.000.000 or more TWD" 99999998 "Can't choose" 99999999 "No answer". Execute. Missing values TW_V67 (0, 99999998, 99999999). Execute. *Croatia. Do if C_ALPHAN="HR". Compute HR_V67=V67. End if. Execute. Recode HR_V67 (1=1) (2=2) (19101=12500) (19102=33000) (19103=48000) (19104=63000) (19105=80000) (19106=105000) (19107=150000) (19108=240000) (19109=400000) (19110=600000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats HR_V67 (F6.0). Execute. Variable Labels HR_V67 "Croatia: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. *Note: In 21a answers are expressed in EURO while 21b in KUNA; Real-estate prices are mostly expressed in euros and even credit loans for real-estate have so far been mostly in euro; For savings it is easier for people to calculate in kuna and since majority of Croatians do not have savings or have very little, it is easier to express it in kuna. Value labels HR_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 12500 "1-25.000 EUR" 33000 "26.000-40.000 EUR" 48000 "41.000-55.000 EUR" 63000 "56.000-70.000 EUR" 80000 "71.000-90.000 EUR" 105000 "91.000-120.000 EUR" 150000 "121.000-180.000 EUR" 240000 "181.000-300.000 EUR" 400000 "301.000-500.000 EUR" 600000 "More than 500.000 EUR" 999998 "Can't choose" 999999 "No answer". Execute. Missing values HR_V67 (0, 999998, 999999). Execute. *Cyprus. Do if C_ALPHAN="CY". Compute CY_V67=V67. End if. Execute. Recode CY_V67 (1=1) (2=2) (19601=15000) (19602=45000) (19603=75000) (19604=105000) (19605=140000) (19606=180000) (19607=300000) (19608=550000) (19609=850000) (19610=1150000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats CY_V67 (F7.0). Execute. Variable Labels CY_V67 "Cyprus: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels CY_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 15000 "1-30.000 EUR" 45000 "30.000-60.000 EUR" 75000 "60.000-90.000 EUR" 105000 "90.000-120.000 EUR" 140000 "120.000-160.000 EUR" 180000 "160.000-200.000 EUR" 300000 "200.000-400.000 EUR" 550000 "400.000-700.000 EUR" 850000 "700.000-1.000.000 EUR" 1150000 "More than 1.000.000 EUR" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values CY_V67 (0, 9999998, 9999999). Execute. *Czech Republic. Do if C_ALPHAN="CZ". Compute CZ_V67=V67. End if. Execute. Recode CZ_V67 (1=1) (2=2) (20301=50000) (20302=150000) (20303=300000) (20304=550000) (20305=850000) (20306=1500000) (20307=2500000) (20308=4000000) (20309=6000000) (20310=8000000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats CZ_V67 (F7.0). Execute. Variable Labels CZ_V67 "Czech Republic: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels CZ_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 50000 "0-100.000 CZK" 150000 "100.000-200.000 CZK" 300000 "200.000-400.000 CZK" 550000 "400.000-700.000 CZK" 850000 "700.000-1.000.000 CZK" 1500000 "1.000.000-2.000.000 CZK" 2500000 "2.000.000-3.000.000 CZK" 4000000 "3.000.000-5.000.000 CZK" 6000000 "5.000.000-7.000.000 CZK" 8000000 "More than 7.000.000 CZK" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values CZ_V67 (0, 9999998, 9999999). Execute. *Denmark. Do if C_ALPHAN="DK". Compute DK_V67=V67. End if. Execute. Recode DK_V67 (1=1) (2=2) (20801=50000) (20802=150000) (20803=250000) (20804=325000) (20805=375000) (20806=450000) (20807=625000) (20808=875000) (20809=2000000) (20810=4000000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats DK_V67 (F7.0). Execute. Variable Labels DK_V67 "Denmark: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels DK_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 50000 "0-99.999 DKK" 150000 "100.000-199.999 DKK" 250000 "200.000-299.999 DKK" 325000 "300.000-349.999 DKK" 375000 "350.000-399.999 DKK" 450000 "400.000-499.999 DKK" 625000 "500.000-749.999 DKK" 875000 "750.000-999.999 DKK" 2000000 "1.000.000-3.000.000 DKK" 4000000 "More than 3.000.000 DKK" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values DK_V67 (0, 9999998, 9999999). Execute. *Estonia. Do if C_ALPHAN="EE". Compute EE_V67=V67. End if. Execute. Recode EE_V67 (1=1) (2=2) (23301=15000) (23302=45000) (23303=75000) (23304=105000) (23305=140000) (23306=180000) (23307=300000) (23308=550000) (23309=850000) (23310=1150000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats EE_V67 (F7.0). Execute. Variable Labels EE_V67 "Estonia: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels EE_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 15000 "1-30.000 EEK" 45000 "30.001-60.000 EEK" 75000 "60.001-90.000 EEK" 105000 "90.001-120.000 EEK" 140000 "120.001-160.000 EEK" 180000 "160.001-200.000 EEK" 300000 "200.001-400.000 EEK" 550000 "400.001-700.000 EEK" 850000 "700.001-1.000.000 EEK" 1150000 "More than 1.000.000 EEK" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values EE_V67 (0, 9999998, 9999999). Execute. *Finland. Do if C_ALPHAN="FI". Compute FI_V67=V67. End if. Execute. Recode FI_V67 (1=1) (2=2) (24601=15000) (24602=37500) (24603=52500) (24604=65000) (24605=77500) (24606=92500) (24607=110000) (24608=135000) (24609=175000) (24610=225000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats FI_V67 (F6.0). Execute. Variable Labels FI_V67 "Finland: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels FI_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 15000 "1-30.000 EUR" 37500 "30.000-45.000 EUR" 52500 "45.000-60.000 EUR" 65000 "60.000-70.000 EUR" 77500 "70.000-85.000 EUR" 92500 "85.000-100.000 EUR" 110000 "100.000-120.000 EUR" 135000 "120.000-150.000 EUR" 175000 "150.000-200.000 EUR" 225000 "More than 200.000 EUR" 999998 "Can't choose" 999999 "No answer". Execute. Missing values FI_V67 (0, 999998, 999999). Execute. *France. Do if C_ALPHAN="FR". Compute FR_V67=V67. End if. Execute. Recode FR_V67 (1=1) (2=2) (25001=15000) (25002=45000) (25003=75000) (25004=105000) (25005=140000) (25006=180000) (25007=300000) (25008=550000) (25009=850000) (25010=1150000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats FR_V67 (F7.0). Execute. Variable Labels FR_V67 "France: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels FR_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 15000 "1-30.000 EUR" 45000 "30.000-60.000 EUR" 75000 "60.000-90.000 EUR" 105000 "90.000-120.000 EUR" 140000 "120.000-160.000 EUR" 180000 "160.000-200.000 EUR" 300000 "200.000-400.000 EUR" 550000 "400.000-700.000 EUR" 850000 "700.000-1.000.000 EUR" 1150000 "More than 1.000.000 EUR" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values FR_V67 (0, 9999998, 9999999). Execute. *Germany. Do if C_ALPHAN="DE". Compute DE_V67=V67. End if. Execute. Recode DE_V67 (1=1) (2=2) (27601=30000) (27602=75000) (27603=105000) (27604=135000) (27605=175000) (27606=250000) (27607=400000) (27608=650000) (27609=1000000) (27610=1400000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats DE_V67 (F7.0). Execute. Variable Labels DE_V67 "Germany: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels DE_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 30000 "0-59.999 EUR" 75000 "60.000-89.999 EUR" 105000 "90.000-119.999 EUR" 135000 "120.000-149.999 EUR" 175000 "150.000-199.999 EUR" 250000 "200.000-299.999 EUR" 400000 "300.000-499.999 EUR" 650000 "500.000-799.999 EUR" 1000000 "800.000-1.199.999 EUR" 1400000 "1.200.000 or more EUR" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values DE_V67 (0, 9999998, 9999999). Execute. *Hungary. Do if C_ALPHAN="HU". Compute HU_V67=V67. End if. Execute. Recode HU_V67 (1=1) (2=2) (34801=750000) (34802=2500000) (34803=4750000) (34804=7000000) (34805=9000000) (34806=11000000) (34807=15000000) (34808=21000000) (34809=27000000) (34810=33000000) (99998=99999998) (99999=99999999) (sysmis=0). Execute. Formats HU_V67 (F8.0). Execute. Variable Labels HU_V67 "Hungary: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels HU_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 750000 "1-1.500.000 HUF" 2500000 "1.500.000-3.500.000 HUF" 4750000 "3.500.000-6.000.000 HUF" 7000000 "6.000.000-8.000.000 HUF" 9000000 "8.000.000-10.000.000 HUF" 11000000 "10.000.000-12.000.000 HUF" 15000000 "12.000.000-18.000.000 HUF" 21000000 "18.000.000-24.000.000 HUF" 27000000 "24.000.000-30.000.000 HUF" 33000000 "More than 30.000.000 HUF" 99999998 "Can't choose" 99999999 "No answer". Execute. Missing values HU_V67 (0, 99999998, 99999999). Execute. *Iceland. Do if C_ALPHAN="IS". Compute IS_V67=V67. End if. Execute. Recode IS_V67 (1=1) (2=2) (35201=1500000) (35202=4000000) (35203=6000000) (35204=8000000) (35205=10500000) (35206=16000000) (35207=25000000) (35208=40000000) (35209=60000000) (35210=80000000) (99998=99999998) (99999=99999999) (sysmis=0). Execute. Formats IS_V67 (F8.0). Execute. Variable Labels IS_V67 "Iceland: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels IS_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 1500000 "0-3.000.000 ISK" 4000000 "3.000.000-5.000.000 ISK" 6000000 "5.000.000-7.000.000 ISK" 8000000 "7.000.000-9.000.000 ISK" 10500000 "9.000.000-12.000.000 ISK" 16000000 "12.000.000-20.000.000 ISK" 25000000 "20.000.000-30.000.000 ISK" 40000000 "30.000.000-50.000.000 ISK" 60000000 "50.000.000-70.000.000 ISK" 80000000 "More than 70.000.000 ISK" 99999998 "Can't choose" 99999999 "No answer". Execute. Missing values IS_V67 (0, 99999998, 99999999). Execute. *Israel. Do if C_ALPHAN="IL". Compute IL_V67=V67. End if. Execute. Recode IL_V67 (1=1) (2=2) (37601=50000) (37602=150000) (37603=250000) (37604=375000) (37605=525000) (37606=900000) (37607=1500000) (37608=2150000) (37609=3000000) (37610=4000000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats IL_V67 (F7.0). Execute. Variable Labels IL_V67 "Israel: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels IL_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 50000 "1-100.000 ILS" 150000 "100.001-200.000 ILS" 250000 "200.001-300.000 ILS" 375000 "300.001-450.000 ILS" 525000 "450.001-600.000 ILS" 900000 "600.001-1.200.000 ILS" 1500000 "1.200.001-1.800.000 ILS" 2150000 "1.800.001-2.500.000 ILS" 3000000 "2.500.001-3.500.000 ILS" 4000000 "More than 3.500.000 ILS" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values IL_V67 (0, 9999998, 9999999). Execute. *Italy. Do if C_ALPHAN="IT". Compute IT_V67=V67. End if. Execute. Recode IT_V67 (1=1) (2=2) (38001=20000) (38002=60000) (38003=100000) (38004=140000) (38005=180000) (38006=300000) (38007=500000) (38008=700000) (38009=1000000) (38010=1400000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats IT_V67 (F7.0). Execute. Variable Labels IT_V67 "Italy: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels IT_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 20000 "1-40.000 EUR" 60000 "40.000-80.000 EUR" 100000 "80.000-120.000 EUR" 140000 "120.000-160.000 EUR" 180000 "160.000-200.000 EUR" 300000 "200.000-400.000 EUR" 500000 "400.000-600.000 EUR" 700000 "600.000-800.000 EUR" 1000000 "800.000-1.200.000 EUR" 1400000 "More than 1.200.000 EUR" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values IT_V67 (0, 9999998, 9999999). Execute. *Japan. Do if C_ALPHAN="JP". Compute JP_V67=V67. End if. Execute. Recode JP_V67 (1=1) (2=2) (39201=1000000) (39202=3000000) (39203=5000000) (39204=7000000) (39205=9000000) (39206=15000000) (39207=30000000) (39208=50000000) (39209=70000000) (39210=90000000) (99998=99999998) (99999=99999999) (sysmis=0). Execute. Formats JP_V67 (F8.0). Execute. Variable Labels JP_V67 "Japan: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels JP_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 1000000 "1-1.999.999 JPY" 3000000 "2.000.000-3.999.999 JPY" 5000000 "4.000.000-5.999.999 JPY" 7000000 "6.000.000-7.999.999 JPY" 9000000 "8.000.000-9.999.999 JPY" 15000000 "10.000.000-19.999.999 JPY" 30000000 "20.000.000-39.999.999 JPY" 50000000 "40.000.000-59.999.999 JPY" 70000000 "60.000.000-79.999.999 JPY" 90000000 "80.000.000 or more JPY" 99999998 "Can't choose" 99999999 "No answer". Execute. Missing values JP_V67 (0, 99999998, 99999999). Execute. *South Korea. Do if C_ALPHAN="KR". Compute KR_V67=V67. End if. Execute. Recode KR_V67 (1=1) (2=2) (41001=25000000) (41002=62500000) (41003=87500000) (41004=112500000) (41005=137500000) (41006=162500000) (41007=187500000) (41008=225000000) (41009=300000000) (41010=400000000) (99998=999999998) (99999=999999999) (sysmis=0). Execute. Formats KR_V67 (F9.0). Execute. Variable Labels KR_V67 "South Korea: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels KR_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 25000000 "1-50.000.000 KRW" 62500000 "50.000.000-75.000.000 KRW" 87500000 "75.000.000-100.000.000 KRW" 112500000 "100.000.000-125.000.000 KRW" 137500000 "125.000.000-150.000.000 KRW" 162500000 "150.000.000-175.000.000 KRW" 187500000 "175.000.000-200.000.000 KRW" 225000000 "200.000.000-250.000.000 KRW" 300000000 "250.000.000-350.000.000 KRW" 400000000 "More than 350.000.000 KRW" 999999998 "Can't choose" 999999999 "No answer". Execute. Missing values KR_V67 (0, 999999998, 999999999). Execute. *Latvia. Do if C_ALPHAN="LV". Compute LV_V67=V67. End if. Execute. Recode LV_V67 (1=1) (2=2) (42801=2500) (42802=7500) (42803=15000) (42804=25000) (42805=35000) (42806=50000) (42807=75000) (42808=120000) (42809=200000) (42810=300000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats LV_V67 (F6.0). Execute. Variable Labels LV_V67 "Latvia: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels LV_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 2500 "1-5.000 LVL" 7500 "5.000-10.000 LVL" 15000 "10.000-20.000 LVL" 25000 "20.000-30.000 LVL" 35000 "30.000-40.000 LVL" 50000 "40.000-60.000 LVL" 75000 "60.000-90.000 LVL" 120000 "90.000-150.000 LVL" 200000 "150.000-250.000 LVL" 300000 "More than 250.000 LVL" 999998 "Can't choose" 999999 "No answer". Execute. Missing values LV_V67 (0, 999998, 999999). Execute. *Lithuania. Do if C_ALPHAN="LT". Compute LT_V67=V67. End if. Execute. Recode LT_V67 (1=1) (2=2) (44001=5000) (44002=15000) (44003=25000) (44004=35000) (44005=45000) (44006=75000) (44007=130000) (44008=190000) (44009=260000) (44010=340000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats LT_V67 (F6.0). Execute. Variable Labels LT_V67 "Lithuania: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels LT_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 5000 "1-10.000 LTL" 15000 "10.000-20.000 LTL" 25000 "20.000-30.000 LTL" 35000 "30.000-40.000 LTL" 45000 "40.000-50.000 LTL" 75000 "50.000-100.000 LTL" 130000 "100.000-160.000 LTL" 190000 "160.000-220.000 LTL" 260000 "220.000-300.000 LTL" 340000 "More than 300.000 LTL" 999998 "Can't choose" 999999 "No answer". Execute. Missing values LT_V67 (0, 999998, 999999). Execute. *New Zealand. Do if C_ALPHAN="NZ". Compute NZ_V67=V67. End if. Execute. Recode NZ_V67 (1=1) (2=2) (55401=15000) (55402=45000) (55403=75000) (55404=105000) (55405=140000) (55406=180000) (55407=300000) (55408=550000) (55409=850000) (55410=1150000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats NZ_V67 (F7.0). Execute. Variable Labels NZ_V67 "New Zealand: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels NZ_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 15000 "1-30.000 NZD" 45000 "30.000-60.000 NZD" 75000 "60.000-90.000 NZD" 105000 "90.000-120.000 NZD" 140000 "120.000-160.000 NZD" 180000 "160.000-200.000 NZD" 300000 "200.000-400.000 NZD" 550000 "400.000-700.000 NZD" 850000 "700.000-1.000.000 NZD" 1150000 "More than 1.000.000 NZD" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values NZ_V67 (0, 9999998, 9999999). Execute. *Norway. Do if C_ALPHAN="NO". Compute NO_V67=V67. End if. Execute. Recode NO_V67 (1=1) (2=2) (57801=150000) (57802=350000) (57803=500000) (57804=800000) (57805=1250000) (57806=2000000) (57807=3250000) (57808=5000000) (57809=7000000) (57810=9000000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats NO_V67 (F7.0). Execute. Variable Labels NO_V67 "Norway: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels NO_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 150000 "0-300.000 NOK" 350000 "300.000-400.000 NOK" 500000 "400.000-600.000 NOK" 800000 "600.000-1.000.000 NOK" 1250000 "1.000.000-1.500.000 NOK" 2000000 "1.500.000-2.500.000 NOK" 3250000 "2.500.000-4.000.000 NOK" 5000000 "4.000.000-6.000.000 NOK" 7000000 "6.000.000-8.000.000 NOK" 9000000 "More than 8.000.000 NOK" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values NO_V67 (0, 9999998, 9999999). Execute. *Poland. Do if C_ALPHAN="PL". Compute PL_V67=V67. End if. Execute. Recode PL_V67 (1=1) (2=2) (61601=50000) (61602=150000) (61603=250000) (61604=350000) (61605=500000) (61606=750000) (61607=1200000) (61608=2000000) (61609=3000000) (61610=4000000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats PL_V67 (F7.0). Execute. Variable Labels PL_V67 "Poland: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels PL_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 50000 "1-100.000 PLN" 150000 "100.000-199.000 PLN" 250000 "200.000-299.000 PLN" 350000 "300.000-399.000 PLN" 500000 "400.000-599.000 PLN" 750000 "600.000-899.000 PLN" 1200000 "900.000-1.499.000 PLN" 2000000 "1.500.000-2.499.000 PLN" 3000000 "2.500.000-3.499.000 PLN" 4000000 "3.500.000 or more PLN" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values PL_V67 (0, 9999998, 9999999). Execute. *Portugal. Do if C_ALPHAN="PT". Compute PT_V67=V67. End if. Execute. Recode PT_V67 (1=1) (2=2) (62001=15000) (62002=45000) (62003=75000) (62004=105000) (62005=140000) (62006=180000) (62007=300000) (62008=550000) (62009=850000) (62010=1150000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats PT_V67 (F7.0). Execute. Variable Labels PT_V67 "Portugal: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels PT_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 15000 "1-30.000 EUR" 45000 "30.000-60.000 EUR" 75000 "60.000-90.000 EUR" 105000 "90.000-120.000 EUR" 140000 "120.000-160.000 EUR" 180000 "160.000-200.000 EUR" 300000 "200.000-400.000 EUR" 550000 "400.000-700.000 EUR" 850000 "700.000-1.000.000 EUR" 1150000 "More than 1.000.000 EUR" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values PT_V67 (0, 9999998, 9999999). Execute. *Russia. Do if C_ALPHAN="RU". Compute RU_V67=V67. End if. Execute. Recode RU_V67 (1=1) (2=2) (64301=150000) (64302=400000) (64303=750000) (64304=1500000) (64305=2500000) (64306=4000000) (64307=6000000) (64308=8000000) (64309=10500000) (64310=13500000) (99998=99999998) (99999=99999999) (sysmis=0). Execute. Formats RU_V67 (F8.0). Execute. Variable Labels RU_V67 "Russia: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels RU_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 150000 "0-300.000 RUB" 400000 "300.000-500.000 RUB" 750000 "500.000-1.000.000 RUB" 1500000 "1.000.000-2.000.000 RUB" 2500000 "2.000.000-3.000.000 RUB" 4000000 "3.000.000-5.000.000 RUB" 6000000 "5.000.000-7.000.000 RUB" 8000000 "7.000.000-9.000.000 RUB" 10500000 "9.000.000-12.000.000 RUB" 13500000 "More than 12.000.000 RUB" 99999998 "Can't choose" 99999999 "No answer". Execute. Missing values RU_V67 (0, 99999998, 99999999). Execute. *Slovakia. Do if C_ALPHAN="SK". Compute SK_V67=V67. End if. Execute. Recode SK_V67 (1=1) (2=2) (70301=6750) (70302=18750) (70303=29500) (70304=40000) (70305=62500) (70306=112500) (70307=177500) (70308=240000) (70309=335000) (70310=465000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats SK_V67 (F6.0). Execute. Variable Labels SK_V67 "Slovakia: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels SK_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 6750 "0-13.500 EUR " 18750 "13.501-24.000 EUR" 29500 "24.001-35.000 EUR" 40000 "35.001-45.000 EUR" 62500 "45.001-80.000 EUR" 112500 "80.001-145.000 EUR" 177500 "145.001-210.000 EUR" 240000 "210.001-270.000 EUR" 335000 "270.001-400.000 EUR" 465000 "More than 400.000 EUR" 999998 "Can't choose" 999999 "No answer". Execute. Missing values SK_V67 (0, 999998, 999999). Execute. *Slovenia. Do if C_ALPHAN="SI". Compute SI_V67=V67. End if. Execute. Recode SI_V67 (1=1) (2=2) (70501=17500) (70502=47500) (70503=72500) (70504=97500) (70505=155000) (70506=275000) (70507=425000) (70508=575000) (70509=725000) (70510=875000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats SI_V67 (F6.0). Execute. Variable Labels SI_V67 "Slovenia: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels SI_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 17500 "1-35.000 EUR" 47500 "35.000-60.000 EUR" 72500 "60.000-85.000 EUR" 97500 "85.000-110.000 EUR" 155000 "110.000-200.000 EUR" 275000 "200.000-350.000 EUR" 425000 "350.000-500.000 EUR" 575000 "500.000-650.000 EUR" 725000 "650.000-800.000 EUR" 875000 "More than 800.000 EUR" 999998 "Can't choose" 999999 "No answer". Execute. Missing values SI_V67 (0, 999998, 999999). Execute. *Spain. Do if C_ALPHAN="ES". Compute ES_V67=V67. End if. Execute. Recode ES_V67 (1=1) (2=2) (72401=15000) (72402=45000) (72403=75000) (72404=105000) (72405=140000) (72406=180000) (72407=300000) (72408=550000) (72409=850000) (72410=1150000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats ES_V67 (F7.0). Execute. Variable Labels ES_V67 "Spain: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels ES_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 15000 "1-30.000 EUR" 45000 "30.000-60.000 EUR" 75000 "60.000-90.000 EUR" 105000 "90.000-120.000 EUR" 140000 "120.000-160.000 EUR" 180000 "160.000-200.000 EUR" 300000 "200.000-400.000 EUR" 550000 "400.000-700.000 EUR" 850000 "700.000-1.000.000 EUR" 1150000 "More than 1.000.000 EUR" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values ES_V67 (0, 9999998, 9999999). Execute. *Sweden. Do if C_ALPHAN="SE". Compute SE_V67=V67. End if. Execute. Recode SE_V67 (1=1) (2=2) (75201=150000) (75202=450000) (75203=750000) (75204=1050000) (75205=1400000) (75206=1800000) (75207=3000000) (75208=5500000) (75209=8500000) (75210=11500000) (99998=99999998) (99999=99999999) (sysmis=0). Execute. Formats SE_V67 (F8.0). Execute. Variable Labels SE_V67 "Sweden: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels SE_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 150000 "1-300.000 SEK" 450000 "300.000-600.000 SEK" 750000 "600.000-900.000 SEK" 1050000 "900.000-1.200.000 SEK" 1400000 "1.200.000-1.600.000 SEK" 1800000 "1.600.000-2.000.000 SEK" 3000000 "2.000.000-4.000.000 SEK" 5500000 "4.000.000-7.000.000 SEK" 8500000 "7.000.000-10.000.000 SEK" 11500000 "More than 10.000.000 SEK" 99999998 "Can't choose" 99999999 "No answer". Execute. Missing values SE_V67 (0, 99999998, 99999999). Execute. *Switzerland. Do if C_ALPHAN="CH". Compute CH_V67=V67. End if. Execute. Recode CH_V67 (1=1) (2=2) (75601=25000) (75602=70000) (75603=110000) (75604=155000) (75605=210000) (75606=270000) (75607=450000) (75608=800000) (75609=1250000) (75610=1750000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats CH_V67 (F7.0). Execute. Variable Labels CH_V67 "Switzerland: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels CH_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 25000 "1-50.000 CHF" 70000 "50.000-90.000 CHF" 110000 "90.000-130.000 CHF" 155000 "130.000-180.000 CHF" 210000 "180.000-240.000 CHF" 270000 "240.000-300.000 CHF" 450000 "300.000-600.000 CHF" 800000 "600.000-1.000.000 CHF" 1250000 "1.000.000-1.500.000 CHF" 1750000 "More than 1.500.000 CHF" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values CH_V67 (0, 9999998, 9999999). Execute. *Turkey. Do if C_ALPHAN="TR". Compute TR_V67=V67. End if. Execute. Recode TR_V67 (1=1) (2=2) (79201=15000) (79202=45000) (79203=75000) (79204=105000) (79205=140000) (79206=180000) (79207=300000) (79208=550000) (79209=850000) (79210=1150000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats TR_V67 (F7.0). Execute. Variable Labels TR_V67 "Turkey: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. *Note: For the Turkish questionnaire the suggested monetary categories of the basic questionnaire have been transferred into the corresponding Turkish currency amounts and have been converted back to EUR for the integrated dataset. Value labels TR_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 15000 "1-30.000 EUR" 45000 "30.000-60.000 EUR" 75000 "60.000-90.000 EUR" 105000 "90.000-120.000 EUR" 140000 "120.000-160.000 EUR" 180000 "160.000-200.000 EUR" 300000 "200.000-400.000 EUR" 550000 "400.000-700.000 EUR" 850000 "700.000-1.000.000 EUR" 1150000 "More than 1.000.000 EUR" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values TR_V67 (0, 9999998, 9999999). Execute. *Ukraine. Do if C_ALPHAN="UA". Compute UA_V67=V67. End if. Execute. Recode UA_V67 (1=1) (2=2) (80401=37500) (80402=112500) (80403=187500) (80404=300000) (80405=450000) (80406=637500) (80407=937500) (80408=1312500) (80409=1875000) (80410=2625000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats UA_V67 (F7.0). Execute. Variable Labels UA_V67 "Ukraine: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels UA_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 37500 "1-75.000 UAH" 112500 "75.000-150.000 UAH" 187500 "150.000-225.000 UAH" 300000 "225.000-375.000 UAH" 450000 "375.000-525.000 UAH" 637500 "525.000-750.000 UAH" 937500 "750.000-1.125.000 UAH" 1312500 "1.125.000-1.500.000 UAH" 1875000 "1.500.000-2.250.000 UAH" 2625000 "More than 2.250.000 UAH" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values UA_V67 (0, 9999998, 9999999). Execute. *Great Britain. Do if C_ALPHAN="GB-GBN". Compute GB_V67=V67. End if. Execute. Recode GB_V67 (1=1) (2=2) (82601=15000) (82602=45000) (82603=75000) (82604=105000) (82605=140000) (82606=180000) (82607=300000) (82608=550000) (82609=850000) (82610=1150000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats GB_V67 (F7.0). Execute. Variable Labels GB_V67 "Great Britain (GB-GBN): Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels GB_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 15000 "1-30.000 GBP" 45000 "30.000-60.000 GBP" 75000 "60.000-90.000 GBP" 105000 "90.000-120.000 GBP" 140000 "120.000-160.000 GBP" 180000 "160.000-200.000 GBP" 300000 "200.000-400.000 GBP" 550000 "400.000-700.000 GBP" 850000 "700.000-1.000.000 GBP" 1150000 "More than 1.000.000 GBP" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values GB_V67 (0, 9999998, 9999999). Execute. *United States. Do if C_ALPHAN="US". Compute US_V67=V67. End if. Execute. Recode US_V67 (1=1) (2=2) (84001=15000) (84002=45000) (84003=75000) (84004=105000) (84005=135000) (84006=225000) (84007=400000) (84008=600000) (84009=800000) (84010=1000000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats US_V67 (F7.0). Execute. Variable Labels US_V67 "United States: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels US_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 15000 "1-29.999 USD" 45000 "30.000-59.999 USD" 75000 "60.000-89.999 USD" 105000 "90.000-119.999 USD" 135000 "120.000-149.999 USD" 225000 "150.000-299.999 USD" 400000 "300.000-499.999 USD" 600000 "500.000-699.999 USD" 800000 "700.000-899.999 USD" 1000000 "900.000 or more USD" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values US_V67 (0, 9999998, 9999999). Execute. *Venezuela. Do if C_ALPHAN="VE". Compute VE_V67=V67. End if. Execute. Recode VE_V67 (1=1) (2=2) (86201=150000) (86202=450000) (86203=750000) (86204=1050000) (86205=1400000) (86206=1800000) (86207=3000000) (86208=5500000) (86209=8500000) (86210=11500000) (99998=99999998) (99999=99999999) (sysmis=0). Execute. Formats VE_V67 (F8.0). Execute. Variable Labels VE_V67 "Venezuela: Q21a How much money would be left if the home you and your family live in was sold without any debts?". Execute. Value labels VE_V67 0 "NAP, other countries" 1 "Just debts" 2 "I/we do not own a home" 150000 "1-300.000 VEF" 450000 "300.000-600.000 VEF" 750000 "600.000-900.000 VEF" 1050000 "900.000-1.200.000 VEF" 1400000 "1.200.000-1.600.000 VEF" 1800000 "1.600.000-2.000.000 VEF" 3000000 "2.000.000-4.000.000 VEF" 5500000 "4.000.000-7.000.000 VEF" 8500000 "7.000.000-10.000.000 VEF" 11500000 "More than 10.000.000 VEF" 99999998 "Can't choose" 99999999 "No answer". Execute. Missing values VE_V67 (0, 99999998, 99999999). Execute. missing values V67 (0,99998,99999). Execute. *************************************************************************************. ******************* V68 -> NAT_V68 *********************************************. *************************************************************************************. missing values V68 (). Execute. *Australia. Do if C_ALPHAN="AU". Compute AU_V68=V68. End if. Execute. Recode AU_V68 (1=1) (2=2) (3601=25000) (3602=67500) (3603=102500) (3604=137500) (3605=172500) (3606=207500) (3607=537500) (3608=962500) (3609=1187500) (3610=1412500) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats AU_V68 (F7.0). Execute. Variable Labels AU_V68 "Australia: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels AU_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 25000 "1.000-50.000 AUD" 67500 "50.000-85.000 AUD" 102500 "85.000-120.000 AUD" 137500 "120.000-155.000 AUD" 172500 "155.000-190.000 AUD" 207500 "190.000-225.000 AUD" 537500 "225.000-850.000 AUD" 962500 "850.000-1.075.000 AUD" 1187500 "1.075.000-1.300.000 AUD" 1412500 "More than 1.300.000 AUD" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values AU_V68 (0, 9999998, 9999999). Execute. *Austria. Do if C_ALPHAN="AT". Compute AT_V68=V68. End if. Execute. Recode AT_V68 (1=1) (2=2) (4001=5000) (4002=15000) (4003=25000) (4004=35000) (4005=45000) (4006=65000) (4007=100000) (4008=160000) (4009=250000) (4010=350000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats AT_V68 (F6.0). Execute. Variable Labels AT_V68 "Austria: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels AT_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 5000 "1-10.000 EUR" 15000 "10.000-20.000 EUR" 25000 "20.000-30.000 EUR" 35000 "30.000-40.000 EUR" 45000 "40.000-50.000 EUR" 65000 "50.000-80.000 EUR" 100000 "80.000-120.000 EUR" 160000 "120.000-200.000 EUR" 250000 "200.000-300.000 EUR" 350000 "More than 300.000 EUR" 999998 "Can't choose" 999999 "No answer". Execute. Missing values AT_V68 (0, 999998, 999999). Execute. *Belgium (Flanders). Do if C_ALPHAN="BE-FLA". Compute BE_V68=V68. End if. Execute. Recode BE_V68 (1=1) (2=2) (5601=15000) (5602=45000) (5603=75000) (5604=105000) (5605=140000) (5606=180000) (5607=300000) (5608=550000) (5609=850000) (5610=1150000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats BE_V68 (F7.0). Execute. Variable Labels BE_V68 "Belgium/ Flanders (BE-FLA): Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels BE_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 15000 "1-30.000 EUR" 45000 "30.000-60.000 EUR" 75000 "60.000-90.000 EUR" 105000 "90.000-120.000 EUR" 140000 "120.000-160.000 EUR" 180000 "160.000-200.000 EUR" 300000 "200.000-400.000 EUR" 550000 "400.000-700.000 EUR" 850000 "700.000-1.000.000 EUR" 1150000 "More than 1.000.000 EUR" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values BE_V68 (0, 9999998, 9999999). Execute. *Bulgaria. Do if C_ALPHAN="BG". Compute BG_V68=V68. End if. Execute. Recode BG_V68 (1=1) (2=2) (10001=5000) (10002=15000) (10003=25000) (10004=40000) (10005=60000) (10006=85000) (10007=125000) (10008=175000) (10009=250000) (10010=350000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats BG_V68 (F6.0). Execute. Variable Labels BG_V68 "Bulgaria: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels BG_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 5000 "2-10.000 BGN" 15000 "10.000-20.000 BGN" 25000 "21.000-30.000 BGN" 40000 "31.000-50.000 BGN" 60000 "51.000-70.000 BGN" 85000 "71.000-100.000 BGN" 125000 "101.000-150.000 BGN" 175000 "151.000-200.000 BGN" 250000 "201.000-300.000 BGN" 350000 "More than 300.000 BGN" 999998 "Can't choose" 999999 "No answer". Execute. Missing values BG_V68 (0, 999998, 999999). Execute. *China. Do if C_ALPHAN="CN". Compute CN_V68=V68. End if. Execute. Recode CN_V68 (1=1) (2=2) (15601=3) (15602=4) (15603=5) (15604=6) (15605=7) (15606=8) (15607=9) (15608=10) (15609=11) (15610=12) (99998=99998) (99999=99999) (sysmis=0). Execute. Formats CN_V68 (F5.0). Execute. Variable Labels CN_V68 "China: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels CN_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 3 "3 (Monetary classes not available)" 4 "4 (Monetary classes not available)" 5 "5 (Monetary classes not available)" 6 "6 (Monetary classes not available)" 7 "7 (Monetary classes not available)" 8 "8 (Monetary classes not available)" 9 "9 (Monetary classes not available)" 10 "10 (Monetary classes not available)" 11 "11 (Monetary classes not available)" 12 "12 (Monetary classes not available)" 99998 "Can't choose" 99999 "No answer". Execute. Missing values CN_V68 (0, 99998, 99999). Execute. *Taiwan. Do if C_ALPHAN="TW". Compute TW_V68=V68. End if. Execute. Recode TW_V68 (1=1) (2=2) (15801=500000) (15802=1500000) (15803=2500000) (15804=3500000) (15805=4500000) (15806=6000000) (15807=8500000) (15808=15000000) (15809=25000000) (15810=35000000) (99998=99999998) (99999=99999999) (sysmis=0). Execute. Formats TW_V68 (F8.0). Execute. Variable Labels TW_V68 "Taiwan: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels TW_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 500000 "1-999.999 TWD" 1500000 "1.000.000-1.999.999 TWD" 2500000 "2.000.000-2.999.999 TWD" 3500000 "3.000.000-3.999.999 TWD" 4500000 "4.000.000-4.999.999 TWD" 6000000 "5.000.000-6.999.999 TWD" 8500000 "7.000.000-9.999.999 TWD" 15000000 "10.000.000-19.999.999 TWD" 25000000 "20.000.000-29.999.999 TWD" 35000000 "30.000.000 or more TWD" 99999998 "Can't choose" 99999999 "No answer". Execute. Missing values TW_V68 (0, 99999998, 99999999). Execute. *Croatia. Do if C_ALPHAN="HR". Compute HR_V68=V68. End if. Execute. Recode HR_V68 (1=1) (2=2) (19101=1500) (19102=5500) (19103=11500) (19104=20000) (19105=35000) (19106=60000) (19107=112500) (19108=225000) (19109=400000) (19110=600000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats HR_V68 (F6.0). Execute. Variable Labels HR_V68 "Croatia: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. *Note: In 21a answers are expressed in EURO while 21b in KUNA; Real-estate prices are mostly expressed in euros and even credit loans for real-estate have so far been mostly in euro; For savings it is easier for people to calculate in kuna and since majority of Croatians do not have savings or have very little, it is easier to express it in kuna. Value labels HR_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 1500 "1-3.000 HRK" 5500 "3.001-8.000 HRK" 11500 "8.001-15.000 HRK" 20000 "15.001-25.000 HRK" 35000 "25.001-45.000 HRK" 60000 "45.001-75.000 HRK" 112500 "75.001-150.000 HRK" 225000 "150.001-300.000 HRK" 400000 "300.001-500.000 HRK" 600000 "More than 500.000 HRK" 999998 "Can't choose" 999999 "No answer". Execute. Missing values HR_V68 (0, 999998, 999999). Execute. *Cyprus. Do if C_ALPHAN="CY". Compute CY_V68=V68. End if. Execute. Recode CY_V68 (1=1) (2=2) (19601=7500) (19602=20000) (19603=37500) (19604=65000) (19605=100000) (19606=160000) (19607=250000) (19608=400000) (19609=600000) (19610=800000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats CY_V68 (F6.0). Execute. Variable Labels CY_V68 "Cyprus: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels CY_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 7500 "1-15.000 EUR" 20000 "15.000-25.000 EUR" 37500 "25.000-50.000 EUR" 65000 "50.000-80.000 EUR" 100000 "80.000-120.000 EUR" 160000 "120.000-200.000 EUR" 250000 "200.000-300.000 EUR" 400000 "300.000-500.000 EUR" 600000 "500.000-700.000 EUR" 800000 "More than 700.000 EUR" 999998 "Can't choose" 999999 "No answer". Execute. Missing values CY_V68 (0, 999998, 999999). Execute. *Czech Republic. Do if C_ALPHAN="CZ". Compute CZ_V68=V68. End if. Execute. Recode CZ_V68 (1=1) (2=2) (20301=25000) (20302=75000) (20303=175000) (20304=375000) (20305=625000) (20306=875000) (20307=1500000) (20308=2500000) (20309=4000000) (20310=6000000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats CZ_V68 (F7.0). Execute. Variable Labels CZ_V68 "Czech Republic: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels CZ_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 25000 "0-50.000 CZK" 75000 "50.000-100.000 CZK" 175000 "100.000-250.000 CZK" 375000 "250.000-500.000 CZK" 625000 "500.000-750.000 CZK" 875000 "750.000-1.000.000 CZK" 1500000 "1.000.000-2.000.000 CZK" 2500000 "2.000.000-3.000.000 CZK" 4000000 "3.000.000-5.000.000 CZK" 6000000 "More than 5.000.000 CZK" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values CZ_V68 (0, 9999998, 9999999). Execute. *Denmark. Do if C_ALPHAN="DK". Compute DK_V68=V68. End if. Execute. Recode DK_V68 (1=1) (2=2) (20801=25000) (20802=75000) (20803=125000) (20804=175000) (20805=250000) (20806=400000) (20807=625000) (20808=875000) (20809=2000000) (20810=4000000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats DK_V68 (F7.0). Execute. Variable Labels DK_V68 "Denmark: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels DK_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 25000 "0-49.999 DKK" 75000 "50.000-99.999 DKK" 125000 "100.000-149.999 DKK" 175000 "150.000-199.999 DKK" 250000 "200.000-299.999 DKK" 400000 "300.000-499.999 DKK" 625000 "500.000-749.999 DKK" 875000 "750.000-999.999 DKK" 2000000 "1.000.000-3.000.000 DKK" 4000000 "More than 3.000.000 DKK" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values DK_V68 (0, 9999998, 9999999). Execute. *Estonia. Do if C_ALPHAN="EE". Compute EE_V68=V68. End if. Execute. Recode EE_V68 (1=1) (2=2) (23301=7500) (23302=20000) (23303=37500) (23304=65000) (23305=100000) (23306=160000) (23307=250000) (23308=400000) (23309=600000) (23310=800000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats EE_V68 (F6.0). Execute. Variable Labels EE_V68 "Estonia: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels EE_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 7500 "1-15.000 EEK" 20000 "15.000-25.000 EEK" 37500 "25.000-50.000 EEK" 65000 "50.000-80.000 EEK" 100000 "80.000-120.000 EEK" 160000 "120.000-200.000 EEK" 250000 "200.000-300.000 EEK" 400000 "300.000-500.000 EEK" 600000 "500.000-700.000 EEK" 800000 "More than 700.000 EEK" 999998 "Can't choose" 999999 "No answer". Execute. Missing values EE_V68 (0, 999998, 999999). Execute. *Finland. Do if C_ALPHAN="FI". Compute FI_V68=V68. End if. Execute. Recode FI_V68 (1=1) (2=2) (24601=250) (24602=1000) (24603=2250) (24604=4000) (24605=7500) (24606=12500) (24607=20000) (24608=32500) (24609=60000) (24610=100000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats FI_V68 (F6.0). Execute. Variable Labels FI_V68 "Finland: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels FI_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 250 "1-500 EUR" 1000 "500-1.500 EUR" 2250 "1.500-3.000 EUR" 4000 "3.000-5.000 EUR" 7500 "5.000-10.000 EUR" 12500 "10.000-15.000 EUR" 20000 "15.000-25.000 EUR" 32500 "25.000-40.000 EUR" 60000 "40.000-80.000 EUR" 100000 "More than 80.000 EUR" 999998 "Can't choose" 999999 "No answer". Execute. Missing values FI_V68 (0, 999998, 999999). Execute. *France. Do if C_ALPHAN="FR". Compute FR_V68=V68. End if. Execute. Recode FR_V68 (1=1) (2=2) (25001=7500) (25002=20000) (25003=37500) (25004=65000) (25005=100000) (25006=160000) (25007=250000) (25008=400000) (25009=600000) (25010=800000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats FR_V68 (F6.0). Execute. Variable Labels FR_V68 "France: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels FR_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 7500 "1-15.000 EUR" 20000 "15.000-25.000 EUR" 37500 "25.000-50.000 EUR" 65000 "50.000-80.000 EUR" 100000 "80.000-120.000 EUR" 160000 "120.000-200.000 EUR" 250000 "200.000-300.000 EUR" 400000 "300.000-500.000 EUR" 600000 "500.000-700.000 EUR" 800000 "More than 700.000 EUR" 999998 "Can't choose" 999999 "No answer". Execute. Missing values FR_V68 (0, 999998, 999999). Execute. *Germany. Do if C_ALPHAN="DE". Compute DE_V68=V68. End if. Execute. Recode DE_V68 (1=1) (2=2) (27601=5000) (27602=15000) (27603=25000) (27604=35000) (27605=45000) (27606=65000) (27607=100000) (27608=160000) (27609=250000) (27610=350000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats DE_V68 (F6.0). Execute. Variable Labels DE_V68 "Germany: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels DE_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 5000 "1-9.999 EUR" 15000 "10.000-19.999 EUR" 25000 "20.000-29.999 EUR" 35000 "30.000-39.999 EUR" 45000 "40.000-49.999 EUR" 65000 "50.000-79.999 EUR" 100000 "80.000-119.999 EUR" 160000 "120.000-199.999 EUR" 250000 "200.000-299.999 EUR" 350000 "300.000 or more EUR" 999998 "Can't choose" 999999 "No answer". Execute. Missing values DE_V68 (0, 999998, 999999). Execute. *Hungary. Do if C_ALPHAN="HU". Compute HU_V68=V68. End if. Execute. Recode HU_V68 (1=1) (2=2) (34801=100000) (34802=350000) (34803=750000) (34804=1250000) (34805=2000000) (34806=3750000) (34807=6250000) (34808=8750000) (34809=12500000) (34810=17500000) (99998=99999998) (99999=99999999) (sysmis=0). Execute. Formats HU_V68 (F8.0). Execute. Variable Labels HU_V68 "Hungary: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels HU_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 100000 "1-200.000 HUF" 350000 "200.000-500.000 HUF" 750000 "500.000-1.000.000 HUF" 1250000 "1.000.000-1.500.000 HUF" 2000000 "1.500.000-2.500.000 HUF" 3750000 "2.500.000-5.000.000 HUF" 6250000 "5.000.000-7.500.000 HUF" 8750000 "7.500.000-10.000.000 HUF" 12500000 "10.000.000-15.000.000 HUF" 17500000 "More than 15.000.000 HUF" 99999998 "Can't choose" 99999999 "No answer". Execute. Missing values HU_V68 (0, 99999998, 99999999). Execute. *Iceland. Do if C_ALPHAN="IS". Compute IS_V68=V68. End if. Execute. Recode IS_V68 (1=1) (2=2) (35201=400000) (35202=1000000) (35203=1400000) (35204=1800000) (35205=2500000) (35206=4000000) (35207=6500000) (35208=9500000) (35209=15000000) (35210=23000000) (99998=99999998) (99999=99999999) (sysmis=0). Execute. Formats IS_V68 (F8.0). Execute. Variable Labels IS_V68 "Iceland: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels IS_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 400000 "1-800.000 ISK" 1000000 "800.000-1.200.000 ISK" 1400000 "1.200.000-1.600.000 ISK" 1800000 "1.600.000-2.000.000 ISK" 2500000 "2.000.000-3.000.000 ISK" 4000000 "3.000.000-5.000.000 ISK" 6500000 "5.000.000-8.000.000 ISK" 9500000 "8.000.000-11.000.000 ISK" 15000000 "11.000.000-19.000.000 ISK" 23000000 "More than 19.000.000 ISK" 99999998 "Can't choose" 99999999 "No answer". Execute. Missing values IS_V68 (0, 99999998, 99999999). Execute. *Israel. Do if C_ALPHAN="IL". Compute IL_V68=V68. End if. Execute. Recode IL_V68 (1=1) (2=2) (37601=25000) (37602=75000) (37603=125000) (37604=187500) (37605=262500) (37606=450000) (37607=750000) (37608=1075000) (37609=1500000) (37610=2000000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats IL_V68 (F7.0). Execute. Variable Labels IL_V68 "Israel: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels IL_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 25000 "1-50.000 ILS" 75000 "50.001-100.000 ILS" 125000 "100.001-150.000 ILS" 187500 "150.001-225.000 ILS" 262500 "225.001-300.000 ILS" 450000 "300.001-600.000 ILS" 750000 "600.001-900.000 ILS" 1075000 "900.001-1.250.000 ILS" 1500000 "1.250.001-1.750.000 ILS" 2000000 "More than 1.750.000 ILS" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values IL_V68 (0, 9999998, 9999999). Execute. *Italy. Do if C_ALPHAN="IT". Compute IT_V68=V68. End if. Execute. Recode IT_V68 (1=1) (2=2) (38001=12500) (38002=40000) (38003=70000) (38004=100000) (38005=132500) (38006=225000) (38007=375000) (38008=525000) (38009=800000) (38010=1200000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats IT_V68 (F7.0). Execute. Variable Labels IT_V68 "Italy: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels IT_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 12500 "1-25.000 EUR" 40000 "25.000-55.000 EUR" 70000 "55.000-85.000 EUR" 100000 "85.000-115.000 EUR" 132500 "115.000-150.000 EUR" 225000 "150.000-300.000 EUR" 375000 "300.000-450.000 EUR" 525000 "450.000-600.000 EUR" 800000 "600.000-1.000.000 EUR" 1200000 "More than 1.000.000 EUR" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values IT_V68 (0, 9999998, 9999999). Execute. *Japan. Do if C_ALPHAN="JP". Compute JP_V68=V68. End if. Execute. Recode JP_V68 (1=1) (2=2) (39201=1250000) (39202=3750000) (39203=7500000) (39204=12500000) (39205=17500000) (39206=30000000) (39207=50000000) (39208=70000000) (39209=90000000) (39210=110000000) (99998=999999998) (99999=999999999) (sysmis=0). Execute. Formats JP_V68 (F9.0). Execute. Variable Labels JP_V68 "Japan: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels JP_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 1250000 "1-2.499.999 JPY" 3750000 "2.500.000-4.999.999 JPY" 7500000 "5.000.000-9.999.999 JPY" 12500000 "10.000.000-14.999.999 JPY" 17500000 "15.000.000-19.999.999 JPY" 30000000 "20.000.000-39.999.999 JPY" 50000000 "40.000.000-59.999.999 JPY" 70000000 "60.000.000-79.999.999 JPY" 90000000 "80.000.000-99.999.999 JPY" 110000000 "100.000.000 or more JPY" 999999998 "Can't choose" 999999999 "No answer". Execute. Missing values JP_V68 (0, 999999998, 999999999). Execute. *South Korea. Do if C_ALPHAN="KR". Compute KR_V68=V68. End if. Execute. Recode KR_V68 (1=1) (2=2) (41001=5000000) (41002=15000000) (41003=25000000) (41004=35000000) (41005=45000000) (41006=55000000) (41007=65000000) (41008=75000000) (41009=90000000) (41010=110000000) (99998=999999998) (99999=999999999) (sysmis=0). Execute. Formats KR_V68 (F9.0). Execute. Variable Labels KR_V68 "South Korea: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels KR_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 5000000 "1-10.000.000 KRW" 15000000 "10.000.000-20.000.000 KRW" 25000000 "20.000.000-30.000.000 KRW" 35000000 "30.000.000-40.000.000 KRW" 45000000 "40.000.000-50.000.000 KRW" 55000000 "50.000.000-60.000.000 KRW" 65000000 "60.000.000-70.000.000 KRW" 75000000 "70.000.000-80.000.000 KRW" 90000000 "80.000.000-100.000.000 KRW" 110000000 "More than 100.000.000 KRW" 999999998 "Can't choose" 999999999 "No answer". Execute. Missing values KR_V68 (0, 999999998, 999999999). Execute. *Latvia. Do if C_ALPHAN="LV". Compute LV_V68=V68. End if. Execute. Recode LV_V68 (1=1) (2=2) (42801=50) (42802=150) (42803=250) (42804=350) (42805=500) (42806=800) (42807=1500) (42808=3500) (42809=7500) (42810=12500) (99998=99998) (99999=99999) (sysmis=0). Execute. Formats LV_V68 (F5.0). Execute. Variable Labels LV_V68 "Latvia: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels LV_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 50 "1-100 LVL" 150 "100-200 LVL" 250 "200-300 LVL" 350 "300-400 LVL" 500 "400-600 LVL" 800 "600-1.000 LVL" 1500 "1.000-2.000 LVL" 3500 "2.000-5.000 LVL" 7500 "5.000-10.000 LVL" 12500 "More than 10.000 LVL" 99998 "Can't choose" 99999 "No answer". Execute. Missing values LV_V68 (0, 99998, 99999). Execute. *Lithuania. Do if C_ALPHAN="LT". Compute LT_V68=V68. End if. Execute. Recode LT_V68 (1=1) (2=2) (44001=2500) (44002=7500) (44003=15000) (44004=25000) (44005=35000) (44006=57500) (44007=92500) (44008=135000) (44009=180000) (44010=220000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats LT_V68 (F6.0). Execute. Variable Labels LT_V68 "Lithuania: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels LT_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 2500 "1-5.000 LTL" 7500 "5.000-10.000 LTL" 15000 "10.000-20.000 LTL" 25000 "20.000-30.000 LTL" 35000 "30.000-40.000 LTL" 57500 "40.000-75.000 LTL" 92500 "75.000-110.000 LTL" 135000 "110.000-160.000 LTL" 180000 "160.000-200.000 LTL" 220000 "More than 200.000 LTL" 999998 "Can't choose" 999999 "No answer". Execute. Missing values LT_V68 (0, 999998, 999999). Execute. *New Zealand. Do if C_ALPHAN="NZ". Compute NZ_V68=V68. End if. Execute. Recode NZ_V68 (1=1) (2=2) (55401=10000) (55402=30000) (55403=50000) (55404=70000) (55405=100000) (55406=160000) (55407=250000) (55408=400000) (55409=600000) (55410=800000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats NZ_V68 (F6.0). Execute. Variable Labels NZ_V68 "New Zealand: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels NZ_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 10000 "1-20.000 NZD" 30000 "20.000-40.000 NZD" 50000 "40.000-60.000 NZD" 70000 "60.000-80.000 NZD" 100000 "80.000-120.000 NZD" 160000 "120.000-200.000 NZD" 250000 "200.000-300.000 NZD" 400000 "300.000-500.000 NZD" 600000 "500.000-700.000 NZD" 800000 "More than 700.000 NZD" 999998 "Can't choose" 999999 "No answer". Execute. Missing values NZ_V68 (0, 999998, 999999). Execute. *Norway. Do if C_ALPHAN="NO". Compute NO_V68=V68. End if. Execute. Recode NO_V68 (1=1) (2=2) (57801=50000) (57802=125000) (57803=175000) (57804=250000) (57805=400000) (57806=650000) (57807=1050000) (57808=1650000) (57809=2500000) (57810=3500000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats NO_V68 (F7.0). Execute. Variable Labels NO_V68 "Norway: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels NO_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 50000 "1-100.000 NOK" 125000 "100.000-150.000 NOK" 175000 "150.000-200.000 NOK" 250000 "200.000-300.000 NOK" 400000 "300.000-500.000 NOK" 650000 "500.000-800.000 NOK" 1050000 "800.000-1.300.000 NOK" 1650000 "1.300.000-2.000.000 NOK" 2500000 "2.000.000-3.000.000 NOK" 3500000 "More than 3.000.000 NOK" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values NO_V68 (0, 9999998, 9999999). Execute. *Poland. Do if C_ALPHAN="PL". Compute PL_V68=V68. End if. Execute. Recode PL_V68 (1=1) (2=2) (61601=7500) (61602=20000) (61603=30000) (61604=47500) (61605=70000) (61606=100000) (61607=160000) (61608=300000) (61609=500000) (61610=700000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats PL_V68 (F6.0). Execute. Variable Labels PL_V68 "Poland: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels PL_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 7500 "1-14.999 PLN" 20000 "15.000-24.999 PLN" 30000 "25.000-34.999 PLN" 47500 "35.000-59.999 PLN" 70000 "60.000-79.999 PLN" 100000 "80.000-119.000 PLN" 160000 "120.000-199.000 PLN" 300000 "200.000-399.000 PLN" 500000 "400.000-599.000 PLN" 700000 "600.000 or more PLN" 999998 "Can't choose" 999999 "No answer". Execute. Missing values PL_V68 (0, 999998, 999999). Execute. *Portugal. Do if C_ALPHAN="PT". Compute PT_V68=V68. End if. Execute. Recode PT_V68 (1=1) (2=2) (62001=7500) (62002=20000) (62003=37500) (62004=65000) (62005=100000) (62006=160000) (62007=250000) (62008=400000) (62009=600000) (62010=800000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats PT_V68 (F6.0). Execute. Variable Labels PT_V68 "Portugal: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels PT_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 7500 "1-15.000 EUR" 20000 "15.000-25.000 EUR" 37500 "25.000-50.000 EUR" 65000 "50.000-80.000 EUR" 100000 "80.000-120.000 EUR" 160000 "120.000-200.000 EUR" 250000 "200.000-300.000 EUR" 400000 "300.000-500.000 EUR" 600000 "500.000-700.000 EUR" 800000 "More than 700.000 EUR" 999998 "Can't choose" 999999 "No answer". Execute. Missing values PT_V68 (0, 999998, 999999). Execute. *RU. Do if C_ALPHAN="RU". Compute RU_V68=V68. End if. Execute. Recode RU_V68 (1=1) (2=2) (64301=5000) (64302=15000) (64303=25000) (64304=40000) (64305=60000) (64306=85000) (64307=125000) (64308=175000) (64309=250000) (64310=350000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats RU_V68 (F6.0). Execute. Variable Labels RU_V68 "Russia: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels RU_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 5000 "0-9.999 RUB" 15000 "10.000-20.000 RUB" 25000 "20.000-30.000 RUB" 40000 "30.000-50.000 RUB" 60000 "50.000-70.000 RUB" 85000 "70.000-100.000 RUB" 125000 "100.000-150.000 RUB" 175000 "150.000-200.000 RUB" 250000 "200.000-300.000 RUB" 350000 "More than 300.000 RUB" 999998 "Can't choose" 999999 "No answer". Execute. Missing values RU_V68 (0, 999998, 999999). Execute. *Slovakia. Do if C_ALPHAN="SK". Compute SK_V68=V68. End if. Execute. Recode SK_V68 (1=1) (2=2) (70301=2500) (70302=6750) (70303=10250) (70304=13750) (70305=22000) (70306=39250) (70307=61000) (70308=83500) (70309=107500) (70310=132500) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats SK_V68 (F6.0). Execute. Variable Labels SK_V68 "Slovakia: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels SK_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 2500 "0-5.000 EUR" 6750 "5.001-8.500 EUR" 10250 "8.501-12.000 EUR" 13750 "12.001-15.500 EUR" 22000 "15.501-28.500 EUR" 39250 "28.501-50.000 EUR" 61000 "50.001-72.000 EUR" 83500 "72.001-95.000 EUR" 107500 "95.001-120.000 EUR" 132500 "More than 120.000 EUR" 999998 "Can't choose" 999999 "No answer". Execute. Missing values SK_V68 (0, 999998, 999999). Execute. *Slovenia. Do if C_ALPHAN="SI". Compute SI_V68=V68. End if. Execute. Recode SI_V68 (1=1) (2=2) (70501=6000) (70502=16000) (70503=25000) (70504=35000) (70505=50000) (70506=90000) (70507=150000) (70508=210000) (70509=270000) (70510=330000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats SI_V68 (F6.0). Execute. Variable Labels SI_V68 "Slovenia: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels SI_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 6000 "1-12.000 EUR" 16000 "12.000-20.000 EUR" 25000 "20.000-30.000 EUR" 35000 "30.000-40.000 EUR" 50000 "40.000-60.000 EUR" 90000 "60.000-120.000 EUR" 150000 "120.000-180.000 EUR" 210000 "180.000-240.000 EUR" 270000 "240.000-300.000 EUR" 330000 "More than 300.000 EUR" 999998 "Can't choose" 999999 "No answer". Execute. Missing values SI_V68 (0, 999998, 999999). Execute. *Spain. Do if C_ALPHAN="ES". Compute ES_V68=V68. End if. Execute. Recode ES_V68 (1=1) (2=2) (72401=7500) (72402=20000) (72403=37500) (72404=65000) (72405=100000) (72406=160000) (72407=250000) (72408=400000) (72409=600000) (72410=800000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats ES_V68 (F7.0). Execute. Variable Labels ES_V68 "Spain: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels ES_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 7500 "1-15.000 EUR" 20000 "15.000-25.000 EUR" 37500 "25.000-50.000 EUR" 65000 "50.000-80.000 EUR" 100000 "80.000-120.000 EUR" 160000 "120.000-200.000 EUR" 250000 "200.000-300.000 EUR" 400000 "300.000-500.000 EUR" 600000 "500.000-700.000 EUR" 800000 "More than 700.000 EUR" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values ES_V68 (0, 9999998, 9999999). Execute. *Sweden. Do if C_ALPHAN="SE". Compute SE_V68=V68. End if. Execute. Recode SE_V68 (1=1) (2=2) (75201=20000) (75202=70000) (75203=137500) (75204=212500) (75205=300000) (75206=425000) (75207=650000) (75208=1300000) (75209=2400000) (75210=3600000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats SE_V68 (F7.0). Execute. Variable Labels SE_V68 "Sweden: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels SE_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 20000 "1-40.000 SEK" 70000 "40.000-100.000 SEK" 137500 "100.000-175.000 SEK" 212500 "175.000-250.000 SEK" 300000 "250.000-350.000 SEK" 425000 "350.000-500.000 SEK" 650000 "500.000-800.000 SEK" 1300000 "800.000-1.800.000 SEK" 2400000 "1.800.000-3.000.000 SEK" 3600000 "More than 3.000.000 SEK" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values SE_V68 (0, 9999998, 9999999). Execute. *Switzerland. Do if C_ALPHAN="CH". Compute CH_V68=V68. End if. Execute. Recode CH_V68 (1=1) (2=2) (75601=12500) (75602=32500) (75603=57500) (75604=97500) (75605=150000) (75606=240000) (75607=400000) (75608=625000) (75609=875000) (75610=1125000) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats CH_V68 (F7.0). Execute. Variable Labels CH_V68 "Switzerland: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels CH_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 12500 "1-25.000 CHF" 32500 "25.000-40.000 CHF" 57500 "40.000-75.000 CHF" 97500 "75.000-120.000 CHF" 150000 "120.000-180.000 CHF" 240000 "180.000-300.000 CHF" 400000 "300.000-500.000 CHF" 625000 "500.000-750.000 CHF" 875000 "750.000-1.000.000 CHF" 1125000 "More than 1.000.000 CHF" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values CH_V68 (0, 9999998, 9999999). Execute. *Ukraine. Do if C_ALPHAN="UA". Compute UA_V68=V68. End if. Execute. Recode UA_V68 (1=1) (2=2) (80401=18750) (80402=56250) (80403=93750) (80404=131250) (80405=225000) (80406=412500) (80407=637500) (80408=937500) (80409=1312500) (80410=1687500) (99998=9999998) (99999=9999999) (sysmis=0). Execute. Formats UA_V68 (F7.0). Execute. Variable Labels UA_V68 "Ukraine: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels UA_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 18750 "1-37.500 UAH" 56250 "37.500-75.000 UAH" 93750 "75.000-112.500 UAH" 131250 "112.500-150.000 UAH" 225000 "150.000-300.000 UAH" 412500 "300.000-525.000 UAH" 637500 "525.000-750.000 UAH" 937500 "750.000-1.125.000 UAH" 1312500 "1.125.000-1.500.000 UAH" 1687500 "More than 1.500.000 UAH" 9999998 "Can't choose" 9999999 "No answer". Execute. Missing values UA_V68 (0, 9999998, 9999999). Execute. *Great Britain. Do if C_ALPHAN="GB-GBN". Compute GB_V68=V68. End if. Execute. Recode GB_V68 (1=1) (2=2) (82601=7500) (82602=20000) (82603=37500) (82604=65000) (82605=100000) (82606=160000) (82607=250000) (82608=400000) (82609=600000) (82610=800000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats GB_V68 (F6.0). Execute. Variable Labels GB_V68 "Great Britain (GB-GBN): Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels GB_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 7500 "1-15.000 GBP" 20000 "15.000-25.000 GBP" 37500 "25.000-50.000 GBP" 65000 "50.000-80.000 GBP" 100000 "80.000-120.000 GBP" 160000 "120.000-200.000 GBP" 250000 "200.000-300.000 GBP" 400000 "300.000-500.000 GBP" 600000 "500.000-700.000 GBP" 800000 "More than 700.000 GBP" 999998 "Can't choose" 999999 "No answer". Execute. Missing values GB_V68 (0, 999998, 999999). Execute. *United States. Do if C_ALPHAN="US". Compute US_V68=V68. End if. Execute. Recode US_V68 (1=1) (2=2) (84001=22250) (84002=67500) (84003=112500) (84004=157500) (84005=200000) (84006=260000) (84007=450000) (84008=750000) (84009=1150000) (84010=1650000) (99998=999998) (99999=999999) (sysmis=0). Execute. Formats US_V68 (F6.0). Execute. Variable Labels US_V68 "United States: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels US_V68 0 "NAP, other countries" 1 "Just debts" 2 "Nothing" 22250 "1-44.499 USD" 67500 "45.000-89.999 USD" 112500 "90.000-134.999 USD" 157500 "135.000-179.999 USD" 200000 "180.000-219.999 USD" 260000 "220.000-299.999 USD" 450000 "300.000-599.999 USD" 750000 "600.000-899.999 USD" 1150000 "900.000-1.399.999 USD" 1650000 "1.400.000 or more USD" 999998 "Can't choose" 999999 "No answer". Execute. Missing values US_V68 (0, 999998, 999999). Execute. *Venezuela. Do if C_ALPHAN="VE". Compute VE_V68=V68. End if. Execute. Recode VE_V68 (1=1) (2=2) (86201=750000) (86202=2000000) (86203=3750000) (86204=6500000) (86205=10000000) (86206=16000000) (86207=25000000) (86208=40000000) (86209=60000000) (86210=80000000) (99998=99999998) (99999=99999999) (sysmis=0). Execute. Formats VE_V68 (F8.0). Execute. Variable Labels VE_V68 "Venezuela: Q21b About how much money would be left if you and/or your immediate family converted to cash all savings?". Execute. Value labels VE_V68 0 "NAP, other countries" 1 "Nothing, just debts" 750000 "1-1.500.000 VEF" 2000000 "1.500.000-2.500.000 VEF" 3750000 "2.500.000-5.000.000 VEF" 6500000 "5.000.000-8.000.000 VEF" 10000000 "8.000.000-12.000.000 VEF" 16000000 "12.000.000-20.000.000 VEF" 25000000 "20.000.000-30.000.000 VEF" 40000000 "30.000.000-50.000.000 VEF" 60000000 "50.000.000-70.000.000 VEF" 80000000 "More than 70.000.000 VEF" 99999998 "Can't choose" 99999999 "No answer". Execute. Missing values VE_V68 (0, 99999998, 99999999). Execute. missing values V68 (0,99998,99999). Execute. *save outfile 'your path\ZA5400_v4-0-0_Patch V67-V68.sav'. *Execute.