title 'New labels for a_indresptest1.sav'. comment 'Change embedded lower to upper case'. * Pasted from DVP, but might be simpler reduced to ADD VALUE LABELS. * Define Variable Properties. VARIABLE LABELS a_ukborn 'Born in UK'. /a_qualoc 'UK or non-UK qualification' /a_pasoc00_cc "Father's occupation (SOC 2000), resp aged 14, condensed 3-digit "+ "version" /a_masoc00_cc "Mother's occupation (SOC 2000), resp aged 14, condensed 3-digit "+ "version" /a_britid 'Importance of being British' /a_niact 'Religion active: (Northern Ireland)' /a_oprlg0 'Religion brought up in: (England, Scotalnd, Wales)' /a_oprlg1 'Religion: (England, Scotland, Wales)' /a_jbsic07 'Current job SIC 2007' /a_jbsoc00_cc 'Current job: SIC 2000 (condensed 3 digits version)'. EXECUTE. VALUE LABELS a_qfhigh -9 'Missing' -8 'Inapplicable' -7 'Proxy respondent' -2 'Refused' -1 "Don't know" 1 'University higher degree (e.g. MSc, PhD)' 2 "1st degree level inc found'n deg, grad memb prof inst, PGCE" 3 'Diploma in higher education' 4 'Teaching qualification (excluding PGCE)' 5 'Nursing or other medical qualification not yet mentioned' 6 'A level' 7 'Welsh baccalaureate' 8 'International baccalaureate' 9 'AS level' 10 'Higher grade/advanced higher (Scotland)' 11 'Certificate of sixth year studies' 12 'GCSE/O level' 13 'CSE' 14 'Standard/ordinary (O) grade / Lower (Scotland)' 15 'Other school (inc. school leaving exam cert or matriculation' 96 'None of the above' /a_country -9 'Missing or wild' -8 'Inapplicable' -7 'Proxy respondent' -2 'Refusal' -1 "Don't know" 1 'England' 2 'Wales' 3 'Scotland' 4 'Northern Ireland' /a_gor_dv 1 'North East' 2 'North West' 3 'Yorkshire and the Humber' 4 'East Midlands' 5 'West Midlands' 6 'East of England' 7 'London' 8 'South East' 9 'South West' 10 'Wales' 11 'Scotland' 12 'Northern Ireland' /a_vote3 a_vote4 -9 'Missing' -8 'Inapplicable' -7 'Proxy respondent' -2 'Refused' -1 "Don't know" 1 'Conservatives' 2 'Labour' 3 'Liberal Democrat' 4 'Scottish National Party' 5 'Plaid Cymru' 6 'Green Party' 7 'Ulster Unionist' 8 'Sdlp' 9 'Alliance Party' 10 'Democratic Unionist' 11 'SinnFfein' 95 'None' 96 "Can't vote" 97 'Other party' /a_ukborn -9 'Missing' -8 'Inapplicable' -7 'Proxy respondent' -2 'Refused' -1 "Don't know" 1 'Yes, England' 2 'Yes, Scotland' 3 'Yes, Wales' 4 'Yes, Northern Ireland' 5 'Not born in the UK' /a_plbornc -9 'Missing' -8 'Inapplicable' -7 'Proxy respondent' -2 'Refused' -1 "Don't know" 5 'Republic of Ireland' 6 'France' 7 'Germany' 8 'Italy' 9 'Spain' 10 'Poland' 11 'Cyprus' 12 'Turkey' 13 'Australia' 14 'New Zealand' 15 'Canada' 16 'U.S.A.' 17 'China/Hong Kong' 18 'India' 19 'Pakistan' 20 'Bangladesh' 21 'Sri lanka' 22 'Kenya' 23 'Ghana' 24 'Nigeria' 25 'Uganda' 26 'South Africa' 27 'Jamaica' 97 'Other country' /a_qfhigh -9 'Missing' -8 'Inapplicable' -7 'Proxy respondent' -2 'Refused' -1 "Don't know" 1 'University higher degree (e.g. MSc, PhD)' 2 "1st degree level inc found'n deg, grad memb prof inst, pgce" 3 'Diploma in higher education' 4 'Teaching qualification (excluding PGCE)' 5 'Nursing or other medical qualification not yet mentioned' 6 'A level' 7 'Welsh baccalaureate' 8 'International baccalaureate' 9 'As level' 10 'Higher grade/advanced higher (Scotland)' 11 'Certificate of sixth year studies' 12 'GCSE/O level' 13 'CSE' 14 'Standard/ordinary (o) grade / lower (Scotland)' 15 'Other school (inc. school leaving exam cert or matriculation' 96 'None of the above' /a_edtype -9 'Missing' -8 'Inapplicable' -7 'Proxy respondent' -2 'Refused' -1 "Don't know" 1 'At school' 2 'At sixth form college' 3 'At further education (FE) college' 4 'At higher education (HE) college' 5 'Or at university?' /a_edasp -9 'Missing' -8 'Inapplicable' -7 'Proxy respondent' -2 'Refused' -1 "Don't know" 1 'GCSE/standards/gnvq foundation/gnvq intermediate/nvq1/nvq2' 2 'AS levels/AVCE part' 3 'A levels/Highers/NVQ3/AVCE singleAVCE double' 97 'Other qualifications' /a_fedlik -9 'Missing' -8 'Inapplicable' -7 'Proxy respondent' -2 'Refused' -1 "Don't know" 1 'Very likely' 2 'Fairly likely' 3 'Not very likely' 4 'Or not at all likely?' 5 'Depends'. EXECUTE. VALUE LABELS a_oprlg0 a_oprlg1 -9 'Missing' -8 'Inapplicable' -7 'Proxy respondent' -2 'Refused' -1 "Don't know" 1 'No religion' 2 'Church of England/Anglican' 3 'Roman Catholic' 4 'Church of Scotland' 5 'Free Church or Free Presbyterian Church of Scotland' 6 'Episcopalian' 7 'Methodist' 8 'Baptist' 9 'Congregational/United Reform/urc' 10 'Other Christian' 11 'Christian (no denomination specified)' 12 'Muslim/Islam' 13 'Hindu' 14 'Jewish' 15 'Sikh' 16 'Buddhist' 97 'Other'. EXECUTE.