*options obs=100 ; options nocenter ; **------------------------------------------------; ** by Jean Roth Fri Sep 30 10:19:39 EDT 2011 ** This program reads the 2008 SIPP Wave 6 Topical Module Data File ; ** Report errors to jroth@nber.org ; ** A value of -1 (or -1/# of implied decimals) indicates 'Not in Universe' ; ** This program is distributed under the GNU GPL. ; ** See end of this file and ** http://www.gnu.org/licenses/ for details. ; **-----------------------------------------------; * The following line should contain the directory where the SAS file is to be stored ; libname library "/homes/data/sipp/2008"; * The following line should contain the complete path and name of the raw data file. On a PC, use backslashes in paths as in C:\ ; FILENAME datafile pipe "unzip -p /homes/data/sipp/2008/p08putm6.zip "; * The following line should contain the name of the SAS dataset ; %let dataset = sippp08putm6 ; DATA library.&dataset ; INFILE datafile LRECL = 20000 ; ** ------------------------------------------------ ; ** The following variable names have been changed, ; ** if necessary: '$' to 'd', '-' to '_', '%' to 'p' ; ** ----------------------------------------------- ; attrib ssuseq length=4 label="SU: Sequence Number of Sample Unit - Primary"; attrib ssuid length=$12 label="SU: Sample Unit Identifier"; attrib spanel length=4 label="SU: Sample Code - Indicates Panel Year"; attrib swave length=3 label="SU: Wave of data collection"; attrib srotaton length=3 label="SU: Rotation of data collection"; attrib tfipsst length=3 label="HH: FIPS State Code"; attrib shhadid length=3 label="SU: Hhld Address ID differentiates hhlds in"; attrib eoutcome length=3 label="HH: Interview Status code for this household"; attrib rfid length=3 label="FA: Family ID Number for this month"; attrib rfid2 length=3 label="FA: Family ID excluding related subfamily"; attrib eppidx length=3 label="PE: Person index"; attrib eentaid length=$3 label="PE: Address ID of hhld where person entered"; attrib epppnum length=$4 label="PE: Person number"; attrib epopstat length=3 label="PE: Population status based on age in 4th"; attrib eppintvw length=3 label="PE: Person's interview status"; attrib eppmis4 length=3 label="PE: Person's 4th month interview status"; attrib esex length=3 label="PE: Sex of this person"; attrib erace length=3 label="PE: The race(s) the respondent is"; attrib eorigin length=3 label="PE: Spanish, Hispanic or Latino"; attrib wpfinwgt length=8 label="WW: Person weight"; attrib errp length=3 label="PE: Household relationship"; attrib tage length=3 label="PE: Age as of last birthday"; attrib ems length=3 label="PE: Marital status"; attrib epnspous length=4 label="PE: Person number of spouse"; attrib epnmom length=4 label="PE: Person number of mother"; attrib epndad length=4 label="PE: Person number of father"; attrib epnguard length=4 label="PE: Person number of guardian"; attrib rdesgpnt length=3 label="PE: Designated parent or guardian flag"; attrib eeducate length=3 label="ED: Highest Degree received or grade completed"; attrib lgtkey length=$8 label="PE: Person longitudinal key"; attrib sinthhid length=3 label="SU: Hhld Address ID of person in interview"; attrib eacsunv length=3 label="CS: Universe indicator."; attrib ecskid01 length=4 label="CS: Person number of first child."; attrib ecskid02 length=4 label="CS: Person number of second child."; attrib ecskid03 length=4 label="CS: Person number of third child."; attrib ecskid04 length=4 label="CS: Person number of fourth child."; attrib ecskid05 length=4 label="CS: Person number of fifth child."; attrib ecskid06 length=4 label="CS: Person number of sixth child."; attrib ecskid07 length=4 label="CS: Person number of seventh child."; attrib ecskid08 length=4 label="CS: Person number of eighth child."; attrib ecskid09 length=4 label="CS: Person number of ninth child."; attrib ecskid10 length=4 label="CS: Person number of tenth child."; attrib eynoab01 length=3 label="CS: Parent not living outside of household"; attrib eynoab02 length=3 label="CS: Parent not living outside of household"; attrib eynoab03 length=3 label="CS: Parent not living outside of household"; attrib eynoab04 length=3 label="CS: Parent not living outside of household"; attrib eynoab05 length=3 label="CS: Parent not living outside of household"; attrib eynoab06 length=3 label="CS: Parent not living outside of household"; attrib eynoab07 length=3 label="CS: Parent not living outside of household"; attrib eynoab08 length=3 label="CS: Parent not living outside of household"; attrib eynoab09 length=3 label="CS: Parent not living outside of household"; attrib eynoab10 length=3 label="CS: Parent not living outside of household"; attrib aynoab length=3 label="CS: Allocation flag for EYNOAB01-10"; attrib recrdflg length=3 label="CS: Record indicator."; attrib ecsflg01 length=3 label="CS: Child support coverage indicator"; attrib ecsflg02 length=3 label="CS: Child support coverage indicator"; attrib ecsflg03 length=3 label="CS: Child support coverage indicator"; attrib ecsflg04 length=3 label="CS: Child support coverage indicator"; attrib ecsflg05 length=3 label="CS: Child support coverage indicator"; attrib ecsflg06 length=3 label="CS: Child support coverage indicator"; attrib ecsflg07 length=3 label="CS: Child support coverage indicator"; attrib ecsflg08 length=3 label="CS: Child support coverage indicator"; attrib ecsflg09 length=3 label="CS: Child support coverage indicator"; attrib ecsflg10 length=3 label="CS: Child support coverage indicator"; attrib acsflg length=3 label="CS: Allocation flag for ECSFLG01-10"; attrib ranyagre length=3 label="CS: Child support payments ever agreed to or"; attrib tnumagr length=3 label="CS: Number of child support agreements"; attrib anumagr length=3 label="CS: Allocation flag for TNUMAGR"; attrib etypeagr length=3 label="CS: Type of child support agreements"; attrib atypeagr length=3 label="CS: Allocation flag for ETYPEAGR"; attrib efirsyr1 length=4 label="CS: Year the agreement was first reached"; attrib afirsyr1 length=3 label="CS: Allocation flag for EFIRSYR1"; attrib tamtag11 length=4 label="CS: Amount of support agreement"; attrib eamtag12 length=3 label="CS: Frequency of payment"; attrib aamtag11 length=3 label="CS: Allocation flag for TAMTAG11 AND EAMTAG12"; attrib eevrchg1 length=3 label="CS: Dollar amount change"; attrib aevrchg1 length=3 label="CS: Allocation flag for EEVRCHG1"; attrib eyrchng1 length=4 label="CS: Year the amount was last changed"; attrib ayrchng1 length=3 label="CS: Allocation flag for EYRCHNG1"; attrib tamtcg11 length=4 label="CS: The dollar amount for the agreement"; attrib eamtcg12 length=3 label="CS: Frequency of payment"; attrib aamtcg11 length=3 label="CS: Allocation flag for TAMTCG11 AND EAMTCG12"; attrib ewhochgd length=3 label="CS: Change made by government agency"; attrib awhochgd length=3 label="CS: Allocation flag for EWHOCHGD"; attrib epaydue1 length=3 label="CS: Payments due for agreement"; attrib apaydue1 length=3 label="CS: Allocation flag for EPAYDUE1"; attrib eynodue1 length=3 label="CS: Reason payment was not due"; attrib aynodue1 length=3 label="CS: Allocation flag for EYNODUE1"; attrib tamtsup1 length=4 label="CS: The dollar amount of child support"; attrib aamtsup1 length=3 label="CS: Allocation flag for TAMTSUP1"; attrib ehowrec1 length=3 label="CS: Ways payments are received"; attrib ahowrec1 length=3 label="CS: Allocation flag for EHOWREC1"; attrib tactrec1 length=4 label="CS: Amount received for agreement"; attrib aactrec1 length=3 label="CS: Allocation flag for TACTREC1"; attrib eallpay1 length=3 label="CS: Received every single one of child"; attrib aallpay1 length=3 label="CS: Allocation flag for EALLPAY1"; attrib epaytim1 length=3 label="CS: Number of child support payments made on"; attrib apaytim1 length=3 label="CS: Allocation flag for EPAYTIM1"; attrib epayful1 length=3 label="CS: How many of the payments were for the"; attrib apayful1 length=3 label="CS: Allocation flag for EPAYFUL1"; attrib eduback1 length=3 label="CS: Did recent payment include back child"; attrib aduback1 length=3 label="CS: Allocation flag for EDUBACK1"; attrib tdolbac1 length=4 label="CS: How much child support owed was back"; attrib adolbac1 length=3 label="CS: Allocation flag for TDOLBAC1"; attrib ebacowe1 length=3 label="CS: Is ... owed any back payments?"; attrib abacowe1 length=3 label="CS: Allocation flag for EBACOWE1"; attrib tamtowe1 length=4 label="CS: Amount of back payments owed to ..."; attrib aamtowe1 length=3 label="CS: Allocation flag for TAMTOWE1"; attrib tbacrec1 length=4 label="CS: Amount of back payment actually received"; attrib abacrec1 length=3 label="CS: Allocation flag for TBACREC1"; attrib ehthag11 length=3 label="CS: Non-custodial parent to provide health"; attrib ehthag12 length=3 label="CS: Custodial parent to provide health"; attrib ehthag13 length=3 label="CS: Non-custodial parent to pay actual"; attrib ehthag14 length=3 label="CS: Child support payments include medical"; attrib ehthag15 length=3 label="CS: No provision for health insurance"; attrib ehthag16 length=3 label="CS: Other provisions for health care costs"; attrib ahthag11 length=3 label="CS: Allocation flag for EHTHAG11-EHTHAG16"; attrib ecustag1 length=3 label="CS: Child custody arrangements"; attrib acustag1 length=3 label="CS: Allocation flag for ECUSTAG1"; attrib espentm1 length=3 label="CS: Time spent with other parent"; attrib aspentm1 length=3 label="CS: Allocation flag for ESPENTM1"; attrib esametm1 length=3 label="CS: Time spent with other parent"; attrib asametm1 length=3 label="CS: Allocation flag for ESAMETM1"; attrib eamttm11 length=3 label="CS: Time spent with other parent in days"; attrib eamttm12 length=3 label="CS: Time spent with other parent in weeks"; attrib eamttm13 length=3 label="CS: Time spent with other parent in months"; attrib aamttm11 length=3 label="CS: Allocation flag for EAMTTM11-EAMTTM13"; attrib ewherlv1 length=3 label="CS: Place where other parent lives"; attrib awherlv1 length=3 label="CS: Allocation flag for EWHERLV1"; attrib estagre1 length=3 label="CS: State where parent lives"; attrib astagre1 length=3 label="CS: Allocation flag for ESTAGRE1"; attrib ewhomov1 length=3 label="CS: Person that moved"; attrib awhomov1 length=3 label="CS: Allocation flag for EWHOMOV1"; attrib efirsyr2 length=4 label="CS: Year the agreement was first reached"; attrib afirsyr2 length=3 label="CS: Allocation flag for EFIRSYR2"; attrib tamtag21 length=4 label="CS: Amount of support agreement"; attrib eamtag22 length=3 label="CS: Frequency of payment"; attrib aamtag21 length=3 label="CS: Allocation flag for TAMTAG21 AND EAMTAG22"; attrib eevrchg2 length=3 label="CS: Dollar amount change"; attrib aevrchg2 length=3 label="CS: Allocation flag for EEVRCHG2"; attrib eyrchng2 length=4 label="CS: Year the amount was last changed"; attrib ayrchng2 length=3 label="CS: Allocation flag for EYRCHNG2"; attrib tamtcg21 length=4 label="CS: The dollar amount for the agreement"; attrib eamtcg22 length=3 label="CS: Frequency of payment"; attrib aamtcg21 length=3 label="CS: Allocation flag for TAMTCG21 AND EAMTCG22"; attrib epaydue2 length=3 label="CS: Payments due last year"; attrib apaydue2 length=3 label="CS: Allocation flag for EPAYDUE2"; attrib eynodue2 length=3 label="CS: Reasons payment was not due"; attrib aynodue2 length=3 label="CS: Allocation flag for EYNODUE2"; attrib tamtsup2 length=4 label="CS: The dollar amount of child support"; attrib aamtsup2 length=3 label="CS: Allocation flag for TAMTSUP2"; attrib tactrec2 length=4 label="CS: Amount received for agreement"; attrib aactrec2 length=3 label="CS: Allocation flag for TACTREC2"; attrib eallpay2 length=3 label="CS: Received everyone of the child support"; attrib aallpay2 length=3 label="CS: Allocation flag for EALLPAY2"; attrib epaytim2 length=3 label="CS: Number of child support payments made on"; attrib apaytim2 length=3 label="CS: Allocation flag for EPAYTIM2"; attrib epayful2 length=3 label="CS: How many child support payments were for"; attrib apayful2 length=3 label="CS: Allocation flag for EPAYFUL2"; attrib eduback2 length=3 label="CS: Did recent payment include back child"; attrib aduback2 length=3 label="CS: Allocation flag for EDUBACK2"; attrib tdolbac2 length=3 label="CS: How much child support owed was back"; attrib adolbac2 length=3 label="CS: Allocation flag for TDOLBAC2"; attrib ebacowe2 length=3 label="CS: Is ... owed any back payments?"; attrib abacowe2 length=3 label="CS: Allocation flag for EBACOWE2"; attrib tamtowe2 length=4 label="CS: Amount of back payments owed to ..."; attrib aamtowe2 length=3 label="CS: Allocation flag for TAMTOWE2"; attrib tbacrec2 length=3 label="CS: Amount of back payment actually received"; attrib abacrec2 length=3 label="CS: Allocation flag for TBACREC2"; attrib ehltag21 length=3 label="CS: Non-custodial parent to provide health"; attrib ehltag22 length=3 label="CS: Custodial parent to provide health"; attrib ehltag23 length=3 label="CS: Non-custodial parent to pay actual"; attrib ehltag24 length=3 label="CS: Child support payments include medical"; attrib ehltag25 length=3 label="CS: No provision for health insurance"; attrib ehltag26 length=3 label="CS: Other provisions for health care costs"; attrib ahltag21 length=3 label="CS: Allocation flag for EHTHAG21-EHTHAG26"; attrib ecustag2 length=3 label="CS: Child custody arrangements"; attrib acustag2 length=3 label="CS: Allocation flag for ECUSTAG2"; attrib espentm2 length=3 label="CS: Time spent with other parent"; attrib aspentm2 length=3 label="CS: Allocation flag for ESPENTM2"; attrib esametm2 length=3 label="CS: Time spent with other parent"; attrib asametm2 length=3 label="CS: Allocation flag for ESAMETM2"; attrib eamttm21 length=3 label="CS: Time spent with other parent in days"; attrib eamttm22 length=3 label="CS: Time spent with other parent in weeks"; attrib eamttm23 length=3 label="CS: Time spent with other parent in months"; attrib aamttm21 length=3 label="CS: Allocation flag for EAMTTM21-EAMTTM23"; attrib edcrt101 length=3 label="CS: Father identified by court ruling"; attrib edcrt102 length=3 label="CS: Father identified by court ruling"; attrib edcrt103 length=3 label="CS: Father identified by court ruling"; attrib edcrt104 length=3 label="CS: Father identified by court ruling"; attrib edcrt105 length=3 label="CS: Father identified by court ruling"; attrib edcrt106 length=3 label="CS: Father identified by court ruling"; attrib edcrt107 length=3 label="CS: Father identified by court ruling"; attrib edcrt108 length=3 label="CS: Father identified by court ruling"; attrib edcrt109 length=3 label="CS: Father identified by court ruling"; attrib edcrt110 length=3 label="CS: Father identified by court ruling"; attrib edtes101 length=3 label="CS: Father identified by blood test"; attrib edtes102 length=3 label="CS: Father identified by blood test"; attrib edtes103 length=3 label="CS: Father identified by blood test"; attrib edtes104 length=3 label="CS: Father identified by blood test"; attrib edtes105 length=3 label="CS: Father identified by blood test"; attrib edtes106 length=3 label="CS: Father identified by blood test"; attrib edtes107 length=3 label="CS: Father identified by blood test"; attrib edtes108 length=3 label="CS: Father identified by blood test"; attrib edtes109 length=3 label="CS: Father identified by blood test"; attrib edtes110 length=3 label="CS: Father identified by blood test"; attrib edcer101 length=3 label="CS: Signature on birth certificate"; attrib edcer102 length=3 label="CS: Signature on birth certificate"; attrib edcer103 length=3 label="CS: Signature on birth certificate"; attrib edcer104 length=3 label="CS: Signature on birth certificate"; attrib edcer105 length=3 label="CS: Signature on birth certificate"; attrib edcer106 length=3 label="CS: Signature on birth certificate"; attrib edcer107 length=3 label="CS: Signature on birth certificate"; attrib edcer108 length=3 label="CS: Signature on birth certificate"; attrib edcer109 length=3 label="CS: Signature on birth certificate"; attrib edcer110 length=3 label="CS: Signature on birth certificate"; attrib edsig101 length=3 label="CS: Signature with father's name"; attrib edsig102 length=3 label="CS: Signature with father's name"; attrib edsig103 length=3 label="CS: Signature with father's name"; attrib edsig104 length=3 label="CS: Signature with father's name"; attrib edsig105 length=3 label="CS: Signature with father's name"; attrib edsig106 length=3 label="CS: Signature with father's name"; attrib edsig107 length=3 label="CS: Signature with father's name"; attrib edsig108 length=3 label="CS: Signature with father's name"; attrib edsig109 length=3 label="CS: Signature with father's name"; attrib edsig110 length=3 label="CS: Signature with father's name"; attrib edoth101 length=3 label="CS: Father signed other papers"; attrib edoth102 length=3 label="CS: Father signed other papers"; attrib edoth103 length=3 label="CS: Father signed other papers"; attrib edoth104 length=3 label="CS: Father signed other papers"; attrib edoth105 length=3 label="CS: Father signed other papers"; attrib edoth106 length=3 label="CS: Father signed other papers"; attrib edoth107 length=3 label="CS: Father signed other papers"; attrib edoth108 length=3 label="CS: Father signed other papers"; attrib edoth109 length=3 label="CS: Father signed other papers"; attrib edoth110 length=3 label="CS: Father signed other papers"; attrib adid101 length=3 label="CS: Allocation flag for EDCRT101-EDCRT110"; attrib edmar1 length=3 label="CS: Married to child's father"; attrib admar1 length=3 label="CS: Allocation flag for EDMAR1"; attrib edcrt201 length=3 label="CS: Father identified by court ruling"; attrib edcrt202 length=3 label="CS: Father identified by court ruling"; attrib edcrt203 length=3 label="CS: Father identified by court ruling"; attrib edcrt204 length=3 label="CS: Father identified by court ruling"; attrib edcrt205 length=3 label="CS: Father identified by court ruling"; attrib edcrt206 length=3 label="CS: Father identified by court ruling"; attrib edcrt207 length=3 label="CS: Father identified by court ruling"; attrib edcrt208 length=3 label="CS: Father identified by court ruling"; attrib edcrt209 length=3 label="CS: Father identified by court ruling"; attrib edcrt210 length=3 label="CS: Father identified by court ruling"; attrib edtes201 length=3 label="CS: Father identified by blood test"; attrib edtes202 length=3 label="CS: Father identified by blood test"; attrib edtes203 length=3 label="CS: Father identified by blood test"; attrib edtes204 length=3 label="CS: Father identified by blood test"; attrib edtes205 length=3 label="CS: Father identified by blood test"; attrib edtes206 length=3 label="CS: Father identified by blood test"; attrib edtes207 length=3 label="CS: Father identified by blood test"; attrib edtes208 length=3 label="CS: Father identified by blood test"; attrib edtes209 length=3 label="CS: Father identified by blood test"; attrib edtes210 length=3 label="CS: Father identified by blood test"; attrib edcer201 length=3 label="CS: Signature on birth certificate"; attrib edcer202 length=3 label="CS: Signature on birth certificate"; attrib edcer203 length=3 label="CS: Signature on birth certificate"; attrib edcer204 length=3 label="CS: Signature on birth certificate"; attrib edcer205 length=3 label="CS: Signature on birth certificate"; attrib edcer206 length=3 label="CS: Signature on birth certificate"; attrib edcer207 length=3 label="CS: Signature on birth certificate"; attrib edcer208 length=3 label="CS: Signature on birth certificate"; attrib edcer209 length=3 label="CS: Signature on birth certificate"; attrib edcer210 length=3 label="CS: Signature on birth certificate"; attrib edsig201 length=3 label="CS: Signature with father's name"; attrib edsig202 length=3 label="CS: Signature with father's name"; attrib edsig203 length=3 label="CS: Signature with father's name"; attrib edsig204 length=3 label="CS: Signature with father's name"; attrib edsig205 length=3 label="CS: Signature with father's name"; attrib edsig206 length=3 label="CS: Signature with father's name"; attrib edsig207 length=3 label="CS: Signature with father's name"; attrib edsig208 length=3 label="CS: Signature with father's name"; attrib edsig209 length=3 label="CS: Signature with father's name"; attrib edsig210 length=3 label="CS: Signature with father's name"; attrib edoth201 length=3 label="CS: Father signed other papers"; attrib edoth202 length=3 label="CS: Father signed other papers"; attrib edoth203 length=3 label="CS: Father signed other papers"; attrib edoth204 length=3 label="CS: Father signed other papers"; attrib edoth205 length=3 label="CS: Father signed other papers"; attrib edoth206 length=3 label="CS: Father signed other papers"; attrib edoth207 length=3 label="CS: Father signed other papers"; attrib edoth208 length=3 label="CS: Father signed other papers"; attrib edoth209 length=3 label="CS: Father signed other papers"; attrib edoth210 length=3 label="CS: Father signed other papers"; attrib adid201 length=3 label="CS: Allocation flag for EDCRT201-EDCRT210"; attrib eynevwr1 length=3 label="CS: Reason: Legal paternity not established"; attrib eynevwr2 length=3 label="CS: Reason: Unable to locate parent"; attrib eynevwr3 length=3 label="CS: Reason: Other parent unable to pay"; attrib eynevwr4 length=3 label="CS: Reason: Final agreement pending"; attrib eynevwr5 length=3 label="CS: Property settlement in lieu of child"; attrib eynevwr6 length=3 label="CS: Reason: Did not want a legal child"; attrib eynevwr7 length=3 label="CS: Reason: Did not try to get child support"; attrib eynevwr8 length=3 label="CS: Reason: Some other reason"; attrib aynevwr1 length=3 label="CS: Allocation flag for EYNEVWR1-EYNEVWR8."; attrib ewherlv2 length=3 label="CS: Other parent's residence"; attrib awherlv2 length=3 label="CS: Allocation flag for EWHERLV2"; attrib estagre2 length=3 label="CS: State where parent lives"; attrib astagre2 length=3 label="CS: Allocation flag for ESTAGRE2"; attrib ewhomov2 length=3 label="CS: Person that moved"; attrib awhomov2 length=3 label="CS: Allocation flag for EWHOMOV2"; attrib tamtag31 length=3 label="CS: Dollar amount for the agreement"; attrib eamtag32 length=3 label="CS: Frequency of dollar amount"; attrib aamtag31 length=3 label="CS: Allocation flag for TAMTAG31 AND EAMTAG32"; attrib tactrec3 length=4 label="CS: Amount received in child support"; attrib aactrec3 length=3 label="CS: Allocation flag for TACTREC3"; attrib epubsupp length=3 label="CS: Help in obtaining child support"; attrib apubsupp length=3 label="CS: Allocation flag for EPUBSUPP"; attrib elastask length=4 label="CS: Last year for help"; attrib alastask length=3 label="CS: Allocation flag for ELASTASK"; attrib etypask1 length=3 label="CS: Locate the other parent"; attrib etypask2 length=3 label="CS: Establish paternity"; attrib etypask3 length=3 label="CS: Establish support obligation"; attrib etypask4 length=3 label="CS: Establish medical support"; attrib etypask5 length=3 label="CS: Enforce support order"; attrib etypask6 length=3 label="CS: Modify order"; attrib etypask7 length=3 label="CS: Other reason"; attrib atypask length=3 label="CS: Allocation flag for ETYPASK1-ETYPASK7"; attrib ehelpsyn length=3 label="CS: Help received from agency"; attrib ahelpsyn length=3 label="CS: Allocation flag for EHELPSYN"; attrib etyphlp1 length=3 label="CS: Locate the other parent"; attrib etyphlp2 length=3 label="CS: Establish paternity"; attrib etyphlp3 length=3 label="CS: Establish support obligation"; attrib etyphlp4 length=3 label="CS: Establish medical support"; attrib etyphlp5 length=3 label="CS: Enforce support order"; attrib etyphlp6 length=3 label="CS: Modify order"; attrib etyphlp7 length=3 label="CS: Other reason"; attrib atyphlp length=3 label="CS: Allocation flag for ETYPHLP1-ETYPHLP7"; attrib edcrt301 length=3 label="CS: Father identified by court ruling"; attrib edcrt302 length=3 label="CS: Father identified by court ruling"; attrib edcrt303 length=3 label="CS: Father identified by court ruling"; attrib edcrt304 length=3 label="CS: Father identified by court ruling"; attrib edcrt305 length=3 label="CS: Father identified by court ruling"; attrib edcrt306 length=3 label="CS: Father identified by court ruling"; attrib edcrt307 length=3 label="CS: Father identified by court ruling"; attrib edcrt308 length=3 label="CS: Father identified by court ruling"; attrib edcrt309 length=3 label="CS: Father identified by court ruling"; attrib edcrt310 length=3 label="CS: Father identified by court ruling"; attrib edtes301 length=3 label="CS: Father identified by blood test"; attrib edtes302 length=3 label="CS: Father identified by blood test"; attrib edtes303 length=3 label="CS: Father identified by blood test"; attrib edtes304 length=3 label="CS: Father identified by blood test"; attrib edtes305 length=3 label="CS: Father identified by blood test"; attrib edtes306 length=3 label="CS: Father identified by blood test"; attrib edtes307 length=3 label="CS: Father identified by blood test"; attrib edtes308 length=3 label="CS: Father identified by blood test"; attrib edtes309 length=3 label="CS: Father identified by blood test"; attrib edtes310 length=3 label="CS: Father identified by blood test"; attrib edcer301 length=3 label="CS: Signature on birth certificate"; attrib edcer302 length=3 label="CS: Signature on birth certificate"; attrib edcer303 length=3 label="CS: Signature on birth certificate"; attrib edcer304 length=3 label="CS: Signature on birth certificate"; attrib edcer305 length=3 label="CS: Signature on birth certificate"; attrib edcer306 length=3 label="CS: Signature on birth certificate"; attrib edcer307 length=3 label="CS: Signature on birth certificate"; attrib edcer308 length=3 label="CS: Signature on birth certificate"; attrib edcer309 length=3 label="CS: Signature on birth certificate"; attrib edcer310 length=3 label="CS: Signature on birth certificate"; attrib edsig301 length=3 label="CS: Signature with father's name"; attrib edsig302 length=3 label="CS: Signature with father's name"; attrib edsig303 length=3 label="CS: Signature with father's name"; attrib edsig304 length=3 label="CS: Signature with father's name"; attrib edsig305 length=3 label="CS: Signature with father's name"; attrib edsig306 length=3 label="CS: Signature with father's name"; attrib edsig307 length=3 label="CS: Signature with father's name"; attrib edsig308 length=3 label="CS: Signature with father's name"; attrib edsig309 length=3 label="CS: Signature with father's name"; attrib edsig310 length=3 label="CS: Signature with father's name"; attrib edoth301 length=3 label="CS: Father signed other papers"; attrib edoth302 length=3 label="CS: Father signed other papers"; attrib edoth303 length=3 label="CS: Father signed other papers"; attrib edoth304 length=3 label="CS: Father signed other papers"; attrib edoth305 length=3 label="CS: Father signed other papers"; attrib edoth306 length=3 label="CS: Father signed other papers"; attrib edoth307 length=3 label="CS: Father signed other papers"; attrib edoth308 length=3 label="CS: Father signed other papers"; attrib edoth309 length=3 label="CS: Father signed other papers"; attrib edoth310 length=3 label="CS: Father signed other papers"; attrib adid301 length=3 label="CS: Allocation flag for EDCRT301-EDCRT310"; attrib edmar201 length=3 label="CS: Married to child's father"; attrib admar201 length=3 label="CS: Allocation flag for EDMAR201"; attrib edmar202 length=3 label="CS: Married to child's father"; attrib admar202 length=3 label="CS: Allocation flag for EDMAR202"; attrib edmar203 length=3 label="CS: Married to child's father"; attrib admar203 length=3 label="CS: Allocation flag for EDMAR203"; attrib edmar204 length=3 label="CS: Married to child's father"; attrib admar204 length=3 label="CS: Allocation flag for EDMAR204"; attrib edmar205 length=3 label="CS: Married to child's father"; attrib admar205 length=3 label="CS: Allocation flag for EDMAR205"; attrib edmar206 length=3 label="CS: Married to child's father"; attrib admar206 length=3 label="CS: Allocation flag for EDMAR206"; attrib edmar207 length=3 label="CS: Married to child's father"; attrib admar207 length=3 label="CS: Allocation flag for EDMAR207"; attrib edmar208 length=3 label="CS: Married to child's father"; attrib admar208 length=3 label="CS: Allocation flag for EDMAR208"; attrib edmar209 length=3 label="CS: Married to child's father"; attrib admar209 length=3 label="CS: Allocation flag for EDMAR209"; attrib edmar210 length=3 label="CS: Married to child's father"; attrib admar210 length=3 label="CS: Allocation flag for EDMAR210"; attrib esame01 length=3 label="CS: All have same father"; attrib asame01 length=3 label="CS: Allocation flag for ESAME01"; attrib esame02 length=3 label="CS: All have same father"; attrib asame02 length=3 label="CS: Allocation flag for ESAME02"; attrib esame03 length=3 label="CS: All have same father"; attrib asame03 length=3 label="CS: Allocation flag for ESAME03"; attrib esame04 length=3 label="CS: All have same father"; attrib asame04 length=3 label="CS: Allocation flag for ESAME04"; attrib esame05 length=3 label="CS: All have same father"; attrib asame05 length=3 label="CS: Allocation flag for ESAME05"; attrib esame06 length=3 label="CS: All have same father"; attrib asame06 length=3 label="CS: Allocation flag for ESAME06"; attrib esame07 length=3 label="CS: All have same father"; attrib asame07 length=3 label="CS: Allocation flag for ESAME07"; attrib esame08 length=3 label="CS: All have same father"; attrib asame08 length=3 label="CS: Allocation flag for ESAME08"; attrib esame09 length=3 label="CS: All have same father"; attrib asame09 length=3 label="CS: Allocation flag for ESAME09"; attrib esame10 length=3 label="CS: All have same father"; attrib asame10 length=3 label="CS: Allocation flag for ESAME10"; attrib edcrt401 length=3 label="CS: Father identified by court ruling"; attrib edcrt402 length=3 label="CS: Father identified by court ruling"; attrib edcrt403 length=3 label="CS: Father identified by court ruling"; attrib edcrt404 length=3 label="CS: Father identified by court ruling"; attrib edcrt405 length=3 label="CS: Father identified by court ruling"; attrib edcrt406 length=3 label="CS: Father identified by court ruling"; attrib edcrt407 length=3 label="CS: Father identified by court ruling"; attrib edcrt408 length=3 label="CS: Father identified by court ruling"; attrib edcrt409 length=3 label="CS: Father identified by court ruling"; attrib edcrt410 length=3 label="CS: Father identified by court ruling"; attrib edtes401 length=3 label="CS: Father identified by blood test"; attrib edtes402 length=3 label="CS: Father identified by blood test"; attrib edtes403 length=3 label="CS: Father identified by blood test"; attrib edtes404 length=3 label="CS: Father identified by blood test"; attrib edtes405 length=3 label="CS: Father identified by blood test"; attrib edtes406 length=3 label="CS: Father identified by blood test"; attrib edtes407 length=3 label="CS: Father identified by blood test"; attrib edtes408 length=3 label="CS: Father identified by blood test"; attrib edtes409 length=3 label="CS: Father identified by blood test"; attrib edtes410 length=3 label="CS: Father identified by blood test"; attrib edcer401 length=3 label="CS: Signature on birth certificate"; attrib edcer402 length=3 label="CS: Signature on birth certificate"; attrib edcer403 length=3 label="CS: Signature on birth certificate"; attrib edcer404 length=3 label="CS: Signature on birth certificate"; attrib edcer405 length=3 label="CS: Signature on birth certificate"; attrib edcer406 length=3 label="CS: Signature on birth certificate"; attrib edcer407 length=3 label="CS: Signature on birth certificate"; attrib edcer408 length=3 label="CS: Signature on birth certificate"; attrib edcer409 length=3 label="CS: Signature on birth certificate"; attrib edcer410 length=3 label="CS: Signature on birth certificate"; attrib edsig401 length=3 label="CS: Signed a statement"; attrib edsig402 length=3 label="CS: Signed a statement"; attrib edsig403 length=3 label="CS: Signed a statement"; attrib edsig404 length=3 label="CS: Signed a statement"; attrib edsig405 length=3 label="CS: Signed a statement"; attrib edsig406 length=3 label="CS: Signed a statement"; attrib edsig407 length=3 label="CS: Signed a statement"; attrib edsig408 length=3 label="CS: Signed a statement"; attrib edsig409 length=3 label="CS: Signed a statement"; attrib edsig410 length=3 label="CS: Signed a statement"; attrib edoth401 length=3 label="CS: Father signed other papers"; attrib edoth402 length=3 label="CS: Father signed other papers"; attrib edoth403 length=3 label="CS: Father signed other papers"; attrib edoth404 length=3 label="CS: Father signed other papers"; attrib edoth405 length=3 label="CS: Father signed other papers"; attrib edoth406 length=3 label="CS: Father signed other papers"; attrib edoth407 length=3 label="CS: Father signed other papers"; attrib edoth408 length=3 label="CS: Father signed other papers"; attrib edoth409 length=3 label="CS: Father signed other papers"; attrib edoth410 length=3 label="CS: Father signed other papers"; attrib adid401 length=3 label="CS: Allocation flag for"; attrib adid402 length=3 label="CS: Allocation flag for"; attrib adid403 length=3 label="CS: Allocation flag for"; attrib adid404 length=3 label="CS: Allocation flag for"; attrib adid405 length=3 label="CS: Allocation flag for"; attrib adid406 length=3 label="CS: Allocation flag for"; attrib adid407 length=3 label="CS: Allocation flag for"; attrib adid408 length=3 label="CS: Allocation flag for"; attrib adid409 length=3 label="CS: Allocation flag for"; attrib adid410 length=3 label="CS: Allocation flag for"; attrib esamepar length=3 label="CS: Same father"; attrib asamepar length=3 label="CS: Allocation flag for ESAMEPAR"; attrib eynoag11 length=3 label="CS: Reason: Legal paternity not established"; attrib eynoag12 length=3 label="CS: Reason: Unable to locate parent"; attrib eynoag13 length=3 label="CS: Reason: Other parent unable to pay"; attrib eynoag14 length=3 label="CS: Reason: Final agreement pending"; attrib eynoag15 length=3 label="CS: Reason: Accepted settlement for child"; attrib eynoag16 length=3 label="CS: Reason: Did not want a legal child"; attrib eynoag17 length=3 label="CS: Reason: Did not try to get child support"; attrib eynoag18 length=3 label="CS: Reason: Some other reason"; attrib aynoag11 length=3 label="CS: Allocation flag for EYNOAG11-EYNOAG18"; attrib ewherlv3 length=3 label="CS: Place where other parent lives"; attrib awherlv3 length=3 label="CS: Allocation flag for EWHERLV3"; attrib evisagr1 length=3 label="CS: Agreement by a court order or other gov."; attrib avisagr1 length=3 label="CS: Allocation flag for EVISAGR1"; attrib eamttm41 length=3 label="CS: Time spent with other parent in days"; attrib eamttm42 length=3 label="CS: Time spent with other parent in weeks"; attrib eamttm43 length=3 label="CS: Time spent with other parent in months"; attrib aamttm41 length=3 label="CS: Allocation flag for EAMTTM41-EAMTTM43"; attrib eynoag21 length=3 label="CS: Reason: Legal paternity not established"; attrib eynoag22 length=3 label="CS: Reason: Unable to locate parent"; attrib eynoag23 length=3 label="CS: Reason: Other parent unable to pay"; attrib eynoag24 length=3 label="CS: Reason: Final agreement pending"; attrib eynoag25 length=3 label="CS: Reason: Accepted settlement for child"; attrib eynoag26 length=3 label="CS: Reason: Did not want a legal child"; attrib eynoag27 length=3 label="CS: Reason: Did not try to get child support"; attrib eynoag28 length=3 label="CS: Reason: Some other reason"; attrib aynoag21 length=3 label="CS: Allocation flag for EYNOAG21-EYNOAG28"; attrib ewherlv4 length=3 label="CS: Place where other parent lives"; attrib awherlv4 length=3 label="CS: Allocation flag for EWHERLV4"; attrib evisagr2 length=3 label="CS: Agreement by a court order or other gov."; attrib avisagr2 length=3 label="CS: Allocation flag for EVISAGR2"; attrib eamttm51 length=3 label="CS: Time spent with other parent in days"; attrib eamttm52 length=3 label="CS: Time spent with other parent in weeks"; attrib eamttm53 length=3 label="CS: Time spent with other parent in months"; attrib aamttm51 length=3 label="CS: Allocation flag for EAMTTM51-EAMTTM53"; attrib epayrecv length=3 label="CS: Payments received"; attrib apayrecv length=3 label="CS: Allocation flag for EPAYRECV"; attrib tactrec4 length=4 label="CS: Amount actually received"; attrib aactrec4 length=3 label="CS: Allocation flag for TACTREC4"; attrib eothitem length=3 label="CS: Non-cash items provided"; attrib aothitem length=3 label="CS: Allocation flag for EOTHITEM"; attrib eagencol length=3 label="CS: Did government or public agency collect"; attrib aagencol length=3 label="CS: Allocation flag for EAGENCOL"; attrib eagenall length=3 label="CS: Did agency collect all or some of child"; attrib aagenall length=3 label="CS: Allocation flag for EAGENALL"; attrib tamtagen length=4 label="CS: Amount that agency collected on your"; attrib aamtagen length=3 label="CS: Allocation flag for TAMTAGEN"; attrib easnunv length=3 label="SUP: Universe indicator."; attrib esupkdyn length=3 label="SUP: Support payments for child(ren) living"; attrib asupkdyn length=3 label="SUP: Allocation flag for ESUPKDYN"; attrib esuptyp1 length=3 label="SUP: Regular payments for child(ren) outside"; attrib esuptyp2 length=3 label="SUP: Lump pay for support of child(ren)"; attrib esuptyp3 length=3 label="SUP: Some other kind of payts for child(ren)"; attrib asuptyp length=3 label="SUP: Allocation flag for ESUPTYP1- ESUPTYP3"; attrib tsupnkid length=3 label="SUP: Number of children supporting"; attrib asupnkid length=3 label="SUP: Allocation flag for TSUPNKID"; attrib tsupltad length=3 label="SUP: Number of children under 18 years old"; attrib asupltad length=3 label="SUP: Allocation flag for TSUPLTAD"; attrib esupagrm length=3 label="SUP: Sup payts ct ordered or another type of"; attrib asupagrm length=3 label="SUP: Allocation flag for ESUPAGRM"; attrib tsupnagr length=3 label="SUP: Num of children covered by most recent"; attrib asupnagr length=3 label="SUP: Allocation flag for TSUPNAGR"; attrib esupagty length=3 label="SUP: Type of agreement"; attrib asupagty length=3 label="SUP: Allocation flag for ESUPAGTY"; attrib esupagyr length=4 label="SUP: Year agreement first reached"; attrib asupagyr length=3 label="SUP: Allocation flag for ESUPAGYR"; attrib esupamtc length=3 label="SUP: Original dollar amount ever changed"; attrib asupamtc length=3 label="SUP: Allocation flag for ESUPAMTC"; attrib esupyrch length=4 label="SUP: Year amount last changed"; attrib asupyrch length=3 label="SUP: Allocation flag for ESUPYRCH"; attrib esupchag length=3 label="SUP: Dollar changed agreed by court or agency"; attrib asupchag length=3 label="SUP: Allocation flag for ESUPCHAG"; attrib esupstlp length=3 label="SUP: Still supposed to pay child support"; attrib asupstlp length=3 label="SUP: Allocation flag for ESUPSTLP"; attrib tsupampd length=4 label="SUP: Amount paid in past year"; attrib asupampd length=3 label="SUP: Allocation flag for TSUPAMPD"; attrib esuphopy length=3 label="SUP: Methods of payments"; attrib asuphopy length=3 label="SUP: Allocation flag for ESUPHOPY"; attrib esuphlt1 length=3 label="SUP: Type of health care costs included"; attrib esuphlt2 length=3 label="SUP: Type of health care costs included"; attrib esuphlt3 length=3 label="SUP: Type of health care costs included"; attrib esuphlt4 length=3 label="SUP: Type of health care costs included"; attrib esuphlt5 length=3 label="SUP: Type of health care costs included"; attrib esuphlt6 length=3 label="SUP: Type of health care costs included"; attrib asuphlt length=3 label="SUP: Allocation flag for ESUPHLT1-6"; attrib esupcust length=3 label="SUP: Type of custody arrangement"; attrib asupcust length=3 label="SUP: Allocation flag for ESUPCUST"; attrib esupsptm length=3 label="SUP: Time spent specified in agreement"; attrib asupsptm length=3 label="SUP: Allocation flag for ESUPSPTM"; attrib esuptam1 length=3 label="SUP: Total number of days spent with"; attrib esuptam2 length=3 label="SUP: Total number of weeks spent with"; attrib esuptam3 length=3 label="SUP: Total number of months spent with"; attrib asuptam length=3 label="SUP: Allocation flag for ESUPTAM1-3"; attrib esupotha length=3 label="SUP: Other child support agreements"; attrib asupotha length=3 label="SUP: Allocation flag for ESUPOTHA"; attrib tsupamal length=4 label="SUP: Amount paid in past year for another"; attrib asupamal length=3 label="SUP: Allocation flag for TSUPAMAL"; attrib esupwoag length=3 label="SUP: Any payments made with no agreement"; attrib asupwoag length=3 label="SUP: Allocation flag for ESUPWOAG"; attrib tsupamad length=4 label="SUP: Tot amt paid in past yr for those with"; attrib asupamad length=3 label="SUP: Allocation flag for TSUPAMAD"; attrib esuptma1 length=3 label="SUP: Total number of days spent with"; attrib esuptma2 length=3 label="SUP: Total number of weeks spent with"; attrib esuptma3 length=3 label="SUP: Total number of months spent with"; attrib asuptma length=3 label="SUP: Allocation flag for ESUPTMA1-3"; attrib esupotpy length=3 label="SUP: Reg or lump sum paymts made for other"; attrib asupotpy length=3 label="SUP: Allocation flag for ESUPOTPY"; attrib tsupotnp length=3 label="SUP: Number of other persons making support"; attrib asupotnp length=3 label="SUP: Allocation flag for TSUPOTNP"; attrib esupotre length=3 label="SUP: Relationship to younger/youngest pers"; attrib asupotre length=3 label="SUP: Allocation flag for ESUPOTRE"; attrib esupotlv length=3 label="SUP: Where was support person living"; attrib asupotlv length=3 label="SUP: Allocation flag for ESUPOTLV"; attrib tsupotam length=4 label="SUP: Amount paid to support person"; attrib asupotam length=3 label="SUP: Allocation flag for TSUPOTAM"; attrib esupotrl length=3 label="SUP: Relationship to person supporting"; attrib asupotrl length=3 label="SUP: Allocation flag for ESUPOTRL"; attrib esupotli length=3 label="SUP: Place where support person was living"; attrib asupotli length=3 label="SUP: Allocation flag for ESUPOTLI"; attrib tsupotpa length=4 label="SUP: Amount paid to support person"; attrib asupotpa length=3 label="SUP: Allocation flag for TSUPOTPA"; attrib tsupotnt length=4 label="SUP: Amount paid to support other people"; attrib asupotnt length=3 label="SUP: Allocation flag for TSUPOTNT"; attrib eaadunv length=3 label="ADQ: Universe indicator"; attrib ehstat length=3 label="ADQ: Quality of health"; attrib ahstat length=3 label="ADQ: Allocation flag for EHSTAT"; attrib ecane length=3 label="ADQ: Use of cane, crutches, or walker"; attrib acane length=3 label="ADQ: Allocation flag for ECANE"; attrib ewchair length=3 label="ADQ: Use of wheelchair, elect scooter for"; attrib awchair length=3 label="ADQ: Allocation flag for EWCHAIR"; attrib ehearaid length=3 label="ADQ: Use of a hearing aid"; attrib ahearaid length=3 label="ADQ: Allocation flag for EHEARAID"; attrib ecane6 length=3 label="ADQ: Use of aid for six months or longer"; attrib acane6 length=3 label="ADQ: Allocation flag for ECANE6"; attrib eseedif length=3 label="ADQ: Difficulty seeing words/letters in"; attrib aseedif length=3 label="ADQ: Allocation flag for ESEEDIF"; attrib eseenot length=3 label="ADQ: Ability to see words and letters in"; attrib aseenot length=3 label="ADQ: Allocation flag for ESEENOT"; attrib eheardif length=3 label="ADQ: Difficulty hearing what is said in"; attrib aheardif length=3 label="ADQ: Allocation flag for EHEARDIF"; attrib ehearnot length=3 label="ADQ: Ability to hear what is said at all"; attrib ahearnot length=3 label="ADQ: Allocation flag for EHEARNOT"; attrib espeechd length=3 label="ADQ: Difficulty having speech understood"; attrib aspeechd length=3 label="ADQ: Allocation flag for ESPEECHD"; attrib espeechc length=3 label="ADQ: Ability to understand speech at all"; attrib aspeechc length=3 label="ADQ: Allocation flag for ESPEECHC"; attrib edif10 length=3 label="ADQ: Difficulty lifting and carrying 10 pounds"; attrib adif10 length=3 label="ADQ: Allocation flag for EDIF10"; attrib ecant10 length=3 label="ADQ: Ability to lift and carry 10 pounds at"; attrib acant10 length=3 label="ADQ: Allocation flag for ECANT10"; attrib edif25 length=3 label="ADQ: Difficulty lifting and carrying 25 pounds"; attrib adif25 length=3 label="ADQ: Allocation flag for EDIF25"; attrib ecant25 length=3 label="ADQ: Ability to lift and carry a 25 pound bag"; attrib acant25 length=3 label="ADQ: Allocation flag for ECANT25"; attrib epushd length=3 label="ADQ: Difficulty pushing or pulling large"; attrib apushd length=3 label="ADQ: Allocation flag for EPUSHD"; attrib epushc length=3 label="ADQ: Ability to push or pull large objects at"; attrib apushc length=3 label="ADQ: Allocation flag for EPUSHC"; attrib estandd length=3 label="ADQ: Difficulty standing or being on feet"; attrib astandd length=3 label="ADQ: Allocation flag for ESTANDD"; attrib esitd length=3 label="ADQ: Difficulty sitting"; attrib asitd length=3 label="ADQ: Allocation flag for ESITD"; attrib estoopd length=3 label="ADQ: Difficulty stooping, crouching, or"; attrib astoopd length=3 label="ADQ: Allocation flag for ESTOOPD"; attrib ereachd length=3 label="ADQ: Difficulty reaching over head"; attrib areachd length=3 label="ADQ: Allocation flag for EREACHD"; attrib egraspd length=3 label="ADQ: Difficulty using hands and fingers"; attrib agraspd length=3 label="ADQ: Allocation flag for EGRASPD"; attrib egraspc length=3 label="ADQ: Ability to use hands and fingers at all"; attrib agraspc length=3 label="ADQ: Allocation flag for EGRASPC"; attrib estairsd length=3 label="ADQ: Difficulty walking up a flight of stairs"; attrib astairsd length=3 label="ADQ: Allocation flag for ESTAIRSD"; attrib estairsc length=3 label="ADQ: Ability to walk up a flight of stairs at"; attrib astairsc length=3 label="ADQ: Allocation flag for ESTAIRSC"; attrib ewalkd length=3 label="ADQ: Difficulty walking a quarter of a mile"; attrib awalkd length=3 label="ADQ: Allocation flag for EWALKD"; attrib ewalkc length=3 label="ADQ: Ability to walk a quarter of a mile at"; attrib awalkc length=3 label="ADQ: Allocation flag for EWALKC"; attrib eteled length=3 label="ADQ: Difficulty using an ordinary telephone"; attrib ateled length=3 label="ADQ: Allocation flag for ETELED"; attrib etelec length=3 label="ADQ: Ability to use a telephone at all"; attrib atelec length=3 label="ADQ: Allocation flag for ETELEC"; attrib eindif length=3 label="ADQ: Difficulty getting around inside the home"; attrib aindif length=3 label="ADQ: Allocation flag for EINDIF"; attrib eoutdif length=3 label="ADQ: Difficulty going outside the home"; attrib aoutdif length=3 label="ADQ: Allocation flag for EOUTDIF"; attrib ebeddif length=3 label="ADQ: Difficulty getting in and out of bed or"; attrib abeddif length=3 label="ADQ: Allocation flag for EBEDDIF"; attrib ebathdif length=3 label="ADQ: Difficulty taking a bath or shower"; attrib abathdif length=3 label="ADQ: Allocation flag for EBATHDIF"; attrib edressd length=3 label="ADQ: Difficulty dressing"; attrib adressd length=3 label="ADQ: Allocation flag for EDRESSD"; attrib ewalk2d length=3 label="ADQ: Difficulty walking"; attrib awalk2d length=3 label="ADQ: Allocation flag for EWALK2D"; attrib eeatdif length=3 label="ADQ: Difficulty eating"; attrib aeatdif length=3 label="ADQ: Allocation flag for EEATDIF"; attrib etoiletd length=3 label="ADQ: Difficulty using or getting to the toilet"; attrib atoiletd length=3 label="ADQ: Allocation flag for ETOILETD"; attrib emoneyd length=3 label="ADQ: Difficulty keeping track of money or"; attrib amoneyd length=3 label="ADQ: Allocation flag for EMONEYD"; attrib emealsd length=3 label="ADQ: Difficulty preparing meals"; attrib amealsd length=3 label="ADQ: Allocation flag for EMEALSD"; attrib ehworkd length=3 label="ADQ: Difficulty doing light housework"; attrib ahworkd length=3 label="ADQ: Allocation flag for EHWORKD"; attrib emedd length=3 label="ADQ: Difficulty taking the right amount of"; attrib amedd length=3 label="ADQ: Allocation flag for EMEDD"; attrib einhelp length=3 label="ADQ: Need help getting around inside the home"; attrib ainhelp length=3 label="ADQ: Allocation flag for EINHELP"; attrib eouthelp length=3 label="ADQ: Need help going outside the home"; attrib aouthelp length=3 label="ADQ: Allocation flag for EOUTHELP"; attrib ebedhelp length=3 label="ADQ: Need help getting in and out of bed or a"; attrib abedhelp length=3 label="ADQ: Allocation flag for EBEDHELP"; attrib ebathh length=3 label="ADQ: Need help taking a bath or shower"; attrib abathh length=3 label="ADQ: Allocation flag for EBATHH"; attrib edressh length=3 label="ADQ: Need help dressing"; attrib adressh length=3 label="ADQ: Allocation flag for EDRESSH"; attrib ewalk2h length=3 label="ADQ: Need help walking"; attrib awalk2h length=3 label="ADQ: Allocation flag for EWALK2H"; attrib eeathelp length=3 label="ADQ: Need help eating"; attrib aeathelp length=3 label="ADQ: Allocation flag for EEATHELP"; attrib etoileth length=3 label="ADQ: Need help using or getting to the toilet"; attrib atoileth length=3 label="ADQ: Allocation flag for ETOILETH"; attrib emoneyh length=3 label="ADQ: Need help keeping track of money and"; attrib amoneyh length=3 label="ADQ: Allocation flag for EMONEYH"; attrib emealsh length=3 label="ADQ: Need help preparing meals"; attrib amealsh length=3 label="ADQ: Allocation flag for EMEALSH"; attrib ehworkh length=3 label="ADQ: Need help doing light housework"; attrib ahworkh length=3 label="ADQ: Allocation flag for EHWORKH"; attrib emedh length=3 label="ADQ: Need help taking the right amount of"; attrib amedh length=3 label="ADQ: Allocation flag for EMEDH"; attrib ehelper1 length=3 label="ADQ: Person who generally helps with these"; attrib ahelper1 length=3 label="ADQ: Allocation flag for EHELPER1"; attrib ehhmemb1 length=4 label="ADQ: Identity of the first helper is a"; attrib ahhmemb1 length=3 label="ADQ: Allocation flag for EHHMEMB1"; attrib ehelper2 length=3 label="ADQ: Another person who generally helps"; attrib ahelper2 length=3 label="ADQ: Allocation flag for EHELPER2"; attrib ehhmemb2 length=4 label="ADQ: Whether the second helper is a household"; attrib ahhmemb2 length=3 label="ADQ: Allocation flag for EHHMEMB2"; attrib ehowlong length=3 label="ADQ: Duration of help of another person"; attrib ahowlong length=3 label="ADQ: Allocation flag for EHOWLONG"; attrib epayhelp length=3 label="ADQ: Whether the help last month was paid for"; attrib apayhelp length=3 label="ADQ: Allocation flag for EPAYHELP"; attrib tpayamt length=4 label="ADQ: Amount that was paid for help last month"; attrib apayamt length=3 label="ADQ: Allocation flag for PAYAMT"; attrib econd1 length=3 label="ADQ: First condition causing difficulty"; attrib acond1 length=3 label="ADQ: Allocation flag for ECOND1, ECOND2,"; attrib econd2 length=3 label="ADQ: Second condition causing difficulty"; attrib econd3 length=3 label="ADQ: Third condition causing difficulty"; attrib econdph1 length=3 label="ADQ: First condition causing fair/poor health"; attrib acondph1 length=3 label="ADQ: Allocation flag for ECONDPH1, ECONDPH2,"; attrib econdph2 length=3 label="ADQ: Second condition causing fair/poor health"; attrib econdph3 length=3 label="ADQ: Third condition causing fair/poor health"; attrib emotorv length=3 label="ADQ: Condition is result of a motor vehicle"; attrib amotorv length=3 label="ADQ: Allocation flag for EMOTORV"; attrib emain1 length=3 label="ADQ: Main reason for difficulty"; attrib amain1 length=3 label="ADQ: Allocation flag for EMAIN1"; attrib tyear1 length=4 label="ADQ: Year when main condition first began"; attrib ayear1 length=3 label="ADQ: Allocation flag for TYEAR1"; attrib emonth1 length=3 label="ADQ: Month when main condition first began"; attrib amonth1 length=3 label="ADQ: Allocation flag for EMONTH1"; attrib elast12m length=3 label="ADQ: Condition expected to last 12+ months"; attrib alast12m length=3 label="ADQ: Allocation flag for ELAST12M"; attrib eldis length=3 label="ADQ: Learning disability"; attrib aldis length=3 label="ADQ: Allocation flag for ELDIS"; attrib emr length=3 label="ADQ: Mental retardation"; attrib amr length=3 label="ADQ: Allocation flag for EMR"; attrib edevdis length=3 label="ADQ: Developmental disability"; attrib adevdis length=3 label="ADQ: Allocation flag for EDEVDIS"; attrib ealz length=3 label="ADQ: Alzheimer's disease"; attrib aalz length=3 label="ADQ: Allocation flag for EALZ"; attrib eotherm length=3 label="ADQ: Other mental or emotional condition"; attrib aotherm length=3 label="ADQ: Allocation flag for EOTHERM"; attrib eanxious length=3 label="ADQ: Frequently depressed or anxious"; attrib aanxious length=3 label="ADQ: Allocation flag for EANXIOUS"; attrib esocial length=3 label="ADQ: Trouble getting along with other people"; attrib asocial length=3 label="ADQ: Allocation flag for ESOCIAL"; attrib ectrate length=3 label="ADQ: Trouble concentrating"; attrib actrate length=3 label="ADQ: Allocation flag for ECTRATE"; attrib ecope length=3 label="ADQ: Trouble coping with stresses"; attrib acope length=3 label="ADQ: Allocation flag for ECOPE"; attrib eintrfer length=3 label="ADQ: Ability to manage everyday activities"; attrib aintrfer length=3 label="ADQ: Allocation flag for EINTRFER"; attrib ejobdif length=3 label="ADQ: Long-lasting physical or mental condition"; attrib ajobdif length=3 label="ADQ: Allocation flag for EJOBDIF"; attrib ejobcant length=3 label="ADQ: Health or condition preventing working"; attrib ajobcant length=3 label="ADQ: Allocation flag for EJOBCANT"; attrib ehwrkdif length=3 label="ADQ: Condition limiting the kind/amount of"; attrib ahwrkdif length=3 label="ADQ: Allocation flag for EHWRKDIF"; attrib ehwrkno length=3 label="ADQ: Health/condition prevents doing any"; attrib ahwrkno length=3 label="ADQ: Allocation for EHWRKNO"; attrib econdw1 length=3 label="ADQ: First condition causing limitation in"; attrib acondw1 length=3 label="ADQ: Allocation flag for ECONDW1, ECONDW2,"; attrib econdw2 length=3 label="ADQ: Second condition causing limitation in"; attrib econdw3 length=3 label="ADQ: Third condition causing limitation in"; attrib emain2 length=3 label="ADQ: Main reason for work limitation"; attrib amain2 length=3 label="ADQ: Allocation flag for EMAIN2"; attrib eapplyss length=3 label="ADQ: Social Security disability benefits"; attrib aapplyss length=3 label="ADQ: Allocation flag for EAPPLYSS"; attrib ecompute length=3 label="ADQ: Computer or laptop in this household"; attrib acompute length=3 label="ADQ: Allocation flag for ECOMPUTE"; attrib ecmphome length=3 label="ADQ: Use a computer at home"; attrib acmphome length=3 label="ADQ: Allocation flag for ECMPHOME"; attrib ecmpwork length=3 label="ADQ: Use a computer at main job"; attrib acmpwork length=3 label="ADQ: Allocation flag for ECMPWORK"; attrib ecmpschl length=3 label="ADQ: Use a computer at school"; attrib acmpschl length=3 label="ADQ: Allocation flag for ECMPSCHL"; attrib eintrnet length=3 label="ADQ: Use the Internet from any location"; attrib aintrnet length=3 label="ADQ: Allocation flag for EINTRNET"; attrib einthome length=3 label="ADQ: Connect to the Internet at home"; attrib ainthome length=3 label="ADQ: Allocation flag for EINTHOME"; attrib eintwork length=3 label="ADQ: Connect to the Internet at work"; attrib aintwork length=3 label="ADQ: Allocation flag for EINTWORK"; attrib eintschl length=3 label="ADQ: Use the Internet at school"; attrib aintschl length=3 label="ADQ: Allocation flag for EINTSCHL"; attrib eintlibr length=3 label="ADQ: Use the Internet at a public library"; attrib aintlibr length=3 label="ADQ: Allocation flag for EINTLIBR"; attrib eintccen length=3 label="ADQ: Use the Internet at a community center"; attrib aintccen length=3 label="ADQ: Allocation flag for EINTCCEN"; attrib eintsome length=3 label="ADQ: Use the Internet at someone else's house"; attrib aintsome length=3 label="ADQ: Allocation flag for EINTSOME"; attrib eintothr length=3 label="ADQ: Use the Internet at other place"; attrib aintothr length=3 label="ADQ: Allocation flag for EINTOTHR"; attrib eicourse length=3 label="ADQ: Use the Internet to take a course online"; attrib aicourse length=3 label="ADQ: Allocation flag for EICOURSE"; attrib eihealth length=3 label="ADQ: Use the Internet to search for info"; attrib aihealth length=3 label="ADQ: Allocation flag for EIHEALTH"; attrib eigovern length=3 label="ADQ: Use the Internet to search for info on"; attrib aigovern length=3 label="ADQ: Allocation flag for EIGOVERN"; attrib eisrchjb length=3 label="ADQ: Use the Internet to search for a job"; attrib aisrchjb length=3 label="ADQ: Allocation flag for EISRCHJB"; attrib ronline length=3 label="ADQ: Reply to SIPP interview over the Internet"; attrib aonline length=3 label="ADQ: Allocation flag for RONLINE"; attrib eintstil length=3 label="ADQ: Again agree to reply to SIPP intv over"; attrib aintstil length=3 label="ADQ: Allocation flag for EINTSTIL"; attrib rdisab length=3 label="ADQ: Disability recode from Americans"; attrib epcdunv length=3 label="CDQ: Universe indicator"; attrib eddelay length=3 label="CDQ: Physical/mental condition"; attrib addelay length=3 label="CDQ: Allocation flag for EDDELAY"; attrib earmleg length=3 label="CDQ: Long-lasting condition arms/legs"; attrib aarmleg length=3 label="CDQ: Allocation flag for EARMLEG"; attrib erunplay length=3 label="CDQ: Long-lasting condition walk/run/play"; attrib arunplay length=3 label="CDQ: Allocation flag for ERUNPLAY"; attrib eskoolwk length=3 label="CDQ: Physical/learning/mental condition"; attrib askoolwk length=3 label="CDQ: Allocation flag for ESKOOLWK"; attrib especed length=3 label="CDQ: Special education services, ever"; attrib aspeced length=3 label="CDQ: Allocation flag for ESPECED"; attrib espednow length=3 label="CDQ: Special education services, current"; attrib aspednow length=3 label="CDQ: Allocation flag for ESPEDNOW"; attrib elerndis length=3 label="CDQ: Learning disability like Dyslexia"; attrib alerndis length=3 label="CDQ: Allocation flag for ALERNDIS"; attrib ekmr length=3 label="CDQ: Mental Retardation"; attrib akmr length=3 label="CDQ: Allocation flag for EKMR"; attrib ekdevdis length=3 label="CDQ: Developmental disability"; attrib akdevdis length=3 label="CDQ: Allocation flag for EKDEVDIS"; attrib eadhd length=3 label="CDQ: Attention Deficit Hyperactivity Disorder"; attrib aadhd length=3 label="CDQ: Allocation flag for EADHD"; attrib eotherdc length=3 label="CDQ: Other developmental condition"; attrib aotherdc length=3 label="CDQ: Allocation flag for EOTHERDC"; attrib eadhdmed length=3 label="CDQ: Medication or receive treatment for ADHD"; attrib aadhdmed length=3 label="CDQ: Allocation flag for EADHDMED"; attrib ekcane length=3 label="CDQ: Physical aids used"; attrib akcane length=3 label="CDQ: Allocation flag for EKCANE"; attrib ekwchair length=3 label="CDQ: Physical aids used"; attrib akwchair length=3 label="CDQ: Allocation flag for EKWCHAIR"; attrib ekhearad length=3 label="CDQ: Use of a hearing aid"; attrib akhearad length=3 label="CDQ: Allocation flag for EKHEARAD"; attrib ekcane6 length=3 label="CDQ: Physical aids used 6 months"; attrib akcane6 length=3 label="CDQ: Allocation flag for EKCANE6"; attrib ekseedif length=3 label="CDQ: Difficulty seeing words/letters"; attrib akseedif length=3 label="CDQ: Allocation flag for EKSEEDIF"; attrib ekseenot length=3 label="CDQ: See ordinary newspaper print at all"; attrib akseenot length=3 label="CDQ: Allocation flag for EKSEENOT."; attrib ekheardf length=3 label="CDQ: Difficulty hearing with aid"; attrib akheardf length=3 label="CDQ: Allocation flag for EKHEARDF."; attrib ekhearnt length=3 label="CDQ: Hear normal conversation at all"; attrib akhearnt length=3 label="CDQ: Allocation flag for EKHEARNT"; attrib ekspechd length=3 label="CDQ: Difficulty having speech understood"; attrib akspechd length=3 label="CDQ: Allocation flag for EKSPECHD"; attrib ekspechc length=3 label="CDQ: Speech not understood"; attrib akspechc length=3 label="CDQ: Allocation flag for EKSPECHC"; attrib esports length=3 label="CDQ: Long lasting condition sports/games"; attrib asports length=3 label="CDQ: Allocation flag for ESPORTS"; attrib ekindif length=3 label="CDQ: Getting around inside home"; attrib akindif length=3 label="CDQ: Allocation flag for EKINDIF"; attrib ekinhelp length=3 label="CDQ: Needs help getting around inside the home"; attrib akinhelp length=3 label="CDQ: Allocation flag for EKINHELP"; attrib ekbeddif length=3 label="CDQ: Difficulty getting in/out of bed/chair"; attrib akbeddif length=3 label="CDQ: Allocation flag for EKBEDDIF"; attrib ekbedhlp length=3 label="CDQ: Needs help getting in/out of bed/chair"; attrib akbedhlp length=3 label="CDQ: Allocation flag for EKBEDHLP"; attrib ekbathdf length=3 label="CDQ: Difficulty taking bath/shower"; attrib akbathdf length=3 label="CDQ: Allocation flag for EKBATHDF"; attrib ekbathh length=3 label="CDQ: Need help taking bath or shower"; attrib akbathh length=3 label="CDQ: Allocation flag for EKBATHH"; attrib ekdressd length=3 label="CDQ: Difficulty putting on clothes"; attrib akdressd length=3 label="CDQ: Allocation flag for EKDRESSD"; attrib ekdressh length=3 label="CDQ: Need help putting on clothes"; attrib akdressh length=3 label="CDQ: Allocation flag for EKDRESSH"; attrib ekeatdif length=3 label="CDQ: Difficulty eating food"; attrib akeatdif length=3 label="CDQ: Allocation flag for EKEATDIF"; attrib ekeathlp length=3 label="CDQ: Need help eating food"; attrib akeathlp length=3 label="CDQ: Allocation flag for EKEATHLP"; attrib ektoiltd length=3 label="CDQ: Difficulty using/getting to toilet"; attrib aktoiltd length=3 label="CDQ: Allocation flag for EKTOILTD"; attrib ektoilth length=3 label="CDQ: Need help using/getting to toilet"; attrib aktoilth length=3 label="CDQ: Allocation flag for EKTOILTH"; attrib eksocial length=3 label="CDQ: Difficult to play/get along with other"; attrib aksocial length=3 label="CDQ: Allocation flag for EKSOCIAL"; attrib ekcond1 length=3 label="CDQ: First condition causing difficulty with"; attrib ekcond2 length=3 label="CDQ: Second condition causing difficulty with"; attrib ekcond3 length=3 label="CDQ: Third condition causing difficulty with"; attrib akcond length=3 label="CDQ: Allocation flag for EKCOND1"; attrib ekmotorv length=3 label="CDQ: Condition result of motor vehicle"; attrib akmotorv length=3 label="CDQ: Allocation flag for EKMOTORV"; attrib rkdisab length=3 label="CDQ: Disability recode from Americans with"; attrib eahbunv length=3 label="HB: Universe indicator."; attrib ehealpla length=3 label="HB: Employer's health insurance plan"; attrib ahealpla length=3 label="HB: Allocation flag for EHEALPLA"; attrib enotplan length=3 label="HB: Reason person is not covered by plan"; attrib anotplan length=3 label="HB: Allocation flag for ENOTPLAN"; attrib enoelig1 length=3 label="HB: Reason ineligible- probationary period"; attrib enoelig2 length=3 label="HB: Reason ineligible - contract or temporary"; attrib enoelig3 length=3 label="HB: Reason ineligible - part-time employee"; attrib enoelig4 length=3 label="HB: Reason ineligible - other"; attrib anoelig length=3 label="HB: Allocation flag for ENOELIG1 through"; attrib edencove length=3 label="HB: Reason person was denied coverage"; attrib adencove length=3 label="HB: Allocation flag for EDENCOVE"; attrib enocov1 length=3 label="HB: No coverage reason, covered by other"; attrib enocov2 length=3 label="HB: No coverage reason, has medical savings"; attrib enocov3 length=3 label="HB: No coverage reason, plan had no family"; attrib enocov4 length=3 label="HB: No coverage reason, plan too costly"; attrib enocov5 length=3 label="HB: No coverage reason, pre-exist conditions"; attrib enocov6 length=3 label="HB: No coverage reason, plan had too many"; attrib enocov7 length=3 label="HB: No coverage reason, does not need or want"; attrib enocov8 length=3 label="HB: No coverage reason, does not believe in"; attrib enocov9 length=3 label="HB: No coverage reason, dissatisfied"; attrib enocov10 length=3 label="HB: No coverage reason, other"; attrib anocov length=3 label="HB: Allocation flag for ENOCOV1-ENOCOV10"; attrib eoffemp1 length=3 label="HB: Other employer offerings - cash in 401(k)"; attrib eoffemp2 length=3 label="HB: Other employer offerings - cash or salary"; attrib eoffemp3 length=3 label="HB: Other employer offerings - plan combined"; attrib eoffemp4 length=3 label="HB: Other employer offerings - contributions"; attrib eoffemp5 length=3 label="HB: Other employer offerings - other benefits"; attrib aoffemp length=3 label="HB: Allocation flag for EOFFEMP1-EOFFEMP5"; attrib ewheheal length=3 label="HB: Source of health insurance coverage"; attrib awheheal length=3 label="HB: Allocation flag for EWHEHEAL"; attrib ecovmemb length=3 label="HB: Coverage available for others"; attrib acovmemb length=3 label="HB: Allocation flag for ECOVMEMB"; attrib ewhocov1 length=3 label="HB: Coverage available for spouse"; attrib ewhocov2 length=3 label="HB: Coverage available for children"; attrib ewhocov3 length=3 label="HB: Coverage available for grandchildren"; attrib ewhocov4 length=3 label="HB: Coverage available for other family"; attrib ewhocov5 length=3 label="HB: Coverage available for non-family members"; attrib awhocov length=3 label="HB: Allocation flag for EWHOCOV1-EWHOCOV5"; attrib echpnm01 length=4 label="HB: Person number of first child eligible for"; attrib echcov01 length=3 label="HB: Reason first child was not covered"; attrib achcov01 length=3 label="HB: Allocation flag for ECHCOV01"; attrib echpnm02 length=4 label="HB: Person number of second child eligible"; attrib echcov02 length=3 label="HB: Reason second child was not covered"; attrib achcov02 length=3 label="HB: Allocation flag for ECHCOV02"; attrib echpnm03 length=4 label="HB: Person number of third child eligible for"; attrib echcov03 length=3 label="HB: Reason third child was not covered"; attrib achcov03 length=3 label="HB: Allocation flag for ECHCOV03"; attrib echpnm04 length=4 label="HB: Person number of fourth child eligible"; attrib echcov04 length=3 label="HB: Reason fourth child was not covered"; attrib achcov04 length=3 label="HB: Allocation flag for ECHCOV04"; attrib echpnm05 length=4 label="HB: Person number of fifth child eligible for"; attrib echcov05 length=3 label="HB: Reason fifth child was not covered"; attrib achcov05 length=3 label="HB: Allocation flag for ECHCOV05"; attrib echpnm06 length=4 label="HB: Person number of sixth child eligible for"; attrib echcov06 length=3 label="HB: Reason sixth child was not covered"; attrib achcov06 length=3 label="HB: Allocation flag for ECHCOV06"; attrib echpnm07 length=4 label="HB: Person number of seventh child eligible"; attrib echcov07 length=3 label="HB: Reason seventh child was not covered"; attrib achcov07 length=3 label="HB: Allocation flag for ECHCOV07"; attrib tamtplan length=4 label="HB: Amount person paid for health plan"; attrib aamtplan length=3 label="HB: Allocation flag for TAMTPLAN"; attrib etimplan length=3 label="HB: Frequency of health insurance payments"; attrib atimplan length=3 label="HB: Allocation flag for ETIMPLAN"; attrib etaxplan length=3 label="HB: Special tax treatment for health plan"; attrib ataxplan length=3 label="HB: Allocation flag for ETAXPLAN"; attrib epreminc length=3 label="HB: Premium increase when left employer"; attrib apreminc length=3 label="HB: Allocation flag for EPREMINC"; attrib eleftpla length=3 label="HB: Time health plan is in effect after"; attrib aleftpla length=3 label="HB: Allocation flag for ELEFTPLA"; attrib eplanmed length=3 label="HB: Health plan covers Medicare coinsurance"; attrib aplanmed length=3 label="HB: Allocation flag for EPLANMED"; attrib eoppch1 length=3 label="HB: Employer offerings - cash in 401(k) plan"; attrib eoppch2 length=3 label="HB: Employer offerings - cash or a salary"; attrib eoppch3 length=3 label="HB: Employer offerings - plan combined with"; attrib eoppch4 length=3 label="HB: Employer offerings - contributions to an"; attrib eoppch5 length=3 label="HB: Employer offerings - other benefits"; attrib aoppch length=3 label="HB: Allocation flag for EOPPCH1-EOPPCH5"; attrib ehashmo length=3 label="HB: Whether health insurance plan is an HMO"; attrib ahashmo length=3 label="HB: Allocation flag for EHASHMO"; attrib esigndoc length=3 label="HB: Plan uses clinics for routine care"; attrib asigndoc length=3 label="HB: Allocation flag for ESIGNDOC"; attrib ebookdoc length=3 label="HB: List of doctors associated with the"; attrib abookdoc length=3 label="HB: Allocation flag for EBOOKDOC"; attrib ewhoref length=3 label="HB: Plan pays for doctor visits without a"; attrib awhoref length=3 label="HB: Allocation flag for EWHOREF"; attrib eoptions length=3 label="HB: Multiple health insurance plans offered"; attrib aoptions length=3 label="HB: Allocation flag for EOPTIONS"; attrib echoice1 length=3 label="HB: Employer offers traditional health"; attrib achoice1 length=3 label="HB: Allocation flag for ECHOICE1"; attrib echoice2 length=3 label="HB: Employer offered plans such as HMOs"; attrib achoice2 length=3 label="HB: Allocation flag for ECHOICE2"; attrib eempmate length=3 label="HB: Educational materials provided"; attrib aempmate length=3 label="HB: Allocation flag for EEMPMATE"; attrib ematcomp length=3 label="HB: Materials provide easy comparison between"; attrib amatcomp length=3 label="HB: Allocation flag for EMATCOMP"; attrib econdnot length=3 label="HB: Pre-existing medical condition"; attrib acondnot length=3 label="HB: Allocation flag for ECONDNOT"; attrib eofflong length=3 label="HB: Nursing home or home care coverage"; attrib aofflong length=3 label="HB: Allocation flag for EOFFLONG"; attrib ecovlong length=3 label="HB: Coverage under long-term care plan"; attrib acovlong length=3 label="HB: Allocation flag for ECOVLONG"; attrib eempcost length=3 label="HB: Employer pays costs of plan"; attrib aempcost length=3 label="HB: Allocation flag for EEMPCOST"; attrib tamtlong length=3 label="HB: Amount paid for long term care plan"; attrib aamtlong length=3 label="HB: Allocation flag for TAMTLONG"; attrib etimeamt length=3 label="HB: Frequency paid this amount"; attrib atimeamt length=3 label="HB: Allocation flag for ETIMEAMT"; attrib eretheal length=3 label="HB: Health insurance obtained through"; attrib aretheal length=3 label="HB: Allocation flag for ERETHEAL"; attrib eretcont length=3 label="HB: Continue health insurance plan until age"; attrib aretcont length=3 label="HB: Allocation flag for ERETCONT"; attrib eretpays length=3 label="HB: Employer pays cost of health plan after"; attrib aretpays length=3 label="HB: Allocation flag for ERETPAYS"; attrib eretplan length=3 label="HB: Retirees obtain coverage for spouse"; attrib aretplan length=3 label="HB: Allocation flag for ERETPLAN"; attrib ewhopln1 length=3 label="HB: Spouse may obtain coverage under the plan"; attrib ewhopln2 length=3 label="HB: Children may obtain coverage under the"; attrib ewhopln3 length=3 label="HB: Grandchildren may obtain coverage under"; attrib ewhopln4 length=3 label="HB: Other family members obtain coverage"; attrib ewhopln5 length=3 label="HB: Non-family members obtain coverage under"; attrib awhopln length=3 label="HB: Allocation flag for EWHOPLN1-EWHOPLN5"; attrib epaidjob length=3 label="HB: At job for one year or more"; attrib apaidjob length=3 label="HB: Allocation flag for EPAIDJOB"; attrib eformemp length=3 label="HB: Former employer offers health coverage"; attrib aformemp length=3 label="HB: Allocation flag for EFORMEMP"; attrib elastcov length=3 label="HB: Covered by employer's health plan on last"; attrib alastcov length=3 label="HB: Allocation flag for ELASTCOV"; attrib econleft length=3 label="HB: Continued coverage after left employer"; attrib aconleft length=3 label="HB: Allocation flag for ECONLEFT"; attrib econtret length=3 label="HB: Continued coverage through COBRA"; attrib acontret length=3 label="HB: Allocation flag for ECONTRET"; attrib ewhyno1 length=3 label="HB: Reason no longer covered- eligibility"; attrib ewhyno2 length=3 label="HB: Reason no longer covered - too expensive"; attrib ewhyno3 length=3 label="HB: Reason no longer covered - covered by"; attrib ewhyno4 length=3 label="HB: Reason no longer covered- did not"; attrib ewhyno5 length=3 label="HB: Reason no longer covered - Medicare"; attrib ewhyno6 length=3 label="HB: Reason no longer covered - not eligible"; attrib ewhyno7 length=3 label="HB: Reason no longer covered - requirements"; attrib ewhyno8 length=3 label="HB: Reason no longer covered - retirees not"; attrib ewhyno9 length=3 label="HB: Reason no longer covered - age/service"; attrib ewhyno10 length=3 label="HB: Reason no longer covered - became"; attrib ewhyno11 length=3 label="HB: Reason no longer covered - employer"; attrib ewhyno12 length=3 label="HB: Reason no longer covered - canceled for"; attrib ewhyno13 length=3 label="HB: Reason no longer covered - other reason"; attrib awhyno length=3 label="HB: Allocation flag for EWHYNO1-EWHYNO13"; attrib tleftjob length=4 label="HB: Year left former job"; attrib aleftjob length=3 label="HB: Allocation flag for TLEFTJOB"; attrib eyearemp length=3 label="HB: Number of years worked for former employer"; attrib ayearemp length=3 label="HB: Allocation flag for EYEAREMP"; attrib emnthemp length=3 label="HB: Number of months worked for former"; attrib amnthemp length=3 label="HB: Allocation flag for EMNTHEMP"; attrib ecovunio length=3 label="HB: Covered under a union or contract by"; attrib acovunio length=3 label="HB: Allocation flag for ECOVUNIO"; attrib thbind length=4 label="HB: Industry of former employer"; attrib thbocc length=4 label="HB: Occupation in former employer"; attrib eempljob length=3 label="HB: Class of worker for former employer"; attrib aempljob length=3 label="HB: Allocation flag for EEMPLJOB"; attrib egovrnmt length=3 label="HB: Former employer's type of government"; attrib agovrnmt length=3 label="HB: Allocation flag for EGOVRNMT"; attrib eemptype length=3 label="HB: Former employer's type of business or"; attrib aemptype length=3 label="HB: Allocation flag for EEMPTYPE"; attrib tendsala length=4 label="HB: Amount earned per week from former"; attrib aendsala length=3 label="HB: Allocation flag for TENDSALA"; attrib temploca length=3 label="HB: Number of people employed by former"; attrib aemploca length=3 label="HB: Allocation flag for TEMPLOCA"; attrib efewer20 length=3 label="HB: Fewer than 20 people employed by former"; attrib afewer20 length=3 label="HB: Allocation flag for EFEWER20"; attrib eexmedic length=3 label="HB: Expects to be covered by Medicare"; attrib aexmedic length=3 label="HB: Allocation flag for EEXMEDIC"; attrib epostmed length=3 label="HB: Eligibility for Medicare"; attrib apostmed length=3 label="HB: Allocation flag for EPOSTMED"; attrib eawbunv length=3 label="AW: Universe indicator"; attrib radwash length=3 label="AW: Household has washing machine"; attrib aadwash length=3 label="AW: Allocation flag for RADWASH"; attrib raddryr length=3 label="AW: Household has clothes dryer"; attrib aaddryr length=3 label="AW: Allocation flag for RADDRYR"; attrib eaddish length=3 label="AW: Household has dishwasher"; attrib aaddish length=3 label="AW: Allocation flag for EADDISH"; attrib eadrefr length=3 label="AW: Household has refrigerator"; attrib aadrefr length=3 label="AW: Allocation flag for EADREFR"; attrib eadfrz length=3 label="AW: Household has food freezer"; attrib aadfrz length=3 label="AW: Allocation flag for EADFRZ"; attrib eadtelv length=3 label="AW: Household has color television"; attrib aadtelv length=3 label="AW: Allocation flag for EADTELV"; attrib eadstov length=3 label="AW: Household has stove"; attrib aadstov length=3 label="AW: Allocation flag for EADSTOV"; attrib eadmicr length=3 label="AW: Household has microwave"; attrib aadmicr length=3 label="AW: Allocation flag for EADMICR"; attrib eadvcr length=3 label="AW: Household has VCR or DVD"; attrib aadvcr length=3 label="AW: Allocation flag for EADVCR"; attrib eadair length=3 label="AW: Household has air conditioner"; attrib aadair length=3 label="AW: Allocation flag for EADAIR"; attrib eadcomp length=3 label="AW: Household has personal computer"; attrib aadcomp length=3 label="AW: Allocation flag for EADCOMP"; attrib eadcell length=3 label="AW: Household has cell or mobile phone"; attrib aadcell length=3 label="AW: Allocation flag for EADCELL"; attrib radphon length=3 label="AW: Household has telephone"; attrib aadphon length=3 label="AW: Allocation flag for RADPHON"; attrib tahroom length=3 label="AW: Number of rooms in home"; attrib aahroom length=3 label="AW: Allocation flag for EAHROOM"; attrib eahpest length=3 label="AW: Problem with pests"; attrib eahleak length=3 label="AW: Problem with leaking roof"; attrib eahwind length=3 label="AW: Problem with broken windows"; attrib eahwire length=3 label="AW: Problem with exposed electrical wires"; attrib eahplum length=3 label="AW: Problem with plumbing that doesn't work"; attrib eahcrac length=3 label="AW: Problem with holes or cracks in wall or"; attrib eahhole length=3 label="AW: Problem with holes in the floor"; attrib aahouse length=3 label="AW: Allocation flag for house conditions"; attrib eahrepr length=3 label="AW: Satisfaction with general state of repair"; attrib aahrepr length=3 label="AW: Allocation flag for EAHREPR"; attrib eahspac length=3 label="AW: Satisfaction with room or space in home"; attrib aahspac length=3 label="AW: Allocation flag for EAHSPAC"; attrib eahfurn length=3 label="AW: Satisfaction with furnishings in home"; attrib aahfurn length=3 label="AW: Allocation flag for EAHFURN"; attrib eahwarm length=3 label="AW: Satisfaction with warmth of home in winter"; attrib aahwarm length=3 label="AW: Allocation flag for EAHWARM"; attrib eahcool length=3 label="AW: Satisfaction with coolness of home in"; attrib aahcool length=3 label="AW: Allocation flag for EAHCOOL"; attrib eahpriv length=3 label="AW: Satisfaction with privacy home offers"; attrib aahpriv length=3 label="AW: Allocation flag for EAHPRIV"; attrib eahsat length=3 label="AW: Overall satisfaction with home"; attrib aahsat length=3 label="AW: Allocation flag for EAHSAT"; attrib rahmove length=3 label="AW: Home undesirable enough to move."; attrib aahmove length=3 label="AW: Allocation flag for RAHMOVE"; attrib eacwalk length=3 label="AW: Afraid to walk alone at night."; attrib aacwalk length=3 label="AW: Allocation flag for EACWALK"; attrib eacstay length=3 label="AW: Stayed at home at certain times."; attrib aacstay length=3 label="AW: Allocation flag for EACSTAY"; attrib eacwith length=3 label="AW: Take someone with you when go out."; attrib aacwith length=3 label="AW: Allocation flag for EACWITH"; attrib eacarry length=3 label="AW: Carry something with you when go out."; attrib aacarry length=3 label="AW: Allocation flag for EACARRY"; attrib eacnsaf length=3 label="AW: Consider neighborhood safe from crime."; attrib aacnsaf length=3 label="AW: Allocation flag for EACNSAF"; attrib eachsaf length=3 label="AW: Consider home safe from crime."; attrib aachsaf length=3 label="AW: Allocation flag for EACHSAF"; attrib racwdog length=3 label="AW: Household has dog for protection."; attrib aacwdog length=3 label="AW: Allocation flag for RACWDOG"; attrib eacalrm length=3 label="AW: Household has safety devices, alarm"; attrib aacalrm length=3 label="AW: Allocation flag for EACALRM"; attrib racmove length=3 label="AW: Threat of crime enough that would move."; attrib aacmove length=3 label="AW: Allocation flag for RACMOVE"; attrib eantraf length=3 label="AW: Problem in neighborhood street noise"; attrib eanstrt length=3 label="AW: Problem in neighborhood street repair"; attrib eantrsh length=3 label="AW: Problem in neighb trash, litter"; attrib eanaban length=3 label="AW: Problem in neighborhood abandoned"; attrib eanind length=3 label="AW: Problem in neighborhood industries"; attrib eanodor length=3 label="AW: Problem in neighborhood odors, fumes"; attrib aancond length=3 label="AW: Allocation flag for neighborhood"; attrib eanghbr length=3 label="AW: Satisfaction with relationship with"; attrib aanghbr length=3 label="AW: Allocation flag for EANGHBR"; attrib eansat length=3 label="AW: Overall satisfaction with neighborhood"; attrib aansat length=3 label="AW: Allocation flag for EANSAT"; attrib ranmove length=3 label="AW: Neighborhood undesirable, would like to"; attrib aanmove length=3 label="AW: Allocation flag for RANMOVE"; attrib eapschl length=3 label="AW: Satisfaction with public schools"; attrib aapschl length=3 label="AW: Allocation flag for EAPSCHL"; attrib eappriv length=3 label="AW: Children attend private school"; attrib aappriv length=3 label="AW: Allocation flag for EAPPRIV"; attrib eapmagn length=3 label="AW: Children attend magnet, charter school"; attrib aapmagn length=3 label="AW: Allocation flag for EAPMAGN"; attrib eappubs length=3 label="AW: Children attend public school"; attrib aappubs length=3 label="AW: Allocation flag for EAPPUBS"; attrib eaphoms length=3 label="AW: Children attend home school"; attrib aaphoms length=3 label="AW: Allocation flag for EAPHOMS"; attrib eapnosc length=3 label="AW: Children not in school"; attrib aapnosc length=3 label="AW: Allocation flag for EAPNOSC"; attrib eapdiff length=3 label="AW: Prefer a different school for any child"; attrib aapdiff length=3 label="AW: Allocation flag for EAPDIFF"; attrib eaphosp length=3 label="AW: Satisfaction with hospitals, health"; attrib aaphosp length=3 label="AW: Allocation flag for EAPHOSP"; attrib eapolic length=3 label="AW: Satisfaction with police services"; attrib aapolic length=3 label="AW: Allocation flag for EAPOLIC"; attrib eapfire length=3 label="AW: Satisfaction with fire department services"; attrib aapfire length=3 label="AW: Allocation flag for EAPFIRE."; attrib eaptran length=3 label="AW: Adequacy of public transportation"; attrib aaptran length=3 label="AW: Allocation flag for EAPTRAN"; attrib eapsat length=3 label="AW: Satisfaction with public services"; attrib aapsat length=3 label="AW: Allocation flag for EAPSAT"; attrib rapmove length=3 label="AW: Public services undesirable, would like"; attrib aapmove length=3 label="AW: Allocation flag for RAPMOVE"; attrib eabmeet length=3 label="AW: Ability to meet essential expenses"; attrib aabmeet length=3 label="AW: Allocation flag for EABMEET"; attrib eabrent length=3 label="AW: Did not pay rent or mortgage"; attrib aabrent length=3 label="AW: Allocation flag for EABRENT"; attrib rabrhlp1 length=3 label="AW: Family helped with problem paying rent or"; attrib rabrhlp2 length=3 label="AW: Friend helped with problem paying rent or"; attrib rabrhlp3 length=3 label="AW: Social serv helped w/ problem paying"; attrib rabrhlp4 length=3 label="AW: Nonprofit helped with problem paying"; attrib rabrhlp5 length=3 label="AW: Other source helped w/ problem paying"; attrib aabrhlp length=3 label="AW: Allocation flag for RABRHLP"; attrib eabevct length=3 label="AW: Evicted from home or apartment"; attrib aabevct length=3 label="AW: Allocation flag for EABEVCT"; attrib rabehlp1 length=3 label="AW: Family helped when evicted from home or"; attrib rabehlp2 length=3 label="AW: Friend helped when evicted from home or"; attrib rabehlp3 length=3 label="AW: Social services helped when evicted from"; attrib rabehlp4 length=3 label="AW: Nonprofit helped when evicted from home"; attrib rabehlp5 length=3 label="AW: Other source helped when evicted from"; attrib aabehlp length=3 label="AW: Allocation flag for RABEHLP"; attrib eabgas length=3 label="AW: Did not pay gas, oil, or electricity bills"; attrib aabgas length=3 label="AW: Allocation flag for EABGAS"; attrib rabghlp1 length=3 label="AW: Family helped w/ problem paying gas, oil,"; attrib rabghlp2 length=3 label="AW: A non-relative helped with paying gas,"; attrib rabghlp3 length=3 label="AW: Social services helped with problem"; attrib rabghlp4 length=3 label="AW: Nonprofit helped with problem paying gas,"; attrib rabghlp5 length=3 label="AW: Other source helped w/ problem paying"; attrib aabghlp length=3 label="AW: Allocation flag for RABGHLP"; attrib eabcut length=3 label="AW: Gas or electric company turned off service"; attrib aabcut length=3 label="AW: Allocation flag for EABCUT"; attrib rabchlp1 length=3 label="AW: Family helped when gas/electric co turned"; attrib rabchlp2 length=3 label="AW: Friend helped when gas/electric co turned"; attrib rabchlp3 length=3 label="AW: Social services helped when gas co turned"; attrib rabchlp4 length=3 label="AW: Nonprofit helped when gas company turned"; attrib rabchlp5 length=3 label="AW: Other source helped when gas co turned"; attrib aabchlp length=3 label="AW: Allocation flag for RABCHLP"; attrib eabphon length=3 label="AW: Telephone company disconnected service"; attrib aabphon length=3 label="AW: Allocation flag for EABPHON"; attrib rabphlp1 length=3 label="AW: Family helped when telephone co"; attrib rabphlp2 length=3 label="AW: Friend helped when telephone co turned"; attrib rabphlp3 length=3 label="AW: Social serv helped when telephone co"; attrib rabphlp4 length=3 label="AW: Nonprofit helped when telephone co turned"; attrib rabphlp5 length=3 label="AW: Other source helped when telephone co"; attrib aabphlp length=3 label="AW: Allocation flag for RABPHLP"; attrib eabdoct length=3 label="AW: Did not see a doctor when needed"; attrib aabdoct length=3 label="AW: Allocation flag for EABDOCT"; attrib rabdhlp1 length=3 label="AW: Family helped with problem seeing a doctor"; attrib rabdhlp2 length=3 label="AW: Friend helped with problem seeing a doctor"; attrib rabdhlp3 length=3 label="AW: Social services helped with problem"; attrib rabdhlp4 length=3 label="AW: Nonprofit helped with problem seeing a"; attrib rabdhlp5 length=3 label="AW: Other source helped with problem seeing a"; attrib aabdhlp length=3 label="AW: Allocation flag for RABDHLP"; attrib eabdent length=3 label="AW: Did not see a dentist when needed"; attrib aabdent length=3 label="AW: Allocation flag for EABDENT"; attrib rabthlp1 length=3 label="AW: Family helped with problem seeing a"; attrib rabthlp2 length=3 label="AW: Friend helped with problem seeing a"; attrib rabthlp3 length=3 label="AW: Social services helped with problem"; attrib rabthlp4 length=3 label="AW: Nonprofit helped with problem seeing a"; attrib rabthlp5 length=3 label="AW: Other source helped with problem seeing a"; attrib aabthlp length=3 label="AW: Allocation flag for RABTHLP"; attrib eahlpfm length=3 label="AW: how much help expect to get from family"; attrib aahlpfm length=3 label="AW: Allocation flag for EAHLPFM"; attrib eahlpfr length=3 label="AW: how much help expect to get from friends"; attrib aahlpfr length=3 label="AW: Allocation flag for EAHLPFR"; attrib eahlpag length=3 label="AW: how much help expect to get from others"; attrib aahlpag length=3 label="AW: Allocation flag for EAHLPAG"; attrib eafood1 length=3 label="AW: Sufficiency of food eaten in household"; attrib aafood1 length=3 label="AW: Allocation flag for EAFOOD1"; attrib eafdm1 length=3 label="AW: Not enough to eat --4 months ago"; attrib eafdm2 length=3 label="AW: Not enough to eat --3 months ago"; attrib eafdm3 length=3 label="AW: Not enough to eat --2 months ago"; attrib eafdm4 length=3 label="AW: Not enough to eat --last month"; attrib eafdm5 length=3 label="AW: Not enough to eat --current month"; attrib aafdm length=3 label="AW: Allocation flag for EAFDM1-EAFDM5."; attrib eaflast length=3 label="AW: Food we bought just didn't last"; attrib aaflast length=3 label="AW: Allocation flag for EAFLAST"; attrib eafbaln length=3 label="AW: Couldn't afford balanced meals"; attrib aafbaln length=3 label="AW: Allocation flag for EAFBALN"; attrib eafchld length=3 label="AW: Children were not eating enough"; attrib aafchld length=3 label="AW: Allocation flag for EAFCHLD"; attrib eafskip length=3 label="AW: Cut size or skipped meals"; attrib aafskip length=3 label="AW: Allocation flag for EAFSKIP"; attrib eafless length=3 label="AW: Ate less than felt you should"; attrib aafless length=3 label="AW: Allocation flag for EAFLESS"; attrib eafday length=3 label="AW: Didn't eat for a whole day"; attrib aafday length=3 label="AW: Allocation flag for EAFDAY."; INPUT @1 ssuseq 5. @6 ssuid $12. @18 spanel 4. @22 swave 2. @24 srotaton 1. @25 tfipsst 2. @27 shhadid 3. @30 eoutcome 3. @33 rfid 3. @36 rfid2 3. @39 eppidx 3. @42 eentaid $3. @45 epppnum $4. @49 epopstat 1. @50 eppintvw 2. @52 eppmis4 1. @53 esex 1. @54 erace 1. @55 eorigin 2. @57 wpfinwgt 10.4 @67 errp 2. @69 tage 2. @71 ems 1. @72 epnspous 4. @76 epnmom 4. @80 epndad 4. @84 epnguard 4. @88 rdesgpnt 2. @90 eeducate 2. @92 lgtkey $8. @100 sinthhid 3. @103 eacsunv 2. @105 ecskid01 4. @109 ecskid02 4. @113 ecskid03 4. @117 ecskid04 4. @121 ecskid05 4. @125 ecskid06 4. @129 ecskid07 4. @133 ecskid08 4. @137 ecskid09 4. @141 ecskid10 4. @145 eynoab01 2. @147 eynoab02 2. @149 eynoab03 2. @151 eynoab04 2. @153 eynoab05 2. @155 eynoab06 2. @157 eynoab07 2. @159 eynoab08 2. @161 eynoab09 2. @163 eynoab10 2. @165 aynoab 1. @166 recrdflg 2. @168 ecsflg01 2. @170 ecsflg02 2. @172 ecsflg03 2. @174 ecsflg04 2. @176 ecsflg05 2. @178 ecsflg06 2. @180 ecsflg07 2. @182 ecsflg08 2. @184 ecsflg09 2. @186 ecsflg10 2. @188 acsflg 1. @189 ranyagre 2. @191 tnumagr 2. @193 anumagr 1. @194 etypeagr 2. @196 atypeagr 1. @197 efirsyr1 4. @201 afirsyr1 1. @202 tamtag11 4. @206 eamtag12 2. @208 aamtag11 1. @209 eevrchg1 2. @211 aevrchg1 1. @212 eyrchng1 4. @216 ayrchng1 1. @217 tamtcg11 4. @221 eamtcg12 2. @223 aamtcg11 1. @224 ewhochgd 2. @226 awhochgd 1. @227 epaydue1 2. @229 apaydue1 1. @230 eynodue1 2. @232 aynodue1 1. @233 tamtsup1 5. @238 aamtsup1 1. @239 ehowrec1 2. @241 ahowrec1 1. @242 tactrec1 5. @247 aactrec1 1. @248 eallpay1 2. @250 aallpay1 1. @251 epaytim1 2. @253 apaytim1 1. @254 epayful1 2. @256 apayful1 1. @257 eduback1 2. @259 aduback1 1. @260 tdolbac1 4. @264 adolbac1 1. @265 ebacowe1 2. @267 abacowe1 1. @268 tamtowe1 5. @273 aamtowe1 1. @274 tbacrec1 4. @278 abacrec1 1. @279 ehthag11 2. @281 ehthag12 2. @283 ehthag13 2. @285 ehthag14 2. @287 ehthag15 2. @289 ehthag16 2. @291 ahthag11 1. @292 ecustag1 2. @294 acustag1 1. @295 espentm1 2. @297 aspentm1 1. @298 esametm1 2. @300 asametm1 1. @301 eamttm11 3. @304 eamttm12 2. @306 eamttm13 2. @308 aamttm11 1. @309 ewherlv1 2. @311 awherlv1 1. @312 estagre1 2. @314 astagre1 1. @315 ewhomov1 2. @317 awhomov1 1. @318 efirsyr2 4. @322 afirsyr2 1. @323 tamtag21 4. @327 eamtag22 2. @329 aamtag21 1. @330 eevrchg2 2. @332 aevrchg2 1. @333 eyrchng2 4. @337 ayrchng2 1. @338 tamtcg21 4. @342 eamtcg22 2. @344 aamtcg21 1. @345 epaydue2 2. @347 apaydue2 1. @348 eynodue2 2. @350 aynodue2 1. @351 tamtsup2 5. @356 aamtsup2 1. @357 tactrec2 5. @362 aactrec2 1. @363 eallpay2 2. @365 aallpay2 1. @366 epaytim2 2. @368 apaytim2 1. @369 epayful2 2. @371 apayful2 1. @372 eduback2 2. @374 aduback2 1. @375 tdolbac2 3. @378 adolbac2 1. @379 ebacowe2 2. @381 abacowe2 1. @382 tamtowe2 4. @386 aamtowe2 1. @387 tbacrec2 3. @390 abacrec2 1. @391 ehltag21 2. @393 ehltag22 2. @395 ehltag23 2. @397 ehltag24 2. @399 ehltag25 2. @401 ehltag26 2. @403 ahltag21 1. @404 ecustag2 2. @406 acustag2 1. @407 espentm2 2. @409 aspentm2 1. @410 esametm2 2. @412 asametm2 1. @413 eamttm21 3. @416 eamttm22 2. @418 eamttm23 2. @420 aamttm21 1. @421 edcrt101 2. @423 edcrt102 2. @425 edcrt103 2. @427 edcrt104 2. @429 edcrt105 2. @431 edcrt106 2. @433 edcrt107 2. @435 edcrt108 2. @437 edcrt109 2. @439 edcrt110 2. @441 edtes101 2. @443 edtes102 2. @445 edtes103 2. @447 edtes104 2. @449 edtes105 2. @451 edtes106 2. @453 edtes107 2. @455 edtes108 2. @457 edtes109 2. @459 edtes110 2. @461 edcer101 2. @463 edcer102 2. @465 edcer103 2. @467 edcer104 2. @469 edcer105 2. @471 edcer106 2. @473 edcer107 2. @475 edcer108 2. @477 edcer109 2. @479 edcer110 2. @481 edsig101 2. @483 edsig102 2. @485 edsig103 2. @487 edsig104 2. @489 edsig105 2. @491 edsig106 2. @493 edsig107 2. @495 edsig108 2. @497 edsig109 2. @499 edsig110 2. @501 edoth101 2. @503 edoth102 2. @505 edoth103 2. @507 edoth104 2. @509 edoth105 2. @511 edoth106 2. @513 edoth107 2. @515 edoth108 2. @517 edoth109 2. @519 edoth110 2. @521 adid101 1. @522 edmar1 2. @524 admar1 1. @525 edcrt201 2. @527 edcrt202 2. @529 edcrt203 2. @531 edcrt204 2. @533 edcrt205 2. @535 edcrt206 2. @537 edcrt207 2. @539 edcrt208 2. @541 edcrt209 2. @543 edcrt210 2. @545 edtes201 2. @547 edtes202 2. @549 edtes203 2. @551 edtes204 2. @553 edtes205 2. @555 edtes206 2. @557 edtes207 2. @559 edtes208 2. @561 edtes209 2. @563 edtes210 2. @565 edcer201 2. @567 edcer202 2. @569 edcer203 2. @571 edcer204 2. @573 edcer205 2. @575 edcer206 2. @577 edcer207 2. @579 edcer208 2. @581 edcer209 2. @583 edcer210 2. @585 edsig201 2. @587 edsig202 2. @589 edsig203 2. @591 edsig204 2. @593 edsig205 2. @595 edsig206 2. @597 edsig207 2. @599 edsig208 2. @601 edsig209 2. @603 edsig210 2. @605 edoth201 2. @607 edoth202 2. @609 edoth203 2. @611 edoth204 2. @613 edoth205 2. @615 edoth206 2. @617 edoth207 2. @619 edoth208 2. @621 edoth209 2. @623 edoth210 2. @625 adid201 1. @626 eynevwr1 2. @628 eynevwr2 2. @630 eynevwr3 2. @632 eynevwr4 2. @634 eynevwr5 2. @636 eynevwr6 2. @638 eynevwr7 2. @640 eynevwr8 2. @642 aynevwr1 1. @643 ewherlv2 2. @645 awherlv2 1. @646 estagre2 2. @648 astagre2 1. @649 ewhomov2 2. @651 awhomov2 1. @652 tamtag31 3. @655 eamtag32 2. @657 aamtag31 1. @658 tactrec3 4. @662 aactrec3 1. @663 epubsupp 2. @665 apubsupp 1. @666 elastask 4. @670 alastask 1. @671 etypask1 2. @673 etypask2 2. @675 etypask3 2. @677 etypask4 2. @679 etypask5 2. @681 etypask6 2. @683 etypask7 2. @685 atypask 1. @686 ehelpsyn 2. @688 ahelpsyn 1. @689 etyphlp1 2. @691 etyphlp2 2. @693 etyphlp3 2. @695 etyphlp4 2. @697 etyphlp5 2. @699 etyphlp6 2. @701 etyphlp7 2. @703 atyphlp 1. @704 edcrt301 2. @706 edcrt302 2. @708 edcrt303 2. @710 edcrt304 2. @712 edcrt305 2. @714 edcrt306 2. @716 edcrt307 2. @718 edcrt308 2. @720 edcrt309 2. @722 edcrt310 2. @724 edtes301 2. @726 edtes302 2. @728 edtes303 2. @730 edtes304 2. @732 edtes305 2. @734 edtes306 2. @736 edtes307 2. @738 edtes308 2. @740 edtes309 2. @742 edtes310 2. @744 edcer301 2. @746 edcer302 2. @748 edcer303 2. @750 edcer304 2. @752 edcer305 2. @754 edcer306 2. @756 edcer307 2. @758 edcer308 2. @760 edcer309 2. @762 edcer310 2. @764 edsig301 2. @766 edsig302 2. @768 edsig303 2. @770 edsig304 2. @772 edsig305 2. @774 edsig306 2. @776 edsig307 2. @778 edsig308 2. @780 edsig309 2. @782 edsig310 2. @784 edoth301 2. @786 edoth302 2. @788 edoth303 2. @790 edoth304 2. @792 edoth305 2. @794 edoth306 2. @796 edoth307 2. @798 edoth308 2. @800 edoth309 2. @802 edoth310 2. @804 adid301 1. @805 edmar201 2. @807 admar201 1. @808 edmar202 2. @810 admar202 1. @811 edmar203 2. @813 admar203 1. @814 edmar204 2. @816 admar204 1. @817 edmar205 2. @819 admar205 1. @820 edmar206 2. @822 admar206 1. @823 edmar207 2. @825 admar207 1. @826 edmar208 2. @828 admar208 1. @829 edmar209 2. @831 admar209 1. @832 edmar210 2. @834 admar210 1. @835 esame01 2. @837 asame01 1. @838 esame02 2. @840 asame02 1. @841 esame03 2. @843 asame03 1. @844 esame04 2. @846 asame04 1. @847 esame05 2. @849 asame05 1. @850 esame06 2. @852 asame06 1. @853 esame07 2. @855 asame07 1. @856 esame08 2. @858 asame08 1. @859 esame09 2. @861 asame09 1. @862 esame10 2. @864 asame10 1. @865 edcrt401 2. @867 edcrt402 2. @869 edcrt403 2. @871 edcrt404 2. @873 edcrt405 2. @875 edcrt406 2. @877 edcrt407 2. @879 edcrt408 2. @881 edcrt409 2. @883 edcrt410 2. @885 edtes401 2. @887 edtes402 2. @889 edtes403 2. @891 edtes404 2. @893 edtes405 2. @895 edtes406 2. @897 edtes407 2. @899 edtes408 2. @901 edtes409 2. @903 edtes410 2. @905 edcer401 2. @907 edcer402 2. @909 edcer403 2. @911 edcer404 2. @913 edcer405 2. @915 edcer406 2. @917 edcer407 2. @919 edcer408 2. @921 edcer409 2. @923 edcer410 2. @925 edsig401 2. @927 edsig402 2. @929 edsig403 2. @931 edsig404 2. @933 edsig405 2. @935 edsig406 2. @937 edsig407 2. @939 edsig408 2. @941 edsig409 2. @943 edsig410 2. @945 edoth401 2. @947 edoth402 2. @949 edoth403 2. @951 edoth404 2. @953 edoth405 2. @955 edoth406 2. @957 edoth407 2. @959 edoth408 2. @961 edoth409 2. @963 edoth410 2. @965 adid401 1. @966 adid402 1. @967 adid403 1. @968 adid404 1. @969 adid405 1. @970 adid406 1. @971 adid407 1. @972 adid408 1. @973 adid409 1. @974 adid410 1. @975 esamepar 2. @977 asamepar 1. @978 eynoag11 2. @980 eynoag12 2. @982 eynoag13 2. @984 eynoag14 2. @986 eynoag15 2. @988 eynoag16 2. @990 eynoag17 2. @992 eynoag18 2. @994 aynoag11 1. @995 ewherlv3 2. @997 awherlv3 1. @998 evisagr1 2. @1000 avisagr1 1. @1001 eamttm41 3. @1004 eamttm42 2. @1006 eamttm43 2. @1008 aamttm41 1. @1009 eynoag21 2. @1011 eynoag22 2. @1013 eynoag23 2. @1015 eynoag24 2. @1017 eynoag25 2. @1019 eynoag26 2. @1021 eynoag27 2. @1023 eynoag28 2. @1025 aynoag21 1. @1026 ewherlv4 2. @1028 awherlv4 1. @1029 evisagr2 2. @1031 avisagr2 1. @1032 eamttm51 3. @1035 eamttm52 2. @1037 eamttm53 2. @1039 aamttm51 1. @1040 epayrecv 2. @1042 apayrecv 1. @1043 tactrec4 5. @1048 aactrec4 1. @1049 eothitem 2. @1051 aothitem 1. @1052 eagencol 2. @1054 aagencol 1. @1055 eagenall 2. @1057 aagenall 1. @1058 tamtagen 5. @1063 aamtagen 1. @1064 easnunv 2. @1066 esupkdyn 2. @1068 asupkdyn 1. @1069 esuptyp1 2. @1071 esuptyp2 2. @1073 esuptyp3 2. @1075 asuptyp 1. @1076 tsupnkid 2. @1078 asupnkid 1. @1079 tsupltad 2. @1081 asupltad 1. @1082 esupagrm 2. @1084 asupagrm 1. @1085 tsupnagr 2. @1087 asupnagr 1. @1088 esupagty 2. @1090 asupagty 1. @1091 esupagyr 4. @1095 asupagyr 1. @1096 esupamtc 2. @1098 asupamtc 1. @1099 esupyrch 4. @1103 asupyrch 2. @1105 esupchag 2. @1107 asupchag 1. @1108 esupstlp 2. @1110 asupstlp 1. @1111 tsupampd 5. @1116 asupampd 1. @1117 esuphopy 2. @1119 asuphopy 1. @1120 esuphlt1 2. @1122 esuphlt2 2. @1124 esuphlt3 2. @1126 esuphlt4 2. @1128 esuphlt5 2. @1130 esuphlt6 2. @1132 asuphlt 1. @1133 esupcust 2. @1135 asupcust 1. @1136 esupsptm 2. @1138 asupsptm 1. @1139 esuptam1 3. @1142 esuptam2 2. @1144 esuptam3 2. @1146 asuptam 1. @1147 esupotha 2. @1149 asupotha 1. @1150 tsupamal 4. @1154 asupamal 1. @1155 esupwoag 2. @1157 asupwoag 1. @1158 tsupamad 5. @1163 asupamad 1. @1164 esuptma1 3. @1167 esuptma2 2. @1169 esuptma3 2. @1171 asuptma 1. @1172 esupotpy 2. @1174 asupotpy 1. @1175 tsupotnp 2. @1177 asupotnp 1. @1178 esupotre 2. @1180 asupotre 1. @1181 esupotlv 2. @1183 asupotlv 1. @1184 tsupotam 5. @1189 asupotam 1. @1190 esupotrl 2. @1192 asupotrl 1. @1193 esupotli 2. @1195 asupotli 1. @1196 tsupotpa 5. @1201 asupotpa 1. @1202 tsupotnt 5. @1207 asupotnt 1. @1208 eaadunv 2. @1210 ehstat 2. @1212 ahstat 1. @1213 ecane 2. @1215 acane 1. @1216 ewchair 2. @1218 awchair 1. @1219 ehearaid 2. @1221 ahearaid 1. @1222 ecane6 2. @1224 acane6 1. @1225 eseedif 2. @1227 aseedif 1. @1228 eseenot 2. @1230 aseenot 1. @1231 eheardif 2. @1233 aheardif 1. @1234 ehearnot 2. @1236 ahearnot 1. @1237 espeechd 2. @1239 aspeechd 1. @1240 espeechc 2. @1242 aspeechc 1. @1243 edif10 2. @1245 adif10 1. @1246 ecant10 2. @1248 acant10 1. @1249 edif25 2. @1251 adif25 1. @1252 ecant25 2. @1254 acant25 1. @1255 epushd 2. @1257 apushd 1. @1258 epushc 2. @1260 apushc 1. @1261 estandd 2. @1263 astandd 1. @1264 esitd 2. @1266 asitd 1. @1267 estoopd 2. @1269 astoopd 1. @1270 ereachd 2. @1272 areachd 1. @1273 egraspd 2. @1275 agraspd 1. @1276 egraspc 2. @1278 agraspc 1. @1279 estairsd 2. @1281 astairsd 1. @1282 estairsc 2. @1284 astairsc 1. @1285 ewalkd 2. @1287 awalkd 1. @1288 ewalkc 2. @1290 awalkc 1. @1291 eteled 2. @1293 ateled 1. @1294 etelec 2. @1296 atelec 1. @1297 eindif 2. @1299 aindif 1. @1300 eoutdif 2. @1302 aoutdif 1. @1303 ebeddif 2. @1305 abeddif 1. @1306 ebathdif 2. @1308 abathdif 1. @1309 edressd 2. @1311 adressd 1. @1312 ewalk2d 2. @1314 awalk2d 1. @1315 eeatdif 2. @1317 aeatdif 1. @1318 etoiletd 2. @1320 atoiletd 1. @1321 emoneyd 2. @1323 amoneyd 1. @1324 emealsd 2. @1326 amealsd 1. @1327 ehworkd 2. @1329 ahworkd 1. @1330 emedd 2. @1332 amedd 1. @1333 einhelp 2. @1335 ainhelp 1. @1336 eouthelp 2. @1338 aouthelp 1. @1339 ebedhelp 2. @1341 abedhelp 1. @1342 ebathh 2. @1344 abathh 1. @1345 edressh 2. @1347 adressh 1. @1348 ewalk2h 2. @1350 awalk2h 1. @1351 eeathelp 2. @1353 aeathelp 1. @1354 etoileth 2. @1356 atoileth 1. @1357 emoneyh 2. @1359 amoneyh 1. @1360 emealsh 2. @1362 amealsh 1. @1363 ehworkh 2. @1365 ahworkh 1. @1366 emedh 2. @1368 amedh 1. @1369 ehelper1 2. @1371 ahelper1 1. @1372 ehhmemb1 4. @1376 ahhmemb1 1. @1377 ehelper2 2. @1379 ahelper2 1. @1380 ehhmemb2 4. @1384 ahhmemb2 1. @1385 ehowlong 2. @1387 ahowlong 1. @1388 epayhelp 2. @1390 apayhelp 1. @1391 tpayamt 4. @1395 apayamt 1. @1396 econd1 2. @1398 acond1 1. @1399 econd2 2. @1401 econd3 2. @1403 econdph1 2. @1405 acondph1 1. @1406 econdph2 2. @1408 econdph3 2. @1410 emotorv 2. @1412 amotorv 1. @1413 emain1 2. @1415 amain1 1. @1416 tyear1 4. @1420 ayear1 1. @1421 emonth1 2. @1423 amonth1 1. @1424 elast12m 2. @1426 alast12m 1. @1427 eldis 2. @1429 aldis 1. @1430 emr 2. @1432 amr 1. @1433 edevdis 2. @1435 adevdis 1. @1436 ealz 2. @1438 aalz 1. @1439 eotherm 2. @1441 aotherm 1. @1442 eanxious 2. @1444 aanxious 1. @1445 esocial 2. @1447 asocial 1. @1448 ectrate 2. @1450 actrate 1. @1451 ecope 2. @1453 acope 1. @1454 eintrfer 2. @1456 aintrfer 1. @1457 ejobdif 2. @1459 ajobdif 1. @1460 ejobcant 2. @1462 ajobcant 1. @1463 ehwrkdif 2. @1465 ahwrkdif 1. @1466 ehwrkno 2. @1468 ahwrkno 1. @1469 econdw1 2. @1471 acondw1 1. @1472 econdw2 2. @1474 econdw3 2. @1476 emain2 2. @1478 amain2 1. @1479 eapplyss 2. @1481 aapplyss 1. @1482 ecompute 2. @1484 acompute 1. @1485 ecmphome 2. @1487 acmphome 1. @1488 ecmpwork 2. @1490 acmpwork 1. @1491 ecmpschl 2. @1493 acmpschl 1. @1494 eintrnet 2. @1496 aintrnet 1. @1497 einthome 2. @1499 ainthome 1. @1500 eintwork 2. @1502 aintwork 1. @1503 eintschl 2. @1505 aintschl 1. @1506 eintlibr 2. @1508 aintlibr 1. @1509 eintccen 2. @1511 aintccen 1. @1512 eintsome 2. @1514 aintsome 1. @1515 eintothr 2. @1517 aintothr 1. @1518 eicourse 2. @1520 aicourse 1. @1521 eihealth 2. @1523 aihealth 1. @1524 eigovern 2. @1526 aigovern 1. @1527 eisrchjb 2. @1529 aisrchjb 1. @1530 ronline 2. @1532 aonline 1. @1533 eintstil 2. @1535 aintstil 1. @1536 rdisab 2. @1538 epcdunv 2. @1540 eddelay 2. @1542 addelay 1. @1543 earmleg 2. @1545 aarmleg 1. @1546 erunplay 2. @1548 arunplay 1. @1549 eskoolwk 2. @1551 askoolwk 1. @1552 especed 2. @1554 aspeced 1. @1555 espednow 2. @1557 aspednow 1. @1558 elerndis 2. @1560 alerndis 1. @1561 ekmr 2. @1563 akmr 1. @1564 ekdevdis 2. @1566 akdevdis 1. @1567 eadhd 2. @1569 aadhd 1. @1570 eotherdc 2. @1572 aotherdc 1. @1573 eadhdmed 2. @1575 aadhdmed 1. @1576 ekcane 2. @1578 akcane 1. @1579 ekwchair 2. @1581 akwchair 1. @1582 ekhearad 2. @1584 akhearad 1. @1585 ekcane6 2. @1587 akcane6 1. @1588 ekseedif 2. @1590 akseedif 1. @1591 ekseenot 2. @1593 akseenot 1. @1594 ekheardf 2. @1596 akheardf 1. @1597 ekhearnt 2. @1599 akhearnt 1. @1600 ekspechd 2. @1602 akspechd 1. @1603 ekspechc 2. @1605 akspechc 1. @1606 esports 2. @1608 asports 1. @1609 ekindif 2. @1611 akindif 1. @1612 ekinhelp 2. @1614 akinhelp 1. @1615 ekbeddif 2. @1617 akbeddif 1. @1618 ekbedhlp 2. @1620 akbedhlp 1. @1621 ekbathdf 2. @1623 akbathdf 1. @1624 ekbathh 2. @1626 akbathh 1. @1627 ekdressd 2. @1629 akdressd 1. @1630 ekdressh 2. @1632 akdressh 1. @1633 ekeatdif 2. @1635 akeatdif 1. @1636 ekeathlp 2. @1638 akeathlp 1. @1639 ektoiltd 2. @1641 aktoiltd 1. @1642 ektoilth 2. @1644 aktoilth 1. @1645 eksocial 2. @1647 aksocial 1. @1648 ekcond1 2. @1650 ekcond2 2. @1652 ekcond3 2. @1654 akcond 2. @1656 ekmotorv 2. @1658 akmotorv 1. @1659 rkdisab 2. @1661 eahbunv 2. @1663 ehealpla 2. @1665 ahealpla 1. @1666 enotplan 2. @1668 anotplan 1. @1669 enoelig1 2. @1671 enoelig2 2. @1673 enoelig3 2. @1675 enoelig4 2. @1677 anoelig 1. @1678 edencove 2. @1680 adencove 1. @1681 enocov1 2. @1683 enocov2 2. @1685 enocov3 2. @1687 enocov4 2. @1689 enocov5 2. @1691 enocov6 2. @1693 enocov7 2. @1695 enocov8 2. @1697 enocov9 2. @1699 enocov10 2. @1701 anocov 1. @1702 eoffemp1 2. @1704 eoffemp2 2. @1706 eoffemp3 2. @1708 eoffemp4 2. @1710 eoffemp5 2. @1712 aoffemp 1. @1713 ewheheal 2. @1715 awheheal 1. @1716 ecovmemb 2. @1718 acovmemb 1. @1719 ewhocov1 2. @1721 ewhocov2 2. @1723 ewhocov3 2. @1725 ewhocov4 2. @1727 ewhocov5 2. @1729 awhocov 1. @1730 echpnm01 4. @1734 echcov01 2. @1736 achcov01 1. @1737 echpnm02 4. @1741 echcov02 2. @1743 achcov02 1. @1744 echpnm03 4. @1748 echcov03 2. @1750 achcov03 1. @1751 echpnm04 4. @1755 echcov04 2. @1757 achcov04 1. @1758 echpnm05 4. @1762 echcov05 2. @1764 achcov05 1. @1765 echpnm06 4. @1769 echcov06 2. @1771 achcov06 1. @1772 echpnm07 4. @1776 echcov07 2. @1778 achcov07 1. @1779 tamtplan 4. @1783 aamtplan 1. @1784 etimplan 2. @1786 atimplan 1. @1787 etaxplan 2. @1789 ataxplan 1. @1790 epreminc 2. @1792 apreminc 1. @1793 eleftpla 2. @1795 aleftpla 1. @1796 eplanmed 2. @1798 aplanmed 1. @1799 eoppch1 2. @1801 eoppch2 2. @1803 eoppch3 2. @1805 eoppch4 2. @1807 eoppch5 2. @1809 aoppch 1. @1810 ehashmo 2. @1812 ahashmo 1. @1813 esigndoc 2. @1815 asigndoc 1. @1816 ebookdoc 2. @1818 abookdoc 1. @1819 ewhoref 2. @1821 awhoref 1. @1822 eoptions 2. @1824 aoptions 1. @1825 echoice1 2. @1827 achoice1 1. @1828 echoice2 2. @1830 achoice2 1. @1831 eempmate 2. @1833 aempmate 1. @1834 ematcomp 2. @1836 amatcomp 1. @1837 econdnot 2. @1839 acondnot 1. @1840 eofflong 2. @1842 aofflong 1. @1843 ecovlong 2. @1845 acovlong 1. @1846 eempcost 2. @1848 aempcost 1. @1849 tamtlong 3. @1852 aamtlong 1. @1853 etimeamt 2. @1855 atimeamt 1. @1856 eretheal 2. @1858 aretheal 1. @1859 eretcont 2. @1861 aretcont 1. @1862 eretpays 2. @1864 aretpays 1. @1865 eretplan 2. @1867 aretplan 1. @1868 ewhopln1 2. @1870 ewhopln2 2. @1872 ewhopln3 2. @1874 ewhopln4 2. @1876 ewhopln5 2. @1878 awhopln 1. @1879 epaidjob 2. @1881 apaidjob 1. @1882 eformemp 2. @1884 aformemp 1. @1885 elastcov 2. @1887 alastcov 1. @1888 econleft 2. @1890 aconleft 1. @1891 econtret 2. @1893 acontret 1. @1894 ewhyno1 2. @1896 ewhyno2 2. @1898 ewhyno3 2. @1900 ewhyno4 2. @1902 ewhyno5 2. @1904 ewhyno6 2. @1906 ewhyno7 2. @1908 ewhyno8 2. @1910 ewhyno9 2. @1912 ewhyno10 2. @1914 ewhyno11 2. @1916 ewhyno12 2. @1918 ewhyno13 2. @1920 awhyno 1. @1921 tleftjob 4. @1925 aleftjob 1. @1926 eyearemp 2. @1928 ayearemp 1. @1929 emnthemp 2. @1931 amnthemp 1. @1932 ecovunio 2. @1934 acovunio 1. @1935 thbind 4. @1939 thbocc 4. @1943 eempljob 2. @1945 aempljob 1. @1946 egovrnmt 2. @1948 agovrnmt 1. @1949 eemptype 2. @1951 aemptype 1. @1952 tendsala 5. @1957 aendsala 1. @1958 temploca 2. @1960 aemploca 1. @1961 efewer20 2. @1963 afewer20 1. @1964 eexmedic 2. @1966 aexmedic 1. @1967 epostmed 2. @1969 apostmed 1. @1970 eawbunv 2. @1972 radwash 2. @1974 aadwash 1. @1975 raddryr 2. @1977 aaddryr 1. @1978 eaddish 2. @1980 aaddish 1. @1981 eadrefr 2. @1983 aadrefr 1. @1984 eadfrz 2. @1986 aadfrz 1. @1987 eadtelv 2. @1989 aadtelv 1. @1990 eadstov 2. @1992 aadstov 1. @1993 eadmicr 2. @1995 aadmicr 1. @1996 eadvcr 2. @1998 aadvcr 1. @1999 eadair 2. @2001 aadair 1. @2002 eadcomp 2. @2004 aadcomp 1. @2005 eadcell 2. @2007 aadcell 1. @2008 radphon 2. @2010 aadphon 1. @2011 tahroom 2. @2013 aahroom 1. @2014 eahpest 2. @2016 eahleak 2. @2018 eahwind 2. @2020 eahwire 2. @2022 eahplum 2. @2024 eahcrac 2. @2026 eahhole 2. @2028 aahouse 1. @2029 eahrepr 2. @2031 aahrepr 1. @2032 eahspac 2. @2034 aahspac 1. @2035 eahfurn 2. @2037 aahfurn 1. @2038 eahwarm 2. @2040 aahwarm 1. @2041 eahcool 2. @2043 aahcool 1. @2044 eahpriv 2. @2046 aahpriv 1. @2047 eahsat 2. @2049 aahsat 1. @2050 rahmove 2. @2052 aahmove 1. @2053 eacwalk 2. @2055 aacwalk 1. @2056 eacstay 2. @2058 aacstay 1. @2059 eacwith 2. @2061 aacwith 1. @2062 eacarry 2. @2064 aacarry 1. @2065 eacnsaf 2. @2067 aacnsaf 1. @2068 eachsaf 2. @2070 aachsaf 1. @2071 racwdog 2. @2073 aacwdog 1. @2074 eacalrm 2. @2076 aacalrm 1. @2077 racmove 2. @2079 aacmove 1. @2080 eantraf 2. @2082 eanstrt 2. @2084 eantrsh 2. @2086 eanaban 2. @2088 eanind 2. @2090 eanodor 2. @2092 aancond 1. @2093 eanghbr 2. @2095 aanghbr 1. @2096 eansat 2. @2098 aansat 1. @2099 ranmove 2. @2101 aanmove 1. @2102 eapschl 2. @2104 aapschl 1. @2105 eappriv 2. @2107 aappriv 1. @2108 eapmagn 2. @2110 aapmagn 1. @2111 eappubs 2. @2113 aappubs 1. @2114 eaphoms 2. @2116 aaphoms 1. @2117 eapnosc 2. @2119 aapnosc 1. @2120 eapdiff 2. @2122 aapdiff 1. @2123 eaphosp 2. @2125 aaphosp 1. @2126 eapolic 2. @2128 aapolic 1. @2129 eapfire 2. @2131 aapfire 1. @2132 eaptran 2. @2134 aaptran 1. @2135 eapsat 2. @2137 aapsat 1. @2138 rapmove 2. @2140 aapmove 1. @2141 eabmeet 2. @2143 aabmeet 1. @2144 eabrent 2. @2146 aabrent 1. @2147 rabrhlp1 2. @2149 rabrhlp2 2. @2151 rabrhlp3 2. @2153 rabrhlp4 2. @2155 rabrhlp5 2. @2157 aabrhlp 1. @2158 eabevct 2. @2160 aabevct 1. @2161 rabehlp1 2. @2163 rabehlp2 2. @2165 rabehlp3 2. @2167 rabehlp4 2. @2169 rabehlp5 2. @2171 aabehlp 1. @2172 eabgas 2. @2174 aabgas 1. @2175 rabghlp1 2. @2177 rabghlp2 2. @2179 rabghlp3 2. @2181 rabghlp4 2. @2183 rabghlp5 2. @2185 aabghlp 1. @2186 eabcut 2. @2188 aabcut 1. @2189 rabchlp1 2. @2191 rabchlp2 2. @2193 rabchlp3 2. @2195 rabchlp4 2. @2197 rabchlp5 2. @2199 aabchlp 1. @2200 eabphon 2. @2202 aabphon 1. @2203 rabphlp1 2. @2205 rabphlp2 2. @2207 rabphlp3 2. @2209 rabphlp4 2. @2211 rabphlp5 2. @2213 aabphlp 1. @2214 eabdoct 2. @2216 aabdoct 1. @2217 rabdhlp1 2. @2219 rabdhlp2 2. @2221 rabdhlp3 2. @2223 rabdhlp4 2. @2225 rabdhlp5 2. @2227 aabdhlp 1. @2228 eabdent 2. @2230 aabdent 1. @2231 rabthlp1 2. @2233 rabthlp2 2. @2235 rabthlp3 2. @2237 rabthlp4 2. @2239 rabthlp5 2. @2241 aabthlp 1. @2242 eahlpfm 2. @2244 aahlpfm 1. @2245 eahlpfr 2. @2247 aahlpfr 1. @2248 eahlpag 2. @2250 aahlpag 1. @2251 eafood1 2. @2253 aafood1 1. @2254 eafdm1 2. @2256 eafdm2 2. @2258 eafdm3 2. @2260 eafdm4 2. @2262 eafdm5 2. @2264 aafdm 1. @2265 eaflast 2. @2267 aaflast 1. @2268 eafbaln 2. @2270 aafbaln 1. @2271 eafchld 2. @2273 aafchld 1. @2274 eafskip 2. @2276 aafskip 1. @2277 eafless 2. @2279 aafless 1. @2280 eafday 2. @2282 aafday 1. ; **------------------------------------------------; ** The PROC FORMAT statement will store the formats ; ** in a sas data set called fsippp08putm6 ; ** To use the stored formats in a subsequent program, ; ** use code like the following; ** proc format cntlin=library.fsppp08putm6; ** PROC freq; ** tables pesex ; ** format pesex P135L.; ** For more information, consult PROC FORMAT in the SAS Procedures Guide ; **-----------------------------------------------; PROC FORMAT cntlout=library.fsppp08putm6; ; VALUE spanel (default=32) 2008 = "Panel Year" ; VALUE tfipsst (default=32) 1 = "Alabama" 2 = "Alaska" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "DC" 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" ; VALUE eoutcome (default=32) 201 = "Completed interview" 203 = "Compl. partial- missing data; no" 207 = "Complete partial - TYPE-Z; no" 213 = "TYPE-A, language problem" 216 = "TYPE-A, no one home (noh)" 217 = "TYPE-A, temporarily absent (ta)" 218 = "TYPE-A, hh refused" 219 = "TYPE-A, other occupied (specify)" 234 = "TYPE-B, entire hh institut. or" 248 = "TYPE-C, other (specify)" 249 = "TYPE-C, sample adjustment" 250 = "TYPE-C, hh deceased" 251 = "TYPE-C, moved out of country" 252 = "TYPE-C, living in armed forces" 253 = "TYPE-C, on active duty in Armed" 254 = "TYPE-C, no one over age 15 years" 255 = "TYPE-C, no Wave 1 persons" 260 = "TYPE-D, moved address unknown" 261 = "TYPE-D, moved within U.S. but" 262 = "TYPE-C, merged with another SIPP" 270 = "TYPE-C, mover, no longer located" 271 = "TYPE-C, mover, new address" 280 = "TYPE-D, mover, no longer located" ; VALUE rfid2l (default=32) -1 = "Not in Universe" ; VALUE epopstat (default=32) 1 = "Adult (15 years of age or older)" 2 = "Child (Under 15 years of age)" ; VALUE eppintvw (default=32) 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - Type Z" 4 = "Noninterview - pseudo Type Z." 5 = "Children under 15 during" ; VALUE eppmis4l (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE esex (default=32) 1 = "Male" 2 = "Female" ; VALUE erace (default=32) 1 = "White alone" 2 = "Black alone" 3 = "Asian alone" 4 = "Residual" ; VALUE eorigin (default=32) 1 = "Yes" 2 = "No" ; VALUE errp (default=32) 1 = "Reference person with related" 2 = "Reference Person without related" 3 = "Spouse of reference person" 4 = "Child of reference person" 5 = "Grandchild of reference person" 6 = "Parent of reference person" 7 = "Brother/sister of reference person" 8 = "Other relative of reference person" 9 = "Foster child of reference person" 10 = "Unmarried partner of reference" 11 = "Housemate/roommate" 12 = "Roomer/boarder" 13 = "Other non-relative of reference" ; VALUE tage (default=32) 0 = "Less than 1 full year old" ; VALUE ems (default=32) 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never Married" ; VALUE epnspous (default=32) 9999 = "Spouse not in household or person" ; VALUE epnmom (default=32) 9999 = "No mother in household" ; VALUE epndad (default=32) 9999 = "No father in household" ; VALUE epnguard (default=32) -1 = "Not in Universe" 9999 = "Guardian not in household" ; VALUE rdesgpnt (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eeducate (default=32) -1 = "Not in Universe" 31 = "Less Than 1st Grade" 32 = "1st, 2nd, 3rd or 4th grade" 33 = "5th Or 6th Grade" 34 = "7th Or 8th Grade" 35 = "9th Grade" 36 = "10th Grade" 37 = "11th Grade" 38 = "12th grade, no diploma" 39 = "High School Graduate - (diploma" 40 = "Some college, but no degree" 41 = "Diploma or certificate from a" 43 = "Associate (2-yr) college degree" 44 = "Bachelor's degree (for example:" 45 = "Master's degree (For example: MA," 46 = "Professional School degree (for" 47 = "Doctorate degree (for example:" ; VALUE sinthhid (default=32) 0 = "Not In Universe" ; VALUE eacsunv (default=32) -1 = "Not in Universe" 1 = "In universe" ; VALUE ecskid0v (default=32) -1 = "Not in Universe" ; VALUE ecskid0k (default=32) -1 = "Not in Universe" ; VALUE ecskid0l (default=32) -1 = "Not in Universe" ; VALUE ecskid0m (default=32) -1 = "Not in Universe" ; VALUE ecskid0n (default=32) -1 = "Not in Universe" ; VALUE ecskid0o (default=32) -1 = "Not in Universe" ; VALUE ecskid0p (default=32) -1 = "Not in Universe" ; VALUE ecskid0q (default=32) -1 = "Not in Universe" ; VALUE ecskid0r (default=32) -1 = "Not in Universe" ; VALUE ecskid1v (default=32) -1 = "Not in Universe" ; VALUE eynoab0v (default=32) -1 = "Not in Universe" 1 = "Other parent has died" 2 = "Both parents live in the household" 3 = "Parents are separated/divorced" 4 = "Don't want contact with child's" 5 = "Don't know where child's other" 6 = "Other Parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE eynoab0k (default=32) -1 = "Not in Universe" 1 = "Other parent has died" 2 = "Both parents live in the household" 3 = "Parents are separated/divorced" 4 = "Don't want contact with child's" 5 = "Don't know where child's other" 6 = "Other Parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE eynoab0l (default=32) -1 = "Not in Universe" 1 = "Other parent has died" 2 = "Both parents live in the household" 3 = "Parents are separated/divorced" 4 = "Don't want contact with child's" 5 = "Don't know where child's other" 6 = "Other Parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE eynoab0m (default=32) -1 = "Not in Universe" 1 = "Other parent has died" 2 = "Both parents live in the household" 3 = "Parents are separated/divorced" 4 = "Don't want contact with child's" 5 = "Don't know where child's other" 6 = "Other Parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE eynoab0n (default=32) -1 = "Not in Universe" 1 = "Other parent has died" 2 = "Both parents live in the household" 3 = "Parents are separated/divorced" 4 = "Don't want contact with child's" 5 = "Don't know where child's other" 6 = "Other Parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE eynoab0o (default=32) -1 = "Not in Universe" 1 = "Other parent has died" 2 = "Both parents live in the household" 3 = "Parents are separated/divorced" 4 = "Don't want contact with child's" 5 = "Don't know where child's other" 6 = "Other Parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE eynoab0p (default=32) -1 = "Not in Universe" 1 = "Other parent has died" 2 = "Both parents live in the household" 3 = "Parents are separated/divorced" 4 = "Don't want contact with child's" 5 = "Don't know where child's other" 6 = "Other Parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE eynoab0q (default=32) -1 = "Not in Universe" 1 = "Other parent has died" 2 = "Both parents live in the household" 3 = "Parents are separated/divorced" 4 = "Don't want contact with child's" 5 = "Don't know where child's other" 6 = "Other Parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE eynoab0r (default=32) -1 = "Not in Universe" 1 = "Other parent has died" 2 = "Both parents live in the household" 3 = "Parents are separated/divorced" 4 = "Don't want contact with child's" 5 = "Don't know where child's other" 6 = "Other Parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE eynoab1v (default=32) -1 = "Not in Universe" 1 = "Other parent has died" 2 = "Both parents live in the household" 3 = "Parents are separated/divorced" 4 = "Don't want contact with child's" 5 = "Don't know where child's other" 6 = "Other Parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE aynoab (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE recrdflg (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ecsflg0g (default=32) -1 = "Not in Universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ecsflg0k (default=32) -1 = "Not in Universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ecsflg0l (default=32) -1 = "Not in Universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ecsflg0m (default=32) -1 = "Not in Universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ecsflg0n (default=32) -1 = "Not in Universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ecsflg0o (default=32) -1 = "Not in Universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ecsflg0p (default=32) -1 = "Not in Universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ecsflg0q (default=32) -1 = "Not in Universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ecsflg0r (default=32) -1 = "Not in Universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ecsflg1g (default=32) -1 = "Not in Universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE acsflg (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ranyagre (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE tnumagr (default=32) -1 = "Not in Universe" 2 = "Number of agreements" ; VALUE anumagr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE etypeagr (default=32) -1 = "Not in Universe" 1 = "Voluntary written agreement" 2 = "Court-ordered agreement" 3 = "Other type of written agreement" 4 = "A non-written verbal agreement" ; VALUE atypeagr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE efirsyrr (default=32) -1 = "Not in Universe" ; VALUE afirsyrr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tamtag1r (default=32) 0 = "None or not in universe" ; VALUE eamtag1r (default=32) -1 = "Not in Universe" 1 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" ; VALUE aamtag1r (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eevrchgr (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aevrchgr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eyrchngr (default=32) -1 = "Not in Universe" ; VALUE ayrchngr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tamtcg1r (default=32) 0 = "None or not in universe" ; VALUE eamtcg1r (default=32) -1 = "Not in Universe" 1 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" ; VALUE aamtcg1r (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewhochgd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE awhochgd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE epaydued (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE apaydued (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eynodued (default=32) -1 = "Not in Universe" 1 = "Child(ren) over the age limit" 2 = "Other parent not working" 3 = "Other parent in jail or" 4 = "Payment suspended by court or" 5 = "Other reason" ; VALUE aynodued (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tamtsupd (default=32) 0 = "None or not in universe" ; VALUE aamtsupd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehowrecd (default=32) -1 = "Not in Universe" 1 = "Directly from the other parent" 2 = "Through the court" 3 = "Through the welfare or child" 4 = "Some other method" ; VALUE ahowrecd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tactrecd (default=32) 0 = "None or not in universe" ; VALUE aactrecd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eallpayd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aallpayd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE epaytimd (default=32) -1 = "Not in Universe" 1 = "All of the time" 2 = "Most of the time" 3 = "Some of the time" 4 = "None of the time" ; VALUE apaytimd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE epayfuld (default=32) -1 = "Not in Universe" 1 = "All" 2 = "Most" 3 = "Some" 4 = "None" ; VALUE apayfuld (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edubackd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE adubackd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tdolbacd (default=32) 0 = "Not In Universe" ; VALUE adolbacd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ebacowed (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE abacowed (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tamtowed (default=32) 0 = "Not In Universe" ; VALUE aamtowed (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tbacrecd (default=32) 0 = "Not In Universe" ; VALUE abacrecd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehthag1d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ehthag1k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ehthag1l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ehthag1m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ehthag1n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ehthag1o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ahthag1d (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecustagd (default=32) -1 = "Not in Universe" 1 = "Joint legal and physical custody" 2 = "Joint legal with mother physical" 3 = "Joint Legal with father physical" 4 = "Mother legal and physical custody" 5 = "Father legal and physical custody" 6 = "Split custody" 7 = "Other custody arrangement" ; VALUE acustagd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE espentmd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aspentmd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esametmd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asametmd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eamttm1d (default=32) -1 = "Not in Universe" ; VALUE eamttm1k (default=32) -1 = "Not in Universe" ; VALUE eamttm1l (default=32) -1 = "Not in Universe" ; VALUE aamttm1d (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewherlvd (default=32) -1 = "Not in Universe" 1 = "Same county or city" 2 = "Same State (different county or" 3 = "Different State" 4 = "Other parent now deceased" 5 = "Other" 6 = "Unknown" ; VALUE awherlvd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE estagred (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE astagred (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewhomovd (default=32) -1 = "Not in Universe" 1 = "Subject person" 2 = "Other parent" 3 = "Both subject person and other" ; VALUE awhomovd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE efirsyrd (default=32) -1 = "Not in Universe" ; VALUE afirsyrd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tamtag2d (default=32) 0 = "None or not in universe" ; VALUE eamtag2d (default=32) -1 = "Not in Universe" 1 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" ; VALUE aamtag2d (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eevrchgd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aevrchgd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eyrchngd (default=32) -1 = "Not in Universe" ; VALUE ayrchngd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tamtcg2d (default=32) 0 = "None or not in universe" ; VALUE eamtcg2d (default=32) -1 = "Not in Universe" 1 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" ; VALUE aamtcg2d (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE epayduek (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE apayduek (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eynoduek (default=32) -1 = "Not in Universe" 1 = "Child(ren) over the age limit" 2 = "Other parent not working" 3 = "Other parent in jail or" 4 = "Other reason" ; VALUE aynoduek (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tamtsupk (default=32) 0 = "None or not in universe" ; VALUE aamtsupk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tactreck (default=32) 0 = "None or not in universe" ; VALUE aactreck (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eallpayk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aallpayk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE epaytimk (default=32) -1 = "Not in Universe" 1 = "All of the time" 2 = "Most of the time" 3 = "Some of the time" 4 = "None of the time" ; VALUE apaytimk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE epayfulk (default=32) -1 = "Not in Universe" 1 = "All" 2 = "Most" 3 = "Some" 4 = "None" ; VALUE apayfulk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edubackk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE adubackk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tdolback (default=32) 0 = "None or not in universe" 1 = "Data suppressed" ; VALUE adolback (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ebacowek (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE abacowek (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tamtowek (default=32) 0 = "None or not in universe" ; VALUE aamtowek (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tbacreck (default=32) 0 = "Not In Universe" 1 = "Data suppressed" ; VALUE abacreck (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehltag2d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ehltag2k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ehltag2l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ehltag2m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ehltag2n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ehltag2o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ahltag2d (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecustagk (default=32) -1 = "Not in Universe" 1 = "Child(ren) Live with mother" 2 = "Child(Ren) live With father" 3 = "Child(ren) live with mother and" 4 = "None" 5 = "Other" ; VALUE acustagk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE espentmk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aspentmk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esametmk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asametmk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eamttm2d (default=32) -1 = "Not in Universe" ; VALUE eamttm2k (default=32) -1 = "Not in Universe" ; VALUE eamttm2l (default=32) -1 = "Not in Universe" ; VALUE aamttm2d (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edcrt10d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt10k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt10l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt10m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt10n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt10o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt10p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt10q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt10r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt11d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes10d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes10k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes10l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes10m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes10n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes10o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes10p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes10q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes10r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes11d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer10d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer10k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer10l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer10m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer10n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer10o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer10p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer10q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer10r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer11d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig10d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig10k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig10l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig10m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig10n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig10o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig10p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig10q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig10r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig11d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth10d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth10k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth10l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth10m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth10n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth10o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth10p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth10q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth10r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth11d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE adid101l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edmar1l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE admar1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edcrt20d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt20k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt20l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt20m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt20n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt20o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt20p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt20q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt20r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt21d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes20d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes20k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes20l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes20m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes20n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes20o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes20p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes20q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes20r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes21d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer20d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer20k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer20l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer20m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer20n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer20o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer20p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer20q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer20r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer21d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig20d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig20k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig20l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig20m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig20n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig20o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig20p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig20q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig20r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig21d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth20d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth20k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth20l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth20m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth20n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth20o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth20p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth20q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth20r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth21d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE adid201l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eynevwrd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynevwrk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynevwrl (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynevwrm (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynevwrn (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynevwro (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynevwrp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynevwrq (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aynevwrd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewherlvk (default=32) -1 = "Not in Universe" 1 = "Same county or city" 2 = "Same State (different county or" 3 = "Different State" 4 = "Other parent now deceased" 5 = "Other" 6 = "Unknown" ; VALUE awherlvk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE estagrek (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE astagrek (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewhomovk (default=32) -1 = "Not in Universe" 1 = "Subject person" 2 = "Other parent" 3 = "Both subject person and other" ; VALUE awhomovk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tamtag3d (default=32) 0 = "None or not in universe" ; VALUE eamtag3d (default=32) -1 = "Not in Universe" 1 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" ; VALUE aamtag3d (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tactrecl (default=32) 0 = "None or not in universe" ; VALUE aactrecl (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE epubsupp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE apubsupp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE elastask (default=32) -1 = "Not in Universe" ; VALUE alastask (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE etypaskk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE etypaskl (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE etypaskm (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE etypaskn (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE etypasko (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE etypaskp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE etypaskq (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE atypask (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehelpsyn (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ahelpsyn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE etyphlpn (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE etyphlpk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE etyphlpl (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE etyphlpm (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE etyphlpo (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE etyphlpp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE etyphlpq (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE atyphlp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edcrt30p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt30k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt30l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt30m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt30n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt30o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt30q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt30r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt30s (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt31p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes30p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes30k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes30l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes30m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes30n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes30o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes30q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes30r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes30s (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes31p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer30p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer30k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer30l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer30m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer30n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer30o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer30q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer30r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer30s (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer31p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig30p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig30k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig30l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig30m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig30n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig30o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig30q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig30r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig30s (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig31p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth30p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth30k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth30l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth30m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth30n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth30o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth30q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth30r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth30s (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth31p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE adid301l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edmar20p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE admar20p (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edmar20k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE admar20k (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edmar20l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE admar20l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edmar20m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE admar20m (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edmar20n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE admar20n (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edmar20o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE admar20o (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edmar20q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE admar20q (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edmar20r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE admar20r (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edmar20s (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE admar20s (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edmar21p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE admar21p (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esame01l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asame01l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esame02l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asame02l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esame03l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asame03l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esame04l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asame04l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esame05l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asame05l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esame06l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asame06l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esame07l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asame07l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esame08l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asame08l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esame09l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asame09l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esame10l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asame10l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edcrt40p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt40k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt40l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt40m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt40n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt40o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt40q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt40r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt40s (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcrt41p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes40p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes40k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes40l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes40m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes40n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes40o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes40q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes40r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes40s (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edtes41p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer40p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer40k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer40l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer40m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer40n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer40o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer40q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer40r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer40s (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edcer41p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig40p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig40k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig40l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig40m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig40n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig40o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig40q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig40r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig40s (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edsig41p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth40p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth40k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth40l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth40m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth40n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth40o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth40q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth40r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth40s (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE edoth41p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE adid401l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE adid402l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE adid403l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE adid404l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE adid405l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE adid406l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE adid407l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE adid408l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE adid409l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE adid410l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esamepar (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asamepar (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eynoag1r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynoag1k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynoag1l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynoag1m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynoag1n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynoag1o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynoag1p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynoag1q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aynoag1r (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewherlvr (default=32) -1 = "Not in Universe" 1 = "Same county or city" 2 = "Same State (different county or" 3 = "Different State" 4 = "Other parent now deceased" 5 = "Other" 6 = "Unknown" ; VALUE awherlvr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE evisagrr (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE avisagrr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eamttm4r (default=32) -1 = "Not in Universe" ; VALUE eamttm4k (default=32) -1 = "Not in Universe" ; VALUE eamttm4l (default=32) -1 = "Not in Universe" ; VALUE aamttm4r (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eynoag2r (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynoag2k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynoag2l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynoag2m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynoag2n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynoag2o (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynoag2p (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eynoag2q (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aynoag2r (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewherlvl (default=32) -1 = "Not in Universe" 1 = "Same county or city" 2 = "Same State (different county or" 3 = "Different State" 4 = "Other parent now deceased" 5 = "Other" 6 = "Unknown" ; VALUE awherlvl (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE evisagrk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE avisagrk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eamttm5r (default=32) -1 = "Not in Universe" ; VALUE eamttm5k (default=32) -1 = "Not in Universe" ; VALUE eamttm5l (default=32) -1 = "Not in Universe" ; VALUE aamttm5r (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE epayrecv (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE apayrecv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tactrecv (default=32) 0 = "None or not in universe" ; VALUE aactrecv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eothitem (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aothitem (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eagencol (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aagencol (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eagenall (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aagenall (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tamtagen (default=32) 0 = "Not In Universe" ; VALUE aamtagen (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE easnunv (default=32) -1 = "Not in Universe" 1 = "In universe" ; VALUE esupkdyn (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asupkdyn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esuptypn (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE esuptypk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE esuptypl (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asuptyp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tsupnkid (default=32) -1 = "Not in Universe" ; VALUE asupnkid (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tsupltad (default=32) -1 = "Not in Universe" ; VALUE asupltad (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupagrm (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asupagrm (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tsupnagr (default=32) -1 = "Not in Universe" ; VALUE asupnagr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupagty (default=32) -1 = "Not in Universe" 1 = "Voluntary written agreement" 2 = "Court-ordered agreement" 3 = "Other type of written agreement" 4 = "Non-written agreement" ; VALUE asupagty (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupagyr (default=32) -1 = "Not in Universe" ; VALUE asupagyr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupamtc (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asupamtc (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupyrch (default=32) -1 = "Not in Universe" ; VALUE asupyrch (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupchag (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asupchag (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupstlp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asupstlp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tsupampd (default=32) 0 = "Not In Universe" ; VALUE asupampd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esuphopy (default=32) -1 = "Not in Universe" 1 = "Through employment related wage" 2 = "Directly to the other parent" 3 = "Directly to the court" 4 = "Directly to a child support agency" 5 = "By some other method" ; VALUE asuphopy (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esuphlty (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE esuphltk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE esuphltl (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE esuphltm (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE esuphltn (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE esuphlto (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asuphlt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupcust (default=32) -1 = "Not in Universe" 1 = "Joint legal and physical custody" 2 = "Joint legal with mother physical" 3 = "Joint Legal with father physical" 4 = "Mother legal and physical custody" 5 = "Father legal and physical custody" 6 = "Split custody" 7 = "Other-specify" ; VALUE asupcust (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupsptm (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asupsptm (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esuptamm (default=32) -1 = "Not in Universe" ; VALUE esuptamk (default=32) -1 = "Not in Universe" ; VALUE esuptaml (default=32) -1 = "Not in Universe" ; VALUE asuptam (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupotha (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asupotha (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tsupamal (default=32) 0 = "None or not in universe" ; VALUE asupamal (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupwoag (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asupwoag (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tsupamad (default=32) 0 = "Not In Universe" ; VALUE asupamad (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esuptmad (default=32) -1 = "Not in Universe" ; VALUE esuptmak (default=32) -1 = "Not in Universe" ; VALUE esuptmal (default=32) -1 = "Not in Universe" ; VALUE asuptma (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupotpy (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asupotpy (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tsupotnp (default=32) -1 = "Not in Universe" ; VALUE asupotnp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupotre (default=32) -1 = "Not in Universe" 1 = "Parent" 2 = "Spouse" 3 = "Ex-spouse" 4 = "Child under 21" 5 = "Child over 21" 6 = "Other relative" 7 = "Not related" ; VALUE asupotre (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupotlv (default=32) -1 = "Not in Universe" 1 = "Private home or apartment" 2 = "Nursing home" 3 = "Someplace else" ; VALUE asupotlv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tsupotam (default=32) 0 = "Not In Universe" ; VALUE asupotam (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupotrl (default=32) -1 = "Not in Universe" 1 = "Parent" 2 = "Spouse" 3 = "Ex-spouse" 4 = "Child under 21" 5 = "Child over 21" 6 = "Other relative" 7 = "Not related" ; VALUE asupotrl (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esupotli (default=32) -1 = "Not in Universe" 1 = "Private home or apartment" 2 = "Nursing home" 3 = "Someplace else" ; VALUE asupotli (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tsupotpa (default=32) 0 = "Not In Universe" ; VALUE asupotpa (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tsupotnt (default=32) 0 = "Not In Universe" ; VALUE asupotnt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eaadunv (default=32) -1 = "Not in Universe" 1 = "In universe" ; VALUE ehstat (default=32) -1 = "Not in Universe" 1 = "Excellent" 2 = "Very Good" 3 = "Good" 4 = "Fair" 5 = "Poor" ; VALUE ahstat (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecane (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE acane (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewchair (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE awchair (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehearaid (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ahearaid (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecane6l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE acane6l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eseedif (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" 3 = "Person is Blind" ; VALUE aseedif (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eseenot (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aseenot (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eheardif (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" 3 = "Person is deaf" ; VALUE aheardif (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehearnot (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ahearnot (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE espeechd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aspeechd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE espeechc (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aspeechc (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edif10l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE adif10l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecant10l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE acant10l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edif25l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE adif25l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecant25l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE acant25l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE epushd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE apushd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE epushc (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE apushc (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE estandd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE astandd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esitd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asitd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE estoopd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE astoopd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ereachd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE areachd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE egraspd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE agraspd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE egraspc (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE agraspc (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE estairsd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE astairsd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE estairsc (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE astairsc (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewalkd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE awalkd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewalkc (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE awalkc (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eteled (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ateled (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE etelec (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE atelec (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eindif (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aindif (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eoutdif (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aoutdif (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ebeddif (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE abeddif (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ebathdif (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE abathdif (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edressd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE adressd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewalk2d (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE awalk2d (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eeatdif (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aeatdif (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE etoiletd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE atoiletd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE emoneyd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE amoneyd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE emealsd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE amealsd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehworkd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ahworkd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE emedd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE amedd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE einhelp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ainhelp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eouthelp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aouthelp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ebedhelp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE abedhelp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ebathh (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE abathh (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edressh (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE adressh (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewalk2h (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE awalk2h (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eeathelp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aeathelp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE etoileth (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE atoileth (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE emoneyh (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE amoneyh (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE emealsh (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE amealsh (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehworkh (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ahworkh (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE emedh (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE amedh (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehelperh (default=32) -1 = "Not in Universe" 1 = "Son" 2 = "Daughter" 3 = "SPOUSE" 4 = "Parent" 5 = "Other relative" 6 = "Friend or neighbor" 7 = "Paid help" 8 = "Other nonrelative" 9 = "Did not receive help" ; VALUE ahelperh (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehhmembh (default=32) -3 = "Not a household member" -1 = "Not in Universe" ; VALUE ahhmembh (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehelperk (default=32) -1 = "Not in Universe" 1 = "No one else helped" 2 = "Son" 3 = "Daughter" 4 = "Spouse" 5 = "Parent" 6 = "Other relative" 7 = "Friend or neighbor" 8 = "Paid help" 9 = "Other nonrelative" ; VALUE ahelperk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehhmembk (default=32) -3 = "Not a household member" -1 = "Not in Universe" ; VALUE ahhmembk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehowlong (default=32) -1 = "Not in Universe" 1 = "Less than 6 months" 2 = "6 to 11 months" 3 = "1 to 2 years" 4 = "3 to 5 years" 5 = "More than 5 years" ; VALUE ahowlong (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE epayhelp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE apayhelp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tpayamt (default=32) 0 = "None or not in universe" ; VALUE apayamt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE econd1l (default=32) -1 = "Not in Universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems (including" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech Disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble(including ulcers," 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE acond1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE econd2l (default=32) -1 = "Not in universe or no second" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems (including" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech Disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE econd3l (default=32) -1 = "Not in universe or no third" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems (including" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech Disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE econdpht (default=32) -1 = "Not in Universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems (including" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech Disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE acondpht (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE econdphk (default=32) -1 = "Not in universe or no second" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems (including" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech Disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE econdphl (default=32) -1 = "Not in universe or no third" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems (including" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech Disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE emotorv (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE amotorv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE emain1l (default=32) -1 = "Not in Universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems (including" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech Disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE amain1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tyear1l (default=32) -1 = "Not in Universe" ; VALUE ayear1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE emonth1l (default=32) -1 = "Not in Universe" ; VALUE amonth1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE elast12m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE alast12m (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eldis (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aldis (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE emr (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE amr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edevdis (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE adevdis (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ealz (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aalz (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eotherm (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aotherm (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eanxious (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aanxious (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esocial (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asocial (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ectrate (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE actrate (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecope (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE acope (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eintrfer (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aintrfer (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ejobdif (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ajobdif (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ejobcant (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ajobcant (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehwrkdif (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ahwrkdif (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehwrkno (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ahwrkno (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE econdw1l (default=32) -1 = "Not in Universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems (including" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech Disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE acondw1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE econdw2l (default=32) -1 = "Not in universe or no second" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems (including" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech Disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE econdw3l (default=32) -1 = "Not in universe or no third" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems (including" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech Disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE emain2l (default=32) -1 = "Not in Universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems (including" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech Disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE amain2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eapplyss (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aapplyss (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecompute (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE acompute (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecmphome (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE acmphome (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecmpwork (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE acmpwork (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecmpschl (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE acmpschl (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eintrnet (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aintrnet (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE einthome (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ainthome (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eintwork (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aintwork (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eintschl (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aintschl (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eintlibr (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aintlibr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eintccen (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aintccen (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eintsome (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aintsome (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eintothr (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aintothr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eicourse (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aicourse (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eihealth (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aihealth (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eigovern (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aigovern (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eisrchjb (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aisrchjb (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ronline (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aonline (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eintstil (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aintstil (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE rdisab (default=32) -1 = "Not in Universe" 1 = "With a severe disability" 2 = "With a non-severe disability" 3 = "No disability" ; VALUE epcdunv (default=32) -1 = "Not in Universe" 1 = "In universe" ; VALUE eddelay (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE addelay (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE earmleg (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aarmleg (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE erunplay (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE arunplay (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eskoolwk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE askoolwk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE especed (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aspeced (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE espednow (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aspednow (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE elerndis (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE alerndis (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekmr (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akmr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekdevdis (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akdevdis (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" ; VALUE eadhd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aadhd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eotherdc (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aotherdc (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadhdmed (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aadhdmed (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekcane (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akcane (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekwchair (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akwchair (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekhearad (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akhearad (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekcane6l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akcane6l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekseedif (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" 3 = "Person is Blind" ; VALUE akseedif (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekseenot (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akseenot (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekheardf (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" 3 = "Person is deaf" ; VALUE akheardf (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekhearnt (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akhearnt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekspechd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akspechd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekspechc (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akspechc (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esports (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asports (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekindif (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akindif (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekinhelp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akinhelp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekbeddif (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akbeddif (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekbedhlp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akbedhlp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekbathdf (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akbathdf (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekbathh (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akbathh (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekdressd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akdressd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekdressh (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akdressh (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekeatdif (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akeatdif (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekeathlp (default=32) -1 = "None or not in universe" 1 = "Yes" 2 = "No" ; VALUE akeathlp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ektoiltd (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aktoiltd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ektoilth (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aktoilth (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eksocial (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aksocial (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekcond1l (default=32) -1 = "Not in Universe" 1 = "Asthma" 2 = "Attention deficit hyperactivity" 3 = "Autism" 4 = "Blindness or vision problems" 5 = "Cancer" 6 = "Cerebral Palsy" 7 = "Deafness or hearing problems" 8 = "Diabetes" 9 = "Drug or alcohol problem or" 10 = "Epilepsy or seizure disorder" 11 = "Hay fever or other respiratory" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Impairment or deformity of back," 15 = "Impairment or deformity of arm," 16 = "Learning disability" 17 = "Mental or emotional problem or" 18 = "Mental retardation" 19 = "Missing legs, feet, arms, hands," 20 = "Paralysis of Any Kind" 21 = "Speech problems" 22 = "Tonsillitis or repeated ear" 23 = "Other" ; VALUE ekcond2l (default=32) -1 = "Not in universe or no second" 1 = "Asthma" 2 = "Attention deficit hyperactivity" 3 = "Autism" 4 = "Blindness or vision problems" 5 = "Cancer" 6 = "Cerebral Palsy" 7 = "Deafness or hearing problems" 8 = "Diabetes" 9 = "Drug or alcohol problem or" 10 = "Epilepsy or seizure disorder" 11 = "Hay fever or other respiratory" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Impairment or deformity of back," 15 = "Impairment or deformity of arm," 16 = "Learning disability" 17 = "Mental or emotional problem or" 18 = "Mental retardation" 19 = "Missing legs, feet, arms, hands," 20 = "Paralysis of Any Kind" 21 = "Speech problems" 22 = "Tonsillitis or repeated ear" 23 = "Other" ; VALUE ekcond3l (default=32) -1 = "Not in universe or no third" 1 = "Asthma" 2 = "Attention deficit hyperactivity" 3 = "Autism" 4 = "Blindness or vision problems" 5 = "Cancer" 6 = "Cerebral Palsy" 7 = "Deafness or hearing problems" 8 = "Diabetes" 9 = "Drug or alcohol problem or" 10 = "Epilepsy or seizure disorder" 11 = "Hay fever or other respiratory" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Impairment or deformity of back," 15 = "Impairment or deformity of arm," 16 = "Learning disability" 17 = "Mental or emotional problem or" 18 = "Mental retardation" 19 = "Missing legs, feet, arms, hands," 20 = "Paralysis of Any Kind" 21 = "Speech problems" 22 = "Tonsillitis or repeated ear" 23 = "Other" ; VALUE akcond (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ekmotorv (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE akmotorv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE rkdisab (default=32) -1 = "Not in Universe" 1 = "With a severe disability" 2 = "With a nonsevere disability" 3 = "No disability" ; VALUE eahbunv (default=32) -1 = "Not in Universe" 1 = "In universe" ; VALUE ehealpla (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ahealpla (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE enotplan (default=32) -1 = "Not in Universe" 1 = "Ineligible" 2 = "Denied coverage" 3 = "Chose not be covered" 4 = "OTHER" ; VALUE anotplan (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE enoelign (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE enoeligk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE enoeligl (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE enoeligm (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE anoelig (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE edencove (default=32) -1 = "Not in Universe" 1 = "Turned Down based on pre-existing" 2 = "Turned down based on age" 3 = "Other" ; VALUE adencove (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE enocov1l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE enocov2l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE enocov3l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE enocov4l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE enocov5l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE enocov6l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE enocov7l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE enocov8l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE enocov9l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE enocov1e (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE anocov (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eoffempv (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eoffempk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eoffempl (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eoffempm (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eoffempn (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aoffemp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewheheal (default=32) -1 = "Not in Universe" 1 = "Spouse's group/employer plan" 2 = "Other private group plan" 3 = "An individually purchased policy" 4 = "Other health insurance" ; VALUE awheheal (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecovmemb (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE acovmemb (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewhocovb (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhocovk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhocovl (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhocovm (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhocovn (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE awhocov (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE echpnm0v (default=32) -1 = "Not in Universe" ; VALUE echcov0v (default=32) -1 = "Not in Universe" 1 = "Child is covered by Medicaid" 2 = "Child is covered by Medicare" 3 = "Child is covered by other private" 4 = "Child is covered by the group" 5 = "Too costly to obtain coverage for" 6 = "Plan did not cover pre-existing" 7 = "Child is in good health" 8 = "Child is covered by the group" 9 = "Other reason" ; VALUE achcov0v (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE echpnm0k (default=32) -1 = "Not in Universe" ; VALUE echcov0k (default=32) -1 = "Not in Universe" 1 = "Child is covered by Medicaid" 2 = "Child is covered by Medicare" 3 = "Child is covered by other private" 4 = "Child is covered by the group" 5 = "Too costly to obtain coverage for" 6 = "Plan did not cover pre-existing" 7 = "Child is in good health" 8 = "Child is covered by the group" 9 = "Other reason" ; VALUE achcov0k (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE echpnm0l (default=32) -1 = "Not in Universe" ; VALUE echcov0l (default=32) -1 = "Not in Universe" 1 = "Child is covered by Medicaid" 2 = "Child is covered by Medicare" 3 = "Child is covered by other private" 4 = "Child is covered by the group" 5 = "Too costly to obtain coverage for" 6 = "Plan did not cover pre-existing" 7 = "Child is in good health" 8 = "Child is covered by the group" 9 = "Other reason" ; VALUE achcov0l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE echpnm0m (default=32) -1 = "Not in Universe" ; VALUE echcov0m (default=32) -1 = "Not in Universe" 1 = "Child is covered by Medicaid" 2 = "Child is covered by Medicare" 3 = "Child is covered by other private" 4 = "Child is covered by the group" 5 = "Too costly to obtain coverage for" 6 = "Plan did not cover pre-existing" 7 = "Child is in good health" 8 = "Child is covered by the group" 9 = "Other reason" ; VALUE achcov0m (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE echpnm0n (default=32) -1 = "Not in Universe" ; VALUE echcov0n (default=32) -1 = "Not in Universe" 1 = "Child is covered by Medicaid" 2 = "Child is covered by Medicare" 3 = "Child is covered by other private" 4 = "Child is covered by the group" 5 = "Too costly to obtain coverage for" 6 = "Plan did not cover pre-existing" 7 = "Child is in good health" 8 = "Child is covered by the group" 9 = "Other reason" ; VALUE achcov0n (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE echpnm0o (default=32) -1 = "Not in Universe" ; VALUE echcov0o (default=32) -1 = "Not in Universe" 1 = "Child is covered by Medicaid" 2 = "Child is covered by Medicare" 3 = "Child is covered by other private" 4 = "Child is covered by the group" 5 = "Too costly to obtain coverage for" 6 = "Plan did not cover pre-existing" 7 = "Child is in good health" 8 = "Child is covered by the group" 9 = "Other reason" ; VALUE achcov0o (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE echpnm0p (default=32) -1 = "Not in Universe" ; VALUE echcov0p (default=32) -1 = "Not in Universe" 1 = "Child is covered by Medicaid" 2 = "Child is covered by Medicare" 3 = "Child is covered by other private" 4 = "Child is covered by the group" 5 = "Too costly to obtain coverage for" 6 = "Plan did not cover pre-existing" 7 = "Child is in good health" 8 = "Child is covered by the group" 9 = "Other reason" ; VALUE achcov0p (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tamtplan (default=32) 0 = "None or not in universe" ; VALUE aamtplan (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE etimplan (default=32) -1 = "Not in Universe" 1 = "Weekly" 2 = "Every two weeks" 3 = "Twice monthly" 4 = "Monthly" 5 = "Semi-annually" 6 = "Annually" 7 = "Other" ; VALUE atimplan (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE etaxplan (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ataxplan (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE epreminc (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE apreminc (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eleftpla (default=32) -1 = "Not in Universe" 1 = "Until age 65 or Medicare" 2 = "Less than 1 month" 3 = "1 to 18 months" 4 = "19 to 36 months" 5 = "More than 36 months" 6 = "For life" ; VALUE aleftpla (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eplanmed (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aplanmed (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eoppch1l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eoppch2l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eoppch3l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eoppch4l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eoppch5l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aoppch (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ehashmo (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ahashmo (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esigndoc (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE asigndoc (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ebookdoc (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE abookdoc (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewhoref (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE awhoref (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eoptions (default=32) -1 = "Not in Universe" 1 = "Employer offers more than one" 2 = "Respondent's plan is the only one" ; VALUE aoptions (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE echoices (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE achoices (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE echoicek (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE achoicek (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eempmate (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aempmate (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ematcomp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE amatcomp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE econdnot (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE acondnot (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eofflong (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aofflong (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecovlong (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE acovlong (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eempcost (default=32) -1 = "Not in Universe" 1 = "All" 2 = "Part" 3 = "None" ; VALUE aempcost (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tamtlong (default=32) 0 = "None or not in universe" ; VALUE aamtlong (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE etimeamt (default=32) -1 = "Not in Universe" 1 = "Weekly" 2 = "Every two weeks" 3 = "Twice monthly" 4 = "Monthly" 5 = "Semi-annually" 6 = "Annually" 7 = "Other" ; VALUE atimeamt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eretheal (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aretheal (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eretcont (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aretcont (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eretpays (default=32) -1 = "Not in Universe" 1 = "All" 2 = "Part" 3 = "None" ; VALUE aretpays (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eretplan (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aretplan (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewhoplnn (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhoplnk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhoplnl (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhoplnm (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhoplno (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE awhopln (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE epaidjob (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE apaidjob (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eformemp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aformemp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE elastcov (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE alastcov (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE econleft (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aconleft (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE econtret (default=32) -1 = "Not in Universe" 1 = "COBRA" 2 = "Retiree health benefit" ; VALUE acontret (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ewhyno1l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhyno2l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhyno3l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhyno4l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhyno5l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhyno6l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhyno7l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhyno8l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhyno9l (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhyno1t (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhyno1k (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhyno1m (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ewhyno1n (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE awhyno (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tleftjob (default=32) -1 = "Not in Universe" ; VALUE aleftjob (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eyearemp (default=32) -1 = "Not in Universe" ; VALUE ayearemp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE emnthemp (default=32) -1 = "Not in Universe" ; VALUE amnthemp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecovunio (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE acovunio (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE thbind (default=32) -1 = "Not in Universe" 1 = "Agriculture, forestry, fishing," 2 = "Mining" 3 = "Construction" 4 = "Manufacturing" 5 = "Wholesale trade" 6 = "Retail Trade" 7 = "Transportation and warehousing," 8 = "Information" 9 = "Finance, insurance, real estate," 10 = "Professional, scientific," 11 = "Educational Services, and Health" 12 = "Arts, entertainment, recreation," 13 = "Other services (except public" 14 = "Public administration" 15 = "Active duty military" 9990 = "Unable to code" ; VALUE thbocc (default=32) -1 = "Not in Universe" 10 = "Chief executives (11-1011)" 0020 = "General and operations managers" 0040 = "Advertising and promotions" 0050 = "Marketing and sales managers" 0060 = "Public relations managers" 100 = "Administrative services managers" 0110 = "Computer and information systems" 0120 = "Financial managers (11-3031)" 0130 = "Human resources managers (11-3040)" 0140 = "Industrial production" 0150 = "Purchasing managers (11-3061)" 160 = "Transportation, storage, and" 200 = "Farm, ranch, and other" 0210 = "Farmers and ranchers (11-9012)" 0220 = "Construction managers (11-9021)" 0230 = "Education administrators (11-9030)" 0300 = "Engineering managers (11-9041)" 0310 = "Food service managers (11-9051)" 0320 = "Funeral directors (11-9061)" 0330 = "Gaming managers (11-9071)" 0340 = "Lodging managers (11-9081)" 0350 = "Medical and health services" 0360 = "Natural sciences managers" 0410 = "Property, real estate, and" 0420 = "Social and community service" 0430 = "Managers, all other (11-9199)" 0500 = "Agents and business managers of" 0510 = "Purchasing agents and buyers," 520 = "Wholesale and retail buyers," 0530 = "Purchasing agents, except" 0540 = "Claims adjusters, appraisers," 0560 = "Compliance officers, except" 0600 = "Cost estimators (13-1051)" 0620 = "Human resources, training, and" 0700 = "Logisticians (13-1081)" 0710 = "Management analysts (13-1111)" 0720 = "Meeting and convention planners" 0730 = "Other business operations" 0800 = "Accountants and auditors (13-2011)" 0810 = "Appraisers and assessors of real" 0820 = "Budget analysts (13-2031)" 0830 = "Credit analysts (13-2041)" 840 = "Financial analysts (13-2051)" 0850 = "Personal financial advisors" 0860 = "Insurance underwriters (13-2053)" 0900 = "Financial examiners (13-2061)" 0910 = "Loan counselors and officers" 0930 = "Tax examiners, collectors, and" 0940 = "Tax preparers (13-2082)" 0950 = "Financial specialists, all other" 1000 = "Computer scientists and systems" 1010 = "Computer programmers (15-1021)" 1020 = "Computer software engineers" 1040 = "Computer support specialists" 1060 = "Database administrators (15-1061)" 1100 = "Network and computer systems" 1110 = "Network systems and data" 1200 = "Actuaries (15-2011)" 1210 = "Mathematicians (15-2021)" 1220 = "Operations research analysts" 1230 = "Statisticians (15-2041)" 1240 = "Miscellaneous mathematical" 1300 = "Architects, except naval (17-1010)" 1310 = "Surveyors, cartographers, and" 1320 = "Aerospace engineers (17-2011)" 1330 = "Agricultural engineers (17-2021)" 1340 = "Biomedical engineers (17-2031)" 1350 = "Chemical engineers (17-2041)" 1360 = "Civil engineers (17-2051)" 1400 = "Computer hardware engineers" 1410 = "Electrical and electronic" 1420 = "Environmental engineers (17-2081)" 1430 = "Industrial engineers, including" 1440 = "Marine engineers and naval" 1450 = "Materials engineers (17-2131)" 1460 = "Mechanical engineers (17-2141)" 1500 = "Mining and geological engineers," 1510 = "Nuclear engineers (17-2161)" 1520 = "Petroleum engineers (17-2171)" 1530 = "Engineers, all other (17-2199)" 1540 = "Drafters (17-3010)" 1550 = "Engineering technicians, except" 1560 = "Surveying and mapping technicians" 1600 = "Agricultural and food scientists" 1610 = "Biological scientists (19-1020)" 1640 = "Conservation scientists and" 1650 = "Medical scientists (19-1040)" 1700 = "Astronomers and physicists" 1710 = "Atmospheric and space scientists" 1720 = "Chemists and materials scientists" 1740 = "Environmental scientists and" 1760 = "Physical scientists, all other" 1800 = "Economists (19-3011)" 1810 = "Market and survey researchers" 1820 = "Psychologists (19-3030)" 1830 = "Sociologists (19-3041)" 1840 = "Urban and regional planners" 1860 = "Miscellaneous social scientists" 1900 = "Agricultural and food science" 1910 = "Biological technicians (19-4021)" 1920 = "Chemical technicians (19-4031)" 1930 = "Geological and petroleum" 1940 = "Nuclear technicians (19-4051)" 1960 = "Other life, physical, and social" 2000 = "Counselors (21-1010)" 2010 = "Social workers (21-1020)" 2020 = "Miscellaneous community and" 2040 = "Clergy (21-2011)" 2050 = "Directors, religious activities" 2060 = "Religious workers, all other" 2100 = "Lawyers (23-1011)" 2140 = "Paralegals and legal assistants" 2150 = "Miscellaneous legal support" 2200 = "Postsecondary teachers (25-1000)" 2300 = "Preschool and kindergarten" 2310 = "Elementary and middle school" 2320 = "Secondary school teachers" 2330 = "Special education teachers" 2340 = "Other teachers and instructors" 2400 = "Archivists, curators, and museum" 2430 = "Librarians (25-4021)" 2440 = "Library technicians (25-4031)" 2540 = "Teacher assistants (25-9041)" 2550 = "Other education, training, and" 2600 = "Artists and related workers" 2630 = "Designers (27-1020)" 2700 = "Actors (27-2011)" 2710 = "Producers and directors (27-2012)" 2720 = "Athletes, coaches, umpires, and" 2740 = "Dancers and choreographers" 2750 = "Musicians, singers, and related" 2760 = "Entertainers and performers," 2800 = "Announcers (27-3010)" 2810 = "News analysts, reporters and" 2820 = "Public relations specialists" 2830 = "Editors (27-3041)" 2840 = "Technical writers (27-3042)" 2850 = "Writers and authors (27-3043)" 2860 = "Miscellaneous media and" 2900 = "Broadcast and sound engineering" 2910 = "Photographers (27-4021)" 2920 = "Television, video, and motion" 2960 = "Media and communication equipment" 3000 = "Chiropractors (29-1011)" 3010 = "Dentists (29-1020)" 3030 = "Dietitians and nutritionists" 3040 = "Optometrists (29-1041)" 3050 = "Pharmacists (29-1051)" 3060 = "Physicians and surgeons (29-1060)" 3110 = "Physician assistants (29-1071)" 3120 = "Podiatrists (29-1081)" 3130 = "Registered nurses (29-1111)" 3140 = "Audiologists (29-1121)" 3150 = "Occupational therapists (29-1122)" 3160 = "Physical therapists (29-1123)" 3200 = "Radiation therapists (29-1124)" 3210 = "Recreational therapists (29-1125)" 3220 = "Respiratory therapists (29-1126)" 3230 = "Speech-language pathologists" 3240 = "Therapists, all other (29-1129)" 3250 = "Veterinarians (29-1131)" 3260 = "Health diagnosing and treating" 3300 = "Clinical laboratory technologists" 3310 = "Dental hygienists (29-2021)" 3320 = "Diagnostic related technologists" 3400 = "Emergency medical technicians and" 3410 = "Health diagnosing and treating" 3500 = "Licensed practical and licensed" 3510 = "Medical records and health" 3520 = "Opticians, dispensing (29-2081)" 3530 = "Miscellaneous health" 3540 = "Other healthcare practitioners" 3600 = "Nursing, psychiatric, and home" 3610 = "Occupational therapist assistants" 3620 = "Physical therapist assistants and" 3630 = "Massage therapists (31-9011)" 3640 = "Dental assistants (31-9091)" 3650 = "Medical assistants and other" 3700 = "First-line supervisors/managers" 3710 = "First-line supervisors/managers" 3720 = "First-line supervisors/managers" 3730 = "Supervisors, protective service" 3740 = "Fire fighters (33-2011)" 3750 = "Fire inspectors (33-2020)" 3800 = "Bailiffs, correctional officers," 3820 = "Detectives and criminal" 3830 = "Fish and game wardens (33-3031)" 3840 = "Parking enforcement workers" 3850 = "Police and sheriff's patrol" 3860 = "Transit and railroad police" 3900 = "Animal control workers (33-9011)" 3910 = "Private detectives and" 3920 = "Security guards and gaming" 3940 = "Crossing guards (33-9091)" 3950 = "Lifeguards and other protective" 4000 = "Chefs and head cooks (35-1011)" 4010 = "First-line supervisors/managers" 4020 = "Cooks (35-2010)" 4030 = "Food preparation workers (35-2021)" 4040 = "Bartenders (35-3011)" 4050 = "Combined food preparation and" 4060 = "Counter attendants, cafeteria," 4110 = "Waiters and waitresses (35-3031)" 4120 = "Food servers, nonrestaurant" 4130 = "Dining room and cafeteria" 4140 = "Dishwashers (35-9021)" 4150 = "Hosts and hostesses, restaurant," 4160 = "Food preparation and serving" 4200 = "First-line supervisors/managers" 4210 = "First-line supervisors/managers" 4220 = "Janitors and building cleaners" 4230 = "Maids and housekeeping cleaners" 4240 = "Pest control workers (37-2021)" 4250 = "Grounds maintenance workers" 4300 = "First-line supervisors/managers" 4320 = "First-line supervisors/managers" 4340 = "Animal trainers (39-2011)" 4350 = "Nonfarm animal caretakers" 4400 = "Gaming services workers (39-3010)" 4410 = "Motion picture projectionists" 4420 = "Ushers, lobby attendants, and" 4430 = "Miscellaneous entertainment" 4460 = "Funeral service workers (39-4000)" 4500 = "Barbers (39-5011)" 4510 = "Hairdressers, hairstylists, and" 4520 = "Miscellaneous personal appearance" 4530 = "Baggage porters, bellhops, and" 4540 = "Tour and travel guides (39-6020)" 4550 = "Transportation attendants" 4600 = "Child care workers (39-9011)" 4610 = "Personal and home care aides" 4620 = "Recreation and fitness workers" 4640 = "Residential advisors (39-9041)" 4650 = "Personal care and service" 4700 = "First-line supervisors/managers" 4710 = "First-line supervisors/managers" 4720 = "Cashiers (41-2010)" 4740 = "Counter and rental clerks" 4750 = "Parts salespersons (41-2022)" 4760 = "Retail salespersons (41-2031)" 4800 = "Advertising sales agents (41-3011)" 4810 = "Insurance sales agents (41-3021)" 4820 = "Securities, commodities, and" 4830 = "Travel agents (41-3041)" 4840 = "Sales representatives, services," 4850 = "Sales representatives, wholesale" 4900 = "Models, demonstrators, and" 4920 = "Real estate brokers and sales" 4930 = "Sales engineers (41-9031)" 4940 = "Telemarketers (41-9041)" 4950 = "Door-to-door sales workers, news" 4960 = "Sales and related workers, all" 5000 = "First-line supervisors/managers" 5010 = "Switchboard operators, including" 5020 = "Telephone operators (43-2021)" 5030 = "Communications equipment" 5100 = "Bill and account collectors" 5110 = "Billing and posting clerks and" 5120 = "Bookkeeping, accounting, and" 5130 = "Gaming cage workers (43-3041)" 5140 = "Payroll and timekeeping clerks" 5150 = "Procurement clerks (43-3061)" 5160 = "Tellers (43-3071)" 5200 = "Brokerage clerks (43-4011)" 5210 = "Correspondence clerks (43-4021)" 5220 = "Court, municipal, and license" 5230 = "Credit authorizers, checkers, and" 5240 = "Customer service representatives" 5250 = "Eligibility interviewers," 5260 = "File Clerks (43-4071)" 5300 = "Hotel, motel, and resort desk" 5310 = "Interviewers, except eligibility" 5320 = "Library assistants, clerical" 5330 = "Loan interviewers and clerks" 5340 = "New accounts clerks (43-4141)" 5350 = "Order clerks (43-4151)" 5360 = "Human resources assistants," 5400 = "Receptionists and information" 5410 = "Reservation and transportation" 5420 = "Information and record clerks," 5500 = "Cargo and freight agents (43-5011)" 5510 = "Couriers and messengers (43-5021)" 5520 = "Dispatchers (43-5030)" 5530 = "Meter readers, utilities (43-5041)" 5540 = "Postal service clerks (43-5051)" 5550 = "Postal service mail carriers" 5560 = "Postal service mail sorters," 5600 = "Production, planning, and" 5610 = "Shipping, receiving, and traffic" 5620 = "Stock clerks and order fillers" 5630 = "Weighers, measurers, checkers," 5700 = "Secretaries and administrative" 5800 = "Computer operators (43-9011)" 5810 = "Data entry keyers (43-9021)" 5820 = "Word processors and typists" 5830 = "Desktop publishers (43-9031)" 5840 = "Insurance claims and policy" 5850 = "Mail clerks and mail machine" 5860 = "Office clerks, general (43-9061)" 5900 = "Office machine operators, except" 5910 = "Proofreaders and copy markers" 5920 = "Statistical assistants (43-9111)" 5930 = "Office and administrative support" 6000 = "First-line supervisors/managers" 6010 = "Agricultural inspectors (45-2011)" 6020 = "Animal breeders (45-2021)" 6040 = "Graders and sorters, agricultural" 6050 = "Miscellaneous agricultural" 6100 = "Fishers and related fishing" 6110 = "Hunters and trappers (45-3021)" 6120 = "Forest and conservation workers" 6130 = "Logging workers (45-4020)" 6200 = "First-line supervisors/managers" 6210 = "Boilermakers (47-2011)" 6220 = "Brickmasons, blockmasons, and" 6230 = "Carpenters (47-2031)" 6240 = "Carpet, floor, and tile" 6250 = "Cement masons, concrete" 6260 = "Construction laborers (47-2061)" 6300 = "Paving, surfacing, and tamping" 6310 = "Pile-driver operators (47-2072)" 6320 = "Operating engineers and other" 6330 = "Drywall installers, ceiling tile" 6350 = "Electricians (47-2111)" 6360 = "Glaziers (47-2121)" 6400 = "Insulation workers (47-2130)" 6420 = "Painters, construction and" 6430 = "Paperhangers (47-2142)" 6440 = "Pipelayers, plumbers," 6460 = "Plasterers and stucco masons" 6500 = "Reinforcing iron and rebar" 6510 = "Roofers (47-2181)" 6520 = "Sheet metal workers (47-2211)" 6530 = "Structural iron and steel workers" 6600 = "Helpers, construction trades" 6660 = "Construction and building" 6700 = "Elevator installers and repairers" 6710 = "Fence erectors (47-4031)" 6720 = "Hazardous materials removal" 6730 = "Highway maintenance workers" 6740 = "Rail-track laying and maintenance" 6750 = "Septic tank servicers and sewer" 6760 = "Miscellaneous construction and" 6800 = "Derrick, rotary drill, and" 6820 = "Earth drillers, except oil and" 6830 = "Explosives workers, ordnance" 6840 = "Mining machine operators (47-5040)" 6910 = "Roof bolters, mining (47-5061)" 6920 = "Roustabouts, oil and gas (47-5071)" 6930 = "Helpers--extraction workers" 6940 = "Other extraction workers (47-50XX)" 7000 = "First-line supervisors/managers" 7010 = "Computer, automated teller, and" 7020 = "Radio and telecommunications" 7030 = "Avionics technicians (49-2091)" 7040 = "Electric motor, power tool, and" 7050 = "Electrical and electronics" 7100 = "Electrical and electronics" 7110 = "Electronic equipment installers" 7120 = "Electronic home entertainment" 7130 = "Security and fire alarm systems" 7140 = "Aircraft mechanics and service" 7150 = "Automotive body and related" 7160 = "Automotive glass installers and" 7200 = "Automotive service technicians" 7210 = "Bus and truck mechanics and" 7220 = "Heavy vehicle and mobile" 7240 = "Small engine mechanics (49-3050)" 7260 = "Miscellaneous vehicle and mobile" 7300 = "Control and valve installers and" 7310 = "Heating, air conditioning, and" 7320 = "Home appliance repairers (49-9031)" 7330 = "Industrial and refractory" 7340 = "Maintenance and repair workers," 7350 = "Maintenance workers, machinery" 7360 = "Millwrights (49-9044)" 7410 = "Electrical power-line installers" 7420 = "Telecommunications line" 7430 = "Precision instrument and" 7510 = "Coin, vending, and amusement" 7520 = "Commercial divers (49-9092)" 7540 = "Locksmiths and safe repairers" 7550 = "Manufactured building and mobile" 7560 = "Riggers (49-9096)" 7600 = "Signal and track switch repairers" 7610 = "Helpers--installation," 7620 = "Other installation, maintenance," 7700 = "First-line supervisors/managers" 7710 = "Aircraft structure, surfaces," 7720 = "Electrical, electronics, and" 7730 = "Engine and other machine" 7740 = "Structural metal fabricators and" 7750 = "Miscellaneous assemblers and" 7800 = "Bakers (51-3011)" 7810 = "Butchers and other meat, poultry," 7830 = "Food and tobacco roasting," 7840 = "Food batchmakers (51-3092)" 7850 = "Food cooking machine operators" 7900 = "Computer control programmers and" 7920 = "Extruding and drawing machine" 7930 = "Forging machine setters," 7940 = "Rolling machine setters," 7950 = "Cutting, punching, and press" 7960 = "Drilling and boring machine tool" 8000 = "Grinding, lapping, polishing, and" 8010 = "Lathe and turning machine tool" 8020 = "Milling and planing machine" 8030 = "Machinists (51-4041)" 8040 = "Metal furnace and kiln operators" 8060 = "Model makers and patternmakers," 8100 = "Molders and molding machine" 8120 = "Multiple machine tool setters," 8130 = "Tool and die makers (51-4111)" 8140 = "Welding, soldering, and brazing" 8150 = "Heat treating equipment setters," 8160 = "Lay-out workers, metal and" 8200 = "Plating and coating machine" 8210 = "Tool grinders, filers, and" 8220 = "Metalworkers and plastic workers," 8230 = "Bookbinders and bindery workers" 8240 = "Job printers (51-5021)" 8250 = "Prepress technicians and workers" 8260 = "Printing machine operators" 8300 = "Laundry and dry-cleaning workers" 8310 = "Pressers, textile, garment, and" 8320 = "Sewing machine operators (51-6031)" 8330 = "Shoe and leather workers and" 8340 = "Shoe machine operators and" 8350 = "Tailors, dressmakers, and sewers" 8360 = "Textile bleaching and dyeing" 8400 = "Textile cutting machine setters," 8410 = "Textile knitting and weaving" 8420 = "Textile winding, twisting, and" 8430 = "Extruding and forming machine" 8440 = "Fabric and apparel patternmakers" 8450 = "Upholsterers (51-6093)" 8460 = "Textile, apparel, and furnishings" 8500 = "Cabinetmakers and bench" 8510 = "Furniture finishers (51-7021)" 8520 = "Model makers and patternmakers," 8530 = "Sawing machine setters," 8540 = "Woodworking machine setters," 8550 = "Woodworkers, all other (51-7099)" 8600 = "Power plant operators," 8610 = "Stationary engineers and boiler" 8620 = "Water and liquid waste treatment" 8630 = "Miscellaneous plant and system" 8640 = "Chemical processing machine" 8650 = "Crushing, grinding, polishing," 8710 = "Cutting workers (51-9030)" 8720 = "Extruding, forming, pressing, and" 8730 = "Furnace, kiln, oven, drier, and" 8740 = "Inspectors, testers, sorters," 8750 = "Jewelers and precious stone and" 8760 = "Medical, dental, and ophthalmic" 8800 = "Packaging and filling machine" 8810 = "Painting workers (51-9120)" 8830 = "Photographic process workers and" 8840 = "Semiconductor processors (51-9141)" 8850 = "Cementing and gluing machine" 8860 = "Cleaning, washing, and metal" 8900 = "Cooling and freezing equipment" 8910 = "Etchers and engravers (51-9194)" 8920 = "Molders, shapers, and casters," 8930 = "Paper goods machine setters," 8940 = "Tire builders (51-9197)" 8950 = "Helpers--production workers" 8960 = "Production workers, all other" 9000 = "Supervisors, transportation and" 9030 = "Aircraft pilots and flight" 9040 = "Air traffic controllers and" 9110 = "Ambulance drivers and attendants," 9120 = "Bus drivers (53-3020)" 9130 = "Driver/sales workers and truck" 9140 = "Taxi drivers and chauffeurs" 9150 = "Motor vehicle operators, all" 9200 = "Locomotive engineers and" 9230 = "Railroad brake, signal, and" 9240 = "Railroad conductors and" 9260 = "Subway, streetcar, and other rail" 9300 = "Sailors and marine oilers" 9310 = "Ship and boat captains and" 9330 = "Ship engineers (53-5031)" 9340 = "Bridge and lock tenders (53-6011)" 9350 = "Parking lot attendants (53-6021)" 9360 = "Service station attendants" 9410 = "Transportation inspectors" 9420 = "Other transportation workers" 9500 = "Conveyor operators and tenders" 9510 = "Crane and tower operators" 9520 = "Dredge, excavating, and loading" 9560 = "Hoist and winch operators" 9600 = "Industrial truck and tractor" 9610 = "Cleaners of vehicles and" 9620 = "Laborers and freight, stock, and" 9630 = "Machine feeders and offbearers" 9640 = "Packers and packagers, hand" 9650 = "Pumping station operators" 9720 = "Refuse and recyclable material" 9730 = "Shuttle car operators (53-7111)" 9740 = "Tank car, truck, and ship loaders" 9750 = "Material moving workers, all" 9840 = "Persons whose current labor force" 9990 = "Unable to code" ; VALUE eempljob (default=32) -1 = "Not in Universe" 1 = "A Government organization" 2 = "A Private, For Profit, Company" 3 = "A Non-Profit Organization," 4 = "A family business or farm" ; VALUE aempljob (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE egovrnmt (default=32) -1 = "Not in Universe" 1 = "Federal (civilian only)" 2 = "State" 3 = "Local (county, city, township)" 4 = "Armed Forces (active duty only)" ; VALUE agovrnmt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eemptype (default=32) -1 = "Not in Universe" 1 = "Manufacturing" 2 = "Wholesale trade" 3 = "Retail trade" 4 = "Service" 5 = "Something else" ; VALUE aemptype (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tendsala (default=32) 0 = "None or not in universe" ; VALUE aendsala (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE temploca (default=32) -1 = "Not in Universe" 1 = "Less than 25 employees" 2 = "25 - 99 employees" 3 = "100+ employees" ; VALUE aemploca (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE efewer2a (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE afewer2a (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eexmedic (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aexmedic (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE epostmed (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE apostmed (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eawbunv (default=32) -1 = "Not in Universe" 1 = "In universe" ; VALUE radwash (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "Not in home, but one is provided" 3 = "No, no washing machine" ; VALUE aadwash (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE raddryr (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "Not in home, but one is provided" 3 = "No, no clothes dryer" ; VALUE aaddryr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eaddish (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No, no dishwasher" ; VALUE aaddish (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadrefr (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No, no refrigerator" ; VALUE aadrefr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadfrz (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No, no food freezer" ; VALUE aadfrz (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadtelv (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No color television" ; VALUE aadtelv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadstov (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No, no stove" ; VALUE aadstov (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadmicr (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No, no microwave" ; VALUE aadmicr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadvcr (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No, no VCR or DVD (or other video" ; VALUE aadvcr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadair (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No, no air conditioning" ; VALUE aadair (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadcomp (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No, no personal computer" ; VALUE aadcomp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadcell (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No, no cell phone or mobile phone" ; VALUE aadcell (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE radphon (default=32) -1 = "Not in Universe" 1 = "Yes, phone in home" 2 = "No phone in home, but can be" 3 = "No phone in home, but can be" 4 = "No phone in home, but can be" 5 = "No, cannot be reached by telephone" ; VALUE aadphon (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE tahroom (default=32) -1 = "Not in Universe" ; VALUE aahroom (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eahpest (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eahleak (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eahwind (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eahwire (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eahplum (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eahcrac (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eahhole (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aahouse (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eahrepr (default=32) -1 = "Not in Universe" 1 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" ; VALUE aahrepr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eahspac (default=32) -1 = "Not in Universe" 1 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" ; VALUE aahspac (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eahfurn (default=32) -1 = "Not in Universe" 1 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" ; VALUE aahfurn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eahwarm (default=32) -1 = "Not in Universe" 1 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" ; VALUE aahwarm (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eahcool (default=32) -1 = "Not in Universe" 1 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" ; VALUE aahcool (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eahpriv (default=32) -1 = "Not in Universe" 1 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" ; VALUE aahpriv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eahsat (default=32) -1 = "Not in Universe" 1 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" ; VALUE aahsat (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE rahmove (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aahmove (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eacwalk (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aacwalk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eacstay (default=32) -1 = "Not in Universe" 1 = "Stayed in our home at certain" 2 = "Did not stay in home." ; VALUE aacstay (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eacwith (default=32) -1 = "Not in Universe" 1 = "Has taken someone with." 2 = "Did not take someone with." ; VALUE aacwith (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eacarry (default=32) -1 = "Not in Universe" 1 = "Carried anything to protect self." 2 = "Did not carry anything." ; VALUE aacarry (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eacnsaf (default=32) -1 = "Not in Universe" 1 = "Very safe" 2 = "Somewhat safe" 3 = "Somewhat unsafe" 4 = "Very unsafe" ; VALUE aacnsaf (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eachsaf (default=32) -1 = "Not in Universe" 1 = "Very safe" 2 = "Somewhat safe" 3 = "Somewhat unsafe" 4 = "Very unsafe" ; VALUE aachsaf (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE racwdog (default=32) -1 = "Not in Universe" 1 = "Has dog to keep home safe from" 2 = "Has dog, not to keep home safe" 3 = "Does not have dog" ; VALUE aacwdog (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eacalrm (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aacalrm (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE racmove (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aacmove (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eantraf (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eanstrt (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eantrsh (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eanaban (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eanind (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eanodor (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aancond (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eanghbr (default=32) -1 = "Not in Universe" 1 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" ; VALUE aanghbr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eansat (default=32) -1 = "Not in Universe" 1 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" ; VALUE aansat (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ranmove (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aanmove (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eapschl (default=32) -1 = "Not in Universe" 1 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" ; VALUE aapschl (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eappriv (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aappriv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eapmagn (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aapmagn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eappubs (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aappubs (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eaphoms (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aaphoms (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eapnosc (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aapnosc (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eapdiff (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aapdiff (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eaphosp (default=32) -1 = "Not in Universe" 1 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" ; VALUE aaphosp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eapolic (default=32) -1 = "Not in Universe" 1 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" ; VALUE aapolic (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eapfire (default=32) -1 = "Not in Universe" 1 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" ; VALUE aapfire (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eaptran (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" 3 = "Not sure because you do not use" ; VALUE aaptran (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eapsat (default=32) -1 = "Not in Universe" 1 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" ; VALUE aapsat (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE rapmove (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aapmove (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eabmeet (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aabmeet (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eabrent (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aabrent (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE rabrhlpt (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabrhlpk (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabrhlpl (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabrhlpm (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabrhlpn (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE aabrhlp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eabevct (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aabevct (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE rabehlpt (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this" 3 = "No help received from any source" ; VALUE rabehlpk (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this" 3 = "No help received from any source" ; VALUE rabehlpl (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this" 3 = "No help received from any source" ; VALUE rabehlpm (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this" 3 = "No help received from any source" ; VALUE rabehlpn (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this" 3 = "No help received from any source" ; VALUE aabehlp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eabgas (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aabgas (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE rabghlps (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabghlpk (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabghlpl (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabghlpm (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabghlpn (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE aabghlp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eabcut (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aabcut (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE rabchlpt (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabchlpk (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabchlpl (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabchlpm (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabchlpn (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE aabchlp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eabphon (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aabphon (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE rabphlpn (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabphlpk (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabphlpl (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabphlpm (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabphlpo (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE aabphlp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eabdoct (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aabdoct (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE rabdhlpt (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabdhlpk (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabdhlpl (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabdhlpm (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabdhlpn (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE aabdhlp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eabdent (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aabdent (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE rabthlpt (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabthlpk (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabthlpl (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabthlpm (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE rabthlpn (default=32) -1 = "Not in Universe" 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" ; VALUE aabthlp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eahlpfm (default=32) -1 = "Not in Universe" 1 = "All of the help needed" 2 = "Most of the help needed" 3 = "Very little of the help needed" 4 = "No help" ; VALUE aahlpfm (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eahlpfr (default=32) -1 = "Not in Universe" 1 = "All of the help needed" 2 = "Most of the help needed" 3 = "Very little of the help needed" 4 = "No help" ; VALUE aahlpfr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eahlpag (default=32) -1 = "Not in Universe" 1 = "All of the help needed" 2 = "Most of the help needed" 3 = "Very little of the help needed" 4 = "No help" ; VALUE aahlpag (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eafood1l (default=32) -1 = "Not in Universe" 1 = "Enough of the kinds of food we" 2 = "Enough but not always the kinds" 3 = "Sometimes not enough to eat" 4 = "Often not enough to eat" ; VALUE aafood1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eafdm1l (default=32) -1 = "Not in Universe" 1 = "Yes, did not have enough to eat -" 2 = "No, enough to eat" ; VALUE eafdm2l (default=32) -1 = "Not in Universe" 1 = "Yes, did not have enough to eat -" 2 = "No, enough to eat" ; VALUE eafdm3l (default=32) -1 = "Not in Universe" 1 = "Yes, did not have enough to eat -" 2 = "No, enough to eat" ; VALUE eafdm4l (default=32) -1 = "Not in Universe" 1 = "Yes, did not have enough to eat -" 2 = "No, enough to eat" ; VALUE eafdm5l (default=32) -1 = "Not in Universe" 1 = "Yes, did not have enough to eat -" 2 = "No, enough to eat" ; VALUE aafdm (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)}" ; VALUE eaflast (default=32) -1 = "Not in Universe" 1 = "Often true" 2 = "Sometimes true" 3 = "Never true" ; VALUE aaflast (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)}" ; VALUE eafbaln (default=32) -1 = "Not in Universe" 1 = "Often true" 2 = "Sometimes true" 3 = "Never true" ; VALUE aafbaln (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eafchld (default=32) -1 = "Not in Universe" 1 = "Often true" 2 = "Sometimes true" 3 = "Never true" ; VALUE aafchld (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eafskip (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aafskip (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eafless (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aafless (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eafday (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE aafday (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; proc print data=library.sippp08putm6 (obs=6); FORMAT spanel spanel. tfipsst tfipsst. eoutcome eoutcome. rfid2 rfid2l. epopstat epopstat. eppintvw eppintvw. eppmis4 eppmis4l. esex esex. erace erace. eorigin eorigin. errp errp. tage tage. ems ems. epnspous epnspous. epnmom epnmom. epndad epndad. epnguard epnguard. rdesgpnt rdesgpnt. eeducate eeducate. sinthhid sinthhid. eacsunv eacsunv. ecskid01 ecskid0v. ecskid02 ecskid0k. ecskid03 ecskid0l. ecskid04 ecskid0m. ecskid05 ecskid0n. ecskid06 ecskid0o. ecskid07 ecskid0p. ecskid08 ecskid0q. ecskid09 ecskid0r. ecskid10 ecskid1v. eynoab01 eynoab0v. eynoab02 eynoab0k. eynoab03 eynoab0l. eynoab04 eynoab0m. eynoab05 eynoab0n. eynoab06 eynoab0o. eynoab07 eynoab0p. eynoab08 eynoab0q. eynoab09 eynoab0r. eynoab10 eynoab1v. aynoab aynoab. recrdflg recrdflg. ecsflg01 ecsflg0g. ecsflg02 ecsflg0k. ecsflg03 ecsflg0l. ecsflg04 ecsflg0m. ecsflg05 ecsflg0n. ecsflg06 ecsflg0o. ecsflg07 ecsflg0p. ecsflg08 ecsflg0q. ecsflg09 ecsflg0r. ecsflg10 ecsflg1g. acsflg acsflg. ranyagre ranyagre. tnumagr tnumagr. anumagr anumagr. etypeagr etypeagr. atypeagr atypeagr. efirsyr1 efirsyrr. afirsyr1 afirsyrr. tamtag11 tamtag1r. eamtag12 eamtag1r. aamtag11 aamtag1r. eevrchg1 eevrchgr. aevrchg1 aevrchgr. eyrchng1 eyrchngr. ayrchng1 ayrchngr. tamtcg11 tamtcg1r. eamtcg12 eamtcg1r. aamtcg11 aamtcg1r. ewhochgd ewhochgd. awhochgd awhochgd. epaydue1 epaydued. apaydue1 apaydued. eynodue1 eynodued. aynodue1 aynodued. tamtsup1 tamtsupd. aamtsup1 aamtsupd. ehowrec1 ehowrecd. ahowrec1 ahowrecd. tactrec1 tactrecd. aactrec1 aactrecd. eallpay1 eallpayd. aallpay1 aallpayd. epaytim1 epaytimd. apaytim1 apaytimd. epayful1 epayfuld. apayful1 apayfuld. eduback1 edubackd. aduback1 adubackd. tdolbac1 tdolbacd. adolbac1 adolbacd. ebacowe1 ebacowed. abacowe1 abacowed. tamtowe1 tamtowed. aamtowe1 aamtowed. tbacrec1 tbacrecd. abacrec1 abacrecd. ehthag11 ehthag1d. ehthag12 ehthag1k. ehthag13 ehthag1l. ehthag14 ehthag1m. ehthag15 ehthag1n. ehthag16 ehthag1o. ahthag11 ahthag1d. ecustag1 ecustagd. acustag1 acustagd. espentm1 espentmd. aspentm1 aspentmd. esametm1 esametmd. asametm1 asametmd. eamttm11 eamttm1d. eamttm12 eamttm1k. eamttm13 eamttm1l. aamttm11 aamttm1d. ewherlv1 ewherlvd. awherlv1 awherlvd. estagre1 estagred. astagre1 astagred. ewhomov1 ewhomovd. awhomov1 awhomovd. efirsyr2 efirsyrd. afirsyr2 afirsyrd. tamtag21 tamtag2d. eamtag22 eamtag2d. aamtag21 aamtag2d. eevrchg2 eevrchgd. aevrchg2 aevrchgd. eyrchng2 eyrchngd. ayrchng2 ayrchngd. tamtcg21 tamtcg2d. eamtcg22 eamtcg2d. aamtcg21 aamtcg2d. epaydue2 epayduek. apaydue2 apayduek. eynodue2 eynoduek. aynodue2 aynoduek. tamtsup2 tamtsupk. aamtsup2 aamtsupk. tactrec2 tactreck. aactrec2 aactreck. eallpay2 eallpayk. aallpay2 aallpayk. epaytim2 epaytimk. apaytim2 apaytimk. epayful2 epayfulk. apayful2 apayfulk. eduback2 edubackk. aduback2 adubackk. tdolbac2 tdolback. adolbac2 adolback. ebacowe2 ebacowek. abacowe2 abacowek. tamtowe2 tamtowek. aamtowe2 aamtowek. tbacrec2 tbacreck. abacrec2 abacreck. ehltag21 ehltag2d. ehltag22 ehltag2k. ehltag23 ehltag2l. ehltag24 ehltag2m. ehltag25 ehltag2n. ehltag26 ehltag2o. ahltag21 ahltag2d. ecustag2 ecustagk. acustag2 acustagk. espentm2 espentmk. aspentm2 aspentmk. esametm2 esametmk. asametm2 asametmk. eamttm21 eamttm2d. eamttm22 eamttm2k. eamttm23 eamttm2l. aamttm21 aamttm2d. edcrt101 edcrt10d. edcrt102 edcrt10k. edcrt103 edcrt10l. edcrt104 edcrt10m. edcrt105 edcrt10n. edcrt106 edcrt10o. edcrt107 edcrt10p. edcrt108 edcrt10q. edcrt109 edcrt10r. edcrt110 edcrt11d. edtes101 edtes10d. edtes102 edtes10k. edtes103 edtes10l. edtes104 edtes10m. edtes105 edtes10n. edtes106 edtes10o. edtes107 edtes10p. edtes108 edtes10q. edtes109 edtes10r. edtes110 edtes11d. edcer101 edcer10d. edcer102 edcer10k. edcer103 edcer10l. edcer104 edcer10m. edcer105 edcer10n. edcer106 edcer10o. edcer107 edcer10p. edcer108 edcer10q. edcer109 edcer10r. edcer110 edcer11d. edsig101 edsig10d. edsig102 edsig10k. edsig103 edsig10l. edsig104 edsig10m. edsig105 edsig10n. edsig106 edsig10o. edsig107 edsig10p. edsig108 edsig10q. edsig109 edsig10r. edsig110 edsig11d. edoth101 edoth10d. edoth102 edoth10k. edoth103 edoth10l. edoth104 edoth10m. edoth105 edoth10n. edoth106 edoth10o. edoth107 edoth10p. edoth108 edoth10q. edoth109 edoth10r. edoth110 edoth11d. adid101 adid101l. edmar1 edmar1l. admar1 admar1l. edcrt201 edcrt20d. edcrt202 edcrt20k. edcrt203 edcrt20l. edcrt204 edcrt20m. edcrt205 edcrt20n. edcrt206 edcrt20o. edcrt207 edcrt20p. edcrt208 edcrt20q. edcrt209 edcrt20r. edcrt210 edcrt21d. edtes201 edtes20d. edtes202 edtes20k. edtes203 edtes20l. edtes204 edtes20m. edtes205 edtes20n. edtes206 edtes20o. edtes207 edtes20p. edtes208 edtes20q. edtes209 edtes20r. edtes210 edtes21d. edcer201 edcer20d. edcer202 edcer20k. edcer203 edcer20l. edcer204 edcer20m. edcer205 edcer20n. edcer206 edcer20o. edcer207 edcer20p. edcer208 edcer20q. edcer209 edcer20r. edcer210 edcer21d. edsig201 edsig20d. edsig202 edsig20k. edsig203 edsig20l. edsig204 edsig20m. edsig205 edsig20n. edsig206 edsig20o. edsig207 edsig20p. edsig208 edsig20q. edsig209 edsig20r. edsig210 edsig21d. edoth201 edoth20d. edoth202 edoth20k. edoth203 edoth20l. edoth204 edoth20m. edoth205 edoth20n. edoth206 edoth20o. edoth207 edoth20p. edoth208 edoth20q. edoth209 edoth20r. edoth210 edoth21d. adid201 adid201l. eynevwr1 eynevwrd. eynevwr2 eynevwrk. eynevwr3 eynevwrl. eynevwr4 eynevwrm. eynevwr5 eynevwrn. eynevwr6 eynevwro. eynevwr7 eynevwrp. eynevwr8 eynevwrq. aynevwr1 aynevwrd. ewherlv2 ewherlvk. awherlv2 awherlvk. estagre2 estagrek. astagre2 astagrek. ewhomov2 ewhomovk. awhomov2 awhomovk. tamtag31 tamtag3d. eamtag32 eamtag3d. aamtag31 aamtag3d. tactrec3 tactrecl. aactrec3 aactrecl. epubsupp epubsupp. apubsupp apubsupp. elastask elastask. alastask alastask. etypask1 etypaskk. etypask2 etypaskl. etypask3 etypaskm. etypask4 etypaskn. etypask5 etypasko. etypask6 etypaskp. etypask7 etypaskq. atypask atypask. ehelpsyn ehelpsyn. ahelpsyn ahelpsyn. etyphlp1 etyphlpn. etyphlp2 etyphlpk. etyphlp3 etyphlpl. etyphlp4 etyphlpm. etyphlp5 etyphlpo. etyphlp6 etyphlpp. etyphlp7 etyphlpq. atyphlp atyphlp. edcrt301 edcrt30p. edcrt302 edcrt30k. edcrt303 edcrt30l. edcrt304 edcrt30m. edcrt305 edcrt30n. edcrt306 edcrt30o. edcrt307 edcrt30q. edcrt308 edcrt30r. edcrt309 edcrt30s. edcrt310 edcrt31p. edtes301 edtes30p. edtes302 edtes30k. edtes303 edtes30l. edtes304 edtes30m. edtes305 edtes30n. edtes306 edtes30o. edtes307 edtes30q. edtes308 edtes30r. edtes309 edtes30s. edtes310 edtes31p. edcer301 edcer30p. edcer302 edcer30k. edcer303 edcer30l. edcer304 edcer30m. edcer305 edcer30n. edcer306 edcer30o. edcer307 edcer30q. edcer308 edcer30r. edcer309 edcer30s. edcer310 edcer31p. edsig301 edsig30p. edsig302 edsig30k. edsig303 edsig30l. edsig304 edsig30m. edsig305 edsig30n. edsig306 edsig30o. edsig307 edsig30q. edsig308 edsig30r. edsig309 edsig30s. edsig310 edsig31p. edoth301 edoth30p. edoth302 edoth30k. edoth303 edoth30l. edoth304 edoth30m. edoth305 edoth30n. edoth306 edoth30o. edoth307 edoth30q. edoth308 edoth30r. edoth309 edoth30s. edoth310 edoth31p. adid301 adid301l. edmar201 edmar20p. admar201 admar20p. edmar202 edmar20k. admar202 admar20k. edmar203 edmar20l. admar203 admar20l. edmar204 edmar20m. admar204 admar20m. edmar205 edmar20n. admar205 admar20n. edmar206 edmar20o. admar206 admar20o. edmar207 edmar20q. admar207 admar20q. edmar208 edmar20r. admar208 admar20r. edmar209 edmar20s. admar209 admar20s. edmar210 edmar21p. admar210 admar21p. esame01 esame01l. asame01 asame01l. esame02 esame02l. asame02 asame02l. esame03 esame03l. asame03 asame03l. esame04 esame04l. asame04 asame04l. esame05 esame05l. asame05 asame05l. esame06 esame06l. asame06 asame06l. esame07 esame07l. asame07 asame07l. esame08 esame08l. asame08 asame08l. esame09 esame09l. asame09 asame09l. esame10 esame10l. asame10 asame10l. edcrt401 edcrt40p. edcrt402 edcrt40k. edcrt403 edcrt40l. edcrt404 edcrt40m. edcrt405 edcrt40n. edcrt406 edcrt40o. edcrt407 edcrt40q. edcrt408 edcrt40r. edcrt409 edcrt40s. edcrt410 edcrt41p. edtes401 edtes40p. edtes402 edtes40k. edtes403 edtes40l. edtes404 edtes40m. edtes405 edtes40n. edtes406 edtes40o. edtes407 edtes40q. edtes408 edtes40r. edtes409 edtes40s. edtes410 edtes41p. edcer401 edcer40p. edcer402 edcer40k. edcer403 edcer40l. edcer404 edcer40m. edcer405 edcer40n. edcer406 edcer40o. edcer407 edcer40q. edcer408 edcer40r. edcer409 edcer40s. edcer410 edcer41p. edsig401 edsig40p. edsig402 edsig40k. edsig403 edsig40l. edsig404 edsig40m. edsig405 edsig40n. edsig406 edsig40o. edsig407 edsig40q. edsig408 edsig40r. edsig409 edsig40s. edsig410 edsig41p. edoth401 edoth40p. edoth402 edoth40k. edoth403 edoth40l. edoth404 edoth40m. edoth405 edoth40n. edoth406 edoth40o. edoth407 edoth40q. edoth408 edoth40r. edoth409 edoth40s. edoth410 edoth41p. adid401 adid401l. adid402 adid402l. adid403 adid403l. adid404 adid404l. adid405 adid405l. adid406 adid406l. adid407 adid407l. adid408 adid408l. adid409 adid409l. adid410 adid410l. esamepar esamepar. asamepar asamepar. eynoag11 eynoag1r. eynoag12 eynoag1k. eynoag13 eynoag1l. eynoag14 eynoag1m. eynoag15 eynoag1n. eynoag16 eynoag1o. eynoag17 eynoag1p. eynoag18 eynoag1q. aynoag11 aynoag1r. ewherlv3 ewherlvr. awherlv3 awherlvr. evisagr1 evisagrr. avisagr1 avisagrr. eamttm41 eamttm4r. eamttm42 eamttm4k. eamttm43 eamttm4l. aamttm41 aamttm4r. eynoag21 eynoag2r. eynoag22 eynoag2k. eynoag23 eynoag2l. eynoag24 eynoag2m. eynoag25 eynoag2n. eynoag26 eynoag2o. eynoag27 eynoag2p. eynoag28 eynoag2q. aynoag21 aynoag2r. ewherlv4 ewherlvl. awherlv4 awherlvl. evisagr2 evisagrk. avisagr2 avisagrk. eamttm51 eamttm5r. eamttm52 eamttm5k. eamttm53 eamttm5l. aamttm51 aamttm5r. epayrecv epayrecv. apayrecv apayrecv. tactrec4 tactrecv. aactrec4 aactrecv. eothitem eothitem. aothitem aothitem. eagencol eagencol. aagencol aagencol. eagenall eagenall. aagenall aagenall. tamtagen tamtagen. aamtagen aamtagen. easnunv easnunv. esupkdyn esupkdyn. asupkdyn asupkdyn. esuptyp1 esuptypn. esuptyp2 esuptypk. esuptyp3 esuptypl. asuptyp asuptyp. tsupnkid tsupnkid. asupnkid asupnkid. tsupltad tsupltad. asupltad asupltad. esupagrm esupagrm. asupagrm asupagrm. tsupnagr tsupnagr. asupnagr asupnagr. esupagty esupagty. asupagty asupagty. esupagyr esupagyr. asupagyr asupagyr. esupamtc esupamtc. asupamtc asupamtc. esupyrch esupyrch. asupyrch asupyrch. esupchag esupchag. asupchag asupchag. esupstlp esupstlp. asupstlp asupstlp. tsupampd tsupampd. asupampd asupampd. esuphopy esuphopy. asuphopy asuphopy. esuphlt1 esuphlty. esuphlt2 esuphltk. esuphlt3 esuphltl. esuphlt4 esuphltm. esuphlt5 esuphltn. esuphlt6 esuphlto. asuphlt asuphlt. esupcust esupcust. asupcust asupcust. esupsptm esupsptm. asupsptm asupsptm. esuptam1 esuptamm. esuptam2 esuptamk. esuptam3 esuptaml. asuptam asuptam. esupotha esupotha. asupotha asupotha. tsupamal tsupamal. asupamal asupamal. esupwoag esupwoag. asupwoag asupwoag. tsupamad tsupamad. asupamad asupamad. esuptma1 esuptmad. esuptma2 esuptmak. esuptma3 esuptmal. asuptma asuptma. esupotpy esupotpy. asupotpy asupotpy. tsupotnp tsupotnp. asupotnp asupotnp. esupotre esupotre. asupotre asupotre. esupotlv esupotlv. asupotlv asupotlv. tsupotam tsupotam. asupotam asupotam. esupotrl esupotrl. asupotrl asupotrl. esupotli esupotli. asupotli asupotli. tsupotpa tsupotpa. asupotpa asupotpa. tsupotnt tsupotnt. asupotnt asupotnt. eaadunv eaadunv. ehstat ehstat. ahstat ahstat. ecane ecane. acane acane. ewchair ewchair. awchair awchair. ehearaid ehearaid. ahearaid ahearaid. ecane6 ecane6l. acane6 acane6l. eseedif eseedif. aseedif aseedif. eseenot eseenot. aseenot aseenot. eheardif eheardif. aheardif aheardif. ehearnot ehearnot. ahearnot ahearnot. espeechd espeechd. aspeechd aspeechd. espeechc espeechc. aspeechc aspeechc. edif10 edif10l. adif10 adif10l. ecant10 ecant10l. acant10 acant10l. edif25 edif25l. adif25 adif25l. ecant25 ecant25l. acant25 acant25l. epushd epushd. apushd apushd. epushc epushc. apushc apushc. estandd estandd. astandd astandd. esitd esitd. asitd asitd. estoopd estoopd. astoopd astoopd. ereachd ereachd. areachd areachd. egraspd egraspd. agraspd agraspd. egraspc egraspc. agraspc agraspc. estairsd estairsd. astairsd astairsd. estairsc estairsc. astairsc astairsc. ewalkd ewalkd. awalkd awalkd. ewalkc ewalkc. awalkc awalkc. eteled eteled. ateled ateled. etelec etelec. atelec atelec. eindif eindif. aindif aindif. eoutdif eoutdif. aoutdif aoutdif. ebeddif ebeddif. abeddif abeddif. ebathdif ebathdif. abathdif abathdif. edressd edressd. adressd adressd. ewalk2d ewalk2d. awalk2d awalk2d. eeatdif eeatdif. aeatdif aeatdif. etoiletd etoiletd. atoiletd atoiletd. emoneyd emoneyd. amoneyd amoneyd. emealsd emealsd. amealsd amealsd. ehworkd ehworkd. ahworkd ahworkd. emedd emedd. amedd amedd. einhelp einhelp. ainhelp ainhelp. eouthelp eouthelp. aouthelp aouthelp. ebedhelp ebedhelp. abedhelp abedhelp. ebathh ebathh. abathh abathh. edressh edressh. adressh adressh. ewalk2h ewalk2h. awalk2h awalk2h. eeathelp eeathelp. aeathelp aeathelp. etoileth etoileth. atoileth atoileth. emoneyh emoneyh. amoneyh amoneyh. emealsh emealsh. amealsh amealsh. ehworkh ehworkh. ahworkh ahworkh. emedh emedh. amedh amedh. ehelper1 ehelperh. ahelper1 ahelperh. ehhmemb1 ehhmembh. ahhmemb1 ahhmembh. ehelper2 ehelperk. ahelper2 ahelperk. ehhmemb2 ehhmembk. ahhmemb2 ahhmembk. ehowlong ehowlong. ahowlong ahowlong. epayhelp epayhelp. apayhelp apayhelp. tpayamt tpayamt. apayamt apayamt. econd1 econd1l. acond1 acond1l. econd2 econd2l. econd3 econd3l. econdph1 econdpht. acondph1 acondpht. econdph2 econdphk. econdph3 econdphl. emotorv emotorv. amotorv amotorv. emain1 emain1l. amain1 amain1l. tyear1 tyear1l. ayear1 ayear1l. emonth1 emonth1l. amonth1 amonth1l. elast12m elast12m. alast12m alast12m. eldis eldis. aldis aldis. emr emr. amr amr. edevdis edevdis. adevdis adevdis. ealz ealz. aalz aalz. eotherm eotherm. aotherm aotherm. eanxious eanxious. aanxious aanxious. esocial esocial. asocial asocial. ectrate ectrate. actrate actrate. ecope ecope. acope acope. eintrfer eintrfer. aintrfer aintrfer. ejobdif ejobdif. ajobdif ajobdif. ejobcant ejobcant. ajobcant ajobcant. ehwrkdif ehwrkdif. ahwrkdif ahwrkdif. ehwrkno ehwrkno. ahwrkno ahwrkno. econdw1 econdw1l. acondw1 acondw1l. econdw2 econdw2l. econdw3 econdw3l. emain2 emain2l. amain2 amain2l. eapplyss eapplyss. aapplyss aapplyss. ecompute ecompute. acompute acompute. ecmphome ecmphome. acmphome acmphome. ecmpwork ecmpwork. acmpwork acmpwork. ecmpschl ecmpschl. acmpschl acmpschl. eintrnet eintrnet. aintrnet aintrnet. einthome einthome. ainthome ainthome. eintwork eintwork. aintwork aintwork. eintschl eintschl. aintschl aintschl. eintlibr eintlibr. aintlibr aintlibr. eintccen eintccen. aintccen aintccen. eintsome eintsome. aintsome aintsome. eintothr eintothr. aintothr aintothr. eicourse eicourse. aicourse aicourse. eihealth eihealth. aihealth aihealth. eigovern eigovern. aigovern aigovern. eisrchjb eisrchjb. aisrchjb aisrchjb. ronline ronline. aonline aonline. eintstil eintstil. aintstil aintstil. rdisab rdisab. epcdunv epcdunv. eddelay eddelay. addelay addelay. earmleg earmleg. aarmleg aarmleg. erunplay erunplay. arunplay arunplay. eskoolwk eskoolwk. askoolwk askoolwk. especed especed. aspeced aspeced. espednow espednow. aspednow aspednow. elerndis elerndis. alerndis alerndis. ekmr ekmr. akmr akmr. ekdevdis ekdevdis. akdevdis akdevdis. eadhd eadhd. aadhd aadhd. eotherdc eotherdc. aotherdc aotherdc. eadhdmed eadhdmed. aadhdmed aadhdmed. ekcane ekcane. akcane akcane. ekwchair ekwchair. akwchair akwchair. ekhearad ekhearad. akhearad akhearad. ekcane6 ekcane6l. akcane6 akcane6l. ekseedif ekseedif. akseedif akseedif. ekseenot ekseenot. akseenot akseenot. ekheardf ekheardf. akheardf akheardf. ekhearnt ekhearnt. akhearnt akhearnt. ekspechd ekspechd. akspechd akspechd. ekspechc ekspechc. akspechc akspechc. esports esports. asports asports. ekindif ekindif. akindif akindif. ekinhelp ekinhelp. akinhelp akinhelp. ekbeddif ekbeddif. akbeddif akbeddif. ekbedhlp ekbedhlp. akbedhlp akbedhlp. ekbathdf ekbathdf. akbathdf akbathdf. ekbathh ekbathh. akbathh akbathh. ekdressd ekdressd. akdressd akdressd. ekdressh ekdressh. akdressh akdressh. ekeatdif ekeatdif. akeatdif akeatdif. ekeathlp ekeathlp. akeathlp akeathlp. ektoiltd ektoiltd. aktoiltd aktoiltd. ektoilth ektoilth. aktoilth aktoilth. eksocial eksocial. aksocial aksocial. ekcond1 ekcond1l. ekcond2 ekcond2l. ekcond3 ekcond3l. akcond akcond. ekmotorv ekmotorv. akmotorv akmotorv. rkdisab rkdisab. eahbunv eahbunv. ehealpla ehealpla. ahealpla ahealpla. enotplan enotplan. anotplan anotplan. enoelig1 enoelign. enoelig2 enoeligk. enoelig3 enoeligl. enoelig4 enoeligm. anoelig anoelig. edencove edencove. adencove adencove. enocov1 enocov1l. enocov2 enocov2l. enocov3 enocov3l. enocov4 enocov4l. enocov5 enocov5l. enocov6 enocov6l. enocov7 enocov7l. enocov8 enocov8l. enocov9 enocov9l. enocov10 enocov1e. anocov anocov. eoffemp1 eoffempv. eoffemp2 eoffempk. eoffemp3 eoffempl. eoffemp4 eoffempm. eoffemp5 eoffempn. aoffemp aoffemp. ewheheal ewheheal. awheheal awheheal. ecovmemb ecovmemb. acovmemb acovmemb. ewhocov1 ewhocovb. ewhocov2 ewhocovk. ewhocov3 ewhocovl. ewhocov4 ewhocovm. ewhocov5 ewhocovn. awhocov awhocov. echpnm01 echpnm0v. echcov01 echcov0v. achcov01 achcov0v. echpnm02 echpnm0k. echcov02 echcov0k. achcov02 achcov0k. echpnm03 echpnm0l. echcov03 echcov0l. achcov03 achcov0l. echpnm04 echpnm0m. echcov04 echcov0m. achcov04 achcov0m. echpnm05 echpnm0n. echcov05 echcov0n. achcov05 achcov0n. echpnm06 echpnm0o. echcov06 echcov0o. achcov06 achcov0o. echpnm07 echpnm0p. echcov07 echcov0p. achcov07 achcov0p. tamtplan tamtplan. aamtplan aamtplan. etimplan etimplan. atimplan atimplan. etaxplan etaxplan. ataxplan ataxplan. epreminc epreminc. apreminc apreminc. eleftpla eleftpla. aleftpla aleftpla. eplanmed eplanmed. aplanmed aplanmed. eoppch1 eoppch1l. eoppch2 eoppch2l. eoppch3 eoppch3l. eoppch4 eoppch4l. eoppch5 eoppch5l. aoppch aoppch. ehashmo ehashmo. ahashmo ahashmo. esigndoc esigndoc. asigndoc asigndoc. ebookdoc ebookdoc. abookdoc abookdoc. ewhoref ewhoref. awhoref awhoref. eoptions eoptions. aoptions aoptions. echoice1 echoices. achoice1 achoices. echoice2 echoicek. achoice2 achoicek. eempmate eempmate. aempmate aempmate. ematcomp ematcomp. amatcomp amatcomp. econdnot econdnot. acondnot acondnot. eofflong eofflong. aofflong aofflong. ecovlong ecovlong. acovlong acovlong. eempcost eempcost. aempcost aempcost. tamtlong tamtlong. aamtlong aamtlong. etimeamt etimeamt. atimeamt atimeamt. eretheal eretheal. aretheal aretheal. eretcont eretcont. aretcont aretcont. eretpays eretpays. aretpays aretpays. eretplan eretplan. aretplan aretplan. ewhopln1 ewhoplnn. ewhopln2 ewhoplnk. ewhopln3 ewhoplnl. ewhopln4 ewhoplnm. ewhopln5 ewhoplno. awhopln awhopln. epaidjob epaidjob. apaidjob apaidjob. eformemp eformemp. aformemp aformemp. elastcov elastcov. alastcov alastcov. econleft econleft. aconleft aconleft. econtret econtret. acontret acontret. ewhyno1 ewhyno1l. ewhyno2 ewhyno2l. ewhyno3 ewhyno3l. ewhyno4 ewhyno4l. ewhyno5 ewhyno5l. ewhyno6 ewhyno6l. ewhyno7 ewhyno7l. ewhyno8 ewhyno8l. ewhyno9 ewhyno9l. ewhyno10 ewhyno1t. ewhyno11 ewhyno1k. ewhyno12 ewhyno1m. ewhyno13 ewhyno1n. awhyno awhyno. tleftjob tleftjob. aleftjob aleftjob. eyearemp eyearemp. ayearemp ayearemp. emnthemp emnthemp. amnthemp amnthemp. ecovunio ecovunio. acovunio acovunio. thbind thbind. thbocc thbocc. eempljob eempljob. aempljob aempljob. egovrnmt egovrnmt. agovrnmt agovrnmt. eemptype eemptype. aemptype aemptype. tendsala tendsala. aendsala aendsala. temploca temploca. aemploca aemploca. efewer20 efewer2a. afewer20 afewer2a. eexmedic eexmedic. aexmedic aexmedic. epostmed epostmed. apostmed apostmed. eawbunv eawbunv. radwash radwash. aadwash aadwash. raddryr raddryr. aaddryr aaddryr. eaddish eaddish. aaddish aaddish. eadrefr eadrefr. aadrefr aadrefr. eadfrz eadfrz. aadfrz aadfrz. eadtelv eadtelv. aadtelv aadtelv. eadstov eadstov. aadstov aadstov. eadmicr eadmicr. aadmicr aadmicr. eadvcr eadvcr. aadvcr aadvcr. eadair eadair. aadair aadair. eadcomp eadcomp. aadcomp aadcomp. eadcell eadcell. aadcell aadcell. radphon radphon. aadphon aadphon. tahroom tahroom. aahroom aahroom. eahpest eahpest. eahleak eahleak. eahwind eahwind. eahwire eahwire. eahplum eahplum. eahcrac eahcrac. eahhole eahhole. aahouse aahouse. eahrepr eahrepr. aahrepr aahrepr. eahspac eahspac. aahspac aahspac. eahfurn eahfurn. aahfurn aahfurn. eahwarm eahwarm. aahwarm aahwarm. eahcool eahcool. aahcool aahcool. eahpriv eahpriv. aahpriv aahpriv. eahsat eahsat. aahsat aahsat. rahmove rahmove. aahmove aahmove. eacwalk eacwalk. aacwalk aacwalk. eacstay eacstay. aacstay aacstay. eacwith eacwith. aacwith aacwith. eacarry eacarry. aacarry aacarry. eacnsaf eacnsaf. aacnsaf aacnsaf. eachsaf eachsaf. aachsaf aachsaf. racwdog racwdog. aacwdog aacwdog. eacalrm eacalrm. aacalrm aacalrm. racmove racmove. aacmove aacmove. eantraf eantraf. eanstrt eanstrt. eantrsh eantrsh. eanaban eanaban. eanind eanind. eanodor eanodor. aancond aancond. eanghbr eanghbr. aanghbr aanghbr. eansat eansat. aansat aansat. ranmove ranmove. aanmove aanmove. eapschl eapschl. aapschl aapschl. eappriv eappriv. aappriv aappriv. eapmagn eapmagn. aapmagn aapmagn. eappubs eappubs. aappubs aappubs. eaphoms eaphoms. aaphoms aaphoms. eapnosc eapnosc. aapnosc aapnosc. eapdiff eapdiff. aapdiff aapdiff. eaphosp eaphosp. aaphosp aaphosp. eapolic eapolic. aapolic aapolic. eapfire eapfire. aapfire aapfire. eaptran eaptran. aaptran aaptran. eapsat eapsat. aapsat aapsat. rapmove rapmove. aapmove aapmove. eabmeet eabmeet. aabmeet aabmeet. eabrent eabrent. aabrent aabrent. rabrhlp1 rabrhlpt. rabrhlp2 rabrhlpk. rabrhlp3 rabrhlpl. rabrhlp4 rabrhlpm. rabrhlp5 rabrhlpn. aabrhlp aabrhlp. eabevct eabevct. aabevct aabevct. rabehlp1 rabehlpt. rabehlp2 rabehlpk. rabehlp3 rabehlpl. rabehlp4 rabehlpm. rabehlp5 rabehlpn. aabehlp aabehlp. eabgas eabgas. aabgas aabgas. rabghlp1 rabghlps. rabghlp2 rabghlpk. rabghlp3 rabghlpl. rabghlp4 rabghlpm. rabghlp5 rabghlpn. aabghlp aabghlp. eabcut eabcut. aabcut aabcut. rabchlp1 rabchlpt. rabchlp2 rabchlpk. rabchlp3 rabchlpl. rabchlp4 rabchlpm. rabchlp5 rabchlpn. aabchlp aabchlp. eabphon eabphon. aabphon aabphon. rabphlp1 rabphlpn. rabphlp2 rabphlpk. rabphlp3 rabphlpl. rabphlp4 rabphlpm. rabphlp5 rabphlpo. aabphlp aabphlp. eabdoct eabdoct. aabdoct aabdoct. rabdhlp1 rabdhlpt. rabdhlp2 rabdhlpk. rabdhlp3 rabdhlpl. rabdhlp4 rabdhlpm. rabdhlp5 rabdhlpn. aabdhlp aabdhlp. eabdent eabdent. aabdent aabdent. rabthlp1 rabthlpt. rabthlp2 rabthlpk. rabthlp3 rabthlpl. rabthlp4 rabthlpm. rabthlp5 rabthlpn. aabthlp aabthlp. eahlpfm eahlpfm. aahlpfm aahlpfm. eahlpfr eahlpfr. aahlpfr aahlpfr. eahlpag eahlpag. aahlpag aahlpag. eafood1 eafood1l. aafood1 aafood1l. eafdm1 eafdm1l. eafdm2 eafdm2l. eafdm3 eafdm3l. eafdm4 eafdm4l. eafdm5 eafdm5l. aafdm aafdm. eaflast eaflast. aaflast aaflast. eafbaln eafbaln. aafbaln aafbaln. eafchld eafchld. aafchld aafchld. eafskip eafskip. aafskip aafskip. eafless eafless. aafless aafless. eafday eafday. aafday aafday. ; proc contents data=library.sippp08putm6; run; ** Copyright 2011 shared by the National Bureau of Economic Research and Jean Roth ; ** National Bureau of Economic Research. ; ** 1050 Massachusetts Avenue ; ** Cambridge, MA 02138 ; ** jroth@nber.org ; ** This program and all programs referenced in it are free software. You ; ** can redistribute the program or modify it under the terms of the GNU ; ** General Public License as published by the Free Software Foundation; ** either version 2 of the License, or (at your option) any later version. ; ** This program is distributed in the hope that it will be useful, ; ** but WITHOUT ANY WARRANTY, without even the implied warranty of ; ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; ** GNU General Public License for more details. ; ** You should have received a copy of the GNU General Public License ; ** along with this program, if not, write to the Free Software ; ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. ;