/* Survey 7 of the 1921-26 Cohort - formats definition in SAS code - April 2020*/ VALUE o7yes1no0f 1 = 'Yes' 0 = 'No' . = 'missing' ; VALUE o7yes1no2f 1 = 'Yes' 2 = 'No' . = 'missing' ; VALUE o7Yes1No2NA 1 = 'Yes' 2 = 'No' 3 = 'Not Applicable' . = 'Missing'; VALUE o7commeth 1 = 'Paper' 2 = 'Phone' . = 'Missing'; VALUE o7who 1 = 'Underweight, BMI < 18.5' 2 = 'Healthy weight, 18.5 <= BMI < 25' 3 = 'Overweight, 25 <= BMI < 30' 4 = 'Obese, 30 <= BMI' . = 'Missing' ; VALUE o7ariap 1 = 'Major cities of Australia' 2 = 'Inner regional Australia' 3 = 'Outer regional Australia' 4 = 'Remote Australia' 5 = 'Very Remote Australia' 6 = 'Overseas' . = 'Missing' ; /* Q10 */ VALUE o7sfhlth 1 = 'Excellent' 2 = 'Very good' 3 = 'Good' 4 = 'Fair' 5 = 'Poor' . = 'missing' ; /* Q11 */ VALUE o7sfnow 1 = 'Much better' 2 = 'Somewhat better' 3 = 'About the same' 4 = 'Somewhat worse' 5 = 'Much worse' . = 'missing' ; /* Q12 */ VALUE o7sflimit 1 = 'Limited a lot' 2 = 'Limited a little' 3 = 'Not limited' . = 'missing' ; /* Q15 */ VALUE o7sfsocial 1 = 'Not at all' 2 = 'Slightly' 3 = 'Moderately' 4 = 'Quite a bit' 5 = 'Extremely' . = 'missing' ; /* Q16 */ VALUE o7sfbody 1 = 'No bodily pain' 2 = 'Very mild' 3 = 'Mild' 4 = 'Moderate' 5 = 'Severe' 6 = 'Very severe' . = 'missing' ; /* Q17 */ VALUE o7sfpain 1 = 'Not at all' 2 = 'A little bit' 3 = 'Moderately' 4 = 'Quite a bit' 5 = 'Extremely' . = 'missing' ; /* Q18 */ VALUE o7sffeel 1 = 'All the time' 2 = 'Most the time' 3 = 'Good bit of time' 4 = 'Some of time' 5 = 'Little of time' 6 = 'None of time' . = 'missing' ; /* Q19 */ VALUE o7sfintfr 1 = 'All the time' 2 = 'Most the time' 3 = 'Some of time' 4 = 'Little of time' 5 = 'None of time' . = 'missing' ; /* Q20 */ VALUE o7sf_t_f 1 = 'Definitely true' 2 = 'Mostly true' 3 = "Don't know" 4 = 'Mostly false' 5 = 'Definitely false' . = 'missing' ; /* q3 */ VALUE o7probs 1 = 'Never' 2 = 'Rarely' 3 = 'Sometimes' 4 = 'Often' . = 'missing' ; /* Q45 */ VALUE o7trantypesh 1 = 'Car (you drive)' 2 = 'Other' . = 'missing' ; /* Q49 */ VALUE o7diffact 1 = 'No difficulty' 2 = 'Some difficulty' 3 = 'Unable to do' . = 'missing' ; /* ADL */ VALUE o7adl 0 = 'No difficulty' 1 = 'Difficulty but no help required' 2 = 'Help required' . = 'missing' ; /* Q51 */ VALUE o7dwell 1 = 'House' 2 = 'Flat/unit/apartment' 3 = 'Mobile home/caravan' 4 = 'Retirement Village' 5 = 'Nursing Home' 6 = 'Hostel' 7 = 'Other' . = 'missing' ; /* Q44 */ VALUE o7manage 1 = 'Impossible' 2 = 'Difficult always' 3 = 'Difficult sometimes' 4 = 'Not too bad' 5 = 'Easy' . = 'missing' ; /* Q8 */ VALUE o7marit 1 = 'Married' 2 = 'De facto' 3 = 'Widowed' 4 = 'Separated' 5 = 'Divorced' 6 = 'Never Married' . = 'missing' ; VALUE o7maristat 1 = 'Married' 2 = 'De facto' 3 = 'Separated' 4 = 'Divorced' 5 = 'Widowed' 6 = 'Never married' . = 'missing' ; /* Q71 */ VALUE o7proxy 1 = 'No' 2 = 'Yes, but I told them the answers' 3 = 'Yes, but the helper answered using judgement' . = 'missing' ; VALUE o7areafmt 1 = 'Urban' 2 = 'Rural' 3 = 'Remote' . = 'missing' ; VALUE o7whobmi 1 = 'Underweight, BMI < 18.5' 2 = 'Acceptable weight, 18.5 <= BMI < 25' 3 = 'Overweight, 25 <= BMI < 30' 4 = 'Obese, 30 <= BMI' . = 'Missing' ; VALUE o7rrmafmt 1 = 'Capital city' 2 = 'Other metropolitan' 3 = 'Large rural' 4 = 'Small rural' 5 = 'Other rural' 6 = 'Remote' 7 = 'Other remote' . = 'missing' ; VALUE o7statefmt 1 = 'NSW' 2 = 'Vic' 3 = 'Qld' 4 = 'SA' 5 = 'WA' 6 = 'Tas' 7 = 'NT' 8 = 'ACT' 9 = 'Overseas' . = 'missing' ;