*options obs=100 ; options nocenter ; /*------------------------------------------------ by Jean Roth Thu Jun 1 14:59:24 EDT 2006 This program reads the 2001 SIPP Wave 8 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 "./"; * 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/2001/sipp01t8.zip "; * The following line should contain the name of the SAS dataset ; %let dataset = sip01t8 ; 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="SU: FIPS State Code for fifth month household"; attrib shhadid length=3 label="SU: Hhld Address ID in fourth reference month"; attrib sinthhid length=3 label="SU: Hhld Address ID of person in interview"; attrib eoutcome length=3 label="HH: Interview Status code for fifth month"; attrib rfid length=3 label="FA: Family ID Number in month four"; 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 fourth"; attrib eppintvw length=3 label="PE: Person's interview status at time of"; 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: Race of this person"; attrib eorigin length=3 label="PE: Origin of this person"; 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 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=3 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=3 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: Support paid for child(ren) outside hhld"; attrib esuptyp2 length=3 label="SUP: Lump pay for support of child(ren)"; attrib esuptyp3 length=3 label="SUP: Reg and lump payments 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 pays ct ordered or another type of"; attrib asupagrm length=3 label="SUP: Allocation flag for ESUPAGRM"; attrib tsupnagr length=3 label="SUP: Number of children covered by a agreement"; 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 ESUP10"; 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: How much paid in past year"; attrib asupampd length=3 label="SUP: Allocation flag for TSUPAMPD"; attrib esuphopy length=3 label="SUP: How were payments made"; 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 ESUPHLT16"; 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: Agreement specify time spent?"; attrib asupsptm length=3 label="SUP: Allocation flag for ESUPSPTM"; attrib esuptam1 length=3 label="SUP: Total time spent with child(ren)"; attrib esuptam2 length=3 label="SUP: Total time spent with child(ren)(A)"; attrib esuptam3 length=3 label="SUP: Total time spent with child(ren)(A)"; attrib asuptam length=3 label="SUP: Allocation flag for ESUPTAM13"; attrib esupotha length=3 label="SUP: Any 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: Amount paid in past year for another"; attrib asupamad length=3 label="SUP: Allocation flag for TSUPAMAD"; attrib esuptma1 length=3 label="SUP: Total time spent with child(ren)"; attrib asuptma1 length=3 label="SUP: Allocation flag for ESUPTMA1"; attrib esuptma2 length=3 label="SUP: Total time spent with child(ren)"; attrib asuptma2 length=3 label="SUP: Allocation flag for ESUPTMA2"; attrib esuptma3 length=3 label="SUP: Total time spent with child(ren)"; attrib asuptma3 length=3 label="SUP: Allocation flag for ESUPTMA3"; attrib esupotpy length=3 label="SUP: Any payments for other persons"; attrib asupotpy length=3 label="SUP: Allocation flag for ESUPOTPY"; attrib tsupotnp length=3 label="SUP: Number of other persons support payment"; attrib asupotnp length=3 label="SUP: Allocation flag for TSUPOTNP"; attrib esupotre length=3 label="SUP: Relationship to person supporting"; 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: Where was support person 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 person"; 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 epayamt 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"; 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"; 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 ehad5m length=3 label="ADQ: Has this condition for at least 5 months"; 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"; 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 a someone else's"; attrib aintsome length=3 label="ADQ: Allocation flag for EINTSOME"; attrib eintothr length=3 label="ADQ: Use the Internet at other"; 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 EONLINE"; 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 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 eotherdc length=3 label="CDQ: Other developmental condition"; attrib aotherdc length=3 label="CDQ: Allocation flag for EOTHERDC"; attrib eadhd length=3 label="CDQ: Attention Deficit Hyperactivity Disorder"; attrib aadhd length=3 label="CDQ: Allocation flag for EADHD"; 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 akcond1 length=3 label="CDQ: Allocation flag for EKCOND1"; attrib ekcond2 length=3 label="CDQ: Second condition causing difficulty with"; attrib ekcond3 length=3 label="CDQ: Third condition causing difficulty with"; attrib ekmotorv length=3 label="CDQ: Condition result of motor vehicle"; attrib akmotorv length=3 label="CDQ: Allocation flag for EKMOTORV"; 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 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 videocassette recorder"; attrib aadvcr length=3 label="AW: Allocation flag for EADVCR"; attrib eadair length=3 label="AW: Household has air conditioning"; 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 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 eahroom 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."; attrib epluunv length=3 label="LNG: Universe indicator."; attrib elngspk length=3 label="LNG: Speak language other than English"; attrib alngspk length=3 label="LNG: Allocation flag for ELNGSPK"; attrib tlnguage length=3 label="LNG: What language is spoken at home"; attrib alnguage length=3 label="LNG: Allocation flag for ELNGUAGE"; attrib elngabil length=3 label="LNG: Ability to speak English"; attrib alngabil length=3 label="LNG: Allocation flag for ELNGABIL"; attrib rlngisol length=3 label="LNG: Linguistic isolation"; INPUT @1 ssuseq 5. @6 ssuid $12. @18 spanel 4. @22 swave 2. @24 srotaton 1. @25 tfipsst 2. @27 shhadid 3. @30 sinthhid 3. @33 eoutcome 3. @36 rfid 3. @39 rfid2 3. @42 eppidx 3. @45 eentaid $3. @48 epppnum $4. @52 epopstat 1. @53 eppintvw 2. @55 eppmis4 1. @56 esex 1. @57 erace 1. @58 eorigin 2. @60 wpfinwgt 10.4 @70 errp 2. @72 tage 2. @74 ems 1. @75 epnspous 4. @79 epnmom 4. @83 epndad 4. @87 epnguard 4. @91 rdesgpnt 2. @93 eeducate 2. @95 lgtkey $8. @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 3. @326 eamtag22 2. @328 aamtag21 1. @329 eevrchg2 2. @331 aevrchg2 1. @332 eyrchng2 4. @336 ayrchng2 1. @337 tamtcg21 3. @340 eamtcg22 2. @342 aamtcg21 1. @343 epaydue2 2. @345 apaydue2 1. @346 eynodue2 2. @348 aynodue2 1. @349 tamtsup2 5. @354 aamtsup2 1. @355 tactrec2 5. @360 aactrec2 1. @361 eallpay2 2. @363 aallpay2 1. @364 epaytim2 2. @366 apaytim2 1. @367 epayful2 2. @369 apayful2 1. @370 eduback2 2. @372 aduback2 1. @373 tdolbac2 3. @376 adolbac2 1. @377 ebacowe2 2. @379 abacowe2 1. @380 tamtowe2 5. @385 aamtowe2 1. @386 tbacrec2 3. @389 abacrec2 1. @390 ehltag21 2. @392 ehltag22 2. @394 ehltag23 2. @396 ehltag24 2. @398 ehltag25 2. @400 ehltag26 2. @402 ahltag21 1. @403 ecustag2 2. @405 acustag2 1. @406 espentm2 2. @408 aspentm2 1. @409 esametm2 2. @411 asametm2 1. @412 eamttm21 3. @415 eamttm22 2. @417 eamttm23 2. @419 aamttm21 1. @420 edcrt101 2. @422 edcrt102 2. @424 edcrt103 2. @426 edcrt104 2. @428 edcrt105 2. @430 edcrt106 2. @432 edcrt107 2. @434 edcrt108 2. @436 edcrt109 2. @438 edcrt110 2. @440 edtes101 2. @442 edtes102 2. @444 edtes103 2. @446 edtes104 2. @448 edtes105 2. @450 edtes106 2. @452 edtes107 2. @454 edtes108 2. @456 edtes109 2. @458 edtes110 2. @460 edcer101 2. @462 edcer102 2. @464 edcer103 2. @466 edcer104 2. @468 edcer105 2. @470 edcer106 2. @472 edcer107 2. @474 edcer108 2. @476 edcer109 2. @478 edcer110 2. @480 edsig101 2. @482 edsig102 2. @484 edsig103 2. @486 edsig104 2. @488 edsig105 2. @490 edsig106 2. @492 edsig107 2. @494 edsig108 2. @496 edsig109 2. @498 edsig110 2. @500 edoth101 2. @502 edoth102 2. @504 edoth103 2. @506 edoth104 2. @508 edoth105 2. @510 edoth106 2. @512 edoth107 2. @514 edoth108 2. @516 edoth109 2. @518 edoth110 2. @520 adid101 1. @521 edmar1 2. @523 admar1 1. @524 edcrt201 2. @526 edcrt202 2. @528 edcrt203 2. @530 edcrt204 2. @532 edcrt205 2. @534 edcrt206 2. @536 edcrt207 2. @538 edcrt208 2. @540 edcrt209 2. @542 edcrt210 2. @544 edtes201 2. @546 edtes202 2. @548 edtes203 2. @550 edtes204 2. @552 edtes205 2. @554 edtes206 2. @556 edtes207 2. @558 edtes208 2. @560 edtes209 2. @562 edtes210 2. @564 edcer201 2. @566 edcer202 2. @568 edcer203 2. @570 edcer204 2. @572 edcer205 2. @574 edcer206 2. @576 edcer207 2. @578 edcer208 2. @580 edcer209 2. @582 edcer210 2. @584 edsig201 2. @586 edsig202 2. @588 edsig203 2. @590 edsig204 2. @592 edsig205 2. @594 edsig206 2. @596 edsig207 2. @598 edsig208 2. @600 edsig209 2. @602 edsig210 2. @604 edoth201 2. @606 edoth202 2. @608 edoth203 2. @610 edoth204 2. @612 edoth205 2. @614 edoth206 2. @616 edoth207 2. @618 edoth208 2. @620 edoth209 2. @622 edoth210 2. @624 adid201 1. @625 eynevwr1 2. @627 eynevwr2 2. @629 eynevwr3 2. @631 eynevwr4 2. @633 eynevwr5 2. @635 eynevwr6 2. @637 eynevwr7 2. @639 eynevwr8 2. @641 aynevwr1 1. @642 ewherlv2 2. @644 awherlv2 1. @645 estagre2 2. @647 astagre2 1. @648 ewhomov2 2. @650 awhomov2 1. @651 tamtag31 3. @654 eamtag32 2. @656 aamtag31 1. @657 tactrec3 4. @661 aactrec3 1. @662 epubsupp 2. @664 apubsupp 1. @665 elastask 4. @669 alastask 1. @670 etypask1 2. @672 etypask2 2. @674 etypask3 2. @676 etypask4 2. @678 etypask5 2. @680 etypask6 2. @682 etypask7 2. @684 atypask 1. @685 ehelpsyn 2. @687 ahelpsyn 1. @688 etyphlp1 2. @690 etyphlp2 2. @692 etyphlp3 2. @694 etyphlp4 2. @696 etyphlp5 2. @698 etyphlp6 2. @700 etyphlp7 2. @702 atyphlp 1. @703 edcrt301 2. @705 edcrt302 2. @707 edcrt303 2. @709 edcrt304 2. @711 edcrt305 2. @713 edcrt306 2. @715 edcrt307 2. @717 edcrt308 2. @719 edcrt309 2. @721 edcrt310 2. @723 edtes301 2. @725 edtes302 2. @727 edtes303 2. @729 edtes304 2. @731 edtes305 2. @733 edtes306 2. @735 edtes307 2. @737 edtes308 2. @739 edtes309 2. @741 edtes310 2. @743 edcer301 2. @745 edcer302 2. @747 edcer303 2. @749 edcer304 2. @751 edcer305 2. @753 edcer306 2. @755 edcer307 2. @757 edcer308 2. @759 edcer309 2. @761 edcer310 2. @763 edsig301 2. @765 edsig302 2. @767 edsig303 2. @769 edsig304 2. @771 edsig305 2. @773 edsig306 2. @775 edsig307 2. @777 edsig308 2. @779 edsig309 2. @781 edsig310 2. @783 edoth301 2. @785 edoth302 2. @787 edoth303 2. @789 edoth304 2. @791 edoth305 2. @793 edoth306 2. @795 edoth307 2. @797 edoth308 2. @799 edoth309 2. @801 edoth310 2. @803 adid301 1. @804 edmar201 2. @806 admar201 1. @807 edmar202 2. @809 admar202 1. @810 edmar203 2. @812 admar203 1. @813 edmar204 2. @815 admar204 1. @816 edmar205 2. @818 admar205 1. @819 edmar206 2. @821 admar206 1. @822 edmar207 2. @824 admar207 1. @825 edmar208 2. @827 admar208 1. @828 edmar209 2. @830 admar209 1. @831 edmar210 2. @833 admar210 1. @834 esame01 2. @836 asame01 1. @837 esame02 2. @839 asame02 1. @840 esame03 2. @842 asame03 1. @843 esame04 2. @845 asame04 1. @846 esame05 2. @848 asame05 1. @849 esame06 2. @851 asame06 1. @852 esame07 2. @854 asame07 1. @855 esame08 2. @857 asame08 1. @858 esame09 2. @860 asame09 1. @861 esame10 2. @863 asame10 1. @864 edcrt401 2. @866 edcrt402 2. @868 edcrt403 2. @870 edcrt404 2. @872 edcrt405 2. @874 edcrt406 2. @876 edcrt407 2. @878 edcrt408 2. @880 edcrt409 2. @882 edcrt410 2. @884 edtes401 2. @886 edtes402 2. @888 edtes403 2. @890 edtes404 2. @892 edtes405 2. @894 edtes406 2. @896 edtes407 2. @898 edtes408 2. @900 edtes409 2. @902 edtes410 2. @904 edcer401 2. @906 edcer402 2. @908 edcer403 2. @910 edcer404 2. @912 edcer405 2. @914 edcer406 2. @916 edcer407 2. @918 edcer408 2. @920 edcer409 2. @922 edcer410 2. @924 edsig401 2. @926 edsig402 2. @928 edsig403 2. @930 edsig404 2. @932 edsig405 2. @934 edsig406 2. @936 edsig407 2. @938 edsig408 2. @940 edsig409 2. @942 edsig410 2. @944 edoth401 2. @946 edoth402 2. @948 edoth403 2. @950 edoth404 2. @952 edoth405 2. @954 edoth406 2. @956 edoth407 2. @958 edoth408 2. @960 edoth409 2. @962 edoth410 2. @964 adid401 1. @965 adid402 1. @966 adid403 1. @967 adid404 1. @968 adid405 1. @969 adid406 1. @970 adid407 1. @971 adid408 1. @972 adid409 1. @973 adid410 1. @974 esamepar 2. @976 asamepar 1. @977 eynoag11 2. @979 eynoag12 2. @981 eynoag13 2. @983 eynoag14 2. @985 eynoag15 2. @987 eynoag16 2. @989 eynoag17 2. @991 eynoag18 2. @993 aynoag11 1. @994 ewherlv3 2. @996 awherlv3 1. @997 evisagr1 2. @999 avisagr1 1. @1000 eamttm41 3. @1003 eamttm42 2. @1005 eamttm43 2. @1007 aamttm41 1. @1008 eynoag21 2. @1010 eynoag22 2. @1012 eynoag23 2. @1014 eynoag24 2. @1016 eynoag25 2. @1018 eynoag26 2. @1020 eynoag27 2. @1022 eynoag28 2. @1024 aynoag21 1. @1025 ewherlv4 2. @1027 awherlv4 1. @1028 evisagr2 2. @1030 avisagr2 1. @1031 eamttm51 3. @1034 eamttm52 2. @1036 eamttm53 2. @1038 aamttm51 1. @1039 epayrecv 2. @1041 apayrecv 1. @1042 tactrec4 5. @1047 aactrec4 1. @1048 eothitem 2. @1050 aothitem 1. @1051 eagencol 2. @1053 aagencol 1. @1054 eagenall 2. @1056 aagenall 1. @1057 tamtagen 5. @1062 aamtagen 1. @1063 easnunv 2. @1065 esupkdyn 2. @1067 asupkdyn 1. @1068 esuptyp1 2. @1070 esuptyp2 2. @1072 esuptyp3 2. @1074 asuptyp 1. @1075 tsupnkid 2. @1077 asupnkid 1. @1078 tsupltad 2. @1080 asupltad 1. @1081 esupagrm 2. @1083 asupagrm 1. @1084 tsupnagr 2. @1086 asupnagr 1. @1087 esupagty 2. @1089 asupagty 1. @1090 esupagyr 4. @1094 asupagyr 1. @1095 esupamtc 2. @1097 asupamtc 1. @1098 esupyrch 4. @1102 asupyrch 1. @1103 esupchag 2. @1105 asupchag 1. @1106 esupstlp 2. @1108 asupstlp 1. @1109 tsupampd 5. @1114 asupampd 1. @1115 esuphopy 2. @1117 asuphopy 1. @1118 esuphlt1 2. @1120 esuphlt2 2. @1122 esuphlt3 2. @1124 esuphlt4 2. @1126 esuphlt5 2. @1128 esuphlt6 2. @1130 asuphlt 1. @1131 esupcust 2. @1133 asupcust 1. @1134 esupsptm 2. @1136 asupsptm 1. @1137 esuptam1 3. @1140 esuptam2 2. @1142 esuptam3 2. @1144 asuptam 1. @1145 esupotha 2. @1147 asupotha 1. @1148 tsupamal 4. @1152 asupamal 1. @1153 esupwoag 2. @1155 asupwoag 1. @1156 tsupamad 5. @1161 asupamad 1. @1162 esuptma1 3. @1165 asuptma1 1. @1166 esuptma2 2. @1168 asuptma2 1. @1169 esuptma3 2. @1171 asuptma3 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 epayamt 6. @1397 apayamt 1. @1398 econd1 2. @1400 acond1 1. @1401 econd2 2. @1403 econd3 2. @1405 econdph1 2. @1407 acondph1 1. @1408 econdph2 2. @1410 econdph3 2. @1412 emotorv 2. @1414 amotorv 1. @1415 emain1 2. @1417 amain1 1. @1418 tyear1 4. @1422 ayear1 1. @1423 emonth1 2. @1425 amonth1 1. @1426 ehad5m 2. @1428 elast12m 2. @1430 alast12m 1. @1431 eldis 2. @1433 aldis 1. @1434 emr 2. @1436 amr 1. @1437 edevdis 2. @1439 adevdis 1. @1440 ealz 2. @1442 aalz 1. @1443 eotherm 2. @1445 aotherm 1. @1446 eanxious 2. @1448 aanxious 1. @1449 esocial 2. @1451 asocial 1. @1452 ectrate 2. @1454 actrate 1. @1455 ecope 2. @1457 acope 1. @1458 eintrfer 2. @1460 aintrfer 1. @1461 ejobdif 2. @1463 ajobdif 1. @1464 ejobcant 2. @1466 ajobcant 1. @1467 ehwrkdif 2. @1469 ahwrkdif 1. @1470 ehwrkno 2. @1472 ahwrkno 1. @1473 econdw1 2. @1475 acondw1 2. @1477 econdw2 2. @1479 econdw3 2. @1481 emain2 2. @1483 amain2 1. @1484 eapplyss 2. @1486 aapplyss 1. @1487 ecompute 2. @1489 acompute 1. @1490 ecmphome 2. @1492 acmphome 1. @1493 ecmpwork 2. @1495 acmpwork 1. @1496 ecmpschl 2. @1498 acmpschl 1. @1499 eintrnet 2. @1501 aintrnet 1. @1502 einthome 2. @1504 ainthome 1. @1505 eintwork 2. @1507 aintwork 1. @1508 eintschl 2. @1510 aintschl 1. @1511 eintlibr 2. @1513 aintlibr 1. @1514 eintccen 2. @1516 aintccen 1. @1517 eintsome 2. @1519 aintsome 1. @1520 eintothr 2. @1522 aintothr 1. @1523 eicourse 2. @1525 aicourse 1. @1526 eihealth 2. @1528 aihealth 1. @1529 eigovern 2. @1531 aigovern 1. @1532 eisrchjb 2. @1534 aisrchjb 1. @1535 ronline 2. @1537 aonline 1. @1538 eintstil 2. @1540 aintstil 1. @1541 epcdunv 2. @1543 eddelay 2. @1545 addelay 1. @1546 earmleg 2. @1548 aarmleg 1. @1549 erunplay 2. @1551 arunplay 1. @1552 eskoolwk 2. @1554 askoolwk 1. @1555 especed 2. @1557 aspeced 1. @1558 espednow 2. @1560 aspednow 1. @1561 elerndis 2. @1563 alerndis 1. @1564 ekmr 2. @1566 akmr 1. @1567 ekdevdis 2. @1569 akdevdis 1. @1570 eotherdc 2. @1572 aotherdc 1. @1573 eadhd 2. @1575 aadhd 1. @1576 eadhdmed 2. @1578 aadhdmed 1. @1579 ekcane 2. @1581 akcane 1. @1582 ekwchair 2. @1584 akwchair 1. @1585 ekhearad 2. @1587 akhearad 1. @1588 ekcane6 2. @1590 akcane6 1. @1591 ekseedif 2. @1593 akseedif 1. @1594 ekseenot 2. @1596 akseenot 1. @1597 ekheardf 2. @1599 akheardf 1. @1600 ekhearnt 2. @1602 akhearnt 1. @1603 ekspechd 2. @1605 akspechd 1. @1606 ekspechc 2. @1608 akspechc 1. @1609 esports 2. @1611 asports 1. @1612 ekindif 2. @1614 akindif 1. @1615 ekinhelp 2. @1617 akinhelp 1. @1618 ekbeddif 2. @1620 akbeddif 1. @1621 ekbedhlp 2. @1623 akbedhlp 1. @1624 ekbathdf 2. @1626 akbathdf 1. @1627 ekbathh 2. @1629 akbathh 1. @1630 ekdressd 2. @1632 akdressd 1. @1633 ekdressh 2. @1635 akdressh 1. @1636 ekeatdif 2. @1638 akeatdif 1. @1639 ekeathlp 2. @1641 akeathlp 1. @1642 ektoiltd 2. @1644 aktoiltd 1. @1645 ektoilth 2. @1647 aktoilth 1. @1648 eksocial 2. @1650 aksocial 1. @1651 ekcond1 2. @1653 akcond1 2. @1655 ekcond2 2. @1657 ekcond3 2. @1659 ekmotorv 2. @1661 akmotorv 1. @1662 eawbunv 2. @1664 radwash 2. @1666 aadwash 1. @1667 raddryr 2. @1669 aaddryr 1. @1670 eaddish 2. @1672 aaddish 1. @1673 eadrefr 2. @1675 aadrefr 1. @1676 eadfrz 2. @1678 aadfrz 1. @1679 eadtelv 2. @1681 aadtelv 1. @1682 eadstov 2. @1684 aadstov 1. @1685 eadmicr 2. @1687 aadmicr 1. @1688 eadvcr 2. @1690 aadvcr 1. @1691 eadair 2. @1693 aadair 1. @1694 eadcomp 2. @1696 aadcomp 1. @1697 eadcell 2. @1699 aadcell 1. @1700 radphon 2. @1702 aadphon 1. @1703 eahroom 2. @1705 aahroom 1. @1706 eahpest 2. @1708 eahleak 2. @1710 eahwind 2. @1712 eahwire 2. @1714 eahplum 2. @1716 eahcrac 2. @1718 eahhole 2. @1720 aahouse 1. @1721 eahrepr 2. @1723 aahrepr 1. @1724 eahspac 2. @1726 aahspac 1. @1727 eahfurn 2. @1729 aahfurn 1. @1730 eahwarm 2. @1732 aahwarm 1. @1733 eahcool 2. @1735 aahcool 1. @1736 eahpriv 2. @1738 aahpriv 1. @1739 eahsat 2. @1741 aahsat 1. @1742 rahmove 2. @1744 aahmove 1. @1745 eacwalk 2. @1747 aacwalk 1. @1748 eacstay 2. @1750 aacstay 1. @1751 eacwith 2. @1753 aacwith 1. @1754 eacarry 2. @1756 aacarry 1. @1757 eacnsaf 2. @1759 aacnsaf 1. @1760 eachsaf 2. @1762 aachsaf 1. @1763 racwdog 2. @1765 aacwdog 1. @1766 eacalrm 2. @1768 aacalrm 1. @1769 racmove 2. @1771 aacmove 1. @1772 eantraf 2. @1774 eanstrt 2. @1776 eantrsh 2. @1778 eanaban 2. @1780 eanind 2. @1782 eanodor 2. @1784 aancond 1. @1785 eanghbr 2. @1787 aanghbr 1. @1788 eansat 2. @1790 aansat 1. @1791 ranmove 2. @1793 aanmove 1. @1794 eapschl 2. @1796 aapschl 1. @1797 eappriv 2. @1799 aappriv 1. @1800 eapmagn 2. @1802 aapmagn 1. @1803 eappubs 2. @1805 aappubs 1. @1806 eaphoms 2. @1808 aaphoms 1. @1809 eapnosc 2. @1811 aapnosc 1. @1812 eapdiff 2. @1814 aapdiff 1. @1815 eaphosp 2. @1817 aaphosp 1. @1818 eapolic 2. @1820 aapolic 1. @1821 eapfire 2. @1823 aapfire 1. @1824 eaptran 2. @1826 aaptran 1. @1827 eapsat 2. @1829 aapsat 1. @1830 rapmove 2. @1832 aapmove 1. @1833 eabmeet 2. @1835 aabmeet 1. @1836 eabrent 2. @1838 aabrent 1. @1839 rabrhlp1 2. @1841 rabrhlp2 2. @1843 rabrhlp3 2. @1845 rabrhlp4 2. @1847 rabrhlp5 2. @1849 aabrhlp 1. @1850 eabevct 2. @1852 aabevct 1. @1853 rabehlp1 2. @1855 rabehlp2 2. @1857 rabehlp3 2. @1859 rabehlp4 2. @1861 rabehlp5 2. @1863 aabehlp 1. @1864 eabgas 2. @1866 aabgas 1. @1867 rabghlp1 2. @1869 rabghlp2 2. @1871 rabghlp3 2. @1873 rabghlp4 2. @1875 rabghlp5 2. @1877 aabghlp 1. @1878 eabcut 2. @1880 aabcut 1. @1881 rabchlp1 2. @1883 rabchlp2 2. @1885 rabchlp3 2. @1887 rabchlp4 2. @1889 rabchlp5 2. @1891 aabchlp 1. @1892 eabphon 2. @1894 aabphon 1. @1895 rabphlp1 2. @1897 rabphlp2 2. @1899 rabphlp3 2. @1901 rabphlp4 2. @1903 rabphlp5 2. @1905 aabphlp 1. @1906 eabdoct 2. @1908 aabdoct 1. @1909 rabdhlp1 2. @1911 rabdhlp2 2. @1913 rabdhlp3 2. @1915 rabdhlp4 2. @1917 rabdhlp5 2. @1919 aabdhlp 1. @1920 eabdent 2. @1922 aabdent 1. @1923 rabthlp1 2. @1925 rabthlp2 2. @1927 rabthlp3 2. @1929 rabthlp4 2. @1931 rabthlp5 2. @1933 aabthlp 1. @1934 eahlpfm 2. @1936 aahlpfm 1. @1937 eahlpfr 2. @1939 aahlpfr 1. @1940 eahlpag 2. @1942 aahlpag 1. @1943 eafood1 2. @1945 aafood1 1. @1946 eafdm1 2. @1948 eafdm2 2. @1950 eafdm3 2. @1952 eafdm4 2. @1954 eafdm5 2. @1956 aafdm 1. @1957 eaflast 2. @1959 aaflast 1. @1960 eafbaln 2. @1962 aafbaln 1. @1963 eafchld 2. @1965 aafchld 1. @1966 eafskip 2. @1968 aafskip 1. @1969 eafless 2. @1971 aafless 1. @1972 eafday 2. @1974 aafday 1. @1975 epluunv 2. @1977 elngspk 2. @1979 alngspk 1. @1980 tlnguage 2. @1982 alnguage 1. @1983 elngabil 2. @1985 alngabil 1. @1986 rlngisol 2. ; /*------------------------------------------------ The PROC FORMAT statement will store the formats in a sas data set called fsip01t8 To use the stored formats in a subsequent program, use code like the following: proc format cntlin=library.fsp01t8; PROC freq; tables pesex ; format pesex P135L.; For more information, consult PROC FORMAT in the SAS Procedures Guide ----------------------------------------------- */ PROC FORMAT cntlout=library.fsp01t8; ; VALUE spanel (default=32) 1996 = "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" 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" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "North Dakota, South Dakota," ; VALUE sinthhid (default=32) 0 = "Not in universe" ; VALUE eoutcome (default=32) 201 = "Completed interview" 203 = "Compl. partial- missing data; no" 207 = "Complete partial - TYPE-Z; no" 213 = "TYPE-A, language problem" 215 = "TYPE-A, insufficient partial" 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 w/in U.S. but" 262 = "Merged with another SIPP household" 270 = "Mover, no longer located in same" 271 = "Mover, new address located in" 280 = "Newly spawned case outside fr's" ; VALUE rfid2l (default=32) 0 = "Member of related subfamily" ; 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 = "Nonintrvw - pseudo Type Z. Left" 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" 2 = "Black" 3 = "American Indian, Aleut, or Eskimo" 4 = "Asian or Pacific Islander" ; VALUE eorigin (default=32) 1 = "Canadian" 10 = "Polish" 11 = "Russian" 12 = "Scandinavian" 13 = "Scotch-Irish" 14 = "Scottish" 15 = "Slovak" 16 = "Welsh" 17 = "Other European" 2 = "Dutch" 20 = "Mexican" 21 = "Mexican-American" 22 = "Chicano" 23 = "Puerto Rican" 24 = "Cuban" 25 = "Central American" 26 = "South American" 27 = "Dominican Republic" 28 = "Other Hispanic" 3 = "English" 30 = "African-American or Afro-American" 31 = "American Indian, Eskimo, or Aleut" 32 = "Arab" 33 = "Asian" 34 = "Pacific Islander" 35 = "West Indian" 39 = "Another group not listed" 4 = "French" 40 = "American" 5 = "French-Canadian" 6 = "German" 7 = "Hungarian" 8 = "Irish" 9 = "Italian" ; VALUE wpfinwgt (default=32) 0 = "0000:999999.9999 .Final person weight" ; VALUE errp (default=32) 1 = "Reference person w/ rel. persons" 10 = "Unmarried partner of reference" 11 = "Housemate/roommate" 12 = "Roomer/boarder" 13 = "Other non-relative of reference" 2 = "Reference Person w/out rel." 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" ; 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 hhld or person not" ; 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" 39 = "High school graduate - high" 40 = "Some college but no degree" 41 = "Diploma or certificate from a" 42 = "Associate degree in college -" 43 = "Associate Degree in college -" 44 = "Bachelors degree (For example:" 45 = "Master's degree (For example: MA," 46 = "Professional School Degree (For" 47 = "Doctorate degree (For example:" ; VALUE eacsunv (default=32) 1 = "In universe" -1 = "Not 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 = "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" -1 = "Not in universe" ; VALUE eynoab0k (default=32) 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" -1 = "Not in universe" ; VALUE eynoab0l (default=32) 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" -1 = "Not in universe" ; VALUE eynoab0m (default=32) 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" -1 = "Not in universe" ; VALUE eynoab0n (default=32) 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" -1 = "Not in universe" ; VALUE eynoab0o (default=32) 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" -1 = "Not in universe" ; VALUE eynoab0p (default=32) 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" -1 = "Not in universe" ; VALUE eynoab0q (default=32) 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" -1 = "Not in universe" ; VALUE eynoab0r (default=32) 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" -1 = "Not in universe" ; VALUE eynoab1v (default=32) 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" -1 = "Not in universe" ; 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 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" -1 = "Not in universe" ; VALUE ecsflg0k (default=32) 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" -1 = "Not in universe" ; VALUE ecsflg0l (default=32) 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" -1 = "Not in universe" ; VALUE ecsflg0m (default=32) 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" -1 = "Not in universe" ; VALUE ecsflg0n (default=32) 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" -1 = "Not in universe" ; VALUE ecsflg0o (default=32) 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" -1 = "Not in universe" ; VALUE ecsflg0p (default=32) 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" -1 = "Not in universe" ; VALUE ecsflg0q (default=32) 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" -1 = "Not in universe" ; VALUE ecsflg0r (default=32) 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" -1 = "Not in universe" ; VALUE ecsflg1g (default=32) 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" -1 = "Not in universe" ; 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" ; 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 = "Voluntary written agreement" 2 = "Court-ordered agreement" 3 = "Other type of written agreement" 4 = "A non-written verbal agreement" -1 = "Not in universe" ; 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 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" -1 = "Not in universe" ; 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 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" -1 = "Not in universe" ; 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 = "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" -1 = "Not in universe" ; 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 = "Directly from the other parent" 2 = "Through the court" 3 = "Through the welfare or child" 4 = "Some other method" -1 = "Not in universe" ; 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 = "All of the time" 2 = "Most of the time" 3 = "Some of the time" 4 = "None of the time" -1 = "Not in universe" ; 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 = "All" 2 = "Most" 3 = "Some" 4 = "None" -1 = "Not in universe" ; 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 = "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" -1 = "Not in universe" ; 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 = "Same county or city" 2 = "Same State (different county or" 3 = "Different State" 4 = "Other parent now deceased" 5 = "Other" 6 = "Unknown" -1 = "Not in universe" ; 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 = "Subject person" 2 = "Other parent" 3 = "Both subject person and other" -1 = "Not in universe" ; 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 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" -1 = "Not in universe" ; 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 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" -1 = "Not in universe" ; 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 = "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" -1 = "Not in universe" ; 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 = "All of the time" 2 = "Most of the time" 3 = "Some of the time" 4 = "None of the time" -1 = "Not in universe" ; 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 = "All" 2 = "Most" 3 = "Some" 4 = "None" -1 = "Not in universe" ; 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) 1 = "Data suppressed" 0 = "Not in universe" ; 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" ; 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 = "Child(ren) Live with mother" 2 = "Child(ren) live With father" 3 = "Child(ren) live with mother and" 4 = "None" 5 = "Other" -1 = "Not in universe" ; 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 = "Same county or city" 2 = "Same State (different county or" 3 = "Different State" 4 = "Other parent now deceased" 5 = "Other" 6 = "Unknown" -1 = "Not in universe" ; 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 = "Subject person" 2 = "Other parent" 3 = "Both subject person and other" -1 = "Not in universe" ; 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 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" -1 = "Not in universe" ; 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 = "Same county or city" 2 = "Same State (different county or" 3 = "Different State" 4 = "Other parent now deceased" 5 = "Other" 6 = "Unknown" -1 = "Not in universe" ; 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 = "Same county or city" 2 = "Same State (different county or" 3 = "Different State" 4 = "Other parent now deceased" 5 = "Other" 6 = "Unknown" -1 = "Not in universe" ; 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 = "In universe" -1 = "Not 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 = "Voluntary written agreement" 2 = "Court-ordered agreement" 3 = "Other type of written agreement" 4 = "Non-written agreement" -1 = "Not in universe" ; 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" ; 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 = "None or 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 = "Through employment related wage" 2 = "Directly to the other parent?" 3 = "Directly to The Court?" 4 = "Directly to a child support" 5 = "By some other method?" -1 = "Not in universe" ; 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 = "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" -1 = "Not in universe" ; 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 = "None or 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 asuptmad (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esuptmak (default=32) -1 = "Not in universe" ; VALUE asuptmak (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE esuptmal (default=32) -1 = "Not in universe" ; VALUE asuptmal (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 = "Parent" 2 = "Spouse" 3 = "Ex-spouse" 4 = "Child under 21" 5 = "Child over 21" 6 = "Other relative" 7 = "Not related" -1 = "Not in universe" ; 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 = "Private home or apartment" 2 = "Nursing home" 3 = "Someplace else" -1 = "Not in universe" ; 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 = "None or 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 = "Parent" 2 = "Spouse" 3 = "Ex-spouse" 4 = "Child under 21" 5 = "Child over 21" 6 = "Other relative" 7 = "Not related" -1 = "Not in universe" ; 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 = "Private home or apartment" 2 = "Nursing home" 3 = "Someplace else" -1 = "Not in universe" ; 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 = "None or 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 = "None or 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 = "In universe" -1 = "Not in universe" ; VALUE ehstat (default=32) 1 = "Excellent" 2 = "Very good" 3 = "Good" 4 = "Fair" 5 = "Poor" -1 = "Not in universe" ; 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) 3 = "Person is Blind" -1 = "Not in universe" 1 = "Yes" 2 = "No" ; 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) 3 = "Person is deaf" -1 = "Not in universe" 1 = "Yes" 2 = "No" ; 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 = "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" -1 = "Not in universe" ; 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 = "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" -1 = "Not in universe" ; 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 = "Less than 6 months" 2 = "6 to 11 months" 3 = "1 to 2 years" 4 = "3 to 5 years" 5 = "More than 5 years" -1 = "Not in universe" ; 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 epayamt (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 = "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" -1 = "Not in universe" ; 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 = "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" -1 = "Not in universe" ; 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 = "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" -1 = "Not in universe" ; 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 ehad5m (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; 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 = "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" -1 = "Not in universe" ; 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 = "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" -1 = "Not in universe" ; 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) 2 = "No, or has no Internet connection" -1 = "Not in universe" 1 = "Yes" ; 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 epcdunv (default=32) 1 = "In universe" -1 = "Not 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 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 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 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) 3 = "Person is blind" -1 = "Not in universe" 1 = "Yes" 2 = "No" ; 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) 3 = "Person is Deaf" -1 = "Not in universe" 1 = "Yes" 2 = "No" ; 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 = "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" -1 = "Not in universe" ; VALUE akcond1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; 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" ; 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" ; 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 eawbunv (default=32) 1 = "In universe" -1 = "Not in universe" ; VALUE radwash (default=32) 2 = "Not in home, but one is provided" 3 = "No, no washing machine" -1 = "Not in universe" 1 = "Yes" ; VALUE aadwash (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE raddryr (default=32) 2 = "Not in home, but one is provided" 3 = "No, no clothes dryer" -1 = "Not in universe" 1 = "Yes" ; VALUE aaddryr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eaddish (default=32) 2 = "No, no dishwasher" -1 = "Not in universe" 1 = "Yes" ; VALUE aaddish (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadrefr (default=32) 2 = "No, no refrigerator" -1 = "Not in universe" 1 = "Yes" ; VALUE aadrefr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadfrz (default=32) 2 = "No, no food freezer" -1 = "Not in universe" 1 = "Yes" ; VALUE aadfrz (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadtelv (default=32) 2 = "No, no television" -1 = "Not in universe" 1 = "Yes" ; VALUE aadtelv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadstov (default=32) 2 = "No, no stove" -1 = "Not in universe" 1 = "Yes" ; VALUE aadstov (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadmicr (default=32) 2 = "No, no microwave" -1 = "Not in universe" 1 = "Yes" ; VALUE aadmicr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadvcr (default=32) 2 = "No, no videocassette recorder" -1 = "Not in universe" 1 = "Yes" ; VALUE aadvcr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadair (default=32) 2 = "No, no air conditioning" -1 = "Not in universe" 1 = "Yes" ; VALUE aadair (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadcomp (default=32) 2 = "No, no personal computer" -1 = "Not in universe" 1 = "Yes" ; VALUE aadcomp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eadcell (default=32) 2 = "No, no cell phone" -1 = "Not in universe" 1 = "Yes" ; 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 = "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" -1 = "Not in universe" ; VALUE aadphon (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eahroom (default=32) 20 = "Twenty or more rooms" -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 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" -1 = "Not in universe" ; 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 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" -1 = "Not in universe" ; 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 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" -1 = "Not in universe" ; 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 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" -1 = "Not in universe" ; 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 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" -1 = "Not in universe" ; 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 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" -1 = "Not in universe" ; 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 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" -1 = "Not in universe" ; 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 = "Stayed in our home at certain" 2 = "Did not stay in home." -1 = "Not in universe" ; 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 = "Has taken someone with." 2 = "Did not take someone with." -1 = "Not in universe" ; 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 = "Carried anything to protect self." 2 = "Did not carry anything." -1 = "Not in universe" ; 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 = "Very safe" 2 = "Somewhat safe" 3 = "Somewhat unsafe" 4 = "Very unsafe" -1 = "Not in universe" ; 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 = "Very safe" 2 = "Somewhat safe" 3 = "Somewhat unsafe" 4 = "Very unsafe" -1 = "Not in universe" ; 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 = "Has dog to keep home safe from" 2 = "Has dog, not to keep home safe" 3 = "Does not have dog" -1 = "Not in universe" ; 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 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" -1 = "Not in universe" ; 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 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" -1 = "Not in universe" ; 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 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" -1 = "Not in universe" ; 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 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" -1 = "Not in universe" ; 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 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" -1 = "Not in universe" ; 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 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" 5 = "Haven't lived here long enough to" -1 = "Not in universe" ; VALUE aapfire (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE eaptran (default=32) 3 = "Not sure because you do not use" -1 = "Not in universe" 1 = "Yes" 2 = "No" ; 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 = "Very satisfied" 2 = "Somewhat satisfied" 3 = "Somewhat dissatisfied" 4 = "Very dissatisfied" -1 = "Not in universe" ; 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 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabrhlpk (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabrhlpl (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabrhlpm (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabrhlpn (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; 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 = "Help received from this source" 2 = "Help not received from this" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabehlpk (default=32) 1 = "Help received from this source" 2 = "Help not received from this" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabehlpl (default=32) 1 = "Help received from this source" 2 = "Help not received from this" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabehlpm (default=32) 1 = "Help received from this source" 2 = "Help not received from this" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabehlpn (default=32) 1 = "Help received from this source" 2 = "Help not received from this" 3 = "No help received from any source" -1 = "Not in universe" ; 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 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabghlpk (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabghlpl (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabghlpm (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabghlpn (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; 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 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabchlpk (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabchlpl (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabchlpm (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabchlpn (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; 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 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabphlpk (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabphlpl (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabphlpm (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabphlpo (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; 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 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabdhlpk (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabdhlpl (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabdhlpm (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabdhlpn (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; 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 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabthlpk (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabthlpl (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabthlpm (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; VALUE rabthlpn (default=32) 1 = "Help received from this source" 2 = "Help not received from this source" 3 = "No help received from any source" -1 = "Not in universe" ; 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 = "All of the help needed" 2 = "Most of the help needed" 3 = "Very little of the help needed" 4 = "No help" -1 = "Not in universe" ; 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 = "All of the help needed" 2 = "Most of the help needed" 3 = "Very little of the help needed" 4 = "No help" -1 = "Not in universe" ; 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 = "All of the help needed" 2 = "Most of the help needed" 3 = "Very little of the help needed" 4 = "No help" -1 = "Not in universe" ; 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 = "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" -1 = "Not in universe" ; 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 = "Yes, did not have enough to eat -" 2 = "No, enough to eat" -1 = "Not in universe" ; VALUE eafdm2l (default=32) 1 = "Yes, did not have enough to eat -" 2 = "No, enough to eat" -1 = "Not in universe" ; VALUE eafdm3l (default=32) 1 = "Yes, did not have enough to eat -" 2 = "No, enough to eat" -1 = "Not in universe" ; VALUE eafdm4l (default=32) 1 = "Yes, did not have enough to eat -" 2 = "No, enough to eat" -1 = "Not in universe" ; VALUE eafdm5l (default=32) 1 = "Yes, did not have enough to eat -" 2 = "No, enough to eat" -1 = "Not in universe" ; 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 = "Often true" 2 = "Sometimes true" 3 = "Never true" -1 = "Not in universe" ; 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 = "Often true" 2 = "Sometimes true" 3 = "Never true" -1 = "Not in universe" ; 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 = "Often true" 2 = "Sometimes true" 3 = "Never true" -1 = "Not in universe" ; 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)" ; VALUE epluunv (default=32) 1 = "In universe" -1 = "Not in universe" ; VALUE elngspk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE alngspk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Determined from non-coded response" ; VALUE tlnguage (default=32) 1 = "Spanish" 2 = "French (Creole)" 3 = "German" 4 = "Slavic Languages" 5 = "Other Indo-European Languages" 6 = "Chinese" 7 = "Tagalog, Pilipino" 8 = "Vietnamese" 9 = "Other Asian" 10 = "Other And Unspecified Languages" -1 = "Not in universe" ; VALUE alnguage (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Determined from non-coded response" 5 = "Taken from value given by other" ; VALUE elngabil (default=32) 1 = "Very well" 2 = "Well" 3 = "Not well" 4 = "Not at all" -1 = "Not in universe" ; VALUE alngabil (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE rlngisol (default=32) 1 = "In linguistically isolated" 2 = "Not in linguistically isolated" -1 = "Not in universe" ; proc print data=library.sip01t8 (obs=6); FORMAT spanel spanel. tfipsst tfipsst. sinthhid sinthhid. eoutcome eoutcome. rfid2 rfid2l. epopstat epopstat. eppintvw eppintvw. eppmis4 eppmis4l. esex esex. erace erace. eorigin eorigin. wpfinwgt wpfinwgt. errp errp. tage tage. ems ems. epnspous epnspous. epnmom epnmom. epndad epndad. epnguard epnguard. rdesgpnt rdesgpnt. eeducate eeducate. 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. asuptma1 asuptmad. esuptma2 esuptmak. asuptma2 asuptmak. esuptma3 esuptmal. asuptma3 asuptmal. 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. epayamt epayamt. 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. ehad5m ehad5m. 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. 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. eotherdc eotherdc. aotherdc aotherdc. eadhd eadhd. aadhd aadhd. 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. akcond1 akcond1l. ekcond2 ekcond2l. ekcond3 ekcond3l. ekmotorv ekmotorv. akmotorv akmotorv. 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. eahroom eahroom. 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. epluunv epluunv. elngspk elngspk. alngspk alngspk. tlnguage tlnguage. alnguage alnguage. elngabil elngabil. alngabil alngabil. rlngisol rlngisol. ; proc contents data=library.sip01t8; /* Copyright 2006 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. */