* Encoding: windows-1252. * ==================================================================================================. * EU-SILC cross 2010 - release 2021-09 / DOI: https://doi.org/10.2907/EUSILC2004-2020V.1. * * When publishing statistics derived from the EU-SILC UDB, please state as source: * "EU-SILC UDB - version of 2021-09" * * SPSS Command Syntax File * 2010_cross_eu_silc_h_ver_2021_09.sps * * (c) 2022-03-08 GESIS * * PLEASE NOTE * For Differences between data as described in the guidelines * and the anonymised user database as well as country specific anonymisation measures see: * L-2010 DIFFERENCES BETWEEN DATA COLLECTED.doc * * ==================================================================================================. * * EU-SILC - cross - Household data file: * * * Transforms the EU-SILC CSV-data (as released by Eurostat) into an SPSS-Systemfile * * This version of the EU-SILC has been delivered in form of seperate country files. * The following syntax transforms the raw data into one SPSS file using all available country files. * * Country files are delivered in the format UDB_l*country_stub*.csv * * This SPSS-File is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . * * * Pforr, Klaus and Johanna Jung (2022): 2010_cross_eu_silc_h_ver_2021_09.sps. * SPSS-Syntax for transforming EU-SILC csv data into an SPSS-Systemfile. * * https://www.gesis.org/gml/european-microdata/eu-silc/ * * Contact: klaus.pforr@gesis.org ***************************************************************************************. set decimal=DOT. * When using SPSS earlier than V16 you might not use "set unicode" . set unicode=OFF. *----------------------------------------------------------------- Start definition macro ---------------------------------------------------------------. DEFINE !C2010_H (). *-------------------------------------------------------- CONFIGURATION SECTION - Start ------------------------------------------------------. * The following command should contain the complete path where the CSV data files are stored; * 1) Change CSV_PATH to your file path; (E.g. C:\EU-SILC\Crossectional 2004-2017\); * 2) But keep path structure as delivered by Eurostat CSV_PATH/COUNTRY/YEAR . !LET !csv_path ='CSV_PATH' * The following command should contain the complete path where the SPSS data files should be stored; * Change SPSS_PATH to your file path. !LET !spss_path ='SPSS_PATH' * The following command should contain the name of the SPSS data file (specify without .sav extension); * Change SPSS_FILENAME to your final filename. !LET !finalfile ='SPSS_FILENAME' *----------------------------------------------------------- CONFIGURATION SECTION - End ---------------------------------------------------------. * There should be probably nothing to change below this line. * ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------. *------------------------------------------------------------- Definition of country stubs -----------------------------------------------------------------------. !LET !CC= 'AT BE BG CH CY CZ DE DK EE EL ES FI FR HR HU IE IS IT LT LU LV MT NL NO PL PT RO SE SI SK UK'. !DO !i !IN (!CC) GET DATA /TYPE=TXT /FILE=!QUOTE(!CONCAT(!csv_path,!i,'\2010\UDB_c',!i,'10H.csv')) /ENCODING='Locale' /DELCASE=LINE /DELIMITERS="," /ARRANGEMENT=DELIMITED /FIRSTCASE=2 /IMPORTCASE=ALL /VARIABLES= HB010 F4.0 HB020 A2 HB030 F3.0 HB050 F1.0 HB050_F F1.0 HB060 F4.0 HB060_F F1.0 HB070 F5.0 HB070_F F1.0 HB080 F5.0 HB080_F F1.0 HB090 F5.0 HB090_F F2.0 HB100 F2.0 HB100_F F1.0 HY010 COMMA9.0 HY010_F F1.0 HY010_I COMMA7.0 HY020 COMMA9.0 HY020_F F1.0 HY020_I COMMA7.0 HY022 COMMA9.0 HY022_F F1.0 HY022_I COMMA7.0 HY023 COMMA9.0 HY023_F F1.0 HY023_I COMMA7.0 HY025 COMMA7.0 HY025_F F1.0 HY030N COMMA8.0 HY030N_F F1.0 HY040N COMMA8.0 HY040N_F F2.0 HY040N_I COMMA7.0 HY050N COMMA8.0 HY050N_F F2.0 HY050N_I COMMA7.0 HY060N COMMA7.0 HY060N_F F2.0 HY060N_I COMMA7.0 HY070N COMMA7.0 HY070N_F F2.0 HY070N_I COMMA7.0 HY080N COMMA8.0 HY080N_F F2.0 HY080N_I COMMA7.0 HY081N COMMA8.0 HY081N_F F2.0 HY081N_I COMMA9.0 HY090N COMMA8.0 HY090N_F F2.0 HY090N_I COMMA7.0 HY100N COMMA7.0 HY100N_F F1.0 HY100N_I COMMA9.0 HY110N COMMA7.0 HY110N_F F2.0 HY110N_I COMMA9.0 HY120N COMMA8.0 HY120N_F F1.0 HY120N_I COMMA9.0 HY130N COMMA8.0 HY130N_F F2.0 HY130N_I COMMA9.0 HY131N COMMA8.0 HY131N_F F1.0 HY131N_I COMMA9.0 HY140N COMMA8.0 HY140N_F F1.0 HY140N_I COMMA9.0 HY145N COMMA8.0 HY145N_F F1.0 HY145N_I COMMA7.0 HY170N COMMA8.0 HY170N_F F1.0 HY170N_I COMMA7.0 HY030G COMMA8.0 HY030G_F F1.0 HY040G COMMA8.0 HY040G_F F1.0 HY040G_I COMMA7.0 HY050G COMMA8.0 HY050G_F F1.0 HY050G_I COMMA7.0 HY060G COMMA7.0 HY060G_F F1.0 HY060G_I COMMA7.0 HY070G COMMA7.0 HY070G_F F1.0 HY070G_I COMMA7.0 HY080G COMMA8.0 HY080G_F F1.0 HY080G_I COMMA7.0 HY081G COMMA8.0 HY081G_F F1.0 HY081G_I COMMA9.0 HY090G COMMA8.0 HY090G_F F1.0 HY090G_I COMMA7.0 HY100G COMMA7.0 HY100G_F F1.0 HY100G_I COMMA9.0 HY110G COMMA7.0 HY110G_F F1.0 HY110G_I COMMA7.0 HY120G COMMA9.0 HY120G_F F1.0 HY120G_I COMMA9.0 HY130G COMMA8.0 HY130G_F F1.0 HY130G_I COMMA7.0 HY131G COMMA8.0 HY131G_F F1.0 HY131G_I COMMA9.0 HY140G COMMA8.0 HY140G_F F1.0 HY140G_I COMMA9.0 HY170G COMMA8.0 HY170G_F F1.0 HY170G_I COMMA7.0 HS010 F1.0 HS010_F F2.0 HS011 F1.0 HS011_F F2.0 HS020 F1.0 HS020_F F2.0 HS021 F1.0 HS021_F F1.0 HS030 F1.0 HS030_F F2.0 HS031 F1.0 HS031_F F2.0 HS040 F1.0 HS040_F F1.0 HS050 F1.0 HS050_F F1.0 HS060 F1.0 HS060_F F1.0 HS070 F1.0 HS070_F F1.0 HS080 F1.0 HS080_F F1.0 HS090 F1.0 HS090_F F1.0 HS100 F1.0 HS100_F F1.0 HS110 F1.0 HS110_F F1.0 HS120 F1.0 HS120_F F1.0 HS130 COMMA7.0 HS130_F F2.0 HS140 F1.0 HS140_F F1.0 HS150 F1.0 HS150_F F2.0 HS160 F1.0 HS160_F F1.0 HS170 F1.0 HS170_F F1.0 HS180 F1.0 HS180_F F1.0 HS190 F1.0 HS190_F F1.0 HH010 F1.0 HH010_F F1.0 HH020 F1.0 HH020_F F2.0 HH021 F1.0 HH021_F F1.0 HH030 F1.0 HH030_F F1.0 HH031 F4.0 HH031_F F1.0 HH040 F1.0 HH040_F F1.0 HH050 F1.0 HH050_F F1.0 HH060 COMMA8.0 HH060_F F2.0 HH061 COMMA7.0 HH061_F F2.0 HH070 COMMA8.0 HH070_F F2.0 HH071 COMMA8.0 HH071_F F2.0 HH080 F1.0 HH080_F F2.0 HH081 F1.0 HH081_F F1.0 HH090 F1.0 HH090_F F2.0 HH091 F1.0 HH091_F F1.0 HA010 F1.0 HA010_F F2.0 HA020 F1.0 HA020_F F2.0 HA030 F5.0 HA030_F F2.0 HA040 F5.0 HA040_F F2.0 HA050 F4.0 HA050_F F2.0 HA060 F1.0 HA060_F F2.0 HA070 F1.0 HA070_F F2.0 HX040 F1.0 HX050 COMMA4.0 HX090 COMMA12.0 HX080 F1.0 HX060 F2.0 HX070 F1.0 HX120 F1.0 HX010 COMMA9.0 R_HA030 COMMA12.0 R_HA040 COMMA12.0 R_HA050 COMMA12.0 R_HA060 COMMA12.0 R_HA070 COMMA12.0 . * Delete wrongfully included variables. DELETE VARIABLE R_HA030 R_HA040 R_HA050 R_HA060 R_HA070. VARIABLE LABELS HB010 'Year of the survey'/ HB020 'Country alphanumeric'/ HB030 'Household ID'/ HB050 'Quarter of household interview '/ HB050_F 'Flag'/ HB060 'Year of household interview'/ HB060_F 'Flag'/ HB070 'Person responding to household questionnaire'/ HB070_F 'Flag'/ HB080 'Person 1 responsible for the accommodation'/ HB080_F 'Flag'/ HB090 'Person 2 responsible for the accommodation'/ HB090_F 'Flag'/ HB100 'Number of minutes to complete the household questionnaire'/ HB100_F 'flag'/ HY010 'Total household gross income'/ HY010_F 'Flag'/ HY010_I 'Imputation factor'/ HY020 'Total disposable household income'/ HY020_F 'Flag'/ HY020_I 'Imputation factor'/ HY022 'Tt disp. Hhld Inc. Bef. social trnsfrs other than old-age and survivors benefits'/ HY022_F 'Flag'/ HY022_I 'Imputation factor'/ HY023 'Tt disp. Hhld inc. Bef. social trnsfrs including old-age and survivors benefits'/ HY023_F 'Flag'/ HY023_I 'Imputation factor'/ HY025 'Within Household non-response inflation factor'/ HY025_F 'Flag'/ HY030N 'Imputed rent (net, Missing: CH)'/ HY030N_F 'Flag'/ HY040N 'Income from rental of a property or land(net)'/ HY040N_F 'Flag'/ HY040N_I 'Imputation factor'/ HY050N 'Family/Children related allowances (net)'/ HY050N_F 'Flag'/ HY050N_I 'Imputation factor'/ HY060N 'Social Exclusion not elsewhere classified(net)'/ HY060N_F 'Flag'/ HY060N_I 'Imputation factor'/ HY070N 'Housing Allowances(net)'/ HY070N_F 'Flag'/ HY070N_I 'Imputation factor'/ HY080N 'Regular interhousehold cash received (net)'/ HY080N_F 'Flag'/ HY080N_I 'Imputation factor'/ HY081N 'Alimonies received (net)'/ HY081N_F 'Flag'/ HY081N_I 'Imputation factor'/ HY090N 'Interests, dividends, profit from capital investment in uncorp. business (net)'/ HY090N_F 'Flag'/ HY090N_I 'Imputation factor'/ HY100N 'Interest Repayment on mortgage(net)'/ HY100N_F 'Flag'/ HY100N_I 'Imputation factor'/ HY110N 'Income received by people aged under 16(net)'/ HY110N_F 'Flag'/ HY110N_I 'Imputation factor'/ HY120N 'Regular taxes on wealth(net)'/ HY120N_F 'Flag'/ HY120N_I 'Imputation factor'/ HY130N 'Regular inter-household cash transfer paid'/ HY130N_F 'Flag'/ HY130N_I 'Imputation factor'/ HY131N 'Alimonies paid (net)'/ HY131N_F 'Flag'/ HY131N_I 'Imputation factor'/ HY140N 'Tax on income and social contribution'/ HY140N_F 'Flag'/ HY140N_I 'Imputation factor'/ HY145N 'Repayments/Receipts for tax adjustment(net)'/ HY145N_F 'Flag'/ HY145N_I 'Imputation factor'/ HY170N 'Value of goods produced for own consumption(net)'/ HY170N_F 'Flag'/ HY170N_I 'Imputation factor'/ HY030G 'Imputed rent (gross)'/ HY030G_F 'Flag'/ HY040G 'Income from rental of a property or land (gross)'/ HY040G_F 'Flag'/ HY040G_I 'Imputation Factor'/ HY050G 'Family/Children related allowances (gross)'/ HY050G_F 'Flag'/ HY050G_I 'Imputation Factor'/ HY060G 'Social Exclusion not elsewhere classified(gross)'/ HY060G_F 'Flag'/ HY060G_I 'Imputation Factor'/ HY070G 'Housing allowances(gross)'/ HY070G_F 'Flag'/ HY070G_I 'Imputation Factor'/ HY080G 'Regular Interhousehold cash transfer received(gross)'/ HY080G_F 'Flag'/ HY080G_I 'Imputation Factor'/ HY081G 'Alimonies received (gross)'/ HY081G_F 'Flag'/ HY081G_I 'Imputation Factor'/ HY090G 'Interests, dividends, profit from capital investment in uncorp. business (gross)'/ HY090G_F 'Flag'/ HY090G_I 'Imputation Factor'/ HY100G 'Interest Repayments on Mortgage(Gross)'/ HY100G_F 'Flag'/ HY100G_I 'Imputation Factor'/ HY110G 'Income received by people aged under 16 (Gross)'/ HY110G_F 'Flag'/ HY110G_I 'Imputation Factor'/ HY120G 'Regular Taxes on Wealth(Gross)'/ HY120G_F 'Flag'/ HY120G_I 'Imputation factor'/ HY130G 'Regular interhousehold cash transfer paid(gross)'/ HY130G_F 'Flag'/ HY130G_I 'Imputation Factor'/ HY131G 'Alimonies paid (gross)'/ HY131G_F 'Flag'/ HY131G_I 'Imputation Factor'/ HY140G 'Tax on income and social contributions(gross)'/ HY140G_F 'Flag'/ HY140G_I 'Imputation Factor'/ HY170G 'Value of goods produced for own consumption (gross)'/ HY170G_F 'Flag'/ HY170G_I 'Imputation Factor'/ HS010 'Arrears on Mortgage or Rent Payments'/ HS010_F 'Flag'/ HS011 'Arrears on Mortgage or Rent Payments'/ HS011_F 'Flag'/ HS020 'Arrears on utility bills'/ HS020_F 'Flag'/ HS021 'Arrears on utility bills'/ HS021_F 'Flag'/ HS030 'Arrears on Hire purchase instalments or other loan payments'/ HS030_F 'Flag'/ HS031 'Arrears on Hire purchase instalments or other loan payments'/ HS031_F 'Flag'/ HS040 'Capacity to afford paying for one week annual holiday away from home'/ HS040_F 'Flag'/ HS050 'Capacity to afford a meal with meat, chicken, fish (or veg. equiv.) ev. sec. day'/ HS050_F 'Flag'/ HS060 'Capacity to face unexpected financial expenses'/ HS060_F 'Flag'/ HS070 'Do you have a telephone (including mobile phone)?'/ HS070_F 'Flag'/ HS080 'Do you have a colour TV?'/ HS080_F 'Flag'/ HS090 'Do you have a computer?'/ HS090_F 'Flag'/ HS100 'Do you have a washing machine?'/ HS100_F 'Flag'/ HS110 'Do you have a car?'/ HS110_F 'Flag'/ HS120 'Ability to make ends meet'/ HS120_F 'Flag'/ HS130 'Lowest monthly income to make end meet'/ HS130_F 'Flag'/ HS140 'Financial burden of the total housing cost'/ HS140_F 'Flag'/ HS150 'Financial Burden of the repayment of debts from hire purchases or loans'/ HS150_F 'Flag'/ HS160 'Problems with the dwelling:too dark, not enough light'/ HS160_F 'Flag'/ HS170 'Noise from neighbours or from the street'/ HS170_F 'Flag'/ HS180 'Pollution, grime or other environmental problems'/ HS180_F 'Flag'/ HS190 'Crime violence or vandalism in the area'/ HS190_F 'Flag'/ HH010 'Dwelling type'/ HH010_F 'Flag'/ HH020 'Tenure status'/ HH020_F 'Flag'/ HH021 'Tenure status'/ HH021_F 'Flag'/ HH030 'Number of rooms available to the household'/ HH030_F 'Flag'/ HH031 'Year of contract or purchasing or installation'/ HH031_F 'Flag'/ HH040 'Leaking roof, damp walls/floors/foundation, or rot in window frame or floor'/ HH040_F 'Flag'/ HH050 'Ability to keep home adequately warm'/ HH050_F 'Flag'/ HH060 'Current rent related to occupied dwelling'/ HH060_F 'Flag'/ HH061 'Subjective rent'/ HH061_F 'Flag'/ HH070 'Total Housing cost'/ HH070_F 'Flag'/ HH071 'Mortgage principal repayment'/ HH071_F 'Flag'/ HH080 'Bath or shower in Dwelling'/ HH080_F 'Flag'/ HH081 'Bath or shower in Dwelling'/ HH081_F 'Flag'/ HH090 'Indoor flushing toilet for sole use of household'/ HH090_F 'Flag'/ HH091 'Indoor flushing toilet for sole use of household'/ HH091_F 'Flag'/ HA010 'Regime of household finances'/ HA010_F 'Flag'/ HA020 'Management of common household finances'/ HA020_F 'Flag'/ HA030 'ID number of person 1 managing the hhlds finances'/ HA030_F 'Flag'/ HA040 'ID number of person 2 managing the hhlds finances'/ HA040_F 'Flag'/ HA050 'ID number of person 3 managing the hhlds finances'/ HA050_F 'Flag'/ HA060 'ID number of person 4 managing the hhlds finances'/ HA060_F 'Flag'/ HA070 'ID number of person 5 managing the hhlds finances'/ HA070_F 'Flag'/ HX040 'Household size'/ HX050 'Equivalised household Size'/ HX090 'Equivalised disposable income'/ HX080 'Poverty indicator'/ HX060 'Household type '/ HX070 'Tenure state'/ HX010 'Change rate'/ HX120 'Overcrowded household'. Value labels HB020 'BE' "Belgique" 'BG' "Bulgaria" 'CZ' "Czech Republic" 'DK' "Danmark" 'DE' "Deutschland" 'EE' "Estonia" 'IE' "Ireland" 'EL' "Ellada" 'ES' "Espana" 'FR' "France" 'IT' "Italia" 'CY' "Cyprus" 'LV' "Latvia" 'LT' "Lithuania" 'LU' "Luxembourg" 'HU' "Hungary" 'MT' "Malta" 'NL' "Nederland" 'AT' "Oesterreich" 'PL' "Poland" 'PT' "Portugal" 'RO' "Romania" 'SI' "Slovenia" 'SK' "Slovak Republic" 'FI' "Suomi" 'SE' "Sverige" 'UK' "United Kingdom" 'CH' "Switzerland" 'HR' "Croatia" 'IS' "Iceland" 'NO' "Norway" 'TR' "Turkey"/ HB050 1 'January,February,March' 2 'April,May,June' 3 'July,August,September' 4 'October, November,December'/ HB050_F 1 'filled' -1 'missing'/ HB060_F 1 'filled'/ HB070_F 1 'filled' -1 'missing'/ HB080_F 1 'filled' -1 'missing'/ HB090_F 1 'filled' -1 'missing' -2 'not applicable (no 2nd responsible)'/ HB100_F 1 'filled' -1 'missing'/ HY010_F 0 'no income' 1 'data collection:net' 2 'data collection:gross' 3 'data collection:net and gross' 4 'data collection:unknown' -1 'missing' -5 'not filled: no conversion to gross is done'/ HY020_F 0 'no income' 1 'data collection:net' 2 'data collection:gross' 3 'data collection:net and gross' 4 'data collection:unknown' -1 'missing' / HY022_F 0 'no income' 1 'data collection:net' 2 'data collection:gross' 3 'data collection:net and gross' 4 'data collection:unknown' -1 'missing'/ HY023_F 0 'no income' 1 'data collection:net' 2 'data collection:gross' 3 'data collection:net and gross' 4 'data collection:unknown' -1 'missing'/ HY025_F 1 'filled' -1 'missing'/ HY030N_F 0 'no income' 1 'income(variable is filled)' -1 'Missing' -5 'not filled: variable of gross series is filled'/ HY040N_F HY050N_F HY060N_F HY070N_F HY080N_F HY081N_F HY090N_F HY100N_F HY110N_F HY120N_F HY130N_F HY131N_F HY145N_F HY170N_F 0 "no income" 1 "collec. net of tax on income at source and social contrib." 11 "collec. & recorded net of tax on income at source & social contrib." 12 "collec. net of tax/recorded net of tax on income at source" 21 "collec. net of tax on income at source/recorded net of tax on income & social contrib." 22 "collec. & recorded net of tax on income at source" 31 "collected net of tax on social contrib./recorded net of tax on income & social contrib." 32 "collected net of tax on social contrib./recorded net of tax on income at source" 33 "collected & recorded net of tax on social contrib." 41 "collected gross/recorded net of tax on income & social contrib." 42 "collected gross/recorded net of tax on income at source" 43 "collected gross/recorded net of tax on social contrib." 51 "collected unknown/recorded net of tax on income & social contrib." 55 "unknown" 61 "mix(parts of the component collected according to diff.ways/deductive imputation)" -1 "missing" -4 "Amount incl. in another income component" -5 "not filled: variable of gross series is filled"/ HY140N_F HY140G_F 0 'no income' 1 'variable is filled' -1 'missing (As mv are imputed this code is only possible if no imputation was applied)' -5 'Not filled: variable of the net/gross series is filled'/ HY030G_F 0 'no income' 1 'income (variable is filled)' -1 'missing' -5 'not filled:variable of net (...g)/gross (...n) series is filled'/ HY040G_F HY050G_F HY060G_F HY070G_F HY080G_F HY081G_F HY090G_F HY100G_F HY110G_F HY120G_F HY130G_F HY131G_F HY170G_F 0 "no income" 1 "collected:net of tax on income at source and social contributions" 2 "collected:net of tax on income at source" 3 "collected:net of tax on social contributions" 4 "collected:gross" 5 "collected:unknown" 6 "mix (parts of the component collected according to different ways)" -1 "missing" -4 "amount included in another income component" -5 "not filled: variable of the net series is filled"/ HS010 1 'yes' 2 'no'/ HS010_F 1 'filled' -1 'missing' -2 'not applicable' -5 'missing value of HS010 because HS011 is used'/ HS011 1 'yes, once' 2 'yes, twice or more' 3 'no'/ HS011_F 1 'filled' -1 'missing' -2 'not applicable' -5 'missing value of HS011 because HS010 is still used'/ HS020 1 'yes' 2 'no'/ HS020_F 1 'filled' -1 'missing' -2 'not applicable' -5 'missing value of HS020 because HS021 is used'/ HS021 1 'yes,once' 2 'yes,twice or more' 3 'no'/ HS021_F 1 'filled' -1 'missing' -2 'not applicable' -5 'missing value of HS021 because HS020 is still used'/ HS030 1 'yes' 2 'no'/ HS030_F 1 'filled' -1 'missing' -2 'not applicable' -5 'missing value of HS030 because HS031 is used'/ HS031 1 'yes,once' 2 'yes,twice or more' 3 'no'/ HS031_F 1 'filled' -1 'missing' -2 'not applicable' -5 'missing value of HS031 because HS030 is still used'/ HS040 1 'yes' 2 'no'/ HS040_F 1 'filled' -1 'missing'/ HS050 1 'yes' 2 'no'/ HS050_F 1 'filled' -1 'missing'/ HS060 1 'yes' 2 'no'/ HS060_F 1 'filled' -1 'missing'/ HS070 1 'yes' 2 'no - cannot afford' 3 'no - other reason'/ HS070_F 1 'filled' -1 'missing'/ HS080 1 'yes' 2 'no - cannot afford' 3 'no - other reason'/ HS080_F 1 'filled' -1 'missing'/ HS090 1 'yes' 2 'no - cannot afford' 3 'no - other reason'/ HS090_F 1 'filled' -1 'missing'/ HS100 1 'yes' 2 'no - cannot afford' 3 'no - other reason'/ HS100_F 1 'filled' -1 'missing'/ HS110 1 'yes' 2 'no - cannot afford' 3 'no - other reason'/ HS110_F 1 'filled' -1 'missing'/ HS120 1 'with great difficulty' 2 'with difficulty' 3 'with some difficulty' 4 'fairly easily' 5 'easily' 6 'very easily'/ HS120_F 1 'filled' -1 'missing'/ HS130_F 1 'filled' -1 'missing'/ HS140 1 "A heavy burden" 2 "somewhat a burden" 3 "not a burden at all"/ HS140_F 1 'filled' -1 'missing' -2 'not applicable (no housing costs)'/ HS150 1 'repayment is a heavy burden' 2 'repayment is somewhat a burden' 3 'repayment is not a burden at all'/ HS150_F 1 'filled' -1 'missing' -2 'not applicable (no repayment of debts)'/ HS160 1 'yes' 2 'no'/ HS160_F 1 'filled' -1 'missing'/ HS170 1 'yes' 2 'no'/ HS170_F 1 'filled' -1 'missing'/ HS180 1 'yes' 2 'no'/ HS180_F 1 'filled' -1 'missing'/ HS190 1 'yes' 2 'no'/ HS190_F 1 'filled' -1 'missing'/ HH010 1 'detached house' 2 'semi-detached house' 3 'apartment or flat in a building with < 10 dwellings' 4 'apartment or flat in a building with >=10 dwellings'/ HH010_F 1 'filled' -1 'missing'/ HH020 1 'owner' 2 'tenant/subtenant paying rent at prevailing or market rate' 3 'accommodation is rented at a reduced rate(lower price than market price)' 4 'accommodation is provided free'/ HH020_F 1 'filled' -1 'missing' -5 'm.v.of HH020 because HH021 is used'/ HH021 1 'Outright owner' 2 'Owner paying mortgage' 3 'Tenant/subtenant paying rent at prevailing or market rate' 4 'Accommodation is rented at a reduced rate (lower price that the market price)' 5 'Accommodation is provided free'/ HH021_F 1 'filled' -1 'missing' -5 'm.v.of HH020 because HH021 is still used' -2 'Luxemburg uses -2 instead of -5'/ HH030 6 'six or more rooms'/ HH030_F 1 'filled' -1 'missing'/ HH031_F 1 'filled' -1 'missing' -2 'n.a.(MS using objective national methods to calculate imputed rent)'/ HH040 1 'yes' 2 'no'/ HH040_F 1 'filled' -1 'missing'/ HH050 1 'yes' 2 'no'/ HH050_F 1 'filled' -1 'missing'/ HH060_F 1 'filled' -1 'missing' -2 'n.a. (HH020 ne 2 or 3)'/ HH061_F 1 'filled' -1 'missing' -2 'na'/ HH070_F 1 'filled' -1 'missing'/ HH071_F 1 'filled' -1 'missing'/ HH080 1 'yes' 2 'no'/ HH080_F 1 'filled' -1 'missing' -5 'missing value of HH080 because HH081 is used'/ HH081 1 'yes, for sole use of the household' 2 'yes, shared' 3 'no'/ HH081_F 1 'filled' -1 'missing' -5 'missing value of HH081 because HH080 is still used'/ HH090 1 'yes' 2 'no'/ HH090_F 1 'filled ' -1 'missing' -5 'missing value of HH090 because HH091 is used'/ HH091 1 'yes, for sole use of the household' 2 'yes, shared' 3 'no'/ HH091_F 1 'filled ' -1 'missing' -5 'missing value of HH091 because HH090 is still used'/ HA010 1 'We treat all incomes as common resources' 2 'We treat some incomes as common resources & the rest as private resources' 3 'We treat all incomes as private resources of the person receiving it' 4 'We do not receive any income in the household'/ HA020 1 'One or more household members' 2 'At least 1 person inside and at least 1 person outside the hhld is involved in managing the common hhld finances' 3 'No person inside the hhld and at least 1 person outside the hhld is involved in managing the common hhld finances' 4 'There are no common household finances'/ HA010_F HA020_F 1 'filled' -1 'not filled' -4 'single person hhld or hld with less than 2 persons aged 16 and above'/ HA030_F 1 'filled' -1 'not filled' -2 'HA020 not equal 1,2'/ HA040_F 1 'filled' -1 'not filled' -2 'HA020 not equal 1,2 or < 2 persons inside the hhld involved in the management of the hhlds finances'/ HA050_F 1 'filled' -1 'not filled' -2 'HA020 not equal 1,2 or < 3 persons inside the hhld involved in the management of the hhlds finances'/ HA060_F 1 'filled' -1 'not filled' -2 'HA020 not equal 1, 2 or < 4 persons inside the hhld involved in the management of the hhlds finances'/ HA070_F 1 'filled' -1 'not filled' -2 'HA020 not equal 1, 2 or < 5 persons inside the hhld involved in the management of the hhlds finances'/ HX060 5 'One person household' 6 '2 adults, no dependent children, both adults under 65 years' 7 '2 adults, no dependent children, at least one adult >=65 years' 8 'Other households without dependent children' 9 'Single parent household, one or more dependent children' 10 '2 adults, one dependent child' 11 '2 adults, two dependent children' 12 '2 adults, three or more dependent children' 13 'Other households with dependent children' 16 'Other (these household are excluded from Laeken indicators calculation)'/ HX070 1 'when HH020= 1 or 4' 2 'when HH020= 2 or 3'/ HX080 0 'when HX090>= at risk of poverty threshold (60% of Median HX090)' 1 'when HX090 < at risk of poverty threshold (60% of Median HX090)'/ HX120 0 'not overcrowded' 1 'overcrowded'. SAVE OUTFILE= !QUOTE(!CONCAT(!spss_path,'UDB_c',!i,'10H.sav')). !DOEND. *-------------------------------------------------- Compile and save final file -----------------------------------------------------------------------------------. !LET !firstfile=1. !DO !i !IN (!CC). !IF (!firstfile=1) !THEN GET FILE=!QUOTE(!CONCAT(!spss_path,'UDB_c',!i,'10H.sav')). !LET !firstfile=0. !ELSE ADD FILES FILE=* /FILE=!QUOTE(!CONCAT(!spss_path,'UDB_c',!i,'10H.sav')). !IFEND. !DOEND. SAVE OUTFILE=!QUOTE(!CONCAT(!spss_path,!finalfile,'.sav')). *--------------------------------------------------------Delete single country files -------------------------------------------------------------------------------. !DO !i !IN (!CC). ERASE FILE=!QUOTE(!CONCAT(!spss_path,'UDB_c',!i,'10H.sav')). !DOEND. !ENDDEFINE. *----------------------------------------------------------------- End definition macro ---------------------------------------------------------------. *----------------------------------------------------------------- Invoke macro ---------------------------------------------------------------------------. !C2010_H.