/******************************************************************************** SAS User File for COVIDPUF_3_2021W Data This file contains information and sample SAS programs to create 3 permanent SAS datasets for users who want to use SAS in processing the COVIDPUF_3_2021W transport data file provided in this PUF release. Section A provides a sample SAS program to convert the SAS transport data files into a regular SAS datasets using the SAS procedure: CIMPORT. Section B creates a format library. Section C creates and applies labels to the datasets, which it saves as a permanent dataset (COVIDPUF_3_2021W) in the specified location (library CVPUFLIB) ******************************************************************************/ /******************************************************************************* A. This code converts the XPT files into temporary SAS datasets in library location given by LIBNAME. The XPT files have been downloaded from the CMS website, and will be in a folder of your choosing. Please change the following extensions (CVPUBLIB and W_COVID3) so that they match the location of the files on your computer or network. *******************************************************************************/ LIBNAME CVPUFLIB "C:\MCBS\SASDATA"; FILENAME W_COVID3 "C:\MCBS\SASDATA\DOWNLOAD\COVIDPUF_3_2021W.XPT"; PROC CIMPORT LIBRARY=WORK INFILE=W_COVID3; RUN; /******************************************************************************* The LIBNAME statement tells SAS the location (directory name) to store the permanent SAS dataset that is output by PROC CIMPORT. The FILENAME statement tells SAS the location (complete directory and file name) of the input SAS transport data file. *******************************************************************************/ /********************************************************************************* B. Creates format library *******************************************************************************/ proc format library=CVPUFLIB; VALUE CPUFFMT LOW-HIGH = "COVID_ID Count" ; VALUE ROUND 1="2020 COVID Summer Suppl." 2="2020 COVID Fall Suppl." 3="2021 COVID Winter Suppl."; VALUE VERSFMT 1="Version 1" 2="Version 2" 3="Version 3" 4="Version 4" 5="Version 5" 6="Version 6" 7="Version 7" 8="Version 8" 9="Version 9" 10="Version 10"; VALUE ABLEUNAB 1="Able" 2="Unable" 3="Have not needed" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE ACTSUM 0="No listed preventive behaviors" 1="1 type of preventive behavior" 2="2 types of preventive behavior" 3="3 types of preventive behavior" 4="4 types of preventive behavior" 5="5 types of preventive behavior" 6="6 types of preventive behavior" 7="7 types of preventive behavior" 8="8 types of preventive behavior" 9="9 types of preventive behavior" 10="10 types of preventive behavior" 11="11 types of preventive behavior" 12="12 types of preventive behavior" 13="13 types of preventive behavior" 14="14 types of preventive behavior" 15="15 types of preventive behavior" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE AGECAT 1="< 65 years" 2="65-74 years" 3="75+ years" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE AGRDISAG 1="Strongly agree" 2="Agree" 3="Neither agree nor disagree" 4="Disagree" 5="Strongly disagree" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE AMTRNGEN 1="Less than $25,000" 2="$25,000 or more" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE CARESUM 0="No listed care types forgone" 1="1 type of care forgone" 2="2 types of care forgone" 3="3 types of care forgone" 4="4 types of care forgone" 5="5 types of care forgone" 6="6 types of care forgone" 7="7 types of care forgone" 8="8 types of care forgone" 9="9 types of care foregone" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE CBSA 1="Metro" 2="Non-metro" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE DEFNTSUR 1="Definitely" 2="Probably" 3="Probably not" 4="Definitely not" 5="Not sure" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE DUALLAST 1="FULL-bene elig full Medicaid benefits" 2="NONDUAL-bene not elig Medicaid benfits" 3="PARTIAL-bene elig part Medicaid-not QMB" 4="QMB ONLY-bene elig for part Medicaid-QMB" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE FINSEC 1="More financially secure" 2="Less financially secure" 3="About the same" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE INFOSUM 0="No listed info sources relied upon" 1="1 listed info source relied upon" 2="2 listed info sources relied upon" 3="3 listed info sources relied upon" 4="4 listed info sources relied upon" 5="5 listed info sources relied upon" 6="6 listed info sources relied upon" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE INTWEEKF 1="Week of February 28, 2021" 2="Week of March 7, 2021" 3="Week of March 14, 2021" 4="Week of March 21, 2021" 5="Week of March 28, 2021" 6="Week of April 4, 2021" 7="Week of April 11, 2021" 8="Week of April 18 or 25, 2021" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE IVCORE .="Inapplicable/Missing" 1="Non-Hispanic white, <65 years" 2="Non-Hispanic white, 65-74 years" 3="Non-Hispanic white, 75-84 years" 4="Non-Hispanic white, 85+ years" 5="Non-Hispanic black, <65 years" 6="Non-Hispanic black, 65-74 years" 7="Non-Hispanic black, 75-84 years" 8="Non-Hispanic black, 85+ years" 9="Hispanic, <65 years" 10="Hispanic, 65-74 years" 11="Hispanic, 75+ years" 12="Other/Unk., <65 years" 13="Other/Unk., 65-74 years" 14="Other/Unk., 75+ years" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE LANG 1="English" 2="Spanish" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE MAFMT .="Inapplicable/Missing" 1="No MA enrollment in 2020" 2="Partial-year MA" 3="Full-year MA"; VALUE LONSAD 1="More lonely or sad" 2="Less lonely or sad" 3="About the same" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE MORERACE 1="White non-Hispanic" 2="Black non-Hispanic" 3="Hispanic" 4="Other/Unknown" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE PLCEKNDF .="Inapplicable/Missing" 1="Dr office/Medical clinic" 2="Managed care plan center/HMO" 3="Other clinic (rural,company,family,etc)" 4="Urgent care/Hospital/ER" 5="VA facility" 6="Other" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE REGION 1="Northeast" 2="Midwest" 3="South" 4="West" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE SEXF 1="Male" 2="Female" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE SOCICON 1="More socially connected" 2="Less socially connected" 3="About the same" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE SOURCE 1="Traditional news sources" 2="Social media" 3="Comments/guidance from govt officials" 4="Other webpages/internet" 5="Friends or family members" 6="Health care providers" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE SPAISTF 1="Alive and not institutionalized" 2="Alive and institutionalized" 3="Deceased - died in community" 4="Deceased - died in institution/facility" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE SPPRXYF 1="Interview conducted with SP" 2="Interview conducted with proxy" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE STRANX 1="More stressed or anxious" 2="Less stressed or anxious" 3="About the same" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE SYMPSEV 1="No symptoms" 2="Mild symptoms" 3="Moderate symptoms" 4="Severe symptoms" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE TABACUSE 0="Non-user" 1="Former user/has used before" 2="Current user" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE TELEVID 1="Telephone" 2="Video" 3="Both" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE TSTCOST 1="None of the cost" 2="Part of the cost" 3="All of the cost" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE TSTREF 1="Yes, have been refused test" 2="No, have not been refused test" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE TSTRSLT 1="Yes, at least 1 test showed SP had COVID-19" 2="No, all tests showed SP did not have COVID-19" 3="No results yet" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE TSTWAIT 1="Same day" 2="Next day" 3="2-3 days" 4="4-6 days" 5="7 days or more" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE VACMON 1="January" 2="February" 3="March" 4="April" 5="May" 6="June" 7="July" 8="August" 9="September" 10="October" 11="November" 12="December" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE VACNUM 1="One dose" 2="Two doses" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE VACYR 2020="2020" 2021="2021" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE WHODEC 1="Provider decided" 2="SP decided" 3="Both" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE YESNODK 1="Yes" 2="No" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE YNLIVAL 1="Yes" 2="No" 3="SP lives alone" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE YNNAFOUR 1="Yes" 2="No" 4="Not applicable" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE YNREC 1="Yes, recommended" 2="No, not recommended" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE YNUNNA 1="Yes" 2="No" 3="Unable due to shortages" 4="Not applicable" .="Inapplicable/Missing" .R="Refused" .D="Don't know" .N="Not ascertained"; VALUE CONTIN . = "Inapplicable/Missing" LOW-HIGH = "Range of Values"; VALUE $CHARSUD "" = "Inapplicable/Missing" Other = "Range of Values"; run; /******************************************************************************************************* C. Applies labels and formats. Creates new permanent datasets for COVID PUF. Permanent datasets are stored in whichever folder you designated as "CVPUFLIB" *******************************************************************************************************/ OPTIONS FMTSEARCH=(CVPUFLIB CVPUFLIB.FORMATS); OPTIONS nofmterr; DATA CVPUFLIB.COVIDPUF_3_2021W; SET COVIDPUF_3_2021W; FORMAT COVID_ID CPUFFMT. CVROUND ROUND. VERSION VERSFMT. INV_LANG LANG. INV_SPPROXY SPPRXYF. INV_INTWEEK INTWEEKF. DMV_AGECAT AGECAT. DMV_SEX SEXF. DMV_RACE MORERACE. DMV_RE_AGE IVCORE. DMV_CBSA CBSA. DMV_REGION REGION. DMV_INCOME AMTRNGEN. DMV_OTHRLANG YESNODK. DMV_H_OPMDCD DUALLAST. DMV_MA_FLAG MAFMT. DMV_PARTD YESNODK. ACV_PLACPART YESNODK. ACV_PLACKIND PLCEKNDF. ACV_TELMED YESNODK. ACV_TELMEDT1 TELEVID. ACV_TELMEDBE YESNODK. ACV_TELMEDT2 TELEVID. ACV_TELMEDDU YESNODK. ACV_TELMEDT3 TELEVID. ACV_TELMEDUS YESNODK. ACV_TELMEDT4 TELEVID. ACV_COMPDESK YESNODK. ACV_COMPPHON YESNODK. ACV_COMPTAB YESNODK. ACV_INTERNET YESNODK. ACV_AUDIOVID YESNODK. ACV_COVIDCAR YESNODK. ACV_TYPURGNT YESNODK. ACV_TYPSURGE YESNODK. ACV_TYPDIAGN YESNODK. ACV_TYPTREAT YESNODK. ACV_TYPCHKUP YESNODK. ACV_TYPDRUGS YESNODK. ACV_TYPDENTA YESNODK. ACV_TYPVISIO YESNODK. ACV_TYPHEAR YESNODK. ACV_TYPMENT YESNODK. ACV_NOCARSUM CARESUM. ACV_DIRURGNT WHODEC. ACV_DIRSURGE WHODEC. ACV_DIRDIAGN WHODEC. ACV_DIRTREAT WHODEC. ACV_DIRCHKUP WHODEC. ACV_DIRDRUGS WHODEC. ACV_DIRDENTA WHODEC. ACV_DIRVISIO WHODEC. ACV_DIRHEAR WHODEC. ACV_DIRMENT WHODEC. ACV_RSNURGNT YESNODK. ACV_RSNSURGE YESNODK. ACV_RSNDIAGN YESNODK. ACV_RSNTREAT YESNODK. ACV_RSNCHKUP YESNODK. ACV_RSNDRUGS YESNODK. ACV_RSNDENTA YESNODK. ACV_RSNVISIO YESNODK. ACV_RSNHEAR YESNODK. ACV_RSNMENT YESNODK. ACV_CCLMDCLS YESNODK. ACV_CCLMDPRI YESNODK. ACV_CCLMDRED YESNODK. ACV_CCLMDOMD YESNODK. ACV_CCLSPTRA YESNODK. ACV_CCLSPHOU YESNODK. ACV_CCLCRRSK YESNODK. ACV_CCLCROYR YESNODK. ACV_CLSURGNT YESNODK. ACV_CLSSURGE YESNODK. ACV_CLSDIAGN YESNODK. ACV_CLSTREAT YESNODK. ACV_CLSCHKUP YESNODK. ACV_CLSDRUGS YESNODK. ACV_CLSDENTA YESNODK. ACV_CLSVISIO YESNODK. ACV_CLSHEAR YESNODK. ACV_CLSMENT YESNODK. ACV_PRIURGNT YESNODK. ACV_PRISURGE YESNODK. ACV_PRIDIAGN YESNODK. ACV_PRITREAT YESNODK. ACV_PRICHKUP YESNODK. ACV_PRIDRUGS YESNODK. ACV_PRIDENTA YESNODK. ACV_PRIVISIO YESNODK. ACV_PRIHEAR YESNODK. ACV_PRIMENT YESNODK. ACV_REDURGNT YESNODK. ACV_REDSURGE YESNODK. ACV_REDDIAGN YESNODK. ACV_REDTREAT YESNODK. ACV_REDCHKUP YESNODK. ACV_REDDRUGS YESNODK. ACV_REDDENTA YESNODK. ACV_REDVISIO YESNODK. ACV_REDHEAR YESNODK. ACV_REDMENT YESNODK. ACV_OMDURGNT YESNODK. ACV_OMDSURGE YESNODK. ACV_OMDDIAGN YESNODK. ACV_OMDTREAT YESNODK. ACV_OMDCHKUP YESNODK. ACV_OMDDRUGS YESNODK. ACV_OMDDENTA YESNODK. ACV_OMDVISIO YESNODK. ACV_OMDHEAR YESNODK. ACV_OMDMENT YESNODK. ACV_TRAURGNT YESNODK. ACV_TRASURGE YESNODK. ACV_TRADIAGN YESNODK. ACV_TRATREAT YESNODK. ACV_TRACHKUP YESNODK. ACV_TRADRUGS YESNODK. ACV_TRADENTA YESNODK. ACV_TRAVISIO YESNODK. ACV_TRAHEAR YESNODK. ACV_TRAMENT YESNODK. ACV_HOUURGNT YESNODK. ACV_HOUSURGE YESNODK. ACV_HOUDIAGN YESNODK. ACV_HOUTREAT YESNODK. ACV_HOUCHKUP YESNODK. ACV_HOUDRUGS YESNODK. ACV_HOUDENTA YESNODK. ACV_HOUVISIO YESNODK. ACV_HOUHEAR YESNODK. ACV_HOUMENT YESNODK. ACV_RSKURGNT YESNODK. ACV_RSKSURGE YESNODK. ACV_RSKDIAGN YESNODK. ACV_RSKTREAT YESNODK. ACV_RSKCHKUP YESNODK. ACV_RSKDRUGS YESNODK. ACV_RSKDENTA YESNODK. ACV_RSKVISIO YESNODK. ACV_RSKHEAR YESNODK. ACV_RSKMENT YESNODK. ACV_OYRURGNT YESNODK. ACV_OYRSURGE YESNODK. ACV_OYRDIAGN YESNODK. ACV_OYRTREAT YESNODK. ACV_OYRCHKUP YESNODK. ACV_OYRDRUGS YESNODK. ACV_OYRDENTA YESNODK. ACV_OYRVISIO YESNODK. ACV_OYRHEAR YESNODK. ACV_OYRMENT YESNODK. XCV_SUSPECT YESNODK. XCV_SUSFEVER YESNODK. XCV_SUSCOUGH YESNODK. XCV_SUSRNOSE YESNODK. XCV_SUSSNEEZ YESNODK. XCV_SUSSRTBR YESNODK. XCV_SUSHDACH YESNODK. XCV_SUSTHROA YESNODK. XCV_SUSNAUSE YESNODK. XCV_SUSVOMIT YESNODK. XCV_SUSFATIG YESNODK. XCV_SUSCHILL YESNODK. XCV_SUSMUSCL YESNODK. XCV_SUSLTSSM YESNODK. XCV_SUSLAPPE YESNODK. XCV_SUSDIAH YESNODK. XCV_SUSOTHER YESNODK. XCV_COVIDEV YESNODK. XCV_COVSWAB YESNODK. XCV_SWABRSLT TSTRSLT. XCV_SWABWAIT TSTWAIT. XCV_CVTSTPAY TSTCOST. XCV_ANTBDTST YESNODK. XCV_ANTRESLT TSTRSLT. XCV_ANTWAIT TSTWAIT. XCV_ANTPAY TSTCOST. XCV_CVDSVRE SYMPSEV. XCV_CVDSEEK YESNODK. XCV_CVDEXPEN YESNODK. XCV_CVDNTAVA YESNODK. XCV_CVDSYMNS YESNODK. XCV_CVDOTHER YESNODK. XCV_CVDHOSP YESNODK. XCV_SMPTFATG YESNODK. XCV_SMPTHEAD YESNODK. XCV_SMPTHRT YESNODK. XCV_SMPTACHE YESNODK. XCV_SMPTCOGH YESNODK. XCV_SMPTDIZZ YESNODK. XCV_SMPTANX YESNODK. XCV_SMPTOTH YESNODK. XCV_CVDEVHH YNLIVAL. PKV_CVDVAC YESNODK. PKV_VACNUM VACNUM. PKV_VACMON1 VACMON. PKV_VACYR1 VACYR. PKV_VACMON2 VACMON. PKV_VACYR2 VACYR. PKV_PRSUMVAC DEFNTSUR. PKV_NOSICK YESNODK. PKV_NONEED YESNODK. PKV_NOCAUSE YESNODK. PKV_NOSIDE YESNODK. PKV_NOPREV YESNODK. PKV_NOSERIUS YESNODK. PKV_NOREC YESNODK. PKV_NOGET YESNODK. PKV_NOLIKE YESNODK. PKV_NOACCESS YESNODK. PKV_NOFIND YESNODK. PKV_NOFORGOT YESNODK. PKV_NOAFFORD YESNODK. PKV_NOBEFORE YESNODK. PKV_NOAVAIL YESNODK. PKV_NOWORTH YESNODK. PKV_NOTIME YESNODK. PKV_NORISK YESNODK. PKV_NOHEALTH YESNODK. PKV_NOTRUST YESNODK. PKV_NOOTHER YESNODK. PKV_NOAPPT YESNODK. PKV_PREVWASH YNUNNA. PKV_PREVSANI YNUNNA. PKV_PREVFACE YNUNNA. PKV_PREVTISS YNUNNA. PKV_PREVMASK YNUNNA. PKV_PREVCLEA YNNAFOUR. PKV_PREVCONT YNNAFOUR. PKV_PREVDIST YNNAFOUR. PKV_PREVGRP YNNAFOUR. PKV_PREVSHEL YNNAFOUR. PKV_PREVFOOD YNUNNA. PKV_PREVSUPP YNUNNA. PKV_PREVMEDI YNUNNA. PKV_PREVCONS YNUNNA. PKV_PREVPPL YNUNNA. PKV_PREVSUM ACTSUM. PKV_INFONEWS YESNODK. PKV_INFOSOCI YESNODK. PKV_INFOGOVT YESNODK. PKV_INFOINT YESNODK. PKV_INFOFRIE YESNODK. PKV_INFOHCPR YESNODK. PKV_INFOSUM INFOSUM. PKV_INFOMOST SOURCE. PKV_CONTAG AGRDISAG. PKV_DEADLY AGRDISAG. PKV_TAKECAUT AGRDISAG. PKV_RECWASH YNREC. PKV_RECMASK YNREC. PKV_RECAVOI YNREC. PKV_RECSTAY YNREC. PKV_RECMEDI YNREC. EMV_DISRRENT ABLEUNAB. EMV_DISRMEDI ABLEUNAB. EMV_DISRAPPT ABLEUNAB. EMV_DISRFOOD ABLEUNAB. EMV_DISRSUPP ABLEUNAB. EMV_DISRMASK ABLEUNAB. EMV_FEELFINC FINSEC. EMV_FEELANXI STRANX. EMV_FEELDEPR LONSAD. EMV_FEELSOCI SOCICON. HLV_AUTOIMRX YESNODK. HLV_AUTOCND YESNODK. HLV_AUTOIMM YESNODK. HLV_OCHBP YESNODK. HLV_OCMYOCAR YESNODK. HLV_OCCHD YESNODK. HLV_OCCFAIL YESNODK. HLV_OCHRTCND YESNODK. HLV_OCSTROKE YESNODK. HLV_OCCHOLES YESNODK. HLV_OCCANCER YESNODK. HLV_OCALZDEM YESNODK. HLV_OCDEPRSS YESNODK. HLV_OCOSTEOP YESNODK. HLV_OCBRKHIP YESNODK. HLV_OCEMPHYS YESNODK. HLV_OCBETES YESNODK. HLV_ARTHRIT YESNODK. HLV_HEART YESNODK. HLV_OSTEO YESNODK. HLV_EVRSMKAL YESNODK. HLV_SMKNOWAL YESNODK. HLV_ECIGONE YESNODK. HLV_ECIGNOW YESNODK. CPWWWGT CONTIN. CPWW001--CPWW100 CONTIN. ; LABEL COVID_ID='Unique COVID Fall 2020 PUF ID' CVROUND = 'COVID-19 supplement round' VERSION = 'Version number' INV_LANG = 'Language interview conducted in' INV_SPPROXY = 'Interview conducted with SP or proxy' INV_INTWEEK = 'Interview date' DMV_AGECAT = 'Age group' DMV_SEX = 'Gender' DMV_RACE = 'Race/ethnicity group' DMV_RE_AGE = 'Race/ethnicity age group' DMV_CBSA = 'Metro residence designated by CBSA' DMV_REGION = 'Census region' DMV_INCOME = 'Income group' DMV_OTHRLANG = 'Language oth than English spoken at home' DMV_H_OPMDCD = 'Medicare-Medicaid dual eligibility indic' DMV_MA_FLAG = 'Medicare Advantage flag for the year' DMV_PARTD = 'Part D plan flag for the year' ACV_PLACPART = 'Ever go to particular place for med care' ACV_PLACKIND = 'Kind of place usually go for med care ' ACV_TELMED = 'PCP offers telehealth appointments' ACV_TELMEDT1 = 'Type of telehealth offered' ACV_TELMEDBE = 'PCP offered telehealth before CV19' ACV_TELMEDT2 = 'Type of telehealth offered before CV19' ACV_TELMEDDU = 'SP offered telehealth since 11/1/20' ACV_TELMEDT3 = 'Type of telehealth offered since 11/1/20' ACV_TELMEDUS = 'SP had telehealth visit since 11/1/20' ACV_TELMEDT4 = 'Type of telehealth visit had 11/1/20' ACV_COMPDESK = 'Own computer' ACV_COMPPHON = 'Own smartphone' ACV_COMPTAB = 'Own tablet' ACV_INTERNET = 'Access to Internet' ACV_AUDIOVID = 'Use video or voice calls' ACV_COVIDCAR = 'Unable to get care bc of CV19 since 11/1' ACV_TYPURGNT = 'Unable to get care: urgent care' ACV_TYPSURGE = 'Unable to get care: surgery' ACV_TYPDIAGN = 'Unable to get care: diagnostics' ACV_TYPTREAT = 'Unable to get care: treat prev condition' ACV_TYPCHKUP = 'Unable to get care: regular check-up' ACV_TYPDRUGS = 'Unable to get care: Rx drugs' ACV_TYPDENTA = 'Unable to get care: dental' ACV_TYPVISIO = 'Unable to get care: vision' ACV_TYPHEAR = 'Unable to get care: hearing' ACV_TYPMENT = 'Unable to get care: mental health' ACV_NOCARSUM = 'Number of care types SP unable to get' ACV_DIRURGNT = 'Who decide against: urgent care' ACV_DIRSURGE = 'Who decide against: surgery' ACV_DIRDIAGN = 'Who decide against: diagnostics' ACV_DIRTREAT = 'Who decide against: treat prev condition' ACV_DIRCHKUP = 'Who decide against: regular check-up' ACV_DIRDRUGS = 'Who decide against: Rx drugs' ACV_DIRDENTA = 'Who decide against: dental' ACV_DIRVISIO = 'Who decide against: vision' ACV_DIRHEAR = 'Who decide against: hearing' ACV_DIRMENT = 'Who decide against: mental health' ACV_RSNURGNT = 'Dr gave reason: urgent care' ACV_RSNSURGE = 'Dr gave reason: surgery' ACV_RSNDIAGN = 'Dr gave reason: diagnostics' ACV_RSNTREAT = 'Dr gave reason: treat prev condition' ACV_RSNCHKUP = 'Dr gave reason: regular check-up' ACV_RSNDRUGS = 'Dr gave reason: Rx drugs' ACV_RSNDENTA = 'Dr gave reason: dental' ACV_RSNVISIO = 'Dr gave reason: vision' ACV_RSNHEAR = 'Dr gave reason: hearing' ACV_RSNMENT = 'Dr gave reason: mental health' ACV_CCLMDCLS = 'Any appt cancel bc: Dr office closed' ACV_CCLMDPRI = 'Any appt cancel bc: Dr other priority' ACV_CCLMDRED = 'Any appt cancel bc: Dr reduce appt' ACV_CCLMDOMD = 'Any appt cancel bc: Dr other reason' ACV_CCLSPTRA = 'Any appt cancel bc: SP no transport' ACV_CCLSPHOU = 'Any appt cancel bc: SP want stay home' ACV_CCLCRRSK = 'Any appt cancel bc: SP felt risk' ACV_CCLCROYR = 'Any appt cancel bc: SP other reason' ACV_CLSURGNT = 'Dr office closed: urgent care' ACV_CLSSURGE = 'Dr office closed: surgery' ACV_CLSDIAGN = 'Dr office closed: diagnostics' ACV_CLSTREAT = 'Dr office closed: treat prev condition' ACV_CLSCHKUP = 'Dr office closed: regular check-up' ACV_CLSDRUGS = 'Dr office closed: Rx drugs' ACV_CLSDENTA = 'Dr office closed: dental' ACV_CLSVISIO = 'Dr office closed: vision' ACV_CLSHEAR = 'Dr office closed: hearing' ACV_CLSMENT = 'Dr office closed: mental health' ACV_PRIURGNT = 'Dr other priority: urgent care' ACV_PRISURGE = 'Dr other priority: surgery' ACV_PRIDIAGN = 'Dr other priority: diagnostics' ACV_PRITREAT = 'Dr other priority: treat prev condition' ACV_PRICHKUP = 'Dr other priority: regular check-up' ACV_PRIDRUGS = 'Dr other priority: Rx drugs' ACV_PRIDENTA = 'Dr other priority: dental' ACV_PRIVISIO = 'Dr other priority: vision' ACV_PRIHEAR = 'Dr other priority: hearing' ACV_PRIMENT = 'Dr other priority: mental health' ACV_REDURGNT = 'Dr reduce appt: urgent care' ACV_REDSURGE = 'Dr reduce appt: surgery' ACV_REDDIAGN = 'Dr reduce appt: diagnostics' ACV_REDTREAT = 'Dr reduce appt: treat prev condition' ACV_REDCHKUP = 'Dr reduce appt: regular check-up' ACV_REDDRUGS = 'Dr reduce appt: Rx drugs' ACV_REDDENTA = 'Dr reduce appt: dental' ACV_REDVISIO = 'Dr reduce appt: vision' ACV_REDHEAR = 'Dr reduce appt: hearing' ACV_REDMENT = 'Dr reduce appt: mental health' ACV_OMDURGNT = 'Dr other reason: urgent care' ACV_OMDSURGE = 'Dr other reason: surgery' ACV_OMDDIAGN = 'Dr other reason: diagnostics' ACV_OMDTREAT = 'Dr other reason: treat prev condition' ACV_OMDCHKUP = 'Dr other reason: regular check-up' ACV_OMDDRUGS = 'Dr other reason: Rx drugs' ACV_OMDDENTA = 'Dr other reason: dental' ACV_OMDVISIO = 'Dr other reason: vision' ACV_OMDHEAR = 'Dr other reason: hearing' ACV_OMDMENT = 'Dr other reason: mental health' ACV_TRAURGNT = 'SP no transport: urgent care' ACV_TRASURGE = 'SP no transport: surgery' ACV_TRADIAGN = 'SP no transport: diagnostics' ACV_TRATREAT = 'SP no transport: treat prev condition' ACV_TRACHKUP = 'SP no transport: regular check-up' ACV_TRADRUGS = 'SP no transport: Rx drugs' ACV_TRADENTA = 'SP no transport: dental' ACV_TRAVISIO = 'SP no transport: vision' ACV_TRAHEAR = 'SP no transport: hearing' ACV_TRAMENT = 'SP no transport: mental health' ACV_HOUURGNT = 'SP want stay home: urgent care' ACV_HOUSURGE = 'SP want stay home: surgery' ACV_HOUDIAGN = 'SP want stay home: diagnostics' ACV_HOUTREAT = 'SP want stay home: treat prev condition' ACV_HOUCHKUP = 'SP want stay home: regular check-up' ACV_HOUDRUGS = 'SP want stay home: Rx drugs' ACV_HOUDENTA = 'SP want stay home: dental' ACV_HOUVISIO = 'SP want stay home: vision' ACV_HOUHEAR = 'SP want stay home: hearing' ACV_HOUMENT = 'SP want stay home: mental health' ACV_RSKURGNT = 'SP felt risk: urgent care' ACV_RSKSURGE = 'SP felt risk: surgery' ACV_RSKDIAGN = 'SP felt risk: diagnostics' ACV_RSKTREAT = 'SP felt risk: treat prev condition' ACV_RSKCHKUP = 'SP felt risk: regular check-up' ACV_RSKDRUGS = 'SP felt risk: Rx drugs' ACV_RSKDENTA = 'SP felt risk: dental' ACV_RSKVISIO = 'SP felt risk: vision' ACV_RSKHEAR = 'SP felt risk: hearing' ACV_RSKMENT = 'SP felt risk: mental health' ACV_OYRURGNT = 'SP other reason: urgent care' ACV_OYRSURGE = 'SP other reason: surgery' ACV_OYRDIAGN = 'SP other reason: diagnostics' ACV_OYRTREAT = 'SP other reason: treat prev condition' ACV_OYRCHKUP = 'SP other reason: regular check-up' ACV_OYRDRUGS = 'SP other reason: Rx drugs' ACV_OYRDENTA = 'SP other reason: dental' ACV_OYRVISIO = 'SP other reason: vision' ACV_OYRHEAR = 'SP other reason: hearing' ACV_OYRMENT = 'SP other reason: mental health' XCV_SUSPECT = 'SP suspected they had CV19' XCV_SUSFEVER = 'Suspect CV19 bc: fever' XCV_SUSCOUGH = 'Suspect CV19 bc: cough' XCV_SUSRNOSE = 'Suspect CV19 bc: runny nose' XCV_SUSSNEEZ = 'Suspect CV19 bc: sneezing' XCV_SUSSRTBR = 'Suspect CV19 bc: shortness of breath' XCV_SUSHDACH = 'Suspect CV19 bc: headache' XCV_SUSTHROA = 'Suspect CV19 bc: sore throat' XCV_SUSNAUSE = 'Suspect CV19 bc: nausea' XCV_SUSVOMIT = 'Suspect CV19 bc: vomiting' XCV_SUSFATIG = 'Suspect CV19 bc: fatigue' XCV_SUSCHILL = 'Suspect CV19 bc: chills' XCV_SUSMUSCL = 'Suspect CV19 bc: muscle pain' XCV_SUSLTSSM = 'Suspect CV19 bc: loss taste/smell' XCV_SUSLAPPE = 'Suspect CV19 bc: loss of appetite' XCV_SUSDIAH = 'Suspect CV19 bc: diarrhea' XCV_SUSOTHER = 'Suspect CV19 bc: other' XCV_COVIDEV = 'SP told likely have CV19 since 11/1/20' XCV_COVSWAB = 'SP tested for active CV19 since 11/1/20' XCV_SWABRSLT = 'Result of active CV19 test' XCV_SWABWAIT = 'Wait time for active CV19 test result' XCV_CVTSTPAY = 'How much SP paid for active CV19 test' XCV_ANTBDTST = 'SP tested for CV19 antibodies' XCV_ANTRESLT = 'Result of CV19 antibody test' XCV_ANTWAIT = 'Wait time for CV19 antibody test result' XCV_ANTPAY = 'How much SP paid for CV19 antibody test' XCV_CVDSVRE = 'Severity of CV19 symptoms' XCV_CVDSEEK = 'Sought medical care for CV19' XCV_CVDEXPEN = 'Not get treated: too expensive' XCV_CVDNTAVA = 'Not get treated: not available' XCV_CVDSYMNS = 'Not get treated: symptoms not severe' XCV_CVDOTHER = 'Not get treated: other reason' XCV_CVDHOSP = 'Hospitalized overnight for CV19' XCV_SMPTFATG = 'Persistent symptom: fatigue' XCV_SMPTHEAD = 'Persistent symptom: headache' XCV_SMPTHRT = 'Persistent symptom: heart problem' XCV_SMPTACHE = 'Persistent symptom: muscle aches' XCV_SMPTCOGH = 'Persistent symptom: cough/short breath' XCV_SMPTDIZZ = 'Persistent symptom: dizziness/memory' XCV_SMPTANX = 'Persistent symptom: anxiety' XCV_SMPTOTH = 'Persistent symptom: other' XCV_CVDEVHH = 'Someone in house has CV19 since 11/1/20' PKV_CVDVAC = 'Has gotten CV19 vaccine' PKV_VACNUM = 'Number of CV19 vaccine doses received' PKV_VACMON1 = 'Month of first CV19 vaccine receipt' PKV_VACYR1 = 'Year of first CV19 vaccine receipt' PKV_VACMON2 = 'Month of second CV19 vaccine receipt' PKV_VACYR2 = 'Year of second CV19 vaccine receipt' PKV_PRSUMVAC = 'Would get CV19 vaccine if available' PKV_NOSICK = 'Reason no vaccine: already had CV19' PKV_NONEED = 'Reason no vaccine: not know needed' PKV_NOCAUSE = 'Reason no vaccine: could cause CV19' PKV_NOSIDE = 'Reason no vaccine: side effects' PKV_NOPREV = 'Reason no vaccine: wouldnt prevent CV19' PKV_NOSERIUS = 'Reason no vaccine: CV19 not serious' PKV_NOREC = 'Reason no vaccine: Dr didnt recommend' PKV_NOGET = 'Reason no vaccine: Dr recommend against' PKV_NOLIKE = 'Reason no vaccine: dislike shots/needles' PKV_NOACCESS = 'Reason no vaccine: couldnt get to site' PKV_NOFIND = 'Reason no vaccine: couldnt find site ' PKV_NOFORGOT = 'Reason no vaccine: forgot' PKV_NOAFFORD = 'Reason no vaccine: not afford' PKV_NOBEFORE = 'Reason no vaccine: had vaccine before' PKV_NOAVAIL = 'Reason no vaccine: not available' PKV_NOWORTH = 'Reason no vaccine: not worth money' PKV_NOTIME = 'Reason no vaccine: didnt have time' PKV_NORISK = 'Reason no vaccine: not at high risk' PKV_NOHEALTH = 'Reason no vaccine: med reason/allergy' PKV_NOTRUST = 'Reason no vaccine: not trust government' PKV_NOOTHER = 'Reason no vaccine: other' PKV_NOAPPT = 'Reason no vaccine: appt scheduled' PKV_PREVWASH = 'Bc of CV19: wash hands' PKV_PREVSANI = 'Bc of CV19: use sanitizer' PKV_PREVFACE = 'Bc of CV19: avoid touching face' PKV_PREVTISS = 'Bc of CV19: cough/sneeze tissue, sleeve' PKV_PREVMASK = 'Bc of CV19: wore facemask' PKV_PREVCLEA = 'Bc of CV19: cleaned common areas' PKV_PREVCONT = 'Bc of CV19: avoid contact w sick ppl' PKV_PREVDIST = 'Bc of CV19: kept 6 ft distance' PKV_PREVGRP = 'Bc of CV19: avoid large groups' PKV_PREVSHEL = 'Bc of CV19: shelter in place' PKV_PREVFOOD = 'Bc of CV19: buy extra food' PKV_PREVSUPP = 'Bc of CV19: buy extra cleaning supplies' PKV_PREVMEDI = 'Bc of CV19: buy extra medicines' PKV_PREVCONS = 'Bc of CV19: consult w medical provider' PKV_PREVPPL = 'Bc of CV19: avoid other people' PKV_PREVSUM = 'Number of CV19 preventive behaviors' PKV_INFONEWS = 'Source CV19 info: tradl news sources' PKV_INFOSOCI = 'Source CV19 info: social media' PKV_INFOGOVT = 'Source CV19 info: guidance from govt' PKV_INFOINT = 'Source CV19 info: Internet' PKV_INFOFRIE = 'Source CV19 info: friends or family' PKV_INFOHCPR = 'Source CV19 info: medical providers' PKV_INFOSUM = 'Number of CV19 info source types' PKV_INFOMOST = 'Source CV19 info relied on most' PKV_CONTAG = 'Agree: CV19 more contagious than flu' PKV_DEADLY = 'Agree: CV19 more deadly than flu' PKV_TAKECAUT = 'Agree: all should take CV19 precautions' PKV_RECWASH = 'Experts rec: hand washing' PKV_RECMASK = 'Experts rec: wear facemasks' PKV_RECAVOI = 'Experts rec: avoid gatherings' PKV_RECSTAY = 'Experts rec: shelter in place' PKV_RECMEDI = 'Experts rec: med attn for short breath' EMV_DISRRENT = 'Since 11/1: able to pay rent/mortgage' EMV_DISRMEDI = 'Since 11/1: able to get medication' EMV_DISRAPPT = 'Since 11/1: able to get Dr appointment' EMV_DISRFOOD = 'Since 11/1: able to get food wanted' EMV_DISRSUPP = 'Since 11/1: able to to get home supplies' EMV_DISRMASK = 'Since 11/1: able to to get face mask' EMV_FEELFINC = 'Since 11/1: feel financially secure' EMV_FEELANXI = 'Since 11/1: feel stressed' EMV_FEELDEPR = 'Since 11/1: feel lonely or sad' EMV_FEELSOCI = 'Since 11/1: feel socially connected' HLV_AUTOIMRX = 'Weak immune system bc of treatment/drug' HLV_AUTOCND = 'Weak immune system bc of health cond' HLV_AUTOIMM = 'Weak immune system (any reason)' HLV_OCHBP = 'Hypertension/high BP (ever)' HLV_OCMYOCAR = 'Myocardial infarction (ever)' HLV_OCCHD = 'Angina pectoris/CHD (ever)' HLV_OCCFAIL = 'Congestive heart failure (ever)' HLV_OCHRTCND = 'Other heart cond, eg valve/rhythm (ever)' HLV_OCSTROKE = 'Stroke/brain hemorrhage (ever)' HLV_OCCHOLES = 'High cholesterol (ever)' HLV_OCCANCER = 'Cancer (non-skin)(ever)' HLV_OCALZDEM = 'Alzheimers/dementia (ever)' HLV_OCDEPRSS = 'Depression (ever)' HLV_OCOSTEOP = 'Osteoporosis/soft bones (ever)' HLV_OCBRKHIP = 'Broken hip (ever)' HLV_OCEMPHYS = 'Emphysema/asthma/COPD (ever)' HLV_OCBETES = 'Diabetes/high blood sugar (ever) ' HLV_ARTHRIT = 'Any arthritis (ever)' HLV_HEART = 'Any heart condition (ever)' HLV_OSTEO = 'Any osteoporosis/broken hip (ever)' HLV_EVRSMKAL = 'Ever smoke cigarette/cigar/pipe' HLV_SMKNOWAL = 'Currently smoke cigarette/cigar/pipe' HLV_ECIGONE = 'Ever used e-cigarette' HLV_ECIGNOW = 'Smoke e-cigarette now' CPWWWGT = 'COVID PUF Winter Full Sample Wt' CPWW001 = 'COVID PUF Winter Rep Wt 1' CPWW002 = 'COVID PUF Winter Rep Wt 2' CPWW003 = 'COVID PUF Winter Rep Wt 3' CPWW004 = 'COVID PUF Winter Rep Wt 4' CPWW005 = 'COVID PUF Winter Rep Wt 5' CPWW006 = 'COVID PUF Winter Rep Wt 6' CPWW007 = 'COVID PUF Winter Rep Wt 7' CPWW008 = 'COVID PUF Winter Rep Wt 8' CPWW009 = 'COVID PUF Winter Rep Wt 9' CPWW010 = 'COVID PUF Winter Rep Wt 10' CPWW011 = 'COVID PUF Winter Rep Wt 11' CPWW012 = 'COVID PUF Winter Rep Wt 12' CPWW013 = 'COVID PUF Winter Rep Wt 13' CPWW014 = 'COVID PUF Winter Rep Wt 14' CPWW015 = 'COVID PUF Winter Rep Wt 15' CPWW016 = 'COVID PUF Winter Rep Wt 16' CPWW017 = 'COVID PUF Winter Rep Wt 17' CPWW018 = 'COVID PUF Winter Rep Wt 18' CPWW019 = 'COVID PUF Winter Rep Wt 19' CPWW020 = 'COVID PUF Winter Rep Wt 20' CPWW021 = 'COVID PUF Winter Rep Wt 21' CPWW022 = 'COVID PUF Winter Rep Wt 22' CPWW023 = 'COVID PUF Winter Rep Wt 23' CPWW024 = 'COVID PUF Winter Rep Wt 24' CPWW025 = 'COVID PUF Winter Rep Wt 25' CPWW026 = 'COVID PUF Winter Rep Wt 26' CPWW027 = 'COVID PUF Winter Rep Wt 27' CPWW028 = 'COVID PUF Winter Rep Wt 28' CPWW029 = 'COVID PUF Winter Rep Wt 29' CPWW030 = 'COVID PUF Winter Rep Wt 30' CPWW031 = 'COVID PUF Winter Rep Wt 31' CPWW032 = 'COVID PUF Winter Rep Wt 32' CPWW033 = 'COVID PUF Winter Rep Wt 33' CPWW034 = 'COVID PUF Winter Rep Wt 34' CPWW035 = 'COVID PUF Winter Rep Wt 35' CPWW036 = 'COVID PUF Winter Rep Wt 36' CPWW037 = 'COVID PUF Winter Rep Wt 37' CPWW038 = 'COVID PUF Winter Rep Wt 38' CPWW039 = 'COVID PUF Winter Rep Wt 39' CPWW040 = 'COVID PUF Winter Rep Wt 40' CPWW041 = 'COVID PUF Winter Rep Wt 41' CPWW042 = 'COVID PUF Winter Rep Wt 42' CPWW043 = 'COVID PUF Winter Rep Wt 43' CPWW044 = 'COVID PUF Winter Rep Wt 44' CPWW045 = 'COVID PUF Winter Rep Wt 45' CPWW046 = 'COVID PUF Winter Rep Wt 46' CPWW047 = 'COVID PUF Winter Rep Wt 47' CPWW048 = 'COVID PUF Winter Rep Wt 48' CPWW049 = 'COVID PUF Winter Rep Wt 49' CPWW050 = 'COVID PUF Winter Rep Wt 50' CPWW051 = 'COVID PUF Winter Rep Wt 51' CPWW052 = 'COVID PUF Winter Rep Wt 52' CPWW053 = 'COVID PUF Winter Rep Wt 53' CPWW054 = 'COVID PUF Winter Rep Wt 54' CPWW055 = 'COVID PUF Winter Rep Wt 55' CPWW056 = 'COVID PUF Winter Rep Wt 56' CPWW057 = 'COVID PUF Winter Rep Wt 57' CPWW058 = 'COVID PUF Winter Rep Wt 58' CPWW059 = 'COVID PUF Winter Rep Wt 59' CPWW060 = 'COVID PUF Winter Rep Wt 60' CPWW061 = 'COVID PUF Winter Rep Wt 61' CPWW062 = 'COVID PUF Winter Rep Wt 62' CPWW063 = 'COVID PUF Winter Rep Wt 63' CPWW064 = 'COVID PUF Winter Rep Wt 64' CPWW065 = 'COVID PUF Winter Rep Wt 65' CPWW066 = 'COVID PUF Winter Rep Wt 66' CPWW067 = 'COVID PUF Winter Rep Wt 67' CPWW068 = 'COVID PUF Winter Rep Wt 68' CPWW069 = 'COVID PUF Winter Rep Wt 69' CPWW070 = 'COVID PUF Winter Rep Wt 70' CPWW071 = 'COVID PUF Winter Rep Wt 71' CPWW072 = 'COVID PUF Winter Rep Wt 72' CPWW073 = 'COVID PUF Winter Rep Wt 73' CPWW074 = 'COVID PUF Winter Rep Wt 74' CPWW075 = 'COVID PUF Winter Rep Wt 75' CPWW076 = 'COVID PUF Winter Rep Wt 76' CPWW077 = 'COVID PUF Winter Rep Wt 77' CPWW078 = 'COVID PUF Winter Rep Wt 78' CPWW079 = 'COVID PUF Winter Rep Wt 79' CPWW080 = 'COVID PUF Winter Rep Wt 80' CPWW081 = 'COVID PUF Winter Rep Wt 81' CPWW082 = 'COVID PUF Winter Rep Wt 82' CPWW083 = 'COVID PUF Winter Rep Wt 83' CPWW084 = 'COVID PUF Winter Rep Wt 84' CPWW085 = 'COVID PUF Winter Rep Wt 85' CPWW086 = 'COVID PUF Winter Rep Wt 86' CPWW087 = 'COVID PUF Winter Rep Wt 87' CPWW088 = 'COVID PUF Winter Rep Wt 88' CPWW089 = 'COVID PUF Winter Rep Wt 89' CPWW090 = 'COVID PUF Winter Rep Wt 90' CPWW091 = 'COVID PUF Winter Rep Wt 91' CPWW092 = 'COVID PUF Winter Rep Wt 92' CPWW093 = 'COVID PUF Winter Rep Wt 93' CPWW094 = 'COVID PUF Winter Rep Wt 94' CPWW095 = 'COVID PUF Winter Rep Wt 95' CPWW096 = 'COVID PUF Winter Rep Wt 96' CPWW097 = 'COVID PUF Winter Rep Wt 97' CPWW098 = 'COVID PUF Winter Rep Wt 98' CPWW099 = 'COVID PUF Winter Rep Wt 99' CPWW100 = 'COVID PUF Winter Rep Wt 100' ; RUN;