/***/ /* This SAS program creates a permanent SAS format library that is used to analyze to */ /* analyze the 2021 SADC MS dataset. */ /* */ /* Change the file location specification from 'c:\SADC2021' 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 '2021 SADC MS Formats Program.sas' BEFORE you run */ /* '2021 SADC MS SAS Input Program.sas' to create the 2021 YRBS dataset. */ /***/ libname library '\\cdc.gov\project\NCCD_SERB_SURV\YRBS\SADC MS Dataset 2021\Programs\Files for checking before posting\ICF'; proc format library=library; value $SITE "AB" = "Albuquerque, NM" "AK" = "Alaska" "AL" = "Alabama" "AR" = "Arkansas" "AZB" = "Arizona" "CA" = "California" "CC" = "Clark County, NV" "CE" = "Cleveland, OH" "CH" = "Chicago, IL" "CM" = "Charlotte-Mecklenburg County, NC" "CO" = "Colorado" "CT" = "Connecticut" "DA" = "Dallas, TX" "DE" = "Delaware" "DU" = "Duval County, FL" "EA" = "Eaton Consortium, MI" "FL" = "Florida" "FT" = "Broward County, FL" "FW" = "Fort Worth, TX" "GA" = "Georgia" "GE" = "Genesee Consortium, MI" "GS" = "Gaston County, NC" "HI" = "Hawaii" "HL" = "Hillsborough County, FL" "HO" = "Houston, TX" "IA" = "Iowa" "ID" = "Idaho" "IL" = "Illinois" "IN" = "Indiana" "KS" = "Kansas" "KY" = "Kentucky" "LA" = "Louisiana" "LO" = "Los Angeles, CA" "MD" = "Maryland" "ME" = "Maine" "MI" = "Michigan" "ML" = "Milwaukee, WI" "MM" = "Miami-Dade County, FL" "MO" = "Missouri" "MS" = "Mississippi" "MT" = "Montana" "NC" = "North Carolina" "ND" = "North Dakota" "NE" = "Nebraska" "NH" = "New Hampshire" "NJ" = "New Jersey" "NM" = "New Mexico" "NO" = "New Orleans, LA" "NV" = "Nevada" "NW" = "Newark, NJ" "NY" = "New York" "NYC" = "New York City, NY" "NYG" = "Borough of Bronx, NY" "NYH" = "Borough of Brooklyn, NY" "NYI" = "Borough of Manhattan, NY" "NYJ" = "Borough of Queens, NY" "NYK" = "Borough of Staten Island, NY" "OA" = "Oakland, CA" "OK" = "Oklahoma" "OL" = "Orange County, FL" "PA" = "Pennsylvania" "PB" = "Palm Beach County, FL" "PH" = "Philadelphia, PA" "PO" = "Portland, OR" "PS" = "Pasco County, FL" "RI" = "Rhode Island" "SA" = "San Diego, CA" "SB" = "San Bernardino, CA" "SC" = "South Carolina" "SD" = "South Dakota" "SE" = "Seattle, WA" "SF" = "San Francisco, CA" "SP" = "Spartanburg County, SC" "ST" = "Shelby County, TN" "TN" = "Tennessee" "TX" = "Texas" "UT" = "Utah" "VA" = "Virginia" "VT" = "Vermont" "WI" = "Wisconsin" "WV" = "West Virginia" "WY" = "Wyoming" "XX" = "United States"; value AGE 1="10 years old or younger" 2="11 years old" 3="12 years old" 4="13 years old" 5="14 years old" 6="15 years old" 7="16 years old or older"; value SEX 1="Female" 2="Male"; value GRADE 1="6th" 2="7th" 3="8th" 4="Ungraded or other grade"; value RACE4S 1="White" 2="Black or African American" 3="Hispanic/Latino" 4="All other races"; value RACE7S 1="Am Indian / Alaska Native" 2="Asian" 3="Black or African American" 4="Hispanic/Latino" 5="Native Hawaiian/other PI" 6="White" 7="Multiple - Non-Hispanic"; value $M6S " "="Missing" "1"="Do not ride a bicycle" "2"="Never wear a helmet" "3"="Rarely wear a helmet" "4"="Sometimes wear a helmet" "5"="Most of the time wear a helmet" "6"="Always wear a helmet" other="** Data Error **"; value $M7S " "="Missing" "1"="Do not rollerblade/skateboard" "2"="Never wear a helmet" "3"="Rarely wear a helmet" "4"="Sometimes wear a helmet" "5"="Most of the time wear a helmet" "6"="Always wear a helmet" other="** Data Error **"; value $M8S " "="Missing" "1"="Never" "2"="Rarely" "3"="Sometimes" "4"="Most of the time" "5"="Always" other="** Data Error **"; value $M9S " "="Missing" "1"="Yes" "2"="No" "3"="Not sure" other="** Data Error **"; value $M10S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M11S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M12S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M13S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M14S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M15S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M16S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M17S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M18S " "="Missing" "1"="Never tried cigarette smoking" "2"="8 years old or younger" "3"="9 years old" "4"="10 years old" "5"="11 years old" "6"="12 years old" "7"="13 years old or older" other="** Data Error **"; value $M19S " "="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 $M20S " "="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 $M21S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M22S " "="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 $M23S " "="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 $M24S " "="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 $M25S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M26S " "="Missing" "1"="Never drank alcohol" "2"="8 years old or younger" "3"="9 years old" "4"="10 years old" "5"="11 years old" "6"="12 years old" "7"="13 years old or older" other="** Data Error **"; value $M27S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M28S " "="Missing" "1"="Never tried marijuana" "2"="8 years old or younger" "3"="9 years old" "4"="10 years old" "5"="11 years old" "6"="12 years old" "7"="13 years old or older" other="** Data Error **"; value $M29S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M30S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M31S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M32S " "="Missing" "1"="Yes" "2"="No" other="** Data Error **"; value $M33S " "="Missing" "1"="Never had sex" "2"="8 years old or younger" "3"="9 years old" "4"="10 years old" "5"="11 years old" "6"="12 years old" "7"="13 years old or older" other="** Data Error **"; value $M34S " "="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 $M35S " "="Missing" "1"="Never had sex" "2"="Yes" "3"="No" other="** Data Error **"; value $M36S " "="Missing" "1"="Very underweight" "2"="Slightly underweight" "3"="About the right weight" "4"="Slightly overweight" "5"="Very overweight" other="** Data Error **"; value $M37S " "="Missing" "1"="Lose weight" "2"="Gain weight" "3"="Stay the same weight" "4"="Not trying to do anything" other="** Data Error **"; value $M38S " "="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 $M39S " "="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 $M40S " "="Missing" "1"="Less than 1 hour per day" "2"="1 hour per day" "3"="2 hours per day" "4"="3 hours per day" "5"="4 hours per day" "6"="5 or more hours per day" other="** Data Error **"; value $M41S " "="Missing" "1"="0 days" "2"="1 day" "3"="2 days" "4"="3 days" "5"="4 days" "6"="5 days" other="** Data Error **"; value $M42S " "="Missing" "1"="0 teams" "2"="1 team" "3"="2 teams" "4"="3 or more teams" other="** Data Error **"; value $M43S " "="Missing" "1"="0 times" "2"="1 time" "3"="2 times" "4"="3 times" "5"="4 or more times" other="** Data Error **"; value $M44S " "="Missing" "1"="Never" "2"="Rarely" "3"="Sometimes" "4"="Most of the time" "5"="Always" other="** Data Error **"; value $M45S " "="Missing" "1"="4 or less hours" "2"="5 hours" "3"="6 hours" "4"="7 hours" "5"="8 hours" "6"="9 hours" "7"="10 or more hours" other="** Data Error **"; value $M46S " "="Missing" "1"="Home of parent or gaurdian" "2"="Home of other people" "3"="Shelter or emergency housing" "4"="Motel or hotel" "5"="Public place" "6"="No usual place" "7"="Somewhere else" other="** Data Error **"; run;