* Encoding: windows-1252. * ==================================================================================================. * EU-SILC panel 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_panel_eu_silc_p_ver_2021_04.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 - panel - Personal 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_panel_eu_silc_p_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 !L2018_P (). *-------------------------------------------------------- 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\Longitudinal 2005-2018\); * 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 RS SE SI SK UK'. !DO !i !IN (!CC) GET DATA /TYPE=TXT /FILE=!QUOTE(!CONCAT(!csv_path,!i,'\2018\UDB_l',!i,'18P.csv')) /ENCODING='Locale' /DELCASE=LINE /DELIMITERS="," /ARRANGEMENT=DELIMITED /FIRSTCASE=2 /IMPORTCASE=ALL /VARIABLES= PB010 F4.0 PB020 A2 PB030 F9.0 PB050 COMMA8.0 PB050_F F1.0 PB080 COMMA1.0 PB080_F F2.0 PB100 F1.0 PB100_F F1.0 PB110 F4.0 PB110_F F1.0 PB120 F2.0 PB120_F F1.0 PB130 F1.0 PB130_F F1.0 PB140 F4.0 PB140_F F1.0 PB150 F1.0 PB150_F F1.0 PB160 F9.0 PB160_F F2.0 PB170 F9.0 PB170_F F2.0 PB180 F9.0 PB180_F F2.0 PB190 F1.0 PB190_F F1.0 PB200 F1.0 PB200_F F1.0 PE040 F1.0 PE040_F F1.0 PL020 F1.0 PL020_F F2.0 PL025 F1.0 PL025_F F2.0 PL031 F2.0 PL031_F F1.0 PL040 F1.0 PL040_F F2.0 PL051 F2.0 PL051_F F2.0 PL060 F2.0 PL060_F F2.0 PL140 F1.0 PL140_F F2.0 PL160 F1.0 PL160_F F2.0 PL170 F1.0 PL170_F F2.0 PL180 F2.0 PL180_F F2.0 PL190 F2.0 PL190_F F2.0 PL200 F2.0 PL200_F F2.0 PL211A F2.0 PL211A_F F1.0 PL211B F2.0 PL211B_F F1.0 PL211C F2.0 PL211C_F F1.0 PL211D F2.0 PL211D_F F1.0 PL211E F2.0 PL211E_F F1.0 PL211F F2.0 PL211F_F F1.0 PL211G F2.0 PL211G_F F1.0 PL211H F2.0 PL211H_F F1.0 PL211I F2.0 PL211I_F F1.0 PL211J F2.0 PL211J_F F1.0 PL211K F2.0 PL211K_F F1.0 PL211L F2.0 PL211L_F F1.0 PH010 F1.0 PH010_F F1.0 PH020 F1.0 PH020_F F1.0 PH030 F1.0 PH030_F F1.0 PY010N COMMA8.0 PY010N_F F2.0 PY010N_I COMMA9.0 PY020N COMMA7.0 PY020N_F F2.0 PY020N_I COMMA9.0 PY021N COMMA4.0 PY021N_F F2.0 PY021N_I COMMA1.0 PY035N COMMA7.0 PY035N_F F1.0 PY035N_I COMMA9.0 PY050N COMMA8.0 PY050N_F F2.0 PY050N_I COMMA9.0 PY080N COMMA8.0 PY080N_F F2.0 PY080N_I COMMA9.0 PY090N COMMA7.0 PY090N_F F2.0 PY090N_I COMMA9.0 PY100N COMMA8.0 PY100N_F F2.0 PY100N_I COMMA9.0 PY110N COMMA8.0 PY110N_F F2.0 PY110N_I COMMA9.0 PY120N COMMA7.0 PY120N_F F2.0 PY120N_I COMMA9.0 PY130N COMMA8.0 PY130N_F F2.0 PY130N_I COMMA9.0 PY140N COMMA8.0 PY140N_F F2.0 PY140N_I COMMA9.0 PY010G COMMA8.0 PY010G_F F1.0 PY010G_I COMMA9.0 PY020G COMMA7.0 PY020G_F F1.0 PY020G_I COMMA9.0 PY021G COMMA4.0 PY021G_F F2.0 PY021G_I COMMA1.0 PY030G COMMA8.0 PY030G_F F1.0 PY030G_I F1.0 PY031G COMMA1.0 PY031G_F F1.0 PY031G_I F1.0 PY035G COMMA7.0 PY035G_F F1.0 PY035G_I COMMA9.0 PY050G COMMA8.0 PY050G_F F1.0 PY050G_I COMMA9.0 PY080G COMMA8.0 PY080G_F F1.0 PY080G_I COMMA9.0 PY090G COMMA7.0 PY090G_F F1.0 PY090G_I COMMA9.0 PY100G COMMA8.0 PY100G_F F1.0 PY100G_I COMMA9.0 PY110G COMMA8.0 PY110G_F F1.0 PY110G_I COMMA9.0 PY120G COMMA7.0 PY120G_F F1.0 PY120G_I COMMA9.0 PY130G COMMA8.0 PY130G_F F1.0 PY130G_I COMMA9.0 PY140G COMMA8.0 PY140G_F F1.0 PY140G_I COMMA9.0 PY091G COMMA5.0 PY091G_F F2.0 PY092G COMMA5.0 PY092G_F F2.0 PY093G COMMA5.0 PY093G_F F2.0 PY094G COMMA5.0 PY094G_F F2.0 PY101G COMMA5.0 PY101G_F F2.0 PY102G COMMA5.0 PY102G_F F2.0 PY103G COMMA5.0 PY103G_F F2.0 PY104G COMMA5.0 PY104G_F F2.0 PY111G COMMA5.0 PY111G_F F2.0 PY112G COMMA5.0 PY112G_F F2.0 PY113G COMMA5.0 PY113G_F F2.0 PY114G COMMA5.0 PY114G_F F2.0 PY121G COMMA5.0 PY121G_F F2.0 PY122G COMMA5.0 PY122G_F F2.0 PY123G COMMA5.0 PY123G_F F2.0 PY124G F5.0 PY124G_F F2.0 PY131G COMMA5.0 PY131G_F F2.0 PY132G COMMA5.0 PY132G_F F2.0 PY133G COMMA5.0 PY133G_F F2.0 PY134G COMMA5.0 PY134G_F F2.0 PY141G COMMA5.0 PY141G_F F2.0 PY142G COMMA5.0 PY142G_F F2.0 PY143G COMMA5.0 PY143G_F F2.0 PY144G COMMA5.0 PY144G_F F2.0 PD020 F1.0 PD020_F F1.0 PD030 F1.0 PD030_F F1.0 PD050 F1.0 PD050_F F1.0 PD060 F1.0 PD060_F F1.0 PD070 F1.0 PD070_F F1.0 PD080 F1.0 PD080_F F1.0 PX010 COMMA1.0 PX020 F2.0 PX030 F7.0 PX040 F1.0 . Variable labels PB010 'Year of the survey'/ PB020 'Country alphanumeric'/ PB030 'Personal ID'/ PB050 'Personal base weight'/ PB050_F 'Flag'/ PB080 'Personal base weight for selected respondent'/ PB080_F 'Flag' / PB100 'Quarter of the personal interview'/ PB100_F 'Flag'/ PB110 'Year of the personal interview'/ PB110_F 'Flag'/ PB120 'Minutes to complete the personal questionnaire'/ PB120_F 'Flag'/ PB130 'Quarter of birth (DE, IE, MT, NL, SI, UK: missing)'/ PB130_F 'Flag'/ PB140 'Year of birth (Top coping; DE: Bottom coding and age group pertubation; FI, IS, SI: Age group pertubation)'/ PB140_F 'Flag'/ PB150 'Sex (DE, SI: in same sex HH: recoded gender)'/ PB150_F 'Flag'/ PB160 'Father ID'/ PB160_F 'Flag'/ PB170 'Mother ID'/ PB170_F 'Flag'/ PB180 'Spouse/Partner ID'/ PB180_F 'Flag'/ PB190 'Marital status (MT: 3,5=3)'/ PB190_F 'Flag'/ PB200 'Consensual union'/ PB200_F 'Flag'/ PD020 'Replace worn-out clothes by some new (not second-hand) ones'/ PD020_F 'Flag'/ PD030 'Two pairs of properly fitting shoes (incl. a pair of all-weather shoes)'/ PD030_F 'Flag'/ PD050 'Get-together with friends/family/relatives for a drink/meal at least once a month'/ PD050_F 'Flag'/ PD060 'Regularly participate in a leisure activity'/ PD060_F 'Flag'/ PD070 'Spend a small amount of money each week on yourself'/ PD070_F 'Flag'/ PD080 'Internet connection for personal use at home'/ PD080_F 'Flag'/ PE040 'Highest ISCED level attained (Top Coding 500 and above; DE, IE, IT, SI: specific rules)'/ PE040_F 'Flag'/ PH010 'General health'/ PH010_F 'Flag'/ PH020 'Suffer from a chronic (long-standing) illness or condition'/ PH020_F 'Flag'/ PH030 'Limitation in activities because of health problems'/ PH030_F 'Flag' / PL020 'Actively looking for a job'/ PL020_F 'Flag'/ PL025 'Available for work'/ PL025_F 'Flag'/ PL031 'Self-defined current economic status'/ PL031_F 'Flag'/ PL040 'Status in employment'/ PL040_F 'Flag'/ PL051 'Occupation (ISCO-08 (COM)) (DE,MT,SI: grouped)'/ PL051_F 'Flag' PL060 'Number of hours usually worked per week in main job (MT: Top coding)'/ PL060_F 'Flag'/ PL140 'Type of contract'/ PL140_F 'Flag' / PL160 'Change of job since last year'/ PL160_F 'Flag' / PL170 'Reason for change (IE: 4,7=7)'/ PL170_F 'Flag'/ PL180 'Most recent change in the individuals activity status (IE: recoded)'/ PL180_F 'Flag' / PL190 'When began regular first job'/ PL190_F 'Flag' / PL200 'Number of years spent in paid work'/ PL200_F 'Flag' / PL211A 'Main activity on January'/ PL211A_F 'Flag' / PL211B 'Main activity on February'/ PL211B_F 'Flag' / PL211C 'Main activity on March'/ PL211C_F 'Flag' / PL211D 'Main activity on April'/ PL211D_F 'Flag' / PL211E 'Main activity on May'/ PL211E_F 'Flag' / PL211F 'Main activity on June'/ PL211F_F 'Flag' / PL211G 'Main activity on July'/ PL211G_F 'Flag' / PL211H 'Main activity on August'/ PL211H_F 'Flag' / PL211I 'Main activity on September'/ PL211I_F 'Flag' / PL211J 'Main activity on October'/ PL211J_F 'Flag' / PL211K 'Main activity on November'/ PL211K_F 'Flag' / PL211L 'Main activity on December'/ PL211L_F 'Flag' / PY010G 'Employee cash or near cash income (gross, DE, MT, SI: Top coding)'/ PY010G_F 'Flag'/ PY010G_I 'Imputation factor'/ PY020G 'Non-cash employee income (gross, MT, SI: Top coding)'/ PY020G_F 'Flag'/ PY020G_I 'Imputation factor'/ PY021G 'Company car (gross, in Euros, MT, SI: Top coding)'/ PY021G_F 'Flag'/ PY021G_I 'Imputation factor'/ PY030G "Employer's social insurance contribution (gross, SI: Top coding)"/ PY030G_F 'Flag'/ PY030G_I 'Imputation factor'/ PY031G "Optional employer's social insurance contributions (gross, SI: Top coding) (OPTIONAL)"/ PY031G_F 'Flag'/ PY031G_I 'Imputation factor'/ PY035G 'Contributions to individual private pension plans (gross, MT, SI: Top coding)'/ PY035G_F 'Flag'/ PY035G_I 'Imputation factor'/ PY050G 'Cash benefits or losses from self-employment (gross, DE, MT, SI: Top & bottom coding)'/ PY050G_F 'Flag'/ PY050G_I 'Imputation factor'/ PY080G 'Pension from individual private plans (gross, DE, MT, SI: Top coding)'/ PY080G_F 'Flag'/ PY080G_I 'Imputation factor'/ PY090G 'Unemployment benefits (gross, DE, MT, SI: Top coding)'/ PY090G_F 'Flag'/ PY090G_I 'Imputation factor'/ PY091G 'Unemployment benefits (Contributory and means-tested) (DE: adjusted to top coded PY090G)'/ PY091G_F 'Flag'/ PY092G 'Unemployment benefits (Contributory and non means-tested) (DE,SI: adjusted to top coded PY090G) '/ PY092G_F 'Flag'/ PY093G 'Unemployment benefits (Non-contributory and means-tested) (DE: adjusted to top coded PY090G) '/ PY093G_F 'Flag'/ PY094G 'Unemployment benefits (Non-contributory and non means-tested) (DE,SI: adjusted to top coded PY090G) '/ PY094G_F 'Flag'/ PY100G 'Old-age benefits (gross, DE, MT, SI: Top coding)'/ PY100G_F 'Flag'/ PY100G_I 'Imputation factor'/ PY101G 'Old-age benefits (Contributory and means-tested) (DE: adjusted to top coded PY100G)'/ PY101G_F 'Flag'/ PY102G 'Old-age benefits (Contributory and non means-tested) (DE,SI: adjusted to top coded PY100G)'/ PY102G_F 'Flag'/ PY103G 'Old-age benefits (Non-contributory and means-tested) (DE,SI: adjusted to top coded PY100G)'/ PY103G_F 'Flag'/ PY104G 'Old-age benefits (Non-contributory and non means-tested) (DE,SI: adjusted to top coded PY100G)'/ PY104G_F 'Flag'/ PY110G 'Survivor benefit (gross, MT: Top coding)'/ PY110G_F 'Flag'/ PY110G_I 'Imputation factor'/ PY111G 'Survivor benefits (Contributory and means-tested)'/ PY111G_F 'Flag'/ PY112G 'Survivor benefits (Contributory and non means-tested) (SI: adjusted)'/ PY112G_F 'Flag'/ PY113G 'Survivor benefits (Non-contributory and means-tested) (SI: adjusted)'/ PY113G_F 'Flag'/ PY114G 'Survivor benefits (Non-contributory and non means-tested) (SI: adjusted)'/ PY114G_F 'Flag'/ PY120G 'Sickness benefits (gross, MT, SI: Top coding)'/ PY120G_F 'Flag'/ PY120G_I 'Imputation factor'/ PY121G 'Sickness benefits (Contributory and means-tested)'/ PY121G_F 'Flag'/ PY122G 'Sickness benefits (Contributory and non means-tested)'/ PY122G_F 'Flag'/ PY123G 'Sickness benefits (Non-contributory and means-tested)'/ PY123G_F 'Flag'/ PY124G 'Sickness benefits (Non-contributory and non means-tested)'/ PY124G_F 'Flag'/ PY130G 'Disability benefits (gross, MT, SI: Top coding)'/ PY130G_F 'Flag'/ PY130G_I 'Imputation factor'/ PY131G 'Disability benefits (Contributory and means-tested)'/ PY131G_F 'Flag'/ PY132G 'Disability benefits (Contributory and non means-tested) (SI: adjusted)'/ PY132G_F 'Flag'/ PY133G 'Disability benefits (Non-contributory and means-tested) (SI: adjusted)'/ PY133G_F 'Flag'/ PY134G 'Disability benefits (Non-contributory and non means-tested) (SI: adjusted)'/ PY134G_F 'Flag'/ PY140G 'Education-related allowances (gross, MT, SI: Top coding)'/ PY140G_F 'Flag'/ PY140G_I 'Imputation factor'/ PY141G 'Education-related allowances (Contributory and means-tested)'/ PY141G_F 'Flag'/ PY142G 'Education-related allowances (Contributory and non means-tested)'/ PY142G_F 'Flag'/ PY143G 'Education-related allowances (Non-contributory and means-tested) (SI: adjusted)'/ PY143G_F 'Flag'/ PY144G 'Education-related allowances (Non-contributory and non means-tested) (SI: adjusted)'/ PY144G_F 'Flag'/ PY010N 'Employee cash or near cash income (net, DE, SI: Top coding)'/ PY010N_F 'Flag'/ PY010N_I 'Imputation factor'/ PY020N 'Non-cash employee income (net, SI: Top coding)'/ PY020N_F 'Flag'/ PY020N_I 'Imputation factor'/ PY021N 'Company car (net, in Euros, SI: Top coding)'/ PY021N_F 'Flag'/ PY021N_I 'Imputation factor'/ PY035N 'Contributions to individual private pension plans (net, SI: Top coding)'/ PY035N_F 'Flag' / PY035N_I 'Imputation factor'/ PY050N ' Cash benefits or losses from self-employment (net, DE, SI: Top & bottom coding)'/ PY050N_F 'Flag'/ PY050N_I 'Imputation factor'/ PY080N 'Pension from individual private plans (net, DE, SI: Top coding)'/ PY080N_F 'Flag'/ PY080N_I 'Imputation factor'/ PY090N 'Unemployment benefits (net, DE, SI: Top coding)'/ PY090N_F 'Flag'/ PY090N_I 'Imputation factor'/ PY100N 'Old-age benefits (net, DE, SI: Top coding)'/ PY100N_F 'Flag'/ PY100N_I 'Imputation factor'/ PY110N 'Survivors benefits (net)'/ PY110N_F 'Flag'/ PY110N_I 'Imputation factor'/ PY120N 'Sickness benefits (net, SI: Top coding)'/ PY120N_F 'Flag'/ PY120N_I 'Imputation factor'/ PY130N 'Disability benefits (net, SI: Top coding)'/ PY130N_F 'Flag'/ PY130N_I 'Imputation factor'/ PY140N 'Education-related allowances (net, SI: Top coding)'/ PY140N_F 'Flag'/ PY140N_I 'Imputation factor'/ PX010 'Exchange rate'/ PX020 'Age at the end of the income reference period (Top coding 80 and above; DE, FI, IS: Age group pertubation,MT missing)'/ PX030 'Household ID'/ PX040 'Respondent status' . value labels PB020 'BE' "Belgique" 'BG' "Bulgaria" 'CZ' "Czech Republic" 'DK' "Danmark" 'DE' "Deutschland" 'EE' "Estonia" 'EL' "Ellada" 'IE' "Ireland" 'GR' "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" 'RS' "Srbija" / PB050_F 1 'Filled' / PB080_F 1 'Filled' -2 'Not applicable (country does not use the selected respondent model)' -3 'Not selected respondent (if country uses the selected respondent model)' / PB100 1 'January, February, March' 2 'April, May, June' 3 'July, August, September' 4 'October, November, December' / PB100_F 1 'Filled' -1 'Missing' / PB110_F 1 'Filled' -1 'Missing' / PB120_F 1 'Filled' -1 'Missing' -2 'Not applicable (information only extracted from registers)' / PB130 1 'January, February, March' 2 'April, May, June' 3 'July, August, September' 4 'October, November, December' / PB130_F 1 'Filled' -1 'Missing' / PB140 1937 "1937 or before" 1938 "MT,PT: 1938 and before" 1942 "MT: 1938-1942" 1944 "DE: 1944 & before" 1947 "MT: 1943-1947" 1952 "MT: 1948-1952" 1957 "MT: 1953-1957" 1962 "MT: 1958-1962" 1967 "MT: 1963-1967" 1972 "MT: 1968-1972" 1977 "MT: 1973-1977" 1982 "MT: 1978-1982" 1987 "MT: 1983-1987" 1992 "MT: 1988-1992" 1997 "MT: 1993-1997" 2002 "MT: 1998-2002" / PB140_F 1 'Filled' -1 'Missing' / PB150 1 'Male' 2 'Female' / PB150_F 1 'Filled' -1 'Missing' / PB160_F 1 'Filled' -1 'Missing' -2 'Not applicable (father is not a household member)' / PB170_F 1 'Filled' -1 'Missing' -2 'Not applicable (mother is not a household member)' / PB180_F 1 'Filled' -1 'Missing' -2 'Not applicable (person has no spouse/partner or spouse/partner is not a household member)' / PB190 1 'Never married' 2 'Married' 3 'Separated (MT: 5=3)' 4 'Widowed' 5 'Divorced' / PB190_F 1 'Filled' -1 'Missing' / PB200 1 'Yes, on a legal basis' 2 'Yes, without a legal basis' 3 'No' / PB200_F 1 'Filled' -1 'Missing' / PD020 PD030 PD050 PD060 PD070 PD080 1 'Yes' 2 'No - cannot afford it' 3 'No - other reason' / PD020_F PD030_F PD050_F PD060_F PD070_F PD080_F 1 'Filled' -1 'Missing' -3 'Not selected respondent' -7 "Not applicable" / PE040 0 "Pre-primary education; Less than primary education (PB010>2013)" 1 "Primary education" 2 "Lower secondary education" 3 "(Upper) secondary education" 4 "Post-secondary non-tertiary education" 5 "1st & 2nd stage of tertiary education" 6 "Second stage of tertiary education (leading to an advanced research qualification)" 100 "Primary education (PB010>2013)" 200 "Lower secondary education (PB010>2013) (SI: 000,100,200=200)" 300 "Upper secondary education (not further specified) (PB010>2013) (IT,ML: 340-354=300)" 34 "General education (Only for people 16-34; PB010>2013)" 340 "Without distinction of direct access to tertiary education (Only for people 16-34 PB010>2013)" 342 "Partial level completion and without direct access to tertiary education (Only for people 16-34 PB010>2013)" 343 "Level completion, without direct access to tertiary education (Only for people 16-34 PB010>2013)" 344 "Level completion, with direct access to tertiary education (Only for people 16-34 PB010>2013)" 35 "Vocational education (Only for people 16-34 PB010>2013)" 350 "Without distinction of direct access to tertiary education (Only for people 16-34 PB010>2013)" 352 "Partial level completion and without direct access to tertiary education (Only for people 16-34 PB010>2013)" 353 "Level completion, without direct access to tertiary education (Only for people 16-34 PB010>2013)" 354 "Level completion, with direct access to tertiary education (Only for people 16-34 PB010>2013)" 400 "Post-secondary non-tertiary education (not further specified) (PB010>2013) (IT,ML: 440,450=400)" 440 "General education (Only for people 16-34 PB010>2013)" 450 "Vocational education (PB010>2013)" 500 "Short cycle tertiary (PB010>2013)(All except PL: Top coding: 500 & above)" 600 "Bachelor or equivalent (PB010>2013) (Only PL)" 700 "Master or equivalent (PB010>2013) (Only PL)" 800 "Doctorate or equivalent (PB010>2013) (Only PL)" / PE040_F 1 'Filled' -1 'Missing' -2 'Not applicable (the person has never been in education)' / PL020 1 'Yes' 2 'No' / PL020_F 1 'Filled' -1 'Missing' -2 'Not applicable (PL031 = 1, 2, 3 or 4 or older than the standard retirement age)' / PL025 1 'Yes' 2 'No' / PL025_F 1 'Filled' -1 'Missing' -2 'Not applicable (PL020=2)' / PL031 1 'Employee working full-time' 2 'Employee working part-time' 3 'Self-employed working full-time (including family worker)' 4 'Self-employed working part-time (including family worker)' 5 'Unemployed' 6 'Pupil, student, further training, unpaid work experience (MT: 6-11=6)' 7 'In retirement or in early retirement or has given up business' 8 'Permanently disabled or/and unfit to work' 9 'In compulsory military community or service' 10 'Fulfilling domestic tasks and care responsibilities' 11 'Other inactive person' / PL031_F 1 'Filled' -1 'Missing' / PL040 1 'Self-employed with employees' 2 'Self-employed without employees' 3 'Employee' 4 'Family worker' / PL040_F 1 'Filled' -1 'Missing' -2 'Not applicable (PL031 not=1,2,3 or 4 and PL015 not=1)' / PL051 0 "DE: 01-03; SI: Armed forces occupations" 1 "Commissioned armed forces officers (DE, MT, SI: 11-14 Managers)" 2 "Non-commissioned armed forces officers (DE, MT, SI: 21-26 Professionals)" 3 "Armed forces occupations, other ranks (DE, MT, SI:31-35 Technicians and associate professionals)" 4 "DE, MT, SI: 41-44 Clerical support workers" 5 "DE, MT, SI: 51-54 Services and sales workers" 6 "DE, MT, SI: 61-63 Skilled agricultural and fishery workers" 7 "DE, MT, SI: 71-75 Craft and related trades workers" 8 "DE, MT, SI: 81-83 Plant and machine operators and assemblers" 9 "DE, MT, SI: 91-96 Elementary occupations" 10 'MT:01 Armed forces' 11 'Chief executives, senior officials and legislators' 12 'Administrative and commercial managers' 13 'Production and specialized services managers' 14 'Hospitality, retail and other services managers (PL: 11,12,13,14=14)' 21 'Science and engineering professionals' 22 'Health professionals' 23 'Teaching professionals' 24 'Business and administration professionals' 25 'Information and communications technology professionals' 26 'Legal, social and cultural professionals' 31 'Science and engineering associate professionals' 32 'Health associate professionals' 33 'Business and administration associate professionals' 34 'Legal, social, cultural and related associate professionals' 35 'Information and communications technicians' 41 'General and keyboard clerks' 42 'Customer services clerks' 43 'Numerical and material recording clerks' 44 'Other clerical support workers' 51 'Personal service workers' 52 'Sales workers' 53 'Personal care workers' 54 'Protective services workers' 61 'Market-oriented skilled agricultural workers' 62 'Market-oriented skilled forestry, fishery and hunting workers' 63 'Subsistence farmers, fishers, hunters and gatherers' 71 'Building and related trades workers, excluding electricians' 72 'Metal, machinery and related trades workers' 73 'Handicraft and printing workers' 74 'Electrical and electronics trades workers' 75 'Food processing, wood working, garment and other craft and related trades workers' 81 'Stationary plant and machine operators' 82 'Assemblers' 83 'Drivers and mobile plant operators' 91 'Cleaners and helpers' 92 'Agricultural, forestry and fishery labourers' 93 'Labourers in mining, construction, manufacturing and transport' 94 'Food preparation assistants' 95 'Street and related sales and service workers' 96 'Refuse workers and other elementary workers' / PL051_F 1 'Filled' -1 'Missing' -2 'Not applicable (PL031 not=1,2,3 or 4 and PL015 not=1)' / PL060_F 1 'Filled' -1 'Missing' -2 'Not applicable PL031 not = 1, 2, 3 or 4)' -6 'Hours varying (when an average over 4 weeks is not possible)' / PL140 1 'Permanent job/ work contract of unlimited duration' 2 'Temporary job/work contract of limited duration' / PL140_F 1 'Filled' -1 'Missing' -2 'Not applicable (PL040 not=3)' -3 'Not selected respondent' -4 'Not applicable :person is employee (PL040 not=3) but has not any contract' / PL160 1 'Yes' 2 'No' / PL160_F 1 'Filled' -1 'Missing' -2 'Not applicable (PL031 not equal to 1, 2, 3 or 4)' -3 'Not selected respondent' / PL170 1 'To take up or seek better job' 2 'End of temporary contract' 3 'Obliged to stop by employer (business closure, redundancy, early retirement, dismissal etc.' 4 'Sale or closure of own/family business' 5 'Child care and care for other dependant' 6 'Partners job required us to move to another area or marriage' 7 'Other reasons (IE: includes 4)' / PL170_F 1 'Filled' -1 'Missing' -2 'Not applicable (PL60 not=1)' -3 'Not selected respondent' / PL180 1 "Employed - unemployed; IE, MT:1-3=1" 2 "Employed - retired; IE, MT:4-6=2" 3 "Employed - other inactive; IE, MT:7-9=3" 4 "Unemployed - employed; IE, MT:10-12=4" 5 "Unemployed - retired" 6 "Unemployed - other inactive" 7 "Retired - employed" 8 "Retired - unemployed" 9 "Retired - other inactive" 10 "Other inactive - employed" 11 "Other inactive - unemployed" 12 "Other inactive - retired" / PL180_F 1 'Filled' -1 'Missing' -2 'Not applicable (no change since last year)' -3 'Not selected respondent' / PL190 13 "IE: 13 and before" 30 "IE: 30 and later" / PL190_F 1 'Filled' -1 'Missing' -2 'Not applicable (person never worked)' -3 'Not selected respondent' / PL200 55 "IE: 55 and later" 65 "PT: 65 and later" / PL200_F 1 'Filled' -1 'Missing' -2 'Not applicable (person never worked i.e. (PL031 not equal to 1, 2, 3 or 4 AND PL015 not equal to 1)' -3 'Not selected respondent' / PL211A PL211B PL211C PL211D PL211E PL211F PL211G PL211H PL211I PL211J PL211K PL211L 1 'Employee working full-time' 2 'Employee working part-time' 3 'Self-employed working full-time (including family worker)' 4 'Self-employed working part-time (including family worker)' 5 'Unemployed' 6 'Pupil, student, further training, unpaid work experience' 7 'In retirement or in early retirement or has given up business' 8 'Permanently disabled or/and unfit to work' 9 'In compulsory military community or service' 10 'Fulfilling domestic tasks and care responsibilities' 11 "Other inactive person; MT:9,11=11" / PL211A_F PL211B_F PL211C_F PL211D_F PL211E_F PL211F_F PL211G_F PL211H_F PL211I_F PL211J_F PL211K_F PL211L_F 1 'Filled' -1 'Missing' -3 'Not selected respondent' / PH010 1 'Very good' 2 'Good' 3 'Fair' 4 'Bad' 5 'Very bad' / PH010_F 1 'Filled' -1 'Missing' -3 'Not selected respondent' / PH020 1 'Yes' 2 'No' / PH020_F 1 'Filled' -1 'Missing' -3 'Not selected respondent' / PH030 1 'Yes, strongly limited' 2 'Yes, limited' 3 'No, not limited' / PH030_F 1 'Filled' -1 'Missing' -3 'Not selected respondent' / PY010G_F PY020G_F PY021G_F PY050G_F PY080G_F PY090G_F PY100G_F PY110G_F PY120G_F PY130G_F PY140G_F 0 "No income" 1 "Collected net of tax on income at source and social contribution" 2 "Collected net of tax on income at source" 3 "Collected net of tax on social contribution" 4 "Gross" 5 "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 the net series is filled" / PY021G 0 'No income' / PY030G 0 'No contribution' / PY031G 0 'No contribution' / PY030G_F PY031G_F 0 'No income' 1 'Filled' -1 'Missing' -5 'not filled: variable of net series is filled' -7 "Not applicable (PB010 not equal last year)" / PY035G_F 0 'No contribution' 1 'Filled' -1 'Missing' -5 'Not filled: variable of net series is filled' / PY091G_F PY101G_F PY111G_F PY121G_F PY131G_F PY141G_F PY092G_F PY102G_F PY112G_F PY122G_F PY132G_F PY142G_F PY093G_F PY103G_F PY113G_F PY123G_F PY133G_F PY143G_F PY094G_F PY104G_F PY114G_F PY124G_F PY134G_F PY144G_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 doesn't exist at national level)" -7 "Not available (PB010 not equal last year)" / PY010N_F PY020N_F PY021N_F PY050N_F PY080N_F PY090N_F PY100N_F PY110N_F PY120N_F PY130N_F PY140N_F 0 "No income" 11 "Collected & recorded net of tax on income at source & social contributions" 13 "Collected net of tax on income source and social contributions & record net of tax on social contributions" 12 "Collected net of tax on income source and social contributions & recorded net of tax on income at source" 21 "Collected & recorded net of tax on income at source & social contributions" 22 "Collected & recorded net of tax on income at source" 23 "Collected net of tax on income source & recorded net of tax on social contributions" 31 "Collected net of tax on social contributions & recorded net of tax on income & social contributions" 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" 53 "Collected unknown/recorded net of tax on social contributions" 55 "Type of collection & recording: Unknown" 56 "Type of collection & recording: Mix (parts of the component collected according to different methods)" 61 "Collected mixed & recorded net of tax on income at source and social contributions" 63 "Collected mixed & recorded net of tax on social contributions" -1 "Missing" -4 "Missing (amount included in another income component)" -5 "Not filled: variable of gross series is filled" / PY021N 0 'No income' / PY035N_F 0 "No contribution" 1 "Filled" -1 "Missing" -5 "Not filled: variable of the gross series is filled" / PY050N 0 'No income' / PX040 1 'Current household member aged >=16 (All hhld members aged >=16 are interviewed)' 2 'Selected respondent(Only selected hhld member aged >= 16 is interviewed)' 3 'Not selected respondent (Only selected hhld member aged >= 16 is interviewed)' 4 'Not eligible person (Hhld members aged < 16 at the time of interview)' / PX020 73 "DE: 73 and over" 80 '80 and over' / PY010N PY020N PY080N PY090N PY100N PY110N PY120N PY130N PY140N PY010G PY020G PY050G PY080G PY090G PY100G PY110G PY120G PY130G PY140G PY091G PY092G PY093G PY094G PY101G PY102G PY103G PY104G PY111G PY112G PY113G PY114G PY121G PY122G PY123G PY124G PY131G PY132G PY133G PY134G PY141G PY142G PY143G PY144G 0 "No income" / PY035N PY030G PY035G 0 "No contribution" . SAVE OUTFILE= !QUOTE(!CONCAT(!spss_path,'UDB_l',!i,'18P.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_l',!i,'18P.sav')). !LET !firstfile=0. !ELSE ADD FILES FILE=* /FILE=!QUOTE(!CONCAT(!spss_path,'UDB_l',!i,'18P.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_l',!i,'18P.sav')). !DOEND. !ENDDEFINE. *----------------------------------------------------------------- End definition macro ---------------------------------------------------------------. *----------------------------------------------------------------- Invoke macro ---------------------------------------------------------------------------. !L2018_P.