* Encoding: windows-1252. *************************************************************************************************. * EU Adult Education Survey - Data Service - German Microdata Lab * Setup_AES_2016.sps * * SPSS Command Syntax File * IBM SPSS Statistics 23.0.0.3 * * This routine converts EU-AES 2016 CSV-data (as released by Eurostat) into a SPSS-Systemfile * * Version of the routine: 2018 Release * EU_AES_2016_MICRODATA_V1.0.CSV * * PLEASE NOTE * For Differences between data as described in the guidelines * and the anonymised user database as well as COUNTRY specific anonymisation measures see: * https://circabc.europa.eu/sd/a/5faa5117-408f-4937-9271-cc9eda58ed91/Anonymisation criteria _202016 AES(0).pdf * * (c) GESIS 2019-01-21 * GESIS - Leibniz Institute for the Social Sciences * German Microdata Lab * Jeanette Bohr * http://www.gesis.org/en/institute/ * https://www.gesis.org/en/missy/metadata/AES/ * * Contact: jeanette.bohr@gesis.org* ***********************************************************************************************. set unicode no. * The following command should contain the complete path and name of the raw data file; Change CSV_DATA_FILENAME to your filename. file handle csv_data / name="CSV_DATA_FILENAME". * The following command should contain the complete path and name of the SPSS file, usual file extension "sav"; Change SPSS_FILENAME to your filename. file handle spss_reference / name="SPSS_FILENAME". *Read raw data. GET DATA /TYPE=TXT /FILE=csv_data /ENCODING='Locale' /DELCASE=LINE /DELIMITERS="," /QUALIFIER='"' /ARRANGEMENT=DELIMITED /FIRSTCASE=2 /IMPORTCASE=ALL /VARIABLES= COUNTRY A3 DEG_URB F2.0 REFYEAR F4.0 REFMONTH F2.0 RESPID F6.0 RESPWEIGHT COMMA9.3 NFEACTWEIGHT COMMA9.3 NFEACTWEIGHT2 COMMA9.3 INTMETHOD F2.0 HHNBPERS_tot F2.0 HHNBPERS_0_13 F2.0 HHNBPERS_14_24 F2.0 HHNBPERS_25plus F2.0 HHTYPE F2.0 HHINCOME F2.0 SEX F2.0 BIRTHYEAR F4.0 BIRTHMONTH F2.0 AGE F2.0 RESTIME F2.0 MARSTADEFACTO F2.0 HATLEVEL F3.0 HATFIELD F4.0 HATYEAR F4.0 HATVOC F2.0 DROPEDUC F2.0 DROPEDUCLEVEL F3.0 DROPEDUCVOC F2.0 MAINSTAT F2.0 EMP12M F2.0 JOBSTAT F2.0 JOBISCO A4 LOCNACE A3 LOCSIZEFIRM F2.0 JOBTIME F4.0 HATFATHER F2.0 HATMOTHER F2.0 SEEKINFO F2.0 GUIDEINST_1 F2.0 GUIDEINST_2 F2.0 GUIDEINST_3 F2.0 GUIDEINST F2.0 GUIDESOURCE_1 F2.0 GUIDESOURCE_2 F2.0 GUIDESOURCE_3 F2.0 GUIDESOURCE_4 F2.0 GUIDESOURCE_5 F2.0 GUIDESOURCE F2.0 GUIDETYPE_1 F2.0 GUIDETYPE_2 F2.0 GUIDETYPE_3 F2.0 GUIDETYPE_4 F2.0 GUIDETYPE F2.0 GUIDEMODE_1 F2.0 GUIDEMODE_2 F2.0 GUIDEMODE_3 F2.0 GUIDEMODE_4 F2.0 GUIDEMODE F2.0 FED F2.0 FEDNUM F2.0 FEDSTARTYEAR F4.0 FEDSTARTMONTH F2.0 FEDLEVEL F3.0 FEDCOMP F2.0 FEDFIELD F4.0 FEDVOC F2.0 FEDDIST F2.0 FEDDISTOL F2.0 FEDOERA F2.0 FEDOERB F2.0 FEDREASON_01a F2.0 FEDREASON_01b F2.0 FEDREASON_02 F2.0 FEDREASON_03 F2.0 FEDREASON_04 F2.0 FEDREASON_05 F2.0 FEDREASON_06 F2.0 FEDREASON_07 F2.0 FEDREASON_08 F2.0 FEDREASON_09 F2.0 FEDREASON F2.0 FEDWORKTIME F2.0 FEDNBHOURS F4.0 FEDPAID F2.0 FEDPAIDBY_1 F2.0 FEDPAIDBY_2 F2.0 FEDPAIDBY_3 F2.0 FEDPAIDBY_4 F2.0 FEDPAIDBY F2.0 FEDUSEA F2.0 FEDUSEB F2.0 FEDOUTCOME_1 F2.0 FEDOUTCOME_3 F2.0 FEDOUTCOME_2 F2.0 FEDOUTCOME_4 F2.0 FEDOUTCOME_5 F2.0 FEDOUTCOME_6 F2.0 FEDOUTCOME_7 F2.0 FEDOUTCOME F2.0 NFE F2.0 NFECOURSE F2.0 NFEWORKSHOP F2.0 NFEGUIDEDJT F2.0 NFELESSON F2.0 NFENUM F2.0 NFEACT01_TYPE F2.0 NFEACT01_PURP F2.0 NFEACT01_WORKTIME F2.0 NFEACT01_PAIDBY F2.0 NFEACT02_TYPE F2.0 NFEACT02_PURP F2.0 NFEACT02_WORKTIME F2.0 NFEACT02_PAIDBY F2.0 NFEACT03_TYPE F2.0 NFEACT03_PURP F2.0 NFEACT03_WORKTIME F2.0 NFEACT03_PAIDBY F2.0 NFEACT04_TYPE F2.0 NFEACT04_PURP F2.0 NFEACT04_WORKTIME F2.0 NFEACT04_PAIDBY F2.0 NFEACT05_TYPE F2.0 NFEACT05_PURP F2.0 NFEACT05_WORKTIME F2.0 NFEACT05_PAIDBY F2.0 NFEACT06_TYPE F2.0 NFEACT06_PURP F2.0 NFEACT06_WORKTIME F2.0 NFEACT06_PAIDBY F2.0 NFEACT07_TYPE F2.0 NFEACT07_PURP F2.0 NFEACT07_WORKTIME F2.0 NFEACT07_PAIDBY F2.0 NFERPT F2.0 NFERAND1 F2.0 NFERAND1_TYPE F2.0 NFEPURP1 F2.0 NFEWORKTIME1 F2.0 NFEFIELD1 F4.0 NFEDIST1 F2.0 NFEDISTOL1 F2.0 NFEOERA1 F2.0 NFEOERB1 F2.0 NFEREASON1_01a F2.0 NFEREASON1_01b F2.0 NFEREASON1_02 F2.0 NFEREASON1_03 F2.0 NFEREASON1_04 F2.0 NFEREASON1_13 F2.0 NFEREASON1_11 F2.0 NFEREASON1_06 F2.0 NFEREASON1_07 F2.0 NFEREASON1_08 F2.0 NFEREASON1_09 F2.0 NFEREASON1_10 F2.0 NFEREASON1_12 F2.0 NFEREASON1 F2.0 NFENBHOURS1 F4.0 NFEPROVIDER1 F2.0 NFECERT1 F2.0 NFEPAID1 F2.0 NFEPAIDBY1_1 F2.0 NFEPAIDBY1_2 F2.0 NFEPAIDBY1_3 F2.0 NFEPAIDBY1_4 F2.0 NFEPAIDBY1 F2.0 NFEPAIDVAL1 F8.0 NFEUSEA1 F2.0 NFEUSEB1 F2.0 NFEOUTCOME1_1 F2.0 NFEOUTCOME1_3 F2.0 NFEOUTCOME1_2 F2.0 NFEOUTCOME1_4 F2.0 NFEOUTCOME1_5 F2.0 NFEOUTCOME1_6 F2.0 NFEOUTCOME1_7 F2.0 NFEOUTCOME1 F2.0 NFERAND2 F2.0 NFERAND2_TYPE F2.0 NFEPURP2 F2.0 NFEWORKTIME2 F2.0 NFEFIELD2 F4.0 NFEDIST2 F2.0 NFEDISTOL2 F2.0 NFEOERA2 F2.0 NFEOERB2 F2.0 NFEREASON2_01a F2.0 NFEREASON2_01b F2.0 NFEREASON2_02 F2.0 NFEREASON2_03 F2.0 NFEREASON2_04 F2.0 NFEREASON2_13 F2.0 NFEREASON2_11 F2.0 NFEREASON2_06 F2.0 NFEREASON2_07 F2.0 NFEREASON2_08 F2.0 NFEREASON2_09 F2.0 NFEREASON2_10 F2.0 NFEREASON2_12 F2.0 NFEREASON2 F2.0 NFENBHOURS2 F4.0 NFEPROVIDER2 F2.0 NFECERT2 F2.0 NFEPAID2 F2.0 NFEPAIDBY2_1 F2.0 NFEPAIDBY2_2 F2.0 NFEPAIDBY2_3 F2.0 NFEPAIDBY2_4 F2.0 NFEPAIDBY2 F2.0 NFEPAIDVAL2 F8.0 NFEUSEA2 F2.0 NFEUSEB2 F2.0 NFEOUTCOME2_1 F2.0 NFEOUTCOME2_3 F2.0 NFEOUTCOME2_2 F2.0 NFEOUTCOME2_4 F2.0 NFEOUTCOME2_5 F2.0 NFEOUTCOME2_6 F2.0 NFEOUTCOME2_7 F2.0 NFEOUTCOME2 F2.0 DIFFICULTY F2.0 NEED F2.0 DIFFTYPE_01 F2.0 DIFFTYPE_02 F2.0 DIFFTYPE_03 F2.0 DIFFTYPE_04 F2.0 DIFFTYPE_05 F2.0 DIFFTYPE_06 F2.0 DIFFTYPE_07 F2.0 DIFFTYPE_08a F2.0 DIFFTYPE_08b F2.0 DIFFTYPE_09 F2.0 DIFFTYPE_10 F2.0 DIFFTYPE_12 F2.0 DIFFTYPE F2.0 DIFFMAIN F3.0 INFFAMILY F2.0 INFMATERIAL F2.0 INFCOMPUTER F2.0 INFMEDIA F2.0 INFMUSEUM F2.0 INFLIBRARIES F2.0 INF F2.0 LANGMOTHER1 A3 LANGMOTHER2 A3 LANGUSED F2.0 LANGUSED_1 A3 LANGUSED_2 A3 LANGUSED_3 A3 LANGUSED_4 A3 LANGUSED_5 A3 LANGUSED_6 A3 LANGUSED_7 A3 LANGBEST1 A3 LANGLEVEL1 F2.0 LANGBEST2 A3 LANGLEVEL2 F2.0 JOBREL_NFE F2.0 EMPSPON_NFE F2.0 NFENBHOURSx F3.0 CITIZEN F2.0 BIRTHPLACE F2.0 BIRTHFATHER F2.0 BIRTHMOTHER F2.0. EXECUTE. *Variable labels. VARIABLE LABELS COUNTRY "Country of residence" DEG_URB "Degree of urbanisation of the area the household lives in" REFYEAR "Year of interview" REFMONTH "Month of interview" RESPID "Identification of the respondent" RESPWEIGHT "Weighting factor for individuals" NFEACTWEIGHT "Weighting factor for non-formal activities" NFEACTWEIGHT2 "Weight of the activities (to be used for calculation of indicators based on variables collected on up to 7 activities - NFEACT0x_TYPE, NFEACT0x_PURP NFEACT0x_WORKTIME NFEACT0x_PAIDBY" INTMETHOD "Data collection method used" HHNBPERS_tot "Total number of persons living in the household" HHNBPERS_0_13 "Persons 0-13 years old living in the household" HHNBPERS_14_24 "Persons 14-24 years old living in the household" HHNBPERS_25plus "Persons 25 years and older living in the household" HHTYPE "Household type" HHINCOME "Net monthly equivalised income of the household" SEX "Sex" BIRTHYEAR "Year of birth" BIRTHMONTH "Month of birth" AGE "Age of the respondent" RESTIME "Years of residence in this country" MARSTADEFACTO "De facto marital status (consensual union)" HATLEVEL "Educational attainment level (highest level of education or training successfully completed as defined by isced 2011, coding based on isced mappings to be delivered to eurostat)" HATFIELD "Field of the highest level of education or training successfully completed" HATYEAR "Year when highest level of educaton or training was successfully completed" HATVOC "Orientation of the highest level of education or training successfully completed" DROPEDUC "Formal education or training abandoned (programme with the highest level in case of several programmes abandoned)" DROPEDUCLEVEL "Level of the formal education or training abandoned" DROPEDUCVOC "Orientation of the formal education or training abandoned" MAINSTAT "Current main labour status" EMP12M "Employment during the last 12 months" JOBSTAT "Professional status" JOBISCO "Occupation" LOCNACE "Economic activity of the local unit" LOCSIZEFIRM "Number of persons working at the local unit" JOBTIME "Year in which person started working in his/her current main job" HATFATHER "Father (male guardian)" HATMOTHER "Mother (female guardian)" SEEKINFO "Looked for any information concerning learning possibilities in the last 12 months (formal and non-formal education and training)" GUIDEINST_1 "Yes, i received free of charge information or advice/help on learning opportunities from institutions/organisations" GUIDEINST_2 "Yes, i paid for information or advice/help on learning opportunities from institutions/organisations" GUIDEINST_3 "No, i did not receive any information or advice/help on learning opportunities from institutions/organisations" GUIDEINST "Information or advice/help on learning possibilities received from institutions/organisation s in the last 12 months" GUIDESOURCE_1 "From education or training institutions (school, college, university, vet centre, institution for adult learning, validation centre)" GUIDESOURCE_2 "From employment services" GUIDESOURCE_3 "From employer or employer organisations" GUIDESOURCE_4 "From trade unions or work council" GUIDESOURCE_5 "From other institutions/organisations providing free information or advice/help on learning opportunities (other than mentioned before)" GUIDESOURCE "Source of free of charge information or advice/help on learning possibilities received in the last 12 months" GUIDETYPE_1 "Information or advice/help on learning possibilities" GUIDETYPE_2 "Assessment of skills and competences through tests, skills audits or interviews" GUIDETYPE_3 "Information or advice/help on procedure for validation/recognition of skills, competences or prior learning" GUIDETYPE_4 "Other type of information or advice/help" GUIDETYPE "Type of free information or advice/help on learning possibilities received in the last 12 months" GUIDEMODE_1 "Face to face interaction" GUIDEMODE_2 "Interaction with a person through internet, phone, e-mail or any other media" GUIDEMODE_3 "Iinteraction with a computer based application for information or advice/help (including on line self-assessment tools)" GUIDEMODE_4 "No interaction, only information through dedicated material (books, posters, websites, leaflet, tv programme, etc.)" GUIDEMODE "Mode of delivery of free information or advice/help on learning possibilities received in the last 12 months" FED "Participation in formal education during the last 12 months" FEDNUM "Number of formal education activities participated in during the last 12 months" FEDSTARTYEAR "Year when the most recent formal education activity started" FEDSTARTMONTH "Month when the most recent formal education activity started" FEDLEVEL "Level of the most recent formal education activity" FEDCOMP "Completion of the most recent formal education activity" FEDFIELD "Field of the most recent formal education activity" FEDVOC "Orientation of the most recent formal education activity" FEDDIST "Most recent formal education activity organised as distance learning" FEDDISTOL "Distance learning organised as an online course" FEDOERA "Use of online educational resources for the most recent formal education activity" FEDOERB "Interaction with other people (e.g. teachers, learners) through educational websites/portals for the most recent formal education activity" FEDREASON_01a "To do my job better" FEDREASON_01b "To improve my career prospects" FEDREASON_02 "To be less likely to lose my job" FEDREASON_03 "To increase my possibilities of getting a job, or changing a job/profession" FEDREASON_04 "To start my own business" FEDREASON_05 "I was obliged to participate" FEDREASON_06 "To get knowledge/skills useful in my everyday life" FEDREASON_07 "To increase my knowledge/skills on a subject that interests me" FEDREASON_08 "Obtain certificate" FEDREASON_09 "To meet new people/for fun" FEDREASON "Reasons for participating in the most recent formal education activity" FEDWORKTIME "Most recent formal education activity during paid working hours (including paid leave or recuperation)" FEDNBHOURS "Total number of instruction hours of the most recent formal education activity" FEDPAID "Payment for the tuition, registration, exam fees, expenses for books or technical study means for the most recent formal education activity" FEDPAIDBY_1 "Employer or prospective employer" FEDPAIDBY_2 "Public employment services" FEDPAIDBY_3 "Other public institutions" FEDPAIDBY_4 "A household member or a relative" FEDPAIDBY "Partial or full payment for the tuition, registration, exam fees, expenses for books or technical study means for the most recent formal education activity by" FEDUSEA "Current use of the skills or knowledge acquired from the most recent formal education activity" FEDUSEB "Expected use of the skills or knowledge acquired from the most recent formal education activity" FEDOUTCOME_1 "Getting a (new) job" FEDOUTCOME_3 "Higher salary/wages" FEDOUTCOME_2 "Promotion in the job" FEDOUTCOME_4 "New tasks" FEDOUTCOME_5 "Better performance in the job" FEDOUTCOME_6 "Personal-related reasons (meet other people, refresh your skills in general subjects etc.)" FEDOUTCOME_7 "No outcomes yet" FEDOUTCOME "Outcomes of the new skills/knowledge acquired through the most recent formal education activity" NFE "Existence of any non-formal education and training activity" NFECOURSE "a. Courses" NFEWORKSHOP "b. Workshops and seminars" NFEGUIDEDJT "c. Guided-on-the-job training" NFELESSON "d. Private lessons" NFENUM "Number of non-formal education and training activities during the last 12 months" NFEACT01_TYPE "Type of the activity" NFEACT01_PURP "Purpose of the activity" NFEACT01_WORKTIME "The learning activity took place fully or mostly during paid working hours (including paid leave and recuperation)" NFEACT01_PAIDBY "The learning activity was partially or fully paid by the employer" NFEACT02_TYPE "Type of the activity" NFEACT02_PURP "Purpose of the activity" NFEACT02_WORKTIME "The learning activity took place fully or mostly during paid working hours (including paid leave and recuperation)" NFEACT02_PAIDBY "The learning activity was partially or fully paid by the employer" NFEACT03_TYPE "Type of the activity" NFEACT03_PURP "Purpose of the activity" NFEACT03_WORKTIME "The learning activity took place fully or mostly during paid working hours (including paid leave and recuperation)" NFEACT03_PAIDBY "The learning activity was partially or fully paid by the employer" NFEACT04_TYPE "Type of the activity" NFEACT04_PURP "Purpose of the activity" NFEACT04_WORKTIME "The learning activity took place fully or mostly during paid working hours (including paid leave and recuperation)" NFEACT04_PAIDBY "The learning activity was partially or fully paid by the employer" NFEACT05_TYPE "Type of the activity" NFEACT05_PURP "Purpose of the activity" NFEACT05_WORKTIME "The learning activity took place fully or mostly during paid working hours (including paid leave and recuperation)" NFEACT05_PAIDBY "The learning activity was partially or fully paid by the employer" NFEACT06_TYPE "Type of the activity" NFEACT06_PURP "Purpose of the activity" NFEACT06_WORKTIME "The learning activity took place fully or mostly during paid working hours (including paid leave and recuperation)" NFEACT06_PAIDBY "The learning activity was partially or fully paid by the employer" NFEACT07_TYPE "Type of the activity" NFEACT07_PURP "Purpose of the activity" NFEACT07_WORKTIME "The learning activity took place fully or mostly during paid working hours (including paid leave and recuperation)" NFEACT07_PAIDBY "The learning activity was partially or fully paid by the employer" NFERPT "Number of non-formal education and training activities described (up to 7 activities) - used for the calculation of NFEACTWEIGHT2" NFERAND1 "Code of the 1st randomly selected activity" NFERAND1_TYPE "Type of the 1st activity" NFEPURP1 "Purpose (job-related / personal) of the 1st randomly selected non-formal activity (copy of related NFEACT0x_PURP)" NFEWORKTIME1 "1st randomly selected non-formal activity taking place during paid working time (copy of related NFEACT0x_WORKTIME)" NFEFIELD1 "Field of the 1st activity" NFEDIST1 "1st activity organised as distance learning" NFEDISTOL1 "Distance learning for the 1st activity organised as an online course" NFEOERA1 "Use of online educational resources for the 1st activity" NFEOERB1 "Interaction with other people (e.g. teachers, learners) through educational websites/portals for the 1st activity" NFEREASON1_01a "To do my job better" NFEREASON1_01b "To improve my career prospects" NFEREASON1_02 "To be less likely to lose my job" NFEREASON1_03 "To increase my possibilities of getting a job, or changing a job/profession" NFEREASON1_04 "To start my own business" NFEREASON1_13 "Because of organisational and/or technological changes at work" NFEREASON1_11 "Required by the employer or by law" NFEREASON1_06 "To get knowledge/skills useful in my everyday life" NFEREASON1_07 "To increase my knowledge/skills on a subject that interests me" NFEREASON1_08 "Obtain certificate" NFEREASON1_09 "To meet new people/for fun" NFEREASON1_10 "For health reasons" NFEREASON1_12 "To do voluntary work better" NFEREASON1 "Reasons for participating in the 1st activity" NFENBHOURS1 "Total number of instruction hours of 1st activity" NFEPROVIDER1 "Provider of the 1st activity" NFECERT1 "Certificate obtained after the 1st activity" NFEPAID1 "Payment for the tuition, registration, exam fees, expenses for books or technical study means" NFEPAIDBY1_1 "Employer or prospective employer" NFEPAIDBY1_2 "Public employment services" NFEPAIDBY1_3 "Other public institutions" NFEPAIDBY1_4 "A household member or a relative" NFEPAIDBY1 "Partial or full payment for the tuition, registration, exam fees, expenses for books or technical study means for the 1st activity" NFEPAIDVAL1 "Costs paid personally or by any household member or relative for tuition, registration, exam fees, books, and/or technical study means regarding the 1st activity" NFEUSEA1 "Current use of the skills or knowledge acquired from the 1st activity" NFEUSEB1 "Expected use of the skills or knowledge acquired from the 1st activity" NFEOUTCOME1_1 "Getting a (new) job" NFEOUTCOME1_3 "Higher salary/wages" NFEOUTCOME1_2 "Promotion in the job" NFEOUTCOME1_4 "New tasks" NFEOUTCOME1_5 "Better performance in the job" NFEOUTCOME1_6 "Personal related reasons (meet other people, refresh your skills in general subjects etc.)" NFEOUTCOME1_7 "No outcomes yet" NFEOUTCOME1 "Outcomes of the new skills/knowledge acquired through the 1st activity" NFERAND2 "Code of the 2nd randomly selected activity" NFERAND2_TYPE "Type of the 2nd activity" NFEPURP2 "Purpose (job-related / personal) of the 2nd randomly selected non-formal activity (copy of related NFEACT0x_PURP)" NFEWORKTIME2 "2nd randomly selected non-formal activity taking place during paid working time (copy of related NFEACT0x_WORKTIME)" NFEFIELD2 "Field of the 2nd activity" NFEDIST2 "2nd activity organised as distance learning" NFEDISTOL2 "Distance learning for the 2nd activity organised as an online course" NFEOERA2 "Use of online educational resources for the 2nd activity" NFEOERB2 "Interaction with other people (e.g. teachers, learners) through educational websites/portals for the 2nd activity" NFEREASON2_01a "To do my job better" NFEREASON2_01b "To improve my career prospects" NFEREASON2_02 "To be less likely to lose my job" NFEREASON2_03 "To increase my possibilities of getting a job, or changing a job/profession" NFEREASON2_04 "To start my own business" NFEREASON2_13 "Because of organisational and/or technological changes at work" NFEREASON2_11 "Required by the employer or by law" NFEREASON2_06 "To get knowledge/skills useful in my everyday life" NFEREASON2_07 "To increase my knowledge/skills on a subject that interests me" NFEREASON2_08 "Obtain certificate" NFEREASON2_09 "To meet new people/for fun" NFEREASON2_10 "For health reasons" NFEREASON2_12 "To do voluntary work better" NFEREASON2 "Reasons for participating in the 2nd activity" NFENBHOURS2 "Total number of instruction hours of 2nd activity" NFEPROVIDER2 "Provider of the 2nd activity" NFECERT2 "Certificate obtained after the 2nd activity" NFEPAID2 "Payment for the tuition, registration, exam fees, expenses for books or technical study means" NFEPAIDBY2_1 "Employer or prospective employer" NFEPAIDBY2_2 "Public employment services" NFEPAIDBY2_3 "Other public institutions" NFEPAIDBY2_4 "A household member or a relative" NFEPAIDBY2 "Partial or full payment for the tuition, registration, exam fees, expenses for books or technical study means for the 2nd activity" NFEPAIDVAL2 "Costs paid personally or by any household member or relative for tuition, registration, exam fees, books, and/or technical study means regarding the 2nd activity" NFEUSEA2 "Current use of the skills or knowledge acquired from the 2nd activity" NFEUSEB2 "Expected use of the skills or knowledge acquired from the 2nd activity" NFEOUTCOME2_1 "Getting a (new) job" NFEOUTCOME2_3 "Higher salary/wages" NFEOUTCOME2_2 "Promotion in the job" NFEOUTCOME2_4 "New tasks" NFEOUTCOME2_5 "Better performance in the job" NFEOUTCOME2_6 "Personal related reasons (meet other people, refresh your skills in general subjects etc.)" NFEOUTCOME2_7 "No outcomes yet" NFEOUTCOME2 "Outcomes of the new skills/knowledge acquired through the 2nd activity" DIFFICULTY "Difficulties related to participation (or more participation) in formal or non-formal education and training during the last 12 months" NEED "No need for (further) education and training" DIFFTYPE_01 "Difficulty 01 - prerequisites" DIFFTYPE_02 "Difficulty 02 - cost" DIFFTYPE_03 "Difficulty 03 - lack of employer's support or lack of public services support" DIFFTYPE_04 "Difficulty 04 - schedule" DIFFTYPE_05 "Difficulty 05 - distance" DIFFTYPE_06 "Difficulty 06 - no access to a computer or internet" DIFFTYPE_07 "Difficulty 07 - family responsibilities" DIFFTYPE_08a "Difficulty 08a - health" DIFFTYPE_08b "Difficulty 08b - age" DIFFTYPE_09 "Difficulty 09 - other personal reasons" DIFFTYPE_10 "Difficulty 10 - no suitable education or training activity" DIFFTYPE_12 "Difficulty 12 - negative previous learning experience" DIFFTYPE "Type of difficulties" DIFFMAIN "Most important difficulty" INFFAMILY "Learning from a family member, friend or colleague" INFMATERIAL "Learning by using printed material (books, professional magazines...)" INFCOMPUTER "Learning by using computers (online or offline)" INFMEDIA "Learning through television/radio/video" INFMUSEUM "Learning by guided tours in museums, historical or natural or industrial sites" INFLIBRARIES "Learning by visiting learning centres (including libraries)" INF "Informal learning" LANGMOTHER1 "1st mother tongue" LANGMOTHER2 "2nd mother tongue" LANGUSED "Other languages apart from mother tongue(s)" LANGUSED_1 "First language" LANGUSED_2 "Second language" LANGUSED_3 "Third language" LANGUSED_4 "Fourth language" LANGUSED_5 "Fifth language" LANGUSED_6 "Sixth language" LANGUSED_7 "Seventh language" LANGBEST1 "First best known language (apart from mother tongue(s))" LANGLEVEL1 "First best language knowledge (apart from mother tongue(s))" LANGBEST2 "Second best known language (apart from mother tongue(s))" LANGLEVEL2 "Second best language knowledge (apart from mother tongue(s))" JOBREL_NFE "Number of job-related non-formal activities (based on variables collected on up to 7 activities)" EMPSPON_NFE "Number of employer-sponsored job-related non-formal activities (based on variables collected on up to 7 activities) " NFENBHOURSx "Total number of hours spent in non-formal education and training" CITIZEN "Citizenship" BIRTHPLACE "Country of birth" BIRTHFATHER "Country of birth of the father" BIRTHMOTHER "Country of birth of the mother". EXECUTE. *Value labels. VALUE LABELS /COUNTRY "AT" "Austria" "BA" "Bosnia Herzegovina" "BE" "Belgium" "BG" "Bulgaria" "CH" "Switzerland" "CY" "Cyprus" "CZ" "Czech Republic" "DK" "Denmark" "DE" "Germany" "EE" "Estonia" "EL" "Greece" "ES" "Spain" "FI" "Finland" "FR" "France" "HR" "Croatia" "IT" "Italy" "LT" "Lithuania" "LU" "Luxembourg" "LV" "Latvia" "HU" "Hungary" "MK" "FYR Macedonia" "MT" "Malta" "NL" "Netherlands" "NO" "Norway" "PL" "Poland" "PT" "Portugal" "RO" "Roman" "SE" "Sweden" "RS" "Serbia" "SI" "Slovenia" "SK" "Slovak Republic" "UK" "United Kingdom" /DEG_URB 1 "Densely populated area" 2 "Intermediate area" 3 "Thinly populated area" -4 "Not available (anonymisation)" /REFYEAR /REFMONTH 1 "Quarter 1" 2 "Quarter 2" 3 "Quarter 3" 4 "Quarter 4" -4 "Not available (anonymisation)" /RESPID /RESPWEIGHT /NFEACTWEIGHT 0 "NFENUM=0" /NFEACTWEIGHT2 0 "NFENUM=0" /INTMETHOD 10 "Postal, non electronic version" 11 "Postal, electronic version" 20 "Face-to-face, non electronic version" 21 "Face-to-face, electronic version" 30 "Telephone, non electronic version" 31 "Telephone, electronic version" 40 "Use of internet" 50 "Mixed mode collection (e.g.: both postal and interview to collect data)" /HHNBPERS_tot 6 "6 (IT, MT: 6+)" 8 "8 (SI: 8+)" -1 "No answer" /HHNBPERS_0_13 3 "3 (MT: 3+)" 4 "4 (SI: 4+)" -1 "No answer (IT: HHNBPER_tot>=6)" /HHNBPERS_14_24 4 "4 (SI: 4+)" -1 "No answer (IT: HHNBPER_tot>=6)" /HHNBPERS_25plus 6 "6 (SI: 6+)" -1 "No answer (IT: HHNBPER_tot>=6)" /HHTYPE 10 "One-person household" 21 "Lone parent with child(ren) aged less than 25" 22 "Couple without child(ren) aged less than 25" 23 "Couple with child(ren) aged less than 25" 24 "Couple or lone parent with child(ren) aged less than 25 and other persons living in household" 30 "Other" -1 "No answer" /HHINCOME 1 "Below 1st decile" 2 "Between 1st decile and 2nd decile" 3 "Between 2nd decile and 3rd decile" 4 "Between 3rd decile and 4th decile" 5 "Above 4th quintile" -1 "No answer" /SEX 1 "Male" 2 "Female" /BIRTHYEAR 1950 "1950 (HR, MT: 1954 or before)" 1955 "1955 (HR, MT: 1955-1959)" 1960 "1960 (HR, MT: 1960-1964)" 1965 "1965 (HR, MT: 1965-1969)" 1970 "1970 (HR, MT: 1970-1974)" 1975 "1975 (HR, MT: 1975-1979)" 1980 "1980 (HR, MT: 1980-1984)" 1985 "1985 (HR, MT: 1985-1989)" 1990 "1990 (HR, MT: 1990 or after)" -4 "Not available (anonymisation)" /BIRTHMONTH 1 "1 (IT: 1-3)" 2 "2 (IT: 4-6)" 3 "3 (IT: 7-9)" 4 "4 (IT: 10-12)" -1 "No answer" -4 "Not available (anonymisation)" /AGE 20 "20 (HR: 24 or earlier)" 25 "25 (HR, MT: 25-29)" 30 "30 (HR, MT: 30-34)" 35 "35 (HR, MT: 35-39)" 40 "40 (HR, MT: 40-44)" 45 "45 (HR, MT: 45-49)" 50 "50 (HR, MT: 50-54)" 55 "55 (HR, MT: 55-59)" 60 "60 (HR, MT: 60-64)" 65 "65 (HR: 65 or after)" /RESTIME 1 "Been in this country for 1 year and less" 6 "6 (MT: 6 to 10)" 11 "Been in this country for more than 10 years" -1 "No answer" -2 "Not applicable (BIRTHPLACE=0)" -4 "Not available (anonymisation)" /MARSTADEFACTO 1 "Person living in a consensual union" 2 "Person not living in a consensual union" -1 "No Answer" /HATLEVEL 000 "No formal education or below ISCED 1 (SE: ISCED 0 & 1)" 100 "ISCED 1 (AT: ISCED 1 & 2)" 200 "ISCED 2 (incl. ISCED 3 programmes of duration less than 2 years)" 302 "ISCED 3 programme duration of 2 years and more, sequential (i.e. access to next ISCED 3 programme only)" 303 "ISCED 3 programme duration of 2 years and more, terminal or access to ISCED 4 only" 304 "ISCED 3 with access to ISCED 5, 6 or 7" 300 "ISCED 3 programme of duration of 2 years and more (AT: ISCED 3 & 4)" 400 "ISCED 4" 500 "ISCED 5" 600 "ISCED 6 (AT: ISCED 6 to 8)" 700 "ISCED 7 and ISCED 8" -1 "No answer" /HATFIELD 00 "Generic programmes and qualifications" 01 "Education" 02 "Arts and humanities" 03 "Social sciences, journalism and information" 04 "Business, administration and law" 05 "Natural sciences, mathematics and statistics" 06 "Information and Communication Technologies" 07 "Engineering, manufacturing and construction" 08 "Agriculture, forestry, fisheries and veterinary" 09 "Health and welfare" 10 "Services" 99 "Unknown" -1 "No answer" -2 "Not applicable (HATLEVEL not equal 300 to 800)" /HATYEAR 1960 "1960 (HR, MT: 1964 or before)" 1962 "SI: 1962 or less" 1965 "1965 (HR, MT: 1965-1970)" 1970 "1970 (HR, MT: 1970-1974)" 1975 "1975 (HR, MT: 1975-1980)" 1980 "1980 (HR, MT: 1980-1984)" 1985 "1985 (HR, MT: 1985-1990)" 1990 "1990 (HR, MT: 1990-1995)" 1995 "1995 (HR, MT: 1995-1999)" 2000 "2000 (HR, MT: 2000-2004)" 2005 "2005 (HR, MT: 2005-2009)" 2010 "2010 (HR, MT: 2010-2014)" 2015 "2015 (HR, MT: 2015 or after)" -1 "No answer" -2 "Not applicable (HATLEVEL = 000, -1)" /HATVOC 1 "General education" 2 "Vocational education" -1 "No answer" -2 "Not applicable (HATLEVEL not equal 300 to 400 or (REFYEAR - HATYEAR) > 20)" /DROPEDUC 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (HATLEVEL = 000, -1 or (REFYEAR - HATYEAR) > 20)" /DROPEDUCLEVEL 100 "ISCED 1 (AT, SI: ISCED 1 & 2)" 200 "ISCED 2 (incl. ISCED 3 programmes of duration less than 2 years)" 302 "ISCED 3 programme duration of 2 years and more, sequential (i.e. access to next ISCED 3 programme only)" 303 "ISCED 3 programme duration of 2 years and more, terminal or access to ISCED 4 only" 304 "ISCED 3 with access to ISCED 5, 6 or 7" 300 "ISCED 3 programme of duration of 2 years and more (MT: 300 to 304; AT: ISCED 3 & 4)" 400 "ISCED 4" 500 "ISCED 5" 600 "ISCED 6 (AT: ISCED 6 to 8)" 700 "ISCED 7 and ISCED 8" -1 "No answer" -2 "Not applicable (DROPEDUC not equal 1)" /DROPEDUCVOC 1 "General education" 2 "Vocational education" -1 "No answer" -2 "Not applicable (DROPEDUCLEVEL not equal 300 to 400 or (REFYEAR - HATYEAR) > 20)" /MAINSTAT 11 "Full time" 12 "Part time" 20 "Unemployed" 30 "HU only: categories 31 to 36" 31 "Pupil, student, further training, unpaid work experience" 32 "In retirement or early retirement or has given up business" 33 "Permanently disabled (IT: Codes 33 and 36)" 34 "In compulsory military service" 35 "Fulfilling domestic tasks" 36 "Other inactive person" -1 "No answer" /EMP12M 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (MAINSTAT = 11, 12,-1)" /JOBSTAT 10 "HU only: categories 11 and 12" 11 "Self-employed with employees" 12 "Self-employed without employees" 21 "Employee with a permanent job or work contract of unlimited duration" 22 "Employee with temporary job/work contract of limited duration" 30 "Family worker" -1 "No answer" -2 "Not applicable (MAINSTAT not equal 11, 12)" /JOBISCO "OC1" "Managers (HR, MT, SI, SE: OC11 to OC14)" "OC11" "Chief executives, senior officials and legislators" "OC12" "Administrative and commercial managers" "OC13" "Production and specialised services managers" "OC14" "Hospitality, retail and other services managers" "OC2" "Professionals (HR, MT, SI, SE: OC21 to OC26)" "OC21" "Science and engineering professionals" "OC22" "Health professionals" "OC23" "Teaching professionals" "OC24" "Business and administration professionals" "OC25" "Information and communications technology professionals" "OC26" "Legal, social and cultural professionals" "OC3" "Technicians and associate professionals (HR, MT, SI, SE: OC31 to OC35)" "OC31" "Science and engineering associate professionals" "OC32" "Health associate professionals" "OC33" "Business and administration associate professionals" "OC34" "Legal, social, cultural and related associate professionals" "OC35" "Information and communications technicians" "OC4" "Clerical support workers (HR, MT, SI, SE: OC41 to OC44)" "OC41" "General and keyboard clerks" "OC42" "Customer services clerks" "OC43" "Numerical and material recording clerks" "OC44" "Other clerical support workers" "OC5" "Service and sales workers (HR, MT, SI, SE: OC51 to OC54)" "OC51" "Personal service workers" "OC52" "Sales workers" "OC53" "Personal care workers" "OC54" "Protective services workers" "OC6" "Skilled agricultural, forestry and fishery workers (HR, MT, SI, SE: OC61 to OC63)" "OC61" "Market-oriented skilled agricultural workers" "OC62" "Market-oriented skilled forestry, fishery and hunting workers" "OC63" "Subsistence farmers, fishers, hunters and gatherers" "OC7" "Craft and related trades workers (HR, MT, SI, SE: OC71 to OC75)" "OC71" "Building and related trades workers, excluding electricians" "OC72" "Metal, machinery and related trades workers" "OC73" "Handicraft and printing workers" "OC74" "Electrical and electronic trades workers" "OC75" "Food processing, wood working, garment and other craft and related trades workers" "OC8" "Plant and machine operators, and assemblers (HR, MT, SI, SE: OC81 to OC83)" "OC81" "Stationary plant and machine operators" "OC82" "Assemblers" "OC83" "Drivers and mobile plant operators" "OC9" "Elementary occupations (HR, MT, SI, SE: OC91 to OC96)" "OC91" "Cleaners and helpers" "OC92" "Agricultural, forestry and fishery labourers" "OC93" "Labourers in mining, construction, manufacturing and transport" "OC94" "Food preparation assistants" "OC95" "Street and related sales and service workers" "OC96" "Refuse workers and other elementary workers" "OC0" "Armed forces occupations (HR, MT, SI, SE: OC01 to OC03)" "OC01" "Commissioned armed forces officers" "OC02" "Non-commissioned armed forces officers" "OC03" "Armed forces occupations, other ranks" "-1" "No answer" "-2" "Not applicable (MAINSTAT not equal 11,12)" /LOCNACE "A" "AGRICULTURE, FORESTRY AND FISHING" "B" "MINING AND QUARRYING" "C" "MANUFACTURING" "D" "ELECTRICITY, GAS, STEAM AND AIR CONDITIONING SUPPLY" "E" "WATER SUPPLY; SEWERAGE, WASTE MANAGEMENT AND REMEDIATION ACTIVITIES" "F" "CONSTRUCTION" "G" "WHOLESALE AND RETAIL TRADE; REPAIR OF MOTOR VEHICLES AND MOTORCYCLES" "H" "TRANSPORTATION AND STORAGE" "I" "ACCOMMODATION AND FOOD SERVICE ACTIVITIES" "J" "INFORMATION AND COMMUNICATION" "K" "FINANCIAL AND INSURANCE ACTIVITIES" "L" "REAL ESTATE ACTIVITIES" "M" "PROFESSIONAL, SCIENTIFIC AND TECHNICAL ACTIVITIES" "N" "ADMINISTRATIVE AND SUPPORT SERVICE ACTIVITIES" "O" "PUBLIC ADMINISTRATION AND DEFENCE; COMPULSORY SOCIAL SECURITY" "P" "EDUCATION" "Q" "HUMAN HEALTH AND SOCIAL WORK ACTIVITIES" "R" "ARTS, ENTERTAINMENT AND RECREATION" "S" "OTHER SERVICE ACTIVITIES" "T" "ACTIVITIES OF HOUSEHOLDS AS EMPLOYERS; GOODS- AND SERVICES-PRODUCING ACTIVITIES OF HOUSEHOLDS FOR OWN USE" "U" "ACTIVITIES OF EXTRATERRITORIAL ORGANISATIONS AND BODIES" "B_E" "MT, SI: B to E" "L_N" "MT, SI: L to N" "R_U" "MT, SI: R to U" "-1" "No answer" "-2" "Not applicable (MAINSTAT not equal 11,12)" /LOCSIZEFIRM 1 "1 to 9 persons" 2 "10 to 19 persons" 3 "20 to 49 persons" 4 "50 to 249 persons" 5 "250 or more persons" 6 "MT: categories 4 and 5" 7 "Do not know but 10 persons or more" -1 "No answer" -2 "Not applicable (JOBSTAT not equal 11,21,22,30)" /JOBTIME 1970 "1970 (HR, MT: 1974 or before)" 1975 "1975 (HR, MT: 1975-1979)" 1980 "1980 (HR, MT: 1980-1984, SI: 1980 or less)" 1985 "1985 (HR, MT: 1985-1989)" 1990 "1990 (HR, MT: 1990-1994)" 1995 "1995 (HR, MT: 1995-1999)" 2000 "2000 (HR, MT: 2000-2004)" 2005 "2005 (HR, MT: 2005-2009)" 2010 "2010 (HR, MT: 2010-2014)" 2015 "2015 (HR, MT: 2015 or after)" -1 "No answer" -2 "Not applicable (MAINSTAT not equal 11,12)" /HATFATHER 1 "At most lower secondary" 2 "Upper secondary" 3 "Tertiary" -1 "No answer" -2 "Not applicable (father unkown)" /HATMOTHER 1 "At most lower secondary" 2 "Upper secondary" 3 "Tertiary" -1 "No answer" -2 "Not applicable (mother unkown)" /SEEKINFO 1 "Yes" 2 "No" -1 "No answer" /GUIDEINST_1 1 "Yes" 2 "No" -1 "No answer" /GUIDEINST_2 1 "Yes" 2 "No" -1 "No answer" /GUIDEINST_3 1 "Yes" 2 "No" -1 "No answer" /GUIDEINST 1 "At least one the items below (GUIDEINST_1 to GUIDEINST_3) selected" -1 "No answer" /GUIDESOURCE_1 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDESOURCE_2 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDESOURCE_3 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDESOURCE_4 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDESOURCE_5 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDESOURCE 1 "At least one of the items below (GUIDESOURCE_1 to GUIDESOURCE_5) selected" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDETYPE_1 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDETYPE_2 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDETYPE_3 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDETYPE_4 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDETYPE 1 "At least one of the items below (GUIDETYPE_1 to GUIDETYPE_4) selected" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDEMODE_1 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDEMODE_2 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDEMODE_3 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDEMODE_4 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equal 1)" /GUIDEMODE 1 "At least one of the items below (GUIDEMODE_1 to GUIDEMODE_4) selected" 0 "None of the items listed below" -1 "No answer" -2 "Not applicable (GUIDEINST_1 not equel 1)" /FED 1 "Yes" 2 "No" /FEDNUM 0 "None (FED = 2)" /FEDSTARTYEAR 2007 "2007 (SI: 2007 or less)" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDSTARTMONTH 2010 "2010 (MT: 2010 or before)" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" -4 "Not available (anonymisation)" /FEDLEVEL 100 "ISCED 1 (AT, SI: ISCED 1 & 2)" 200 "ISCED 2 (incl. ISCED 3 programmes of duration less than 2 years)" 302 "ISCED 3 programme duration of 2 years and more, sequential (i.e. access to next ISCED 3 programme only)" 303 "ISCED 3 programme duration of 2 years and more, terminal or access to ISCED 4 only" 304 "ISCED 3 with access to ISCED 5, 6 or 7" 300 "ISCED 3 programme of duration of 2 years and more (MT: 300 to 304; AT: ISCED 3 & 4)" 400 "ISCED 4" 500 "ISCED 5" 600 "ISCED 6 (AT: ISCED 6 to 8)" 700 "ISCED 7 and ISCED 8" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDCOMP 1 "No, I dropped out before the expected end" 2 "No, it is still on-going" 3 "Yes, I completed it" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDFIELD 00 "Generic programmes and qualifications" 01 "Education" 02 "Arts and humanities" 03 "Social sciences, journalism and information" 04 "Business, administration and law" 05 "Natural sciences, mathematics and statistics" 06 "Information and Communication Technologies" 07 "Engineering, manufacturing and construction" 08 "Agriculture, forestry, fisheries and veterinary" 09 "Health and welfare" 10 "Services" 99 "Unknown" -1 "No answer" -2 "Not applicable (FEDNUM = 0 or FEDLEVEL not equal 300 to 800)" /FEDVOC 1 "General education" 2 "Vocational education" -1 "No answer" -2 "Not applicable (FEDLEVEL not equal 300 to 400)" /FEDDIST 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDDISTOL 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (FEDDIST not equal 0)" /FEDOERA 1 "Very frequently" 2 "Frequently" 3 "Sometimes" 4 "Never" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDOERB 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDREASON_01a 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDREASON_01b 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDREASON_02 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDREASON_03 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDREASON_04 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDREASON_05 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDREASON_06 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDREASON_07 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDREASON_08 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDREASON_09 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDREASON 1 "At least one of the items below (FEDREASON_01a to FEDREASON_09) selected" 0 "None of the items listed below" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDWORKTIME 1 "Only during paid working hours" 2 "Mostly during paid working hours" 3 "Mostly outside paid working hours" 4 "Only outside paid working hours" 5 "Not working at that time" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDNBHOURS -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDPAID 1 "Fully paid by yourself" 2 "Partly paid by yourself and partly paid by someone else" 3 "Fully paid by somebody else" 4 "Free activity" 5 "You do not know" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDPAIDBY_1 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0 or (FEDPAID not equal 2 and FEDPAID not equal 3)" /FEDPAIDBY_2 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0 or (FEDPAID not equal 2 and FEDPAID not equal 3)" /FEDPAIDBY_3 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0 or (FEDPAID not equal 2 and FEDPAID not equal 3)" /FEDPAIDBY_4 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0 or (FEDPAID not equal 2 and FEDPAID not equal 3)" /FEDPAIDBY 1 "At least one of the items below (FEDPAIDBY_1 to FEDPAIDBY_4) selected" 0 "None of the items listed below" -1 "No answer" -2 "Not applicable (FEDNUM = 0 or (FEDPAID not equal 2 and FEDPAID not equal 3))" /FEDUSEA 1 "A lot" 2 "A fair amount" 3 "Very little" 4 "Not at all" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDUSEB 1 "A lot" 2 "A fair amount" 3 "Very little" 4 "Not at all" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDOUTCOME_1 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDOUTCOME_3 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDOUTCOME_2 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDOUTCOME_4 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDOUTCOME_5 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDOUTCOME_6 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDOUTCOME_7 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /FEDOUTCOME 1 "At least one of the items below (FEDOUTCOME_1 to FEDOUTCOME_7) selected" 0 "None of the items listed below" -1 "No answer" -2 "Not applicable (FEDNUM = 0)" /NFE 1 "Yes" 0 "No" -1 "No answer" /NFECOURSE 1 "Yes" 2 "No" -1 "No answer" /NFEWORKSHOP 1 "Yes" 2 "No" -1 "No answer" /NFEGUIDEDJT 1 "Yes" 2 "No" -1 "No answer" /NFELESSON 1 "Yes" 2 "No" -1 "No answer" /NFENUM 0 "None (NFECOURSE = 2 and NFEWORKSHOP = 2 and NFEGUIDEDJT = 2 and NFELESSON = 2)" -1 "No answer" /NFEACT01_TYPE 1 "Courses" 2 "Workshops and seminars" 3 "Guided-on-the-job training" 4 "Private lessons" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT01_PURP 1 "Mainly job related" 2 "Mainly personal/non-job related reasons" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT01_WORKTIME 1 "Yes" 2 "No (including not working at that time)" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT01_PAIDBY 1 "Yes" 2 "No (including not working at that time)" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT02_TYPE 1 "Courses" 2 "Workshops and seminars" 3 "Guided-on-the-job training" 4 "Private lessons" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT02_PURP 1 "Mainly job related" 2 "Mainly personal/non-job related reasons" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT02_WORKTIME 1 "Yes" 2 "No (including not working at that time)" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT02_PAIDBY 1 "Yes" 2 "No (including not working at that time)" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT03_TYPE 1 "Courses" 2 "Workshops and seminars" 3 "Guided-on-the-job training" 4 "Private lessons" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT03_PURP 1 "Mainly job related" 2 "Mainly personal/non-job related reasons" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT03_WORKTIME 1 "Yes" 2 "No (including not working at that time)" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT03_PAIDBY 1 "Yes" 2 "No (including not working at that time)" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT04_TYPE 1 "Courses" 2 "Workshops and seminars" 3 "Guided-on-the-job training" 4 "Private lessons" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT04_PURP 1 "Mainly job related" 2 "Mainly personal/non-job related reasons" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT04_WORKTIME 1 "Yes" 2 "No (including not working at that time)" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT04_PAIDBY 1 "Yes" 2 "No (including not working at that time)" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT05_TYPE 1 "Courses" 2 "Workshops and seminars" 3 "Guided-on-the-job training" 4 "Private lessons" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT05_PURP 1 "Mainly job related" 2 "Mainly personal/non-job related reasons" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT05_WORKTIME 1 "Yes" 2 "No (including not working at that time)" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT05_PAIDBY 1 "Yes" 2 "No (including not working at that time)" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT06_TYPE 1 "Courses" 2 "Workshops and seminars" 3 "Guided-on-the-job training" 4 "Private lessons" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT06_PURP 1 "Mainly job related" 2 "Mainly personal/non-job related reasons" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT06_WORKTIME 1 "Yes" 2 "No (including not working at that time)" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT06_PAIDBY 1 "Yes" 2 "No (including not working at that time)" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT07_TYPE 1 "Courses" 2 "Workshops and seminars" 3 "Guided-on-the-job training" 4 "Private lessons" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT07_PURP 1 "Mainly job related" 2 "Mainly personal/non-job related reasons" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT07_WORKTIME 1 "Yes" 2 "No (including not working at that time)" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEACT07_PAIDBY 1 "Yes" 2 "No (including not working at that time)" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFERPT /NFERAND1 -1 "No answer" -2 "Not applicable (NFENUM=0)" /NFERAND1_TYPE 1 "Courses" 2 "Workshops and seminars" 3 "Guided on the job training" 4 "Private lessons" -1 "No answer" -2 "Not applicable (NFENUM=0)" /NFEPURP1 1 "Mainly job-related" 2 "Mainly personal/non-job-related reasons" -1 "No answer" -2 "Not applicable (NFERAND1=-2)" /NFEWORKTIME1 1 "Only during paid working hours" 2 "Mostly during paid working hours" 3 "Mostly outside paid working hours" 4 "Only outside paid working hours" 5 "Not working at that time" -1 "No answer" -2 "Not applicable (NFERAND1=-2 or NFERAND1_TYPE =3)" /NFEFIELD1 0 "Generic programmes and qualifications" 1 "Education" 2 "Arts and humanities" 3 "Social sciences, journalism and information" 4 "Business, administration and law" 5 "Natural sciences, mathematics and statistics" 6 "Information and Communication technologies" 7 "Engineering, manufacturing and construction" 8 "Agriculture, forestry, fisheries and veterinary" 9 "Health and welfare" 10 "Services" 99 "Unknown" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEDIST1 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEDISTOL1 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (NFEDIST1 not equal 1)" /NFEOERA1 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEOERB1 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEREASON1_01a 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON1_01b 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON1_02 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON1_03 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON1_04 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON1_13 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON1_11 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON1_06 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON1_07 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON1_08 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON1_09 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON1_10 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" -4 "Not available (anonymisation)" /NFEREASON1_12 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON1 1 "At least one of the items below (NFEREASON1_01a to NFEREASON1_12) selected" 0 "None of the items listed below (IT: for respondents that selected only NFEREASON1_10 or NFEREASON2_10)" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFENBHOURS1 -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEPROVIDER1 1 "Formal education institution" 2 "Non-formal education and training institutions" 3 "Commercial institution where education and training is not the main activity (e.g. equipment suppliers)" 4 "Employer" 5 "Employers' organisations, chambers of commerce" 6 "Trade unions" 7 "Non-profit associations, e.g. cultural society, political party" 8 "Individuals (e.g. students giving private lessons)" 9 "Non-commercial institution where education and training is not the main activity (e.g. libraries, museums, ministries)" 10 "Other" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFECERT1 1 "Yes, required by the employer or a professional body or by law" 2 "Yes, not required by the employer or a professional body or by law" 3 "No (acknowledgement of attendance)" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEPAID1 1 "Fully paid by yourself" 2 "Partly paid by yourself and partly by somebody else" 3 "Fully paid by somebody else" 4 "Free activity" 5 "You do not know" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEPAIDBY1_1 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2 or (NFEPAID1 not equal 2 or 3)" /NFEPAIDBY1_2 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2 or (NFEPAID1 not equal 2 or 3)" /NFEPAIDBY1_3 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2 or (NFEPAID1 not equal 2 or 3)" /NFEPAIDBY1_4 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2 or (NFEPAID1 not equal 2 or 3)" /NFEPAIDBY1 1 "At least one of the items below (NFEPAIDBY1_1 to NFEPAIDBY1_4) selected" 0 "None of the items listed below" -1 "No answer" -2 "Not applicable (NFERAND1 = -2 or (NFEPAID1 not equal 2 or 3))" /NFEPAIDVAL1 1246 "SI: average for values from interval 1000<=value<2000" 3819 "SI: average for values from value>=2000" -1 "No answer" -2 "Not applicable (NFEPAID1 not equal 1 and 2 and (NFEPAID1 = 3 and NFEPAIDBY1_4 not equal 1))" /NFEUSEA1 1 "A lot" 2 "A fair amount" 3 "Very little" 4 "Not at all" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEUSEB1 1 "A lot" 2 "A fair amount" 3 "Very little" 4 "Not at all" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME1_1 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME1_3 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME1_2 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME1_4 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME1_5 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME1_6 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME1_7 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME1 1 "At least one of the items below (NFEOUTCOME1_1 to NFEOUTCOME1_7) selected" 0 "None of the items listed below" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFERAND2 -1 "No answer" -2 "Not applicable (NFENUM=0)" /NFERAND2_TYPE 1 "Courses" 2 "Workshops and seminars" 3 "Guided on the job training" 4 "Private lessons" -1 "No answer" -2 "Not applicable (NFENUM=0)" /NFEPURP2 1 "Mainly job-related" 2 "Mainly personal/non-job-related reasons" -1 "No answer" -2 "Not applicable (NFERAND2=-2)" /NFEWORKTIME2 1 "Only during paid working hours" 2 "Mostly during paid working hours" 3 "Mostly outside paid working hours" 4 "Only outside paid working hours" 5 "Not working at that time" -1 "No answer" -2 "Not applicable (NFERAND2=-2 or NFERAND2_TYPE =3)" /NFEFIELD2 0 "Generic programmes and qualifications" 1 "Education" 2 "Arts and humanities" 3 "Social sciences, journalism and information" 4 "Business, administration and law" 5 "Natural sciences, mathematics and statistics" 6 "Information and Communication technologies" 7 "Engineering, manufacturing and construction" 8 "Agriculture, forestry, fisheries and veterinary" 9 "Health and welfare" 10 "Services" 99 "Unknown" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEDIST2 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEDISTOL2 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (NFEDIST1 not equal 1)" /NFEOERA2 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEOERB2 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (NFENUM = 0)" /NFEREASON2_01a 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON2_01b 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON2_02 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON2_03 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON2_04 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON2_13 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON2_11 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON2_06 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON2_07 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON2_08 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON2_09 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON2_10 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" -4 "Not available (anonymisation)" /NFEREASON2_12 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEREASON2 1 "At least one of the items below (NFEREASON1_01a to NFEREASON1_12) selected" 0 "None of the items listed below (IT: for respondents that selected only NFEREASON1_10 or NFEREASON2_10)" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFENBHOURS2 -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEPROVIDER2 1 "Formal education institution" 2 "Non-formal education and training institutions" 3 "Commercial institution where education and training is not the main activity (e.g. equipment suppliers)" 4 "Employer" 5 "Employers' organisations, chambers of commerce" 6 "Trade unions" 7 "Non-profit associations, e.g. cultural society, political party" 8 "Individuals (e.g. students giving private lessons)" 9 "Non-commercial institution where education and training is not the main activity (e.g. libraries, museums, ministries)" 10 "Other" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFECERT2 1 "Yes, required by the employer or a professional body or by law" 2 "Yes, not required by the employer or a professional body or by law" 3 "No (acknowledgement of attendance)" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEPAID2 1 "Fully paid by yourself" 2 "Partly paid by yourself and partly by somebody else" 3 "Fully paid by somebody else" 4 "Free activity" 5 "You do not know" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEPAIDBY2_1 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2 or (NFEPAID1 not equal 2 or 3)" /NFEPAIDBY2_2 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2 or (NFEPAID1 not equal 2 or 3)" /NFEPAIDBY2_3 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2 or (NFEPAID1 not equal  2 or 3)" /NFEPAIDBY2_4 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2 or (NFEPAID1 not equal 2 or 3)" /NFEPAIDBY2 1 "At least one of the items below (NFEPAIDBY1_1 to NFEPAIDBY1_4) selected" 0 "None of the items listed below" -1 "No answer" -2 "Not applicable (NFERAND1 = -2 or (NFEPAID1 not equal  2 or 3))" /NFEPAIDVAL2 1248 "SI: average for values from interval 1000<=value<2000" 3130 "SI: average for values from value>=2000" -1 "No answer" -2 "Not applicable (NFEPAID1 not equal 1 and 2 and (NFEPAID1 = 3 and NFEPAIDBY1_4 not equal 1))" /NFEUSEA2 1 "A lot" 2 "A fair amount" 3 "Very little" 4 "Not at all" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEUSEB2 1 "A lot" 2 "A fair amount" 3 "Very little" 4 "Not at all" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME2_1 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME2_3 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME2_2 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME2_4 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME2_5 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME2_6 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME2_7 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /NFEOUTCOME2 1 "At least one of the items below (NFEOUTCOME1_1 to NFEOUTCOME1_7) selected" 0 "None of the items listed below" -1 "No answer" -2 "Not applicable (NFERAND1 = -2)" /DIFFICULTY 1 "Person participated in formal or nonformal education but did not want to participate more" 2 "Person participated in formal or nonformal education and wanted to participate more" 3 "Person did not participate in formal or non-formal education and did not want to participate" 4 "Person did not participate in formal or non-formal education but wanted to participate" -1 "No answer" /NEED 1 "Yes" 2 "No" -1 "No answer" -2 "Not applicable (DIFFICULTY not equal 1 or 3)" /DIFFTYPE_01 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable ((DIFFICULTY not equal 2 or 4) and NEED not equal 2)" /DIFFTYPE_02 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable ((DIFFICULTY not equal 2 or 4) and NEED not equal 2)" /DIFFTYPE_03 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable ((DIFFICULTY not equal 2 or 4) and NEED not equal 2)" /DIFFTYPE_04 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable ((DIFFICULTY not equal 2 or 4) and NEED not equal 2)" /DIFFTYPE_05 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable ((DIFFICULTY not equal 2 or 4) and NEED not equal 2)" /DIFFTYPE_06 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable ((DIFFICULTY not equal 2 or 4) and NEED not equal 2)" /DIFFTYPE_07 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable ((DIFFICULTY not equal 2 or 4) and NEED not equal 2)" /DIFFTYPE_08a 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable ((DIFFICULTY not equal 2 or 4) and NEED not equal 2)" /DIFFTYPE_08b 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable ((DIFFICULTY not equal 2 or 4) and NEED not equal 2)" /DIFFTYPE_09 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable ((DIFFICULTY not equal 2 or 4) and NEED not equal 2)" /DIFFTYPE_10 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable ((DIFFICULTY not equal 2 or 4) and NEED not equal 2)" /DIFFTYPE_12 1 "Selected" 2 "Not selected" -1 "No answer" -2 "Not applicable ((DIFFICULTY not equal 2 or 4) and NEED not equal 2)" /DIFFTYPE 1 "At least one item below (DIFFTYPE_01 to DIFFTYPE_12) selected" 0 "None of the items listed below" -1 "No answer" -2 "Not applicable ((DIFFICULTY not equal 2 or 4) and NEED not equal 2)" /DIFFMAIN 01 "DIFFTYPE_01" 02 "DIFFTYPE_02" 03 "DIFFTYPE_03" 04 "DIFFTYPE_04" 05 "DIFFTYPE_05" 06 "DIFFTYPE_06" 07 "DIFFTYPE_07" 08 "DIFFTYPE_08" 09 "DIFFTYPE_09" 10 "DIFFTYPE_10" 12 "DIFFTYPE_12" -1 "No answer" -2 "Not applicable (DIFFTYPE not equal 1)" /INFFAMILY 1 "Yes" 2 "No" /INFMATERIAL 1 "Yes" 2 "No" /INFCOMPUTER 1 "Yes" 2 "No" /INFMEDIA 1 "Yes" 2 "No" /INFMUSEUM 1 "Yes" 2 "No" -1 "No answer" /INFLIBRARIES 1 "Yes" 2 "No" /INF 1 "Yes" 2 "No" /LANGMOTHER1 "ARA" "Arabic" "ALB" "Albanian" "BAQ" "Basque" "BOS" "Bosnian" "BUL" "Bulgarian" "CAT" "Catalan" "CZE" "Czech" "DAN" "Danish" "DUT" "Dutch; Flemish" "EUL" "EU languages" "ENG" "English" "EST" "Estonian" "FIN" "Finnish" "FRE" "French" "GER" "German" "GRE" "Greek" "HRV" "Croatian" "HUN" "Hungarian" "ICE" "Icelandic" "GLE" "Irish" "ITA" "Italian" "LAV" "Latvian" "LIT" "Lithuanian" "LTZ" "Luxembourgish" "MAC" "Macedonian" "MLT" "Maltese" "NOR" "Norwegian" "OTH" "other languages" "POL" "Polish" "POR" "Portuguese" "RUM" "Romanian" "RUS" "Russian" "SRP" "Serbian" "SLO" "Slovak" "SLV" "Slovenian" "SPA" "Spanish" "SWE" "Swedish" "TUR" "Turkish" "WEL" "Welsh" "-1" "No answer" /LANGMOTHER2 "ARA" "Arabic" "ALB" "Albanian" "BAQ" "Basque" "BOS" "Bosnian" "BUL" "Bulgarian" "CAT" "Catalan" "CZE" "Czech" "DAN" "Danish" "DUT" "Dutch; Flemish" "ENG" "English" "EST" "Estonian" "EUL" "EU languages" "FIN" "Finnish" "FRE" "French" "GER" "German" "GRE" "Greek" "HRV" "Croatian" "HUN" "Hungarian" "ICE" "Icelandic" "GLE" "Irish" "ITA" "Italian" "LAV" "Latvian" "LIT" "Lithuanian" "LTZ" "Luxembourgish" "MAC" "Macedonian" "MLT" "Maltese" "NOR" "Norwegian" "OTH" "other languages" "POL" "Polish" "POR" "Portuguese" "RUM" "Romanian" "RUS" "Russian" "SRP" "Serbian" "SLO" "Slovak" "SLV" "Slovenian" "SPA" "Spanish" "SWE" "Swedish" "TUR" "Turkish" "WEL" "Welsh" "-1" "No answer" "000" "None" /LANGUSED 8 "8 (SI: 8+)" -1 "No answer" /LANGUSED_1 "ARA" "Arabic" "ALB" "Albanian" "BAQ" "Basque" "BOS" "Bosnian" "BUL" "Bulgarian" "CAT" "Catalan" "CZE" "Czech" "DAN" "Danish" "DUT" "Dutch; Flemish" "EUL" "EU languages" "ENG" "English" "EST" "Estonian" "FIN" "Finnish" "FRE" "French" "GER" "German" "GRE" "Greek" "HRV" "Croatian" "HUN" "Hungarian" "ICE" "Icelandic" "GLE" "Irish" "ITA" "Italian" "LAV" "Latvian" "LIT" "Lithuanian" "LTZ" "Luxembourgish" "MAC" "Macedonian" "MLT" "Maltese" "NOR" "Norwegian" "OTH" "other languages" "POL" "Polish" "POR" "Portuguese" "RUM" "Romanian" "RUS" "Russian" "SRP" "Serbian" "SLO" "Slovak" "SLV" "Slovenian" "SPA" "Spanish" "SWE" "Swedish" "TUR" "Turkish" "WEL" "Welsh" "-1" "No answer" "000" "None" /LANGUSED_2 "ARA" "Arabic" "ALB" "Albanian" "BAQ" "Basque" "BOS" "Bosnian" "BUL" "Bulgarian" "CAT" "Catalan" "CZE" "Czech" "DAN" "Danish" "DUT" "Dutch; Flemish" "EUL" "EU languages" "ENG" "English" "EST" "Estonian" "FIN" "Finnish" "FRE" "French" "GER" "German" "GRE" "Greek" "HRV" "Croatian" "HUN" "Hungarian" "ICE" "Icelandic" "GLE" "Irish" "ITA" "Italian" "LAV" "Latvian" "LIT" "Lithuanian" "LTZ" "Luxembourgish" "MAC" "Macedonian" "MLT" "Maltese" "NOR" "Norwegian" "OTH" "other languages" "POL" "Polish" "POR" "Portuguese" "RUM" "Romanian" "RUS" "Russian" "SRP" "Serbian" "SLO" "Slovak" "SLV" "Slovenian" "SPA" "Spanish" "SWE" "Swedish" "TUR" "Turkish" "WEL" "Welsh" "-1" "No answer" "000" "None" /LANGUSED_3 "ARA" "Arabic" "ALB" "Albanian" "BAQ" "Basque" "BOS" "Bosnian" "BUL" "Bulgarian" "CAT" "Catalan" "CZE" "Czech" "DAN" "Danish" "DUT" "Dutch; Flemish" "EUL" "EU languages" "ENG" "English" "EST" "Estonian" "FIN" "Finnish" "FRE" "French" "GER" "German" "GRE" "Greek" "HRV" "Croatian" "HUN" "Hungarian" "ICE" "Icelandic" "GLE" "Irish" "ITA" "Italian" "LAV" "Latvian" "LIT" "Lithuanian" "LTZ" "Luxembourgish" "MAC" "Macedonian" "MLT" "Maltese" "NOR" "Norwegian" "OTH" "other languages" "POL" "Polish" "POR" "Portuguese" "RUM" "Romanian" "RUS" "Russian" "SRP" "Serbian" "SLO" "Slovak" "SLV" "Slovenian" "SPA" "Spanish" "SWE" "Swedish" "TUR" "Turkish" "WEL" "Welsh" "-1" "No answer" "000" "None" /LANGUSED_4 "ARA" "Arabic" "ALB" "Albanian" "BAQ" "Basque" "BOS" "Bosnian" "BUL" "Bulgarian" "CAT" "Catalan" "CZE" "Czech" "DAN" "Danish" "DUT" "Dutch; Flemish" "EUL" "EU languages" "ENG" "English" "EST" "Estonian" "FIN" "Finnish" "FRE" "French" "GER" "German" "GRE" "Greek" "HRV" "Croatian" "HUN" "Hungarian" "ICE" "Icelandic" "GLE" "Irish" "ITA" "Italian" "LAV" "Latvian" "LIT" "Lithuanian" "LTZ" "Luxembourgish" "MAC" "Macedonian" "MLT" "Maltese" "NOR" "Norwegian" "OTH" "other languages" "POL" "Polish" "POR" "Portuguese" "RUM" "Romanian" "RUS" "Russian" "SRP" "Serbian" "SLO" "Slovak" "SLV" "Slovenian" "SPA" "Spanish" "SWE" "Swedish" "TUR" "Turkish" "WEL" "Welsh" "-1" "No answer" "000" "None" /LANGUSED_5 "ARA" "Arabic" "ALB" "Albanian" "BAQ" "Basque" "BOS" "Bosnian" "BUL" "Bulgarian" "CAT" "Catalan" "CZE" "Czech" "DAN" "Danish" "DUT" "Dutch; Flemish" "EUL" "EU languages" "ENG" "English" "EST" "Estonian" "FIN" "Finnish" "FRE" "French" "GER" "German" "GRE" "Greek" "HRV" "Croatian" "HUN" "Hungarian" "ICE" "Icelandic" "GLE" "Irish" "ITA" "Italian" "LAV" "Latvian" "LIT" "Lithuanian" "LTZ" "Luxembourgish" "MAC" "Macedonian" "MLT" "Maltese" "NOR" "Norwegian" "OTH" "other languages" "POL" "Polish" "POR" "Portuguese" "RUM" "Romanian" "RUS" "Russian" "SRP" "Serbian" "SLO" "Slovak" "SLV" "Slovenian" "SPA" "Spanish" "SWE" "Swedish" "TUR" "Turkish" "WEL" "Welsh" "-1" "No answer" "000" "None" /LANGUSED_6 "ARA" "Arabic" "ALB" "Albanian" "BAQ" "Basque" "BOS" "Bosnian" "BUL" "Bulgarian" "CAT" "Catalan" "CZE" "Czech" "DAN" "Danish" "DUT" "Dutch; Flemish" "EUL" "EU languages" "ENG" "English" "EST" "Estonian" "FIN" "Finnish" "FRE" "French" "GER" "German" "GRE" "Greek" "HRV" "Croatian" "HUN" "Hungarian" "ICE" "Icelandic" "GLE" "Irish" "ITA" "Italian" "LAV" "Latvian" "LIT" "Lithuanian" "LTZ" "Luxembourgish" "MAC" "Macedonian" "MLT" "Maltese" "NOR" "Norwegian" "OTH" "other languages" "POL" "Polish" "POR" "Portuguese" "RUM" "Romanian" "RUS" "Russian" "SRP" "Serbian" "SLO" "Slovak" "SLV" "Slovenian" "SPA" "Spanish" "SWE" "Swedish" "TUR" "Turkish" "WEL" "Welsh" "000" "None" "-1" "No answer" /LANGUSED_7 "ARA" "Arabic" "ALB" "Albanian" "BAQ" "Basque" "BOS" "Bosnian" "BUL" "Bulgarian" "CAT" "Catalan" "CZE" "Czech" "DAN" "Danish" "DUT" "Dutch; Flemish" "EUL" "EU languages" "ENG" "English" "EST" "Estonian" "FIN" "Finnish" "FRE" "French" "GER" "German" "GRE" "Greek" "HRV" "Croatian" "HUN" "Hungarian" "ICE" "Icelandic" "GLE" "Irish" "ITA" "Italian" "LAV" "Latvian" "LIT" "Lithuanian" "LTZ" "Luxembourgish" "MAC" "Macedonian" "MLT" "Maltese" "NOR" "Norwegian" "OTH" "other languages" "POL" "Polish" "POR" "Portuguese" "RUM" "Romanian" "RUS" "Russian" "SRP" "Serbian" "SLO" "Slovak" "SLV" "Slovenian" "SPA" "Spanish" "SWE" "Swedish" "TUR" "Turkish" "WEL" "Welsh" "000" "None" "-1" "No answer" /LANGBEST1 "ARA" "Arabic" "ALB" "Albanian" "BAQ" "Basque" "BOS" "Bosnian" "BUL" "Bulgarian" "CAT" "Catalan" "CZE" "Czech" "DAN" "Danish" "DUT" "Dutch; Flemish" "EUL" "EU languages" "ENG" "English" "EST" "Estonian" "FIN" "Finnish" "FRE" "French" "GER" "German" "GRE" "Greek" "HRV" "Croatian" "HUN" "Hungarian" "ICE" "Icelandic" "GLE" "Irish" "ITA" "Italian" "LAV" "Latvian" "LIT" "Lithuanian" "LTZ" "Luxembourgish" "MAC" "Macedonian" "MLT" "Maltese" "NOR" "Norwegian" "OTH" "other languages" "POL" "Polish" "POR" "Portuguese" "RUM" "Romanian" "RUS" "Russian" "SRP" "Serbian" "SLO" "Slovak" "SLV" "Slovenian" "SPA" "Spanish" "SWE" "Swedish" "TUR" "Turkish" "WEL" "Welsh" "-1" "No answer" "-2" "Not applicable (LANGUSED = 0, -1)" /LANGLEVEL1 0 "I only understand and can use a few words and phrases" 1 "I can understand and use the most common everyday expressions. I usethe language in relation to familiar things and situations." 2 "I can understand the essential of clear language and produce simple text. I can describe experiences and events and communicate fairly fluently." 3 "I can understand a wide range of demanding texts and use the language flexibly. I master the language almost completely." -1 "No answer" -2 "Not applicable (LANGBEST1 = -1, -2)" /LANGBEST2 "ARA" "Arabic" "ALB" "Albanian" "BAQ" "Basque" "BOS" "Bosnian" "BUL" "Bulgarian" "CAT" "Catalan" "CZE" "Czech" "DAN" "Danish" "DUT" "Dutch; Flemish" "EUL" "EU languages" "ENG" "English" "EST" "Estonian" "FIN" "Finnish" "FRE" "French" "GER" "German" "GRE" "Greek" "HRV" "Croatian" "HUN" "Hungarian" "ICE" "Icelandic" "GLE" "Irish" "ITA" "Italian" "LAV" "Latvian" "LIT" "Lithuanian" "LTZ" "Luxembourgish" "MAC" "Macedonian" "MLT" "Maltese" "NOR" "Norwegian" "OTH" "other languages" "POL" "Polish" "POR" "Portuguese" "RUM" "Romanian" "RUS" "Russian" "SRP" "Serbian" "SLO" "Slovak" "SLV" "Slovenian" "SPA" "Spanish" "SWE" "Swedish" "TUR" "Turkish" "WEL" "Welsh" "-1" "No answer" "-2" "Not applicable (LANGUSED = 0, -1)" /LANGLEVEL2 0 "I only understand and can use a few words and phrases" 1 "I can understand and use the most common everyday expressions. I usethe language in relation to familiar things and situations." 2 "I can understand the essential of clear language and produce simple text. I can describe experiences and events and communicate fairly fluently." 3 "I can understand a wide range of demanding texts and use the language flexibly. I master the language almost completely." -1 "No answer" -2 "Not applicable (LANGBEST1 = -1, -2)" /JOBREL_NFE /EMPSPON_NFE /NFENBHOURSx -1 "No answer" -2 "Not applicable (NFERAND1=-2)" /CITIZEN 1 "Country of survey" 2 "Another EU country" 3 "A non-EU country" 4 "Another Country (SI only)" -1 "No answer" /BIRTHPLACE 1 "Country of survey" 2 "Another EU country" 3 "A non-EU country" 4 "Another Country (SI only)" -1 "No answer" /BIRTHFATHER 1 "Country of survey" 2 "Another EU country" 3 "A non EU country" 4 "Another Country (SI only)" -1 "No answer" -2 "Not applicable (father unknown)" /BIRTHMOTHER 1 "Country of survey" 2 "Another EU country" 3 "A non EU country" 4 "Another Country (SI only)" -1 "No answer" -2 "Not applicable (mother unknown)". EXECUTE. *Declare User-Missing Values. MISSING VALUES DEG_URB REFMONTH HHNBPERS_tot HHNBPERS_0_13 HHNBPERS_14_24 HHNBPERS_25plus HHTYPE HHINCOME BIRTHYEAR BIRTHMONTH RESTIME MARSTADEFACTO HATLEVEL HATFIELD HATYEAR HATVOC DROPEDUC DROPEDUCLEVEL DROPEDUCVOC MAINSTAT EMP12M JOBSTAT LOCSIZEFIRM JOBTIME HATFATHER HATMOTHER SEEKINFO GUIDEINST_1 GUIDEINST_2 GUIDEINST_3 GUIDEINST GUIDESOURCE_1 GUIDESOURCE_2 GUIDESOURCE_3 GUIDESOURCE_4 GUIDESOURCE_5 GUIDESOURCE GUIDETYPE_1 GUIDETYPE_2 GUIDETYPE_3 GUIDETYPE_4 GUIDETYPE GUIDEMODE_1 GUIDEMODE_2 GUIDEMODE_3 GUIDEMODE_4 GUIDEMODE FEDSTARTYEAR FEDSTARTMONTH FEDLEVEL FEDCOMP FEDFIELD FEDVOC FEDDIST FEDDISTOL FEDOERA FEDOERB FEDREASON_01a FEDREASON_01b FEDREASON_02 FEDREASON_03 FEDREASON_04 FEDREASON_05 FEDREASON_06 FEDREASON_07 FEDREASON_08 FEDREASON_09 FEDREASON FEDWORKTIME FEDNBHOURS FEDPAID FEDPAIDBY_1 FEDPAIDBY_2 FEDPAIDBY_3 FEDPAIDBY_4 FEDPAIDBY FEDUSEA FEDUSEB FEDOUTCOME_1 FEDOUTCOME_3 FEDOUTCOME_2 FEDOUTCOME_4 FEDOUTCOME_5 FEDOUTCOME_6 FEDOUTCOME_7 FEDOUTCOME NFE NFECOURSE NFEWORKSHOP NFEGUIDEDJT NFELESSON NFENUM NFEACT01_TYPE NFEACT01_PURP NFEACT01_WORKTIME NFEACT01_PAIDBY NFEACT02_TYPE NFEACT02_PURP NFEACT02_WORKTIME NFEACT02_PAIDBY NFEACT03_TYPE NFEACT03_PURP NFEACT03_WORKTIME NFEACT03_PAIDBY NFEACT04_TYPE NFEACT04_PURP NFEACT04_WORKTIME NFEACT04_PAIDBY NFEACT05_TYPE NFEACT05_PURP NFEACT05_WORKTIME NFEACT05_PAIDBY NFEACT06_TYPE NFEACT06_PURP NFEACT06_WORKTIME NFEACT06_PAIDBY NFEACT07_TYPE NFEACT07_PURP NFEACT07_WORKTIME NFEACT07_PAIDBY NFERAND1 NFERAND1_TYPE NFEPURP1 NFEWORKTIME1 NFEFIELD1 NFEDIST1 NFEDISTOL1 NFEOERA1 NFEOERB1 NFEREASON1_01a NFEREASON1_01b NFEREASON1_02 NFEREASON1_03 NFEREASON1_04 NFEREASON1_13 NFEREASON1_11 NFEREASON1_06 NFEREASON1_07 NFEREASON1_08 NFEREASON1_09 NFEREASON1_10 NFEREASON1_12 NFEREASON1 NFENBHOURS1 NFEPROVIDER1 NFECERT1 NFEPAID1 NFEPAIDBY1_1 NFEPAIDBY1_2 NFEPAIDBY1_3 NFEPAIDBY1_4 NFEPAIDBY1 NFEPAIDVAL1 NFEUSEA1 NFEUSEB1 NFEOUTCOME1_1 NFEOUTCOME1_3 NFEOUTCOME1_2 NFEOUTCOME1_4 NFEOUTCOME1_5 NFEOUTCOME1_6 NFEOUTCOME1_7 NFEOUTCOME1 NFERAND2 NFERAND2_TYPE NFEPURP2 NFEWORKTIME2 NFEFIELD2 NFEDIST2 NFEDISTOL2 NFEOERA2 NFEOERB2 NFEREASON2_01a NFEREASON2_01b NFEREASON2_02 NFEREASON2_03 NFEREASON2_04 NFEREASON2_13 NFEREASON2_11 NFEREASON2_06 NFEREASON2_07 NFEREASON2_08 NFEREASON2_09 NFEREASON2_10 NFEREASON2_12 NFEREASON2 NFENBHOURS2 NFEPROVIDER2 NFECERT2 NFEPAID2 NFEPAIDBY2_1 NFEPAIDBY2_2 NFEPAIDBY2_3 NFEPAIDBY2_4 NFEPAIDBY2 NFEPAIDVAL2 NFEUSEA2 NFEUSEB2 NFEOUTCOME2_1 NFEOUTCOME2_3 NFEOUTCOME2_2 NFEOUTCOME2_4 NFEOUTCOME2_5 NFEOUTCOME2_6 NFEOUTCOME2_7 NFEOUTCOME2 DIFFICULTY NEED DIFFTYPE_01 DIFFTYPE_02 DIFFTYPE_03 DIFFTYPE_04 DIFFTYPE_05 DIFFTYPE_06 DIFFTYPE_07 DIFFTYPE_08a DIFFTYPE_08b DIFFTYPE_09 DIFFTYPE_10 DIFFTYPE_12 DIFFTYPE DIFFMAIN INFMUSEUM LANGUSED LANGLEVEL1 LANGLEVEL2 NFENBHOURSx CITIZEN BIRTHPLACE BIRTHFATHER BIRTHMOTHER (-4 thru -1). MISSING VALUES LANGMOTHER1 LANGMOTHER2 LANGUSED_1 LANGUSED_2 LANGUSED_3 LANGUSED_4 LANGUSED_5 LANGUSED_6 LANGUSED_7("-1"). MISSING VALUES JOBISCO LOCNACE LANGBEST1 LANGBEST2 ("-1","-2"). SAVE OUTFILE=spss_reference.