/* Survey 2 of the 1989-95 Cohort - formats definition in SAS code - April 2020*/ PROC FORMAT; VALUE z1yes1no0f 0 = 'No' 1 = 'Yes' . = 'missing' ; VALUE z1gh 1 = "Excellent" 2 = "Very good" 3 = "Good" 4 = "Fair" 5 = "Poor" . = 'missing'; VALUE z1lang 1 = "English" 2 = "European language" 3 = "Asian language" 4 = "Other language" . = 'missing'; VALUE z1statefmt 1 = 'NSW' 2 = 'Vic' 3 = 'Qld' 4 = 'SA' 5 = 'WA' 6 = 'Tas' 7 = 'NT' 8 = 'ACT' 9 = 'Overseas' . = 'Missing' ; VALUE z1ariapgpf 1 = 'Major cities' 2 = 'Inner regional' 3 = 'Outer regional' 4 = 'Remote' 5 = 'Very remote' 6 = 'Overseas' . = 'Missing'; VALUE z1MMM 1 = 'Major cities' 2 = 'Large regional' 3 = 'Medium Large regional' 4 = 'Medium regional' 5 = 'Small regional' 6 = 'Remote' 7 = 'Very remote' . = 'Missing'; VALUE z1last12m 1 = "Never" 2 = "Last 12 months only" 3 = "More than 12 months ago" 4 = "Last 12 months and more than 12 months ago" 88 = 'Not Applicable' . = 'missing'; VALUE z1femdocf 1 = "Yes, always" 2 = "Yes, but only for certain things, such as" 3 = "No" 4 = "Don't care" . = 'missing'; VALUE z1freq 1 = "Never" 2 = "Rarely" 3 = "Sometimes" 4 = "Often" . = 'missing'; VALUE z1yesnofmt 1 = 'Yes' 2 = 'No' . = 'missing' ; VALUE z1eversexf 1 = "Yes" 2 = "No" 3 = "I prefer not to answer" . = 'Missing'; VALUE z2smokef 1 = "Daily" 2 = "At least weekly(but not daily)" 3 = "Less often than weekly" 4 = " Not at all" . = 'missing'; VALUE z1alcf 1 = "I have never drunk alcohol" 2 = "I have drunk alcohol" . = 'missing'; VALUE z1alcfreqf 1 = "I never drink alcohol" 2 = "Less than once a month" 3 = "Less than once a week" 4 = "On 1 or 2 days a week" 5 = "On 3 or 4 days a week" 6 = "On 5 or 6 days a week" 7 = "Every day" . = 'missing'; VALUE z1alcqtyf 0 = "Never drink" 1 = "1 or 2 drinks per day" 2 = "3 or four drinks per day" 3 = "5 to 8 drinks per day" 4 = "9 or more drinks per day" . = 'missing'; VALUE z1bingef 1 = "Never" 2 = "Less than once a month" 3 = "About once a month" 4 = "About once a week" 5 = "More than once a week" . = 'missing'; VALUE z1freq5f 1 = "None of the time" 2 = "A little of the time" 3 = "Some of the time" 4 = "Most of the time" 5 = "All of the time" . = 'missing'; VALUE z1stressF 1 = "Not applicable" 2 = "Not at all stressed" 3 = "Somewhat stressed" 4 = "Moderately stressed" 5 = "Very stressed" 6 = "Extremely stressed" . = 'missing'; VALUE z1eversexf 1 = "Yes" 2 = "No" 3 = "I prefer not to answer" . = 'missing'; VALUE z1reprof 1 = "Yes" 2 = "No" 3 = "Don't know" 4 = "I prefer not to answer" . = 'missing'; VALUE z1highqualf 1 = "Year 10 or below" 2 = "Year 11 or equivalent" 3 = "Year 12 or equivalent" 4 = "Certificate I / II" 5 = "Certificate III / IV" 6 = "Advanced Diploma / Diploma" 7 = "Bachelor degree" 8 = "Graduate diploma / Graduate certificate" 9 = "Postgraduate degree" . = 'missing'; VALUE z1empf 1 = "No" 2 = "Yes, unemployed for less than 6 months" 3 = "Yes, unemployed for 6 months or more" . = 'missing'; VALUE z1hoursf 1 = "0" 2 = "1 - 15" 3 = "16 - 29" 4 = "30 - 34" 5 = "35 - 40" 6 = "41 - 49" 7 = "50 or more" . = 'missing'; VALUE z1manincf 1 = "It is impossible" 2 = "It is difficult all the time" 3 = "It is difficult some of the time" 4 = "It is not too bad" 5 = "It is easy" . = 'missing'; VALUE z1sexorif 1 = "I am exclusively heterosexual" 2 = "I am mainly heterosexual" 3 = "I am bisexual" 4 = "I am mainly homosexual (lesbian)" 5 = "I am exclusively homosexual (lesbian)" 6 = "I don't know" 7 = "I don't want to answer" . = 'missing'; VALUE z1relatf 1 = "I am single" 2 = "I am in a relationship (not living together)" 3 = "I am living with a partner" 4 = "I am engaged" 5 = "I am married" 6 = "I am divorced" 7 = "I am separated" 8 = "Other (please specify)" . = 'missing'; VALUE z1infochf 1 = "Our Facebook page" 2 = "Facebook advertising" 3 = "Other online advertising or promotion. Please state what site/organisation" 4 = "Twitter" 5 = "Our website" 6 = "Another website. Please state what site" 7 = "Referral (e.g. friend or family)" 8 = "Poster, flyer or magazine advertising. Please record where" 9 = "Radio" 10 = "Television" . = 'missing'; VALUE z1proxyf 1 = "No" 2 = "Yes, but I told them the answers I wanted" 3 = "Yes, but the helper answered for me using his / her own judgement" . = 'missing'; value z1smokst 1='Never smoked' 2='Ex-smoker' 3 = 'Smoker <10 c/d' 4 = 'Smoker 10-19 c/d' 5 = 'Smoker > = 20 c/d' . = 'missing'; value z1exgrp 1='Inactive' 2='Low' 3='Moderate' 4='High' . = 'missing'; VALUE z1alcpat 1 = 'Low long-term risk, drinks at short-term risk less than weekly' 2 = 'Non-drinker' 3 = 'Low long-term risk, drinks at short-term risk weekly or more' 4 = 'Risky/high risk drinker' . = 'missing' ; VALUE z1alcnhmrc 1 = 'Low risk drinker' 2 = 'Non-drinker' 3 = 'Rarely drinks' 4 = 'Risky drinker' 5 = 'High risk drinker' . = 'missing' ; VALUE z2fdlabel 1 = 'Always' 2 = 'Often' 3 = 'Occasionly' 4 = 'Rarely' 5 = 'Never' . = 'missing'; VALUE z2mealfreq 1 = 'None' 2 = 'One' 3 = 'Two' 4 = 'Three' 5 = 'Four' 6 = 'Five' . = 'missing'; VALUE z2freshfruit 1 = 'I dont eat fruit' 2 = 'Less than 1 piece of fruit per day' 3 = '1 piece of fruit per day' 4 = '2 pieces of fruit per day' 5 = '3 pieces of fruit per day' 6 = '4 or more pieces of fruit per day' . = 'missing'; VALUE z2vegsrv 1 = 'None' 2 = 'Less than one serve' 3 = '1 serve' 4 = '2 serves' 5 = '3 serves' 6 = '4 serves' 7 = '5 serves or more' . = 'missing'; VALUE z2currpreg 1 = 'No' 2 = 'Less than 3 months' 3 = '3 to 6 months' 4 = 'More than 6 months' 5 = 'Dont know' . = 'missing'; VALUE z2empl40f 1 = 'Full-time paid employment' 2 = 'Part-time paid employment' 3 = 'Full-time unpaid work in the home' 4 = 'Self-employment/own business' . = 'missing'; VALUE z2relat40f 1 = 'Married' 2 = 'In a stable relationship but not married' 3 = 'Single (not in a stable relationship)' . = 'missing'; VALUE z2child40f 0 = 'No children' 1 = '1 child' 2 = '2 children' 3 = '3 or more children' . = 'missing'; VALUE z2qual40f 1 = 'Yes' 2 = 'No' 3 = 'Not sure' . = 'missing'; VALUE z2qual40f 1 = 'Yes' 2 = 'No' 3 = 'Not sure' . = 'missing'; VALUE z2eatavg 1 = 'Never' 2 = 'Less than once per month' 3 = '1 - 3 times per month' 4 = '1 time per week' 5 = '2 times per week' 6 = '3 - 4 times per week' 7 = '5 - 6 times per week' 8 = '1 time per day' 9 = '2 times per day' 10 = '3 times or more per day' . = 'missing'; VALUE z2country 1 = "Australia" 2 = "China" 3 = "Hong Kong" 4 = "India" 5 = "Indonesia" 6 = "Iraq" 7 = "Malaysia" 8 = "New Zealand" 9 = "Philippines" 10 = "Singapore" 11 = "South Africa" 12 = "South Korea" 13 = "United Kingdom" 14 = "United States of America" 15 = "Vietnam" 16 = "Other" . = 'missing'; VALUE z2countryb 1 = "Australia" 2 = "English Speaking" 3 = "Other" . = 'missing'; VALUE z2abtsi 1 = "No" 2 = "Aboriginal" 3 = "Torres Strait Islander" 4 = 'Aboriginal and Torres Strait Islander' . = 'missing' ; run; /**/ /*VALUE V25F*/ /* 1 = "Male"*/ /* 2 = "Female";*/ /*VALUE V26F*/ /* 1 = "NYC_main"*/ /* 2 = "NYC_main2";*/ /* value RAcode*/ /* 0='Major Cities'*/ /* 1='Inner Regional'*/ /* 2='Outer Regional'*/ /* 3,4='Remote/Very Remote';*/ /* value educ*/ /* 1,2 = 'Less than Year 12'*/ /* 3 = "Year 12 or equivalent"*/ /* 4,5,6 = "Certificate/Diploma"*/ /* 7,8,9 = "University";*/ /* value ariapgp*/ /* 1='Major Cities'*/ /* 2='Inner Regional'*/ /* 3='Outer Regional'*/ /* 4='Remote/Very Remote';*/ /* value nyceduc*/ /* 1 = 'Less than Year 12'*/ /* 2 = "Year 12 or equivalent"*/ /* 3 = "Certificate/Diploma"*/ /* 4 = "University";*/ /* value k10f*/ /* 10-15='Low (10-15)'*/ /* 16-21='Moderate (16-21)'*/ /* 22-29='High (22-29)'*/ /* 30-high='Very High (30-50)';*/ /* value info*/ /* 1,2='FB'*/ /* 3-6='Other web'*/ /* 7='Referral'*/ /* 8-10='Other';*/ /* value nycage*/ /* 18='18 years'*/ /* 19='19 years'*/ /* 20='20 years'*/ /* 21='21 years'*/ /* 22='22 years'*/ /* 23='23 years';*/ /*VALUE infonew*/ /* 1 = "Facebook advertising"*/ /* 2 = "Facebook page. Please specify:"*/ /* 3 = "Other social media. Please specify:"*/ /* 4 = "Other online advertising / website. Please state what site/organisation"*/ /* 5 = "Referral (e.g. friend or family)"*/ /* 6 = "Black Milk"*/ /* 7 = "Poster, flyer or magazine advertising. Please record where:"*/ /* 8 = "TV / Radio / Print article. Please record where:"*/ /* 9 = "Other:";*/ /* value activity*/ /* 1='inactive'*/ /* 2='insufficiently active'*/ /* 3='sufficiently active';*/ /* value smokst*/ /* 1='Never smoked'*/ /* 2='Ex-smoker'*/ /* 3,4,5,6='Current smoker';*/ /* value exgrp*/ /* 1='Inactive'*/ /* 2='Low'*/ /* 3='Moderate'*/ /* 4='High';*/ /* value $pwel*/ /* '1'='Last 12m'*/ /* '2'='Last 12m, More than 12m'*/ /* '3'='More than 12m'*/ /* '4'='Never';*/ /**/ /*VALUE V5Fb*/ /* 1,2,3 = "Never/Rarely/Sometimes"*/ /* 4 = "Often";*/ /**/ /*run;*/ /**/