/* Survey 3 of the 1989-95 Cohort - formats definition in SAS code - April 2020*/ PROC FORMAT; VALUE z1yes1no0f 0 = 'No' 1 = 'Yes' . = 'missing' ; VALUE z1yesnofmt 1 = 'Yes' 2 = 'No' . = 'missing' ; VALUE z1yesnoNA 1 = 'Yes' 2 = 'No' 3 = 'NA' . = 'missing' ; VALUE z3yesnodkf 1 = 'Yes' 2 = 'No' 3 = 'Do not know' . = 'missing' ; VALUE z1gh 1 = "Excellent" 2 = "Very good" 3 = "Good" 4 = "Fair" 5 = "Poor" . = '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 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 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' ; VALUE z3parent 1 = "Your birth mother" 2 = "Your mother (other, eg step mother, aunt, grandmother, adoptive mother, etc)" 3 = "Your birth father" 4 = "Your father (other, eg step father, uncle, grandfather, adoptive father, etc)"; VALUE z3frq50f 1 = "Never" 2 = "Less than 50% of the time" 3 = "More than 50% of the time" 4 = "All the time" ; VALUE z3bingeno 0 = '0' 1 = "1" 2 = "2" 3 = "3" 4 = "4" 5 = "5" 6 = "6" 7 = "7" 8 = "8" 9 = "9" 10 = "10" 11 = "11" 12 = "12 or more" 13 = 'About once a month' ; VALUE z3burn 1 = "Not burn" 2 = "Burn a little" 3 = "Burn moderately" 4 = "Burn badly" ; VALUE z3tan 1 = "Not tan" 2 = "Tan lightly" 3 = "Tan moderately" 4 = "Tan deeply" ; value z3pwork 1 = "Full-time" 2 = "Part-time" 3 = "Mostly, only casual hours" 4 = "Work away from home" 5 = "Not in paid work" 6 = "Do not know" ; value z3pjob 1 = "Manager, administrator" 2 = "Professional" 3 = "Associate professional" 4 = "Tradesperson, related worker" 5 = "Advanced clerical or service worker" 6 = "Intermediate clerical, sales or service worker" 7 = "Intermediate production or transport worker" 8 = "Elementary clerical, sales or service worker" 9 = "Labourer or related worker" 10 = "Do not know" 11 = "No paid job" ; VALUE z3qual 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" 10 = "Do not know" ; VALUE z3per2nd 1 = "Your birth mother" 2 = "Your mother (other)" 3 = "Your birth father" 4 = "Your father (other)" 5 = "Not applicable "; VALUE z3diff 1 = "It was easy" 2 = "It was not too bad" 3 = "It was difficult some of the time" 4 = "It was difficult all the time" 5 = "It was impossible" 6 = "Don't know"; 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;*/ /**/ /*PROC FORMAT;*/ /**/ /*VALUE V1F*/ /* 1 = "Yes"*/ /* 2 = "No";*/ /*VALUE V2F*/ /* 0 = "No"*/ /* 1 = "Yes";*/ /*VALUE V3F*/ /* 1 = "Excellent"*/ /* 2 = "Very good"*/ /* 3 = "Good"*/ /* 4 = "Fair"*/ /* 5 = "Poor";*/ /*VALUE V4F*/ /* 1 = "Yes, always"*/ /* 2 = "Yes, but only for certain things"*/ /* 3 = "No"*/ /* 4 = "Don't care";*/ /*VALUE V5F*/ /* 1 = "Never"*/ /* 2 = "Rarely"*/ /* 3 = "Sometimes"*/ /* 4 = "Often";*/ /*VALUE V6F*/ /* 1 = "Never"*/ /* 2 = "Less than 50% of the time"*/ /* 3 = "More than 50% of the time"*/ /* 4 = "All the time";*/ /*VALUE V7F*/ /* 1 = "Not burn"*/ /* 2 = "Burn a little"*/ /* 3 = "Burn moderately"*/ /* 4 = "Burn badly";*/ /*VALUE V8F*/ /* 1 = "Not tan"*/ /* 2 = "Tan lightly"*/ /* 3 = "Tan moderately"*/ /* 4 = "Tan deeply";*/ /*VALUE V9F*/ /* 1 = "Yes"*/ /* 2 = "No"*/ /* 3 = "I prefer not to answer";*/ /*VALUE V10F*/ /* 1 = "Daily"*/ /* 2 = "At least weekly (but not daily)"*/ /* 3 = "Less often than weekly"*/ /* 4 = "Not at all";*/ /*VALUE V11F*/ /* 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";*/ /*VALUE V12F*/ /* 1 = "1 or 2 drinks per day"*/ /* 2 = "3 or 4 drinks per day"*/ /* 3 = "5 to 8 drinks per day"*/ /* 4 = "9 or more drinks per day";*/ /*VALUE V13F*/ /* 1 = "Never"*/ /* 2 = "Less than once a month"*/ /* 3 = "About once a month"*/ /* 4 = "About once a week"*/ /* 5 = "More than once a week";*/ /*VALUE V14F*/ /* 1 = "1"*/ /* 2 = "2"*/ /* 3 = "3"*/ /* 4 = "4"*/ /* 5 = "5"*/ /* 6 = "6"*/ /* 7 = "7"*/ /* 8 = "8"*/ /* 9 = "9"*/ /* 10 = "10"*/ /* 11 = "11"*/ /* 12 = "12 or more";*/ /*VALUE V15F*/ /* 1 = "I don't 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";*/ /*VALUE V16F*/ /* 1 = "None"*/ /* 2 = "Less than one serve"*/ /* 3 = "1 serve"*/ /* 4 = "2 serves"*/ /* 5 = "3 serves"*/ /* 6 = "4 serves"*/ /* 7 = "5 serves or more";*/ /*VALUE V17F*/ /* 1 = "Never"*/ /* 2 = "Less than once per month"*/ /* 3 = "1 to 3 times per month"*/ /* 4 = "1 time per week"*/ /* 5 = "2 times per week"*/ /* 6 = "3 to 4 times per week"*/ /* 7 = "5 to 6 times per week"*/ /* 8 = "1 time per day"*/ /* 9 = "2 times per day"*/ /* 10 = "3 or more times per day";*/ /*VALUE V18F*/ /* 1 = "Your birth mother"*/ /* 2 = "Your mother (other, eg step mother, aunt, grandmother, adoptive mother, etc)"*/ /* 3 = "Your birth father"*/ /* 4 = "Your father (other, eg step father, uncle, grandfather, adoptive father, etc)";*/ /*VALUE V19F*/ /* 1 = "Full-time (ie 5 days or more/week)"*/ /* 2 = "Part-time (ie less than 5 days/week)"*/ /* 3 = "Mostly or only casual hours (ie different hours each week)"*/ /* 4 = "Work away from home (eg fly-in-fly-out work, drive-in-drive out work, having a Defence Force posting away from home)"*/ /* 5 = "Was not in paid work"*/ /* 6 = "Don't know";*/ /*VALUE V20F*/ /* 1 = "Manager or administrator (eg magistrate, farm manager, CEO, general manager, business administrator)"*/ /* 2 = "Professional (eg scientist, doctor, engineer, accountant, vet, teacher, computing/IT professional, dentist, solicitor, journalist, curator, musician)"*/ /* 3 = "Associate professional (eg technician, investment adviser, real estate agent, shop manager, youth worker, police officer, coach)"*/ /* 4 = "Tradesperson or related worker (eg plumber, electrician, landscaper, cook/chef, hair dresser, florist, sound technician, make up artist, driller)"*/ /* 5 = "Advanced clerical or service worker (eg personal assistant, bookkeeper, flight attendant, law clerk, insurance agent)"*/ /* 6 = "Intermediate clerical, sales or service worker (eg sales rep, receptionist, data entry operator, child care worker, nursing assistant, hospitality worker, teacher's aide, travel agent)"*/ /* 7 = "Intermediate production or transport worker (eg sewing machinist, machine operator, bus driver, truck driver, miner)"*/ /* 8 = "Elementary clerical, sales or service worker (eg mail clerk, parking inspector, sales assistant, telemarketer, housekeeper, checkout operator)"*/ /* 9 = "Labourer or related worker (eg labourer, cleaner, factory worker, general farm hand, kitchenhand)"*/ /* 10 = "Don't know"*/ /* 11 = "No paid job";*/ /*VALUE V21F*/ /* 1 = "Yes"*/ /* 2 = "No"*/ /* 3 = "Don't know";*/ /*VALUE V22F*/ /* 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"*/ /* 10 = "Don't know";*/ /*VALUE V23F*/ /* 1 = "Your birth mother"*/ /* 2 = "Your mother (other, eg step mother, aunt, grandmother, adoptive mother, etc)"*/ /* 3 = "Your birth father"*/ /* 4 = "Your father (other, eg step father, uncle, grandfather, adoptive father, etc)"*/ /* 5 = "Not applicable (no second parent during primary school and high school years)";*/ /**/ /*VALUE V25F*/ /* 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";*/ /*VALUE V26F*/ /* 1 = "Not applicable"*/ /* 2 = "Not at all stressed"*/ /* 3 = "Somewhat stressed"*/ /* 4 = "Moderately stressed"*/ /* 5 = "Very stressed"*/ /* 6 = "Extremely stressed";*/ /*VALUE V27F*/ /* 1 = "No"*/ /* 2 = "Less than 3 months"*/ /* 3 = "3 to 6 months"*/ /* 4 = "More than 6 months"*/ /* 5 = "Don't know";*/ /*VALUE V28F*/ /* 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";*/ /*VALUE V29F*/ /* 1 = "No"*/ /* 2 = "Yes, unemployed for less than 6 months"*/ /* 3 = "Yes, unemployed for 6 months or more";*/ /*VALUE V30F*/ /* 1 = "No"*/ /* 2 = "Yes";*/ /*VALUE V31F*/ /* 1 = "0"*/ /* 2 = "1 - 15"*/ /* 3 = "16 - 29"*/ /* 4 = "30 - 34"*/ /* 5 = "35 - 40"*/ /* 6 = "41 - 49"*/ /* 7 = "50 or more";*/ /*VALUE V32F*/ /* 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";*/ /*VALUE V33F*/ /* 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";*/ /*VALUE V34F*/ /* 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 = "I am widowed";*/ /*VALUE V35F*/ /* 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";*/ /*run ;*/