/*------------------------------------------------------- fromats.sas Written from as SPSS output file ----------------------------------------------*/ need to run this to access data file sasswf in pre-processing directory proc format ; value yaresp0A /* YA. Whether respondent completed a questionnaire at sweep 1 */ 1 = 'Yes' 2 = 'No (but possible)' 3 = 'No (not possible)' ; value yasector /* YA. Type of school attended */ 1 = 'M - Mainstream' 2 = 'I - Independent' 3 = 'S - Special' 98 = 'Missing' 99 = 'Filtered away' ; value yaschool /* YA. Name of school */ 1 = 'LEITH' 2 = 'FORRESTER' 3 = 'ROYAL HIGH' 4 = 'QUEENSFERRY' 5 = 'FIRRHILL' 6 = 'HOLYROOD' 7 = 'GRACEMOUNT' 8 = 'CURRIE' 9 = 'WHEC' 10 = 'BALERNO' 11 = 'PORTOBELLO' 12 = 'BOROUGHMUIR' 13 = 'TYNECASTLE' 14 = 'GILLESPIES' 15 = 'CRAIGROYSTON' 16 = 'BROUGHTON' 17 = 'CRAIGMOUNT' 18 = 'DRUMMOND' 19 = 'LIBERTON' 20 = 'ST AUGUSTINE' 21 = 'ST THOMAS' 22 = 'CASTLEBRAE' 23 = 'TRINITY' 24 = 'WATSONS' 25 = 'CARGILFIELD' 26 = 'HERIOTS' 27 = 'MERCHISTON CSTLE' 28 = 'ST MARYS' 29 = 'ST GEORGES' 30 = 'ST MARGARETS' 31 = 'KAIMES' 32 = 'GRAYSMILL' 33 = 'ST NICHOLAS' 34 = 'KINGSINCH' 35 = 'CANONMILLS' 37 = 'WILLOWPARK' 39 = 'PILRIG PARK' 40 = 'FETTES' 41 = 'Other ed resource' 99 = 'Filtered away' ; value yadrgy0A /* YA Have you ever tried illegal drugs */ 1 = 'Yes' 2 = 'No' 96 = 'More than 1 tick' 98 = 'Missing' ; value yadrug0A /* YA How often tried cannabis */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yadrug0B /* YA How often tried glue or gas */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yadrug0C /* YA How often tried ecstasy */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yadrug0D /* YA How often tried cocaine */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yadrug0E /* YA How often tried speed */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yadrug0F /* YA How often tried heroin */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yadrug0G /* YA How often tried LSD */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yadrug0H /* YA How often tried magic mushrooms */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yadrug0I /* YA How often tried downers */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yadrug1A /* YA How often tried some other drug */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yaybus0A /* YA Ever dodged paying correct fare */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yaybus0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yayshp0A /* YA Ever stolen from a shop */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yayshp0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yaybop0A /* YA Ever rowdy or rude in public */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yaybop0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yayjrd0A /* YA Ever stolen/ridden in a stolen vehicle */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yayjrd0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yayscl0A /* YA Ever stolen something from school */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yayscl0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yaywep0A /* YA Ever carried a knife or weapon */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yaywep0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yayvnd0A /* YA Ever vandalised property */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yayvnd0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yayhbk0A /* YA Ever broken into a house or building to steal */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yayhbk0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yaygrf0A /* YA Ever written or sprayed graffiti */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yaygrf0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yayrob0A /* YA Ever used force/threats/weapon to rob someone */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yayrob0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yayhom0A /* YA Ever stolen something from home */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yayhom0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yayars0A /* YA Ever set fire to something */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yayars0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yayhit0A /* YA Ever hit, kicked or punched someone on purpose */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yayhit0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yaycbk0A /* YA Ever broken into a vehicle to steal */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yaycbk0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yayskv0A /* YA Ever skived school */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yayskv0B /* YA How many times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yavnik0A /* YA Ever been victim of theft */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yavnik0B /* YA Number of times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yavrob0A /* YA Ever been victim of robbery */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yavrob0B /* YA Number of times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yavthr0A /* YA Ever been victim of threats */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yavthr0B /* YA Number of times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yavhit0A /* YA Ever been victim of assault */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yavhit0B /* YA Number of times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value yavwep0A /* YA Ever been victim of assault with a weapon */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yavwep0B /* YA Number of times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 98 = 'Missing' 99 = 'Filtered away' ; value ybresp0A /* YB Whether respondent completed a questionnaire at sweep 2 */ 1 = 'Yes' 2 = 'No (but possible at sweep 2)' 3 = 'No (not possible at sweep 2' ; value ybsector /* YB Type of school attended */ 1 = 'M - Mainstream' 2 = 'I - Independent' 3 = 'S - Special' 98 = 'Missing' 99 = 'Filtered away' ; value ybschool /* YB Name of school */ 1 = 'Leith' 2 = 'Forrester' 3 = 'Royal High' 4 = 'Queensferry' 5 = 'Firrhill' 6 = 'Holyrood' 7 = 'Gracemount' 8 = 'Currie' 9 = 'WHEC' 10 = 'Balerno' 11 = 'Portobello' 12 = 'Boroughmuir' 13 = 'Tynecastle' 14 = 'Gillespies' 15 = 'Craigroyston' 16 = 'Broughton' 17 = 'Craigmount' 18 = 'Drummond' 19 = 'Liberton' 20 = 'St Augustine' 21 = 'St Thomas' 22 = 'Castlebrae' 23 = 'Trinity' 24 = 'Watsons' 25 = 'Cargilfield' 26 = 'Heriots' 27 = 'Merchiston Castle' 28 = 'St Marys' 29 = 'St Georges' 30 = 'St Margarets' 31 = 'Kaimes' 32 = 'Graysmill' 33 = 'St Nicholas' 34 = 'Kingsinch' 35 = 'Canonmills' 36 = 'Howdenhall' 37 = 'Willowpark' 38 = 'Cairnpark' 39 = 'Pilrig Park' 40 = 'Fettes Academy' 41 = 'Other ed resource' 98 = 'Missing' 99 = 'Filtered away' ; value ybdrgy0A /* YB Did you take/try any illegal drugs in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybdrug0A /* YB How often took cannabis in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybdrug0B /* YB How often took glue or gas in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybdrug0C /* YB How often took ecstasy in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybdrug0D /* YB How often took cocaine in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybdrug0E /* YB How often took speed in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybdrug0F /* YB How often took heroin in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybdrug0G /* YB How often took LSD in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybdrug0H /* YB How often took magic mushrooms in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybdrug0I /* YB How often took downers in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybdrug1A /* YB How often took something else in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybdrug1B /* YB How often took poppers in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybybus0A /* YB Dodged paying correct fare in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybybus0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybyshp0A /* YB Stolen something from a shop in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybyshp0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybybop0A /* YB Noisy or cheeky in public in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybybop0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybyjrd0A /* YB Ridden in a stolen vehicle in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybyjrd0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybyscl0A /* YB Stolen something from school in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybyscl0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybywep0A /* YB Carried a knife or weapon in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybywep0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybyvnd0A /* YB Vandalised property in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybyvnd0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybyhbk0A /* YB Broken into a house or building to steal in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybyhbk0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybygrf0A /* YB Wrote or sprayed graffiti in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybygrf0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybyrob0A /* YB used force/threats/weapon to rob someone in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybyrob0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybyhom0A /* YB Stolen something from home in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybyhom0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybyars0A /* YB Set fire to something in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybyars0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybyhit0A /* YB Hit, kicked or punched someone in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybyhit0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybycbk0A /* YB Broken into a vehicle to steal in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybycbk0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybyskv0A /* YB Skived school in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybyskv0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybypet0A /* YB Cruel to animals/birds in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybypet0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybvnik0A /* YB Victim of theft in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybvnik0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybvrob0A /* YB Victim of robbery in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybvrob0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybvthr0A /* YB Victim of threats in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybvthr0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybvhit0A /* YB Victim of assault in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybvhit0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ybvwep0A /* YB Victim of assault with weapon in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ybvwep0B /* YB Number of times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycresp0A /* YC. Whether respondent completed a questionnaire at sweep 3 */ 1 = 'Yes' 2 = 'No (but possible at sweep 3)' 3 = 'No (not possible at sweep 3)' ; value ycsector /* YC. Type of school attended */ 1 = 'M - Mainstream' 2 = 'I - Independent' 3 = 'S - Special' 98 = 'Missing' 99 = 'Filtered away' ; value ycschool /* YC. Name of school */ 1 = 'Leith' 2 = 'Forrester' 3 = 'Royal High' 4 = 'Queensferry' 5 = 'Firrhill' 6 = 'Holyrood' 7 = 'Gracemount' 8 = 'Currie' 9 = 'WHEC' 10 = 'Balerno' 11 = 'Portobello' 12 = 'Boroughmuir' 13 = 'Tynecastle' 14 = 'Gillespies' 15 = 'Craigroyston' 16 = 'Broughton' 17 = 'Craigmount' 18 = 'Drummond' 19 = 'Liberton' 20 = 'St Augustine' 21 = 'St Thomas' 22 = 'Castlebrae' 23 = 'Trinity' 24 = 'Watsons' 25 = 'Cargilfield' 26 = 'Heriots' 27 = 'Merchiston Castle' 28 = 'St Marys' 29 = 'St Georges' 30 = 'St Margarets' 31 = 'Kaimes' 32 = 'Graysmill' 33 = 'St Nicholas' 34 = 'Kingsinch' 35 = 'Canonmills' 36 = 'Howdenhall' 37 = 'Willowpark' 38 = 'Cairnpark' 39 = 'Pilrig Park' 40 = 'Fettes Academy' 41 = 'Other Educational Resource' 98 = 'Missing' 99 = 'Filtered away' ; value ycdrgy0A /* YC: Did you take/try illegal drugs in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycdrug0A /* YC: How often took cannabis in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycdrug0B /* YC: How often took glue or gas in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycdrug0C /* YC: How often took ecstasy in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycdrug0D /* YC: How often took cocaine in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycdrug0E /* YC: How often took speed in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycdrug0F /* YC: How often took heroin in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycdrug0G /* YC: How often took LSD in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycdrug0H /* YC: How often took magic mushrooms in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycdrug0I /* YC: How often took downers in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycdrug1A /* YC: How often took something else in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycdrug1B /* YC: How often took poppers in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycdrug1C /* YC: How often took semeron (bogus drug) in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycybus0A /* YC: Dodged paying correct fare in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycybus0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycyshp0A /* YC: Stolen something from a shop in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycyshp0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycybop0A /* YC: Noisy or cheeky in public in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value ycybop0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycyjrd0A /* YC: Ridden in a stolen vehicle in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycyjrd0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycyscl0A /* YC: Stolen something from school in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycyscl0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycywep0A /* YC: Carried a knife or weapon in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycywep0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycyvnd0A /* YC: Vandalised property in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycyvnd0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycyhbk0A /* YC: Broken into a house or building to steal in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycyhbk0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycygrf0A /* YC: Wrote or sprayed graffiti in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycygrf0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycyrob0A /* YC: Used force/threats/weapon to rob someone in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycyrob0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycyhom0A /* YC: Stolen something from home in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycyhom0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycyars0A /* YC: Set fire to something in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycyars0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycyhit0A /* YC: Hit, kicked or punched someone in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycyhit0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycycbk0A /* YC: Broken into a vehicle to steal in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycycbk0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycyskv0A /* YC: Skived school in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycyskv0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycypet0A /* YC: Cruel to animals/birds in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycypet0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycydrg0A /* YC: Sold an illegal drug in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycydrg0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycyrab0A /* YC: Racially abused someone in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycyrab0B /* YC: How many times in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycvnik0A /* YC: Victim of theft in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycvnik4A /* YC: How many times in your neighbourhood in last year */ 1 = 'Never' 2 = '1 time' 3 = '2 times' 4 = '3 times' 5 = '4 times' 6 = '5 times' 7 = '6 to 10 times' 8 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycvnik4B /* YC: How many times in other places in last year */ 1 = 'Never' 2 = '1 time' 3 = '2 times' 4 = '3 times' 5 = '4 times' 6 = '5 times' 7 = '6 to 10 times' 8 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycvrob0A /* YC: Victim of robbery in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycvrob4A /* YC: How many times in your neighbourhood in last year */ 1 = 'Never' 2 = '1 time' 3 = '2 times' 4 = '3 times' 5 = '4 times' 6 = '5 times' 7 = '6 to 10 times' 8 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycvrob4B /* YC: How many times in other places in last year */ 1 = 'Never' 2 = '1 time' 3 = '2 times' 4 = '3 times' 5 = '4 times' 6 = '5 times' 7 = '6 to 10 times' 8 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycvthr0A /* YC: Victim of threats in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycvthr4A /* YC: How many times in your neighbourhood in last year */ 1 = 'Never' 2 = '1 time' 3 = '2 times' 4 = '3 times' 5 = '4 times' 6 = '5 times' 7 = '6 to 10 times' 8 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycvthr4B /* YC: How many times in other places in last year */ 1 = 'Never' 2 = '1 time' 3 = '2 times' 4 = '3 times' 5 = '4 times' 6 = '5 times' 7 = '6 to 10 times' 8 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycvhit0A /* YC: Victim of assault in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycvhit4A /* YC: How many times in your neighbourhood in last year */ 1 = 'Never' 2 = '1 time' 3 = '2 times' 4 = '3 times' 5 = '4 times' 6 = '5 times' 7 = '6 to 10 times' 8 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycvhit4B /* YC: How many times in other places in last year */ 1 = 'Never' 2 = '1 time' 3 = '2 times' 4 = '3 times' 5 = '4 times' 6 = '5 times' 7 = '6 to 10 times' 8 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycvwep0A /* YC: Victim of assault with weapon in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ycvwep4A /* YC: How many times in your neighbourhood in last year */ 1 = 'Never' 2 = '1 time' 3 = '2 times' 4 = '3 times' 5 = '4 times' 6 = '5 times' 7 = '6 to 10 times' 8 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ycvwep4B /* YC: How many times in other places in last year */ 1 = 'Never' 2 = '1 time' 3 = '2 times' 4 = '3 times' 5 = '4 times' 6 = '5 times' 7 = '6 to 10 times' 8 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydresp0A /* Whether respondent has Sweep 4 main questionnaire */ 1 = 'Yes' 2 = 'No, but possible' 3 = 'No, not possible' ; value ydsector /* YD: School sector */ 1 = 'M - Mainstream' 2 = 'I - Independent' 3 = 'S - Special' 4 = 'L - Leaver' 99 = 'X - Filtered away' ; value ydschool /* YD: Name of school */ 0 = 'Outwith Edin' 1 = 'Leith' 2 = 'Forrester' 3 = 'Royal High' 4 = 'Quensferry' 5 = 'Firrhill' 6 = 'Holyrood' 7 = 'Gracemount' 8 = 'Currie' 9 = 'WHEC' 10 = 'Balerno' 11 = 'Portobello' 12 = 'Boroughmuir' 13 = 'Tynecastle' 14 = 'Gillespies' 15 = 'Craigroyston' 16 = 'Broughton' 17 = 'Craigmount' 18 = 'Drummond' 19 = 'Liberton' 20 = 'St Augustines' 21 = 'St Thomas' 22 = 'Castlebrae' 23 = 'Trinity' 24 = 'Watsons' 26 = 'Heriots' 27 = 'Merchiston Castle' 28 = 'St Marys' 29 = 'St Georges' 30 = 'St Margarets' 31 = 'Kaimes' 32 = 'Graysmill' 33 = 'St Nicholas' 34 = 'Kingsinch' 35 = 'Canonmills' 36 = 'Howdenhall' 37 = 'Willowpark' 38 = 'Cairnpark' 39 = 'Pilrig Park' 40 = 'Fettes College' 41 = 'Other Ed Resource' 90 = 'School leaver' 98 = 'missing' 99 = 'filtered away' ; value yddrgy0A /* YD: Did you take,try illegal drugs in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yddrug0A /* YD: How often took cannabis in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yddrug0B /* YD: How often took glue or gas in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yddrug0C /* YD: How often took ecstasy in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yddrug0D /* YD: How often took cocaine in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yddrug0E /* YD: How often took speed in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yddrug0F /* YD: How often took heroin in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yddrug0G /* YD: How often took LSD in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yddrug0H /* YD: How often took magic mushrooms in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yddrug0I /* YD: How often took downers in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yddrug1A /* YC: How often took other drugin last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yddrug1B /* YD: How often took poppers in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yddrug1C /* YD: How often took Semeron in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydybus0A /* YD: Dodged paying correct fare in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydybus0B /* YD: Dodged paying correct fare, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydyshp0A /* YD: Stolen something from shop in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydyshp0B /* YD: Stolen something from shop, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydybop0A /* YD: Noisy or cheeky in public in the last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value ydybop0B /* YD: Noisy or cheeky in public, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydyjrd0A /* YD: Ridden in stolen vehicle in the last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydyjrd0B /* YD: Ridden in stolen vehicle, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydyscl0A /* YD: Stolen something from school in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydyscl0B /* YD: Stolen something from school: times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydywep0A /* YD: Carry knife or weapon in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydywep0B /* YD: Carry knife or weapon, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydyvnd0A /* YD: Vandalised property in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydyvnd0B /* YD: Vandalised property, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydyhbk0A /* YD: Broken into house\building to steal in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydyhbk0B /* YD: Broken into house\building, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydygrf0A /* YD: Wrote or sprayed graffiti in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydygrf0B /* YD: Wrote or sprayed graffiti, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydyrob0A /* YD: Used force\threats\weapon in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydyrob0B /* YD: Used force\threats\weapon, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydyhom0A /* YD: Stolen something from home in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydyhom0B /* YD: Stolen something from home, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydyars0A /* YD: Set fire to something in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydyars0B /* YD: Set fire to something, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydyhit0A /* YD: Hit,kicked,punched someone in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydyhit0B /* YD: Hit,kicked,punched someone: times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydycbk0A /* YD: Broken into vehicle to steal in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydycbk0B /* YD: Broken into vehicle to steal, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydyskv0A /* YD: Skived school in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydyskv0B /* YD: How many times skived in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydypet0A /* YD: Cruel to animals\birds in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydypet0B /* YD: Cruel to animals\birds, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydydrg0A /* YD: Sold an illegal drug in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydydrg0B /* YD: Sold an illegal drug, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydyrab0A /* YD: Racially abused someone in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydyrab0B /* YD: Racial abuse, number of times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydvnik0A /* YD: Victim of theft in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydvnik0B /* YD: How many times victim of theft in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydvrob0A /* YD: Victim of robbery in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydvrob0B /* YD: How many times robbed in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydvthr0A /* YD: Victim of threats last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydvthr0B /* YD: How many times threatened in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydvhit0A /* YD: Victim of assault in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydvhit0B /* YD: How many times assaulted in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value ydvwep0A /* YD: Victim of assault with weapon in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value ydvwep0B /* YD: Times assaulted with weapon in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeresp0A /* YE: Response status */ 1 = 'Yes' 2 = 'No, but possible' 3 = 'No, not possible' ; value yesector /* YE: School type */ 0 = 'Official leaver' 1 = 'Mainstream' 2 = 'Independent' 3 = 'Special' 98 = 'Missing' 99 = 'Filtered away' ; value yeschool /* YE: Name of school */ 0 = 'Outwith Edin' 1 = 'Leith' 2 = 'Forrester' 3 = 'Royal High' 4 = 'Queensferry' 5 = 'Firrhill' 6 = 'Holyrood' 7 = 'Gracemount' 8 = 'Currie' 9 = 'WHEC' 10 = 'Balerno' 11 = 'Portobello' 12 = 'Boroughmuir' 13 = 'Tynecastle' 14 = 'Gillespies' 15 = 'Craigroyston' 16 = 'Broughton' 17 = 'Craigmount' 18 = 'Drummond' 19 = 'Liberton' 20 = 'St Augustine' 21 = 'St Thomas' 22 = 'Castlebrae' 23 = 'Trinity' 24 = 'Watsons' 25 = 'Cargilfield' 26 = 'Heriots' 27 = 'Merchiston Cstle' 28 = 'St Marys' 29 = 'St Georges' 30 = 'St Margarets' 31 = 'Kaimes' 32 = 'Graysmill' 33 = 'St Nicholas' 34 = 'Kingsinch' 35 = 'Canonmills' 36 = 'Howdenhall' 37 = 'Willowpark' 38 = 'Cairnpark' 39 = 'Pilrig Park' 40 = 'Fettes College' 41 = 'Other ed resource' 90 = 'Leaver' 98 = 'Missing' 99 = 'Filtered away' ; value yedrgy0A /* YE: Did you take,try illegal drugs in la */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yedrug0A /* YE: How often took cannabis in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 to 10 times' 5 = '10 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yedrug0B /* YE: How often took glue or gas in last y */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 to 10 times' 5 = '10 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yedrug0C /* YE: How often took ecstasy in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 to 10 times' 5 = '10 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yedrug0D /* YE: How often took cocaine in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 to 10 times' 5 = '10 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yedrug0E /* YE: How often took speed in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 to 10 times' 5 = '10 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yedrug0F /* YE: How often took heroin in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 to 10 times' 5 = '10 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yedrug0G /* YE: How often took LSD in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 to 10 times' 5 = '10 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yedrug0H /* YE: How often took magic mushrooms in la */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 to 10 times' 5 = '10 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yedrug0I /* YE: How often took downers in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 to 10 times' 5 = '10 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yedrug1A /* YE: How often took other drug in last ye */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 to 10 times' 5 = '10 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yedrug1B /* YE: How often took poppers in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 to 10 times' 5 = '10 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yedrug1C /* YE: How often took Semeron in last year */ 1 = 'Never' 2 = 'Once' 3 = '2 or 3 times' 4 = '4 to 10 times' 5 = '10 or more times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeybus0A /* YE: Dodged paying correct fare in last y */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeybus0B /* YE: Dodged paying correct fare, times do */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeyshp0A /* YE: Stolen something from shop in last y */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeyshp0B /* YE: Stolen something from shop, times do */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeybop0A /* YE: Noisy or cheeky in public in the las */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yeybop0B /* YE: Noisy or cheeky in public, times don */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeyjrd0A /* YE: Ridden in stolen vehicle, ever done */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeyjrd0B /* YE: Ridden in stolen vehicle, times done */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeywep0A /* YE: Carry knife or weapon in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeywep0B /* YE: Carry knife or weapon, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeyvnd0A /* YE: Vandalised property in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeyvnd0B /* YE: Vandalised property, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeyhbk0A /* YE: Broken into house\building to steal */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeyhbk0B /* YE: Broken into house\building, times do */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeygrf0A /* YE: Wrote or sprayed graffiti in last ye */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeygrf0B /* YE: Wrote or sprayed graffiti, times don */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeyrob0A /* YE: Robbed person of property in last ye */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeyrob0B /* YE: Robbed person of property, times don */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeyars0A /* YE: Set fire to something in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeyars0B /* YE: Set fire to something, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeyhit0A /* YE: Hit,kicked,punched someone in last y */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeyhit0B /* YE: Hit,kicked,punched someone: times do */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeycbk0A /* YE: Broken into vehicle to steal in last */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeycbk0B /* YE: Broken into vehicle to steal, times */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeyskv0A /* YE: Skived school in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yeyskv0B /* YE: How many times skived in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeypet0A /* YE: Cruel to animals\birds in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeypet0B /* YE: Cruel to animals\birds, times done i */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeydrg0A /* YE: Sold an illegal drug in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeydrg0B /* YE: Sold an illegal drug, number of time */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeyrab0A /* YE: Racial abuse, ever done it */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeyrab0B /* YE: Racial abuse, number of times done i */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yeyrst0A /* YE: Sold on stolen property in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yeyrst0B /* YE: Sold on stolen property, times done */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yevnik0A /* YE: Victim of theft in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yevnik0B /* YE: Times victim of theft in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yevrob0A /* YE: Victim of personal robbery in last y */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yevrob0B /* YE: Times personally robbed in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yevthr0A /* YE: Victim of threats last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yevthr0B /* YE: How many times threatened in last ye */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yevhit0A /* YE: Victim of assault in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yevhit0B /* YE: How many times assaulted in last yea */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yevwep0A /* YE: Victim of assault with weapon in las */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' ; value yevwep0B /* YE: Times assaulted with weapon in last */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfresp0A /* YF: Response status */ 1 = 'Yes' 2 = 'No, but possible' 3 = 'No, not possible' ; value yfsector /* YF: School type */ 0 = 'Official leaver' 1 = 'Mainstream' 2 = 'I - Independent' 3 = 'S - Special' 98 = 'Missing' ; value yfschool /* YF: Name of school */ 0 = 'Outwith Edin' 1 = 'Leith' 2 = 'Forrester' 3 = 'Royal High' 4 = 'Queensferry' 5 = 'Firrhill' 6 = 'Holyrood' 7 = 'Gracemount' 8 = 'Currie' 9 = 'WHEC' 10 = 'Balerno' 11 = 'Portobello' 12 = 'Boroughmuir' 13 = 'Tynecastle' 14 = 'Gillespies' 15 = 'Craigroyston' 16 = 'Broughton' 17 = 'Craigmount' 18 = 'Drummond' 19 = 'Liberton' 20 = 'St Augustine' 21 = 'St Thomas' 22 = 'Castlebrae' 23 = 'Trinity' 24 = 'Watsons' 25 = 'Cargilfield' 26 = 'Heriots' 27 = 'Merchiston Cstle' 28 = 'St Marys' 29 = 'St Georges' 30 = 'St Margarets' 31 = 'Kaimes' 32 = 'Graysmill' 33 = 'St Nicholas' 34 = 'Kingsinch' 35 = 'Canonmills' 36 = 'Howdenhall' 37 = 'Willowpark' 38 = 'Cairnpark' 39 = 'Pilrig Park' 40 = 'Fettes College' 41 = 'Other ed resource' 90 = 'Official leaver' 98 = 'Missing' ; value yfdrug3A /* YF: How often took cannabis in last year */ 1 = 'Every day' 2 = 'At least 1 a week' 3 = 'At least 1 a month' 4 = 'Less than 1 a month' 5 = 'Never' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfdrug3B /* YF: How often took glue or gas in last year */ 1 = 'Every day' 2 = 'At least 1 a week' 3 = 'At least 1 a month' 4 = 'Less than 1 a month' 5 = 'Never' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfdrug3C /* YF: How often took ecstasy in last year */ 1 = 'Every day' 2 = 'At least 1 a week' 3 = 'At least 1 a month' 4 = 'Less than 1 a month' 5 = 'Never' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfdrug3D /* YF: How often took cocaine in last year */ 1 = 'Every day' 2 = 'At least 1 a week' 3 = 'At least 1 a month' 4 = 'Less than 1 a month' 5 = 'Never' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfdrug3E /* YF: How often took speed in last year */ 1 = 'Every day' 2 = 'At least 1 a week' 3 = 'At least 1 a month' 4 = 'Less than 1 a month' 5 = 'Never' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfdrug3F /* YF: How often took heroin in last year */ 1 = 'Every day' 2 = 'At least 1 a week' 3 = 'At least 1 a month' 4 = 'Less than 1 a month' 5 = 'Never' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfdrug3G /* YF: How often took LSD in last year */ 1 = 'Every day' 2 = 'At least 1 a week' 3 = 'At least 1 a month' 4 = 'Less than 1 a month' 5 = 'Never' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfdrug3H /* YF: How often took magic mushrooms in last year */ 1 = 'Every day' 2 = 'At least 1 a week' 3 = 'At least 1 a month' 4 = 'Less than 1 a month' 5 = 'Never' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfdrug3I /* YF: How often took downers in last year */ 1 = 'Every day' 2 = 'At least 1 a week' 3 = 'At least 1 a month' 4 = 'Less than 1 a month' 5 = 'Never' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfdrug4A /* YF: How often took other drug in last ye */ 1 = 'Every day' 2 = 'At least 1 a week' 3 = 'At least 1 a month' 4 = 'Less than 1 a month' 5 = 'Never' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfdrug4B /* YF: How often took poppers in last year */ 1 = 'Every day' 2 = 'At least 1 a week' 3 = 'At least 1 a month' 4 = 'Less than 1 a month' 5 = 'Never' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfdrug4C /* YF: How often took Semeron in last year */ 1 = 'Every day' 2 = 'At least 1 a week' 3 = 'At least 1 a month' 4 = 'Less than 1 a month' 5 = 'Never' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfyshp0A /* YF: Stolen something from shop in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfyshp0B /* YF: Stolen something from shop, times done in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfybop0A /* YF: Noisy or cheeky in public in the last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfybop0B /* YF: Noisy or cheeky in public, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfyjrd0A /* YF: Ridden in stolen vehicle, ever done */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfyjrd0B /* YF: Ridden in stolen vehicle, times done */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfywep0A /* YF: Carry knife or weapon in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfywep0B /* YF: Carry knife or weapon, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfyvnd0A /* YF: Vandalised property in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfyvnd0B /* YF: Vandalised property, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfyhbk0A /* YF: Broken into house\building to steal in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfyhbk0B /* YF: Broken into house\building, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfyrob0A /* YF: Robbed person of property in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfyrob0B /* YF: Robbed person of property, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfyars0A /* YF: Set fire to something in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfyars0B /* YF: Set fire to something, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfyhit0A /* YF: Hit,kicked,punched someone in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfyhit0B /* YF: Hit,kicked,punched someone: times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfycbk0A /* YF: Broken into vehicle to steal in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfycbk0B /* YF: Broken into vehicle to steal, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfyskv0A /* YF: Skived school in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfyskv0B /* YF: How many times skived in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfypet0A /* YF: Cruel to animals\birds in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfypet0B /* YF: Cruel to animals\birds, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfydrg0A /* YF: Sold an illegal drug in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfydrg0B /* YF: Sold an illegal drug, number of time */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfyrab0A /* YF: Racial abuse, ever done it */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfyrab0B /* YF: Racial abuse, number of times done in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfyrst0A /* YF: Sold on stolen property in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfyrst0B /* YF: Sold on stolen property, times done */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfyrst2A /* YF: Bought stolen property in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfyrst2B /* YF: Bought stolen property, times done in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfybft0A /* YF: Claimed benefits not entitled to in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfybft0B /* YF: Claimed benefits not entitled, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfyfrd0A /* YF: Cheque, credit fraud etc, in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfyfrd0B /* YF: Cheque, credit fraud etc, times done it */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfvnik0A /* YF: Victim of theft in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfvnik0B /* YF: Times victim of theft in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfvrob0A /* YF: Victim of personal robbery in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfvrob0B /* YF: Times personally robbed in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfvthr0A /* YF: Victim of threats last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfvthr0B /* YF: How many times threatened in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfvhit0A /* YF: Victim of assault in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfvhit0B /* YF: How many times assaulted in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfvwep0A /* YF: Victim of assault with weapon in last year */ 1 = 'Yes' 2 = 'No' 98 = 'Missing' 99 = 'Filtered away' ; value yfvwep0B /* YF: Times assaulted with weapon in last year */ 1 = '1 time' 2 = '2 times' 3 = '3 times' 4 = '4 times' 5 = '5 times' 6 = '6 to 10 times' 7 = 'More than 10 times' 96 = 'More than 1 tick' 98 = 'Missing' 99 = 'Filtered away' ; value yfwtelig /* YF Weighting status for sweep six */ 1 = 'Eligible to take part' 2 = 'Not eligible to have taken part' 3 = 'Permanent opt out at sweep one (never taken part)' 4 = 'Attending non-participating school at sweep one' ; value sasmky8A /* SA Frequency of smoking (whole cigs only) at sweep one */ 0 = 'non-smoker' 1 = 'Daily' 2 = 'Weekly' 3 = ' Less than weekly' 4 = 'Tried or hardly ever smoked' 98 = 'missing' ; value sbsmky8A /* SB Frequency of smoking (whole cigs only) at sweep two */ 1 = 'Daily' 2 = 'Weekly' 3 = ' Less than weekly' 4 = 'Hardly ever' 5 = 'Non-smoker' 98 = 'missing' ; value scsmky8A /* SC Frequency of smoking (whole cigs only) at sweep two */ 1 = 'Daily' 2 = 'Weekly' 3 = ' Less than weekly' 4 = 'Hardly ever' 5 = 'Non-smoker' 98 = 'missing' ; value sdsmky8A /* SD Frequency of smoking (whole cigs only) at sweep two */ 1 = 'Daily' 2 = 'Weekly' 3 = ' Less than weekly' 4 = 'Hardly ever' 5 = 'Non-smoker' 98 = 'missing' ; value sesmky8A /* SE Frequency of smoking (whole cigs only) at sweep five */ 1 = 'Daily' 2 = 'Weekly' 3 = ' Less than weekly' 4 = 'Hardly ever' 5 = 'Non-smoker' 98 = 'missing' ; value sfsmky8A /* SF Frequency of smoking (whole cigs only) at sweep six */ 1 = 'Daily' 2 = 'Weekly' 3 = ' Less than weekly' 4 = 'Hardly ever' 5 = 'Non-smoker' 98 = 'missing' ; value raalcy8A /* RA Frequency of drinking alcohol (whole drinks only) at sweep one */ 0 = 'Non-drinker' 1 = ' Special occasions only' 2 = 'Tried or occasionally' 3 = 'Monthly' 4 = 'Weekly' 98 = 'missing' ; value rbalcy8A /* RB. Frequency of drinking alcohol (whole drinks only) at sweep two */ 1 = 'at least weekly' 2 = ' at least monthly' 3 = 'special occasions' 4 = 'hardly ever' 5 = 'Non-drinker' 98 = 'missing' ; value rcalcy8A /* RC. Frequency of drinking alcohol (whole drinks only) at sweep three */ 1 = 'at least weekly' 2 = ' at least monthly' 3 = 'special occasions' 4 = 'hardly ever' 5 = 'Non-drinker' 98 = 'missing' ; value rdalcy8A /* RD. Frequency of drinking alcohol (whole drinks only) at sweep four */ 1 = 'at least weekly' 2 = ' at least monthly' 3 = 'special occasions' 4 = 'hardly ever' 5 = 'Non-drinker' 98 = 'missing' ; value realcy8A /* RE Frequency of drinking alcohol (whole drinks only) at sweep five */ 1 = 'Few times/wk' 2 = ' Weekly' 3 = 'Monthly' 4 = 'Special occasions' 5 = 'hardly ever' 6 = 'Non-drinker' 98 = 'missing' ; value rfalcy8A /* RF Frequency of drinking alcohol (whole drinks only) at sweep six */ 1 = 'Few times/wk' 2 = ' Weekly' 3 = 'Monthly' 4 = 'Special occasions' 5 = 'hardly ever' 6 = 'Non-drinker' 98 = 'missing' ; value sadrgp1A /* SA Drug prevalence - 10 items (from frequency questions) */ 0 = 'None taken' 1 = 'Drugs taken' ; value sbdrgp1A /* SB Drug prevalence - 11 items (from frequency questions) */ 0 = 'None taken' 1 = 'Drugs taken' ; value scdrgp1A /* SC Drug prevalence - 11 items (from frequency questions) */ 0 = 'None taken' 1 = 'Drugs taken' ; value sddrgp1A /* SD Drug prevalence - 11 items (from frequency questions) */ 0 = 'None taken' 1 = 'Drugs taken' ; value sedrgp1A /* SE Drug prevalence - 11 items (from frequency questions) */ 0 = 'None taken' 1 = 'Drugs taken' ; value sfdrgp1A /* SE Drug prevalence - 11 items (excl. missing & bogus cases) */ 0 = 'None taken' 1 = 'Drugs taken' ; value gender /* Gender */ 1 = 'Male' 2 = 'Female' ; value ethgp /* White or non-white (missing data included based on name) */ 1 = 'non-white' 2 = 'white' ; value saagegp /* SA Age of respondent, grouped */ 1 = 'Younger than 11 & 8 months' 2 = 'Older than 12 & 5 months' 3 = 'Between age 11y8m and 12y5m' ; value szallper /* ALL SWEEPS Persistent offending at any sweep S1-S6 (comparable 10 items only) */ 1 = '5 or less offences' 2 = 'More than 5 offences' 3 = 'none/dont know' ; value hzrespre /* HZ. Whether had a hearing record at any of the seven sweeps */ 1 = 'yes' 2 = 'no' ; value szindep /* SZ. Individual deprivation/socio-economic status indicator */ 0 = 'Manual/high deprivation' 1 = 'Non-manual/low deprivation' ; value szabs0A /* SZ. Whether school record for truancy at all from S1 to S4 */ 1 = 'yes' 2 = 'no' ; value hzevrefi /* HZ. Whether ever referred on offence grounds to the CHS */ 1 = 'yes' 2 = 'no' ; value yzleave /* YZ. Whether left school at earliest opportunity or not */ 1 = 'Leaver at end S4' 2 = 'Still attending in S5' ; value sasrdp1A /* SA. Prevalence of self report delinquency (n=15) */ 0 = 'Not offended' 1 = 'Offended' ; value sbsrdp1A /* SB. Prevalence of self report delinquency (n=16) */ 0 = 'Not offended' 1 = 'Offended' ; value scsrdp1A /* SC. Prevalence of self report delinquency (n=18) */ 0 = 'Not offended' 1 = 'Offended' ; value sdsrdp1A /* SD. Prevalence of self report delinquency (n=18) */ 0 = 'Not offended' 1 = 'Offended' ; value sesrdp1A /* SE. Prevalence of self report delinquency (n=17) */ 0 = 'Not offended' 1 = 'Offended' ; value sfsrdp1A /* SF. Prevalence of self report delinquency (n=19) */ 0 = 'Not offended' 1 = 'Offended' ; value savicp0A /* SA. Prevalence of victimisation (n=5) */ 0 = 'Not a victim' 1 = 'Victim' ; value sbvicp0A /* SB. Prevalence of victimisation (n=5) */ 0 = 'Not a victim' 1 = 'Victim' ; value scvicp0A /* SC. Prevalence of victimisation (n=5) */ 0 = 'Not a victim' 1 = 'Victim' ; value sdvicp0A /* SD. Prevalence of victimisation (n=5) */ 0 = 'Not a victim' 1 = 'Victim' ; value sevicp0A /* SE. Prevalence of victimisation (n=5) */ 0 = 'Not a victim' 1 = 'Victim' ; value sfvicp0A /* SF. Prevalence of victimisation (n=5) */ 0 = 'Not a victim' 1 = 'Victim' ; DATA EXEMP6.GillianRaabdataset; SET EXEMP6.GillianRaabdataset; format yaresp01 yaresp0A.; format yasector yasector.; format yaschool yaschool.; format yadrgy01 yadrgy0A.; format yadrug01 yadrug0A.; format yadrug02 yadrug0B.; format yadrug03 yadrug0C.; format yadrug04 yadrug0D.; format yadrug05 yadrug0E.; format yadrug06 yadrug0F.; format yadrug07 yadrug0G.; format yadrug08 yadrug0H.; format yadrug09 yadrug0I.; format yadrug10 yadrug1A.; format yaybus01 yaybus0A.; format yaybus02 yaybus0B.; format yayshp01 yayshp0A.; format yayshp02 yayshp0B.; format yaybop01 yaybop0A.; format yaybop02 yaybop0B.; format yayjrd01 yayjrd0A.; format yayjrd02 yayjrd0B.; format yayscl01 yayscl0A.; format yayscl02 yayscl0B.; format yaywep01 yaywep0A.; format yaywep02 yaywep0B.; format yayvnd01 yayvnd0A.; format yayvnd02 yayvnd0B.; format yayhbk01 yayhbk0A.; format yayhbk02 yayhbk0B.; format yaygrf01 yaygrf0A.; format yaygrf02 yaygrf0B.; format yayrob01 yayrob0A.; format yayrob02 yayrob0B.; format yayhom01 yayhom0A.; format yayhom02 yayhom0B.; format yayars01 yayars0A.; format yayars02 yayars0B.; format yayhit01 yayhit0A.; format yayhit02 yayhit0B.; format yaycbk01 yaycbk0A.; format yaycbk02 yaycbk0B.; format yayskv01 yayskv0A.; format yayskv02 yayskv0B.; format yavnik01 yavnik0A.; format yavnik02 yavnik0B.; format yavrob01 yavrob0A.; format yavrob02 yavrob0B.; format yavthr01 yavthr0A.; format yavthr02 yavthr0B.; format yavhit01 yavhit0A.; format yavhit02 yavhit0B.; format yavwep01 yavwep0A.; format yavwep02 yavwep0B.; format ybresp01 ybresp0A.; format ybsector ybsector.; format ybschool ybschool.; format ybdrgy01 ybdrgy0A.; format ybdrug01 ybdrug0A.; format ybdrug02 ybdrug0B.; format ybdrug03 ybdrug0C.; format ybdrug04 ybdrug0D.; format ybdrug05 ybdrug0E.; format ybdrug06 ybdrug0F.; format ybdrug07 ybdrug0G.; format ybdrug08 ybdrug0H.; format ybdrug09 ybdrug0I.; format ybdrug10 ybdrug1A.; format ybdrug12 ybdrug1B.; format ybybus01 ybybus0A.; format ybybus02 ybybus0B.; format ybyshp01 ybyshp0A.; format ybyshp02 ybyshp0B.; format ybybop01 ybybop0A.; format ybybop02 ybybop0B.; format ybyjrd01 ybyjrd0A.; format ybyjrd02 ybyjrd0B.; format ybyscl01 ybyscl0A.; format ybyscl02 ybyscl0B.; format ybywep01 ybywep0A.; format ybywep02 ybywep0B.; format ybyvnd01 ybyvnd0A.; format ybyvnd02 ybyvnd0B.; format ybyhbk01 ybyhbk0A.; format ybyhbk02 ybyhbk0B.; format ybygrf01 ybygrf0A.; format ybygrf02 ybygrf0B.; format ybyrob01 ybyrob0A.; format ybyrob02 ybyrob0B.; format ybyhom01 ybyhom0A.; format ybyhom02 ybyhom0B.; format ybyars01 ybyars0A.; format ybyars02 ybyars0B.; format ybyhit01 ybyhit0A.; format ybyhit02 ybyhit0B.; format ybycbk01 ybycbk0A.; format ybycbk02 ybycbk0B.; format ybyskv01 ybyskv0A.; format ybyskv02 ybyskv0B.; format ybypet01 ybypet0A.; format ybypet02 ybypet0B.; format ybvnik01 ybvnik0A.; format ybvnik02 ybvnik0B.; format ybvrob01 ybvrob0A.; format ybvrob02 ybvrob0B.; format ybvthr01 ybvthr0A.; format ybvthr02 ybvthr0B.; format ybvhit01 ybvhit0A.; format ybvhit02 ybvhit0B.; format ybvwep01 ybvwep0A.; format ybvwep02 ybvwep0B.; format ycresp01 ycresp0A.; format ycsector ycsector.; format ycschool ycschool.; format ycdrgy01 ycdrgy0A.; format ycdrug01 ycdrug0A.; format ycdrug02 ycdrug0B.; format ycdrug03 ycdrug0C.; format ycdrug04 ycdrug0D.; format ycdrug05 ycdrug0E.; format ycdrug06 ycdrug0F.; format ycdrug07 ycdrug0G.; format ycdrug08 ycdrug0H.; format ycdrug09 ycdrug0I.; format ycdrug10 ycdrug1A.; format ycdrug12 ycdrug1B.; format ycdrug13 ycdrug1C.; format ycybus01 ycybus0A.; format ycybus02 ycybus0B.; format ycyshp01 ycyshp0A.; format ycyshp02 ycyshp0B.; format ycybop01 ycybop0A.; format ycybop02 ycybop0B.; format ycyjrd01 ycyjrd0A.; format ycyjrd02 ycyjrd0B.; format ycyscl01 ycyscl0A.; format ycyscl02 ycyscl0B.; format ycywep01 ycywep0A.; format ycywep02 ycywep0B.; format ycyvnd01 ycyvnd0A.; format ycyvnd02 ycyvnd0B.; format ycyhbk01 ycyhbk0A.; format ycyhbk02 ycyhbk0B.; format ycygrf01 ycygrf0A.; format ycygrf02 ycygrf0B.; format ycyrob01 ycyrob0A.; format ycyrob02 ycyrob0B.; format ycyhom01 ycyhom0A.; format ycyhom02 ycyhom0B.; format ycyars01 ycyars0A.; format ycyars02 ycyars0B.; format ycyhit01 ycyhit0A.; format ycyhit02 ycyhit0B.; format ycycbk01 ycycbk0A.; format ycycbk02 ycycbk0B.; format ycyskv01 ycyskv0A.; format ycyskv02 ycyskv0B.; format ycypet01 ycypet0A.; format ycypet02 ycypet0B.; format ycydrg01 ycydrg0A.; format ycydrg02 ycydrg0B.; format ycyrab01 ycyrab0A.; format ycyrab02 ycyrab0B.; format ycvnik01 ycvnik0A.; format ycvnik48 ycvnik4A.; format ycvnik49 ycvnik4B.; format ycvrob01 ycvrob0A.; format ycvrob48 ycvrob4A.; format ycvrob49 ycvrob4B.; format ycvthr01 ycvthr0A.; format ycvthr48 ycvthr4A.; format ycvthr49 ycvthr4B.; format ycvhit01 ycvhit0A.; format ycvhit48 ycvhit4A.; format ycvhit49 ycvhit4B.; format ycvwep01 ycvwep0A.; format ycvwep48 ycvwep4A.; format ycvwep49 ycvwep4B.; format ydresp01 ydresp0A.; format ydsector ydsector.; format ydschool ydschool.; format yddrgy01 yddrgy0A.; format yddrug01 yddrug0A.; format yddrug02 yddrug0B.; format yddrug03 yddrug0C.; format yddrug04 yddrug0D.; format yddrug05 yddrug0E.; format yddrug06 yddrug0F.; format yddrug07 yddrug0G.; format yddrug08 yddrug0H.; format yddrug09 yddrug0I.; format yddrug10 yddrug1A.; format yddrug12 yddrug1B.; format yddrug13 yddrug1C.; format ydybus01 ydybus0A.; format ydybus02 ydybus0B.; format ydyshp01 ydyshp0A.; format ydyshp02 ydyshp0B.; format ydybop01 ydybop0A.; format ydybop02 ydybop0B.; format ydyjrd01 ydyjrd0A.; format ydyjrd02 ydyjrd0B.; format ydyscl01 ydyscl0A.; format ydyscl02 ydyscl0B.; format ydywep01 ydywep0A.; format ydywep02 ydywep0B.; format ydyvnd01 ydyvnd0A.; format ydyvnd02 ydyvnd0B.; format ydyhbk01 ydyhbk0A.; format ydyhbk02 ydyhbk0B.; format ydygrf01 ydygrf0A.; format ydygrf02 ydygrf0B.; format ydyrob01 ydyrob0A.; format ydyrob02 ydyrob0B.; format ydyhom01 ydyhom0A.; format ydyhom02 ydyhom0B.; format ydyars01 ydyars0A.; format ydyars02 ydyars0B.; format ydyhit01 ydyhit0A.; format ydyhit02 ydyhit0B.; format ydycbk01 ydycbk0A.; format ydycbk02 ydycbk0B.; format ydyskv01 ydyskv0A.; format ydyskv02 ydyskv0B.; format ydypet01 ydypet0A.; format ydypet02 ydypet0B.; format ydydrg01 ydydrg0A.; format ydydrg02 ydydrg0B.; format ydyrab01 ydyrab0A.; format ydyrab02 ydyrab0B.; format ydvnik01 ydvnik0A.; format ydvnik02 ydvnik0B.; format ydvrob01 ydvrob0A.; format ydvrob02 ydvrob0B.; format ydvthr01 ydvthr0A.; format ydvthr02 ydvthr0B.; format ydvhit01 ydvhit0A.; format ydvhit02 ydvhit0B.; format ydvwep01 ydvwep0A.; format ydvwep02 ydvwep0B.; format yeresp01 yeresp0A.; format yesector yesector.; format yeschool yeschool.; format yedrgy01 yedrgy0A.; format yedrug01 yedrug0A.; format yedrug02 yedrug0B.; format yedrug03 yedrug0C.; format yedrug04 yedrug0D.; format yedrug05 yedrug0E.; format yedrug06 yedrug0F.; format yedrug07 yedrug0G.; format yedrug08 yedrug0H.; format yedrug09 yedrug0I.; format yedrug10 yedrug1A.; format yedrug12 yedrug1B.; format yedrug13 yedrug1C.; format yeybus01 yeybus0A.; format yeybus02 yeybus0B.; format yeyshp01 yeyshp0A.; format yeyshp02 yeyshp0B.; format yeybop01 yeybop0A.; format yeybop02 yeybop0B.; format yeyjrd01 yeyjrd0A.; format yeyjrd02 yeyjrd0B.; format yeywep01 yeywep0A.; format yeywep02 yeywep0B.; format yeyvnd01 yeyvnd0A.; format yeyvnd02 yeyvnd0B.; format yeyhbk01 yeyhbk0A.; format yeyhbk02 yeyhbk0B.; format yeygrf01 yeygrf0A.; format yeygrf02 yeygrf0B.; format yeyrob01 yeyrob0A.; format yeyrob02 yeyrob0B.; format yeyars01 yeyars0A.; format yeyars02 yeyars0B.; format yeyhit01 yeyhit0A.; format yeyhit02 yeyhit0B.; format yeycbk01 yeycbk0A.; format yeycbk02 yeycbk0B.; format yeyskv01 yeyskv0A.; format yeyskv02 yeyskv0B.; format yeypet01 yeypet0A.; format yeypet02 yeypet0B.; format yeydrg01 yeydrg0A.; format yeydrg02 yeydrg0B.; format yeyrab01 yeyrab0A.; format yeyrab02 yeyrab0B.; format yeyrst01 yeyrst0A.; format yeyrst02 yeyrst0B.; format yevnik01 yevnik0A.; format yevnik02 yevnik0B.; format yevrob05 yevrob0A.; format yevrob06 yevrob0B.; format yevthr01 yevthr0A.; format yevthr02 yevthr0B.; format yevhit01 yevhit0A.; format yevhit02 yevhit0B.; format yevwep01 yevwep0A.; format yevwep02 yevwep0B.; format yfresp01 yfresp0A.; format yfsector yfsector.; format yfschool yfschool.; format yfdrug31 yfdrug3A.; format yfdrug32 yfdrug3B.; format yfdrug33 yfdrug3C.; format yfdrug34 yfdrug3D.; format yfdrug35 yfdrug3E.; format yfdrug36 yfdrug3F.; format yfdrug37 yfdrug3G.; format yfdrug38 yfdrug3H.; format yfdrug39 yfdrug3I.; format yfdrug40 yfdrug4A.; format yfdrug42 yfdrug4B.; format yfdrug43 yfdrug4C.; format yfyshp01 yfyshp0A.; format yfyshp02 yfyshp0B.; format yfybop01 yfybop0A.; format yfybop02 yfybop0B.; format yfyjrd01 yfyjrd0A.; format yfyjrd02 yfyjrd0B.; format yfywep01 yfywep0A.; format yfywep02 yfywep0B.; format yfyvnd01 yfyvnd0A.; format yfyvnd02 yfyvnd0B.; format yfyhbk01 yfyhbk0A.; format yfyhbk02 yfyhbk0B.; format yfyrob01 yfyrob0A.; format yfyrob02 yfyrob0B.; format yfyars01 yfyars0A.; format yfyars02 yfyars0B.; format yfyhit01 yfyhit0A.; format yfyhit02 yfyhit0B.; format yfycbk01 yfycbk0A.; format yfycbk02 yfycbk0B.; format yfyskv01 yfyskv0A.; format yfyskv02 yfyskv0B.; format yfypet01 yfypet0A.; format yfypet02 yfypet0B.; format yfydrg01 yfydrg0A.; format yfydrg02 yfydrg0B.; format yfyrab01 yfyrab0A.; format yfyrab02 yfyrab0B.; format yfyrst01 yfyrst0A.; format yfyrst02 yfyrst0B.; format yfyrst21 yfyrst2A.; format yfyrst22 yfyrst2B.; format yfybft01 yfybft0A.; format yfybft02 yfybft0B.; format yfyfrd01 yfyfrd0A.; format yfyfrd02 yfyfrd0B.; format yfvnik01 yfvnik0A.; format yfvnik02 yfvnik0B.; format yfvrob05 yfvrob0A.; format yfvrob06 yfvrob0B.; format yfvthr01 yfvthr0A.; format yfvthr02 yfvthr0B.; format yfvhit01 yfvhit0A.; format yfvhit02 yfvhit0B.; format yfvwep01 yfvwep0A.; format yfvwep02 yfvwep0B.; format yfwtelig yfwtelig.; format sasmky80 sasmky8A.; format sbsmky80 sbsmky8A.; format scsmky80 scsmky8A.; format sdsmky80 sdsmky8A.; format sesmky80 sesmky8A.; format sfsmky80 sfsmky8A.; format raalcy80 raalcy8A.; format rbalcy80 rbalcy8A.; format rcalcy80 rcalcy8A.; format rdalcy80 rdalcy8A.; format realcy80 realcy8A.; format rfalcy80 rfalcy8A.; format sadrgp10 sadrgp1A.; format sbdrgp11 sbdrgp1A.; format scdrgp11 scdrgp1A.; format sddrgp11 sddrgp1A.; format sedrgp11 sedrgp1A.; format sfdrgp11 sfdrgp1A.; format gender gender.; format ethgp ethgp.; format saagegp saagegp.; format szallper szallper.; format hzrespre hzrespre.; format szindep szindep.; format szabs04 szabs0A.; format hzevrefi hzevrefi.; format yzleave yzleave.; format sasrdp15 sasrdp1A.; format sbsrdp16 sbsrdp1A.; format scsrdp18 scsrdp1A.; format sdsrdp18 sdsrdp1A.; format sesrdp17 sesrdp1A.; format sfsrdp19 sfsrdp1A.; format savicp05 savicp0A.; format sbvicp05 sbvicp0A.; format scvicp05 scvicp0A.; format sdvicp05 sdvicp0A.; format sevicp05 sevicp0A.; format sfvicp05 sfvicp0A.; RUN;