/****************************************************************************************/
/* This SAS program creates a permanent SAS format library that is used to analyze to */
/* analyze the 2001 YRBS dataset. */
/* */
/* Change the file location specification from "c:\yrbs2001" to the location where you */
/* want the format library to be stored before you run this program. Change the */
/* location specification in the "library" statement at the top of the program. */
/* */
/* Note: Run "YRBS_2001_SAS_Format_Program.sas" BEFORE you run */
/* "YRBS_2001_SAS_Input_Program.sas" to create the 2001 YRBS dataset. */
/****************************************************************************************/
libname library "c:\yrbs2001";
proc format library=library;
value $Q1H
' '='Missing'
'1'="12 years old or younger"
'2'="13 years old"
'3'="14 years old"
'4'="15 years old"
'5'="16 years old"
'6'="17 years old"
'7'="18 years old or older"
other='** Data Error **';
value $Q2H
' '='Missing'
'1'="Female"
'2'="Male"
other='** Data Error **';
value $Q3H
' '='Missing'
'1'="9th grade"
'2'="10th grade"
'3'="11th grade"
'4'="12th grade"
'5'="Ungraded or other grade"
other='** Data Error **';
value $Q4H
' '='Missing'
'1'="Am Indian / Alaska Native"
'2'="Asian"
'3'="Black or African American"
'4'="Hispanic or Latino"
'5'="Native Hawaiian/other PI"
'6'="White"
'7'="Multiple - Hispanic"
'8'="Multiple - Non-hispanic"
other='** Data Error **';
value $Q7H
' '='Missing'
'1'="Mostly A's"
'2'="Mostly B's"
'3'="Mostly C's"
'4'="Mostly D's"
'5'="Mostly F's"
'6'="None of these grades"
'7'="Not sure"
other='** Data Error **';
value $Q8H
' '='Missing'
'1'="Did not ride a motorcycle"
'2'="Never wore a helmet"
'3'="Rarely wore a helmet"
'4'="Sometimes wore a helmet"
'5'="Most of the time wore a helmet"
'6'="Always wore a helmet"
other='** Data Error **';
value $Q9H
' '='Missing'
'1'="Did not ride a bicycle"
'2'="Never wore a helmet"
'3'="Rarely wore a helmet"
'4'="Sometimes wore a helmet"
'5'="Most of the time wore a helmet"
'6'="Always wore a helmet"
other='** Data Error **';
value $Q10H
' '='Missing'
'1'="Never"
'2'="Rarely"
'3'="Sometimes"
'4'="Most of the time"
'5'="Always"
other='** Data Error **';
value $Q11H
' '='Missing'
'1'="0 times"
'2'="1 time"
'3'="2 or 3 times"
'4'="4 or 5 times"
'5'="6 or more times"
other='** Data Error **';
value $Q12H
' '='Missing'
'1'="0 times"
'2'="1 time"
'3'="2 or 3 times"
'4'="4 or 5 times"
'5'="6 or more times"
other='** Data Error **';
value $Q13H
' '='Missing'
'1'="0 days"
'2'="1 day"
'3'="2 or 3 days"
'4'="4 or 5 days"
'5'="6 or more days"
other='** Data Error **';
value $Q14H
' '='Missing'
'1'="0 days"
'2'="1 day"
'3'="2 or 3 days"
'4'="4 or 5 days"
'5'="6 or more days"
other='** Data Error **';
value $Q15H
' '='Missing'
'1'="0 days"
'2'="1 day"
'3'="2 or 3 days"
'4'="4 or 5 days"
'5'="6 or more days"
other='** Data Error **';
value $Q16H
' '='Missing'
'1'="0 days"
'2'="1 day"
'3'="2 or 3 days"
'4'="4 or 5 days"
'5'="6 or more days"
other='** Data Error **';
value $Q17H
' '='Missing'
'1'="0 times"
'2'="1 time"
'3'="2 or 3 times"
'4'="4 or 5 times"
'5'="6 or 7 times"
'6'="8 or 9 times"
'7'="10 or 11 times"
'8'="12 or more times"
other='** Data Error **';
value $Q18H
' '='Missing'
'1'="0 times"
'2'="1 time"
'3'="2 or 3 times"
'4'="4 or 5 times"
'5'="6 or 7 times"
'6'="8 or 9 times"
'7'="10 or 11 times"
'8'="12 or more times"
other='** Data Error **';
value $Q19H
' '='Missing'
'1'="0 times"
'2'="1 time"
'3'="2 or 3 times"
'4'="4 or 5 times"
'5'="6 or more times"
other='** Data Error **';
value $Q20H
' '='Missing'
'1'="0 times"
'2'="1 time"
'3'="2 or 3 times"
'4'="4 or 5 times"
'5'="6 or 7 times"
'6'="8 or 9 times"
'7'="10 or 11 times"
'8'="12 or more times"
other='** Data Error **';
value $Q21H
' '='Missing'
'1'="Yes"
'2'="No"
other='** Data Error **';
value $Q22H
' '='Missing'
'1'="Yes"
'2'="No"
other='** Data Error **';
value $Q23H
' '='Missing'
'1'="Yes"
'2'="No"
other='** Data Error **';
value $Q24H
' '='Missing'
'1'="Yes"
'2'="No"
other='** Data Error **';
value $Q25H
' '='Missing'
'1'="Yes"
'2'="No"
other='** Data Error **';
value $Q26H
' '='Missing'
'1'="0 times"
'2'="1 time"
'3'="2 or 3 times"
'4'="4 or 5 times"
'5'="6 or more times"
other='** Data Error **';
value $Q27H
' '='Missing'
'1'="Did not attempt suicide"
'2'="Yes"
'3'="No"
other='** Data Error **';
value $Q28H
' '='Missing'
'1'="Yes"
'2'="No"
other='** Data Error **';
value $Q29H
' '='Missing'
'1'="Never smoked a cigarette"
'2'="8 years old or younger"
'3'="9 or 10 years old"
'4'="11 or 12 years old"
'5'="13 or 14 years old"
'6'="15 or 16 years old"
'7'="17 years old or older"
other='** Data Error **';
value $Q30H
' '='Missing'
'1'="0 days"
'2'="1 or 2 days"
'3'="3 to 5 days"
'4'="6 to 9 days"
'5'="10 to 19 days"
'6'="20 to 29 days"
'7'="All 30 days"
other='** Data Error **';
value $Q31H
' '='Missing'
'1'="Did not smoke cigarettes"
'2'="Less than 1 cigarette"
'3'="1 cigarette"
'4'="2 to 5 cigarettes"
'5'="6 to 10 cigarettes"
'6'="11 to 20 cigarettes"
'7'="More than 20 cigarettes"
other='** Data Error **';
value $Q32H
' '='Missing'
'1'="Did not smoke cigarettes"
'2'="Store or gas station"
'3'="Vending machine"
'4'="Someone else bought them"
'5'="Borrowed/bummed them"
'6'="A person 18 or older"
'7'="Took them from store/family "
'8'="Some other way"
other='** Data Error **';
value $Q33H
' '='Missing'
'1'="Did not buy cigarettes"
'2'="Yes"
'3'="No"
other='** Data Error **';
value $Q34H
' '='Missing'
'1'="0 days"
'2'="1 or 2 days"
'3'="3 to 5 days"
'4'="6 to 9 days"
'5'="10 to 19 days"
'6'="20 to 29 days"
'7'="All 30 days"
other='** Data Error **';
value $Q35H
' '='Missing'
'1'="Yes"
'2'="No"
other='** Data Error **';
value $Q36H
' '='Missing'
'1'="Did not smoke in past 12 mos."
'2'="Yes"
'3'="No"
other='** Data Error **';
value $Q37H
' '='Missing'
'1'="0 days"
'2'="1 or 2 days"
'3'="3 to 5 days"
'4'="6 to 9 days"
'5'="10 to 19 days"
'6'="20 to 29 days"
'7'="All 30 days"
other='** Data Error **';
value $Q38H
' '='Missing'
'1'="0 days"
'2'="1 or 2 days"
'3'="3 to 5 days"
'4'="6 to 9 days"
'5'="10 to 19 days"
'6'="20 to 29 days"
'7'="All 30 days"
other='** Data Error **';
value $Q39H
' '='Missing'
'1'="0 days"
'2'="1 or 2 days"
'3'="3 to 5 days"
'4'="6 to 9 days"
'5'="10 to 19 days"
'6'="20 to 29 days"
'7'="All 30 days"
other='** Data Error **';
value $Q40H
' '='Missing'
'1'="0 days"
'2'="1 or 2 days"
'3'="3 to 9 days"
'4'="10 to 19 days"
'5'="20 to 39 days"
'6'="40 to 99 days"
'7'="100 or more days"
other='** Data Error **';
value $Q41H
' '='Missing'
'1'="Never drank alcohol"
'2'="8 years old or younger"
'3'="9 or 10 years old"
'4'="11 or 12 years old"
'5'="13 or 14 years old"
'6'="15 or 16 years old"
'7'="17 years old or older"
other='** Data Error **';
value $Q42H
' '='Missing'
'1'="0 days"
'2'="1 or 2 days"
'3'="3 to 5 days"
'4'="6 to 9 days"
'5'="10 to 19 days"
'6'="20 to 29 days"
'7'="All 30 days"
other='** Data Error **';
value $Q43H
' '='Missing'
'1'="0 days"
'2'="1 day"
'3'="2 days"
'4'="3 to 5 days"
'5'="6 to 9 days"
'6'="10 to 19 days"
'7'="20 or more days"
other='** Data Error **';
value $Q44H
' '='Missing'
'1'="0 days"
'2'="1 or 2 days"
'3'="3 to 5 days"
'4'="6 to 9 days"
'5'="10 to 19 days"
'6'="20 to 29 days"
'7'="All 30 days"
other='** Data Error **';
value $Q45H
' '='Missing'
'1'="0 times"
'2'="1 or 2 times"
'3'="3 to 9 times"
'4'="10 to 19 times"
'5'="20 to 39 times"
'6'="40 to 99 times"
'7'="100 or more times"
other='** Data Error **';
value $Q46H
' '='Missing'
'1'="Never tried marijuana"
'2'="8 years old or younger"
'3'="9 or 10 years old"
'4'="11 or 12 years old"
'5'="13 or 14 years old"
'6'="15 or 16 years old"
'7'="17 years old or older"
other='** Data Error **';
value $Q47H
' '='Missing'
'1'="0 times"
'2'="1 or 2 times"
'3'="3 to 9 times"
'4'="10 to 19 times"
'5'="20 to 39 times"
'6'="40 or more times"
other='** Data Error **';
value $Q48H
' '='Missing'
'1'="0 times"
'2'="1 or 2 times"
'3'="3 to 9 times"
'4'="10 to 19 times"
'5'="20 to 39 times"
'6'="40 or more times"
other='** Data Error **';
value $Q49H
' '='Missing'
'1'="0 times"
'2'="1 or 2 times"
'3'="3 to 9 times"
'4'="10 to 19 times"
'5'="20 to 39 times"
'6'="40 or more times"
other='** Data Error **';
value $Q50H
' '='Missing'
'1'="0 times"
'2'="1 or 2 times"
'3'="3 to 9 times"
'4'="10 to 19 times"
'5'="20 to 39 times"
'6'="40 or more times"
other='** Data Error **';
value $Q51H
' '='Missing'
'1'="0 times"
'2'="1 or 2 times"
'3'="3 to 9 times"
'4'="10 to 19 times"
'5'="20 to 39 times"
'6'="40 or more times"
other='** Data Error **';
value $Q52H
' '='Missing'
'1'="0 times"
'2'="1 or 2 times"
'3'="3 to 9 times"
'4'="10 to 19 times"
'5'="20 to 39 times"
'6'="40 or more times"
other='** Data Error **';
value $Q53H
' '='Missing'
'1'="0 times"
'2'="1 or 2 times"
'3'="3 to 9 times"
'4'="10 to 19 times"
'5'="20 to 39 times"
'6'="40 or more times"
other='** Data Error **';
value $Q54H
' '='Missing'
'1'="0 times"
'2'="1 or 2 times"
'3'="3 to 9 times"
'4'="10 to 19 times"
'5'="20 to 39 times"
'6'="40 or more times"
other='** Data Error **';
value $Q55H
' '='Missing'
'1'="0 times"
'2'="1 or 2 times"
'3'="3 to 9 times"
'4'="10 to 19 times"
'5'="20 to 39 times"
'6'="40 or more times"
other='** Data Error **';
value $Q56H
' '='Missing'
'1'="0 times"
'2'="1 time"
'3'="2 or more times"
other='** Data Error **';
value $Q57H
' '='Missing'
'1'="Yes"
'2'="No"
other='** Data Error **';
value $Q58H
' '='Missing'
'1'="Yes"
'2'="No"
other='** Data Error **';
value $Q59H
' '='Missing'
'1'="Never had sex"
'2'="11 years old or younger"
'3'="12 years old"
'4'="13 years old"
'5'="14 years old"
'6'="15 years old"
'7'="16 years old"
'8'="17 years old or older"
other='** Data Error **';
value $Q60H
' '='Missing'
'1'="Never had sex"
'2'="1 person"
'3'="2 people"
'4'="3 people"
'5'="4 people"
'6'="5 people"
'7'="6 or more people"
other='** Data Error **';
value $Q61H
' '='Missing'
'1'="Never had sex"
'2'="None during past 3 months"
'3'="1 person"
'4'="2 people"
'5'="3 people"
'6'="4 people"
'7'="5 people"
'8'="6 or more people"
other='** Data Error **';
value $Q62H
' '='Missing'
'1'="Never had sex"
'2'="Yes"
'3'="No"
other='** Data Error **';
value $Q63H
' '='Missing'
'1'="Never had sex"
'2'="Yes"
'3'="No"
other='** Data Error **';
value $Q64H
' '='Missing'
'1'="Never had sex"
'2'="No method was used"
'3'="Birth control pills"
'4'="Condoms"
'5'="Depo-Provera"
'6'="Withdrawal"
'7'="Some other method"
'8'="Not sure"
other='** Data Error **';
value $Q65H
' '='Missing'
'1'="0 times"
'2'="1 time"
'3'="2 or more times"
'4'="Not sure"
other='** Data Error **';
value $Q66H
' '='Missing'
'1'="Very underweight"
'2'="Slightly underweight"
'3'="About the right weight"
'4'="Slightly overweight"
'5'="Very overweight"
other='** Data Error **';
value $Q67H
' '='Missing'
'1'="Lose weight"
'2'="Gain weight"
'3'="Stay the same weight"
'4'="Not trying to do anything"
other='** Data Error **';
value $Q68H
' '='Missing'
'1'="Yes"
'2'="No"
other='** Data Error **';
value $Q69H
' '='Missing'
'1'="Yes"
'2'="No"
other='** Data Error **';
value $Q70H
' '='Missing'
'1'="Yes"
'2'="No"
other='** Data Error **';
value $Q71H
' '='Missing'
'1'="Yes"
'2'="No"
other='** Data Error **';
value $Q72H
' '='Missing'
'1'="Yes"
'2'="No"
other='** Data Error **';
value $Q73H
' '='Missing'
'1'="Did not drink fruit juice"
'2'="1 to 3 times"
'3'="4 to 6 times"
'4'="1 time per day"
'5'="2 times per day"
'6'="3 times per day"
'7'="4 or more times per day"
other='** Data Error **';
value $Q74H
' '='Missing'
'1'="Did not eat fruit"
'2'="1 to 3 times"
'3'="4 to 6 times"
'4'="1 time per day"
'5'="2 times per day"
'6'="3 times per day"
'7'="4 or more times per day"
other='** Data Error **';
value $Q75H
' '='Missing'
'1'="Did not eat green salad"
'2'="1 to 3 times"
'3'="4 to 6 times"
'4'="1 time per day"
'5'="2 times per day"
'6'="3 times per day"
'7'="4 or more times per day"
other='** Data Error **';
value $Q76H
' '='Missing'
'1'="Did not eat potatoes"
'2'="1 to 3 times"
'3'="4 to 6 times"
'4'="1 time per day"
'5'="2 times per day"
'6'="3 times per day"
'7'="4 or more times per day"
other='** Data Error **';
value $Q77H
' '='Missing'
'1'="Did not eat carrots"
'2'="1 to 3 times"
'3'="4 to 6 times"
'4'="1 time per day"
'5'="2 times per day"
'6'="3 times per day"
'7'="4 or more times per day"
other='** Data Error **';
value $Q78H
' '='Missing'
'1'="Did not eat other vegetables "
'2'="1 to 3 times"
'3'="4 to 6 times"
'4'="1 time per day"
'5'="2 times per day"
'6'="3 times per day"
'7'="4 or more times per day"
other='** Data Error **';
value $Q79H
' '='Missing'
'1'="Did not drink milk"
'2'="1 to 3 glasses past 7 days"
'3'="4 to 6 glasses past 7 days"
'4'="1 glass per day"
'5'="2 glasses per day"
'6'="3 glasses per day"
'7'="4 or more glasses per day"
other='** Data Error **';
value $Q80H
' '='Missing'
'1'="0 days"
'2'="1 day"
'3'="2 days"
'4'="3 days"
'5'="4 days"
'6'="5 days"
'7'="6 days"
'8'="7 days"
other='** Data Error **';
value $Q81H
' '='Missing'
'1'="0 days"
'2'="1 day"
'3'="2 days"
'4'="3 days"
'5'="4 days"
'6'="5 days"
'7'="6 days"
'8'="7 days"
other='** Data Error **';
value $Q82H
' '='Missing'
'1'="0 days"
'2'="1 day"
'3'="2 days"
'4'="3 days"
'5'="4 days"
'6'="5 days"
'7'="6 days"
'8'="7 days"
other='** Data Error **';
value $Q83H
' '='Missing'
'1'="No TV on average school day"
'2'="Less than 1 hour per day"
'3'="1 hour per day"
'4'="2 hours per day"
'5'="3 hours per day"
'6'="4 hours per day"
'7'="5 or more hours per day"
other='** Data Error **';
value $Q84H
' '='Missing'
'1'="0 days"
'2'="1 day"
'3'="2 days"
'4'="3 days"
'5'="4 days"
'6'="5 days"
other='** Data Error **';
value $Q85H
' '='Missing'
'1'="Do not take PE"
'2'="Less than 10 minutes"
'3'="10 to 20 minutes"
'4'="21 to 30 minutes"
'5'="31 to 40 minutes"
'6'="41 to 50 minutes"
'7'="51 to 60 minutes"
'8'="More than 60 minutes"
other='** Data Error **';
value $Q86H
' '='Missing'
'1'="0 teams"
'2'="1 team"
'3'="2 teams"
'4'="3 or more teams"
other='** Data Error **';
value $Q87H
' '='Missing'
'1'="Yes"
'2'="No"
'3'="Not sure"
other='** Data Error **';
value $Q88XXH
' '='Missing'
'1'="I do not drive a car"
'2'="Never wear seatbelt"
'3'="Rarely wear a seatbelt"
'4'="Sometimes wear a seatbelt"
'5'="Most of the time wear"
'6'="Always wear a seatbelt"
other='** Data Error **';
value $Q89XXH
' '='Missing'
'1'="Did not smoke cigarettes"
'2'="Do not have a usual brand"
'3'="Camel"
'4'="Marlboro"
'5'="Newport"
'6'="Virginia Slims"
'7'="GPC, Basic, or Doral"
'8'="Some other brand"
other='** Data Error **';
value $Q90XXH
' '='Missing'
'1'="0 times"
'2'="1 or 2 times"
'3'="3 to 9 times"
'4'="10 to 19 times"
'5'="20 to 39 times"
'6'="40 or more times"
other='** Data Error **';
value $Q91XXH
' '='Missing'
'1'="0 times"
'2'="1 or 2 times"
'3'="3 to 9 times"
'4'="10 to 19 times"
'5'="20 to 39 times"
'6'="40 or more times"
other='** Data Error **';
value $Q92XXH
' '='Missing'
'1'="No exercise in past 30 days"
'2'="Yes"
'3'="No"
other='** Data Error **';
value $Q93XXH
' '='Missing'
'1'="During the past 12 months"
'2'="Between 12 and 24 months ago"
'3'="More than 24 months ago"
'4'="Never"
'5'="Not sure"
other='** Data Error **';
value $Q94XXH
' '='Missing'
'1'="During the past 12 months"
'2'="Between 12 and 24 months ago"
'3'="More than 24 months ago"
'4'="Never"
'5'="Not sure"
other='** Data Error **';
value $Q95XXH
' '='Missing'
'1'="Never"
'2'="Rarely"
'3'="Sometimes"
'4'="Most of the time"
'5'="Always"
other='** Data Error **';
value $HGREG
' '='Missing'
'1'="Northeast"
'2'="Midwest"
'3'="Sout"
'4'="West"
other='** Data Error **';
value $HMETRO
' '='Missing'
'0'="Unknown"
'1'="Urban"
'2'="Suburban"
'3'="Rural"
other='** Data Error **';
run;
国产精品久久久久久一级毛片