* Encoding: windows-1252. * ==================================================================================================. * EU-SILC cross 2018 - release 2021-04 / DOI: https://doi.org/10.2907/EUSILC2004-2019V.2 * 1st update * * When publishing statistics derived from the EU-SILC UDB, please state as source: * "EU-SILC UDB - version of 2021-04" * * SPSS Command Syntax File * 2018_cross_eu_silc_h_ver_2020_09.sps * * (c) GESIS 2021-11-18 * * 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-2018 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 (2021): 2018_cross_eu_silc_h_ver_2021_04.sps, 1st update. * 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 !C2018_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 IT IS LT LU LV MT NL NO PL PT RO RS SE SI SK UK'. !DO !i !IN (!CC) GET DATA /TYPE=TXT /FILE=!QUOTE(!CONCAT(!csv_path,!i,'\2018\UDB_c',!i,'18H.csv')) /ENCODING='Locale' /DELCASE=LINE /DELIMITERS="," /ARRANGEMENT=DELIMITED /FIRSTCASE=2 /IMPORTCASE=ALL /VARIABLES= HB010 F4.0 HB020 A2 HB030 F7.0 HB050 F1.0 HB050_F F1.0 HB060 F4.0 HB060_F F1.0 HB070 F9.0 HB070_F F1.0 HB080 F9.0 HB080_F F1.0 HB090 F9.0 HB090_F F2.0 HB100 F2.0 HB100_F F1.0 HY010 COMMA9.0 HY010_F F1.0 HY010_I COMMA9.0 HY020 COMMA9.0 HY020_F F1.0 HY020_I COMMA9.0 HY022 COMMA9.0 HY022_F F1.0 HY022_I COMMA9.0 HY023 COMMA9.0 HY023_F F1.0 HY023_I COMMA9.0 HY030N COMMA7.0 HY030N_F F1.0 HY040N COMMA8.0 HY040N_F F2.0 HY040N_I COMMA9.0 HY050N COMMA8.0 HY050N_F F2.0 HY050N_I COMMA9.0 HY060N COMMA7.0 HY060N_F F2.0 HY060N_I COMMA9.0 HY070N COMMA7.0 HY070N_F F2.0 HY070N_I COMMA9.0 HY080N COMMA8.0 HY080N_F F2.0 HY080N_I COMMA9.0 HY081N COMMA8.0 HY081N_F F2.0 HY081N_I F9.0 HY090N COMMA7.0 HY090N_F F2.0 HY090N_I COMMA9.0 HY100N COMMA7.0 HY100N_F F1.0 HY100N_I COMMA8.0 HY110N COMMA7.0 HY110N_F F2.0 HY110N_I COMMA9.0 HY120N COMMA4.0 HY120N_F F1.0 HY120N_I COMMA1.0 HY130N COMMA8.0 HY130N_F F2.0 HY130N_I COMMA9.0 HY131N COMMA8.0 HY131N_F F2.0 HY131N_I COMMA9.0 HY140N COMMA9.0 HY140N_F F2.0 HY140N_I COMMA8.0 HY145N COMMA8.0 HY145N_F F1.0 HY145N_I COMMA9.0 HY170N COMMA9.0 HY170N_F F1.0 HY170N_I F1.0 HY030G COMMA7.0 HY030G_F F1.0 HY040G COMMA8.0 HY040G_F F1.0 HY040G_I COMMA9.0 HY050G COMMA8.0 HY050G_F F1.0 HY050G_I COMMA9.0 HY060G COMMA7.0 HY060G_F F1.0 HY060G_I COMMA9.0 HY070G COMMA7.0 HY070G_F F1.0 HY070G_I COMMA9.0 HY080G COMMA8.0 HY080G_F F1.0 HY080G_I COMMA9.0 HY081G COMMA8.0 HY081G_F F1.0 HY081G_I F9.0 HY090G COMMA7.0 HY090G_F F1.0 HY090G_I COMMA9.0 HY100G COMMA7.0 HY100G_F F1.0 HY100G_I COMMA8.0 HY110G COMMA7.0 HY110G_F F1.0 HY110G_I COMMA9.0 HY120G COMMA4.0 HY120G_F F1.0 HY120G_I COMMA9.0 HY130G COMMA8.0 HY130G_F F1.0 HY130G_I COMMA9.0 HY131G COMMA8.0 HY131G_F F1.0 HY131G_I COMMA9.0 HY140G COMMA9.0 HY140G_F F1.0 HY140G_I COMMA9.0 HY170G COMMA8.0 HY170G_F F1.0 HY170G_I F1.0 HY051G COMMA4.0 HY051G_F F1.0 HY052G COMMA4.0 HY052G_F F1.0 HY053G COMMA6.0 HY053G_F F1.0 HY054G COMMA8.0 HY054G_F F1.0 HY061G COMMA4.0 HY061G_F F1.0 HY062G COMMA4.0 HY062G_F F1.0 HY063G COMMA7.0 HY063G_F F1.0 HY064G COMMA4.0 HY064G_F F1.0 HY071G COMMA4.0 HY071G_F F1.0 HY072G COMMA4.0 HY072G_F F1.0 HY073G COMMA7.0 HY073G_F F1.0 HY074G F4.0 HY074G_F F1.0 HS011 F1.0 HS011_F F2.0 HS021 F1.0 HS021_F F1.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 F1.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 F2.0 HH021 F1.0 HH021_F F1.0 HH030 COMMA3.2 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 COMMA7.0 HH060_F F2.0 HH061 COMMA7.0 HH061_F F2.0 HH070 COMMA7.0 HH070_F F1.0 HH071 COMMA6.0 HH071_F F2.0 HH081 F1.0 HH081_F F1.0 HH091 F1.0 HH091_F F1.0 HD080 F1.0 HD080_F F1.0 HX010 COMMA8.0 HX040 F1.0 HX050 COMMA3.0 HX060 F2.0 HX070 F1.0 HX080 F1.0 HX090 COMMA12.0 HX120 F1.0 . 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' / HD080 'Replacing worn-out furniture' / HD080_F 'Flag' / HH010 'Dwelling type (DE: missing)' / HH010_F 'Flag' / HH021 'Tenure status' / HH021_F 'Flag' / HH030 'Number of rooms available to the household (DE: missing)' / 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/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' / HH081 'Bath or shower in dwelling (DE: missing)' / HH081_F 'Flag' / HH091 'Indoor flushing toilet for sole use of household (DE: missing)' / HH091_F 'Flag' / HS011 'Arrears on mortgage or rent payments' / HS011_F 'Flag' / HS021 'Arrears on utility bills' / HS021_F 'Flag' / HS031 'Arrears on hire purchase installments 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 vegetarian equivalent) every second day' / HS050_F 'Flag' / HS060 'Capacity to face unexpected financial expenses' / HS060_F 'Flag' / HS070 'Do you have a telephone (including mobile phone)? (DE: missing)' / 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 maschine?' / 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' / HY010 'Total household gross income (DE, EE, MT, SI, UK: Adjustments)' / HY010_F 'Flag' / HY010_I 'Imputation factor' / HY020 'Total disposable household income (DE, EE, MT, SI, UK: Adjustments)' / HY020_F 'Flag' / HY020_I 'Imputation factor' / HY022 'Total disposable household income before social transfers other than old-age and survivors benefits (DE, EE, MT, SI, UK: Adjustments)' / HY022_F 'Flag' / HY022_I 'Imputation factor' / HY023 'Total disposable household income before social transfers including old-age and survivors benefits (DE, EE, MT, SI, UK: Adjustments)' / HY023_F 'Flag' / HY023_I 'Imputation factor' / HY030G 'Imputed rent (gross, MT: Top & bottom coding)' / HY030G_F 'Flag' / HY040G 'Income from rental of a property or land (gross; DE, MT, SI: Top & bottom coding)' / HY040G_F 'Flag' / HY040G_I 'Imputation factor' / HY050G 'Family/children related allowances (gross; MT, SI: Top & bottom coding)' / HY050G_F 'Flag' / HY050G_I 'Imputation factor' / HY051G 'Family/children-related allowances (contributory and means-tested)' / HY051G_F 'Flag' / HY052G 'Family/children-related allowances (contributory and non means-tested, MT: Top & bottom coding)' / HY052G_F 'Flag' / HY053G 'Family/children-related allowances (non-contributory and means-tested, MT: Top & bottom coding)' / HY053G_F 'Flag' / HY054G 'Family/children-related allowance (non-contributory and non means-tested, MT: Top & bottom coding)' / HY054G_F 'Flag' / HY060G 'Social exclusion not elsewhere classified (gross; MT, SI: Top & bottom coding)' / HY060G_F 'Flag' / HY060G_I 'Imputation factor' / HY061G 'Social exclusion not elsewhere classified (contributory and means-tested)' / HY061G_F 'Flag' / HY062G 'Social exclusion not elsewhere classified (contributory and non means-tested)' / HY062G_F 'Flag' / HY063G 'Social exclusion not elsewhere classified (non-contributory and means-tested, MT: Top & bottom coding)' / HY063G_F 'Flag' / HY064G 'Social exclusion not elsewhere classified (non-contributory and non means-tested)' / HY064G_F 'Flag' / HY070G 'Housing allowances (gross; MT, SI: Top & bottom coding)' / HY070G_F 'Flag' / HY070G_I 'Imputation factor' / HY071G 'Housing allowances (contributory and means-tested)' / HY071G_F 'Flag' / HY072G 'Housing allowances (contributory and non means-tested)' / HY072G_F 'Flag' / HY073G 'Housing allowances (non-contributory and means-tested, MT: Top & bottom coding)' / HY073G_F 'Flag' / HY074G 'Housing allowances (non-contributory and non means-tested)' / HY074G_F 'Flag' / HY080G 'Regular inter-household cash transfer received (gross; MT, SI: Top & bottom coding)' / HY080G_F 'Flag' / HY080G_I 'Imputation factor' / HY081G 'Alimonies received (gross; MT, SI: Top & bottom coding)' / HY081G_F 'Flag' / HY081G_I 'Imputation factor' / HY090G 'Interests, dividends, profit from capital investment in uncorporated business (gross; DE, EE, MT, SI, UK: Top coding)' / HY090G_F 'Flag' / HY090G_I 'Imputation factor' / HY100G 'Interest repayments on mortgage (gross, MT: Top & bottom coding)' / HY100G_F 'Flag' / HY100G_I 'Imputation factor' / HY110G 'Income received by people aged under 16 (gross; MT, SI: Top & bottom coding)' / HY110G_F 'Flag' / HY110G_I 'Imputation factor' / HY120G 'Regular taxes on wealth (gross, EE, SI, UK: Top coding)' / HY120G_F 'Flag' / HY120G_I 'Imputation factor' / HY130G 'Regular interhousehold cash transfer paid (gross; MT, SI: Top & bottom coding)' / HY130G_F 'Flag' / HY130G_I 'Imputation factor' / HY131G 'Alimonies paid (gross; MT, SI: Top & bottom coding)' / HY131G_F 'Flag' / HY131G_I 'Imputation factor' / HY140G 'Tax on income and social contributions (gross; DE, EE, MT, UK: Top & bottom coding)' / HY140G_F 'Flag' / HY140G_I 'Imputation factor' / HY170G 'Value of goods produced for own consumption (gross)' / HY170G_F 'Flag' / HY170G_I 'Imputation factor' / HY030N 'Imputed rent (net, MT: Top & bottom coding)' / HY030N_F 'Flag' / HY040N 'Income from rental of a property or land (net; DE, MT, SI: Top & bottom coding)' / HY040N_F 'Flag' / HY040N_I 'Imputation factor' / HY050N 'Family/Children related allowances (net; MT, SI: Top & bottom coding)' / HY050N_F 'Flag' / HY050N_I 'Imputation factor' / HY060N 'Social exclusion not elsewhere classified (net; MT, SI: Top & bottom coding)' / HY060N_F 'Flag' / HY060N_I 'Imputation factor' / HY070N 'Housing allowances (net; MT, SI: Top & bottom coding)' / HY070N_F 'Flag' / HY070N_I 'Imputation factor' / HY080N 'Regular inter-household cash received (net; MT, SI: Top & bottom coding)' / HY080N_F 'Flag' / HY080N_I 'Imputation factor' / HY081N 'Alimonies received (net; SI: Top coding)' / HY081N_F 'Flag' / HY081N_I 'Imputation factor' / HY090N 'Interests, dividends, profit from capital investment in uncorporated business (net; DE, MT, SI, UK: Top coding)' / 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; SI: Top coding)' / HY110N_F 'Flag' / HY110N_I 'Imputation factor' / HY120N 'Regular taxes on wealth (net; SI: Top coding)' / HY120N_F 'Flag' / HY120N_I 'Imputation factor' / HY130N 'Regular inter-household cash transfer paid (net; SI: Top coding)' / HY130N_F 'Flag' / HY130N_I 'Imputation factor' / HY131N 'Alimonies paid (net; SI: Top coding)' / HY131N_F 'Flag' / HY131N_I 'Imputation factor' / HY140N 'Tax on income and social contribution (net; DE: Top & bottom coding)' / HY140N_F 'Flag' / HY140N_I 'Imputation factor' / HY145N 'Repayments/receipts for tax adjustment (net; DE, SI: Top & bottom coding)' / HY145N_F 'Flag' / HY145N_I 'Imputation factor' / HY170N 'Value of goods produced for own consumption (net)' / HY170N_F 'Flag' / HY170N_I 'Imputation factor' / HX010 'Change rate' / HX040 'Household size (MT: Top coded to 6; DE: deleted 7 or more)' / HX050 'Equivalised household size' / HX060 'Household type' / HX070 'Tenure state' / HX080 'Poverty indicator' / HX090 'Equivalised disposable income (SI: Adjustments)' / HX120 'Overcrowded household' . * For HY010, HY020, HY022, HY023: Please see Differences Collection vs UDB for more information ; VALUE LABELS 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" / HD080 1 'Yes' 2 'No - household cannot afford it' 3 'No - other reason' / HD080_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" / 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" / HH030 6 "Six or more rooms" / HH030_F 1 "Filled" -1 "Missing" / HH031 1963 "PT:1963 and earlier" 1947 "SI:1947 and earlier" / HH031_F 1 "Filled" -1 "Missing" -2 "Not applicable" / 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 "Not applicable (HH021 not = 3 or 4)" / HH061_F 1 "Filled" -1 "Missing" -2 "Not applicable (HH021 = 3) or (MS do not use subjective method to calculate imputed rent)" / HH070_F 1 "Filled" -1 "Missing" / HH071_F 1 "Filled" -1 "Missing" -2 "Not applicable (HH021 not equal 2)" / HH081 1 "Yes, for sole use of the household" 2 "Yes, shared" 3 "No" / HH081_F 1 "Filled" -1 "Missing" / HH091 1 "Yes, for sole use of the household" 2 "Yes, shared" 3 "No" / HH091_F 1 "Filled" -1 "Missing" / HS011 1 "Yes, once" 2 "Yes, twice or more" 3 "No" / HS011_F 1 "Filled" -1 "Missing" -2 "Not applicable" / HS021 1 "Yes, once" 2 "Yes, twice or more" 3 "No" / HS021_F 1 "Filled" -1 "Missing" -2 "Not applicable" / HS031 1 "Yes, once" 2 "Yes, twice or more" 3 "No" / HS031_F 1 "Filled" -1 "Missing" -2 "Not applicable" / 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" / HY010_F HY020_F HY022_F 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" -5 "Not filled: no conversion to gross is done" / HY030G_F 0 "No income" 1 "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 HY140G_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 "Missing (amount included in another income component)" -5 "Not filled: variable of net series is filled" / HY051G_F HY061G_F HY071G_F HY052G_F HY062G_F HY072G_F HY053G_F HY063G_F HY073G_F HY054G_F HY064G_F HY074G_F 2 'Filled with mixed components' 1 'Filled with only contributory and means-tested components' 0 'No income' -1 'Missing' -2 'Not available (This scheme does not exist at national level)' -7 'Not available (HB010 < 2014)' / HY030N_F 0 "No income" 1 "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 "Net of tax on income at source and social contributions" 11 "Collected & recorded net of tax on income at source & social contributions" 13 "Collected net of tax on income at source & social contributions & recorded net of tax on social contributions" 22 "Collected & recorded net of tax on income at source" 31 "Collected net of tax on social contribution/recorded net of tax on income & social contributions" 32 "Collected net of tax on social contribution/rec. net of tax on income at source" 33 "Collected & recorded net of tax on social contributions" 41 "Collected gross/recorded net of tax on income & social contributions" 42 "Collected gross/recorded net of tax on income at source" 43 "Collected gross/recorded net of tax on social contributions" 51 "Collected unknown/recorded net of tax on income & social contributions" 52 "Collected unknown/recorded net of tax on income at source" 53 "Collected unknown/recorded net of tax on social contributions" 55 "Unknown" 56 "Collected unknown/recorded mixed" 61 "Mix (parts of the component collected according to different ways/deductive imputation)" -1 "Missing" -4 "Missing (amount included in another income component)" -5 "Not filled: variable of gross series is filled" / HY140N_F 0 "no income" 1 "variable is filled" -1 "missing" -5 "Not filled: variable of the gross series is filled" / HX040 6 "MT: top coding 6 or more" 7 "DE: deleted 7 or more households" / 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 HH021= 1, 2, 5" 2 "When HH021= 3 or 4" / 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,'18H.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,'18H.sav')). !LET !firstfile=0. !ELSE ADD FILES FILE=* /FILE=!QUOTE(!CONCAT(!spss_path,'UDB_c',!i,'18H.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,'18H.sav')). !DOEND. !ENDDEFINE. *----------------------------------------------------------------- End definition macro ---------------------------------------------------------------. *----------------------------------------------------------------- Invoke macro ---------------------------------------------------------------------------. !C2018_H.