/******************************************************************************** SAS User File for COVIDPUF_2_2020F 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_2_2020F 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_2_2020F) 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 F_COVID2) so that they match the location of the files on your computer or network. *******************************************************************************/ LIBNAME CVPUFLIB "C:\MCBS\SASDATA"; FILENAME F_COVID2 "C:\MCBS\SASDATA\DOWNLOAD\COVIDPUF_2_2020F.XPT"; PROC CIMPORT LIBRARY=WORK INFILE=F_COVID2; 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.";; 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 Meidcaid-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 October 4, 2020" 2="Week of October 11, 2020" 3="Week of October 18, 2020" 4="Week of October 25, 2020" 5="Week of November 1, 2020" 6="November 8 to 15, 2020" .="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 2019" 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 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_2_2020F; SET COVIDPUF_2_2020F; 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. 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_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_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_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_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_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_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_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_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_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_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. 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_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_GETVAC DEFNTSUR. PKV_RSNCAUSE YESNODK. PKV_RSNSIDE YESNODK. PKV_RSNPREV YESNODK. PKV_RSNSER YESNODK. PKV_RSNNEED YESNODK. PKV_RSNTIME YESNODK. PKV_RSNRISK YESNODK. PKV_RSNHEAL YESNODK. PKV_RSNTRUST YESNODK. PKV_RSNOTHER YESNODK. 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. CPWFWGT CONTIN. CPWF001--CPWF100 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' 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 7/1/20' ACV_TELMEDT3 = 'Type of telehealth offered since 7/1/20' ACV_TELMEDUS = 'SP had telehealth visit since 7/1/20' ACV_TELMEDT4 = 'Type of telehealth visit had 7/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' 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_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_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_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_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_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_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_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_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_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_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' 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 (ever)' XCV_COVSWAB = 'SP tested for active CV19 (ever)' XCV_SWABRSLT = 'Result of active CV19 test (ever)' 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 = 'Told someone in house likely has CV19' 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_GETVAC = 'Would get CV19 vaccine if available' PKV_RSNCAUSE = 'Reason wouldnt vacc: vaccine cause CV19' PKV_RSNSIDE = 'Reason wouldnt vacc: side effects' PKV_RSNPREV = 'Reason wouldnt vacc: not prevent CV19' PKV_RSNSER = 'Reason wouldnt vacc: CV19 not serious' PKV_RSNNEED = 'Reason wouldnt vacc: not like needles' PKV_RSNTIME = 'Reason wouldnt vacc: not have time' PKV_RSNRISK = 'Reason wouldnt vacc: not high risk ' PKV_RSNHEAL = 'Reason wouldnt vacc: medical reasons' PKV_RSNTRUST = 'Reason wouldnt vacc: not trust govt' PKV_RSNOTHER = 'Reason wouldnt vacc: other' 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 CV19: able to pay rent/mortgage' EMV_DISRMEDI = 'Since CV19: able to get medication' EMV_DISRAPPT = 'Since CV19: able to get Dr appointment' EMV_DISRFOOD = 'Since CV19: able to get food wanted' EMV_DISRSUPP = 'Since CV19: able to to get home supplies' EMV_DISRMASK = 'Since CV19: able to to get face mask' EMV_FEELFINC = 'Since CV19: feel financially secure' EMV_FEELANXI = 'Since CV19: feel stressed' EMV_FEELDEPR = 'Since CV19: feel lonely or sad' EMV_FEELSOCI = 'Since CV19: 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' CPWFWGT = 'COVID PUF Fall Full Sample Wt' CPWF001 = 'COVID PUF Fall Rep Wt 1' CPWF002 = 'COVID PUF Fall Rep Wt 2' CPWF003 = 'COVID PUF Fall Rep Wt 3' CPWF004 = 'COVID PUF Fall Rep Wt 4' CPWF005 = 'COVID PUF Fall Rep Wt 5' CPWF006 = 'COVID PUF Fall Rep Wt 6' CPWF007 = 'COVID PUF Fall Rep Wt 7' CPWF008 = 'COVID PUF Fall Rep Wt 8' CPWF009 = 'COVID PUF Fall Rep Wt 9' CPWF010 = 'COVID PUF Fall Rep Wt 10' CPWF011 = 'COVID PUF Fall Rep Wt 11' CPWF012 = 'COVID PUF Fall Rep Wt 12' CPWF013 = 'COVID PUF Fall Rep Wt 13' CPWF014 = 'COVID PUF Fall Rep Wt 14' CPWF015 = 'COVID PUF Fall Rep Wt 15' CPWF016 = 'COVID PUF Fall Rep Wt 16' CPWF017 = 'COVID PUF Fall Rep Wt 17' CPWF018 = 'COVID PUF Fall Rep Wt 18' CPWF019 = 'COVID PUF Fall Rep Wt 19' CPWF020 = 'COVID PUF Fall Rep Wt 20' CPWF021 = 'COVID PUF Fall Rep Wt 21' CPWF022 = 'COVID PUF Fall Rep Wt 22' CPWF023 = 'COVID PUF Fall Rep Wt 23' CPWF024 = 'COVID PUF Fall Rep Wt 24' CPWF025 = 'COVID PUF Fall Rep Wt 25' CPWF026 = 'COVID PUF Fall Rep Wt 26' CPWF027 = 'COVID PUF Fall Rep Wt 27' CPWF028 = 'COVID PUF Fall Rep Wt 28' CPWF029 = 'COVID PUF Fall Rep Wt 29' CPWF030 = 'COVID PUF Fall Rep Wt 30' CPWF031 = 'COVID PUF Fall Rep Wt 31' CPWF032 = 'COVID PUF Fall Rep Wt 32' CPWF033 = 'COVID PUF Fall Rep Wt 33' CPWF034 = 'COVID PUF Fall Rep Wt 34' CPWF035 = 'COVID PUF Fall Rep Wt 35' CPWF036 = 'COVID PUF Fall Rep Wt 36' CPWF037 = 'COVID PUF Fall Rep Wt 37' CPWF038 = 'COVID PUF Fall Rep Wt 38' CPWF039 = 'COVID PUF Fall Rep Wt 39' CPWF040 = 'COVID PUF Fall Rep Wt 40' CPWF041 = 'COVID PUF Fall Rep Wt 41' CPWF042 = 'COVID PUF Fall Rep Wt 42' CPWF043 = 'COVID PUF Fall Rep Wt 43' CPWF044 = 'COVID PUF Fall Rep Wt 44' CPWF045 = 'COVID PUF Fall Rep Wt 45' CPWF046 = 'COVID PUF Fall Rep Wt 46' CPWF047 = 'COVID PUF Fall Rep Wt 47' CPWF048 = 'COVID PUF Fall Rep Wt 48' CPWF049 = 'COVID PUF Fall Rep Wt 49' CPWF050 = 'COVID PUF Fall Rep Wt 50' CPWF051 = 'COVID PUF Fall Rep Wt 51' CPWF052 = 'COVID PUF Fall Rep Wt 52' CPWF053 = 'COVID PUF Fall Rep Wt 53' CPWF054 = 'COVID PUF Fall Rep Wt 54' CPWF055 = 'COVID PUF Fall Rep Wt 55' CPWF056 = 'COVID PUF Fall Rep Wt 56' CPWF057 = 'COVID PUF Fall Rep Wt 57' CPWF058 = 'COVID PUF Fall Rep Wt 58' CPWF059 = 'COVID PUF Fall Rep Wt 59' CPWF060 = 'COVID PUF Fall Rep Wt 60' CPWF061 = 'COVID PUF Fall Rep Wt 61' CPWF062 = 'COVID PUF Fall Rep Wt 62' CPWF063 = 'COVID PUF Fall Rep Wt 63' CPWF064 = 'COVID PUF Fall Rep Wt 64' CPWF065 = 'COVID PUF Fall Rep Wt 65' CPWF066 = 'COVID PUF Fall Rep Wt 66' CPWF067 = 'COVID PUF Fall Rep Wt 67' CPWF068 = 'COVID PUF Fall Rep Wt 68' CPWF069 = 'COVID PUF Fall Rep Wt 69' CPWF070 = 'COVID PUF Fall Rep Wt 70' CPWF071 = 'COVID PUF Fall Rep Wt 71' CPWF072 = 'COVID PUF Fall Rep Wt 72' CPWF073 = 'COVID PUF Fall Rep Wt 73' CPWF074 = 'COVID PUF Fall Rep Wt 74' CPWF075 = 'COVID PUF Fall Rep Wt 75' CPWF076 = 'COVID PUF Fall Rep Wt 76' CPWF077 = 'COVID PUF Fall Rep Wt 77' CPWF078 = 'COVID PUF Fall Rep Wt 78' CPWF079 = 'COVID PUF Fall Rep Wt 79' CPWF080 = 'COVID PUF Fall Rep Wt 80' CPWF081 = 'COVID PUF Fall Rep Wt 81' CPWF082 = 'COVID PUF Fall Rep Wt 82' CPWF083 = 'COVID PUF Fall Rep Wt 83' CPWF084 = 'COVID PUF Fall Rep Wt 84' CPWF085 = 'COVID PUF Fall Rep Wt 85' CPWF086 = 'COVID PUF Fall Rep Wt 86' CPWF087 = 'COVID PUF Fall Rep Wt 87' CPWF088 = 'COVID PUF Fall Rep Wt 88' CPWF089 = 'COVID PUF Fall Rep Wt 89' CPWF090 = 'COVID PUF Fall Rep Wt 90' CPWF091 = 'COVID PUF Fall Rep Wt 91' CPWF092 = 'COVID PUF Fall Rep Wt 92' CPWF093 = 'COVID PUF Fall Rep Wt 93' CPWF094 = 'COVID PUF Fall Rep Wt 94' CPWF095 = 'COVID PUF Fall Rep Wt 95' CPWF096 = 'COVID PUF Fall Rep Wt 96' CPWF097 = 'COVID PUF Fall Rep Wt 97' CPWF098 = 'COVID PUF Fall Rep Wt 98' CPWF099 = 'COVID PUF Fall Rep Wt 99' CPWF100 = 'COVID PUF Fall Rep Wt 100' ; RUN;