title1 '/prj/mdcost/mkmedic/CAHPS/Programs/Construction/2022/82.new.format.lib.sas'; /******************************************************************************/ /* 10/13/2014 - Nicki Schussler */ /* 12/1/2017 - Updated formats - Angela Meekins */ /* A new format library for SEER-CAHPS that updates the formats available */ /* starting from the 2013 linkage. Makes the missing values consistent. */ /* */ /* . = 'Question Not on Survey' */ /* .G = 'Good Skip based on Skip Pattern' */ /* .V = 'Valid Answer of ''Does not apply''' */ /* .D = 'Don''t Know' */ /* .N = 'Not Answered, on Survey' */ /* .R = 'Refused' */ /* .A = 'Answered-Should have Skipped' */ /* .S = 'Skipped-Should have Answered' */ /* .I = 'Inconsistent Response (to previous questions)' */ /* .O = 'Out of Range (Invalid value coded)' */ /* .M = 'Multiple Response' */ /* .Z = 'Provider Doesn''t Match Survey Type' */ /* */ /******************************************************************************/ libname library '/prj/mdcost/mkmedic/CAHPS/Data/Construction/2022/'; proc format library=library.cahps_survey_formats_2022; filename pformat pipe 'gzip -c > /prj/mdcost/mkmedic/CAHPS/Data/Construction/2022/cahps_survey_formats_2022.cpt.gz'; value AGE5_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = '64 or younger' 2 = '65 to 69' 3 = '70 to 74' 4 = '75 to 79' 5 = '80 or older' ; value AGE6_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = '44 or younger' 2 = '44 to 64' 3 = '65 to 69' 4 = '70 to 74' 5 = '75 to 79' 6 = '80 or older' ; value AGE6_64_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = '64 or younger' 2 = '65 to 69' 3 = '70 to 74' 4 = '75 to 79' 5 = '80 to 84' 6 = '85 or older' ; value AGE7_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = '44 or younger' 2 = '44 to 64' 3 = '65 to 69' 4 = '70 to 74' 5 = '75 to 79' 6 = '80 to 84' 7 = '85 or older' ; value AGE9_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = '18 to 24' 2 = '25 to 34' 3 = '35 to 44' 4 = '45 to 54' 5 = '55 to 64' 6 = '65 to 74' 7 = '75 to 80' 8 = '81 to 84' 9 = '85 or older' ; value AGE10_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = '18 to 24' 2 = '25 to 34' 3 = '35 to 44' 4 = '45 to 54' 5 = '55 to 64' 6 = '65 to 69' 7 = '70 to 74' 8 = '75 to 79' 9 = '80 to 84' 10 = '85 or older' ; value BOTHER_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Not at all' 2 = 'Several days' 3 = 'More than half the days' 4 = 'Nearly every day' ; value BOTHER2_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 0 = 'Not at all' 1 = 'Several days' 2 = 'More than half the days' 3 = 'Nearly every day' ; value CAN_CNFLT_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 0 = 'No Conflict: YES + PEDSF post dx; NO + (SumDnm or PEDSF pre dx)' 1 = 'Conflict (Can Ignore): NO + PEDSF post dx' 2 = 'Conflict (Timing): YES + PEDSF pre dx' 3 = 'Conflict (Cohort): YES + SumDnm' ; value CAN_STAT_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Non-Melanoma (skin) Cancer before survey in SEER. If same year as survey, but month unknown, ''any cancer'' Question must = yes or missing' 2 = 'No cancer including melanoma (skin) before survey in SEER and ''any cancer'' question = no or missing. If same year but month unknown, ''any cancer'' must=no.' 3 = 'No cancer before survey in SEER and ''any cancer'' question = yes' 4 = 'Not in SEER, resided in SEER area and ''any cancer'' question = yes' 5 = 'Not in SEER, resided in SEER area and ''any cancer'' question = no or missing' 6 = 'Not in SEER and did not reside in SEER area' 7 = 'Melanoma cancer in SEER before survey or in same year as survey, month is same or missing' 8 = 'Non-malignant tumors before the survey, or in same year as survey, month same or missing' 99= 'Not Classified' ; value CONFIDENT_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Very confident' 2 = 'Confident' 3 = 'Somewhat confident' 4 = 'Not at all confident' ; value DIFFICULT_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Unable to do this activity' 2 = 'Yes, have difficulty' 3 = 'No, no difficulty' ; value EDUCAT_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = '8th grade or less' 2 = 'Some high school,not graduate' 3 = 'High school graduate or GED' 4 = 'Some college or 2-year degree' 5 = '4-year college graduate' 6 = 'More than 4-year college degree' ; value EMERFUP_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Less than 1 Hour' 2 = '1 to 3 Hours' 3 = '3 to 6 Hours' 4 = 'More than 6 Hours' 5 = 'Did not ask for a Return Call' 6 = 'Did not get a Return Call' 7 = 'Told to go the Emergency Room' ; value FPL_CAT_F 1 = 'Below 100% FPL' 2 = '100% or Above FPL' 9 = 'Unknown' ; value FREQUENCY_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Daily' 2 = '3 times a week' 3 = 'Weekly' 4 = 'Monthly' 5 = 'Not more than 20 min in last 4-wks' 6 = 'Unable to exercise due to impmt/hlth' ; value GENDER_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Male' 2 = 'Female' ; value GENSTATUS_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Excellent' 2 = 'Very Good' 3 = 'Good' 4 = 'Fair' 5 = 'Poor' ; value GENSTAT_LAST_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Much better than 1-yr ago' 2 = 'Somewhat better than 1-yr ago' 3 = 'About the same as 1-yr ago' 4 = 'Somewhat worse than 1-yr ago' 5 = 'Much worse than 1-yr ago' ; value HARD_F /*added 8/23/2017*/ . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Harder' 2 = 'Not harder or easier' 3 = 'Easier' ; value HELP_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Read/Wrote' 2 = 'Answer questions' 3 = 'Other way' ; value INFORMED_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Never' 2 = 'Sometimes' 3 = 'Usually' 4 = 'Always' /* 5 = 'Do not have a personal doctor' /*Recoded to .V*/ /* 6 = 'Did not visit personal doctor in last 6 months' /*Recoded to .V*/ ; value LANG_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' .P = 'Not Applicable' 1 = '1: English' 2 = '2: Spanish' 3 = '3: Chinese' 4 = '4: Vietnamese' 5 = '5: Korean' 6 = '6: Cantonese' 7 = '7: Mandarin' /*8 = '8: NA'; set to .P*/ ; value LIKELY_F /*md_change, md_disagree*/ . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Very likely' 2 = 'likely' 3 = 'Unlikely' 4 = 'Very Unlikely' ; value LIMITS_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Yes, limited a lot' 2 = 'Yes, limited a little' 3 = 'No, not limited at all' ; value LIMITSDTL_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'No, none of the time' 2 = 'Yes, a little of the time' 3 = 'Yes, some of the time' 4 = 'Yes, most of the time' 5 = 'Yes, all of the time' ; value LIMITSPAIN_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Not at all' 2 = 'A little bit' 3 = 'Moderately' 4 = 'Quite a bit' 5 = 'Extremely' ; value LIVEHH_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = '1 person' 2 = '2-3 people' 3 = '4 or more people' ; value LIVING_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Assisted living facility' 2 = 'Long-term care facility' 3 = 'Personal home or apartment' 4 = 'Other' ; value MARK_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 0 = 'Not Marked' 1 = 'Marked' ; value MODE_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' .P = 'Not Applicable' 1 = 'Mail' 2 = 'Inbound CATI' 3 = 'Outbound CATI' ; value $NEWREG_F '01' = "San Francisco" '02' = "Connecticut" '20' = "Detroit" '21' = "Hawaii" '22' = "Iowa" '23' = "New Mexico" '25' = "Seattle" '26' = "Utah" '27' = "Atlanta" '31' = "San Jose" '35' = "Los Angeles" '37' = "Rural Georgia" '41' = "Greater California" '42' = "Kentucky" '43' = "Louisiana" '44' = "New Jersey" '47' = "Greater Georgia" '61' = "Idaho" '62' = "New York" '63' = "Massachusetts" '66' = "Texas" '98' = "Other" '99' = "Unknown" ; value NUMMEDS_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'None' 2 = '1 to 2 medicines' 3 = '3 to 5 medicines' 4 = '6 or more medicines' ; value NUMSEEN_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 0 = 'None' 1 = '1' 2 = '2' 3 = '3' 4 = '4' 5 = '5 or more' ; value NUMTIMES_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 0 = 'None' 1 = '1' 2 = '2' 3 = '3' 4 = '4' 5 = '5 to 9' 6 = '10 or more' ; value NUMTIMES_OLD_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 0 = 'None' 1 = '1' 2 = '2' 3 = '3-4' 4 = '5 to 9' 5 = '10 or more' ; value NUMVISITS_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'None' 2 = '1 visit' 3 = '2 to 4 visits' 4 = '5 to 9 visits' 5 = '10 or more visits' 6 = 'Had no visits in last 6-mths' ; value NUMWEEKS_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Same day' 2 = '1 week' 3 = '2 weeks' 4 = '3 weeks' 5 = '4+ weeks' 6 = 'Still waiting to be settled' ; value OFTEN_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Never' 2 = 'Sometimes' 3 = 'Usually' 4 = 'Always' ; value OFTENRES_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Never' 2 = 'Sometimes' 3 = 'Usually' 4 = 'Always' 5 = 'I did not have any medical tests or procedures in the last 6 months' ; value OFTEN_DAYS_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Every day' 2 = 'Some days' 3 = 'Not at all' ; value OFTEN_TIME_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'All of the time' 2 = 'Most of the time' 3 = 'A good bit of the time' 4 = 'Some of the time' 5 = 'A little of the time' 6 = 'None of the time' ; value OFTEN_TIME5_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'All of the time' 2 = 'Most of the time' 3 = 'Some of the time' 4 = 'A little of the time' 5 = 'None of the time' ; value PAY_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Nothing' 2 = 'Between $1 and $50' 3 = 'Between $51 and $100' 4 = 'Between $101 and $200' 5 = 'Between $201 and $300' 6 = 'More than $300' ; value PROBLEM_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'A Big Problem' 2 = 'A Small Problem' 3 = 'Not a Problem' ; value PROXY_REL_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Spouse/life partner' 2 = 'Parent' 3 = 'Child' 4 = 'Other family member' 5 = 'Friend' 6 = 'Roommate or housemate' 7 = 'Employee' 8 = 'Employer' 9 = 'Health care worker' 10 = 'Other' ; value QUITSMK_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Less than 6 months' 2 = '6 months or more' ; value QUITSMK_12_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Less than 12 months' 2 = '12 months or more' ; value RACE_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 0 = 'Unknown' 1 = 'NH White' 2 = 'NH Black' 3 = 'NH Other' 4 = 'NH Asian' 5 = 'Hispanic' 6 = 'NH N. American Native' 7 = 'NH Mixed' ; value RATING_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 0 = 'Worst possible' 1 = '1' 2 = '2' 3 = '3' 4 = '4' 5 = '5' 6 = '6' 7 = '7' 8 = '8' 9 = '9' 10 = 'Best possible' ; value RECOMMEND_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Definitely yes' 2 = 'Somewhat yes' 3 = 'Somewhat no' 4 = 'Definitely no' ; value RXCOST_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'All of the costs' 2 = 'Some of the costs' 3 = 'None of the costs' ; value RXWORRY_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Very worried' 2 = 'Somewhat worried' 3 = 'A little worried' 4 = 'Not at all worried' ; value SATISFIED_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Very dissatisfied' 2 = 'Somewhat dissatisfied' 3 = 'Neither dissatisfied nor satisfied' 4 = 'Somewhat satisfied' 5 = 'Very satisfied' ; value MTM_SATISFIED_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Very satisfied' 2 = 'satisfied' 3 = 'Dissatisfied' 4 = 'Very dissatisfied' ; value TIME_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Less than 6 months' 2 = '6 months but less than 1 year' 3 = '1 to 2 years' 4 = 'More than 2 but less than 5 years' 5 = '5 or more years' ; value TYPE_F 1 = 'MA PDP' 2 = 'MA Only' 3 = 'FFS PDP' 4 = 'FFS Only' 5 = 'MA PPO' 6 = 'Disenrolled' /* should not appear */ ; value RETYPE_F 1 = 'FFS only (2000-2004, 2007-2010)' 2 = 'FFS+PDP (2007-2010)' 3 = 'FFS (2011-2019)' 4 = 'PDP (2011-2019)' 5 = 'MA Only (1997-2005, 2007-2019)' 6 = 'MA-PD (2007-2019)' 7 = 'MA-PPO (2009-2012)' 9 = 'Disenrolled' /* should not appear */ ; value TYPEMD_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'General Doctor' 2 = 'Specialist Doctor' 3 = 'Physician Assistant' 4 = 'Nurse' ; /* Not currently used value VENDOR_F 1 = 'CSS 2 = 'DATASTAT 3 = 'DSS RESEARCH 4 = 'MORPACE 5 = 'MYERS GROUP 6 = 'SYNOVATE 7 = 'WB&A 8 = 'CSS-FFS-ONLY ; */ value VISITS_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 0 = 'None' 1 = 'At least one visit' ; value YESNO_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 0 = 'No' 1 = 'Yes' 99 = 'Unknown' ; value YESNODR_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 0 = 'No' 1 = 'Yes' 2 = 'Do not have a personal doctor' ; value YESNOREJ_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 0 = 'No' 1 = 'Yes' /* 2 = 'Do not know' */ /* "2=DON'T KNOW" RECODED TO .D */ 3 = 'Tried to sign up but was rejected' ; value YESNOSMWT_F /* UPSIDE DOWN - 1 IS BETTER THAN 3 */ . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Yes, Definitely' 2 = 'Yes, Somewhat' 3 = 'No' ; value YESNOALOT_F /* UPSIDE DOWN - 1 IS BETTER THAN 3 */ . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Yes, a lot' 2 = 'Yes, little' 3 = 'No, not at all' ; value YESNOWAIT_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 0 = 'No' 1 = 'Yes' 2 = 'Still waiting to be settled' ; value YESUNDERSTAND_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Yes, it increased my understanding' 2 = 'No, it did not change my understanding' 3 = 'No, it decreased my understanding' ; value $DESC_F '.' = 'Question Not on Survey' '.G' = 'Good Skip based on Skip Pattern' '.V' = 'Valid Answer of ''Does not apply''' '.D' = 'Don''t Know' '.N' = 'Not Answered, on Survey' '.R' = 'Refused' '.A' = 'Answered-Should have Skipped' '.S' = 'Skipped-Should have Answered' '.I' = 'Inconsistent Response (to previous questions)' '.O' = 'Out of Range (Invalid value coded)' '.M' = 'Multiple Response' '.Z' = 'Provider Doesn''t Match Survey Type' '0' = 'Neither benefit in curr payment' '1' = 'Smaller benefit in curr payment' '2' = 'Larger benefit in curr payment' '3' = 'Both benefits in curr payment' '4' = 'Primary is working on record' '5' = 'Larger benefit subject to full GP/WC o' 'S' = 'Suspended' 'T' = 'Terminated' ; value $DST_F '.' = 'Question Not on Survey' '.G' = 'Good Skip based on Skip Pattern' '.V' = 'Valid Answer of ''Does not apply''' '.D' = 'Don''t Know' '.N' = 'Not Answered, on Survey' '.R' = 'Refused' '.A' = 'Answered-Should have Skipped' '.S' = 'Skipped-Should have Answered' '.I' = 'Inconsistent Response (to previous questions)' '.O' = 'Out of Range (Invalid value coded)' '.M' = 'Multiple Response' '.Z' = 'Provider Doesn''t Match Survey Type' '01' = 'QMB Only' '02' = 'QMB & Medicaid Coverage including Rx' '03' = 'SLMB Only' '04' = 'SLMB & Medicaid Coverage including Rx' '05' = 'QDWI' '06' = 'Qualifying Individual' '08' = 'Other (non QMB,SLMB,QWDI,QI) w/ Medicaid+RX' '09' = 'Other but without Mediciad Coverage' '10' = 'SSA' '11' = 'MDB 3rd Party' '12' = 'EEVS' 'NA' = 'Not Applicable' ; value $LIVARR_F '.' = 'Question Not on Survey' '.G' = 'Good Skip based on Skip Pattern' '.V' = 'Valid Answer of ''Does not apply''' '.D' = 'Don''t Know' '.N' = 'Not Answered, on Survey' '.R' = 'Refused' '.A' = 'Answered-Should have Skipped' '.S' = 'Skipped-Should have Answered' '.I' = 'Inconsistent Response (to previous questions)' '.O' = 'Out of Range (Invalid value coded)' '.M' = 'Multiple Response' '.Z' = 'Provider Doesn''t Match Survey Type' '1' = 'Assisted Living facility' '2' = 'Long-term care facility' '3' = 'Personal home or apartment' '4' = 'Other, specify below' '5' = 'Not Applicable' 'A' - 'zzz' = 'A-z: Other Specify' ; value $NAME_F '.' = 'Question Not on Survey' '.G' = 'Good Skip based on Skip Pattern' '.V' = 'Valid Answer of ''Does not apply''' '.D' = 'Don''t Know' '.N' = 'Not Answered, on Survey' '.R' = 'Refused' '.A' = 'Answered-Should have Skipped' '.S' = 'Skipped-Should have Answered' '.I' = 'Inconsistent Response (to previous questions)' '.O' = 'Out of Range (Invalid value coded)' '.M' = 'Multiple Response' '.Z' = 'Provider Doesn''t Match Survey Type' '0' - '999' = 'NON-MISSING NAME (NUMERIC START)' 'A' - 'zzz' = 'NON-MISSING NAME (ALPHA)' ' ' = 'NOT APPLICABLE' ; value $NONMISSING3_F '.' = 'Question Not on Survey' '.G' = 'Good Skip based on Skip Pattern' '.V' = 'Valid Answer of ''Does not apply''' '.D' = 'Don''t Know' '.N' = 'Not Answered, on Survey' '.R' = 'Refused' '.A' = 'Answered-Should have Skipped' '.S' = 'Skipped-Should have Answered' '.I' = 'Inconsistent Response (to previous questions)' '.O' = 'Out of Range (Invalid value coded)' '.M' = 'Multiple Response' '.Z' = 'Provider Doesn''t Match Survey Type' '000' - '999' = 'Non-Missing 000-999' ; value $OS_F '.' = 'Question Not on Survey' '.G' = 'Good Skip based on Skip Pattern' '.V' = 'Valid Answer of ''Does not apply''' '.D' = 'Don''t Know' '.N' = 'Not Answered, on Survey' '.R' = 'Refused' '.A' = 'Answered-Should have Skipped' '.S' = 'Skipped-Should have Answered' '.I' = 'Inconsistent Response (to previous questions)' '.O' = 'Out of Range (Invalid value coded)' '.M' = 'Multiple Response' '.Z' = 'Provider Doesn''t Match Survey Type' '0' - '999' = '0-9: Other Specify' 'A' - 'zzz' = 'A-z: Other Specify' ; value $PROXY_F '.' = 'Question Not on Survey' '.G' = 'Good Skip based on Skip Pattern' '.V' = 'Valid Answer of ''Does not apply''' '.D' = 'Don''t Know' '.N' = 'Not Answered, on Survey' '.R' = 'Refused' '.A' = 'Answered-Should have Skipped' '.S' = 'Skipped-Should have Answered' '.I' = 'Inconsistent Response (to previous questions)' '.O' = 'Out of Range (Invalid value coded)' '.M' = 'Multiple Response' '.Z' = 'Provider Doesn''t Match Survey Type' '1' = 'Read the questions to me' '2' = 'Wrote down the answers I gave' '3' = 'Answered the questions for me' '4' = 'Translated the questions into my lang' '5' = 'Helped in some other way' '6' = 'Helped number' '7' = 'Discussed/Explained' '8' = 'None/Not Applicable' 'A' - 'zzz' = 'Other Specify' ; value $CNTY_F '.' = 'Question Not on Survey' '.G' = 'Good Skip based on Skip Pattern' '.V' = 'Valid Answer of ''Does not apply''' '.D' = 'Don''t Know' '.N' = 'Not Answered, on Survey' '.R' = 'Refused' '.A' = 'Answered-Should have Skipped' '.S' = 'Skipped-Should have Answered' '.I' = 'Inconsistent Response (to previous questions)' '.O' = 'Out of Range (Invalid value coded)' '.M' = 'Multiple Response' '.Z' = 'Provider Doesn''t Match Survey Type' '001' - '999' = 'Non-Missing County' ; /* value $CVRG_TYP_F /* Not Currently used */ /* '.' = 'Question Not on Survey' '.G' = 'Good Skip based on Skip Pattern' '.V' = 'Valid Answer of ''Does not apply''' '.D' = 'Don''t Know' '.N' = 'Not Answered, on Survey' '.R' = 'Refused' '.A' = 'Answered-Should have Skipped' '.S' = 'Skipped-Should have Answered' '.I' = 'Inconsistent Response (to previous questions)' '.O' = 'Out of Range (Invalid value coded)' '.M' = 'Multiple Response' '.Z' = 'Provider Doesn''t Match Survey Type' '3' = 'CCP' '4' = '|MSA' '5' = 'PFFS' '6' = 'PACE' '7' = 'PCE' '8' = 'DEMO' '9' = 'FFS' '10' = 'CHCCP' '12' = 'CCDM' ; */ value $ST_FIPS_F '.' = 'Question Not on Survey' '.G' = 'Good Skip based on Skip Pattern' '.V' = 'Valid Answer of ''Does not apply''' '.D' = 'Don''t Know' '.N' = 'Not Answered, on Survey' '.R' = 'Refused' '.A' = 'Answered-Should have Skipped' '.S' = 'Skipped-Should have Answered' '.I' = 'Inconsistent Response (to previous questions)' '.O' = 'Out of Range (Invalid value coded)' '.M' = 'Multiple Response' '.Z' = 'Provider Doesn''t Match Survey Type' '01' = 'Alabama' '02' = 'Alaska' '04' = 'Arizona' '05' = 'Arkansas' '06' = 'California' '08' = 'Colorado' '09' = 'Connecticut' '10' = 'Delaware' '11' = 'Washington, D.C.' '12' = 'Florida' '13' = 'Georgia' '15' = 'Hawaii' '16' = 'Idaho' '17' = 'Illinois' '18' = 'Indiana' '19' = 'Iowa' '20' = 'Kansas' '21' = 'Kentucky' '22' = 'Louisiana' '23' = 'Maine' '24' = 'Maryland' '25' = 'Massachusetts' '26' = 'Michigan' '27' = 'Minnesota' '28' = 'Mississippi' '29' = 'Missouri' '30' = 'Montana' '31' = 'Nebraska' '32' = 'Nevada' '33' = 'New Hampshire' '34' = 'New Jersey' '35' = 'New Mexico' '36' = 'New York' '37' = 'North Carolina' '38' = 'North Dakota' '39' = 'Ohio' '40' = 'Oklahoma' '41' = 'Oregon' '42' = 'Pennsylvania' '44' = 'Rhode Island' '45' = 'South Carolina' '46' = 'South Dakota' '47' = 'Tennessee' '48' = 'Texas' '49' = 'Utah' '50' = 'Vermont' '51' = 'Virginia' '53' = 'Washington' '54' = 'West Virginia' '55' = 'Wisconsin' '56' = 'Wyoming' '72' = 'Puerto Rico' '78' = 'Virgin Islands' '99' = 'Unknown' ; value $ST_SSA_F '.' = 'Question Not on Survey' '.G' = 'Good Skip based on Skip Pattern' '.V' = 'Valid Answer of ''Does not apply''' '.D' = 'Don''t Know' '.N' = 'Not Answered, on Survey' '.R' = 'Refused' '.A' = 'Answered-Should have Skipped' '.S' = 'Skipped-Should have Answered' '.I' = 'Inconsistent Response (to previous questions)' '.O' = 'Out of Range (Invalid value coded)' '.M' = 'Multiple Response' '.Z' = 'Provider Doesn''t Match Survey Type' '01' = 'Alabama' '02' = 'Alaska' '03' = 'Arizona' '04' = 'Arkansas' '05' = 'California' '06' = 'Colorado' '07' = 'Connecticut' '08' = 'Delaware' '09' = 'Washington, D.C.' '10' = 'Florida' '11' = 'Georgia' '12' = 'Hawaii' '13' = 'Idaho' '14' = 'Illinois' '15' = 'Indiana' '16' = 'Iowa' '17' = 'Kansas' '18' = 'Kentucky' '19' = 'Louisiana' '20' = 'Maine' '21' = 'Maryland' '22' = 'Massachusetts' '23' = 'Michigan' '24' = 'Minnesota' '25' = 'Mississippi' '26' = 'Missouri' '27' = 'Montana' '28' = 'Nebraska' '29' = 'Nevada' '30' = 'New Hampshire' '31' = 'New Jersey' '32' = 'New Mexico' '33' = 'New York' '34' = 'North Carolina' '35' = 'North Dakota' '36' = 'Ohio' '37' = 'Oklahoma' '38' = 'Oregon' '39' = 'Pennsylvania' '40' = 'Puerto Rico' '41' = 'Rhode Island' '42' = 'South Carolina' '43' = 'South Dakota' '44' = 'Tennessee' '45' = 'Texas' '46' = 'Utah' '47' = 'Vermont' '48' = 'Virgin Islands' '49' = 'Virginia' '50' = 'Washington' '51' = 'West Virginia' '52' = 'Wisconsin' '53' = 'Wyoming' ; value YEARS_F . = 'Question Not on Survey' .G = 'Good Skip based on Skip Pattern' .V = 'Valid Answer of ''Does not apply''' .D = 'Don''t Know' .N = 'Not Answered, on Survey' .R = 'Refused' .A = 'Answered-Should have Skipped' .S = 'Skipped-Should have Answered' .I = 'Inconsistent Response (to previous questions)' .O = 'Out of Range (Invalid value coded)' .M = 'Multiple Response' .Z = 'Provider Doesn''t Match Survey Type' 1 = 'Years 1' 2 = 'Years 2' 3 = 'Years 3' 4 = 'Years 4' 5 = 'Years 5' 6 = 'Years 6' 7 = 'Years 7' 8 = 'Years 8' 9 = 'Years 9' 12 = 'Years 1 2' 13 = 'Years 1 3' 14 = 'Years 1 4' 15 = 'Years 1 5' 16 = 'Years 1 6' 17 = 'Years 1 7' 18 = 'Years 1 8' 19 = 'Years 1 9' 23 = 'Years 2 3' 24 = 'Years 2 4' 25 = 'Years 2 5' 26 = 'Years 2 6' 27 = 'Years 2 7' 28 = 'Years 2 8' 29 = 'Years 2 9' 34 = 'Years 3 4' 35 = 'Years 3 5' 36 = 'Years 3 6' 37 = 'Years 3 7' 38 = 'Years 3 8' 39 = 'Years 3 9' 45 = 'Years 4 5' 46 = 'Years 4 6' 47 = 'Years 4 7' 48 = 'Years 4 8' 49 = 'Years 4 9' 56 = 'Years 5 6' 57 = 'Years 5 7' 58 = 'Years 5 8' 59 = 'Years 5 9' 67 = 'Years 6 7' 68 = 'Years 6 8' 69 = 'Years 6 9' 78 = 'Years 7 8' 79 = 'Years 7 9' 89 = 'Years 8 9' 123 = 'Years 1 2 3' 124 = 'Years 1 2 4' 125 = 'Years 1 2 5' 126 = 'Years 1 2 6' 127 = 'Years 1 2 7' 128 = 'Years 1 2 8' 129 = 'Years 1 2 9' 134 = 'Years 1 3 4' 135 = 'Years 1 3 5' 136 = 'Years 1 3 6' 137 = 'Years 1 3 7' 138 = 'Years 1 3 8' 139 = 'Years 1 3 9' 145 = 'Years 1 4 5' 146 = 'Years 1 4 6' 147 = 'Years 1 4 7' 148 = 'Years 1 4 8' 149 = 'Years 1 4 9' 156 = 'Years 1 5 6' 157 = 'Years 1 5 7' 158 = 'Years 1 5 8' 159 = 'Years 1 5 9' 167 = 'Years 1 6 7' 168 = 'Years 1 6 8' 169 = 'Years 1 6 9' 178 = 'Years 1 7 8' 179 = 'Years 1 7 9' 189 = 'Years 1 8 9' 234 = 'Years 2 3 4' 235 = 'Years 2 3 5' 236 = 'Years 2 3 6' 237 = 'Years 2 3 7' 238 = 'Years 2 3 8' 239 = 'Years 2 3 9' 245 = 'Years 2 4 5' 246 = 'Years 2 4 6' 247 = 'Years 2 4 7' 248 = 'Years 2 4 8' 249 = 'Years 2 4 9' 256 = 'Years 2 5 6' 257 = 'Years 2 5 7' 258 = 'Years 2 5 8' 259 = 'Years 2 5 9' 267 = 'Years 2 6 7' 268 = 'Years 2 6 8' 269 = 'Years 2 6 9' 278 = 'Years 2 7 8' 279 = 'Years 2 7 9' 289 = 'Years 2 8 9' 345 = 'Years 3 4 5' 346 = 'Years 3 4 6' 347 = 'Years 3 4 7' 348 = 'Years 3 4 8' 349 = 'Years 3 4 9' 356 = 'Years 3 5 6' 357 = 'Years 3 5 7' 358 = 'Years 3 5 8' 359 = 'Years 3 5 9' 367 = 'Years 3 6 7' 368 = 'Years 3 6 8' 369 = 'Years 3 6 9' 378 = 'Years 3 7 8' 379 = 'Years 3 7 9' 389 = 'Years 3 8 9' 456 = 'Years 4 5 6' 457 = 'Years 4 5 7' 458 = 'Years 4 5 8' 459 = 'Years 4 5 9' 467 = 'Years 4 6 7' 468 = 'Years 4 6 8' 469 = 'Years 4 6 9' 478 = 'Years 4 7 8' 479 = 'Years 4 7 9' 489 = 'Years 4 8 9' 567 = 'Years 5 6 7' 568 = 'Years 5 6 8' 569 = 'Years 5 6 9' 578 = 'Years 5 7 8' 579 = 'Years 5 7 9' 589 = 'Years 5 8 9' 678 = 'Years 6 7 8' 679 = 'Years 6 7 9' 689 = 'Years 6 8 9' 789 = 'Years 7 8 9' 1234 = 'Years 1 2 3 4' 1235 = 'Years 1 2 3 5' 1236 = 'Years 1 2 3 6' 1237 = 'Years 1 2 3 7' 1238 = 'Years 1 2 3 8' 1239 = 'Years 1 2 3 9' 1245 = 'Years 1 2 4 5' 1246 = 'Years 1 2 4 6' 1247 = 'Years 1 2 4 7' 1248 = 'Years 1 2 4 8' 1249 = 'Years 1 2 4 9' 1256 = 'Years 1 2 5 6' 1257 = 'Years 1 2 5 7' 1258 = 'Years 1 2 5 8' 1259 = 'Years 1 2 5 9' 1267 = 'Years 1 2 6 7' 1268 = 'Years 1 2 6 8' 1269 = 'Years 1 2 6 9' 1278 = 'Years 1 2 7 8' 1279 = 'Years 1 2 7 9' 1289 = 'Years 1 2 8 9' 1345 = 'Years 1 3 4 5' 1346 = 'Years 1 3 4 6' 1347 = 'Years 1 3 4 7' 1348 = 'Years 1 3 4 8' 1349 = 'Years 1 3 4 9' 1356 = 'Years 1 3 5 6' 1357 = 'Years 1 3 5 7' 1358 = 'Years 1 3 5 8' 1359 = 'Years 1 3 5 9' 1367 = 'Years 1 3 6 7' 1368 = 'Years 1 3 6 8' 1369 = 'Years 1 3 6 9' 1378 = 'Years 1 3 7 8' 1379 = 'Years 1 3 7 9' 1389 = 'Years 1 3 8 9' 1456 = 'Years 1 4 5 6' 1457 = 'Years 1 4 5 7' 1458 = 'Years 1 4 5 8' 1459 = 'Years 1 4 5 9' 1467 = 'Years 1 4 6 7' 1468 = 'Years 1 4 6 8' 1469 = 'Years 1 4 6 9' 1478 = 'Years 1 4 7 8' 1479 = 'Years 1 4 7 9' 1489 = 'Years 1 4 8 9' 1567 = 'Years 1 5 6 7' 1568 = 'Years 1 5 6 8' 1569 = 'Years 1 5 6 9' 1578 = 'Years 1 5 7 8' 1579 = 'Years 1 5 7 9' 1589 = 'Years 1 5 8 9' 1678 = 'Years 1 6 7 8' 1679 = 'Years 1 6 7 9' 1689 = 'Years 1 6 8 9' 1789 = 'Years 1 7 8 9' 2345 = 'Years 2 3 4 5' 2346 = 'Years 2 3 4 6' 2347 = 'Years 2 3 4 7' 2348 = 'Years 2 3 4 8' 2349 = 'Years 2 3 4 9' 2356 = 'Years 2 3 5 6' 2357 = 'Years 2 3 5 7' 2358 = 'Years 2 3 5 8' 2359 = 'Years 2 3 5 9' 2367 = 'Years 2 3 6 7' 2368 = 'Years 2 3 6 8' 2369 = 'Years 2 3 6 9' 2378 = 'Years 2 3 7 8' 2379 = 'Years 2 3 7 9' 2389 = 'Years 2 3 8 9' 2456 = 'Years 2 4 5 6' 2457 = 'Years 2 4 5 7' 2458 = 'Years 2 4 5 8' 2459 = 'Years 2 4 5 9' 2467 = 'Years 2 4 6 7' 2468 = 'Years 2 4 6 8' 2469 = 'Years 2 4 6 9' 2478 = 'Years 2 4 7 8' 2479 = 'Years 2 4 7 9' 2489 = 'Years 2 4 8 9' 2567 = 'Years 2 5 6 7' 2568 = 'Years 2 5 6 8' 2569 = 'Years 2 5 6 9' 2578 = 'Years 2 5 7 8' 2579 = 'Years 2 5 7 9' 2589 = 'Years 2 5 8 9' 2678 = 'Years 2 6 7 8' 2679 = 'Years 2 6 7 9' 2689 = 'Years 2 6 8 9' 2789 = 'Years 2 7 8 9' 3456 = 'Years 3 4 5 6' 3457 = 'Years 3 4 5 7' 3458 = 'Years 3 4 5 8' 3459 = 'Years 3 4 5 9' 3467 = 'Years 3 4 6 7' 3468 = 'Years 3 4 6 8' 3469 = 'Years 3 4 6 9' 3478 = 'Years 3 4 7 8' 3479 = 'Years 3 4 7 9' 3489 = 'Years 3 4 8 9' 3567 = 'Years 3 5 6 7' 3568 = 'Years 3 5 6 8' 3569 = 'Years 3 5 6 9' 3578 = 'Years 3 5 7 8' 3579 = 'Years 3 5 7 9' 3589 = 'Years 3 5 8 9' 3678 = 'Years 3 6 7 8' 3679 = 'Years 3 6 7 9' 3689 = 'Years 3 6 8 9' 3789 = 'Years 3 7 8 9' 4567 = 'Years 4 5 6 7' 4568 = 'Years 4 5 6 8' 4569 = 'Years 4 5 6 9' 4578 = 'Years 4 5 7 8' 4579 = 'Years 4 5 7 9' 4589 = 'Years 4 5 8 9' 4678 = 'Years 4 6 7 8' 4679 = 'Years 4 6 7 9' 4689 = 'Years 4 6 8 9' 4789 = 'Years 4 7 8 9' 5678 = 'Years 5 6 7 8' 5679 = 'Years 5 6 7 9' 5689 = 'Years 5 6 8 9' 5789 = 'Years 5 7 8 9' 6789 = 'Years 6 7 8 9' 12345 = 'Years 1 2 3 4 5' 12346 = 'Years 1 2 3 4 6' 12347 = 'Years 1 2 3 4 7' 12348 = 'Years 1 2 3 4 8' 12349 = 'Years 1 2 3 4 9' 12356 = 'Years 1 2 3 5 6' 12357 = 'Years 1 2 3 5 7' 12358 = 'Years 1 2 3 5 8' 12359 = 'Years 1 2 3 5 9' 12367 = 'Years 1 2 3 6 7' 12368 = 'Years 1 2 3 6 8' 12369 = 'Years 1 2 3 6 9' 12378 = 'Years 1 2 3 7 8' 12379 = 'Years 1 2 3 7 9' 12389 = 'Years 1 2 3 8 9' 12456 = 'Years 1 2 4 5 6' 12457 = 'Years 1 2 4 5 7' 12458 = 'Years 1 2 4 5 8' 12459 = 'Years 1 2 4 5 9' 12467 = 'Years 1 2 4 6 7' 12468 = 'Years 1 2 4 6 8' 12469 = 'Years 1 2 4 6 9' 12478 = 'Years 1 2 4 7 8' 12479 = 'Years 1 2 4 7 9' 12489 = 'Years 1 2 4 8 9' 12567 = 'Years 1 2 5 6 7' 12568 = 'Years 1 2 5 6 8' 12569 = 'Years 1 2 5 6 9' 12578 = 'Years 1 2 5 7 8' 12579 = 'Years 1 2 5 7 9' 12589 = 'Years 1 2 5 8 9' 12678 = 'Years 1 2 6 7 8' 12679 = 'Years 1 2 6 7 9' 12689 = 'Years 1 2 6 8 9' 12789 = 'Years 1 2 7 8 9' 13456 = 'Years 1 3 4 5 6' 13457 = 'Years 1 3 4 5 7' 13458 = 'Years 1 3 4 5 8' 13459 = 'Years 1 3 4 5 9' 13467 = 'Years 1 3 4 6 7' 13468 = 'Years 1 3 4 6 8' 13469 = 'Years 1 3 4 6 9' 13478 = 'Years 1 3 4 7 8' 13479 = 'Years 1 3 4 7 9' 13489 = 'Years 1 3 4 8 9' 13567 = 'Years 1 3 5 6 7' 13568 = 'Years 1 3 5 6 8' 13569 = 'Years 1 3 5 6 9' 13578 = 'Years 1 3 5 7 8' 13579 = 'Years 1 3 5 7 9' 13589 = 'Years 1 3 5 8 9' 13678 = 'Years 1 3 6 7 8' 13679 = 'Years 1 3 6 7 9' 13689 = 'Years 1 3 6 8 9' 13789 = 'Years 1 3 7 8 9' 14567 = 'Years 1 4 5 6 7' 14568 = 'Years 1 4 5 6 8' 14569 = 'Years 1 4 5 6 9' 14578 = 'Years 1 4 5 7 8' 14579 = 'Years 1 4 5 7 9' 14589 = 'Years 1 4 5 8 9' 14678 = 'Years 1 4 6 7 8' 14679 = 'Years 1 4 6 7 9' 14689 = 'Years 1 4 6 8 9' 14789 = 'Years 1 4 7 8 9' 15678 = 'Years 1 5 6 7 8' 15679 = 'Years 1 5 6 7 9' 15689 = 'Years 1 5 6 8 9' 15789 = 'Years 1 5 7 8 9' 16789 = 'Years 1 6 7 8 9' 23456 = 'Years 2 3 4 5 6' 23457 = 'Years 2 3 4 5 7' 23458 = 'Years 2 3 4 5 8' 23459 = 'Years 2 3 4 5 9' 23467 = 'Years 2 3 4 6 7' 23468 = 'Years 2 3 4 6 8' 23469 = 'Years 2 3 4 6 9' 23478 = 'Years 2 3 4 7 8' 23479 = 'Years 2 3 4 7 9' 23489 = 'Years 2 3 4 8 9' 23567 = 'Years 2 3 5 6 7' 23568 = 'Years 2 3 5 6 8' 23569 = 'Years 2 3 5 6 9' 23578 = 'Years 2 3 5 7 8' 23579 = 'Years 2 3 5 7 9' 23589 = 'Years 2 3 5 8 9' 23678 = 'Years 2 3 6 7 8' 23679 = 'Years 2 3 6 7 9' 23689 = 'Years 2 3 6 8 9' 23789 = 'Years 2 3 7 8 9' 24567 = 'Years 2 4 5 6 7' 24568 = 'Years 2 4 5 6 8' 24569 = 'Years 2 4 5 6 9' 24578 = 'Years 2 4 5 7 8' 24579 = 'Years 2 4 5 7 9' 24589 = 'Years 2 4 5 8 9' 24678 = 'Years 2 4 6 7 8' 24679 = 'Years 2 4 6 7 9' 24689 = 'Years 2 4 6 8 9' 24789 = 'Years 2 4 7 8 9' 25678 = 'Years 2 5 6 7 8' 25679 = 'Years 2 5 6 7 9' 25689 = 'Years 2 5 6 8 9' 25789 = 'Years 2 5 7 8 9' 26789 = 'Years 2 6 7 8 9' 34567 = 'Years 3 4 5 6 7' 34568 = 'Years 3 4 5 6 8' 34569 = 'Years 3 4 5 6 9' 34578 = 'Years 3 4 5 7 8' 34579 = 'Years 3 4 5 7 9' 34589 = 'Years 3 4 5 8 9' 34678 = 'Years 3 4 6 7 8' 34679 = 'Years 3 4 6 7 9' 34689 = 'Years 3 4 6 8 9' 34789 = 'Years 3 4 7 8 9' 35678 = 'Years 3 5 6 7 8' 35679 = 'Years 3 5 6 7 9' 35689 = 'Years 3 5 6 8 9' 35789 = 'Years 3 5 7 8 9' 36789 = 'Years 3 6 7 8 9' 45678 = 'Years 4 5 6 7 8' 45679 = 'Years 4 5 6 7 9' 45689 = 'Years 4 5 6 8 9' 45789 = 'Years 4 5 7 8 9' 46789 = 'Years 4 6 7 8 9' 56789 = 'Years 5 6 7 8 9' 123456 = 'Years 1 2 3 4 5 6' 123457 = 'Years 1 2 3 4 5 7' 123458 = 'Years 1 2 3 4 5 8' 123459 = 'Years 1 2 3 4 5 9' 123467 = 'Years 1 2 3 4 6 7' 123468 = 'Years 1 2 3 4 6 8' 123469 = 'Years 1 2 3 4 6 9' 123478 = 'Years 1 2 3 4 7 8' 123479 = 'Years 1 2 3 4 7 9' 123489 = 'Years 1 2 3 4 8 9' 123567 = 'Years 1 2 3 5 6 7' 123568 = 'Years 1 2 3 5 6 8' 123569 = 'Years 1 2 3 5 6 9' 123578 = 'Years 1 2 3 5 7 8' 123579 = 'Years 1 2 3 5 7 9' 123589 = 'Years 1 2 3 5 8 9' 123678 = 'Years 1 2 3 6 7 8' 123679 = 'Years 1 2 3 6 7 9' 123689 = 'Years 1 2 3 6 8 9' 123789 = 'Years 1 2 3 7 8 9' 124567 = 'Years 1 2 4 5 6 7' 124568 = 'Years 1 2 4 5 6 8' 124569 = 'Years 1 2 4 5 6 9' 124578 = 'Years 1 2 4 5 7 8' 124579 = 'Years 1 2 4 5 7 9' 124589 = 'Years 1 2 4 5 8 9' 124678 = 'Years 1 2 4 6 7 8' 124679 = 'Years 1 2 4 6 7 9' 124689 = 'Years 1 2 4 6 8 9' 124789 = 'Years 1 2 4 7 8 9' 125678 = 'Years 1 2 5 6 7 8' 125679 = 'Years 1 2 5 6 7 9' 125689 = 'Years 1 2 5 6 8 9' 125789 = 'Years 1 2 5 7 8 9' 126789 = 'Years 1 2 6 7 8 9' 134567 = 'Years 1 3 4 5 6 7' 134568 = 'Years 1 3 4 5 6 8' 134569 = 'Years 1 3 4 5 6 9' 134578 = 'Years 1 3 4 5 7 8' 134579 = 'Years 1 3 4 5 7 9' 134589 = 'Years 1 3 4 5 8 9' 134678 = 'Years 1 3 4 6 7 8' 134679 = 'Years 1 3 4 6 7 9' 134689 = 'Years 1 3 4 6 8 9' 134789 = 'Years 1 3 4 7 8 9' 135678 = 'Years 1 3 5 6 7 8' 135679 = 'Years 1 3 5 6 7 9' 135689 = 'Years 1 3 5 6 8 9' 135789 = 'Years 1 3 5 7 8 9' 136789 = 'Years 1 3 6 7 8 9' 145678 = 'Years 1 4 5 6 7 8' 145679 = 'Years 1 4 5 6 7 9' 145689 = 'Years 1 4 5 6 8 9' 145789 = 'Years 1 4 5 7 8 9' 146789 = 'Years 1 4 6 7 8 9' 156789 = 'Years 1 5 6 7 8 9' 234567 = 'Years 2 3 4 5 6 7' 234568 = 'Years 2 3 4 5 6 8' 234569 = 'Years 2 3 4 5 6 9' 234578 = 'Years 2 3 4 5 7 8' 234579 = 'Years 2 3 4 5 7 9' 234589 = 'Years 2 3 4 5 8 9' 234678 = 'Years 2 3 4 6 7 8' 234679 = 'Years 2 3 4 6 7 9' 234689 = 'Years 2 3 4 6 8 9' 234789 = 'Years 2 3 4 7 8 9' 235678 = 'Years 2 3 5 6 7 8' 235679 = 'Years 2 3 5 6 7 9' 235689 = 'Years 2 3 5 6 8 9' 235789 = 'Years 2 3 5 7 8 9' 236789 = 'Years 2 3 6 7 8 9' 245678 = 'Years 2 4 5 6 7 8' 245679 = 'Years 2 4 5 6 7 9' 245689 = 'Years 2 4 5 6 8 9' 245789 = 'Years 2 4 5 7 8 9' 246789 = 'Years 2 4 6 7 8 9' 256789 = 'Years 2 5 6 7 8 9' 345678 = 'Years 3 4 5 6 7 8' 345679 = 'Years 3 4 5 6 7 9' 345689 = 'Years 3 4 5 6 8 9' 345789 = 'Years 3 4 5 7 8 9' 346789 = 'Years 3 4 6 7 8 9' 356789 = 'Years 3 5 6 7 8 9' 456789 = 'Years 4 5 6 7 8 9' 1234567 = 'Years 1 2 3 4 5 6 7' 1234568 = 'Years 1 2 3 4 5 6 8' 1234569 = 'Years 1 2 3 4 5 6 9' 1234578 = 'Years 1 2 3 4 5 7 8' 1234579 = 'Years 1 2 3 4 5 7 9' 1234589 = 'Years 1 2 3 4 5 8 9' 1234678 = 'Years 1 2 3 4 6 7 8' 1234679 = 'Years 1 2 3 4 6 7 9' 1234689 = 'Years 1 2 3 4 6 8 9' 1234789 = 'Years 1 2 3 4 7 8 9' 1235678 = 'Years 1 2 3 5 6 7 8' 1235679 = 'Years 1 2 3 5 6 7 9' 1235689 = 'Years 1 2 3 5 6 8 9' 1235789 = 'Years 1 2 3 5 7 8 9' 1236789 = 'Years 1 2 3 6 7 8 9' 1245678 = 'Years 1 2 4 5 6 7 8' 1245679 = 'Years 1 2 4 5 6 7 9' 1245689 = 'Years 1 2 4 5 6 8 9' 1245789 = 'Years 1 2 4 5 7 8 9' 1246789 = 'Years 1 2 4 6 7 8 9' 1256789 = 'Years 1 2 5 6 7 8 9' 1345678 = 'Years 1 3 4 5 6 7 8' 1345679 = 'Years 1 3 4 5 6 7 9' 1345689 = 'Years 1 3 4 5 6 8 9' 1345789 = 'Years 1 3 4 5 7 8 9' 1346789 = 'Years 1 3 4 6 7 8 9' 1356789 = 'Years 1 3 5 6 7 8 9' 1456789 = 'Years 1 4 5 6 7 8 9' 2345678 = 'Years 2 3 4 5 6 7 8' 2345679 = 'Years 2 3 4 5 6 7 9' 2345689 = 'Years 2 3 4 5 6 8 9' 2345789 = 'Years 2 3 4 5 7 8 9' 2346789 = 'Years 2 3 4 6 7 8 9' 2356789 = 'Years 2 3 5 6 7 8 9' 2456789 = 'Years 2 4 5 6 7 8 9' 3456789 = 'Years 3 4 5 6 7 8 9' 12345678 = 'Years 1 2 3 4 5 6 7 8' 12345679 = 'Years 1 2 3 4 5 6 7 9' 12345689 = 'Years 1 2 3 4 5 6 8 9' 12345789 = 'Years 1 2 3 4 5 7 8 9' 12346789 = 'Years 1 2 3 4 6 7 8 9' 12356789 = 'Years 1 2 3 5 6 7 8 9' 12456789 = 'Years 1 2 4 5 6 7 8 9' 13456789 = 'Years 1 3 4 5 6 7 8 9' 23456789 = 'Years 2 3 4 5 6 7 8 9' 123456789 = 'Years 1 2 3 4 5 6 7 8 9' ; /* Formats that weren't needed value CENDIVIS_F 1 = 'New England' 2 = 'Middle Atlantic' 3 = 'East North Central' 4 = 'West North Central' 5 = 'South Atlantic' 6 = 'East South Central' 7 = 'West South Central' 8 = 'Mountain' 9 = 'Pacific' ; value REGION_F 1 = '1-Northeast: CT,ME,MA,NH,RI,VT' 2 = '2-N Mid-Atl: NY,NJ,PR,VI' 3 = '3-Mid-Atlnt: DE,DC,MD,PA,VA,WV' 4 = '4-South Atl: AL,FL,GA,KY,MS,NC,SC,TN' 5 = '5-E MidWest: IL,IN,MI,MN,OH,WI' 6 = '6-Southwest: AR,LA,NM,OK,TX' 7 = '7-Mid-West : IA,KS,MO,NE' 8 = '8-Mountain : CO,MT,ND,SD,WY,UT' 9 = '9-Pacific : AZ,CA,HI,NV' 10 = '10-Northwest: AK,ID,OR,WA' ; value $ST_F '01' - '99' = 'Non-Missing State' ; value $ZIP_F '00001' - '99999' = 'Non-Missing ZIP' ; value $ZIP4_F '0001' - '9999' = 'Non-Missing ZIP4' ; */ proc cport library=library file=pformat;