*options obs=100 ; options nocenter ; **------------------------------------------------; ** by Jean Roth Wed Nov 3 15:34:09 EDT 2010 ** This program reads the 2004 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/2004/p04putm8.zip "; * The following line should contain the name of the SAS dataset ; %let dataset = sippp04putm8 ; DATA library.&dataset ; INFILE datafile LRECL = 20000 ; ** ------------------------------------------------ ; ** The following variable names have been changed, ; ** if necessary: '$' to 'd', '-' to '_', '%' to 'p' ; ** ----------------------------------------------- ; attrib ssuseq length=4 label="SU: Sequence Number of Sample Unit - Primary"; attrib ssuid length=$12 label="SU: Sample Unit Identifier"; attrib spanel length=4 label="SU: Sample Code - Indicates Panel Year"; attrib swave length=3 label="SU: Wave of data collection"; attrib srotaton length=3 label="SU: Rotation of data collection"; attrib tfipsst length=3 label="HH: FIPS State Code"; attrib shhadid length=3 label="SU: Hhld Address ID differentiates hhlds in"; attrib eoutcome length=3 label="HH: Interview Status code for this household"; attrib rfid length=3 label="FA: Family ID Number for this month"; attrib rfid2 length=3 label="FA: Family ID excluding related subfamily"; attrib eppidx length=3 label="PE: Person index"; attrib eentaid length=$3 label="PE: Address ID of hhld where person entered"; attrib epppnum length=$4 label="PE: Person number"; attrib epopstat length=3 label="PE: Population status based on age in 4th"; attrib eppintvw length=3 label="PE: Person's interview status"; attrib eppmis4 length=3 label="PE: Person's 4th month interview status"; attrib esex length=3 label="PE: Sex of this person"; attrib erace length=3 label="PE: The race(s) the respondent is"; attrib eorigin length=3 label="PE: Spanish, Hispanic or Latino"; attrib wpfinwgt length=6 label="WW: Person weight"; attrib errp length=3 label="PE: Household relationship"; attrib tage length=3 label="PE: Age as of last birthday"; attrib ems length=3 label="PE: Marital status"; attrib epnspous length=4 label="PE: Person number of spouse"; attrib epnmom length=4 label="PE: Person number of mother"; attrib epndad length=4 label="PE: Person number of father"; attrib epnguard length=4 label="PE: Person number of guardian"; attrib rdesgpnt length=3 label="PE: Designated parent or guardian flag"; attrib eeducate length=3 label="ED: Highest Degree received or grade completed"; attrib lgtkey length=$8 label="PE: Person longitudinal key"; attrib sinthhid length=3 label="SU: Hhld Address ID of person in interview"; attrib eawrunv length=3 label="WR: Universe indicator."; attrib iinccat length=3 label="WR: Records total FF income in grouped"; attrib ipayn length=3 label="WR: Asks if income assistance was received"; attrib ipayn2 length=3 label="WR: Verification of lack of assistance"; attrib itraihyn length=3 label="WR: Did employer rec'd money for hiring,"; attrib ihlphire length=3 label="WR: rec'd welfare/soc.service assist. w/hiring"; attrib ihlptrai length=3 label="WR: rec'd welfare/soc.service assist. w/"; attrib ihlpwage length=3 label="WR: rec'd welfare/soc.service assist. w/ wages"; attrib ihlpdk length=3 label="WR: Item WR06B DK's and Refusals"; attrib ifoodhyn length=3 label="WR: Rec'd food assist (not Food"; attrib iclothyn length=3 label="WR: Receipt of clothing assistance"; attrib ihoushyn length=3 label="WR: House asst(not pub house/gov rent"; attrib icsuphyn length=3 label="WR: Talked w/child supp/welfare office for"; attrib iothhyn length=3 label="WR: Recipency of 'other' low-income benefits"; attrib ijobhelp length=3 label="WR: Did ... receive govt/social service to"; attrib ireqinc length=3 label="WR: Reported income/address changes"; attrib ireqcs length=3 label="WR: Reported community service/workfare"; attrib ireqpat length=3 label="WR: Reported establishment of paternity for a"; attrib ireqdt length=3 label="WR: Reported drug testing req'd by welf/soc"; attrib ijhrusu length=3 label="WR: Resume writing assistance"; attrib ijhint length=3 label="WR: Learning how to interview"; attrib ijhdres length=3 label="WR: Learn how to dress for work or interview"; attrib ijhself length=3 label="WR: Self-esteem building assistance"; attrib ijhcomp length=3 label="WR: Computer training assistance"; attrib ijhcler length=3 label="WR: Other clerical skills assistance"; attrib ijhmach length=3 label="WR: Machinery training assistance"; attrib ijhojs length=3 label="WR: Other specific job training assistance"; attrib ijhged length=3 label="WR: GED assistance"; attrib ijhcol length=3 label="WR: College degree/certificate assistance"; attrib ijhlit length=3 label="WR: Literacy training assistance"; attrib ijhlis length=3 label="WR: rec'd job referrals or access to job lists"; attrib ijheng length=3 label="WR: rec'd assist w/ English as second language"; attrib ijhoth length=3 label="WR: Other training/job search assistance"; attrib ijcomptr length=3 label="WR: Was training completed?"; attrib ijhjobyn length=3 label="WR: Did training/assistance lead to job?"; attrib ijhpayyn length=3 label="WR: Did respondent pay for any"; attrib inumpay length=3 label="WR: Number of payments to employer"; attrib igasvyn length=3 label="WR: Type of transportation assistance"; attrib itokyn length=3 label="WR: Type of transportation assist. received:"; attrib icaryn length=3 label="WR: Type of transport assist rec'd:"; attrib irideyn length=3 label="WR: Type of transportation assistance...recd"; attrib iothtyn length=3 label="WR: Other type of transportation assistance"; attrib icctype length=3 label="WR: Were child care services free or paid for?"; attrib iccpayyn length=3 label="WR: Did government pay any child care cost?"; attrib iccempyn length=3 label="WR: Did employer/charity/relative/friends"; attrib iccwho length=3 label="WR: Who (exclud social serv.)helped pay cost"; attrib icccov01 length=4 label="WR: Children who received gov't. assisted"; attrib icccov02 length=4 label="WR: Children who received government assisted"; attrib icccov03 length=4 label="WR: Children who received gov't. assisted"; attrib icccov04 length=4 label="WR: Children who received gov't. assisted"; attrib icccov05 length=4 label="WR: Children who received gov't. assisted"; attrib icccov06 length=4 label="WR: Children who received gov't. assisted"; attrib icccov07 length=4 label="WR: Children who received gov't. assisted"; attrib iccrel length=3 label="WR: Types of child care paid for by govt:"; attrib iccdayc length=3 label="WR: Types of childcare pd by govt: daycare"; attrib iccsitt length=3 label="WR: Types of childcare pd for by govt:care by"; attrib iccaft length=3 label="WR: Types of childcare pd for by govt: after"; attrib ifavou length=3 label="WR: Type of food-related assist: Rec'd"; attrib ifagroc length=3 label="WR: Type of food-related assist: Rec'd bags"; attrib ifameal length=3 label="WR: Food-related assist: Rec'd meal from"; attrib ifaoth length=3 label="WR: Type of food-related assistance received:"; attrib ivouga length=3 label="WR: Sources of food assistance received: Govt"; attrib ivouhar length=3 label="WR: Sources of food assist: Rec'd charity"; attrib ivoufam length=3 label="WR: Sources of food assistance received:"; attrib ivouoth length=3 label="WR: Sources of food assistance received:"; attrib ivouthh length=3 label="WR: Item WR50 DK's and Refusals"; attrib icaga length=3 label="WR: Sources of clothing assistance received:"; attrib icachar length=3 label="WR: Sources of clothing assistance received:"; attrib icafam length=3 label="WR: Sources of clothing assist received:"; attrib icaemp length=3 label="WR: Sources of clothing assistance received:"; attrib icaoth length=3 label="WR: Sources of clothing assist. rec'd:"; attrib icaothh length=3 label="WR: Item WR54 DK's and Refusals"; attrib ihatype length=3 label="WR: Type of housing assistance program"; attrib ihatype2 length=3 label="WR: Type of housing assistance program"; attrib ihaga length=3 label="WR: Source of cash housing assistance: Gov.t"; attrib ihahous length=3 label="WR: Source of cash housing assistance:"; attrib ihachar length=3 label="WR: Source of cash housing assistance: Charity"; attrib ihaoth length=3 label="WR: Source of cash housing assistance: Other"; attrib ihaothh length=3 label="WR: Item WR58 DK's and Refusals"; attrib icashsc length=3 label="WR: Source of short-term cash assistance"; attrib icashhm length=3 label="WR: Number of short-term cash payments during"; attrib icashal length=3 label="WR: Was short-term cash assistance reported"; attrib icashuse length=3 label="WR: Use specified for short-term cash"; attrib icashren length=3 label="WR: Use for short-term cash assistance: Rent"; attrib icashfoo length=3 label="WR: Use for short-term cash assistance: Food"; attrib icashcs length=3 label="WR: Use for short-term cash assistance:"; attrib icashck length=3 label="WR: Use for short-trm cash assistance:"; attrib icashcar length=3 label="WR: Use for short-term cash assistance: Car"; attrib icashoth length=3 label="WR: Use for short-term cash assistance : Other"; attrib icashohh length=3 label="WR: Item WR65 DKs and Refusals"; attrib icsagen length=3 label="WR: Source of help to obtain child support:"; attrib icswelf length=3 label="WR: Source of help to obtain child supp:"; attrib icsoth length=3 label="WR: Source of help for obtaining child"; attrib icsothh length=3 label="WR: Item WR66 DKs and Refusals"; attrib icspat length=3 label="WR: Child support assistance: Establishing"; attrib icsabs length=3 label="WR: Child support assistance: Locating a"; attrib icscourt length=3 label="WR: Child support assistance: Obtaining court"; attrib icscoll length=3 label="WR: Child support assistance: Collecting"; attrib icsoth2 length=3 label="WR: Child support assistance: Other kind of"; attrib icsgov length=3 label="WR: Source of 'other' benefits: Government"; attrib icschar length=3 label="WR: Source of other benefit:"; attrib icsfam length=3 label="WR: Source of other benefits: Family, friends"; attrib icselse length=3 label="WR: Source of 'other' benefits: Someplace else"; attrib icselsee length=3 label="WR: Item WR69 DKs and Refusals"; attrib tcsamt length=4 label="WR: Dollar amount of 'other' assistance"; attrib icsncash length=3 label="WR: Amount of 'other' assistance: No cash"; attrib icsearl length=3 label="WR: 'Other' assistance amount reported"; attrib icspart length=3 label="WR: Use specified for 'other' assistance?"; attrib icsrent length=3 label="WR: Particular use of 'other' cash"; attrib icsfood length=3 label="WR: Particular use of 'other' cash"; attrib icsclos length=3 label="WR: Particular use of 'other' assist: Clothes"; attrib icsclok length=3 label="WR: Particular use of 'other' assist: Clothes"; attrib icscar length=3 label="WR: Particular use of 'other' assistance: Car"; attrib icsouse length=3 label="WR: Particular use of 'other' assistance:"; attrib icsousee length=3 label="WR: Item WR73 DKs and Refusals"; attrib iwftype length=3 label="WR: Venue of community srv/ work experience"; attrib iwforg length=3 label="WR: Function of gov.t providing community"; attrib iwfind length=3 label="WR: Kind business/industry providing"; attrib iwfjob length=3 label="WR: Did work for benefits/experience lead to"; attrib iwfcore length=3 label="WR: FR note - work for benefits/experience"; attrib iinqcomp length=3 label="WR: Respondent inquiry about government"; attrib iinqcomo length=3 label="WR: Respondent inquiry about additional gov't"; attrib iincafdc length=3 label="WR: Gov't assistance inquired about: AFDC or"; attrib iincga length=3 label="WR: Govt asst inquired about: General"; attrib iincssi length=3 label="WR: Gov't assistance inquired about: SSI"; attrib iincfs length=3 label="WR: Gov't assistance inquired about: Food"; attrib iincmcd length=3 label="WR: Gov't assistance inquired about: Medicaid"; attrib iincwic length=3 label="WR: Gov't assistance inquired about: WIC"; attrib iincunem length=3 label="WR: Gov't assist. inquire about: Unemplymnt"; attrib iincoph length=3 label="WR: Gov't assist. inquired about: Public"; attrib iincener length=3 label="WR: Gov't assistance inquired about: Energy"; attrib iinceduc length=3 label="WR: Gov't assist. inquired about: Education"; attrib iincqcc length=3 label="WR: Gov't assist. inquired about: Child care"; attrib iinctran length=3 label="WR: Gov't assist. inquired about:"; attrib iincmeal length=3 label="WR: Gov't assistance inquired about: School"; attrib iincoth length=3 label="WR: Gov.t assistance inquired about: Other"; attrib iincothh length=3 label="WR: Item WR104 DKs and Refusals"; attrib ininlimt length=3 label="WR: Reason didn't apply: Exceeded time limit"; attrib inindn length=3 label="WR: Reason didn't apply: Don't need any"; attrib ininimm length=3 label="WR: Reason didn't apply: Not elig cause"; attrib ininelig length=3 label="WR: Reason didn't apply: Not eligible for"; attrib inindk length=3 label="WR: Reason didn't apply: Didn't know I could"; attrib ininhas length=3 label="WR: Reason didn't apply: Too much run-around,"; attrib inintran length=3 label="WR: Reason didn't apply: No transportation to"; attrib ininchar length=3 label="WR: Reason didn't apply: Don't take"; attrib ininwort length=3 label="WR: Reason didn't apply: The money is not"; attrib ininplan length=3 label="WR: Reason didn't apply: Haven't done it"; attrib ininavai length=3 label="WR: Reason didn't apply: No other assist"; attrib ininoth length=3 label="WR: Reason didn't apply: Some other reason"; attrib ininothh length=3 label="WR: Item WR108 DKs and Refusals"; attrib ipbredyn length=3 label="WR: Has respondent's benefit been cut?"; attrib iredincr length=3 label="WR: Why benefits cut: Income too high"; attrib iredwkrq length=3 label="WR: Why benefits cut: Work requirements not"; attrib iredcsrq length=3 label="WR: Why benefits cut: Child support"; attrib iredinfo length=3 label="WR: Why benefits cut: Did not provide all"; attrib iredsign length=3 label="WR: Why benefits cut: Rejected plan"; attrib iredssi length=3 label="WR: Why benefits cut: Receiving SSI"; attrib iredlimt length=3 label="WR: Why benefits cut: Exceeded time limit"; attrib iredoth length=3 label="WR: Why benefits cut: Other reason"; attrib ireddk length=3 label="WR: Item WR114 DK's and Refusals"; attrib ipastpub length=3 label="WR: Past Public Assistance recipiency?"; attrib tpastyr length=4 label="WR: Year of past Public Assistance recipiency"; attrib inotlimt length=3 label="WR: Why AFDC cut? Exceeded time limit"; attrib inotwkrq length=3 label="WR: Why AFDC cut? Non-cooperation with work"; attrib inotcsrq length=3 label="WR: Why AFDC cut? Non-cooperation w/Child"; attrib inotinfo length=3 label="WR: Why AFDC cut? Did not provide all the"; attrib inotbank length=3 label="WR: Why AFDC cut? Banking eligibility"; attrib inothigh length=3 label="WR: Why AFDC cut? Income too high"; attrib inotmax length=3 label="WR: Why AFDC cut? Had already received max"; attrib inotsign length=3 label="WR: Why AFDC cut? Rejected signed plan"; attrib inotmarr length=3 label="WR: Why AFDC cut? Got married"; attrib inotneed length=3 label="WR: Why AFDC cut? No longer needed"; attrib inotold length=3 label="WR: Why AFDC cut? Children too old"; attrib inototh length=3 label="WR: Why AFDC cut? Other reason"; attrib inotdk length=3 label="WR: Item WR116 DK's and Refusals"; attrib ielignum length=3 label="WR: Remaining months AFDC eligibility"; attrib teligyr length=4 label="WR: End date of AFDC eligibility: Year"; attrib ialwaych length=3 label="WR: AFDC always covered kids only ?"; attrib ikidwkrq length=3 label="WR: Why no AFDC for adult,too? Work"; attrib ikidcsrq length=3 label="WR: Why no AFDC for adult, too? CS"; attrib ikidimmi length=3 label="WR: Why no AFDC for adult, too? Immigration"; attrib ikidinfo length=3 label="WR: Why no AFDC for adult?Not provide all"; attrib ikidsign length=3 label="WR: Why no AFDC for adult, too? Rejected"; attrib ikidssi length=3 label="WR: Why no AFDC for adult, too? Receiving SSI"; attrib ikidlimt length=3 label="WR: Why no AFDC for adult, too? Exceeded time"; attrib ikidoth length=3 label="WR: Why no AFDC for adult, too? Other reason"; attrib ikiddk length=3 label="WR: Item WR119 DK's and Refusals"; attrib tkdstrty length=4 label="WR: Date of kid's own Public Assistance"; attrib epcwunv length=3 label="CW: Universe indicator."; attrib edaycare length=3 label="CW: Child cared for by non-fam daycare/babysit"; attrib adaycare length=3 label="CW: Allocation flag for EDAYCARE"; attrib ecaremth length=3 label="CW: Age of child in months when non-family"; attrib acaremth length=3 label="CW: Allocation flag for ECAREMTH"; attrib ehrscare length=3 label="CW: Hours per week child was cared for by"; attrib ahrscare length=3 label="CW: Allocation flag for EHRSCARE"; attrib elivapat length=3 label="CW: Child ever lived apart from designated"; attrib alivapat length=3 label="CW: Allocation flag for ELIVAPAT"; attrib enotable length=3 label="CW: Was child sent elsewhere b/c unable to"; attrib anotable length=3 label="CW: Allocation flag for ENOTABLE"; attrib epastmon length=3 label="CW: Child lived away from designated parent"; attrib apastmon length=3 label="CW: Allocation flag for EPASTMON"; attrib eouting length=3 label="CW: How often family member took child on"; attrib aouting length=3 label="CW: Allocation flag for EOUTING"; attrib etotread length=3 label="CW: How often in past week child read to by"; attrib atotread length=3 label="CW: Allocation flag for ETOTREAD"; attrib eparread length=3 label="CW: Times in past week child read to by"; attrib aparread length=3 label="CW: Allocation flag for EPARREAD"; attrib edadread length=3 label="CW: Number of times past week did Dad read to"; attrib adadread length=3 label="CW: Allocation flag for EDADREAD"; attrib etvrules length=3 label="CW: Family rules about TV programs"; attrib atvrules length=3 label="CW: Allocation flag for ETVRULES"; attrib etimestv length=3 label="CW: Family rules about watching TV early or"; attrib atimestv length=3 label="CW: Allocation flag for ETIMESTV"; attrib ehoustv length=3 label="CW: Family rules about number of hours to"; attrib ahoustv length=3 label="CW: Allocation flag for EHOUSTV"; attrib eeatbkf length=3 label="CW: Number of days you ate breakfast with"; attrib aeatbkf length=3 label="CW: Allocation flag for EEATBKF"; attrib eeatdinn length=3 label="CW: Number of days you ate dinner with child"; attrib aeatdinn length=3 label="CW: Allocation flag for EEATDINN"; attrib edadbrkf length=3 label="CW: Number of days DAD ate breakfast with"; attrib adadbrkf length=3 label="CW: Allocation flag for EDADBRKF"; attrib edaddinn length=3 label="CW: Number of days DAD ate dinner with child"; attrib adaddinn length=3 label="CW: Allocation flag for EDADDINN"; attrib efuntime length=3 label="CW: Number of times ... talk or played with"; attrib afuntime length=3 label="CW: Allocation flag for EFUNTIME"; attrib edadfun length=3 label="CW: Number of times DAD talked or played with"; attrib adadfun length=3 label="CW: Allocation flag for EDADFUN"; attrib epraise length=3 label="CW: How often did ... praise child"; attrib apraise length=3 label="CW: Allocation flag for EPRAISE"; attrib edadprai length=3 label="CW: How often did DAD praise child"; attrib adadprai length=3 label="CW: Allocation flag for EDADPRAI"; attrib efarscho length=3 label="CW: Education attainment you would LIKE for"; attrib afarscho length=3 label="CW: Allocation flag for EFARSCHO"; attrib edadfar length=3 label="CW: Education [the father] would LIKE for the"; attrib adadfar length=3 label="CW: Allocation flag for EDADFAR"; attrib ethinksc length=3 label="CW: Education attainment you THINK child will"; attrib athinksc length=3 label="CW: Allocation flag for ETHINKSC"; attrib eatkindg length=3 label="CW: Has child ever attended or enrolled in"; attrib aatkindg length=3 label="CW: Allocation flag for EATKINDG"; attrib ekindage length=3 label="CW: Age of child when first started"; attrib akindage length=3 label="CW: Allocation flag for EKINDAGE"; attrib efirgrad length=3 label="CW: Has child ever attended or enrolled in"; attrib afirgrad length=3 label="CW: Allocation flag for EFIRGRAD"; attrib estrtage length=3 label="CW: Age of child when first started first"; attrib astrtage length=3 label="CW: Allocation flag for ESTRTAGE"; attrib ekindele length=3 label="CW: Child attend/enroll in kindergarten or"; attrib akindele length=3 label="CW: Allocation flag for EKINDELE"; attrib ehighgra length=3 label="CW: Highest grade/year child has completed"; attrib ahighgra length=3 label="CW: Allocation flag for EHIGHGRA"; attrib ecurrerl length=3 label="CW: Was child attending/enrolled in school"; attrib acurrerl length=3 label="CW: Allocation flag for ECURRERL"; attrib egrdeatt length=3 label="CW: Grade/year child was attending"; attrib agrdeatt length=3 label="CW: Allocation flag for EGRDEATT"; attrib epubpriv length=3 label="CW: Was child enrolled in public or private"; attrib apubpriv length=3 label="CW: Allocation flag for EPUBPRIV"; attrib eassschl length=3 label="CW: Assigned or chosen school"; attrib aassschl length=3 label="CW: Allocation flag for EASSSCHL"; attrib erelisch length=3 label="CW: Was school affiliated with a religion"; attrib arelisch length=3 label="CW: Allocation flag for ERELISCH"; attrib especsch length=3 label="CW: Is child a gifted student"; attrib aspecsch length=3 label="CW: Allocation flag for ESPECSCH"; attrib esportea length=3 label="CW: Was child on a sports team"; attrib asportea length=3 label="CW: Allocation flag for ESPORTEA"; attrib elessons length=3 label="CW: Did child take music, dance, language"; attrib alessons length=3 label="CW: Allocation flag for ELESSONS"; attrib eclubsch length=3 label="CW: Did child participate in any clubs"; attrib aclubsch length=3 label="CW: Allocation flag for ECLUBSCH"; attrib erelig length=3 label="CW: How often child goes to religious event"; attrib arelig length=3 label="CW: Allocation flag for ERELIG"; attrib elikesch length=3 label="CW: Child likes school"; attrib alikesch length=3 label="CW: Allocation flag for ELIKESCH"; attrib eintschl length=3 label="CW: Is child interested in school work"; attrib aintschl length=3 label="CW: Allocation flag for EINTSCHL"; attrib ewkshard length=3 label="CW: Does child work hard in school"; attrib awkshard length=3 label="CW: Allocation flag for EWKSHARD"; attrib echgschl length=3 label="CW: Has child changed schools"; attrib achgschl length=3 label="CW: Allocation flag for ECHGSCHL"; attrib etimchan length=3 label="CW: Number of times changed schools"; attrib atimchan length=3 label="CW: Allocation flag for ETIMCHAN"; attrib erepgrad length=3 label="CW: Has child repeated grades"; attrib arepgrad length=3 label="CW: Allocation flag for EREPGRAD"; attrib egrdrpt1 length=3 label="CW: Grade/year child repeated - ENTRY 1"; attrib egrdrpt2 length=3 label="CW: Grade/year child repeated - ENTRY 2"; attrib egrdrpt3 length=3 label="CW: Grade/year child repeated - ENTRY 3"; attrib egrdrpt4 length=3 label="CW: Grade/year child repeated - ENTRY 4"; attrib egrdrpt5 length=3 label="CW: Grade/year child repeated - ENTRY 5"; attrib agrdrpt length=3 label="CW: Allocation flag for EGRDRPT1-EGRDRPT5"; attrib eexpschl length=3 label="CW: Has child been expelled from school"; attrib aexpschl length=3 label="CW: Allocation flag for EEXPSCHL"; attrib ttimexp length=3 label="CW: Number of times child was expelled"; attrib atimexp length=3 label="CW: Allocation flag for TTIMEXP"; attrib ehardcar length=3 label="CW: Child is hard to care for"; attrib ahardcar length=3 label="CW: Allocation flag for EHARDCAR"; attrib ebother length=3 label="CW: Child does things that bother me"; attrib abother length=3 label="CW: Allocation flag for EBOTHER"; attrib egivuplf length=3 label="CW: Parent gives up life to meet child/ren"; attrib agivuplf length=3 label="CW: Allocation flag for EGIVUPLF"; attrib eangrycl length=3 label="CW: Parent feels angry with child"; attrib aangrycl length=3 label="CW: Allocation flag for EANGRYCL"; attrib ehelpech length=3 label="CW: People help each other out"; attrib ahelpech length=3 label="CW: Allocation flag for EHELPECH"; attrib ewatchot length=3 label="CW: We watch out for each other's children"; attrib awatchot length=3 label="CW: Allocation flag for EWATCHOT"; attrib ecounton length=3 label="CW: There are people I can count on"; attrib acounton length=3 label="CW: Allocation flag for ECOUNTON"; attrib ebadpeop length=3 label="CW: There are people who might be a bad"; attrib abadpeop length=3 label="CW: Allocation flag for EBADPEOP"; attrib etrustpe length=3 label="CW: There are adults I trust to help the"; attrib atrustpe length=3 label="CW: Allocation flag for ETRUSTPE"; attrib ekeepins length=3 label="CW: I keep my children inside"; attrib akeepins length=3 label="CW: Allocation flag for EKEEPINS"; attrib esafepla length=3 label="CW: There are safe places to play outside"; attrib asafepla length=3 label="CW: Allocation flag for ESAFEPLA"; attrib eccunv length=3 label="CC: Universe indicator."; attrib ehrwksch length=3 label="CC: Hours per week spent in school"; attrib ahrwksch length=3 label="CC: Allocation flag for EHRWKSCH"; attrib rrhrswk length=3 label="CC: Recoded hours worked or attended school"; attrib ehrwkjob length=3 label="CC: Hours spent looking for a job"; attrib ahrwkjob length=3 label="CC: Allocation flag for EHRWKJOB"; attrib eccpnuma length=$4 label="CC: Person number of YOUNGEST child"; attrib eccpnumb length=$4 label="CC: Person number of 2nd YOUNGEST child"; attrib eccpnumc length=$4 label="CC: Person number of 3rd YOUNGEST child"; attrib eccpnumd length=$4 label="CC: Person number of 4th YOUNGEST child"; attrib eccpnume length=$4 label="CC: Person number of 5th YOUNGEST child"; attrib eccagea length=3 label="CC: Age of the YOUNGEST child"; attrib eccageb length=3 label="CC: Age of the 2nd YOUNGEST child"; attrib eccagec length=3 label="CC: Age of the 3rd YOUNGEST child"; attrib eccaged length=3 label="CC: Age of the 4th YOUNGEST child"; attrib eccagee length=3 label="CC: Age of the 5th YOUNGEST child"; attrib eckd01a length=3 label="CC: Arrangement of other parent or stepparent"; attrib eckd01b length=3 label="CC: Arrangement of other parent or stepparent"; attrib eckd01c length=3 label="CC: Arrangement of other parent or stepparent"; attrib eckd01d length=3 label="CC: Arrangement of other parent or stepparent"; attrib eckd01e length=3 label="CC: Arrangement of other parent or stepparent"; attrib eckd02a length=3 label="CC: Arrangement of parent or guardian"; attrib eckd02b length=3 label="CC: Arrangement of parent or guardian"; attrib eckd02c length=3 label="CC: Arrangement of parent or guardian"; attrib eckd02d length=3 label="CC: Arrangement of parent or guardian"; attrib eckd02e length=3 label="CC: Arrangement of parent or guardian"; attrib eckd03a length=3 label="CC: Arrangement of sibling age 15 or older"; attrib eckd03b length=3 label="CC: Arrangement of sibling age 15 or older"; attrib eckd03c length=3 label="CC: Arrangement of sibling age 15 or older"; attrib eckd03d length=3 label="CC: Arrangement of sibling age 15 or older"; attrib eckd03e length=3 label="CC: Arrangement of sibling age 15 or older"; attrib eckd04a length=3 label="CC: Arrangement of sibling under age 15"; attrib eckd04b length=3 label="CC: Arrangement of sibling under age 15"; attrib eckd04c length=3 label="CC: Arrangement of sibling under age 15"; attrib eckd04d length=3 label="CC: Arrangement of sibling under age 15"; attrib eckd04e length=3 label="CC: Arrangement of sibling under age 15"; attrib eckd05a length=3 label="CC: Arrangement of grandparent"; attrib eckd05b length=3 label="CC: Arrangement of grandparent"; attrib eckd05c length=3 label="CC: Arrangement of grandparent"; attrib eckd05d length=3 label="CC: Arrangement of grandparent"; attrib eckd05e length=3 label="CC: Arrangement of grandparent"; attrib eckd06a length=3 label="CC: Arrangement of any other relative"; attrib eckd06b length=3 label="CC: Arrangement of any other relative"; attrib eckd06c length=3 label="CC: Arrangement of any other relative"; attrib eckd06d length=3 label="CC: Arrangement of any other relative"; attrib eckd06e length=3 label="CC: Arrangement of any other relative"; attrib eckd07a length=3 label="CC: Arrangement of family daycare provider"; attrib eckd07b length=3 label="CC: Arrangement of family daycare provider"; attrib eckd07c length=3 label="CC: Arrangement of family daycare provider"; attrib eckd07d length=3 label="CC: Arrangement of family daycare provider"; attrib eckd07e length=3 label="CC: Arrangement of family daycare provider"; attrib eckd08a length=3 label="CC: Arrangement of child or day care center"; attrib eckd08b length=3 label="CC: Arrangement of child or day care center"; attrib eckd08c length=3 label="CC: Arrangement of child or day care center"; attrib eckd08d length=3 label="CC: Arrangement of child or day care center"; attrib eckd08e length=3 label="CC: Arrangement of child or day care center"; attrib eckd09a length=3 label="CC: Arrangement of nursery or preschool"; attrib eckd09b length=3 label="CC: Arrangement of nursery or preschool"; attrib eckd09c length=3 label="CC: Arrangement of nursery or preschool"; attrib eckd09d length=3 label="CC: Arrangement of nursery or preschool"; attrib eckd09e length=3 label="CC: Arrangement of nursery or preschool"; attrib eckd10a length=3 label="CC: Arrangement of Head Start program"; attrib eckd10b length=3 label="CC: Arrangement of Head Start program"; attrib eckd10c length=3 label="CC: Arrangement of Head Start program"; attrib eckd10d length=3 label="CC: Arrangement of Head Start program"; attrib eckd10e length=3 label="CC: Arrangement of Head Start program"; attrib eckd11a length=3 label="CC: Arrangement of a non-relative"; attrib eckd11b length=3 label="CC: Arrangement of a non-relative"; attrib eckd11c length=3 label="CC: Arrangement of a non-relative"; attrib eckd11d length=3 label="CC: Arrangement of a non-relative"; attrib eckd11e length=3 label="CC: Arrangement of a non-relative"; attrib accarea length=3 label="CC: Allocation flag for the YOUNGEST child"; attrib accareb length=3 label="CC: Allocation flag for the 2nd YOUNGEST child"; attrib accarec length=3 label="CC: Allocation flag for the 3rd YOUNGEST child"; attrib accared length=3 label="CC: Allocation flag for the 4th YOUNGEST child"; attrib accaree length=3 label="CC: Allocation flag for the 5th YOUNGEST child"; attrib ewhepara length=3 label="CC: Place the parent cared for the YOUNGEST"; attrib awhepara length=3 label="CC: Allocation flag for EWHEPARA"; attrib ewheparb length=3 label="CC: Place the parent cared for the 2nd"; attrib awheparb length=3 label="CC: Allocation flag for EWHEPARB"; attrib ewheparc length=3 label="CC: Place the parent cared for the 3rd"; attrib awheparc length=3 label="CC: Allocation flag for EWHEPARC"; attrib ewhepard length=3 label="CC: Place the parent cared for the 4th"; attrib awhepard length=3 label="CC: Allocation flag for EWHEPARD"; attrib ewhepare length=3 label="CC: Place the parent cared for the 5th"; attrib awhepare length=3 label="CC: Allocation flag for EWHEPARE"; attrib eparhr1a length=3 label="CC: Hrs other parent cared for the YOUNGEST"; attrib aparhr1a length=3 label="CC: Allocation flag for EPARHR1A"; attrib eparhr1b length=3 label="CC: Hrs other parent cared for the 2nd"; attrib aparhr1b length=3 label="CC: Allocation flag for EPARHR1B"; attrib eparhr1c length=3 label="CC: Hrs other parent cared for the 3rd"; attrib aparhr1c length=3 label="CC: Allocation flag for EPARHR1C"; attrib eparhr1d length=3 label="CC: Hrs other parent cared for the 4th"; attrib aparhr1d length=3 label="CC: Allocation flag for EPARHR1D"; attrib eparhr1e length=3 label="CC: Hrs other parent cared for the 5th"; attrib aparhr1e length=3 label="CC: Allocation flag for EPARHR1E"; attrib eparhr2a length=3 label="CC: Hrs cared for YOUNGEST CHILD by other"; attrib aparhr2a length=3 label="CC: Allocation flag for EPARHR2A"; attrib eparhr2b length=3 label="CC: Hrs cared for 2nd YOUNGEST CHILD by other"; attrib aparhr2b length=3 label="CC: Allocation flag for EPARHR2B"; attrib eparhr2c length=3 label="CC: Hrs cared for 3rd YOUNGEST CHILD by other"; attrib aparhr2c length=3 label="CC: Allocation flag for EPARHR2C"; attrib eparhr2d length=3 label="CC: Hrs cared for 4th YOUNGEST CHILD by other"; attrib aparhr2d length=3 label="CC: Allocation flag for EPARHR2D"; attrib eparhr2e length=3 label="CC: Hrs cared for 5th YOUNGEST CHILD by other"; attrib aparhr2e length=3 label="CC: Allocation flag for EPARHR2E"; attrib ewhselfa length=3 label="CC: Place the parent cared for the YOUNGEST"; attrib awhselfa length=3 label="CC: Allocation flag for EWHSELFA"; attrib ewhselfb length=3 label="CC: Place the parent cared for the 2nd"; attrib awhselfb length=3 label="CC: Allocation flag for EWHSELFB"; attrib ewhselfc length=3 label="CC: Place the parent cared for the 3rd"; attrib awhselfc length=3 label="CC: Allocation flag for EWHSELFC"; attrib ewhselfd length=3 label="CC: Place the parent cared for the 4th"; attrib awhselfd length=3 label="CC: Allocation flag for EWHSELFD"; attrib ewhselfe length=3 label="CC: Place the parent cared for the 5th"; attrib awhselfe length=3 label="CC: Allocation flag for EWHSELFE"; attrib eselfhra length=3 label="CC: Hrs cared for the YOUNGEST child while"; attrib aselfhra length=3 label="CC: Allocation flag for ESELFHRA"; attrib eselfhrb length=3 label="CC: Hrs cared for the 2nd YOUNGEST child"; attrib aselfhrb length=3 label="CC: Allocation flag for ESELFHRB"; attrib eselfhrc length=3 label="CC: Hrs cared for the 3rd YOUNGEST child"; attrib aselfhrc length=3 label="CC: Allocation flag for ESELFHRC"; attrib eselfhrd length=3 label="CC: Hrs cared for the 4th YOUNGEST child"; attrib aselfhrd length=3 label="CC: Allocation flag for ESELFHRD"; attrib eselfhre length=3 label="CC: Hrs cared for the 5th YOUNGEST child"; attrib aselfhre length=3 label="CC: Allocation flag for ESELFHRE"; attrib ewhsb15a length=3 label="CC: Place the sibling cared for the YOUNGEST"; attrib awhsb15a length=3 label="CC: Allocation flag for EWHSB15A"; attrib ewhsb15b length=3 label="CC: Place the sibling cared for the 2nd"; attrib awhsb15b length=3 label="CC: Allocation flag for EWHSB15B"; attrib ewhsb15c length=3 label="CC: Place the sibling cared for the 3rd"; attrib awhsb15c length=3 label="CC: Allocation flag for EWHSB15C"; attrib ewhsb15d length=3 label="CC: Place the sibling cared for the 4th"; attrib awhsb15d length=3 label="CC: Allocation flag for EWHSB15D"; attrib ewhsb15e length=3 label="CC: Place the sibling cared for the 5th"; attrib awhsb15e length=3 label="CC: Allocation flag for EWHSB15E"; attrib ewhsbhra length=3 label="CC: Hours the sibling cared for the YOUNGEST"; attrib awhsbhra length=3 label="CC: Allocation flag for EWHSBHRA"; attrib ewhsbhrb length=3 label="CC: Hours the sibling cared for the 2nd"; attrib awhsbhrb length=3 label="CC: Allocation flag for EWHSBHRB"; attrib ewhsbhrc length=3 label="CC: Hours the sibling cared for the 3rd"; attrib awhsbhrc length=3 label="CC: Allocation flag for EWHSBHRC"; attrib ewhsbhrd length=3 label="CC: Hours the sibling cared for the 4th"; attrib awhsbhrd length=3 label="CC: Allocation flag for EWHSBHRD"; attrib ewhsbhre length=3 label="CC: Hours the sibling cared for the 5th"; attrib awhsbhre length=3 label="CC: Allocation flag for EWHSBHRE"; attrib ehrsb15a length=3 label="CC: Hours sibling cared for the YOUNGEST child"; attrib ahrsb15a length=3 label="CC: Allocation flag for EHRSB15A"; attrib ehrsb15b length=3 label="CC: Hrs sibling cared for the 2nd YOUNGEST"; attrib ahrsb15b length=3 label="CC: Allocation flag for EHRSB15B"; attrib ehrsb15c length=3 label="CC: Hrs sibling cared for the 3rd YOUNGEST"; attrib ahrsb15c length=3 label="CC: Allocation flag for EHRSB15C"; attrib ehrsb15d length=3 label="CC: Hrs sibling cared for the 4th YOUNGEST"; attrib ahrsb15d length=3 label="CC: Allocation flag for EHRSB15D"; attrib ehrsb15e length=3 label="CC: Hrs sibling cared for the 5th YOUNGEST"; attrib ahrsb15e length=3 label="CC: Allocation flag for EHRSB15E"; attrib ewhsb14a length=3 label="CC: Place the sibling cared for the YOUNGEST"; attrib awhsb14a length=3 label="CC: Allocation flag for EWHSB14A"; attrib ewhsb14b length=3 label="CC: Place the sibling cared for the 2nd"; attrib awhsb14b length=3 label="CC: Allocation flag for EWHSB14B"; attrib ewhsb14c length=3 label="CC: Place the sibling cared for the 3rd"; attrib awhsb14c length=3 label="CC: Allocation flag for EWHSB14C"; attrib ewhsb14d length=3 label="CC: Place the sibling cared for the 4th"; attrib awhsb14d length=3 label="CC: Allocation flag for EWHSB14D"; attrib ewhsb14e length=3 label="CC: Place the sibling cared for the 5th"; attrib awhsb14e length=3 label="CC: Allocation flag for EWHSB14E"; attrib esb14hra length=3 label="CC: Hours the sibling cared for the YOUNGEST"; attrib asb14hra length=3 label="CC: Allocation flag for ESB14HRA"; attrib esb14hrb length=3 label="CC: Hrs the sibling cared for the 2nd"; attrib asb14hrb length=3 label="CC: Allocation flag for ESB14HRB"; attrib esb14hrc length=3 label="CC: Hrs the sibling cared for the 3rd"; attrib asb14hrc length=3 label="CC: Allocation flag for ESB14HRC"; attrib esb14hrd length=3 label="CC: Hrs the sibling cared for the 4th"; attrib asb14hrd length=3 label="CC: Allocation flag for ESB14HRD"; attrib esb14hre length=3 label="CC: Hrs the sibling cared for the 5th"; attrib asb14hre length=3 label="CC: Allocation flag for ESB14HRE"; attrib ehrsb14a length=3 label="CC: Hours sibling cared for the YOUNGEST child"; attrib ahrsb14a length=3 label="CC: Allocation flag for EHRSB14A"; attrib ehrsb14b length=3 label="CC: Hrs sibling cared for the 2nd YOUNGEST"; attrib ahrsb14b length=3 label="CC: Allocation flag for EHRSB14B"; attrib ehrsb14c length=3 label="CC: Hrs sibling cared for the 3rd YOUNGEST"; attrib ahrsb14c length=3 label="CC: Allocation flag for EHRSB14C"; attrib ehrsb14d length=3 label="CC: Hrs sibling cared for the 4th YOUNGEST"; attrib ahrsb14d length=3 label="CC: Allocation flag for EHRSB14D"; attrib ehrsb14e length=3 label="CC: Hrs sibling cared for the 5th YOUNGEST"; attrib ahrsb14e length=3 label="CC: Allocation flag for EHRSB14E"; attrib ewhgrana length=3 label="CC: Place grandparent cared for YOUNGEST child"; attrib awhgrana length=3 label="CC: Allocation flag for EWHGRANA"; attrib ewhgranb length=3 label="CC: Place grandparent cared for 2nd YOUNGEST"; attrib awhgranb length=3 label="CC: Allocation flag for EWHGRANB"; attrib ewhgranc length=3 label="CC: Place grandparent cared for 3rd YOUNGEST"; attrib awhgranc length=3 label="CC: Allocation flag for EWHGRANC"; attrib ewhgrand length=3 label="CC: Place grandparent cared for 4th YOUNGEST"; attrib awhgrand length=3 label="CC: Allocation flag for EWHGRAND"; attrib ewhgrane length=3 label="CC: Place grandparent cared for 5th YOUNGEST"; attrib awhgrane length=3 label="CC: Allocation flag for EWHGRANE"; attrib egranhra length=3 label="CC: Hrs the grandparent cared for YOUNGEST"; attrib agranhra length=3 label="CC: Allocation flag for EGRANHRA"; attrib egranhrb length=3 label="CC: Hrs grandparent cared for 2nd YOUNGEST"; attrib agranhrb length=3 label="CC: Allocation flag for EGRANHRB"; attrib egranhrc length=3 label="CC: Hrs grandparent cared for 3rd YOUNGEST"; attrib agranhrc length=3 label="CC: Allocation flag for EGRANHRC"; attrib egranhrd length=3 label="CC: Hrs grandparent cared for 4th YOUNGEST"; attrib agranhrd length=3 label="CC: Allocation flag for EGRANHRD"; attrib egranhre length=3 label="CC: Hrs grandparent cared for 5th YOUNGEST"; attrib agranhre length=3 label="CC: Allocation flag for EGRANHRE"; attrib ehrgrana length=3 label="CC: Hrs grandparent cared for YOUNGEST child"; attrib ahrgrana length=3 label="CC: Allocation flag for EHRGRANA"; attrib ehrgranb length=3 label="CC: Hrs grandparent cared for 2nd YOUNGEST"; attrib ahrgranb length=3 label="CC: Allocation flag for EHRGRANB"; attrib ehrgranc length=3 label="CC: Hrs grandparent cared for 3rd YOUNGEST"; attrib ahrgranc length=3 label="CC: Allocation flag for EHRGRANC"; attrib ehrgrand length=3 label="CC: Hrs grandparent cared for 4th YOUNGEST"; attrib ahrgrand length=3 label="CC: Allocation flag for EHRGRAND"; attrib ehrgrane length=3 label="CC: Hrs grandparent cared for 5th YOUNGEST"; attrib ahrgrane length=3 label="CC: Allocation flag for EHRGRANE"; attrib epaygraa length=3 label="CC: Paid grandparent to care for the YOUNGEST"; attrib apaygraa length=3 label="CC: Allocation flag for EPAYGRAA"; attrib epaygrab length=3 label="CC: Paid grandparent to care for the 2nd"; attrib apaygrab length=3 label="CC: Allocation flag for EPAYGRAB"; attrib epaygrac length=3 label="CC: Paid grandparent to care for the 3rd"; attrib apaygrac length=3 label="CC: Allocation flag for EPAYGRAC"; attrib epaygrad length=3 label="CC: Paid grandparent to care for the 4th"; attrib apaygrad length=3 label="CC: Allocation flag for EPAYGRAD"; attrib epaygrae length=3 label="CC: Paid grandparent to care for the 5th"; attrib apaygrae length=3 label="CC: Allocation flag for EPAYGRAE"; attrib tamtgraa length=3 label="CC: Amt pd to grandparent for watching"; attrib aamtgraa length=3 label="CC: Allocation flag for TAMTGRAA"; attrib tamtgrab length=3 label="CC: Amt pd to grandparent watching 2nd"; attrib aamtgrab length=3 label="CC: Allocation flag for TAMTGRAB"; attrib tamtgrac length=3 label="CC: Amt pd to grandparent watching 3rd"; attrib aamtgrac length=3 label="CC: Allocation flag for TAMTGRAC"; attrib tamtgrad length=3 label="CC: Amt pd to grandparent watching 4th"; attrib aamtgrad length=3 label="CC: Allocation flag for TAMTGRAD"; attrib tamtgrae length=3 label="CC: Amt pd to grandparent watching 5th"; attrib aamtgrae length=3 label="CC: Allocation flag for TAMTGRAE"; attrib ewhrelaa length=3 label="CC: Place the YOUNGEST child was cared for"; attrib awhrelaa length=3 label="CC: Allocation flag for EWHRELAA"; attrib ewhrelab length=3 label="CC: Place the 2nd YOUNGEST child was cared for"; attrib awhrelab length=3 label="CC: Allocation flag for EWHRELAB"; attrib ewhrelac length=3 label="CC: Place the 3rd YOUNGEST child was cared for"; attrib awhrelac length=3 label="CC: Allocation flag for EWHRELAC"; attrib ewhrelad length=3 label="CC: Place the 4th YOUNGEST child was cared for"; attrib awhrelad length=3 label="CC: Allocation flag for EWHRELAD"; attrib ewhrelae length=3 label="CC: Place the 5th YOUNGEST child was cared for"; attrib awhrelae length=3 label="CC: Allocation flag for EWHRELAE"; attrib erelhr1a length=3 label="CC: Hrs relative cared for the YOUNGEST child"; attrib arelhr1a length=3 label="CC: Allocation flag for ERELHR1A"; attrib erelhr1b length=3 label="CC: Hrs relative cared for the 2nd YOUNGEST"; attrib arelhr1b length=3 label="CC: Allocation flag for ERELHR1B"; attrib erelhr1c length=3 label="CC: Hrs relative cared for the 3rd YOUNGEST"; attrib arelhr1c length=3 label="CC: Allocation flag for ERELHR1C"; attrib erelhr1d length=3 label="CC: Hrs relative cared for the 4th YOUNGEST"; attrib arelhr1d length=3 label="CC: Allocation flag for ERELHR1D"; attrib erelhr1e length=3 label="CC: Hrs relative cared for the 5th YOUNGEST"; attrib arelhr1e length=3 label="CC: Allocation flag for ERELHR1E"; attrib erelhr2a length=3 label="CC: Hrs relative cared for the YOUNGEST child"; attrib arelhr2a length=3 label="CC: Allocation flag for ERELHR2A"; attrib erelhr2b length=3 label="CC: Hrs relative cared for the 2nd YOUNGEST"; attrib arelhr2b length=3 label="CC: Allocation flag for ERELHR2B"; attrib erelhr2c length=3 label="CC: Hrs relative cared for 3rd YOUNGEST child"; attrib arelhr2c length=3 label="CC: Allocation flag for ERELHR2C"; attrib erelhr2d length=3 label="CC: Hrs relative cared for 4th YOUNGEST child"; attrib arelhr2d length=3 label="CC: Allocation flag for ERELHR2D"; attrib erelhr2e length=3 label="CC: Hrs relative cared for 5th YOUNGEST child"; attrib arelhr2e length=3 label="CC: Allocation flag for ERELHR2E"; attrib epayrela length=3 label="CC: Pd other relative to care for the"; attrib apayrela length=3 label="CC: Allocation flag for EPAYRELA"; attrib epayrelb length=3 label="CC: Pd other relative to care for 2nd"; attrib apayrelb length=3 label="CC: Allocation flag for EPAYRELB"; attrib epayrelc length=3 label="CC: Pd other relative to care for 3rd"; attrib apayrelc length=3 label="CC: Allocation flag for EPAYRELC"; attrib epayreld length=3 label="CC: Pd other relative to care for 4th"; attrib apayreld length=3 label="CC: Allocation flag for EPAYRELD"; attrib epayrele length=3 label="CC: Pd other relative to care for 5th"; attrib apayrele length=3 label="CC: Allocation flag for EPAYRELE"; attrib tamtrela length=3 label="CC: Money parent paid to the relative for"; attrib aamtrela length=3 label="CC: Allocation flag for TAMTRELA"; attrib tamtrelb length=3 label="CC: Money parent paid to the relative for"; attrib aamtrelb length=3 label="CC: Allocation flag for TAMTRELB"; attrib tamtrelc length=3 label="CC: Money parent pd to relative for 2nd"; attrib aamtrelc length=3 label="CC: Allocation flag for TAMTRELC"; attrib tamtreld length=3 label="CC: Money parent pd to relative for 4th"; attrib aamtreld length=3 label="CC: Allocation flag for TAMTRELD"; attrib tamtrele length=3 label="CC: Money parent paid to relative for 5th"; attrib aamtrele length=3 label="CC: Allocation flag for TAMTRELE"; attrib ehrfam1a length=3 label="CC: Hrs YOUNGEST child spent in family day"; attrib ahrfam1a length=3 label="CC: Allocation flag for EHRFAM1A"; attrib ehrfam1b length=3 label="CC: Hrs 2nd YOUNGEST child spent in family"; attrib ahrfam1b length=3 label="CC: Allocation flag for EHRFAM1B"; attrib ehrfam1c length=3 label="CC: Hrs 3rd YOUNGEST child spent in family"; attrib ahrfam1c length=3 label="CC: Allocation flag for EHRFAM1C"; attrib ehrfam1d length=3 label="CC: Hrs 4th YOUNGEST child spent in family"; attrib ahrfam1d length=3 label="CC: Allocation flag for EHRFAM1D"; attrib ehrfam1e length=3 label="CC: Hrs 5th YOUNGEST child spent in family"; attrib ahrfam1e length=3 label="CC: Allocation flag for EHRFAM1E"; attrib ehrfam2a length=3 label="CC: Hours YOUNGEST child spent in day care"; attrib ahrfam2a length=3 label="CC: Allocation flag for EHRFAM2A"; attrib ehrfam2b length=3 label="CC: Hours 2nd YOUNGEST child spent in day care"; attrib ahrfam2b length=3 label="CC: Allocation flag for EHRFAM2B"; attrib ehrfam2c length=3 label="CC: Hours 3rd YOUNGEST child spent in day care"; attrib ahrfam2c length=3 label="CC: Allocation flag for EHRFAM2C"; attrib ehrfam2d length=3 label="CC: Hours 4th YOUNGEST child spent in day care"; attrib ahrfam2d length=3 label="CC: Allocation flag for EHRFAM2D"; attrib ehrfam2e length=3 label="CC: Hours 5th YOUNGEST child spent in day care"; attrib ahrfam2e length=3 label="CC: Allocation flag for EHRFAM2E"; attrib epayfama length=3 label="CC: Pd family day care to care for YOUNGEST"; attrib apayfama length=3 label="CC: Allocation flag for EPAYFAMA"; attrib epayfamb length=3 label="CC: Paid family day care to care for 2nd"; attrib apayfamb length=3 label="CC: Allocation flag for EPAYFAMB"; attrib epayfamc length=3 label="CC: Paid family day care to care for 3rd"; attrib apayfamc length=3 label="CC: Allocation flag for EPAYFAMC"; attrib epayfamd length=3 label="CC: Paid family day care to care for 4th"; attrib apayfamd length=3 label="CC: Allocation flag for EPAYFAMD"; attrib epayfame length=3 label="CC: Paid family day care to care for 5th"; attrib apayfame length=3 label="CC: Allocation flag for EPAYFAME"; attrib tamtfama length=3 label="CC: Amt paid to family day care for youngest"; attrib aamtfama length=3 label="CC: Allocation flag for TAMTFAMA"; attrib tamtfamb length=3 label="CC: Amt paid to family day care for 2nd"; attrib aamtfamb length=3 label="CC: Allocation flag for TAMTFAMB"; attrib tamtfamc length=3 label="CC: Amt paid to family day care for 3rd"; attrib aamtfamc length=3 label="CC: Allocation flag for TAMTFAMC"; attrib tamtfamd length=3 label="CC: Amt paid to family day care for 4th"; attrib aamtfamd length=3 label="CC: Allocation flag for TAMTFAMD"; attrib tamtfame length=3 label="CC: Amt paid to family day care for 5th"; attrib aamtfame length=3 label="CC: Allocation flag for TAMTFAME"; attrib ewhdayca length=3 label="CC: Place the YOUNGEST child was cared for"; attrib awhdayca length=3 label="CC: Allocation flag for EWHDAYCA"; attrib ewhdaycb length=3 label="CC: Place the 2nd YOUNGEST child was cared for"; attrib awhdaycb length=3 label="CC: Allocation flag for EWHDAYCB"; attrib ewhdaycc length=3 label="CC: Place the 3rd YOUNGEST child was cared for"; attrib awhdaycc length=3 label="CC: Allocation flag for EWHDAYCC"; attrib ewhdaycd length=3 label="CC: Place the 4th YOUNGEST child was cared for"; attrib awhdaycd length=3 label="CC: Allocation flag for EWHDAYCD"; attrib ewhdayce length=3 label="CC: Place the 5th YOUNGEST child was cared for"; attrib awhdayce length=3 label="CC: Allocation flag for EWHDAYCE"; attrib edayhrsa length=3 label="CC: Weekly hours the YOUNGEST child was in"; attrib adayhrsa length=3 label="CC: Allocation flag for EDAYHRSA"; attrib edayhrsb length=3 label="CC: Weekly hours the 2nd YOUNGEST child was"; attrib adayhrsb length=3 label="CC: Allocation flag for EDAYHRSB"; attrib edayhrsc length=3 label="CC: Weekly hours the 3rd YOUNGEST child was"; attrib adayhrsc length=3 label="CC: Allocation flag for EDAYHRSC"; attrib edayhrsd length=3 label="CC: Weekly hours the 4th YOUNGEST child was"; attrib adayhrsd length=3 label="CC: Allocation flag for EDAYHRSD"; attrib edayhrse length=3 label="CC: Weekly hours the 5th YOUNGEST child was"; attrib adayhrse length=3 label="CC: Allocation flag for EDAYHRSE"; attrib ehrdayca length=3 label="CC: Hours the YOUNGEST child was at day care"; attrib ahrdayca length=3 label="CC: Allocation flag for EHRDAYCA"; attrib ehrdaycb length=3 label="CC: Hours the 2nd YOUNGEST child was at day"; attrib ahrdaycb length=3 label="CC: Allocation flag for EHRDAYCB"; attrib ehrdaycc length=3 label="CC: Hours the 3rd YOUNGEST child was at day"; attrib ahrdaycc length=3 label="CC: Allocation flag for EHRDAYCC"; attrib ehrdaycd length=3 label="CC: Hours the 4th YOUNGEST child was at day"; attrib ahrdaycd length=3 label="CC: Allocation flag for EHRDAYCD"; attrib ehrdayce length=3 label="CC: Hours the 5th YOUNGEST child was at day"; attrib ahrdayce length=3 label="CC: Allocation flag for EHRDAYCE"; attrib epaydaya length=3 label="CC: Paid day care center to care for YOUNGEST"; attrib apaydaya length=3 label="CC: Allocation flag for EPAYDAYA"; attrib epaydayb length=3 label="CC: Paid day care center to care for 2nd"; attrib apaydayb length=3 label="CC: Allocation flag for EPAYDAYB"; attrib epaydayc length=3 label="CC: Paid day care center to care for 3rd"; attrib apaydayc length=3 label="CC: Allocation flag for EPAYDAYC"; attrib epaydayd length=3 label="CC: Paid day care center to care for 4th"; attrib apaydayd length=3 label="CC: Allocation flag for EPAYDAYD"; attrib epaydaye length=3 label="CC: Paid day care center to care for 5th"; attrib apaydaye length=3 label="CC: Allocation flag for EPAYDAYE"; attrib tamtdaya length=3 label="CC: Amount paid for child care for YOUNGEST"; attrib aamtdaya length=3 label="CC: Allocation flag for TAMTDAYA"; attrib tamtdayb length=3 label="CC: Amount paid for child care for 2nd"; attrib aamtdayb length=3 label="CC: Allocation flag for TAMTDAYB"; attrib tamtdayc length=3 label="CC: Amount paid for child care for 3rd"; attrib aamtdayc length=3 label="CC: Allocation flag for TAMTDAYC"; attrib tamtdayd length=3 label="CC: Amount paid for child care for 4th"; attrib aamtdayd length=3 label="CC: Allocation flag for TAMTDAYD"; attrib tamtdaye length=3 label="CC: Amount paid for child care for 5th"; attrib aamtdaye length=3 label="CC: Allocation flag for TAMTDAYE"; attrib ewhnursa length=3 label="CC: Location of nursery school for youngest"; attrib awhnursa length=3 label="CC: Allocation flag for EWHNURSA"; attrib ewhnursb length=3 label="CC: Location of nursery school for 2nd"; attrib awhnursb length=3 label="CC: Allocation flag for EWHNURSB"; attrib ewhnursc length=3 label="CC: Location of nursery school for 3rd"; attrib awhnursc length=3 label="CC: Allocation flag for EWHNURSC"; attrib ewhnursd length=3 label="CC: Location of nursery school for 4th"; attrib awhnursd length=3 label="CC: Allocation flag for EWHNURSD"; attrib ewhnurse length=3 label="CC: Location of nursery school for 5th"; attrib awhnurse length=3 label="CC: Allocation flag for EWHNURSE"; attrib enurhrsa length=3 label="CC: Hours the YOUNGEST child attended nursery"; attrib anurhrsa length=3 label="CC: Allocation flag for ENURHRSA"; attrib enurhrsb length=3 label="CC: Hours 2nd YOUNGEST child attended nursery"; attrib anurhrsb length=3 label="CC: Allocation flag for ENURHRSB"; attrib enurhrsc length=3 label="CC: Hours 3rd YOUNGEST child attended nursery"; attrib anurhrsc length=3 label="CC: Allocation flag for ENURHRSC"; attrib enurhrsd length=3 label="CC: Hours 4th YOUNGEST child attended nursery"; attrib anurhrsd length=3 label="CC: Allocation flag for ENURHRSD"; attrib enurhrse length=3 label="CC: Hours 5th YOUNGEST child attended nursery"; attrib anurhrse length=3 label="CC: Allocation flag for ENURHRSE"; attrib ehrnursa length=3 label="CC: Hours YOUNGEST CHILD spent at nursery"; attrib ahrnursa length=3 label="CC: Allocation flag for EHRNURSA"; attrib ehrnursb length=3 label="CC: Hours 2nd YOUNGEST CHILD spent at nursery"; attrib ahrnursb length=3 label="CC: Allocation flag for EHRNURSB"; attrib ehrnursc length=3 label="CC: Hours 3rd YOUNGEST CHILD spent at nursery"; attrib ahrnursc length=3 label="CC: Allocation flag for EHRNURSC"; attrib ehrnursd length=3 label="CC: Hours 4th YOUNGEST CHILD spent at nursery"; attrib ahrnursd length=3 label="CC: Allocation flag for EHRNURSD"; attrib ehrnurse length=3 label="CC: Hours 5th YOUNGEST CHILD spent at nursery"; attrib ahrnurse length=3 label="CC: Allocation flag for EHRNURSE"; attrib epaynura length=3 label="CC: Paid nursery/preschool to care for"; attrib apaynura length=3 label="CC: Allocation flag for EPAYNURA"; attrib epaynurb length=3 label="CC: Pd nursery/preschool to care for 2nd"; attrib apaynurb length=3 label="CC: Allocation flag for EPAYNURB"; attrib epaynurc length=3 label="CC: Pd nursery/preschool to care for 3rd"; attrib apaynurc length=3 label="CC: Allocation flag for EPAYNURC"; attrib epaynurd length=3 label="CC: Pd nursery/preschool to care for 4th"; attrib apaynurd length=3 label="CC: Allocation flag for EPAYNURD"; attrib epaynure length=3 label="CC: Pd nursery/preschool to care for 5th"; attrib apaynure length=3 label="CC: Allocation flag for EPAYNURE"; attrib tamtnura length=3 label="CC: Amount paid for YOUNGEST child's preschool"; attrib aamtnura length=3 label="CC: Allocation flag for TAMTNURA"; attrib tamtnurb length=3 label="CC: Amount paid for 2nd YOUNGEST child's"; attrib aamtnurb length=3 label="CC: Allocation flag for TAMTNURB"; attrib tamtnurc length=3 label="CC: Amount paid for 3rd YOUNGEST child's"; attrib aamtnurc length=3 label="CC: Allocation flag for TAMTNURC"; attrib tamtnurd length=3 label="CC: Amount paid for 4th YOUNGEST child's"; attrib aamtnurd length=3 label="CC: Allocation flag for TAMTNURD"; attrib tamtnure length=3 label="CC: Amount paid for 5th YOUNGEST child's"; attrib aamtnure length=3 label="CC: Allocation flag for TAMTNURE"; attrib eheadhra length=3 label="CC: Hours YOUNGEST child attended Head Start"; attrib aheadhra length=3 label="CC: Allocation flag for EHEADHRA"; attrib eheadhrb length=3 label="CC: Hours 2nd YOUNGEST child attended Head"; attrib aheadhrb length=3 label="CC: Allocation flag for EHEADHRB"; attrib eheadhrc length=3 label="CC: Hours 3rd YOUNGEST child attended Head"; attrib aheadhrc length=3 label="CC: Allocation flag for EHEADHRC"; attrib eheadhrd length=3 label="CC: Hours 4th YOUNGEST child attended Head"; attrib aheadhrd length=3 label="CC: Allocation flag for EHEADHRD"; attrib eheadhre length=3 label="CC: Hours 5th YOUNGEST child attended Head"; attrib aheadhre length=3 label="CC: Allocation flag for EHEADHRE"; attrib ehrstara length=3 label="CC: Hours YOUNGEST child attended Head Start"; attrib ahrstara length=3 label="CC: Allocation flag for EHRSTARA"; attrib ehrstarb length=3 label="CC: Hours 2nd YOUNGEST child attended Head"; attrib ahrstarb length=3 label="CC: Allocation flag for EHRSTARB"; attrib ehrstarc length=3 label="CC: Hours 3rd YOUNGEST child attended Head"; attrib ahrstarc length=3 label="CC: Allocation flag for EHRSTARC"; attrib ehrstard length=3 label="CC: Hours 4th YOUNGEST child attended Head"; attrib ahrstard length=3 label="CC: Allocation flag for EHRSTARD"; attrib ehrstare length=3 label="CC: Hours 5th YOUNGEST child attended Head"; attrib ahrstare length=3 label="CC: Allocation flag for EHRSTARE"; attrib epaystaa length=3 label="CC: Paid Head Start for YOUNGEST child"; attrib apaystaa length=3 label="CC: Allocation flag for EPAYSTAA"; attrib epaystab length=3 label="CC: Paid Head Start for 2nd YOUNGEST child"; attrib apaystab length=3 label="CC: Allocation flag for EPAYSTAB"; attrib epaystac length=3 label="CC: Paid Head Start for 3rd YOUNGEST child"; attrib apaystac length=3 label="CC: Allocation flag for EPAYSTAC"; attrib epaystad length=3 label="CC: Paid Head Start for 4th YOUNGEST child"; attrib apaystad length=3 label="CC: Allocation flag for EPAYSTAD"; attrib epaystae length=3 label="CC: Paid Head Start for 5th YOUNGEST child"; attrib apaystae length=3 label="CC: Allocation flag for EPAYSTAE"; attrib tamtstaa length=3 label="CC: Amt paid to Head Start for YOUNGEST child"; attrib aamtstaa length=3 label="CC: Allocation flag for TAMTSTAA"; attrib tamtstab length=3 label="CC: Amt paid to Head Start for 2nd YOUNGEST"; attrib aamtstab length=3 label="CC: Allocation flag for TAMTSTAB"; attrib tamtstac length=3 label="CC: Amt paid to Head Start for 3rd YOUNGEST"; attrib aamtstac length=3 label="CC: Allocation flag for TAMTSTAC"; attrib tamtstad length=3 label="CC: Amt paid to Head Start for 4th YOUNGEST"; attrib aamtstad length=3 label="CC: Allocation flag for TAMTSTAD"; attrib tamtstae length=3 label="CC: Amt paid to Head Start for 5th YOUNGEST"; attrib aamtstae length=3 label="CC: Allocation flag for TAMTSTAE"; attrib ewhothea length=3 label="CC: Place YOUNGEST child was cared for by"; attrib awhothea length=3 label="CC: Allocation flag for EWHOTHEA"; attrib ewhotheb length=3 label="CC: Place 2nd child was cared for by"; attrib awhotheb length=3 label="CC: Allocation flag for EWHOTHEB"; attrib ewhothec length=3 label="CC: Place 3rd child was cared for by"; attrib awhothec length=3 label="CC: Allocation flag for EWHOTHEC"; attrib ewhothed length=3 label="CC: Place 4th child was cared for by"; attrib awhothed length=3 label="CC: Allocation flag for EWHOTHED"; attrib ewhothee length=3 label="CC: Place 5th child was cared for by"; attrib awhothee length=3 label="CC: Allocation flag for EWHOTHEE"; attrib eothehra length=3 label="CC: Hours the non-relative cared for youngest"; attrib aothehra length=3 label="CC: Allocation flag for EOTHEHRA"; attrib eothehrb length=3 label="CC: Hours non-relative cared for 2nd YOUNGEST"; attrib aothehrb length=3 label="CC: Allocation flag for EOTHEHRB"; attrib eothehrc length=3 label="CC: Hours non-relative cared for 3rd YOUNGEST"; attrib aothehrc length=3 label="CC: Allocation flag for EOTHEHRC"; attrib eothehrd length=3 label="CC: Hours non-relative cared for 4th YOUNGEST"; attrib aothehrd length=3 label="CC: Allocation flag for EOTHEHRD"; attrib eothehre length=3 label="CC: Hours non-relative cared for 5th YOUNGEST"; attrib aothehre length=3 label="CC: Allocation flag for EOTHEHRE"; attrib ehrothea length=3 label="CC: Hours non-relative care for the youngest"; attrib ahrothea length=3 label="CC: Allocation flag for EHROTHEA"; attrib ehrotheb length=3 label="CC: Hours non-relative care for the 2nd"; attrib ahrotheb length=3 label="CC: Allocation flag for EHROTHEB"; attrib ehrothec length=3 label="CC: Hours non-relative cared for the 3rd"; attrib ahrothec length=3 label="CC: Allocation flag for EHROTHEC"; attrib ehrothed length=3 label="CC: Hours non-relative cared for the 4th"; attrib ahrothed length=3 label="CC: Allocation flag for EHROTHED"; attrib ehrothee length=3 label="CC: Hours non-relative cared for the 5th"; attrib ahrothee length=3 label="CC: Allocation flag for EHROTHEE"; attrib epayotha length=3 label="CC: Paid non-relative to care for YOUNGEST"; attrib apayotha length=3 label="CC: Allocation flag for EPAYOTHA"; attrib epayothb length=3 label="CC: Paid non-relative to care for 2nd"; attrib apayothb length=3 label="CC: Allocation flag for EPAYOTHB"; attrib epayothc length=3 label="CC: Paid non-relative to care for 3rd"; attrib apayothc length=3 label="CC: Allocation flag for EPAYOTHC"; attrib epayothd length=3 label="CC: Paid non-relative to care for 4th"; attrib apayothd length=3 label="CC: Allocation flag for EPAYOTHD"; attrib epayothe length=3 label="CC: Paid non-relative to care for 5th"; attrib apayothe length=3 label="CC: Allocation flag for EPAYOTHE"; attrib tamtotha length=3 label="CC: Amt pd to non-relative caring for"; attrib aamtotha length=3 label="CC: Allocation flag for TAMTOTHA"; attrib tamtothb length=3 label="CC: Amt pd to non-relative caring for 2nd"; attrib aamtothb length=3 label="CC: Allocation flag for TAMTOTHB"; attrib tamtothc length=3 label="CC: Amt pd to non-relative caring for 3rd"; attrib aamtothc length=3 label="CC: Allocation flag for TAMTOTHC"; attrib tamtothd length=3 label="CC: Amt pd to non-relative caring for 4th"; attrib aamtothd length=3 label="CC: Allocation flag for TAMTOTHD"; attrib tamtothe length=3 label="CC: Amt pd to non-relative caring for 5th"; attrib aamtothe length=3 label="CC: Allocation flag for TAMTOTHE"; attrib eschoowa length=3 label="CC: Did YOUNGEST child attend school last"; attrib aschoowa length=3 label="CC: Allocation flag for ESCHOOWA"; attrib eschoowb length=3 label="CC: Did 2nd YOUNGEST child attend school last"; attrib aschoowb length=3 label="CC: Allocation flag for ESCHOOWB"; attrib eschoowc length=3 label="CC: Did 3rd YOUNGEST child attend school last"; attrib aschoowc length=3 label="CC: Allocation flag for ESCHOOWC"; attrib eschoowd length=3 label="CC: Did 4th YOUNGEST child attend school last"; attrib aschoowd length=3 label="CC: Allocation flag for ESCHOOWD"; attrib eschoowe length=3 label="CC: Did 5th YOUNGEST child attend school last"; attrib aschoowe length=3 label="CC: Allocation flag for ESCHOOWE"; attrib ehrschwa length=3 label="CC: Hrs per week YOUNGEST child was in school"; attrib ahrschwa length=3 label="CC: Allocation flag for EHRSCHWA"; attrib ehrschwb length=3 label="CC: Hrs per week 2nd YOUNGEST child was in"; attrib ahrschwb length=3 label="CC: Allocation flag for EHRSCHWB"; attrib ehrschwc length=3 label="CC: Hrs per week 3rd YOUNGEST child was in"; attrib ahrschwc length=3 label="CC: Allocation flag for EHRSCHWC"; attrib ehrschwd length=3 label="CC: Hrs per week 4th YOUNGEST child was in"; attrib ahrschwd length=3 label="CC: Allocation flag for EHRSCHWD"; attrib ehrschwe length=3 label="CC: Hrs per week 5th YOUNGEST child was in"; attrib ahrschwe length=3 label="CC: Allocation flag for EHRSCHWE"; attrib ehrschoa length=3 label="CC: Working hrs per week YOUNGEST child was"; attrib ahrschoa length=3 label="CC: Allocation flag for EHRSCHOA"; attrib ehrschob length=3 label="CC: Working hrs per wk 2nd YOUNGEST child was"; attrib ahrschob length=3 label="CC: Allocation flag for EHRSCHOB"; attrib ehrschoc length=3 label="CC: Working hrs per wk 3rd YOUNGEST child was"; attrib ahrschoc length=3 label="CC: Allocation flag for EHRSCHOC"; attrib ehrschod length=3 label="CC: Working hrs per wk 4th YOUNGEST child was"; attrib ahrschod length=3 label="CC: Allocation flag for EHRSCHOD"; attrib ehrschoe length=3 label="CC: Working hrs per wk 5th YOUNGEST child was"; attrib ahrschoe length=3 label="CC: Allocation flag for EHRSCHOE"; attrib eselfcaa length=3 label="CC: Did YOUNGEST child care for self"; attrib aselfcaa length=3 label="CC: Allocation flag for ESELFCAA"; attrib eselfcab length=3 label="CC: Did 2nd YOUNGEST child care for self"; attrib aselfcab length=3 label="CC: Allocation flag for ESELFCAB"; attrib eselfcac length=3 label="CC: Did 3rd YOUNGEST child care for self"; attrib aselfcac length=3 label="CC: Allocation flag for ESELFCAC"; attrib eselfcad length=3 label="CC: Did 4th YOUNGEST child care for self"; attrib aselfcad length=3 label="CC: Allocation flag for ESELFCAD"; attrib eselfcae length=3 label="CC: Did 5th YOUNGEST child care for self"; attrib aselfcae length=3 label="CC: Allocation flag for ESELFCAE"; attrib ekidhr1a length=3 label="CC: Hrs per week YOUNGEST child cared for self"; attrib akidhr1a length=3 label="CC: Allocation flag for EKIDHR1A"; attrib ekidhr1b length=3 label="CC: Hrs per week 2nd YOUNGEST child cared for"; attrib akidhr1b length=3 label="CC: Allocation flag for EKIDHR1B"; attrib ekidhr1c length=3 label="CC: Hrs per week 3rd YOUNGEST child cared for"; attrib akidhr1c length=3 label="CC: Allocation flag for EKIDHR1C"; attrib ekidhr1d length=3 label="CC: Hrs per week 4th YOUNGEST child cared for"; attrib akidhr1d length=3 label="CC: Allocation flag for EKIDHR1D"; attrib ekidhr1e length=3 label="CC: Hrs per week 5th YOUNGEST child cared for"; attrib akidhr1e length=3 label="CC: Allocation flag for EKIDHR1E"; attrib ekidhr2a length=3 label="CC: Working hrs per wk YOUNGEST child cared"; attrib akidhr2a length=3 label="CC: Allocation flag for EKIDHR2A"; attrib ekidhr2b length=3 label="CC: Working hrs per wk 2nd YOUNGEST child"; attrib akidhr2b length=3 label="CC: Allocation flag for EKIDHR2B"; attrib ekidhr2c length=3 label="CC: Working hrs per wk 3rd YOUNGEST child"; attrib akidhr2c length=3 label="CC: Allocation flag for EKIDHR2C"; attrib ekidhr2d length=3 label="CC: Working hrs per wk 4th YOUNGEST child"; attrib akidhr2d length=3 label="CC: Allocation flag for EKIDHR2D"; attrib ekidhr2e length=3 label="CC: Working hrs per wk 5th YOUNGEST child"; attrib akidhr2e length=3 label="CC: Allocation flag for EKIDHR2E"; attrib edaychaa length=3 label="CC: Change in care arrangement(s) for"; attrib adaychaa length=3 label="CC: Allocation flag for EDAYCHAA"; attrib edaychab length=3 label="CC: Change in care arrangement(s) for 2nd"; attrib adaychab length=3 label="CC: Allocation flag for EDAYCHAB"; attrib edaychac length=3 label="CC: Change in care arrangement(s) for 3rd"; attrib adaychac length=3 label="CC: Allocation flag for EDAYCHAC"; attrib edaychad length=3 label="CC: Change in care arrangement(s) for 4th"; attrib adaychad length=3 label="CC: Allocation flag for EDAYCHAD"; attrib edaychae length=3 label="CC: Change in care arrangement(s) for 5th"; attrib adaychae length=3 label="CC: Allocation flag for EDAYCHAE"; attrib epayhela length=3 label="CC: Did anyone help pay for youngest child's"; attrib apayhela length=3 label="CC: Allocation flag for EPAYHELA"; attrib epayhelb length=3 label="CC: Did anyone help pay for 2nd youngest"; attrib apayhelb length=3 label="CC: Allocation flag for EPAYHELB"; attrib epayhelc length=3 label="CC: Did anyone help pay for 3rd youngest"; attrib apayhelc length=3 label="CC: Allocation flag for EPAYHELC"; attrib epayheld length=3 label="CC: Did anyone help pay for 4th youngest"; attrib apayheld length=3 label="CC: Allocation flag for EPAYHELD"; attrib epayhele length=3 label="CC: Did anyone help pay for 5th youngest"; attrib apayhele length=3 label="CC: Allocation flag for EPAYHELE"; attrib ewhopa1a length=3 label="CC: Did a governmnt agency help pay for child"; attrib ewhopa2a length=3 label="CC: Did other parent help pay for youngest"; attrib ewhopa3a length=3 label="CC: Did an employer help pay for youngest"; attrib ewhopa4a length=3 label="CC: Did some one else help pay for youngest"; attrib awhopaa length=3 label="CC: Allocation flag for EWHOPA1A-EWHOPA4A"; attrib ewhopa1b length=3 label="CC: Did a governmnt agency help pay for 2nd"; attrib ewhopa2b length=3 label="CC: Did other parent help pay for 2nd child's"; attrib ewhopa3b length=3 label="CC: Did an employer help pay for 2nd child's"; attrib ewhopa4b length=3 label="CC: Did another person help pay for 2nd"; attrib awhopab length=3 label="CC: Allocation flag for EWHOPA1B-EWHOPA4B"; attrib ewhopa1c length=3 label="CC: Did a governmnt agency help pay for 3rd"; attrib ewhopa2c length=3 label="CC: Did other parent help pay for 3rd child's"; attrib ewhopa3c length=3 label="CC: Did an employer help pay 3rd youngest"; attrib ewhopa4c length=3 label="CC: Did other person help pay 3rd youngest"; attrib awhopac length=3 label="CC: Allocation flag for EWHOPA1C-EWHOPA4C"; attrib ewhopa1d length=3 label="CC: Did a Governmnt agency help pay for 4th"; attrib ewhopa2d length=3 label="CC: Did other parent help pay 4th youngest"; attrib ewhopa3d length=3 label="CC: Did employer help pay 4th youngest"; attrib ewhopa4d length=3 label="CC: Did someone else help pay 4th youngest"; attrib awhopad length=3 label="CC: Allocation flag for EWHOPA1D-EWHOPA4D"; attrib ewhopa1e length=3 label="CC: Did a government agency help pay 5th"; attrib ewhopa2e length=3 label="CC: Did other parent help pay 5th youngest"; attrib ewhopa3e length=3 label="CC: Did employer help pay 5th youngest"; attrib ewhopa4e length=3 label="CC: Did someone else help pay 5th youngest"; attrib awhopae length=3 label="CC: Allocation flag for EWHOPA1E-EWHOPA4E"; attrib esatisa length=3 label="CC: Pleased with current arrangement for"; attrib esatisb length=3 label="CC: Satisfied with current arrangement for"; attrib esatisc length=3 label="CC: Satisfied with current arrangement for"; attrib esatisd length=3 label="CC: Satisfied with current arrangement for"; attrib esatise length=3 label="CC: Satisfied with current arrangement for"; attrib elista length=3 label="CC: On a waiting list for child care"; attrib alista length=3 label="CC: Allocation flag for ELISTA"; attrib elistb length=3 label="CC: On a Waiting list for 2nd child's care"; attrib alistb length=3 label="CC: Allocation flag for ELISTB"; attrib elistc length=3 label="CC: On a waiting list for 3rd child's care"; attrib alistc length=3 label="CC: Allocation flag for ELISTC"; attrib elistd length=3 label="CC: On waiting list for 4th child's care"; attrib alistd length=3 label="CC: Allocation flag for ELISTD"; attrib eliste length=3 label="CC: On a waiting list for 5th child's care"; attrib aliste length=3 label="CC: Allocation flag for ELISTE"; attrib eccunv2 length=3 label="CC: Universe indicator."; attrib eccpnumf length=$4 label="CC: Person number of the youngest child 6-14"; attrib eccpnumg length=$4 label="CC: Person number of the 2nd YOUNGEST child"; attrib eccpnumh length=$4 label="CC: Person number of the 3rd YOUNGEST child"; attrib eccpnumi length=$4 label="CC: Person number of the 4th YOUNGEST child"; attrib eccpnumj length=$4 label="CC: Person number of the 5th YOUNGEST child"; attrib eccagef length=3 label="CC: Age of the YOUNGEST child 6-14"; attrib eccageg length=3 label="CC: Age of the 2nd YOUNGEST child 6-14"; attrib eccageh length=3 label="CC: Age of the 3rd YOUNGEST child 6-14"; attrib eccagei length=3 label="CC: Age of the 4th YOUNGEST child 6-14"; attrib eccagej length=3 label="CC: Age of the 5th YOUNGEST child 6-14"; attrib eckd01f length=3 label="CC: Arrangement of the other parent or"; attrib eckd01g length=3 label="CC: Arrangement of the other parent or"; attrib eckd01h length=3 label="CC: Arrangement of the other parent or"; attrib eckd01i length=3 label="CC: Arrangement of the other parent or"; attrib eckd01j length=3 label="CC: Arrangement of the other parent or"; attrib eckd02f length=3 label="CC: Arrangement of parent or guardian"; attrib eckd02g length=3 label="CC: Arrangement of parent or guardian"; attrib eckd02h length=3 label="CC: Arrangement of parent or guardian"; attrib eckd02i length=3 label="CC: Arrangement of parent or guardian"; attrib eckd02j length=3 label="CC: Arrangement of parent or guardian"; attrib eckd03f length=3 label="CC: Arrangement of sibling age 15 or older"; attrib eckd03g length=3 label="CC: Arrangement of sibling age 15 or older"; attrib eckd03h length=3 label="CC: Arrangement of sibling age 15 or older"; attrib eckd03i length=3 label="CC: Arrangement of sibling age 15 or older"; attrib eckd03j length=3 label="CC: Arrangement of sibling age 15 or older"; attrib eckd04f length=3 label="CC: Arrangement of sibling under age 15"; attrib eckd04g length=3 label="CC: Arrangement of sibling under age 15"; attrib eckd04h length=3 label="CC: Arrangement of sibling under age 15"; attrib eckd04i length=3 label="CC: Arrangement of sibling under age 15"; attrib eckd04j length=3 label="CC: Arrangement of sibling under age 15"; attrib eckd05f length=3 label="CC: Arrangement of grandparent"; attrib eckd05g length=3 label="CC: Arrangement of grandparent"; attrib eckd05h length=3 label="CC: Arrangement of grandparent"; attrib eckd05i length=3 label="CC: Arrangement of grandparent"; attrib eckd05j length=3 label="CC: Arrangement of grandparent"; attrib eckd06f length=3 label="CC: Arrangement of any other relative"; attrib eckd06g length=3 label="CC: Arrangement of any other relative"; attrib eckd06h length=3 label="CC: Arrangement of any other relative"; attrib eckd06i length=3 label="CC: Arrangement of any other relative"; attrib eckd06j length=3 label="CC: Arrangement of any other relative"; attrib eckd07f length=3 label="CC: Arrangement of family daycare provider"; attrib eckd07g length=3 label="CC: Arrangement of family daycare provider"; attrib eckd07h length=3 label="CC: Arrangement of family daycare provider"; attrib eckd07i length=3 label="CC: Arrangement of family daycare provider"; attrib eckd07j length=3 label="CC: Arrangement of family daycare provider"; attrib eckd08f length=3 label="CC: Arrangement of child or day care center"; attrib eckd08g length=3 label="CC: Arrangement of child or day care center"; attrib eckd08h length=3 label="CC: Arrangement of child or day care center"; attrib eckd08i length=3 label="CC: Arrangement of child or day care center"; attrib eckd08j length=3 label="CC: Arrangement of child or day care center"; attrib eckd09f length=3 label="CC: Arrangement of organized sports"; attrib eckd09g length=3 label="CC: Arrangement of organized sports"; attrib eckd09h length=3 label="CC: Arrangement of organized sports"; attrib eckd09i length=3 label="CC: Arrangement of organized sports"; attrib eckd09j length=3 label="CC: Arrangement of organized sports"; attrib eckd10f length=3 label="CC: Arrangement of lessons"; attrib eckd10g length=3 label="CC: Arrangement of lessons"; attrib eckd10h length=3 label="CC: Arrangement of lessons"; attrib eckd10i length=3 label="CC: Arrangement of lessons"; attrib eckd10j length=3 label="CC: Arrangement of lessons"; attrib eckd11f length=3 label="CC: Arrangement of clubs"; attrib eckd11g length=3 label="CC: Arrangement of clubs"; attrib eckd11h length=3 label="CC: Arrangement of clubs"; attrib eckd11i length=3 label="CC: Arrangement of clubs"; attrib eckd11j length=3 label="CC: Arrangement of clubs"; attrib eckd12f length=3 label="CC: Arrangement of before or after school"; attrib eckd12g length=3 label="CC: Arrangement of before or after school"; attrib eckd12h length=3 label="CC: Arrangement of before or after school"; attrib eckd12i length=3 label="CC: Arrangement of before or after school"; attrib eckd12j length=3 label="CC: Arrangement of before or after school"; attrib eckd13f length=3 label="CC: Arrangement of a non-relative"; attrib eckd13g length=3 label="CC: Arrangement of a non-relative"; attrib eckd13h length=3 label="CC: Arrangement of a non-relative"; attrib eckd13i length=3 label="CC: Arrangement of a non-relative"; attrib eckd13j length=3 label="CC: Arrangement of a non-relative"; attrib accaref length=3 label="CC: Allocation flag for the YOUNGEST child"; attrib accareg length=3 label="CC: Allocation flag for the 2nd YOUNGEST child"; attrib accareh length=3 label="CC: Allocation flag for the 3rd YOUNGEST child"; attrib accarei length=3 label="CC: Allocation flag for the 4th YOUNGEST child"; attrib accarej length=3 label="CC: Allocation flag for the 5th YOUNGEST child"; attrib ewheparf length=3 label="CC: Place other parent cared for YOUNGEST"; attrib awheparf length=3 label="CC: Allocation flag for EWHEPARF"; attrib ewheparg length=3 label="CC: Place other parent cared for 2nd YOUNGEST"; attrib awheparg length=3 label="CC: Allocation flag for EWHEPARG"; attrib ewheparh length=3 label="CC: Place other parent cared for 3rd YOUNGEST"; attrib awheparh length=3 label="CC: Allocation flag for EWHEPARH"; attrib ewhepari length=3 label="CC: Place other parent cared for 4th YOUNGEST"; attrib awhepari length=3 label="CC: Allocation flag for EWHEPARI"; attrib ewheparj length=3 label="CC: Place other parent cared for 5th YOUNGEST"; attrib awheparj length=3 label="CC: Allocation flag for EWHEPARJ"; attrib eparhr1f length=3 label="CC: Hours other parent cared for YOUNGEST"; attrib aparhr1f length=3 label="CC: Allocation flag for EPARHR1F"; attrib eparhr1g length=3 label="CC: Hours other parent cared for 2nd YOUNGEST"; attrib aparhr1g length=3 label="CC: Allocation flag for EPARHR1G"; attrib eparhr1h length=3 label="CC: Hours other parent cared for 3rd YOUNGEST"; attrib aparhr1h length=3 label="CC: Allocation flag for EPARHR1H"; attrib eparhr1i length=3 label="CC: Hours other parent cared for 4th YOUNGEST"; attrib aparhr1i length=3 label="CC: Allocation flag for EPARHR1I"; attrib eparhr1j length=3 label="CC: Hours other parent cared for 5th YOUNGEST"; attrib aparhr1j length=3 label="CC: Allocation flag for EPARHR1J"; attrib eparhr2f length=3 label="CC: Working hrs other parent cared for"; attrib aparhr2f length=3 label="CC: Allocation flag for EPARHR2F"; attrib eparhr2g length=3 label="CC: Wrking hrs other parent cared for 2nd"; attrib aparhr2g length=3 label="CC: Allocation flag for EPARHR2G"; attrib eparhr2h length=3 label="CC: Wrking hrs other parent cared for 3rd"; attrib aparhr2h length=3 label="CC: Allocation flag for EPARHR2H"; attrib eparhr2i length=3 label="CC: Wrking hrs other parent cared for 4th"; attrib aparhr2i length=3 label="CC: Allocation flag for EPARHR2I"; attrib eparhr2j length=3 label="CC: Wrking hrs other parent cared for 5th"; attrib aparhr2j length=3 label="CC: Allocation flag for EPARHR2J"; attrib ewhselff length=3 label="CC: Place parent cared for the YOUNGEST child"; attrib awhselff length=3 label="CC: Allocation flag for EWHSELFF"; attrib ewhselfg length=3 label="CC: Place parent cared for the 2nd YOUNGEST"; attrib awhselfg length=3 label="CC: Allocation flag for EWHSELFG"; attrib ewhselfh length=3 label="CC: Place parent cared for the 3rd YOUNGEST"; attrib awhselfh length=3 label="CC: Allocation flag for EWHSELFH"; attrib ewhselfi length=3 label="CC: Place parent cared for the 4th YOUNGEST"; attrib awhselfi length=3 label="CC: Allocation flag for EWHSELFI"; attrib ewhselfj length=3 label="CC: Place parent cared for the 5th YOUNGEST"; attrib awhselfj length=3 label="CC: Allocation flag for EWHSELFJ"; attrib eselfhrf length=3 label="CC: Hours parent cared for YOUNGEST child"; attrib aselfhrf length=3 label="CC: Allocation flag for ESELFHRF"; attrib eselfhrg length=3 label="CC: Hrs parent cared for 2nd YOUNGEST child"; attrib aselfhrg length=3 label="CC: Allocation flag for ESELFHRG"; attrib eselfhrh length=3 label="CC: Hrs parent cared for 3rd YOUNGEST child"; attrib aselfhrh length=3 label="CC: Allocation flag for ESELFHRH"; attrib eselfhri length=3 label="CC: Hrs parent cared for 4th YOUNGEST child"; attrib aselfhri length=3 label="CC: Allocation flag for ESELFHRI"; attrib eselfhrj length=3 label="CC: Hrs parent cared for 5th YOUNGEST child"; attrib aselfhrj length=3 label="CC: Allocation flag for ESELFHRJ"; attrib ewhsb15f length=3 label="CC: Place the sibling cared for the YOUNGEST"; attrib awhsb15f length=3 label="CC: Allocation flag for EWHSB15F"; attrib ewhsb15g length=3 label="CC: Place the sibling cared for the 2nd"; attrib awhsb15g length=3 label="CC: Allocation flag for EWHSB15G"; attrib ewhsb15h length=3 label="CC: Place the sibling cared for the 3rd"; attrib awhsb15h length=3 label="CC: Allocation flag for EWHSB15H"; attrib ewhsb15i length=3 label="CC: Place the sibling cared for the 4th"; attrib awhsb15i length=3 label="CC: Allocation flag for EWHSB15I"; attrib ewhsb15j length=3 label="CC: Place the sibling cared for the 5th"; attrib awhsb15j length=3 label="CC: Allocation flag for EWHSB15J"; attrib ewhsbhrf length=3 label="CC: Hours the sibling cared for the YOUNGEST"; attrib awhsbhrf length=3 label="CC: Allocation flag for EWHSBHRF"; attrib ewhsbhrg length=3 label="CC: Hours the sibling cared for 2nd YOUNGEST"; attrib awhsbhrg length=3 label="CC: Allocation flag for EWHSBHRG"; attrib ewhsbhrh length=3 label="CC: Hours the sibling cared for 3rd YOUNGEST"; attrib awhsbhrh length=3 label="CC: Allocation flag for EWHSBHRH"; attrib ewhsbhri length=3 label="CC: Hours the sibling cared for 4th YOUNGEST"; attrib awhsbhri length=3 label="CC: Allocation flag for EWHSBHRI"; attrib ewhsbhrj length=3 label="CC: Hours the sibling cared for 5th YOUNGEST"; attrib awhsbhrj length=3 label="CC: Allocation flag for EWHSBHRJ"; attrib ehrsb15f length=3 label="CC: Working hrs YOUNGEST child cared for by"; attrib ahrsb15f length=3 label="CC: Allocation flag for EHRSB15F"; attrib ehrsb15g length=3 label="CC: Wrking hrs 2nd YOUNGEST child cared for"; attrib ahrsb15g length=3 label="CC: Allocation flag for EHRSB15G"; attrib ehrsb15h length=3 label="CC: Wrking hrs 3rd YOUNGEST child cared for"; attrib ahrsb15h length=3 label="CC: Allocation flag for EHRSB15H"; attrib ehrsb15i length=3 label="CC: Wrking hrs 4th YOUNGEST child cared for"; attrib ahrsb15i length=3 label="CC: Allocation flag for EHRSB15I"; attrib ehrsb15j length=3 label="CC: Wrking hrs 5th YOUNGEST child cared for"; attrib ahrsb15j length=3 label="CC: Allocation flag for EHRSB15J"; attrib ewhsb14f length=3 label="CC: Place sibling cared for YOUNGEST child"; attrib awhsb14f length=3 label="CC: Allocation flag for EWHSB14F"; attrib ewhsb14g length=3 label="CC: Place sibling cared for 2nd YOUNGEST child"; attrib awhsb14g length=3 label="CC: Allocation flag for EWHSB14G"; attrib ewhsb14h length=3 label="CC: Place sibling cared for 3rd YOUNGEST child"; attrib awhsb14h length=3 label="CC: Allocation flag for EWHSB14H"; attrib ewhsb14i length=3 label="CC: Place sibling cared for 4th YOUNGEST child"; attrib awhsb14i length=3 label="CC: Allocation flag for EWHSB14I"; attrib ewhsb14j length=3 label="CC: Place sibling cared for 5th YOUNGEST child"; attrib awhsb14j length=3 label="CC: Allocation flag for EWHSB14J"; attrib esb14hrf length=3 label="CC: Hrs sibling cared for YOUNGEST child"; attrib asb14hrf length=3 label="CC: Allocation flag for ESB14HRF"; attrib esb14hrg length=3 label="CC: Hrs sibling cared for 2nd YOUNGEST child"; attrib asb14hrg length=3 label="CC: Allocation flag for ESB14HRG"; attrib esb14hrh length=3 label="CC: Hrs sibling cared for 3rd YOUNGEST child"; attrib asb14hrh length=3 label="CC: Allocation flag for ESB14HRH"; attrib esb14hri length=3 label="CC: Hrs sibling cared for 4th YOUNGEST child"; attrib asb14hri length=3 label="CC: Allocation flag for ESB14HRI"; attrib esb14hrj length=3 label="CC: Hrs sibling cared for 5th YOUNGEST child"; attrib asb14hrj length=3 label="CC: Allocation flag for ESB14HRJ"; attrib ehrsb14f length=3 label="CC: Wrking hrs sibling cared for YOUNGEST"; attrib ahrsb14f length=3 label="CC: Allocation flag for EHRSB14F"; attrib ehrsb14g length=3 label="CC: Wrking hrs sibling cared for 2nd YOUNGEST"; attrib ahrsb14g length=3 label="CC: Allocation flag for EHRSB14G"; attrib ehrsb14h length=3 label="CC: Wrking hrs sibling cared for 3rd YOUNGEST"; attrib ahrsb14h length=3 label="CC: Allocation flag for EHRSB14H"; attrib ehrsb14i length=3 label="CC: Wrking hrs sibling cared for 4th YOUNGEST"; attrib ahrsb14i length=3 label="CC: Allocation flag for EHRSB14I"; attrib ehrsb14j length=3 label="CC: Wrking hrs sibling cared for 5th YOUNGEST"; attrib ahrsb14j length=3 label="CC: Allocation flag for EHRSB14J"; attrib ewhgranf length=3 label="CC: Place the grandparent cared for the"; attrib awhgranf length=3 label="CC: Allocation flag for EWHGRANF"; attrib ewhgrang length=3 label="CC: Place the grandparent cared for 2nd"; attrib awhgrang length=3 label="CC: Allocation flag for EWHGRANG"; attrib ewhgranh length=3 label="CC: Place the grandparent cared for 3rd"; attrib awhgranh length=3 label="CC: Allocation flag for EWHGRANH"; attrib ewhgrani length=3 label="CC: Place the grandparent cared for 4th"; attrib awhgrani length=3 label="CC: Allocation flag for EWHGRANI"; attrib ewhgranj length=3 label="CC: Place the grandparent cared for 5th"; attrib awhgranj length=3 label="CC: Allocation flag for EWHGRANE"; attrib egranhrf length=3 label="CC: Hrs the grandparent cared for the"; attrib agranhrf length=3 label="CC: Allocation flag for EGRANHRF"; attrib egranhrg length=3 label="CC: Hrs the grandparent cared for 2nd"; attrib agranhrg length=3 label="CC: Allocation flag for EGRANHRG"; attrib egranhrh length=3 label="CC: Hrs the grandparent cared for 3rd"; attrib agranhrh length=3 label="CC: Allocation flag for EGRANHRH"; attrib egranhri length=3 label="CC: Hrs the grandparent cared for 4th"; attrib agranhri length=3 label="CC: Allocation flag for EGRANHRI"; attrib egranhrj length=3 label="CC: Hrs the grandparent cared for 5th"; attrib agranhrj length=3 label="CC: Allocation flag for EGRANHRJ"; attrib ehrgranf length=3 label="CC: Wrking hrs grandparent cared for YOUNGEST"; attrib ahrgranf length=3 label="CC: Allocation flag for EHRGRANF"; attrib ehrgrang length=3 label="CC: Wrking hrs grandparent cared for 2nd"; attrib ahrgrang length=3 label="CC: Allocation flag for EHRGRANG"; attrib ehrgranh length=3 label="CC: Wrking hrs grandparent cared for 3rd"; attrib ahrgranh length=3 label="CC: Allocation flag for EHRGRANH"; attrib ehrgrani length=3 label="CC: Wrking hrs grandparent cared for 4th"; attrib ahrgrani length=3 label="CC: Allocation flag for EHRGRANI"; attrib ehrgranj length=3 label="CC: Wrking hrs grandparent cared for 5th"; attrib ahrgranj length=3 label="CC: Allocation flag for EHRGRANJ"; attrib epaygraf length=3 label="CC: Paid grandparent to care for the YOUNGEST"; attrib apaygraf length=3 label="CC: Allocation flag for EPAYGRAF"; attrib epaygrag length=3 label="CC: Paid grandparent to care for the 2nd"; attrib apaygrag length=3 label="CC: Allocation flag for EPAYGRAG"; attrib epaygrah length=3 label="CC: Paid grandparent to care for the 3rd"; attrib apaygrah length=3 label="CC: Allocation flag for EPAYGRAH"; attrib epaygrai length=3 label="CC: Paid grandparent to care for 4th YOUNGEST"; attrib apaygrai length=3 label="CC: Allocation flag for EPAYGRAI"; attrib epaygraj length=3 label="CC: Paid grandparent to care for 5th YOUNGEST"; attrib apaygraj length=3 label="CC: Allocation flag for EPAYGRAJ"; attrib tamtgraf length=3 label="CC: Amt pd to grandparent(s) to care for"; attrib aamtgraf length=3 label="CC: Allocation flag for TAMTGRAF"; attrib tamtgrag length=3 label="CC: Amt pd grandparents to care for 2nd"; attrib aamtgrag length=3 label="CC: Allocation flag for TAMTGRAG"; attrib tamtgrah length=3 label="CC: Amt pd grandparent(s) to care for 3rd"; attrib aamtgrah length=3 label="CC: Allocation flag for TAMTGRAH"; attrib tamtgrai length=3 label="CC: Amt pd grandparent(s) to care for 4th"; attrib aamtgrai length=3 label="CC: Allocation flag for TAMTGRAI"; attrib tamtgraj length=3 label="CC: Amt pd grandparent(s) to care for 5th"; attrib aamtgraj length=3 label="CC: Allocation flag for TAMTGRAJ"; attrib ewhrelaf length=3 label="CC: Place other relative cared for YOUNGEST"; attrib awhrelaf length=3 label="CC: Allocation flag for EWHRELAF"; attrib ewhrelag length=3 label="CC: Place other relative cared for 2nd"; attrib awhrelag length=3 label="CC: Allocation flag for EWHRELAG"; attrib ewhrelah length=3 label="CC: Place other relative cared for 3rd"; attrib awhrelah length=3 label="CC: Allocation flag for EWHRELAH"; attrib ewhrelai length=3 label="CC: Place other relative cared for 4th"; attrib awhrelai length=3 label="CC: Allocation flag for EWHRELAI"; attrib ewhrelaj length=3 label="CC: Place other relative cared for 5th"; attrib awhrelaj length=3 label="CC: Allocation flag for EWHRELAJ"; attrib erelhr1f length=3 label="CC: Hrs/wk other relative cared for the"; attrib arelhr1f length=3 label="CC: Allocation flag for ERELHR1F"; attrib erelhr1g length=3 label="CC: Hrs/wk other relative cared for 2nd"; attrib arelhr1g length=3 label="CC: Allocation flag for ERELHR1G"; attrib erelhr1h length=3 label="CC: Hrs/wk other relative cared for 3rd"; attrib arelhr1h length=3 label="CC: Allocation flag for ERELHR1H"; attrib erelhr1i length=3 label="CC: Hrs/wk other relative cared for 4th"; attrib arelhr1i length=3 label="CC: Allocation flag for ERELHR1I"; attrib erelhr1j length=3 label="CC: Hrs/wk other relative cared for 5th"; attrib arelhr1j length=3 label="CC: Allocation flag for ERELHR1J"; attrib erelhr2f length=3 label="CC: Hrs while wrking relative cared for"; attrib arelhr2f length=3 label="CC: Allocation flag for ERELHR2F"; attrib erelhr2g length=3 label="CC: Wrking hrs othr relative cared for 2nd"; attrib arelhr2g length=3 label="CC: Allocation flag for ERELHR2G"; attrib erelhr2h length=3 label="CC: Wrking hrs othr relative cared for 3rd"; attrib arelhr2h length=3 label="CC: Allocation flag for ERELHR2H"; attrib erelhr2i length=3 label="CC: Wrking hrs othr relative cared for 4th"; attrib arelhr2i length=3 label="CC: Allocation flag for ERELHR2I"; attrib erelhr2j length=3 label="CC: Wrking hrs othr relative cared for 5th"; attrib arelhr2j length=3 label="CC: Allocation flag for ERELHR2J"; attrib epayrelf length=3 label="CC: Was othr relative pd to care for YOUNGEST"; attrib apayrelf length=3 label="CC: Allocation flag for EPAYRELF"; attrib epayrelg length=3 label="CC: Was othr relative pd to care for 2nd"; attrib apayrelg length=3 label="CC: Allocation flag for EPAYRELG"; attrib epayrelh length=3 label="CC: Was othr relative pd to care for 3rd"; attrib apayrelh length=3 label="CC: Allocation flag for EPAYRELH"; attrib epayreli length=3 label="CC: Was othr relative pd to care for 4th"; attrib apayreli length=3 label="CC: Allocation flag for EPAYRELI"; attrib epayrelj length=3 label="CC: Was othr relative pd to care for 5th"; attrib apayrelj length=3 label="CC: Allocation flag for EPAYRELJ"; attrib tamtrelf length=3 label="CC: Amt pd to othr relative caring for"; attrib aamtrelf length=3 label="CC: Allocation flag for TAMTRELF"; attrib tamtrelg length=3 label="CC: Amt pd othr relative caring for 2nd"; attrib aamtrelg length=3 label="CC: Allocation flag for TAMTRELG"; attrib tamtrelh length=3 label="CC: Amt pd othr relative caring for 3rd"; attrib aamtrelh length=3 label="CC: Allocation flag for TAMTRELH"; attrib tamtreli length=3 label="CC: Amt pd othr relative caring for 4th"; attrib aamtreli length=3 label="CC: Allocation flag for TAMTRELI"; attrib tamtrelj length=3 label="CC: Amt pd othr relative caring for 5th"; attrib aamtrelj length=3 label="CC: Allocation flag for TAMTRELJ"; attrib ehrfam1f length=3 label="CC: Hrs YOUNGEST child spent in family day"; attrib ahrfam1f length=3 label="CC: Allocation flag for EHRFAM1F"; attrib ehrfam1g length=3 label="CC: Hrs 2nd YOUNGEST child spent in family"; attrib ahrfam1g length=3 label="CC: Allocation flag for EHRFAM1G"; attrib ehrfam1h length=3 label="CC: Hrs 3rd YOUNGEST child spent in family"; attrib ahrfam1h length=3 label="CC: Allocation flag for EHRFAM1H"; attrib ehrfam1i length=3 label="CC: Hrs 4th YOUNGEST child spent in family"; attrib ahrfam1i length=3 label="CC: Allocation flag for EHRFAM1I"; attrib ehrfam1j length=3 label="CC: Hrs 5th YOUNGEST child spent in family"; attrib ahrfam1j length=3 label="CC: Allocation flag for EHRFAM1J"; attrib ehrfam2f length=3 label="CC: Hrs YOUNGEST child spent in day care"; attrib ahrfam2f length=3 label="CC: Allocation flag for EHRFAM2F"; attrib ehrfam2g length=3 label="CC: Hrs 2nd YOUNGEST chld spent in daycare"; attrib ahrfam2g length=3 label="CC: Allocation flag for EHRFAM2G"; attrib ehrfam2h length=3 label="CC: Hrs 3rd YOUNGEST chld spent in daycare"; attrib ahrfam2h length=3 label="CC: Allocation flag for EHRFAM2H"; attrib ehrfam2i length=3 label="CC: Hrs 4th YOUNGEST chld spent in daycare"; attrib ahrfam2i length=3 label="CC: Allocation flag for EHRFAM2I"; attrib ehrfam2j length=3 label="CC: Hrs 5th YOUNGEST chld spent in daycare"; attrib ahrfam2j length=3 label="CC: Allocation flag for EHRFAM2J"; attrib epayfamf length=3 label="CC: Was family day care pd to care for"; attrib apayfamf length=3 label="CC: Allocation flag for EPAYFAMF"; attrib epayfamg length=3 label="CC: Was family daycare pd to care for 2nd"; attrib apayfamg length=3 label="CC: Allocation flag for EPAYFAMG"; attrib epayfamh length=3 label="CC: Was family daycare pd to care for 3rd"; attrib apayfamh length=3 label="CC: Allocation flag for EPAYFAMH"; attrib epayfami length=3 label="CC: Was family daycare pd to care for 4th"; attrib apayfami length=3 label="CC: Allocation flag for EPAYFAMI"; attrib epayfamj length=3 label="CC: Was family daycare pd to care for 5th"; attrib apayfamj length=3 label="CC: Allocation flag for EPAYFAMJ"; attrib tamtfamf length=3 label="CC: Amount paid to family day care for"; attrib aamtfamf length=3 label="CC: Allocation flag for TAMTFAMF"; attrib tamtfamg length=3 label="CC: Amt paid to family day care for 2nd"; attrib aamtfamg length=3 label="CC: Allocation flag for TAMTFAMG"; attrib tamtfamh length=3 label="CC: Amt paid to family day care for 3rd"; attrib aamtfamh length=3 label="CC: Allocation flag for TAMTFAMH"; attrib tamtfami length=3 label="CC: Amt paid to family day care for 4th"; attrib aamtfami length=3 label="CC: Allocation flag for TAMTFAMI"; attrib tamtfamj length=3 label="CC: Amt paid to family day care for 5th"; attrib aamtfamj length=3 label="CC: Allocation flag for TAMTFAMJ"; attrib ewhdaycf length=3 label="CC: Place where the YOUNGEST child was cared"; attrib awhdaycf length=3 label="CC: Allocation flag for EWHDAYCF"; attrib ewhdaycg length=3 label="CC: Place where the 2nd YOUNGEST child was"; attrib awhdaycg length=3 label="CC: Allocation flag for EWHDAYCG"; attrib ewhdaych length=3 label="CC: Place where the 3rd YOUNGEST child was"; attrib awhdaych length=3 label="CC: Allocation flag for EWHDAYCH"; attrib ewhdayci length=3 label="CC: Place where the 4th YOUNGEST child was"; attrib awhdayci length=3 label="CC: Allocation flag for EWHDAYCI"; attrib ewhdaycj length=3 label="CC: Place where the 5th YOUNGEST child was"; attrib awhdaycj length=3 label="CC: Allocation flag for EWHDAYCJ"; attrib edayhrsf length=3 label="CC: Hrs/week YOUNGEST child was in this day"; attrib adayhrsf length=3 label="CC: Allocation flag for EDAYHRSF"; attrib edayhrsg length=3 label="CC: Hrs/week 2nd YOUNGEST child was in this"; attrib adayhrsg length=3 label="CC: Allocation flag for EDAYHRSG"; attrib edayhrsh length=3 label="CC: Hrs/week 3rd YOUNGEST child was in this"; attrib adayhrsh length=3 label="CC: Allocation flag for EDAYHRSH"; attrib edayhrsi length=3 label="CC: Hrs/week 4th YOUNGEST child was in this"; attrib adayhrsi length=3 label="CC: Allocation flag for EDAYHRSI"; attrib edayhrsj length=3 label="CC: Hrs/week 5th YOUNGEST child was in this"; attrib adayhrsj length=3 label="CC: Allocation flag for EDAYHRSJ"; attrib ehrdaycf length=3 label="CC: Hrs while wrking YOUNGEST child was in"; attrib ahrdaycf length=3 label="CC: Allocation flag for EHRDAYCF"; attrib ehrdaycg length=3 label="CC: Hrs while wrking 2nd YOUNGEST child was"; attrib ahrdaycg length=3 label="CC: Allocation flag for EHRDAYCG"; attrib ehrdaych length=3 label="CC: Hrs while wrking 3rd YOUNGEST child was"; attrib ahrdaych length=3 label="CC: Allocation flag for EHRDAYCH"; attrib ehrdayci length=3 label="CC: Hrs while wrking 4th YOUNGEST child was"; attrib ahrdayci length=3 label="CC: Allocation flag for EHRDAYCI"; attrib ehrdaycj length=3 label="CC: Hrs while wrking 5th YOUNGEST child was"; attrib ahrdaycj length=3 label="CC: Allocation flag for EHRDAYCJ"; attrib epaydayf length=3 label="CC: Paid day care center to care for YOUNGEST"; attrib apaydayf length=3 label="CC: Allocation flag for EPAYDAYF"; attrib epaydayg length=3 label="CC: Paid day care center to care for 2nd"; attrib apaydayg length=3 label="CC: Allocation flag for EPAYDAYG"; attrib epaydayh length=3 label="CC: Paid day care center to care for 3rd"; attrib apaydayh length=3 label="CC: Allocation flag for EPAYDAYH"; attrib epaydayi length=3 label="CC: Paid day care center to care for 4th"; attrib apaydayi length=3 label="CC: Allocation flag for EPAYDAYI"; attrib epaydayj length=3 label="CC: Paid day care center to care for 5th"; attrib apaydayj length=3 label="CC: Allocation flag for EPAYDAYJ"; attrib tamtdayf length=3 label="CC: Amt pd to day center for YOUNGEST child's"; attrib aamtdayf length=3 label="CC: Allocation flag for TAMTDAYF"; attrib tamtdayg length=3 label="CC: Amt pd to day cntr for 2nd YOUNGEST"; attrib aamtdayg length=3 label="CC: Allocation flag for TAMTDAYG"; attrib tamtdayh length=3 label="CC: Amt pd to day cntr for 3rd YOUNGEST"; attrib aamtdayh length=3 label="CC: Allocation flag for TAMTDAYH"; attrib tamtdayi length=3 label="CC: Amt pd to day cntr for 4th YOUNGEST"; attrib aamtdayi length=3 label="CC: Allocation flag for TAMTDAYI"; attrib tamtdayj length=3 label="CC: Amt pd to day cntr for 5th YOUNGEST"; attrib aamtdayj length=3 label="CC: Allocation flag for TAMTDAYJ"; attrib ewhsporf length=3 label="CC: Place the YOUNGEST child participated in"; attrib awhsporf length=3 label="CC: Allocation flag for EWHSPORF"; attrib ewhsporg length=3 label="CC: Place the 2nd YOUNGEST child participated"; attrib awhsporg length=3 label="CC: Allocation flag for EWHSPORG"; attrib ewhsporh length=3 label="CC: Place the 3rd YOUNGEST child participated"; attrib awhsporh length=3 label="CC: Allocation flag for EWHSPORH"; attrib ewhspori length=3 label="CC: Place the 4th YOUNGEST child participated"; attrib awhspori length=3 label="CC: Allocation flag for EWHSPORI"; attrib ewhsporj length=3 label="CC: Place the 5th YOUNGEST child participated"; attrib awhsporj length=3 label="CC: Allocation flag for EWHSPORJ"; attrib ehsportf length=3 label="CC: Hours the YOUNGEST child participated in"; attrib ahsportf length=3 label="CC: Allocation flag for EHSPORTF"; attrib ehsportg length=3 label="CC: Hours the 2nd YOUNGEST child participated"; attrib ahsportg length=3 label="CC: Allocation flag for EHSPORTG"; attrib ehsporth length=3 label="CC: Hours the 3rd YOUNGEST child participated"; attrib ahsporth length=3 label="CC: Allocation flag for EHSPORTH"; attrib ehsporti length=3 label="CC: Hours the 4th YOUNGEST child participated"; attrib ahsporti length=3 label="CC: Allocation flag for EHSPORTI"; attrib ehsportj length=3 label="CC: Hours the 5th YOUNGEST child participated"; attrib ahsportj length=3 label="CC: Allocation flag for EHSPORTJ"; attrib ehrsporf length=3 label="CC: Hrs/wk YOUNGEST child played sports while"; attrib ahrsporf length=3 label="CC: Allocation flag for EHRSPORF"; attrib ehrsporg length=3 label="CC: Hrs/wk 2nd YOUNGEST child played sports"; attrib ahrsporg length=3 label="CC: Allocation flag for EHRSPORG"; attrib ehrsporh length=3 label="CC: Hrs/wk 3rd YOUNGEST child played sports"; attrib ahrsporh length=3 label="CC: Allocation flag for EHRSPORH"; attrib ehrspori length=3 label="CC: Hrs/wk 4th YOUNGEST child played sports"; attrib ahrspori length=3 label="CC: Allocation flag for EHRSPORI"; attrib ehrsporj length=3 label="CC: Hrs/wk 5th YOUNGEST child played sports"; attrib ahrsporj length=3 label="CC: Allocation flag for EHRSPORJ"; attrib epayspof length=3 label="CC: Did ... pay for YOUNGEST child to play"; attrib apayspof length=3 label="CC: Allocation flag for EPAYSPOF"; attrib epayspog length=3 label="CC: Did ... pay for 2nd YOUNGEST child to"; attrib apayspog length=3 label="CC: Allocation flag for EPAYSPOG"; attrib epayspoh length=3 label="CC: Did ... pay for 3rd YOUNGEST child to"; attrib apayspoh length=3 label="CC: Allocation flag for EPAYSPOH"; attrib epayspoi length=3 label="CC: Did ... pay for 4th YOUNGEST child to"; attrib apayspoi length=3 label="CC: Allocation flag for EPAYSPOI"; attrib epayspoj length=3 label="CC: Did ... pay for 5th YOUNGEST child to"; attrib apayspoj length=3 label="CC: Allocation flag for EPAYSPOJ"; attrib tamtspof length=3 label="CC: Amt ... pd for the YOUNGEST child to play"; attrib aamtspof length=3 label="CC: Allocation flag for TAMTSPOF"; attrib tamtspog length=3 label="CC: Amt ... pd for the 2nd YOUNGEST child to"; attrib aamtspog length=3 label="CC: Allocation flag for TAMTSPOG"; attrib tamtspoh length=3 label="CC: Amt ... pd for the 3rd YOUNGEST child to"; attrib aamtspoh length=3 label="CC: Allocation flag for TAMTSPOH"; attrib tamtspoi length=3 label="CC: Amt ... pd for the 4th YOUNGEST child to"; attrib aamtspoi length=3 label="CC: Allocation flag for TAMTSPOI"; attrib tamtspoj length=3 label="CC: Amt ... pd for the 5th YOUNGEST child to"; attrib aamtspoj length=3 label="CC: Allocation flag for TAMTSPOJ"; attrib ewhlessf length=3 label="CC: Place where the YOUNGEST child took"; attrib awhlessf length=3 label="CC: Allocation flag for EWHLESSF"; attrib ewhlessg length=3 label="CC: Place where the 2nd YOUNGEST child took"; attrib awhlessg length=3 label="CC: Allocation flag for EWHLESSG"; attrib ewhlessh length=3 label="CC: Place where the 3rd YOUNGEST child took"; attrib awhlessh length=3 label="CC: Allocation flag for EWHLESSH"; attrib ewhlessi length=3 label="CC: Place where the 4th YOUNGEST child took"; attrib awhlessi length=3 label="CC: Allocation flag for EWHLESSI"; attrib ewhlessj length=3 label="CC: Place where the 5th YOUNGEST child took"; attrib awhlessj length=3 label="CC: Allocation flag for EWHLESSJ"; attrib ehrles1f length=3 label="CC: Hrs/wk the YOUNGEST child took lessons"; attrib ahrles1f length=3 label="CC: Allocation flag for EHRLES1F"; attrib ehrles1g length=3 label="CC: Hrs/wk the 2nd YOUNGEST child took lessons"; attrib ahrles1g length=3 label="CC: Allocation flag for EHRLES1G"; attrib ehrles1h length=3 label="CC: Hrs/wk the 3rd YOUNGEST child took lessons"; attrib ahrles1h length=3 label="CC: Allocation flag for EHRLES1H"; attrib ehrles1i length=3 label="CC: Hrs/wk the 4th YOUNGEST child took lessons"; attrib ahrles1i length=3 label="CC: Allocation flag for EHRLES1I"; attrib ehrles1j length=3 label="CC: Hrs/wk the 5th YOUNGEST child took lessons"; attrib ahrles1j length=3 label="CC: Allocation flag for EHRLES1J"; attrib ehrles2f length=3 label="CC: Hrs/wk 2nd YOUNGEST child took lessons"; attrib ahrles2f length=3 label="CC: Allocation flag for EHRLES2F"; attrib ehrles2g length=3 label="CC: Hrs/wk 2nd YOUNGEST child took lessons"; attrib ahrles2g length=3 label="CC: Allocation flag for EHRLES2G"; attrib ehrles2h length=3 label="CC: Hrs/wk 3rd YOUNGEST child took lessons"; attrib ahrles2h length=3 label="CC: Allocation flag for EHRLES2H"; attrib ehrles2i length=3 label="CC: Hrs/wk 4th YOUNGEST child took lessons"; attrib ahrles2i length=3 label="CC: Allocation flag for EHRLES2I"; attrib ehrles2j length=3 label="CC: Hrs/wk 5th YOUNGEST child took lessons"; attrib ahrles2j length=3 label="CC: Allocation flag for EHRLES2J"; attrib epaylesf length=3 label="CC: Did ... pay for YOUNGEST child to take"; attrib apaylesf length=3 label="CC: Allocation flag for EPAYLESF"; attrib epaylesg length=3 label="CC: Did ... pay for 2nd YOUNGEST child to"; attrib apaylesg length=3 label="CC: Allocation flag for EPAYLESG"; attrib epaylesh length=3 label="CC: Did ... pay for 3rd YOUNGEST child to"; attrib apaylesh length=3 label="CC: Allocation flag for EPAYLESH"; attrib epaylesi length=3 label="CC: Did...pay for the 4th YOUNGEST child to"; attrib apaylesi length=3 label="CC: Allocation flag for EPAYLESI"; attrib epaylesj length=3 label="CC: Did ... pay for 5th YOUNGEST child to"; attrib apaylesj length=3 label="CC: Allocation flag for EPAYLESJ"; attrib tamtlesf length=3 label="CC: Weekly amt ... pd for the YOUNGEST"; attrib aamtlesf length=3 label="CC: Allocation flag for TAMTLESF"; attrib tamtlesg length=3 label="CC: Weekly amt ... pd for 2nd YOUNGEST"; attrib aamtlesg length=3 label="CC: Allocation flag for TAMTLESG"; attrib tamtlesh length=3 label="CC: Weekly amt ... pd for 3rd YOUNGEST"; attrib aamtlesh length=3 label="CC: Allocation flag for TAMTLESH"; attrib tamtlesi length=3 label="CC: Weekly amt ... pd for 4th YOUNGEST"; attrib aamtlesi length=3 label="CC: Allocation flag for TAMTLESI"; attrib tamtlesj length=3 label="CC: Weekly amt ... pd for 5th YOUNGEST"; attrib aamtlesj length=3 label="CC: Allocation flag for TAMTLESJ"; attrib ewhclubf length=3 label="CC: Place where YOUNGEST child's club"; attrib awhclubf length=3 label="CC: Allocation flag for EWHCLUBF"; attrib ewhclubg length=3 label="CC: Location of 2nd YOUNGEST child's club"; attrib awhclubg length=3 label="CC: Allocation flag for EWHCLUBG"; attrib ewhclubh length=3 label="CC: Location of 3rd YOUNGEST child's club"; attrib awhclubh length=3 label="CC: Allocation flag for EWHCLUBH"; attrib ewhclubi length=3 label="CC: Location of 4th YOUNGEST child's club"; attrib awhclubi length=3 label="CC: Allocation flag for EWHCLUBI"; attrib ewhclubj length=3 label="CC: Location of 5th YOUNGEST child's club"; attrib awhclubj length=3 label="CC: Allocation flag for EWHCLUBJ"; attrib eclubhrf length=3 label="CC: Hrs/wk YOUNGEST child spent at club"; attrib aclubhrf length=3 label="CC: Allocation flag for ECLUBHRF"; attrib eclubhrg length=3 label="CC: Hrs/wk 2nd YOUNGEST child spent at club"; attrib aclubhrg length=3 label="CC: Allocation flag for ECLUBHRG"; attrib eclubhrh length=3 label="CC: Hrs/wk 3rd YOUNGEST child spent at club"; attrib aclubhrh length=3 label="CC: Allocation flag for ECLUBHRH"; attrib eclubhri length=3 label="CC: Hrs/wk 4th YOUNGEST child spent at club"; attrib aclubhri length=3 label="CC: Allocation flag for ECLUBHRI"; attrib eclubhrj length=3 label="CC: Hrs/wk 5th YOUNGEST child spent at club"; attrib aclubhrj length=3 label="CC: Allocation flag for ECLUBHRJ"; attrib ehrclubf length=3 label="CC: Hrs/wk YOUNGEST child was at clubhouse"; attrib ahrclubf length=3 label="CC: Allocation flag for EHRCLUBF"; attrib ehrclubg length=3 label="CC: Hrs/wk 2nd YOUNGEST child was at clubhse"; attrib ahrclubg length=3 label="CC: Allocation flag for EHRCLUBG"; attrib ehrclubh length=3 label="CC: Hrs/wk 3rd YOUNGEST child was at clubhse"; attrib ahrclubh length=3 label="CC: Allocation flag for EHRCLUBH"; attrib ehrclubi length=3 label="CC: Hrs/wk 4th YOUNGEST child was at clubhse"; attrib ahrclubi length=3 label="CC: Allocation flag for EHRCLUBI"; attrib ehrclubj length=3 label="CC: Hrs/wk 5th YOUNGEST child was at clubhse"; attrib ahrclubj length=3 label="CC: Allocation flag for EHRCLUBJ"; attrib epaycluf length=3 label="CC: Did...pay for YOUNGEST child to belong to"; attrib apaycluf length=3 label="CC: Allocation flag for EPAYCLUF"; attrib epayclug length=3 label="CC: Did...pay for 2nd YOUNGEST child to"; attrib apayclug length=3 label="CC: Allocation flag for EPAYCLUG"; attrib epaycluh length=3 label="CC: Did...pay for 3rd YOUNGEST child to"; attrib apaycluh length=3 label="CC: Allocation flag for EPAYCLUH"; attrib epayclui length=3 label="CC: Did...pay for 4th YOUNGEST child to"; attrib apayclui length=3 label="CC: Allocation flag for EPAYCLUI"; attrib epaycluj length=3 label="CC: Did...pay for 5th YOUNGEST child to"; attrib apaycluj length=3 label="CC: Allocation flag for EPAYCLUJ"; attrib tamtcluf length=3 label="CC: Amt pd for YOUNGEST child to be in a club"; attrib aamtcluf length=3 label="CC: Allocation flag for TAMTCLUF"; attrib tamtclug length=3 label="CC: Amt pd for 2nd YOUNGEST child to be in a"; attrib aamtclug length=3 label="CC: Allocation flag for TAMTCLUG"; attrib tamtcluh length=3 label="CC: Amt pd for 3rd YOUNGEST child to be in a"; attrib aamtcluh length=3 label="CC: Allocation flag for TAMTCLUH"; attrib tamtclui length=3 label="CC: Amt pd for 4th YOUNGEST child to be in a"; attrib aamtclui length=3 label="CC: Allocation flag for TAMTCLUI"; attrib tamtcluj length=3 label="CC: Amt pd for 5th YOUNGEST child to be in a"; attrib aamtcluj length=3 label="CC: Allocation flag for TAMTCLUJ"; attrib ewhschof length=3 label="CC: Location of YOUNGEST child's after school"; attrib awhschof length=3 label="CC: Allocation flag for EWHSCHOF"; attrib ewhschog length=3 label="CC: Location of 2nd YOUNGEST child's after"; attrib awhschog length=3 label="CC: Allocation flag for EWHSCHOG"; attrib ewhschoh length=3 label="CC: Location of 3rd YOUNGEST child's after"; attrib awhschoh length=3 label="CC: Allocation flag for EWHSCHOH"; attrib ewhschoi length=3 label="CC: Location of 4th YOUNGEST child's after"; attrib awhschoi length=3 label="CC: Allocation flag for EWHSCHOI"; attrib ewhschoj length=3 label="CC: Location of 5th YOUNGEST child's after"; attrib awhschoj length=3 label="CC: Allocation flag for EWHSCHOJ"; attrib ehscho1f length=3 label="CC: Hrs/wk YOUNGEST child spent in after"; attrib ahscho1f length=3 label="CC: Allocation flag for EHSCHO1F"; attrib ehscho1g length=3 label="CC: Hrs/wk 2nd YOUNGEST child spent in after"; attrib ahscho1g length=3 label="CC: Allocation flag for EHSCHO1G"; attrib ehscho1h length=3 label="CC: Hrs/wk 3rd YOUNGEST child spent in after"; attrib ahscho1h length=3 label="CC: Allocation flag for EHSCHO1H"; attrib ehscho1i length=3 label="CC: Hrs/wk 4th YOUNGEST child spent in after"; attrib ahscho1i length=3 label="CC: Allocation flag for EHSCHO1I"; attrib ehscho1j length=3 label="CC: Hrs/wk 5th YOUNGEST child spent in after"; attrib ahscho1j length=3 label="CC: Allocation flag for EHSCHO1J"; attrib ehrsch2f length=3 label="CC: Hrs/wk YOUNGEST child in after schl care"; attrib ahrsch2f length=3 label="CC: Allocation flag for EHRSCH2F"; attrib ehrsch2g length=3 label="CC: Hrs/wk 2nd YOUNGEST chld in aftr schl"; attrib ahrsch2g length=3 label="CC: Allocation flag for EHRSCH2G"; attrib ehrsch2h length=3 label="CC: Hrs/wk 3rd YOUNGEST chld in aftr schl"; attrib ahrsch2h length=3 label="CC: Allocation flag for EHRSCH2H"; attrib ehrsch2i length=3 label="CC: Hrs/wk 4th YOUNGEST chld in aftr schl"; attrib ahrsch2i length=3 label="CC: Allocation flag for EHRSCH2I"; attrib ehrsch2j length=3 label="CC: Hrs/wk 5th YOUNGEST chld in aftr schl"; attrib ahrsch2j length=3 label="CC: Allocation flag for EHRSCH2J"; attrib epayschf length=3 label="CC: Did...pay for YOUNGEST child's after"; attrib apayschf length=3 label="CC: Allocation flag for EPAYSCHF"; attrib epayschg length=3 label="CC: Did...pay for 2nd YOUNGEST child's after"; attrib apayschg length=3 label="CC: Allocation flag for EPAYSCHG"; attrib epayschh length=3 label="CC: Did...pay for 3rd YOUNGEST child's after"; attrib apayschh length=3 label="CC: Allocation flag for EPAYSCHH"; attrib epayschi length=3 label="CC: Did...pay for 4th YOUNGEST child's after"; attrib apayschi length=3 label="CC: Allocation flag for EPAYSCHI"; attrib epayschj length=3 label="CC: Did...pay for 5th YOUNGEST child's after"; attrib apayschj length=3 label="CC: Allocation flag for EPAYSCHJ"; attrib tamtschf length=3 label="CC: Amt...pd for YOUNGEST child in after"; attrib aamtschf length=3 label="CC: Allocation flag for TAMTSCHF"; attrib tamtschg length=3 label="CC: Amt...pd for 2nd YOUNGEST child in aftr"; attrib aamtschg length=3 label="CC: Allocation flag for TAMTSCHG"; attrib tamtschh length=3 label="CC: Amt...pd for 3rd YOUNGEST child in aftr"; attrib aamtschh length=3 label="CC: Allocation flag for TAMTSCHH"; attrib tamtschi length=3 label="CC: Amt...pd for 4th YOUNGEST child in aftr"; attrib aamtschi length=3 label="CC: Allocation flag for TAMTSCHI"; attrib tamtschj length=3 label="CC: Amt...pd for 5th YOUNGEST child in aftr"; attrib aamtschj length=3 label="CC: Allocation flag for TAMTSCHJ"; attrib ewhothef length=3 label="CC: Place non-relative cared for the YOUNGEST"; attrib awhothef length=3 label="CC: Allocation flag for EWHOTHEF"; attrib ewhotheg length=3 label="CC: Place non-relative cared for the 2nd"; attrib awhotheg length=3 label="CC: Allocation flag for EWHOTHEG"; attrib ewhotheh length=3 label="CC: Place non-relative cared for the 3rd"; attrib awhotheh length=3 label="CC: Allocation flag for EWHOTHEH"; attrib ewhothei length=3 label="CC: Place non-relative cared for the 4th"; attrib awhothei length=3 label="CC: Allocation flag for EWHOTHEI"; attrib ewhothej length=3 label="CC: Place non-relative cared for the 5th"; attrib awhothej length=3 label="CC: Allocation flag for EWHOTHEJ"; attrib eothehrf length=3 label="CC: Hrs/wk non-relative cared for YOUNGEST"; attrib aothehrf length=3 label="CC: Allocation flag for EOTHEHRF"; attrib eothehrg length=3 label="CC: Hrs/wk non-relative cared for 2nd"; attrib aothehrg length=3 label="CC: Allocation flag for EOTHEHRG"; attrib eothehrh length=3 label="CC: Hrs/wk non-relative cared for 3rd"; attrib aothehrh length=3 label="CC: Allocation flag for EOTHEHRH"; attrib eothehri length=3 label="CC: Hrs/wk non-relative cared for 4th"; attrib aothehri length=3 label="CC: Allocation flag for EOTHEHRI"; attrib eothehrj length=3 label="CC: Hrs/wk non-relative cared for 5th"; attrib aothehrj length=3 label="CC: Allocation flag for EOTHEHRJ"; attrib ehrothef length=3 label="CC: Hrs/wk non-relative cared for child"; attrib ahrothef length=3 label="CC: Allocation flag for EHROTHEF"; attrib ehrotheg length=3 label="CC: Hrs/wk non-relative cared for 2nd child"; attrib ahrotheg length=3 label="CC: Allocation flag for EHROTHEG"; attrib ehrotheh length=3 label="CC: Hrs/wk non-relative cared for 3rd child"; attrib ahrotheh length=3 label="CC: Allocation flag for EHROTHEH"; attrib ehrothei length=3 label="CC: Hrs/wk non-relative cared for 4th child"; attrib ahrothei length=3 label="CC: Allocation flag for EHROTHEI"; attrib ehrothej length=3 label="CC: Hrs/wk non-relative cared for 5th child"; attrib ahrothej length=3 label="CC: Allocation flag for EHROTHEJ"; attrib epayothf length=3 label="CC: Did...pay non-relative to care for"; attrib apayothf length=3 label="CC: Allocation flag for EPAYOTHF"; attrib epayothg length=3 label="CC: Did...pay non-relative to care for 2nd"; attrib apayothg length=3 label="CC: Allocation flag for EPAYOTHG"; attrib epayothh length=3 label="CC: Did...pay non-relative to care for 3rd"; attrib apayothh length=3 label="CC: Allocation flag for EPAYOTHH"; attrib epayothi length=3 label="CC: Did...pay non-relative to care for 4th"; attrib apayothi length=3 label="CC: Allocation flag for EPAYOTHI"; attrib epayothj length=3 label="CC: Did...pay non-relative to care for 5th"; attrib apayothj length=3 label="CC: Allocation flag for EPAYOTHJ"; attrib tamtothf length=3 label="CC: Amt/wk...pd non-relative to care for"; attrib aamtothf length=3 label="CC: Allocation flag for TAMTOTHF"; attrib tamtothg length=3 label="CC: Amt/wk...pd nonrelative caring for 2nd"; attrib aamtothg length=3 label="CC: Allocation flag for TAMTOTHG"; attrib tamtothh length=3 label="CC: Amt/wk...pd nonrelative caring for 3rd"; attrib aamtothh length=3 label="CC: Allocation flag for TAMTOTHH"; attrib tamtothi length=3 label="CC: Amt/wk...pd nonrelative caring for 4th"; attrib aamtothi length=3 label="CC: Allocation flag for TAMTOTHI"; attrib tamtothj length=3 label="CC: Amt/wk...pd nonrelative caring for 5th"; attrib aamtothj length=3 label="CC: Allocation flag for TAMTOTHJ"; attrib eschoowf length=3 label="CC: Did YOUNGEST child usually attend school"; attrib aschoowf length=3 label="CC: Allocation flag for ESCHOOWF"; attrib eschoowg length=3 label="CC: Did 2nd YOUNGEST child usually attend"; attrib aschoowg length=3 label="CC: Allocation flag for ESCHOOWG"; attrib eschoowh length=3 label="CC: Did 3rd YOUNGEST child usually attend"; attrib aschoowh length=3 label="CC: Allocation flag for ESCHOOWH"; attrib eschoowi length=3 label="CC: Did 4th YOUNGEST child usually attend"; attrib aschoowi length=3 label="CC: Allocation flag for ESCHOOWI"; attrib eschoowj length=3 label="CC: Did 5th YOUNGEST child usually attend"; attrib aschoowj length=3 label="CC: Allocation flag for ESCHOOWJ"; attrib ehrschwf length=3 label="CC: Hrs/wk the YOUNGEST child was in school"; attrib ahrschwf length=3 label="CC: Allocation flag for EHRSCHWF"; attrib ehrschwg length=3 label="CC: Hrs/wk the 2nd YOUNGEST child was in"; attrib ahrschwg length=3 label="CC: Allocation flag for EHRSCHWG"; attrib ehrschwh length=3 label="CC: Hrs/wk the 3rd YOUNGEST child was in"; attrib ahrschwh length=3 label="CC: Allocation flag for EHRSCHWH"; attrib ehrschwi length=3 label="CC: Hrs/wk the 4th YOUNGEST child was in"; attrib ahrschwi length=3 label="CC: Allocation flag for EHRSCHWI"; attrib ehrschwj length=3 label="CC: Hrs/wk the 5th YOUNGEST child was in"; attrib ahrschwj length=3 label="CC: Allocation flag for EHRSCHWJ"; attrib ehrschof length=3 label="CC: Hrs/wk YOUNGEST child was in school"; attrib ahrschof length=3 label="CC: Allocation flag for EHRSCHOF"; attrib ehrschog length=3 label="CC: Hrs/wk 2nd YOUNGEST child was in school"; attrib ahrschog length=3 label="CC: Allocation flag for EHRSCHOG"; attrib ehrschoh length=3 label="CC: Hrs/wk 3rd YOUNGEST child was in school"; attrib ahrschoh length=3 label="CC: Allocation flag for EHRSCHOH"; attrib ehrschoi length=3 label="CC: Hrs/wk 4th YOUNGEST child was in school"; attrib ahrschoi length=3 label="CC: Allocation flag for EHRSCHOI"; attrib ehrschoj length=3 label="CC: Hrs/wk 5th YOUNGEST child was in school"; attrib ahrschoj length=3 label="CC: Allocation flag for EHRSCHOJ"; attrib eselfcaf length=3 label="CC: Did the YOUNGEST child cared for self"; attrib aselfcaf length=3 label="CC: Allocation flag for ESELFCAF"; attrib eselfcag length=3 label="CC: Did the 2nd YOUNGEST child cared for self"; attrib aselfcag length=3 label="CC: Allocation flag for ESELFCAG"; attrib eselfcah length=3 label="CC: Did the 3rd YOUNGEST child cared for self"; attrib aselfcah length=3 label="CC: Allocation flag for ESELFCAH"; attrib eselfcai length=3 label="CC: Did the 4th YOUNGEST child cared for self"; attrib aselfcai length=3 label="CC: Allocation flag for ESELFCAI"; attrib eselfcaj length=3 label="CC: Did the 5th YOUNGEST child cared for self"; attrib aselfcaj length=3 label="CC: Allocation flag for ESELFCAJ"; attrib ekidhr1f length=3 label="CC: Hrs/wk the YOUNGEST child cared for self"; attrib akidhr1f length=3 label="CC: Allocation flag for EKIDHR1F"; attrib ekidhr1g length=3 label="CC: Hrs/wk the 2nd YOUNGEST child cared for"; attrib akidhr1g length=3 label="CC: Allocation flag for EKIDHR1G"; attrib ekidhr1h length=3 label="CC: Hrs/wk the 3rd YOUNGEST child cared for"; attrib akidhr1h length=3 label="CC: Allocation flag for EKIDHR1H"; attrib ekidhr1i length=3 label="CC: Hrs/wk the 4th YOUNGEST child cared for"; attrib akidhr1i length=3 label="CC: Allocation flag for EKIDHR1I"; attrib ekidhr1j length=3 label="CC: Hrs/wk the 5th YOUNGEST child cared for"; attrib akidhr1j length=3 label="CC: Allocation flag for EKIDHR1J"; attrib ekidhr2f length=3 label="CC: Hrs/wk YOUNGEST child cared for self"; attrib akidhr2f length=3 label="CC: Allocation flag for EKIDHR2F"; attrib ekidhr2g length=3 label="CC: Hrs/wk 2nd YOUNGEST child cared for self"; attrib akidhr2g length=3 label="CC: Allocation flag for EKIDHR2G"; attrib ekidhr2h length=3 label="CC: Hrs/wk 3rd YOUNGEST child cared for self"; attrib akidhr2h length=3 label="CC: Allocation flag for EKIDHR2H"; attrib ekidhr2i length=3 label="CC: Hrs/wk 4th YOUNGEST child cared for self"; attrib akidhr2i length=3 label="CC: Allocation flag for EKIDHR2I"; attrib ekidhr2j length=3 label="CC: Hrs/wk 5th YOUNGEST child cared for self"; attrib akidhr2j length=3 label="CC: Allocation flag for EKIDHR2J"; attrib edaychaf length=3 label="CC: Any change in child care for YOUNGEST"; attrib adaychaf length=3 label="CC: Allocation flag for EDAYCHAF"; attrib edaychag length=3 label="CC: Any change in child care for 2nd YOUNGEST"; attrib adaychag length=3 label="CC: Allocation flag for EDAYCHAG"; attrib edaychah length=3 label="CC: Any change in child care for 3rd YOUNGEST"; attrib adaychah length=3 label="CC: Allocation flag for EDAYCHAH"; attrib edaychai length=3 label="CC: Any change in child care for 4th YOUNGEST"; attrib adaychai length=3 label="CC: Allocation flag for EDAYCHAI"; attrib edaychaj length=3 label="CC: Any change in child care for 5th YOUNGEST"; attrib adaychaj length=3 label="CC: Allocation flag for EDAYCHAJ"; attrib epayhelf length=3 label="CC: Did anyone help pay for YOUNGEST child's"; attrib apayhelf length=3 label="CC: Allocation flag for EPAYHELF"; attrib epayhelg length=3 label="CC: Did anyone help pay for 2nd YOUNGEST"; attrib apayhelg length=3 label="CC: Allocation flag for EPAYHELG"; attrib epayhelh length=3 label="CC: Did anyone help pay for 3rd YOUNGEST"; attrib apayhelh length=3 label="CC: Allocation flag for EPAYHELH"; attrib epayheli length=3 label="CC: Did anyone help pay for 4th YOUNGEST"; attrib apayheli length=3 label="CC: Allocation flag for EPAYHELI"; attrib epayhelj length=3 label="CC: Did anyone help pay for 5th YOUNGEST"; attrib apayhelj length=3 label="CC: Allocation flag for EPAYHELJ"; attrib ewhopa1f length=3 label="CC: Did governmnt help pay for YOUNGEST"; attrib ewhopa2f length=3 label="CC: Did other parent help pay for YOUNGEST"; attrib ewhopa3f length=3 label="CC: Did employer help pay for YOUNGEST"; attrib ewhopa4f length=3 label="CC: Did someone else help pay for YOUNGEST"; attrib awhopaf length=3 label="CC: Allocation flag for EWHOPA1F-EWHOPA4F"; attrib ewhopa1g length=3 label="CC: Did a gov agency help pay 2nd YOUNGEST"; attrib ewhopa2g length=3 label="CC: Did other parent help pay 2nd YOUNGEST"; attrib ewhopa3g length=3 label="CC: Did employer help pay 2nd YOUNGEST"; attrib ewhopa4g length=3 label="CC: Did someone else help pay 2nd YOUNGEST"; attrib awhopag length=3 label="CC: Allocation flag for EWHOPA1G-EWHOPA4G"; attrib ewhopa1h length=3 label="CC: Did a gov agency help pay 3rd YOUNGEST"; attrib ewhopa2h length=3 label="CC: Did other parent help pay 3rd YOUNGEST"; attrib ewhopa3h length=3 label="CC: Did employer help pay 3rd YOUNGEST"; attrib ewhopa4h length=3 label="CC: Did someone else help pay 3rd YOUNGEST"; attrib awhopah length=3 label="CC: Allocation flag for EWHOPA1H-EWHOPA4H"; attrib ewhopa1i length=3 label="CC: Did a gov agency help pay 4th YOUNGEST"; attrib ewhopa2i length=3 label="CC: Did other parent help pay 4th YOUNGEST"; attrib ewhopa3i length=3 label="CC: Did employer help pay 4th YOUNGEST"; attrib ewhopa4i length=3 label="CC: Did someone else help pay 4th YOUNGEST"; attrib awhopai length=3 label="CC: Allocation flag for EWHOPA1I-EWHOPA4I"; attrib ewhopa1j length=3 label="CC: Did a gov agency help pay 5th YOUNGEST"; attrib ewhopa2j length=3 label="CC: Did other parent help pay 5th YOUNGEST"; attrib ewhopa3j length=3 label="CC: Did employer help pay 5th YOUNGEST"; attrib ewhopa4j length=3 label="CC: Did someone else help pay 5th YOUNGEST"; attrib awhopaj length=3 label="CC: Allocation flag for EWHOPA1J-EWHOPA4J"; attrib esatisf length=3 label="CC: Are you satisfied with care of youngest"; attrib esatisg length=3 label="CC: Are you satisfied with care of 2nd"; attrib esatish length=3 label="CC: Are you satisfied with care of 3rd"; attrib esatisi length=3 label="CC: Are you satisfied with care of 4th"; attrib esatisj length=3 label="CC: Are you satisfied with care of 5th"; attrib elistf length=3 label="CC: Are you waiting on child care for"; attrib alistf length=3 label="CC: Allocation flag for ELISTF"; attrib elistg length=3 label="CC: Are you waiting on child care for 2nd"; attrib alistg length=3 label="CC: Allocation flag for ELISTG"; attrib elisth length=3 label="CC: Are you waiting on child care for 3rd"; attrib alisth length=3 label="CC: Allocation flag for ELISTH"; attrib elisti length=3 label="CC: Are you waiting on child care for 4th"; attrib alisti length=3 label="CC: Allocation flag for ELISTI"; attrib elistj length=3 label="CC: Are you waiting on child care for 5th"; attrib alistj length=3 label="CC: Allocation flag for ELISTJ"; attrib eworkmor length=3 label="CC: Not able to wrk more because of child"; attrib aworkmor length=3 label="CC: Allocation flag for EWORKMOR"; attrib etiamt01 length=3 label="CC: Time lost because of no arrangement"; attrib atiamt01 length=3 label="CC: Allocation flag for ETIAMT01"; attrib etiamt02 length=3 label="CC: Unit of time lost because of no"; attrib atiamt02 length=3 label="CC: Allocation flag for ETIAMT02"; INPUT @1 ssuseq 5. @6 ssuid $12. @18 spanel 4. @22 swave 2. @24 srotaton 1. @25 tfipsst 2. @27 shhadid 3. @30 eoutcome 3. @33 rfid 3. @36 rfid2 3. @39 eppidx 3. @42 eentaid $3. @45 epppnum $4. @49 epopstat 1. @50 eppintvw 2. @52 eppmis4 1. @53 esex 1. @54 erace 1. @55 eorigin 2. @57 wpfinwgt 10. @67 errp 2. @69 tage 2. @71 ems 1. @72 epnspous 4. @76 epnmom 4. @80 epndad 4. @84 epnguard 4. @88 rdesgpnt 2. @90 eeducate 2. @92 lgtkey $8. @100 sinthhid 3. @103 eawrunv 2. @105 iinccat 2. @107 ipayn 2. @109 ipayn2 2. @111 itraihyn 2. @113 ihlphire 1. @114 ihlptrai 1. @115 ihlpwage 1. @116 ihlpdk 2. @118 ifoodhyn 2. @120 iclothyn 2. @122 ihoushyn 2. @124 icsuphyn 2. @126 iothhyn 2. @128 ijobhelp 2. @130 ireqinc 2. @132 ireqcs 2. @134 ireqpat 2. @136 ireqdt 2. @138 ijhrusu 2. @140 ijhint 2. @142 ijhdres 2. @144 ijhself 2. @146 ijhcomp 2. @148 ijhcler 2. @150 ijhmach 2. @152 ijhojs 2. @154 ijhged 2. @156 ijhcol 2. @158 ijhlit 2. @160 ijhlis 2. @162 ijheng 2. @164 ijhoth 2. @166 ijcomptr 2. @168 ijhjobyn 2. @170 ijhpayyn 2. @172 inumpay 2. @174 igasvyn 2. @176 itokyn 2. @178 icaryn 2. @180 irideyn 2. @182 iothtyn 2. @184 icctype 2. @186 iccpayyn 2. @188 iccempyn 2. @190 iccwho 2. @192 icccov01 4. @196 icccov02 4. @200 icccov03 4. @204 icccov04 4. @208 icccov05 4. @212 icccov06 4. @216 icccov07 4. @220 iccrel 2. @222 iccdayc 2. @224 iccsitt 2. @226 iccaft 2. @228 ifavou 2. @230 ifagroc 2. @232 ifameal 2. @234 ifaoth 2. @236 ivouga 1. @237 ivouhar 1. @238 ivoufam 1. @239 ivouoth 1. @240 ivouthh 2. @242 icaga 1. @243 icachar 1. @244 icafam 1. @245 icaemp 1. @246 icaoth 1. @247 icaothh 2. @249 ihatype 2. @251 ihatype2 2. @253 ihaga 1. @254 ihahous 1. @255 ihachar 1. @256 ihaoth 1. @257 ihaothh 2. @259 icashsc 2. @261 icashhm 2. @263 icashal 2. @265 icashuse 2. @267 icashren 1. @268 icashfoo 1. @269 icashcs 1. @270 icashck 1. @271 icashcar 1. @272 icashoth 2. @274 icashohh 2. @276 icsagen 1. @277 icswelf 1. @278 icsoth 1. @279 icsothh 2. @281 icspat 2. @283 icsabs 2. @285 icscourt 2. @287 icscoll 2. @289 icsoth2 2. @291 icsgov 1. @292 icschar 1. @293 icsfam 1. @294 icselse 1. @295 icselsee 2. @297 tcsamt 4. @301 icsncash 2. @303 icsearl 2. @305 icspart 2. @307 icsrent 1. @308 icsfood 1. @309 icsclos 1. @310 icsclok 1. @311 icscar 1. @312 icsouse 1. @313 icsousee 2. @315 iwftype 2. @317 iwforg 2. @319 iwfind 2. @321 iwfjob 2. @323 iwfcore 2. @325 iinqcomp 2. @327 iinqcomo 2. @329 iincafdc 1. @330 iincga 1. @331 iincssi 1. @332 iincfs 1. @333 iincmcd 1. @334 iincwic 1. @335 iincunem 1. @336 iincoph 1. @337 iincener 1. @338 iinceduc 1. @339 iincqcc 1. @340 iinctran 1. @341 iincmeal 1. @342 iincoth 1. @343 iincothh 2. @345 ininlimt 1. @346 inindn 1. @347 ininimm 1. @348 ininelig 1. @349 inindk 1. @350 ininhas 1. @351 inintran 1. @352 ininchar 1. @353 ininwort 1. @354 ininplan 1. @355 ininavai 1. @356 ininoth 1. @357 ininothh 2. @359 ipbredyn 2. @361 iredincr 1. @362 iredwkrq 1. @363 iredcsrq 1. @364 iredinfo 1. @365 iredsign 1. @366 iredssi 1. @367 iredlimt 1. @368 iredoth 1. @369 ireddk 2. @371 ipastpub 2. @373 tpastyr 4. @377 inotlimt 1. @378 inotwkrq 1. @379 inotcsrq 1. @380 inotinfo 1. @381 inotbank 1. @382 inothigh 1. @383 inotmax 1. @384 inotsign 1. @385 inotmarr 1. @386 inotneed 1. @387 inotold 1. @388 inototh 1. @389 inotdk 2. @391 ielignum 2. @393 teligyr 4. @397 ialwaych 2. @399 ikidwkrq 1. @400 ikidcsrq 1. @401 ikidimmi 1. @402 ikidinfo 1. @403 ikidsign 1. @404 ikidssi 1. @405 ikidlimt 1. @406 ikidoth 1. @407 ikiddk 2. @409 tkdstrty 4. @413 epcwunv 2. @415 edaycare 2. @417 adaycare 1. @418 ecaremth 3. @421 acaremth 1. @422 ehrscare 2. @424 ahrscare 1. @425 elivapat 2. @427 alivapat 1. @428 enotable 2. @430 anotable 1. @431 epastmon 2. @433 apastmon 1. @434 eouting 2. @436 aouting 1. @437 etotread 2. @439 atotread 1. @440 eparread 2. @442 aparread 1. @443 edadread 2. @445 adadread 1. @446 etvrules 2. @448 atvrules 1. @449 etimestv 2. @451 atimestv 1. @452 ehoustv 2. @454 ahoustv 1. @455 eeatbkf 2. @457 aeatbkf 1. @458 eeatdinn 2. @460 aeatdinn 1. @461 edadbrkf 2. @463 adadbrkf 1. @464 edaddinn 2. @466 adaddinn 1. @467 efuntime 2. @469 afuntime 1. @470 edadfun 2. @472 adadfun 1. @473 epraise 2. @475 apraise 1. @476 edadprai 2. @478 adadprai 1. @479 efarscho 2. @481 afarscho 1. @482 edadfar 2. @484 adadfar 1. @485 ethinksc 2. @487 athinksc 1. @488 eatkindg 2. @490 aatkindg 1. @491 ekindage 2. @493 akindage 1. @494 efirgrad 2. @496 afirgrad 1. @497 estrtage 2. @499 astrtage 1. @500 ekindele 2. @502 akindele 1. @503 ehighgra 2. @505 ahighgra 1. @506 ecurrerl 2. @508 acurrerl 1. @509 egrdeatt 2. @511 agrdeatt 1. @512 epubpriv 2. @514 apubpriv 1. @515 eassschl 2. @517 aassschl 1. @518 erelisch 2. @520 arelisch 1. @521 especsch 2. @523 aspecsch 1. @524 esportea 2. @526 asportea 1. @527 elessons 2. @529 alessons 1. @530 eclubsch 2. @532 aclubsch 1. @533 erelig 2. @535 arelig 1. @536 elikesch 2. @538 alikesch 1. @539 eintschl 2. @541 aintschl 1. @542 ewkshard 2. @544 awkshard 1. @545 echgschl 2. @547 achgschl 1. @548 etimchan 2. @550 atimchan 1. @551 erepgrad 2. @553 arepgrad 1. @554 egrdrpt1 2. @556 egrdrpt2 2. @558 egrdrpt3 2. @560 egrdrpt4 2. @562 egrdrpt5 2. @564 agrdrpt 1. @565 eexpschl 2. @567 aexpschl 1. @568 ttimexp 2. @570 atimexp 1. @571 ehardcar 2. @573 ahardcar 1. @574 ebother 2. @576 abother 1. @577 egivuplf 2. @579 agivuplf 1. @580 eangrycl 2. @582 aangrycl 1. @583 ehelpech 2. @585 ahelpech 1. @586 ewatchot 2. @588 awatchot 1. @589 ecounton 2. @591 acounton 1. @592 ebadpeop 2. @594 abadpeop 1. @595 etrustpe 2. @597 atrustpe 1. @598 ekeepins 2. @600 akeepins 1. @601 esafepla 2. @603 asafepla 1. @604 eccunv 2. @606 ehrwksch 2. @608 ahrwksch 1. @609 rrhrswk 2. @611 ehrwkjob 3. @614 ahrwkjob 1. @615 eccpnuma $4. @619 eccpnumb $4. @623 eccpnumc $4. @627 eccpnumd $4. @631 eccpnume $4. @635 eccagea 2. @637 eccageb 2. @639 eccagec 2. @641 eccaged 2. @643 eccagee 2. @645 eckd01a 2. @647 eckd01b 2. @649 eckd01c 2. @651 eckd01d 2. @653 eckd01e 2. @655 eckd02a 2. @657 eckd02b 2. @659 eckd02c 2. @661 eckd02d 2. @663 eckd02e 2. @665 eckd03a 2. @667 eckd03b 2. @669 eckd03c 2. @671 eckd03d 2. @673 eckd03e 2. @675 eckd04a 2. @677 eckd04b 2. @679 eckd04c 2. @681 eckd04d 2. @683 eckd04e 2. @685 eckd05a 2. @687 eckd05b 2. @689 eckd05c 2. @691 eckd05d 2. @693 eckd05e 2. @695 eckd06a 2. @697 eckd06b 2. @699 eckd06c 2. @701 eckd06d 2. @703 eckd06e 2. @705 eckd07a 2. @707 eckd07b 2. @709 eckd07c 2. @711 eckd07d 2. @713 eckd07e 2. @715 eckd08a 2. @717 eckd08b 2. @719 eckd08c 2. @721 eckd08d 2. @723 eckd08e 2. @725 eckd09a 2. @727 eckd09b 2. @729 eckd09c 2. @731 eckd09d 2. @733 eckd09e 2. @735 eckd10a 2. @737 eckd10b 2. @739 eckd10c 2. @741 eckd10d 2. @743 eckd10e 2. @745 eckd11a 2. @747 eckd11b 2. @749 eckd11c 2. @751 eckd11d 2. @753 eckd11e 2. @755 accarea 1. @756 accareb 1. @757 accarec 1. @758 accared 1. @759 accaree 1. @760 ewhepara 2. @762 awhepara 1. @763 ewheparb 2. @765 awheparb 1. @766 ewheparc 2. @768 awheparc 1. @769 ewhepard 2. @771 awhepard 1. @772 ewhepare 2. @774 awhepare 1. @775 eparhr1a 3. @778 aparhr1a 1. @779 eparhr1b 3. @782 aparhr1b 1. @783 eparhr1c 3. @786 aparhr1c 1. @787 eparhr1d 3. @790 aparhr1d 1. @791 eparhr1e 3. @794 aparhr1e 1. @795 eparhr2a 3. @798 aparhr2a 1. @799 eparhr2b 3. @802 aparhr2b 1. @803 eparhr2c 3. @806 aparhr2c 1. @807 eparhr2d 3. @810 aparhr2d 1. @811 eparhr2e 3. @814 aparhr2e 1. @815 ewhselfa 2. @817 awhselfa 1. @818 ewhselfb 2. @820 awhselfb 1. @821 ewhselfc 2. @823 awhselfc 1. @824 ewhselfd 2. @826 awhselfd 1. @827 ewhselfe 2. @829 awhselfe 1. @830 eselfhra 2. @832 aselfhra 1. @833 eselfhrb 2. @835 aselfhrb 1. @836 eselfhrc 2. @838 aselfhrc 1. @839 eselfhrd 2. @841 aselfhrd 1. @842 eselfhre 2. @844 aselfhre 1. @845 ewhsb15a 2. @847 awhsb15a 1. @848 ewhsb15b 2. @850 awhsb15b 1. @851 ewhsb15c 2. @853 awhsb15c 1. @854 ewhsb15d 2. @856 awhsb15d 1. @857 ewhsb15e 2. @859 awhsb15e 1. @860 ewhsbhra 2. @862 awhsbhra 2. @864 ewhsbhrb 2. @866 awhsbhrb 1. @867 ewhsbhrc 2. @869 awhsbhrc 1. @870 ewhsbhrd 2. @872 awhsbhrd 1. @873 ewhsbhre 2. @875 awhsbhre 1. @876 ehrsb15a 2. @878 ahrsb15a 1. @879 ehrsb15b 2. @881 ahrsb15b 1. @882 ehrsb15c 2. @884 ahrsb15c 1. @885 ehrsb15d 2. @887 ahrsb15d 1. @888 ehrsb15e 2. @890 ahrsb15e 1. @891 ewhsb14a 2. @893 awhsb14a 1. @894 ewhsb14b 2. @896 awhsb14b 1. @897 ewhsb14c 2. @899 awhsb14c 1. @900 ewhsb14d 2. @902 awhsb14d 1. @903 ewhsb14e 2. @905 awhsb14e 1. @906 esb14hra 2. @908 asb14hra 1. @909 esb14hrb 2. @911 asb14hrb 1. @912 esb14hrc 2. @914 asb14hrc 1. @915 esb14hrd 2. @917 asb14hrd 1. @918 esb14hre 2. @920 asb14hre 1. @921 ehrsb14a 2. @923 ahrsb14a 1. @924 ehrsb14b 2. @926 ahrsb14b 1. @927 ehrsb14c 2. @929 ahrsb14c 1. @930 ehrsb14d 2. @932 ahrsb14d 1. @933 ehrsb14e 2. @935 ahrsb14e 1. @936 ewhgrana 2. @938 awhgrana 1. @939 ewhgranb 2. @941 awhgranb 1. @942 ewhgranc 2. @944 awhgranc 1. @945 ewhgrand 2. @947 awhgrand 1. @948 ewhgrane 2. @950 awhgrane 1. @951 egranhra 2. @953 agranhra 1. @954 egranhrb 2. @956 agranhrb 1. @957 egranhrc 2. @959 agranhrc 1. @960 egranhrd 2. @962 agranhrd 1. @963 egranhre 2. @965 agranhre 1. @966 ehrgrana 2. @968 ahrgrana 1. @969 ehrgranb 2. @971 ahrgranb 1. @972 ehrgranc 2. @974 ahrgranc 1. @975 ehrgrand 2. @977 ahrgrand 1. @978 ehrgrane 2. @980 ahrgrane 1. @981 epaygraa 2. @983 apaygraa 1. @984 epaygrab 2. @986 apaygrab 1. @987 epaygrac 2. @989 apaygrac 1. @990 epaygrad 2. @992 apaygrad 1. @993 epaygrae 2. @995 apaygrae 1. @996 tamtgraa 3. @999 aamtgraa 1. @1000 tamtgrab 3. @1003 aamtgrab 1. @1004 tamtgrac 3. @1007 aamtgrac 1. @1008 tamtgrad 3. @1011 aamtgrad 1. @1012 tamtgrae 3. @1015 aamtgrae 1. @1016 ewhrelaa 2. @1018 awhrelaa 1. @1019 ewhrelab 2. @1021 awhrelab 1. @1022 ewhrelac 2. @1024 awhrelac 1. @1025 ewhrelad 2. @1027 awhrelad 1. @1028 ewhrelae 2. @1030 awhrelae 1. @1031 erelhr1a 2. @1033 arelhr1a 1. @1034 erelhr1b 2. @1036 arelhr1b 1. @1037 erelhr1c 2. @1039 arelhr1c 1. @1040 erelhr1d 2. @1042 arelhr1d 1. @1043 erelhr1e 2. @1045 arelhr1e 1. @1046 erelhr2a 2. @1048 arelhr2a 1. @1049 erelhr2b 2. @1051 arelhr2b 1. @1052 erelhr2c 2. @1054 arelhr2c 1. @1055 erelhr2d 2. @1057 arelhr2d 1. @1058 erelhr2e 2. @1060 arelhr2e 1. @1061 epayrela 2. @1063 apayrela 1. @1064 epayrelb 2. @1066 apayrelb 1. @1067 epayrelc 2. @1069 apayrelc 1. @1070 epayreld 2. @1072 apayreld 1. @1073 epayrele 2. @1075 apayrele 1. @1076 tamtrela 3. @1079 aamtrela 1. @1080 tamtrelb 3. @1083 aamtrelb 1. @1084 tamtrelc 3. @1087 aamtrelc 1. @1088 tamtreld 3. @1091 aamtreld 1. @1092 tamtrele 3. @1095 aamtrele 1. @1096 ehrfam1a 2. @1098 ahrfam1a 1. @1099 ehrfam1b 2. @1101 ahrfam1b 1. @1102 ehrfam1c 2. @1104 ahrfam1c 1. @1105 ehrfam1d 2. @1107 ahrfam1d 1. @1108 ehrfam1e 2. @1110 ahrfam1e 1. @1111 ehrfam2a 2. @1113 ahrfam2a 1. @1114 ehrfam2b 2. @1116 ahrfam2b 1. @1117 ehrfam2c 2. @1119 ahrfam2c 1. @1120 ehrfam2d 2. @1122 ahrfam2d 1. @1123 ehrfam2e 2. @1125 ahrfam2e 1. @1126 epayfama 2. @1128 apayfama 1. @1129 epayfamb 2. @1131 apayfamb 1. @1132 epayfamc 2. @1134 apayfamc 1. @1135 epayfamd 2. @1137 apayfamd 1. @1138 epayfame 2. @1140 apayfame 1. @1141 tamtfama 3. @1144 aamtfama 1. @1145 tamtfamb 3. @1148 aamtfamb 1. @1149 tamtfamc 3. @1152 aamtfamc 1. @1153 tamtfamd 3. @1156 aamtfamd 1. @1157 tamtfame 3. @1160 aamtfame 1. @1161 ewhdayca 2. @1163 awhdayca 1. @1164 ewhdaycb 2. @1166 awhdaycb 1. @1167 ewhdaycc 2. @1169 awhdaycc 1. @1170 ewhdaycd 2. @1172 awhdaycd 1. @1173 ewhdayce 2. @1175 awhdayce 1. @1176 edayhrsa 2. @1178 adayhrsa 2. @1180 edayhrsb 2. @1182 adayhrsb 1. @1183 edayhrsc 2. @1185 adayhrsc 1. @1186 edayhrsd 2. @1188 adayhrsd 1. @1189 edayhrse 2. @1191 adayhrse 1. @1192 ehrdayca 2. @1194 ahrdayca 1. @1195 ehrdaycb 2. @1197 ahrdaycb 1. @1198 ehrdaycc 2. @1200 ahrdaycc 1. @1201 ehrdaycd 2. @1203 ahrdaycd 1. @1204 ehrdayce 2. @1206 ahrdayce 1. @1207 epaydaya 2. @1209 apaydaya 1. @1210 epaydayb 2. @1212 apaydayb 1. @1213 epaydayc 2. @1215 apaydayc 1. @1216 epaydayd 2. @1218 apaydayd 1. @1219 epaydaye 2. @1221 apaydaye 1. @1222 tamtdaya 3. @1225 aamtdaya 1. @1226 tamtdayb 3. @1229 aamtdayb 1. @1230 tamtdayc 3. @1233 aamtdayc 1. @1234 tamtdayd 3. @1237 aamtdayd 1. @1238 tamtdaye 3. @1241 aamtdaye 1. @1242 ewhnursa 2. @1244 awhnursa 1. @1245 ewhnursb 2. @1247 awhnursb 1. @1248 ewhnursc 2. @1250 awhnursc 1. @1251 ewhnursd 2. @1253 awhnursd 1. @1254 ewhnurse 2. @1256 awhnurse 1. @1257 enurhrsa 2. @1259 anurhrsa 1. @1260 enurhrsb 2. @1262 anurhrsb 1. @1263 enurhrsc 2. @1265 anurhrsc 1. @1266 enurhrsd 2. @1268 anurhrsd 1. @1269 enurhrse 2. @1271 anurhrse 1. @1272 ehrnursa 2. @1274 ahrnursa 1. @1275 ehrnursb 2. @1277 ahrnursb 1. @1278 ehrnursc 2. @1280 ahrnursc 1. @1281 ehrnursd 2. @1283 ahrnursd 1. @1284 ehrnurse 2. @1286 ahrnurse 1. @1287 epaynura 2. @1289 apaynura 1. @1290 epaynurb 2. @1292 apaynurb 1. @1293 epaynurc 2. @1295 apaynurc 1. @1296 epaynurd 2. @1298 apaynurd 1. @1299 epaynure 2. @1301 apaynure 1. @1302 tamtnura 3. @1305 aamtnura 1. @1306 tamtnurb 3. @1309 aamtnurb 1. @1310 tamtnurc 3. @1313 aamtnurc 1. @1314 tamtnurd 3. @1317 aamtnurd 1. @1318 tamtnure 3. @1321 aamtnure 1. @1322 eheadhra 2. @1324 aheadhra 1. @1325 eheadhrb 2. @1327 aheadhrb 1. @1328 eheadhrc 2. @1330 aheadhrc 1. @1331 eheadhrd 2. @1333 aheadhrd 1. @1334 eheadhre 2. @1336 aheadhre 1. @1337 ehrstara 2. @1339 ahrstara 1. @1340 ehrstarb 2. @1342 ahrstarb 1. @1343 ehrstarc 2. @1345 ahrstarc 1. @1346 ehrstard 2. @1348 ahrstard 1. @1349 ehrstare 2. @1351 ahrstare 1. @1352 epaystaa 2. @1354 apaystaa 1. @1355 epaystab 2. @1357 apaystab 1. @1358 epaystac 2. @1360 apaystac 1. @1361 epaystad 2. @1363 apaystad 1. @1364 epaystae 2. @1366 apaystae 1. @1367 tamtstaa 2. @1369 aamtstaa 1. @1370 tamtstab 2. @1372 aamtstab 1. @1373 tamtstac 2. @1375 aamtstac 1. @1376 tamtstad 2. @1378 aamtstad 1. @1379 tamtstae 2. @1381 aamtstae 1. @1382 ewhothea 2. @1384 awhothea 1. @1385 ewhotheb 2. @1387 awhotheb 1. @1388 ewhothec 2. @1390 awhothec 1. @1391 ewhothed 2. @1393 awhothed 1. @1394 ewhothee 2. @1396 awhothee 1. @1397 eothehra 2. @1399 aothehra 1. @1400 eothehrb 2. @1402 aothehrb 1. @1403 eothehrc 2. @1405 aothehrc 1. @1406 eothehrd 2. @1408 aothehrd 1. @1409 eothehre 2. @1411 aothehre 1. @1412 ehrothea 2. @1414 ahrothea 1. @1415 ehrotheb 2. @1417 ahrotheb 1. @1418 ehrothec 2. @1420 ahrothec 1. @1421 ehrothed 2. @1423 ahrothed 1. @1424 ehrothee 2. @1426 ahrothee 1. @1427 epayotha 2. @1429 apayotha 1. @1430 epayothb 2. @1432 apayothb 1. @1433 epayothc 2. @1435 apayothc 1. @1436 epayothd 2. @1438 apayothd 1. @1439 epayothe 2. @1441 apayothe 1. @1442 tamtotha 3. @1445 aamtotha 1. @1446 tamtothb 3. @1449 aamtothb 1. @1450 tamtothc 3. @1453 aamtothc 1. @1454 tamtothd 3. @1457 aamtothd 1. @1458 tamtothe 3. @1461 aamtothe 1. @1462 eschoowa 2. @1464 aschoowa 1. @1465 eschoowb 2. @1467 aschoowb 1. @1468 eschoowc 2. @1470 aschoowc 1. @1471 eschoowd 2. @1473 aschoowd 1. @1474 eschoowe 2. @1476 aschoowe 1. @1477 ehrschwa 2. @1479 ahrschwa 1. @1480 ehrschwb 2. @1482 ahrschwb 1. @1483 ehrschwc 2. @1485 ahrschwc 1. @1486 ehrschwd 2. @1488 ahrschwd 1. @1489 ehrschwe 2. @1491 ahrschwe 1. @1492 ehrschoa 2. @1494 ahrschoa 1. @1495 ehrschob 2. @1497 ahrschob 1. @1498 ehrschoc 2. @1500 ahrschoc 1. @1501 ehrschod 2. @1503 ahrschod 1. @1504 ehrschoe 2. @1506 ahrschoe 1. @1507 eselfcaa 2. @1509 aselfcaa 1. @1510 eselfcab 2. @1512 aselfcab 1. @1513 eselfcac 2. @1515 aselfcac 1. @1516 eselfcad 2. @1518 aselfcad 1. @1519 eselfcae 2. @1521 aselfcae 1. @1522 ekidhr1a 2. @1524 akidhr1a 1. @1525 ekidhr1b 2. @1527 akidhr1b 1. @1528 ekidhr1c 2. @1530 akidhr1c 1. @1531 ekidhr1d 2. @1533 akidhr1d 1. @1534 ekidhr1e 2. @1536 akidhr1e 1. @1537 ekidhr2a 2. @1539 akidhr2a 1. @1540 ekidhr2b 2. @1542 akidhr2b 1. @1543 ekidhr2c 2. @1545 akidhr2c 1. @1546 ekidhr2d 2. @1548 akidhr2d 1. @1549 ekidhr2e 2. @1551 akidhr2e 1. @1552 edaychaa 2. @1554 adaychaa 1. @1555 edaychab 2. @1557 adaychab 1. @1558 edaychac 2. @1560 adaychac 1. @1561 edaychad 2. @1563 adaychad 1. @1564 edaychae 2. @1566 adaychae 1. @1567 epayhela 2. @1569 apayhela 1. @1570 epayhelb 2. @1572 apayhelb 1. @1573 epayhelc 2. @1575 apayhelc 1. @1576 epayheld 2. @1578 apayheld 1. @1579 epayhele 2. @1581 apayhele 1. @1582 ewhopa1a 2. @1584 ewhopa2a 2. @1586 ewhopa3a 3. @1589 ewhopa4a 2. @1591 awhopaa 1. @1592 ewhopa1b 2. @1594 ewhopa2b 2. @1596 ewhopa3b 2. @1598 ewhopa4b 2. @1600 awhopab 1. @1601 ewhopa1c 2. @1603 ewhopa2c 2. @1605 ewhopa3c 2. @1607 ewhopa4c 2. @1609 awhopac 1. @1610 ewhopa1d 2. @1612 ewhopa2d 2. @1614 ewhopa3d 2. @1616 ewhopa4d 2. @1618 awhopad 1. @1619 ewhopa1e 2. @1621 ewhopa2e 2. @1623 ewhopa3e 2. @1625 ewhopa4e 2. @1627 awhopae 1. @1628 esatisa 2. @1630 esatisb 2. @1632 esatisc 2. @1634 esatisd 2. @1636 esatise 2. @1638 elista 2. @1640 alista 1. @1641 elistb 2. @1643 alistb 1. @1644 elistc 2. @1646 alistc 1. @1647 elistd 2. @1649 alistd 1. @1650 eliste 2. @1652 aliste 1. @1653 eccunv2 2. @1655 eccpnumf $4. @1659 eccpnumg $4. @1663 eccpnumh $4. @1667 eccpnumi $4. @1671 eccpnumj $4. @1675 eccagef 2. @1677 eccageg 2. @1679 eccageh 2. @1681 eccagei 2. @1683 eccagej 2. @1685 eckd01f 2. @1687 eckd01g 2. @1689 eckd01h 2. @1691 eckd01i 2. @1693 eckd01j 2. @1695 eckd02f 2. @1697 eckd02g 2. @1699 eckd02h 2. @1701 eckd02i 2. @1703 eckd02j 2. @1705 eckd03f 2. @1707 eckd03g 2. @1709 eckd03h 2. @1711 eckd03i 2. @1713 eckd03j 2. @1715 eckd04f 2. @1717 eckd04g 2. @1719 eckd04h 2. @1721 eckd04i 2. @1723 eckd04j 2. @1725 eckd05f 2. @1727 eckd05g 2. @1729 eckd05h 2. @1731 eckd05i 2. @1733 eckd05j 2. @1735 eckd06f 2. @1737 eckd06g 2. @1739 eckd06h 2. @1741 eckd06i 2. @1743 eckd06j 2. @1745 eckd07f 2. @1747 eckd07g 2. @1749 eckd07h 2. @1751 eckd07i 2. @1753 eckd07j 2. @1755 eckd08f 2. @1757 eckd08g 2. @1759 eckd08h 2. @1761 eckd08i 2. @1763 eckd08j 2. @1765 eckd09f 2. @1767 eckd09g 2. @1769 eckd09h 2. @1771 eckd09i 2. @1773 eckd09j 2. @1775 eckd10f 2. @1777 eckd10g 2. @1779 eckd10h 2. @1781 eckd10i 2. @1783 eckd10j 2. @1785 eckd11f 2. @1787 eckd11g 2. @1789 eckd11h 2. @1791 eckd11i 2. @1793 eckd11j 2. @1795 eckd12f 2. @1797 eckd12g 2. @1799 eckd12h 2. @1801 eckd12i 2. @1803 eckd12j 2. @1805 eckd13f 2. @1807 eckd13g 2. @1809 eckd13h 2. @1811 eckd13i 2. @1813 eckd13j 2. @1815 accaref 1. @1816 accareg 1. @1817 accareh 1. @1818 accarei 1. @1819 accarej 1. @1820 ewheparf 2. @1822 awheparf 1. @1823 ewheparg 2. @1825 awheparg 1. @1826 ewheparh 2. @1828 awheparh 1. @1829 ewhepari 2. @1831 awhepari 1. @1832 ewheparj 2. @1834 awheparj 1. @1835 eparhr1f 3. @1838 aparhr1f 1. @1839 eparhr1g 3. @1842 aparhr1g 1. @1843 eparhr1h 3. @1846 aparhr1h 1. @1847 eparhr1i 3. @1850 aparhr1i 1. @1851 eparhr1j 3. @1854 aparhr1j 1. @1855 eparhr2f 3. @1858 aparhr2f 1. @1859 eparhr2g 3. @1862 aparhr2g 1. @1863 eparhr2h 3. @1866 aparhr2h 1. @1867 eparhr2i 3. @1870 aparhr2i 1. @1871 eparhr2j 3. @1874 aparhr2j 1. @1875 ewhselff 2. @1877 awhselff 1. @1878 ewhselfg 2. @1880 awhselfg 1. @1881 ewhselfh 2. @1883 awhselfh 1. @1884 ewhselfi 2. @1886 awhselfi 1. @1887 ewhselfj 2. @1889 awhselfj 1. @1890 eselfhrf 2. @1892 aselfhrf 1. @1893 eselfhrg 2. @1895 aselfhrg 1. @1896 eselfhrh 2. @1898 aselfhrh 1. @1899 eselfhri 2. @1901 aselfhri 1. @1902 eselfhrj 2. @1904 aselfhrj 1. @1905 ewhsb15f 2. @1907 awhsb15f 1. @1908 ewhsb15g 2. @1910 awhsb15g 1. @1911 ewhsb15h 2. @1913 awhsb15h 1. @1914 ewhsb15i 2. @1916 awhsb15i 1. @1917 ewhsb15j 2. @1919 awhsb15j 1. @1920 ewhsbhrf 2. @1922 awhsbhrf 1. @1923 ewhsbhrg 2. @1925 awhsbhrg 1. @1926 ewhsbhrh 2. @1928 awhsbhrh 1. @1929 ewhsbhri 2. @1931 awhsbhri 1. @1932 ewhsbhrj 2. @1934 awhsbhrj 1. @1935 ehrsb15f 2. @1937 ahrsb15f 1. @1938 ehrsb15g 2. @1940 ahrsb15g 1. @1941 ehrsb15h 2. @1943 ahrsb15h 1. @1944 ehrsb15i 2. @1946 ahrsb15i 1. @1947 ehrsb15j 2. @1949 ahrsb15j 1. @1950 ewhsb14f 2. @1952 awhsb14f 1. @1953 ewhsb14g 2. @1955 awhsb14g 1. @1956 ewhsb14h 2. @1958 awhsb14h 1. @1959 ewhsb14i 2. @1961 awhsb14i 1. @1962 ewhsb14j 2. @1964 awhsb14j 1. @1965 esb14hrf 2. @1967 asb14hrf 1. @1968 esb14hrg 2. @1970 asb14hrg 1. @1971 esb14hrh 2. @1973 asb14hrh 1. @1974 esb14hri 2. @1976 asb14hri 1. @1977 esb14hrj 2. @1979 asb14hrj 1. @1980 ehrsb14f 2. @1982 ahrsb14f 1. @1983 ehrsb14g 2. @1985 ahrsb14g 1. @1986 ehrsb14h 2. @1988 ahrsb14h 1. @1989 ehrsb14i 2. @1991 ahrsb14i 1. @1992 ehrsb14j 2. @1994 ahrsb14j 1. @1995 ewhgranf 2. @1997 awhgranf 1. @1998 ewhgrang 2. @2000 awhgrang 1. @2001 ewhgranh 2. @2003 awhgranh 1. @2004 ewhgrani 2. @2006 awhgrani 1. @2007 ewhgranj 2. @2009 awhgranj 1. @2010 egranhrf 2. @2012 agranhrf 1. @2013 egranhrg 2. @2015 agranhrg 1. @2016 egranhrh 2. @2018 agranhrh 1. @2019 egranhri 2. @2021 agranhri 1. @2022 egranhrj 2. @2024 agranhrj 1. @2025 ehrgranf 2. @2027 ahrgranf 1. @2028 ehrgrang 2. @2030 ahrgrang 1. @2031 ehrgranh 2. @2033 ahrgranh 1. @2034 ehrgrani 2. @2036 ahrgrani 1. @2037 ehrgranj 2. @2039 ahrgranj 1. @2040 epaygraf 2. @2042 apaygraf 1. @2043 epaygrag 2. @2045 apaygrag 1. @2046 epaygrah 2. @2048 apaygrah 1. @2049 epaygrai 2. @2051 apaygrai 1. @2052 epaygraj 2. @2054 apaygraj 1. @2055 tamtgraf 3. @2058 aamtgraf 1. @2059 tamtgrag 3. @2062 aamtgrag 1. @2063 tamtgrah 3. @2066 aamtgrah 1. @2067 tamtgrai 3. @2070 aamtgrai 1. @2071 tamtgraj 3. @2074 aamtgraj 1. @2075 ewhrelaf 2. @2077 awhrelaf 1. @2078 ewhrelag 2. @2080 awhrelag 1. @2081 ewhrelah 2. @2083 awhrelah 1. @2084 ewhrelai 2. @2086 awhrelai 1. @2087 ewhrelaj 2. @2089 awhrelaj 1. @2090 erelhr1f 2. @2092 arelhr1f 1. @2093 erelhr1g 2. @2095 arelhr1g 1. @2096 erelhr1h 2. @2098 arelhr1h 1. @2099 erelhr1i 2. @2101 arelhr1i 1. @2102 erelhr1j 2. @2104 arelhr1j 1. @2105 erelhr2f 2. @2107 arelhr2f 1. @2108 erelhr2g 2. @2110 arelhr2g 1. @2111 erelhr2h 2. @2113 arelhr2h 1. @2114 erelhr2i 2. @2116 arelhr2i 1. @2117 erelhr2j 2. @2119 arelhr2j 1. @2120 epayrelf 2. @2122 apayrelf 1. @2123 epayrelg 2. @2125 apayrelg 1. @2126 epayrelh 2. @2128 apayrelh 1. @2129 epayreli 2. @2131 apayreli 1. @2132 epayrelj 2. @2134 apayrelj 1. @2135 tamtrelf 3. @2138 aamtrelf 1. @2139 tamtrelg 3. @2142 aamtrelg 1. @2143 tamtrelh 3. @2146 aamtrelh 1. @2147 tamtreli 3. @2150 aamtreli 1. @2151 tamtrelj 3. @2154 aamtrelj 1. @2155 ehrfam1f 2. @2157 ahrfam1f 1. @2158 ehrfam1g 2. @2160 ahrfam1g 1. @2161 ehrfam1h 2. @2163 ahrfam1h 1. @2164 ehrfam1i 2. @2166 ahrfam1i 1. @2167 ehrfam1j 2. @2169 ahrfam1j 1. @2170 ehrfam2f 2. @2172 ahrfam2f 1. @2173 ehrfam2g 2. @2175 ahrfam2g 1. @2176 ehrfam2h 2. @2178 ahrfam2h 1. @2179 ehrfam2i 2. @2181 ahrfam2i 1. @2182 ehrfam2j 2. @2184 ahrfam2j 1. @2185 epayfamf 2. @2187 apayfamf 1. @2188 epayfamg 2. @2190 apayfamg 1. @2191 epayfamh 2. @2193 apayfamh 1. @2194 epayfami 2. @2196 apayfami 1. @2197 epayfamj 2. @2199 apayfamj 1. @2200 tamtfamf 3. @2203 aamtfamf 1. @2204 tamtfamg 3. @2207 aamtfamg 1. @2208 tamtfamh 3. @2211 aamtfamh 1. @2212 tamtfami 3. @2215 aamtfami 1. @2216 tamtfamj 3. @2219 aamtfamj 1. @2220 ewhdaycf 2. @2222 awhdaycf 1. @2223 ewhdaycg 2. @2225 awhdaycg 1. @2226 ewhdaych 2. @2228 awhdaych 1. @2229 ewhdayci 2. @2231 awhdayci 1. @2232 ewhdaycj 2. @2234 awhdaycj 1. @2235 edayhrsf 2. @2237 adayhrsf 1. @2238 edayhrsg 2. @2240 adayhrsg 1. @2241 edayhrsh 2. @2243 adayhrsh 1. @2244 edayhrsi 2. @2246 adayhrsi 1. @2247 edayhrsj 2. @2249 adayhrsj 1. @2250 ehrdaycf 2. @2252 ahrdaycf 1. @2253 ehrdaycg 2. @2255 ahrdaycg 1. @2256 ehrdaych 2. @2258 ahrdaych 1. @2259 ehrdayci 2. @2261 ahrdayci 1. @2262 ehrdaycj 2. @2264 ahrdaycj 1. @2265 epaydayf 2. @2267 apaydayf 1. @2268 epaydayg 2. @2270 apaydayg 1. @2271 epaydayh 2. @2273 apaydayh 1. @2274 epaydayi 2. @2276 apaydayi 1. @2277 epaydayj 2. @2279 apaydayj 1. @2280 tamtdayf 3. @2283 aamtdayf 1. @2284 tamtdayg 3. @2287 aamtdayg 1. @2288 tamtdayh 3. @2291 aamtdayh 1. @2292 tamtdayi 3. @2295 aamtdayi 1. @2296 tamtdayj 3. @2299 aamtdayj 1. @2300 ewhsporf 2. @2302 awhsporf 1. @2303 ewhsporg 2. @2305 awhsporg 1. @2306 ewhsporh 2. @2308 awhsporh 1. @2309 ewhspori 2. @2311 awhspori 1. @2312 ewhsporj 2. @2314 awhsporj 1. @2315 ehsportf 2. @2317 ahsportf 1. @2318 ehsportg 2. @2320 ahsportg 1. @2321 ehsporth 2. @2323 ahsporth 1. @2324 ehsporti 2. @2326 ahsporti 1. @2327 ehsportj 2. @2329 ahsportj 1. @2330 ehrsporf 2. @2332 ahrsporf 1. @2333 ehrsporg 2. @2335 ahrsporg 1. @2336 ehrsporh 2. @2338 ahrsporh 1. @2339 ehrspori 2. @2341 ahrspori 1. @2342 ehrsporj 2. @2344 ahrsporj 1. @2345 epayspof 2. @2347 apayspof 1. @2348 epayspog 2. @2350 apayspog 1. @2351 epayspoh 2. @2353 apayspoh 1. @2354 epayspoi 2. @2356 apayspoi 1. @2357 epayspoj 2. @2359 apayspoj 1. @2360 tamtspof 3. @2363 aamtspof 1. @2364 tamtspog 3. @2367 aamtspog 1. @2368 tamtspoh 3. @2371 aamtspoh 1. @2372 tamtspoi 3. @2375 aamtspoi 1. @2376 tamtspoj 3. @2379 aamtspoj 1. @2380 ewhlessf 2. @2382 awhlessf 1. @2383 ewhlessg 2. @2385 awhlessg 1. @2386 ewhlessh 2. @2388 awhlessh 1. @2389 ewhlessi 2. @2391 awhlessi 1. @2392 ewhlessj 2. @2394 awhlessj 1. @2395 ehrles1f 2. @2397 ahrles1f 1. @2398 ehrles1g 2. @2400 ahrles1g 1. @2401 ehrles1h 2. @2403 ahrles1h 1. @2404 ehrles1i 2. @2406 ahrles1i 1. @2407 ehrles1j 2. @2409 ahrles1j 1. @2410 ehrles2f 2. @2412 ahrles2f 1. @2413 ehrles2g 2. @2415 ahrles2g 1. @2416 ehrles2h 2. @2418 ahrles2h 1. @2419 ehrles2i 2. @2421 ahrles2i 1. @2422 ehrles2j 2. @2424 ahrles2j 1. @2425 epaylesf 2. @2427 apaylesf 1. @2428 epaylesg 2. @2430 apaylesg 1. @2431 epaylesh 2. @2433 apaylesh 1. @2434 epaylesi 2. @2436 apaylesi 1. @2437 epaylesj 2. @2439 apaylesj 1. @2440 tamtlesf 3. @2443 aamtlesf 1. @2444 tamtlesg 3. @2447 aamtlesg 1. @2448 tamtlesh 3. @2451 aamtlesh 1. @2452 tamtlesi 3. @2455 aamtlesi 1. @2456 tamtlesj 3. @2459 aamtlesj 1. @2460 ewhclubf 2. @2462 awhclubf 1. @2463 ewhclubg 2. @2465 awhclubg 1. @2466 ewhclubh 2. @2468 awhclubh 1. @2469 ewhclubi 2. @2471 awhclubi 1. @2472 ewhclubj 2. @2474 awhclubj 1. @2475 eclubhrf 2. @2477 aclubhrf 1. @2478 eclubhrg 2. @2480 aclubhrg 1. @2481 eclubhrh 2. @2483 aclubhrh 1. @2484 eclubhri 2. @2486 aclubhri 1. @2487 eclubhrj 2. @2489 aclubhrj 1. @2490 ehrclubf 2. @2492 ahrclubf 1. @2493 ehrclubg 2. @2495 ahrclubg 1. @2496 ehrclubh 2. @2498 ahrclubh 1. @2499 ehrclubi 2. @2501 ahrclubi 1. @2502 ehrclubj 2. @2504 ahrclubj 1. @2505 epaycluf 2. @2507 apaycluf 1. @2508 epayclug 2. @2510 apayclug 1. @2511 epaycluh 2. @2513 apaycluh 1. @2514 epayclui 2. @2516 apayclui 1. @2517 epaycluj 2. @2519 apaycluj 1. @2520 tamtcluf 2. @2522 aamtcluf 1. @2523 tamtclug 2. @2525 aamtclug 1. @2526 tamtcluh 2. @2528 aamtcluh 1. @2529 tamtclui 2. @2531 aamtclui 1. @2532 tamtcluj 2. @2534 aamtcluj 1. @2535 ewhschof 2. @2537 awhschof 1. @2538 ewhschog 2. @2540 awhschog 1. @2541 ewhschoh 2. @2543 awhschoh 1. @2544 ewhschoi 2. @2546 awhschoi 1. @2547 ewhschoj 2. @2549 awhschoj 1. @2550 ehscho1f 2. @2552 ahscho1f 1. @2553 ehscho1g 2. @2555 ahscho1g 1. @2556 ehscho1h 2. @2558 ahscho1h 1. @2559 ehscho1i 2. @2561 ahscho1i 1. @2562 ehscho1j 2. @2564 ahscho1j 1. @2565 ehrsch2f 2. @2567 ahrsch2f 1. @2568 ehrsch2g 2. @2570 ahrsch2g 1. @2571 ehrsch2h 2. @2573 ahrsch2h 1. @2574 ehrsch2i 2. @2576 ahrsch2i 1. @2577 ehrsch2j 2. @2579 ahrsch2j 1. @2580 epayschf 2. @2582 apayschf 1. @2583 epayschg 2. @2585 apayschg 1. @2586 epayschh 2. @2588 apayschh 1. @2589 epayschi 2. @2591 apayschi 1. @2592 epayschj 2. @2594 apayschj 1. @2595 tamtschf 3. @2598 aamtschf 1. @2599 tamtschg 3. @2602 aamtschg 1. @2603 tamtschh 3. @2606 aamtschh 1. @2607 tamtschi 3. @2610 aamtschi 1. @2611 tamtschj 3. @2614 aamtschj 1. @2615 ewhothef 2. @2617 awhothef 1. @2618 ewhotheg 2. @2620 awhotheg 1. @2621 ewhotheh 2. @2623 awhotheh 1. @2624 ewhothei 2. @2626 awhothei 1. @2627 ewhothej 2. @2629 awhothej 1. @2630 eothehrf 2. @2632 aothehrf 1. @2633 eothehrg 2. @2635 aothehrg 1. @2636 eothehrh 2. @2638 aothehrh 1. @2639 eothehri 2. @2641 aothehri 1. @2642 eothehrj 2. @2644 aothehrj 1. @2645 ehrothef 2. @2647 ahrothef 1. @2648 ehrotheg 2. @2650 ahrotheg 1. @2651 ehrotheh 2. @2653 ahrotheh 1. @2654 ehrothei 2. @2656 ahrothei 1. @2657 ehrothej 2. @2659 ahrothej 1. @2660 epayothf 2. @2662 apayothf 1. @2663 epayothg 2. @2665 apayothg 1. @2666 epayothh 2. @2668 apayothh 1. @2669 epayothi 2. @2671 apayothi 1. @2672 epayothj 2. @2674 apayothj 1. @2675 tamtothf 3. @2678 aamtothf 1. @2679 tamtothg 3. @2682 aamtothg 1. @2683 tamtothh 3. @2686 aamtothh 1. @2687 tamtothi 3. @2690 aamtothi 1. @2691 tamtothj 3. @2694 aamtothj 1. @2695 eschoowf 2. @2697 aschoowf 1. @2698 eschoowg 2. @2700 aschoowg 1. @2701 eschoowh 2. @2703 aschoowh 1. @2704 eschoowi 2. @2706 aschoowi 1. @2707 eschoowj 2. @2709 aschoowj 1. @2710 ehrschwf 2. @2712 ahrschwf 1. @2713 ehrschwg 2. @2715 ahrschwg 1. @2716 ehrschwh 2. @2718 ahrschwh 1. @2719 ehrschwi 2. @2721 ahrschwi 1. @2722 ehrschwj 2. @2724 ahrschwj 1. @2725 ehrschof 2. @2727 ahrschof 1. @2728 ehrschog 2. @2730 ahrschog 1. @2731 ehrschoh 2. @2733 ahrschoh 1. @2734 ehrschoi 2. @2736 ahrschoi 1. @2737 ehrschoj 2. @2739 ahrschoj 1. @2740 eselfcaf 2. @2742 aselfcaf 1. @2743 eselfcag 2. @2745 aselfcag 1. @2746 eselfcah 2. @2748 aselfcah 1. @2749 eselfcai 2. @2751 aselfcai 1. @2752 eselfcaj 2. @2754 aselfcaj 1. @2755 ekidhr1f 2. @2757 akidhr1f 1. @2758 ekidhr1g 2. @2760 akidhr1g 1. @2761 ekidhr1h 2. @2763 akidhr1h 1. @2764 ekidhr1i 2. @2766 akidhr1i 1. @2767 ekidhr1j 2. @2769 akidhr1j 1. @2770 ekidhr2f 2. @2772 akidhr2f 1. @2773 ekidhr2g 2. @2775 akidhr2g 1. @2776 ekidhr2h 2. @2778 akidhr2h 1. @2779 ekidhr2i 2. @2781 akidhr2i 1. @2782 ekidhr2j 2. @2784 akidhr2j 1. @2785 edaychaf 2. @2787 adaychaf 1. @2788 edaychag 2. @2790 adaychag 1. @2791 edaychah 2. @2793 adaychah 1. @2794 edaychai 2. @2796 adaychai 1. @2797 edaychaj 2. @2799 adaychaj 1. @2800 epayhelf 2. @2802 apayhelf 1. @2803 epayhelg 2. @2805 apayhelg 1. @2806 epayhelh 2. @2808 apayhelh 1. @2809 epayheli 2. @2811 apayheli 1. @2812 epayhelj 2. @2814 apayhelj 1. @2815 ewhopa1f 2. @2817 ewhopa2f 2. @2819 ewhopa3f 2. @2821 ewhopa4f 2. @2823 awhopaf 1. @2824 ewhopa1g 2. @2826 ewhopa2g 2. @2828 ewhopa3g 2. @2830 ewhopa4g 2. @2832 awhopag 2. @2834 ewhopa1h 2. @2836 ewhopa2h 2. @2838 ewhopa3h 2. @2840 ewhopa4h 2. @2842 awhopah 1. @2843 ewhopa1i 2. @2845 ewhopa2i 2. @2847 ewhopa3i 2. @2849 ewhopa4i 2. @2851 awhopai 1. @2852 ewhopa1j 2. @2854 ewhopa2j 2. @2856 ewhopa3j 2. @2858 ewhopa4j 2. @2860 awhopaj 1. @2861 esatisf 2. @2863 esatisg 2. @2865 esatish 2. @2867 esatisi 2. @2869 esatisj 2. @2871 elistf 2. @2873 alistf 1. @2874 elistg 2. @2876 alistg 1. @2877 elisth 2. @2879 alisth 1. @2880 elisti 2. @2882 alisti 1. @2883 elistj 2. @2885 alistj 1. @2886 eworkmor 2. @2888 aworkmor 1. @2889 etiamt01 2. @2891 atiamt01 1. @2892 etiamt02 2. @2894 atiamt02 1. ; **------------------------------------------------; ** The PROC FORMAT statement will store the formats ; ** in a sas data set called fsippp04putm8 ; ** To use the stored formats in a subsequent program, ; ** use code like the following; ** proc format cntlin=library.fsppp04putm8; ** PROC freq; ** tables pesex ; ** format pesex P135L.; ** For more information, consult PROC FORMAT in the SAS Procedures Guide ; **-----------------------------------------------; PROC FORMAT cntlout=library.fsppp04putm8; ; VALUE spanel (default=32) 2004 = "Panel Year" ; VALUE tfipsst (default=32) 1 = "Alabama" 2 = "Alaska" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "DC" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 16 = "Idaho" 17 = "Illinois" 18 = "Indiana" 19 = "Iowa" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 23 = "Maine" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 30 = "Montana" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 38 = "North Dakota" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 46 = "South Dakota" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 50 = "Vermont" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 56 = "Wyoming" ; VALUE eoutcome (default=32) 201 = "Completed interview" 203 = "Compl. partial- missing data; no" 207 = "Complete partial - TYPE-Z; no" 213 = "TYPE-A, language problem" 216 = "TYPE-A, no one home (noh)" 217 = "TYPE-A, temporarily absent (ta)" 218 = "TYPE-A, hh refused" 219 = "TYPE-A, other occupied (specify)" 234 = "TYPE-B, entire hh institut. or" 248 = "TYPE-C, other (specify)" 249 = "TYPE-C, sample adjustment" 250 = "TYPE-C, hh deceased" 251 = "TYPE-C, moved out of country" 252 = "TYPE-C, living in armed forces" 253 = "TYPE-C, on active duty in Armed" 254 = "TYPE-C, no one over age 15 years" 255 = "TYPE-C, no Wave 1 persons" 260 = "TYPE-D, moved address unknown" 261 = "TYPE-D, moved within U.S. but" 262 = "TYPE-C, merged with another SIPP" 270 = "TYPE-C, mover, no longer located" 271 = "TYPE-C, mover, new address" 280 = "TYPE-D, mover, no longer located" ; VALUE rfid2l (default=32) -1 = "Not in Universe" ; VALUE epopstat (default=32) 1 = "Adult (15 years of age or older)" 2 = "Child (Under 15 years of age)" ; VALUE eppintvw (default=32) 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - Type Z" 4 = "Noninterview - pseudo Type Z." 5 = "Children under 15 during" ; VALUE eppmis4l (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE esex (default=32) 1 = "MALE" 2 = "FEMALE" ; VALUE erace (default=32) 1 = "White alone" 2 = "Black alone" 3 = "Asian alone" 4 = "Residual" ; VALUE eorigin (default=32) 2 = "No" 1 = "Yes" ; VALUE errp (default=32) 1 = "Reference person with related" 2 = "Reference Person without related" 3 = "Spouse of reference person" 4 = "Child of reference person" 5 = "Grandchild of reference person" 6 = "Parent of reference person" 7 = "Brother/sister of reference person" 8 = "Other relative of reference person" 9 = "Foster child of reference person" 10 = "Unmarried partner of reference" 11 = "Housemate/roommate" 12 = "Roomer/boarder" 13 = "Other non-relative of reference" ; VALUE tage (default=32) 0 = "Less than 1 full year old" ; VALUE ems (default=32) 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never Married" ; VALUE epnspous (default=32) 9999 = "Spouse not in household or person" ; VALUE epnmom (default=32) 9999 = "No mother in household" ; VALUE epndad (default=32) 9999 = "No father in household" ; VALUE epnguard (default=32) 9999 = "Guardian not in household" -1 = "Not in Universe" ; VALUE rdesgpnt (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE eeducate (default=32) 31 = "Less Than 1st Grade" 32 = "1st, 2nd, 3rd or 4th grade" 33 = "5th Or 6th Grade" 34 = "7th Or 8th Grade" 35 = "9th Grade" 36 = "10th Grade" 37 = "11th Grade" 38 = "12th grade, no diploma" 39 = "High School Graduate - (diploma" 40 = "Some college, but no degree" 41 = "Diploma or certificate from a" 43 = "Associate (2-yr) college degree" 44 = "Bachelor's degree (for example:" 45 = "Master's degree (For example: MA," 46 = "Professional School degree (for" 47 = "Doctorate degree (for example:" -1 = "Not in Universe" ; VALUE sinthhid (default=32) 0 = "Not In Universe" ; VALUE eawrunv (default=32) -1 = "Not in Universe" 1 = "In universe" ; VALUE iinccat (default=32) 6 = "$50,000 or more" 5 = "$40,000 to $50,000" 4 = "$30,000 to $40,000" 3 = "$20,000 to $30,000" 2 = "$10,000 to $20,000" 1 = "less than $10,000" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ipayn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ipayn2l (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE itraihyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ihlphire (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" ; VALUE ihlptrai (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" ; VALUE ihlpwage (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" ; VALUE ihlpdk (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ifoodhyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iclothyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ihoushyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icsuphyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iothhyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijobhelp (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ireqinc (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ireqcs (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ireqpat (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ireqdt (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhrusu (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhint (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhdres (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhself (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhcomp (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhcler (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhmach (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhojs (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhged (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhcol (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhlit (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhlis (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijheng (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhoth (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijcomptr (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhjobyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ijhpayyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE inumpay (default=32) 2 = "More than one" 1 = "Single payment" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE igasvyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE itokyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icaryn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE irideyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iothtyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icctype (default=32) 4 = "Both" 3 = "Neither" 2 = "Free child care" 1 = "Paid part of the cost" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iccpayyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iccempyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iccwho (default=32) 5 = "Other" 4 = "A friend" 3 = "A relative" 2 = "A charity" 1 = "An employer" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icccov0o (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icccov0k (default=32) 9999 = "Invalid entry" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icccov0l (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icccov0m (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icccov0n (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icccov0p (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icccov0q (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iccrel (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iccdayc (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iccsitt (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iccaft (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ifavou (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ifagroc (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ifameal (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ifaoth (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ivouga (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ivouhar (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ivoufam (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ivouoth (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ivouthh (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icaga (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icachar (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icafam (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icaemp (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icaoth (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icaothh (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ihatype (default=32) 3 = "Not sure/Don't know" 2 = "Other rental assistance" 1 = "Section 8" 0 = "Not answered" -2 = "Refused" ; VALUE ihatypee (default=32) 4 = "Not sure/Don't know" 3 = "Other housing program" 2 = "Other rental assistance" 1 = "Section 8" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ihaga (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ihahous (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ihachar (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ihaoth (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ihaothh (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icashsc (default=32) 3 = "Someplace else" 2 = "Family or friends" 1 = "Government agency" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icashhm (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icashal (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icashuse (default=32) 2 = "Whatever was needed" 1 = "Particular use" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icashren (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icashfoo (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icashcs (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icashck (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icashcar (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icashoth (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icashohh (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icsagen (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icswelf (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icsoth (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icsothh (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icspat (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icsabs (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icscourt (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icscoll (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icsoth2l (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icsgov (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icschar (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icsfam (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icselse (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icselsee (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE tcsamt (default=32) 4 = "501-9999 Amount in dollars" 3 = "251-500 Amount in dollars" 2 = "101-250 Amount in dollars" 1 = "1-100 Amount in dollars" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icsncash (default=32) 1 = "No cash value" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icsearl (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icspart (default=32) 2 = "Whatever was needed" 1 = "Particular use" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE icsrent (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icsfood (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icsclos (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icsclok (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icscar (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icsouse (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE icsousee (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iwftype (default=32) 3 = "Or a non-profit organization," 2 = "A private, for profit company" 1 = "A Government organization," 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iwforg (default=32) 7 = "Or something else?" 6 = "Religion" 5 = "Health" 4 = "Recreation" 3 = "Public Safety" 2 = "Social Service" 1 = "Education" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iwfind (default=32) 5 = "or something else?" 4 = "Service" 3 = "Retail trade" 2 = "Wholesale trade" 1 = "Manufacturing" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iwfjob (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iwfcore (default=32) 3 = "Not sure" 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iinqcomp (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iinqcomo (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iincafdc (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iincga (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iincssi (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iincfs (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iincmcd (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iincwic (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iincunem (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iincoph (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iincener (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iinceduc (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iincqcc (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iinctran (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iincmeal (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iincoth (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iincothh (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ininlimt (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inindn (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ininimm (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ininelig (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inindk (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ininhas (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inintran (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ininchar (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ininwort (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ininplan (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ininavai (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ininoth (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ininothh (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ipbredyn (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE iredincr (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iredwkrq (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iredcsrq (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iredinfo (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iredsign (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iredssi (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iredlimt (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE iredoth (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ireddk (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ipastpub (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE tpastyr (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE inotlimt (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inotwkrq (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inotcsrq (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inotinfo (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inotbank (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inothigh (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inotmax (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inotsign (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inotmarr (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inotneed (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inotold (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inototh (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE inotdk (default=32) 1 = "Persons completing 'mark all that" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" -3 = "End of respondent's entries" ; VALUE ielignum (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE teligyr (default=32) 2011 = "2011-2020 Year" 2010 = "2010 Year" 2009 = "2008-2009 Year" 2007 = "2007 Year" 2006 = "2006 Year" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ialwaych (default=32) 2 = "No" 1 = "Yes" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE ikidwkrq (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ikidcsrq (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ikidimmi (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ikidinfo (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ikidsign (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ikidssi (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ikidlimt (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ikidoth (default=32) 1 = "Yes" 0 = "Not answered" ; VALUE ikiddk (default=32) 0 = "Not answered" -1 = "Don't know" -2 = "Refused" -3 = "End of respondent's entries" ; VALUE tkdstrty (default=32) 2006 = "2006 Year" 2005 = "2005 Year" 2004 = "2003-2004 Year" 2002 = "2002 Year" 2001 = "1997-2001 Year" 0 = "Not answered" -1 = "Don't know" -2 = "Refused" ; VALUE epcwunv (default=32) 1 = "In universe" -1 = "Not in Universe" ; VALUE edaycare (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE adaycare (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ecaremth (default=32) -1 = "Not in Universe" ; VALUE acaremth (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrscare (default=32) -1 = "Not in Universe" ; VALUE ahrscare (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE elivapat (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE alivapat (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE enotable (default=32) 3 = "Sometimes yes, sometimes no" 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE anotable (default=32) 3 = "Logical imputation" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epastmon (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apastmon (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eouting (default=32) 0 = "None" -1 = "Not in Universe" ; VALUE aouting (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE etotread (default=32) 0 = "None" -1 = "Not in Universe" ; VALUE atotread (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparread (default=32) 0 = "None" -1 = "Not in Universe" ; VALUE aparread (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edadread (default=32) 0 = "None" -1 = "Not in Universe" ; VALUE adadread (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE etvrules (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE atvrules (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE etimestv (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE atimestv (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehoustv (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ahoustv (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eeatbkf (default=32) 0 = "None" -1 = "Not in Universe" ; VALUE aeatbkf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eeatdinn (default=32) 0 = "None" -1 = "Not in Universe" ; VALUE aeatdinn (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edadbrkf (default=32) 0 = "None" -1 = "Not in Universe" ; VALUE adadbrkf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edaddinn (default=32) 0 = "None" -1 = "Not in Universe" ; VALUE adaddinn (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE efuntime (default=32) 5 = "Many times each day" 4 = "One or two times a day" 3 = "A few times a week" 2 = "About once a week (or less)" 1 = "Never" -1 = "Not in Universe" ; VALUE afuntime (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edadfun (default=32) 5 = "Many times each day" 4 = "One or two times a day" 3 = "A few times a week" 2 = "About once a week (or less)" 1 = "Never" -1 = "Not in Universe" ; VALUE adadfun (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epraise (default=32) 5 = "Many times each day" 4 = "One or two times a day" 3 = "A few times a week" 2 = "About once a week (or less)" 1 = "Never" -1 = "Not in Universe" ; VALUE apraise (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edadprai (default=32) 5 = "Many times each day" 4 = "One or two times a day" 3 = "A few times a week" 2 = "About once a week (or less)" 1 = "Never" -1 = "Not in Universe" ; VALUE adadprai (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE efarscho (default=32) 5 = "Take further education or" 4 = "Graduate from college" 3 = "Get some college or other training" 2 = "Graduate from high school" 1 = "Leave school before graduation" -1 = "Not in Universe" ; VALUE afarscho (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edadfar (default=32) 5 = "Take further education or" 4 = "Graduate from college" 3 = "Get some college or other training" 2 = "Graduate from high school" 1 = "Leave school before graduation" -1 = "Not in Universe" ; VALUE adadfar (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ethinksc (default=32) 5 = "Take further education or" 4 = "Graduate from college" 3 = "Get some college or other training" 2 = "Graduate from high school" 1 = "Leave school before graduation" -1 = "Not in Universe" ; VALUE athinksc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eatkindg (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aatkindg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekindage (default=32) -1 = "Not in Universe" ; VALUE akindage (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE efirgrad (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE afirgrad (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE estrtage (default=32) -1 = "Not in Universe" ; VALUE astrtage (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekindele (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE akindele (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehighgra (default=32) 14 = "College, one year or more" 13 = "Twelfth grade" 12 = "Eleventh grade" 11 = "Tenth grade" 10 = "Ninth grade" 9 = "Eighth grade" 8 = "Seventh grade" 7 = "Sixth grade" 6 = "Fifth grade" 5 = "Fourth grade" 4 = "Third grade" 3 = "Second grade" 2 = "First grade" 1 = "Kindergarten" 0 = "None (No Grade completed)" -1 = "Not in Universe" ; VALUE ahighgra (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ecurrerl (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE acurrerl (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE egrdeatt (default=32) 14 = "College, one year or more" 13 = "Twelfth grade" 12 = "Eleventh grade" 11 = "Tenth grade" 10 = "Ninth grade" 9 = "Eighth grade" 8 = "Seventh grade" 7 = "Sixth grade" 6 = "Fifth grade" 5 = "Fourth grade" 4 = "Third grade" 3 = "Second grade" 2 = "First grade" 1 = "Kindergarten" -1 = "Not in Universe" ; VALUE agrdeatt (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epubpriv (default=32) 2 = "Private" 1 = "Public" -1 = "Not in Universe" ; VALUE apubpriv (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eassschl (default=32) 3 = "Both -- assigned school is school" 2 = "Chosen" 1 = "Assigned" -1 = "Not in Universe" ; VALUE aassschl (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelisch (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE arelisch (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE especsch (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aspecsch (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE esportea (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE asportea (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE elessons (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE alessons (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eclubsch (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aclubsch (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelig (default=32) 5 = "Everyday or almost everyday" 4 = "About once a week" 3 = "About once a month" 2 = "Several times a year" 1 = "Never" -1 = "Not in Universe" ; VALUE arelig (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE elikesch (default=32) 3 = "Often true" 2 = "Sometimes true" 1 = "Not true" -1 = "Not in Universe" ; VALUE alikesch (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eintschl (default=32) 3 = "Often true" 2 = "Sometimes true" 1 = "Not true" -1 = "Not in Universe" ; VALUE aintschl (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewkshard (default=32) 3 = "Often true" 2 = "Sometimes true" 1 = "Not true" -1 = "Not in Universe" ; VALUE awkshard (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE echgschl (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE achgschl (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE etimchan (default=32) -1 = "Not in Universe" ; VALUE atimchan (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erepgrad (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE arepgrad (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE egrdrptd (default=32) 13 = "Twelfth grade" 12 = "Eleventh grade" 11 = "Tenth grade" 10 = "Ninth grade" 9 = "Eighth grade" 8 = "Seventh grade" 7 = "Sixth grade" 6 = "Fifth grade" 5 = "Fourth grade" 4 = "Third grade" 3 = "Second grade" 2 = "First grade" 1 = "Kindergarten" 0 = "None" -1 = "Not in Universe" ; VALUE egrdrptk (default=32) 13 = "Twelfth grade" 12 = "Eleventh grade" 11 = "Tenth grade" 10 = "Ninth grade" 9 = "Eighth grade" 8 = "Seventh grade" 7 = "Sixth grade" 6 = "Fifth grade" 5 = "Fourth grade" 4 = "Third grade" 3 = "Second grade" 2 = "First grade" 1 = "Kindergarten" 0 = "None" -1 = "Not in Universe" ; VALUE egrdrptl (default=32) 13 = "Twelfth grade" 12 = "Eleventh grade" 11 = "Tenth grade" 10 = "Ninth grade" 9 = "Eighth grade" 8 = "Seventh grade" 7 = "Sixth grade" 6 = "Fifth grade" 5 = "Fourth grade" 4 = "Third grade" 3 = "Second grade" 2 = "First grade" 1 = "Kindergarten" 0 = "None" -1 = "Not in Universe" ; VALUE egrdrptm (default=32) 13 = "Twelfth grade" 12 = "Eleventh grade" 11 = "Tenth grade" 10 = "Ninth grade" 9 = "Eighth grade" 8 = "Seventh grade" 7 = "Sixth grade" 6 = "Fifth grade" 5 = "Fourth grade" 4 = "Third grade" 3 = "Second grade" 2 = "First grade" 1 = "Kindergarten" 0 = "None" -1 = "Not in Universe" ; VALUE egrdrptn (default=32) 13 = "Twelfth grade" 12 = "Eleventh grade" 11 = "Tenth grade" 10 = "Ninth grade" 9 = "Eighth grade" 8 = "Seventh grade" 7 = "Sixth grade" 6 = "Fifth grade" 5 = "Fourth grade" 4 = "Third grade" 3 = "Second grade" 2 = "First grade" 1 = "Kindergarten" 0 = "None" -1 = "Not in Universe" ; VALUE agrdrpt (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eexpschl (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aexpschl (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ttimexp (default=32) 6 = "Six or more times" 5 = "Five times" 4 = "Four times" 3 = "Three times" 2 = "Two Times" 1 = "One time" -1 = "Not in Universe" ; VALUE atimexp (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehardcar (default=32) 4 = "Very often" 3 = "Often" 2 = "Sometimes" 1 = "Never" -1 = "Not in Universe" ; VALUE ahardcar (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ebother (default=32) 4 = "Very often" 3 = "Often" 2 = "Sometimes" 1 = "Never" -1 = "Not in Universe" ; VALUE abother (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE egivuplf (default=32) 4 = "Very often" 3 = "Often" 2 = "Sometimes" 1 = "Never" -1 = "Not in Universe" ; VALUE agivuplf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eangrycl (default=32) 4 = "Very often" 3 = "Often" 2 = "Sometimes" 1 = "Never" -1 = "Not in Universe" ; VALUE aangrycl (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehelpech (default=32) 5 = "Have no opinion" 4 = "Strongly Disagree" 3 = "Disagree" 2 = "Agree" 1 = "Strongly agree" -1 = "Not in Universe" ; VALUE ahelpech (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewatchot (default=32) 5 = "Have no opinion" 4 = "Strongly Disagree" 3 = "Disagree" 2 = "Agree" 1 = "Strongly agree" -1 = "Not in Universe" ; VALUE awatchot (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ecounton (default=32) 5 = "Have no opinion" 4 = "Strongly Disagree" 3 = "Disagree" 2 = "Agree" 1 = "Strongly agree" -1 = "Not in Universe" ; VALUE acounton (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ebadpeop (default=32) 5 = "Have no opinion" 4 = "Strongly Disagree" 3 = "Disagree" 2 = "Agree" 1 = "Strongly agree" -1 = "Not in Universe" ; VALUE abadpeop (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE etrustpe (default=32) 5 = "Have no opinion" 4 = "Strongly Disagree" 3 = "Disagree" 2 = "Agree" 1 = "Strongly agree" -1 = "Not in Universe" ; VALUE atrustpe (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekeepins (default=32) 5 = "Have no opinion" 4 = "Strongly Disagree" 3 = "Disagree" 2 = "Agree" 1 = "Strongly agree" -1 = "Not in Universe" ; VALUE akeepins (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE esafepla (default=32) 5 = "Have no opinion" 4 = "Strongly Disagree" 3 = "Disagree" 2 = "Agree" 1 = "Strongly agree" -1 = "Not in Universe" ; VALUE asafepla (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eccunv (default=32) 1 = "In universe" -1 = "Not in Universe" ; VALUE ehrwksch (default=32) 0 = "None" -1 = "Not in Universe" -5 = "Hours varied" -6 = "Not enrolled" ; VALUE ahrwksch (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE rrhrswk (default=32) 0 = "Not working or not in school" -1 = "Not in Universe" ; VALUE ehrwkjob (default=32) -1 = "Not in Universe" -5 = "Hours varied" -6 = "Did not look for job last month" ; VALUE ahrwkjob (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE $eccpnum (default=32) "-1" = "Not in Universe" ; VALUE $eccpnum (default=32) "-1" = "Not in Universe" ; VALUE $eccpnum (default=32) "-1" = "Not in Universe" ; VALUE $eccpnum (default=32) "-1" = "Not in Universe" ; VALUE $eccpnum (default=32) "-1" = "Not in Universe" ; VALUE eccagea (default=32) -1 = "Not in Universe" ; VALUE eccageb (default=32) -1 = "Not in Universe" ; VALUE eccagec (default=32) -1 = "Not in Universe" ; VALUE eccaged (default=32) -1 = "Not in Universe" ; VALUE eccagee (default=32) -1 = "Not in Universe" ; VALUE eckd01a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd01b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd01c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd01d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd01e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd02a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd02b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd02c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd02d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd02e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd03a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd03b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd03c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd03d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd03e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd04a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd04b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd04c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd04d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd04e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd05a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd05b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd05c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd05d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd05e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd06a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd06b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd06c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd06d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd06e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd07a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd07b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd07c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd07d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd07e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd08a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd08b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd08c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd08d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd08e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd09a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd09b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd09c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd09d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd09e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd10a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd10b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd10c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd10d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd10e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd11a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd11b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd11c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd11d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd11e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE accarea (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE accareb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE accarec (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE accared (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE accaree (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhepara (default=32) 4 = "Someplace else" 3 = "Another person's home" 2 = "Other parent's home (parent" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhepara (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewheparb (default=32) 4 = "Someplace else" 3 = "Another person's home" 2 = "Other parent's home (parent" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awheparb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewheparc (default=32) 4 = "Someplace else" 3 = "Another person's home" 2 = "Other parent's home (parent" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awheparc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhepard (default=32) 4 = "Someplace else" 3 = "Another person's home" 2 = "Other parent's home (parent" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhepard (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhepare (default=32) 4 = "Someplace else" 3 = "Another person's home" 2 = "Other parent's home (parent" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhepare (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr1a (default=32) -1 = "Not in Universe" ; VALUE aparhr1a (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr1b (default=32) -1 = "Not in Universe" ; VALUE aparhr1b (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr1c (default=32) -1 = "Not in Universe" ; VALUE aparhr1c (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr1d (default=32) -1 = "Not in Universe" ; VALUE aparhr1d (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr1e (default=32) -1 = "Not in Universe" ; VALUE aparhr1e (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr2a (default=32) -1 = "Not in Universe" ; VALUE aparhr2a (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr2b (default=32) -1 = "Not in Universe" ; VALUE aparhr2b (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr2c (default=32) -1 = "Not in Universe" ; VALUE aparhr2c (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr2d (default=32) -1 = "Not in Universe" ; VALUE aparhr2d (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr2e (default=32) -1 = "Not in Universe" ; VALUE aparhr2e (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhselfa (default=32) 3 = "Someplace else" 2 = "At work or at school" 1 = "In the person's home" -1 = "Not in Universe" ; VALUE awhselfa (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhselfb (default=32) 3 = "Someplace else" 2 = "At work or at school" 1 = "In the person's home" -1 = "Not in Universe" ; VALUE awhselfb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhselfc (default=32) 3 = "Someplace else" 2 = "At work or at school" 1 = "In the person's home" -1 = "Not in Universe" ; VALUE awhselfc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhselfd (default=32) 3 = "Someplace else" 2 = "At work or at school" 1 = "In the person's home" -1 = "Not in Universe" ; VALUE awhselfd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhselfe (default=32) 3 = "Someplace else" 2 = "At work or at school" 1 = "In the person's home" -1 = "Not in Universe" ; VALUE awhselfe (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfhra (default=32) -1 = "Not in Universe" ; VALUE aselfhra (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfhrb (default=32) -1 = "Not in Universe" ; VALUE aselfhrb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfhrc (default=32) -1 = "Not in Universe" ; VALUE aselfhrc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfhrd (default=32) -1 = "Not in Universe" ; VALUE aselfhrd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfhre (default=32) -1 = "Not in Universe" ; VALUE aselfhre (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb15a (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb15a (default=32) 3 = "Logical imputation derivation" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb15b (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb15b (default=32) 3 = "Logical imputation derivation" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb15c (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb15c (default=32) 3 = "Logical imputation derivation" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb15d (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb15d (default=32) 3 = "Logical imputation derivation" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb15e (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb15e (default=32) 3 = "Logical imputation derivation" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsbhra (default=32) -1 = "Not in Universe" ; VALUE awhsbhra (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsbhrb (default=32) -1 = "Not in Universe" ; VALUE awhsbhrb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsbhrc (default=32) -1 = "Not in Universe" ; VALUE awhsbhrc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsbhrd (default=32) -1 = "Not in Universe" ; VALUE awhsbhrd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsbhre (default=32) -1 = "Not in Universe" ; VALUE awhsbhre (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb15a (default=32) -1 = "Not in Universe" ; VALUE ahrsb15a (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb15b (default=32) -1 = "Not in Universe" ; VALUE ahrsb15b (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb15c (default=32) -1 = "Not in Universe" ; VALUE ahrsb15c (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb15d (default=32) -1 = "Not in Universe" ; VALUE ahrsb15d (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb15e (default=32) -1 = "Not in Universe" ; VALUE ahrsb15e (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb14a (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb14a (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb14b (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb14b (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb14c (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb14c (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb14d (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb14d (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb14e (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb14e (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE esb14hra (default=32) -1 = "Not in Universe" ; VALUE asb14hra (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE esb14hrb (default=32) -1 = "Not in Universe" ; VALUE asb14hrb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE esb14hrc (default=32) -1 = "Not in Universe" ; VALUE asb14hrc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE esb14hrd (default=32) -1 = "Not in Universe" ; VALUE asb14hrd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE esb14hre (default=32) -1 = "Not in Universe" ; VALUE asb14hre (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb14a (default=32) -1 = "Not in Universe" ; VALUE ahrsb14a (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb14b (default=32) -1 = "Not in Universe" ; VALUE ahrsb14b (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb14c (default=32) -1 = "Not in Universe" ; VALUE ahrsb14c (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb14d (default=32) -1 = "Not in Universe" ; VALUE ahrsb14d (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb14e (default=32) -1 = "Not in Universe" ; VALUE ahrsb14e (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhgrana (default=32) 3 = "Someplace else" 2 = "Grandparent's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhgrana (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhgranb (default=32) 3 = "Someplace else" 2 = "Grandparent's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhgranb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhgranc (default=32) 3 = "Someplace else" 2 = "Grandparent's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhgranc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhgrand (default=32) 3 = "Someplace else" 2 = "Grandparent's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhgrand (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhgrane (default=32) 3 = "Someplace else" 2 = "Grandparent's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhgrane (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE egranhra (default=32) -1 = "Not in Universe" ; VALUE agranhra (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE egranhrb (default=32) -1 = "Not in Universe" ; VALUE agranhrb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE egranhrc (default=32) -1 = "Not in Universe" ; VALUE agranhrc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE egranhrd (default=32) -1 = "Not in Universe" ; VALUE agranhrd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE egranhre (default=32) -1 = "Not in Universe" ; VALUE agranhre (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrgrana (default=32) -1 = "Not in Universe" ; VALUE ahrgrana (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrgranb (default=32) -1 = "Not in Universe" ; VALUE ahrgranb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrgranc (default=32) -1 = "Not in Universe" ; VALUE ahrgranc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrgrand (default=32) -1 = "Not in Universe" ; VALUE ahrgrand (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrgrane (default=32) -1 = "Not in Universe" ; VALUE ahrgrane (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaygraa (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaygraa (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaygrab (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaygrab (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaygrac (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaygrac (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaygrad (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaygrad (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaygrae (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaygrae (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtgraa (default=32) 0 = "None or not in universe" ; VALUE aamtgraa (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtgrab (default=32) 0 = "None or not in universe" ; VALUE aamtgrab (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtgrac (default=32) 0 = "Suppressed" ; VALUE aamtgrac (default=32) 0 = "Suppressed" ; VALUE tamtgrad (default=32) 0 = "Suppressed" ; VALUE aamtgrad (default=32) 0 = "Suppressed" ; VALUE tamtgrae (default=32) 0 = "Suppressed" ; VALUE aamtgrae (default=32) 0 = "Suppressed" ; VALUE ewhrelaa (default=32) 3 = "Someplace else" 2 = "Other relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhrelaa (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhrelab (default=32) 3 = "Someplace else" 2 = "Other relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhrelab (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhrelac (default=32) 3 = "Someplace else" 2 = "Other relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhrelac (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhrelad (default=32) 3 = "Someplace else" 2 = "Other relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhrelad (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhrelae (default=32) 3 = "Someplace else" 2 = "Other relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhrelae (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr1a (default=32) -1 = "Not in Universe" ; VALUE arelhr1a (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr1b (default=32) -1 = "Not in Universe" ; VALUE arelhr1b (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr1c (default=32) -1 = "Not in Universe" ; VALUE arelhr1c (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr1d (default=32) -1 = "Not in Universe" ; VALUE arelhr1d (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr1e (default=32) -1 = "Not in Universe" ; VALUE arelhr1e (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr2a (default=32) -1 = "Not in Universe" ; VALUE arelhr2a (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr2b (default=32) -1 = "Not in Universe" ; VALUE arelhr2b (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr2c (default=32) -1 = "Not in Universe" ; VALUE arelhr2c (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr2d (default=32) -1 = "Not in Universe" ; VALUE arelhr2d (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr2e (default=32) -1 = "Not in Universe" ; VALUE arelhr2e (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayrela (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayrela (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayrelb (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayrelb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayrelc (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayrelc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayreld (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayreld (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayrele (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayrele (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtrela (default=32) 0 = "None or not in universe" ; VALUE aamtrela (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtrelb (default=32) 0 = "Suppressed" ; VALUE aamtrelb (default=32) 0 = "Suppressed" ; VALUE tamtrelc (default=32) 0 = "Suppressed" ; VALUE aamtrelc (default=32) 0 = "Suppressed" ; VALUE tamtreld (default=32) 0 = "Suppressed" ; VALUE aamtreld (default=32) 0 = "Suppressed" ; VALUE tamtrele (default=32) 0 = "Suppressed" ; VALUE aamtrele (default=32) 0 = "Suppressed" ; VALUE ehrfam1a (default=32) -1 = "Not in Universe" ; VALUE ahrfam1a (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam1b (default=32) -1 = "Not in Universe" ; VALUE ahrfam1b (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam1c (default=32) -1 = "Not in Universe" ; VALUE ahrfam1c (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam1d (default=32) -1 = "Not in Universe" ; VALUE ahrfam1d (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam1e (default=32) -1 = "Not in Universe" ; VALUE ahrfam1e (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam2a (default=32) -1 = "Not in Universe" ; VALUE ahrfam2a (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam2b (default=32) -1 = "Not in Universe" ; VALUE ahrfam2b (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam2c (default=32) -1 = "Not in Universe" ; VALUE ahrfam2c (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam2d (default=32) -1 = "Not in Universe" ; VALUE ahrfam2d (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam2e (default=32) -1 = "Not in Universe" ; VALUE ahrfam2e (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayfama (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayfama (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayfamb (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayfamb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayfamc (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayfamc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayfamd (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayfamd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayfame (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayfame (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtfama (default=32) 0 = "None or not in universe" ; VALUE aamtfama (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtfamb (default=32) 0 = "None or not in universe" ; VALUE aamtfamb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtfamc (default=32) 0 = "Suppressed" ; VALUE aamtfamc (default=32) 0 = "Suppressed" ; VALUE tamtfamd (default=32) 0 = "Suppressed" ; VALUE aamtfamd (default=32) 0 = "Suppressed" ; VALUE tamtfame (default=32) 0 = "Suppressed" ; VALUE aamtfame (default=32) 0 = "Suppressed" ; VALUE ewhdayca (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhdayca (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhdaycb (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhdaycb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhdaycc (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhdaycc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhdaycd (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhdaycd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhdayce (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhdayce (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edayhrsa (default=32) -1 = "Not in Universe" ; VALUE adayhrsa (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edayhrsb (default=32) -1 = "Not in Universe" ; VALUE adayhrsb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edayhrsc (default=32) -1 = "Not in Universe" ; VALUE adayhrsc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edayhrsd (default=32) -1 = "Not in Universe" ; VALUE adayhrsd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edayhrse (default=32) -1 = "Not in Universe" ; VALUE adayhrse (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrdayca (default=32) -1 = "Not in Universe" ; VALUE ahrdayca (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrdaycb (default=32) -1 = "Not in Universe" ; VALUE ahrdaycb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrdaycc (default=32) -1 = "Not in Universe" ; VALUE ahrdaycc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrdaycd (default=32) -1 = "Not in Universe" ; VALUE ahrdaycd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrdayce (default=32) -1 = "Not in Universe" ; VALUE ahrdayce (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaydaya (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaydaya (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "None or not imputed" ; VALUE epaydayb (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaydayb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "None or not imputed" ; VALUE epaydayc (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaydayc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "None or not imputed" ; VALUE epaydayd (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaydayd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "None or not imputed" ; VALUE epaydaye (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaydaye (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "None or not imputed" ; VALUE tamtdaya (default=32) 0 = "None or not in universe" ; VALUE aamtdaya (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtdayb (default=32) 0 = "None or not in universe" ; VALUE aamtdayb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtdayc (default=32) 0 = "Suppressed" ; VALUE aamtdayc (default=32) 0 = "Suppressed" ; VALUE tamtdayd (default=32) 0 = "Suppressed" ; VALUE aamtdayd (default=32) 0 = "Suppressed" ; VALUE tamtdaye (default=32) 0 = "Suppressed" ; VALUE aamtdaye (default=32) 0 = "Suppressed" ; VALUE ewhnursa (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhnursa (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhnursb (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhnursb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhnursc (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhnursc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhnursd (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhnursd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhnurse (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhnurse (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE enurhrsa (default=32) -1 = "Not in Universe" ; VALUE anurhrsa (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE enurhrsb (default=32) -1 = "Not in Universe" ; VALUE anurhrsb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE enurhrsc (default=32) -1 = "Not in Universe" ; VALUE anurhrsc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE enurhrsd (default=32) -1 = "Not in Universe" ; VALUE anurhrsd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE enurhrse (default=32) -1 = "Not in Universe" ; VALUE anurhrse (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrnursa (default=32) -1 = "Not in Universe" ; VALUE ahrnursa (default=32) 3 = "Logic imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrnursb (default=32) -1 = "Not in Universe" ; VALUE ahrnursb (default=32) 3 = "Logic imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrnursc (default=32) -1 = "Not in Universe" ; VALUE ahrnursc (default=32) 3 = "Logic imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrnursd (default=32) -1 = "Not in Universe" ; VALUE ahrnursd (default=32) 3 = "Logic imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrnurse (default=32) -1 = "Not in Universe" ; VALUE ahrnurse (default=32) 3 = "Logic imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaynura (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaynura (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaynurb (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaynurb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaynurc (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaynurc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaynurd (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaynurd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaynure (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaynure (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtnura (default=32) 0 = "None or not in universe" ; VALUE aamtnura (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtnurb (default=32) 0 = "None or not in universe" ; VALUE aamtnurb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtnurc (default=32) 0 = "Suppressed" ; VALUE aamtnurc (default=32) 0 = "Suppressed" ; VALUE tamtnurd (default=32) 0 = "Suppressed" ; VALUE aamtnurd (default=32) 0 = "Suppressed" ; VALUE tamtnure (default=32) 0 = "Suppressed" ; VALUE aamtnure (default=32) 0 = "Suppressed" ; VALUE eheadhra (default=32) -1 = "Not in Universe" ; VALUE aheadhra (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eheadhrb (default=32) -1 = "Not in Universe" ; VALUE aheadhrb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eheadhrc (default=32) -1 = "Not in Universe" ; VALUE aheadhrc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eheadhrd (default=32) -1 = "Not in Universe" ; VALUE aheadhrd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eheadhre (default=32) -1 = "Not in Universe" ; VALUE aheadhre (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrstara (default=32) -1 = "Not in Universe" ; VALUE ahrstara (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrstarb (default=32) -1 = "Not in Universe" ; VALUE ahrstarb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrstarc (default=32) -1 = "Not in Universe" ; VALUE ahrstarc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrstard (default=32) -1 = "Not in Universe" ; VALUE ahrstard (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrstare (default=32) -1 = "Not in Universe" ; VALUE ahrstare (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaystaa (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaystaa (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaystab (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaystab (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaystac (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaystac (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaystad (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaystad (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaystae (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaystae (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtstaa (default=32) 0 = "Suppressed" ; VALUE aamtstaa (default=32) 0 = "Suppressed" ; VALUE tamtstab (default=32) 0 = "Suppressed" ; VALUE aamtstab (default=32) 0 = "Suppressed" ; VALUE tamtstac (default=32) 0 = "Suppressed" ; VALUE aamtstac (default=32) 0 = "Suppressed" ; VALUE tamtstad (default=32) 0 = "Suppressed" ; VALUE aamtstad (default=32) 0 = "Suppressed" ; VALUE tamtstae (default=32) 0 = "Suppressed" ; VALUE aamtstae (default=32) 0 = "Suppressed" ; VALUE ewhothea (default=32) 3 = "Someplace else" 2 = "The non-relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhothea (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhotheb (default=32) 3 = "Someplace else" 2 = "The non-relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhotheb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhothec (default=32) 3 = "Someplace else" 2 = "The non-relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhothec (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhothed (default=32) 3 = "Someplace else" 2 = "The non-relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhothed (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhothee (default=32) 3 = "Someplace else" 2 = "The non-relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhothee (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eothehra (default=32) -1 = "Not in Universe" ; VALUE aothehra (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statical imputation (hot deck)" 0 = "Not imputed" ; VALUE eothehrb (default=32) -1 = "Not in Universe" ; VALUE aothehrb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statical imputation (hot deck)" 0 = "Not imputed" ; VALUE eothehrc (default=32) -1 = "Not in Universe" ; VALUE aothehrc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statical imputation (hot deck)" 0 = "Not imputed" ; VALUE eothehrd (default=32) -1 = "Not in Universe" ; VALUE aothehrd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statical imputation (hot deck)" 0 = "Not imputed" ; VALUE eothehre (default=32) -1 = "Not in Universe" ; VALUE aothehre (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrothea (default=32) -1 = "Not in Universe" ; VALUE ahrothea (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrotheb (default=32) -1 = "Not in Universe" ; VALUE ahrotheb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrothec (default=32) -1 = "Not in Universe" ; VALUE ahrothec (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrothed (default=32) -1 = "Not in Universe" ; VALUE ahrothed (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrothee (default=32) -1 = "Not in Universe" ; VALUE ahrothee (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayotha (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayotha (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayothb (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayothb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayothc (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayothc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayothd (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayothd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayothe (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayothe (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtotha (default=32) 0 = "Not In Universe" ; VALUE aamtotha (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtothb (default=32) 0 = "Not In Universe" ; VALUE aamtothb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtothc (default=32) 0 = "Suppressed" ; VALUE aamtothc (default=32) 0 = "Suppressed" ; VALUE tamtothd (default=32) 0 = "Suppressed" ; VALUE aamtothd (default=32) 0 = "Suppressed" ; VALUE tamtothe (default=32) 0 = "Suppressed" ; VALUE aamtothe (default=32) 0 = "Suppressed" ; VALUE eschoowa (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aschoowa (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eschoowb (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aschoowb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eschoowc (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aschoowc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eschoowd (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aschoowd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eschoowe (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aschoowe (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschwa (default=32) -1 = "Not in Universe" ; VALUE ahrschwa (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschwb (default=32) -1 = "Not in Universe" ; VALUE ahrschwb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschwc (default=32) -1 = "Not in Universe" ; VALUE ahrschwc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschwd (default=32) -1 = "Not in Universe" ; VALUE ahrschwd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschwe (default=32) -1 = "Not in Universe" ; VALUE ahrschwe (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschoa (default=32) -1 = "Not in Universe" ; VALUE ahrschoa (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschob (default=32) -1 = "Not in Universe" ; VALUE ahrschob (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschoc (default=32) -1 = "Not in Universe" ; VALUE ahrschoc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschod (default=32) -1 = "Not in Universe" ; VALUE ahrschod (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschoe (default=32) -1 = "Not in Universe" ; VALUE ahrschoe (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfcaa (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aselfcaa (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfcab (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aselfcab (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfcac (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aselfcac (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfcad (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aselfcad (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfcae (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aselfcae (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr1a (default=32) -1 = "Not in Universe" ; VALUE akidhr1a (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr1b (default=32) -1 = "Not in Universe" ; VALUE akidhr1b (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr1c (default=32) -1 = "Not in Universe" ; VALUE akidhr1c (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr1d (default=32) -1 = "Not in Universe" ; VALUE akidhr1d (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr1e (default=32) -1 = "Not in Universe" ; VALUE akidhr1e (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr2a (default=32) -1 = "Not in Universe" ; VALUE akidhr2a (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr2b (default=32) -1 = "Not in Universe" ; VALUE akidhr2b (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr2c (default=32) -1 = "Not in Universe" ; VALUE akidhr2c (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr2d (default=32) -1 = "Not in Universe" ; VALUE akidhr2d (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr2e (default=32) -1 = "Not in Universe" ; VALUE akidhr2e (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edaychaa (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE adaychaa (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edaychab (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE adaychab (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edaychac (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE adaychac (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edaychad (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE adaychad (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edaychae (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE adaychae (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayhela (default=32) 3 = "Did not use any arrangements" 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayhela (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayhelb (default=32) 3 = "Did not use any arrangements" 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayhelb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayhelc (default=32) 3 = "Did not use any arrangements" 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayhelc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayheld (default=32) 3 = "Did not use any arrangements" 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayheld (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayhele (default=32) 3 = "Did not use any arrangements" 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayhele (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhopa1a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa2a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa3a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa4a (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE awhopaa (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhopa1b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa2b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa3b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa4b (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE awhopab (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhopa1c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa2c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa3c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa4c (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE awhopac (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhopa1d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa2d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa3d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa4d (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE awhopad (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhopa1e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa2e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa3e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa4e (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE awhopae (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE esatisa (default=32) 5 = "Very dissatisfied" 4 = "Somewhat dissatisfied" 3 = "Neither satisfied nor dissatisfied" 2 = "Somewhat satisfied" 1 = "Very satisfied" 0 = "No answer" -1 = "Not in Universe" ; VALUE esatisb (default=32) 5 = "Very dissatisfied" 4 = "Somewhat dissatisfied" 3 = "Neither satisfied nor dissatisfied" 2 = "Somewhat satisfied" 1 = "Very satisfied" 0 = "No answer" -1 = "Not in Universe" ; VALUE esatisc (default=32) 5 = "Very dissatisfied" 4 = "Somewhat dissatisfied" 3 = "Neither satisfied nor dissatisfied" 2 = "Somewhat satisfied" 1 = "Very satisfied" 0 = "No answer" -1 = "Not in Universe" ; VALUE esatisd (default=32) 5 = "Very dissatisfied" 4 = "Somewhat dissatisfied" 3 = "Neither satisfied nor dissatisfied" 2 = "Somewhat satisfied" 1 = "Very satisfied" 0 = "No answer" -1 = "Not in Universe" ; VALUE esatise (default=32) 5 = "Very dissatisfied" 4 = "Somewhat dissatisfied" 3 = "Neither satisfied nor dissatisfied" 2 = "Somewhat satisfied" 1 = "Very satisfied" 0 = "No answer" -1 = "Not in Universe" ; VALUE elista (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE alista (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE elistb (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE alistb (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE elistc (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE alistc (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE elistd (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE alistd (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eliste (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aliste (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eccunv2l (default=32) 1 = "In universe" -1 = "Not in Universe" ; VALUE $eccpnum (default=32) "-1" = "Not in Universe" ; VALUE $eccpnum (default=32) "-1" = "Not in Universe" ; VALUE $eccpnum (default=32) "-1" = "Not in Universe" ; VALUE $eccpnum (default=32) "-1" = "Not in Universe" ; VALUE $eccpnum (default=32) "-1" = "Not in Universe" ; VALUE eccagef (default=32) -1 = "Not in Universe" ; VALUE eccageg (default=32) -1 = "Not in Universe" ; VALUE eccageh (default=32) -1 = "Not in Universe" ; VALUE eccagei (default=32) -1 = "Not in Universe" ; VALUE eccagej (default=32) -1 = "Not in Universe" ; VALUE eckd01f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd01g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd01h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd01i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd01j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd02f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd02g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd02h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd02i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd02j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd03f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd03g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd03h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd03i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd03j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd04f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd04g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd04h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd04i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd04j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd05f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd05g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd05h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd05i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd05j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd06f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd06g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd06h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd06i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd06j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd07f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd07g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd07h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd07i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd07j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd08f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd08g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd08h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd08i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd08j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd09f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd09g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd09h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd09i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd09j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd10f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd10g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd10h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd10i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd10j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd11f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd11g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd11h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd11i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd11j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd12f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd12g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd12h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd12i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd12j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd13f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd13g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd13h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd13i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE eckd13j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE accaref (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE accareg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE accareh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE accarei (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE accarej (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewheparf (default=32) 4 = "Someplace else" 3 = "Another person's home" 2 = "Other parent's home (parent" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awheparf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewheparg (default=32) 4 = "Someplace else" 3 = "Another person's home" 2 = "Other parent's home (parent" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awheparg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewheparh (default=32) 4 = "Someplace else" 3 = "Another person's home" 2 = "Other parent's home (parent" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awheparh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhepari (default=32) 4 = "Someplace else" 3 = "Another person's home" 2 = "Other parent's home (parent" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhepari (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewheparj (default=32) 4 = "Someplace else" 3 = "Another person's home" 2 = "Other parent's home (parent" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awheparj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr1f (default=32) -1 = "Not in Universe" ; VALUE aparhr1f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr1g (default=32) -1 = "Not in Universe" ; VALUE aparhr1g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr1h (default=32) -1 = "Not in Universe" ; VALUE aparhr1h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr1i (default=32) -1 = "Not in Universe" ; VALUE aparhr1i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr1j (default=32) -1 = "Not in Universe" ; VALUE aparhr1j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr2f (default=32) -1 = "Not in Universe" ; VALUE aparhr2f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr2g (default=32) -1 = "Not in Universe" ; VALUE aparhr2g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr2h (default=32) -1 = "Not in Universe" ; VALUE aparhr2h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr2i (default=32) -1 = "Not in Universe" ; VALUE aparhr2i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eparhr2j (default=32) -1 = "Not in Universe" ; VALUE aparhr2j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhselff (default=32) 3 = "Someplace else" 2 = "At work or at school" 1 = "In the person's home" -1 = "Not in Universe" ; VALUE awhselff (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhselfg (default=32) 3 = "Someplace else" 2 = "At work or at school" 1 = "In the person's home" -1 = "Not in Universe" ; VALUE awhselfg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhselfh (default=32) 3 = "Someplace else" 2 = "At work or at school" 1 = "In the person's home" -1 = "Not in Universe" ; VALUE awhselfh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhselfi (default=32) 3 = "Someplace else" 2 = "At work or at school" 1 = "In the person's home" -1 = "Not in Universe" ; VALUE awhselfi (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhselfj (default=32) 3 = "Someplace else" 2 = "At work or at school" 1 = "In the person's home" -1 = "Not in Universe" ; VALUE awhselfj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfhrf (default=32) -1 = "Not in Universe" ; VALUE aselfhrf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfhrg (default=32) -1 = "Not in Universe" ; VALUE aselfhrg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfhrh (default=32) -1 = "Not in Universe" ; VALUE aselfhrh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfhri (default=32) -1 = "Not in Universe" ; VALUE aselfhri (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfhrj (default=32) -1 = "Not in Universe" ; VALUE aselfhrj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb15f (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb15f (default=32) 3 = "Logical imputation derivation" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb15g (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb15g (default=32) 3 = "Logical imputation derivation" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb15h (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb15h (default=32) 3 = "Logical imputation derivation" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb15i (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb15i (default=32) 3 = "Logical imputation derivation" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb15j (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb15j (default=32) 3 = "Logical imputation derivation" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsbhrf (default=32) -1 = "Not in Universe" ; VALUE awhsbhrf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsbhrg (default=32) -1 = "Not in Universe" ; VALUE awhsbhrg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsbhrh (default=32) -1 = "Not in Universe" ; VALUE awhsbhrh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsbhri (default=32) -1 = "Not in Universe" ; VALUE awhsbhri (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsbhrj (default=32) -1 = "Not in Universe" ; VALUE awhsbhrj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb15f (default=32) -1 = "Not in Universe" ; VALUE ahrsb15f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb15g (default=32) -1 = "Not in Universe" ; VALUE ahrsb15g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb15h (default=32) -1 = "Not in Universe" ; VALUE ahrsb15h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb15i (default=32) -1 = "Not in Universe" ; VALUE ahrsb15i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb15j (default=32) -1 = "Not in Universe" ; VALUE ahrsb15j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb14f (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb14f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb14g (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb14g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb14h (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb14h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb14i (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb14i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsb14j (default=32) 3 = "Someplace else" 2 = "Other home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhsb14j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE esb14hrf (default=32) -1 = "Not in Universe" ; VALUE asb14hrf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE esb14hrg (default=32) -1 = "Not in Universe" ; VALUE asb14hrg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE esb14hrh (default=32) -1 = "Not in Universe" ; VALUE asb14hrh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE esb14hri (default=32) -1 = "Not in Universe" ; VALUE asb14hri (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE esb14hrj (default=32) -1 = "Not in Universe" ; VALUE asb14hrj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb14f (default=32) -1 = "Not in Universe" ; VALUE ahrsb14f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb14g (default=32) -1 = "Not in Universe" ; VALUE ahrsb14g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb14h (default=32) -1 = "Not in Universe" ; VALUE ahrsb14h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb14i (default=32) -1 = "Not in Universe" ; VALUE ahrsb14i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsb14j (default=32) -1 = "Not in Universe" ; VALUE ahrsb14j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhgranf (default=32) 3 = "Someplace else" 2 = "Grandparent's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhgranf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhgrang (default=32) 3 = "Someplace else" 2 = "Grandparent's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhgrang (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhgranh (default=32) 3 = "Someplace else" 2 = "Grandparent's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhgranh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhgrani (default=32) 3 = "Someplace else" 2 = "Grandparent's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhgrani (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhgranj (default=32) 3 = "Someplace else" 2 = "Grandparent's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhgranj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE egranhrf (default=32) -1 = "Not in Universe" ; VALUE agranhrf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE egranhrg (default=32) -1 = "Not in Universe" ; VALUE agranhrg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE egranhrh (default=32) -1 = "Not in Universe" ; VALUE agranhrh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE egranhri (default=32) -1 = "Not in Universe" ; VALUE agranhri (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE egranhrj (default=32) -1 = "Not in Universe" ; VALUE agranhrj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrgranf (default=32) -1 = "Not in Universe" ; VALUE ahrgranf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrgrang (default=32) -1 = "Not in Universe" ; VALUE ahrgrang (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrgranh (default=32) -1 = "Not in Universe" ; VALUE ahrgranh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrgrani (default=32) -1 = "Not in Universe" ; VALUE ahrgrani (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrgranj (default=32) -1 = "Not in Universe" ; VALUE ahrgranj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaygraf (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaygraf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaygrag (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaygrag (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaygrah (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaygrah (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaygrai (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaygrai (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaygraj (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaygraj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtgraf (default=32) 0 = "None or not in universe" ; VALUE aamtgraf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtgrag (default=32) 0 = "None or not in universe" ; VALUE aamtgrag (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtgrah (default=32) 0 = "Suppressed" ; VALUE aamtgrah (default=32) 0 = "Suppressed" ; VALUE tamtgrai (default=32) 0 = "Suppressed" ; VALUE aamtgrai (default=32) 0 = "Suppressed" ; VALUE tamtgraj (default=32) 0 = "Suppressed" ; VALUE aamtgraj (default=32) 0 = "Suppressed" ; VALUE ewhrelaf (default=32) 3 = "Someplace else" 2 = "Other relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhrelaf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhrelag (default=32) 3 = "Someplace else" 2 = "Other relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhrelag (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhrelah (default=32) 3 = "Someplace else" 2 = "Other relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhrelah (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhrelai (default=32) 3 = "Someplace else" 2 = "Other relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhrelai (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhrelaj (default=32) 3 = "Someplace else" 2 = "Other relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhrelaj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr1f (default=32) -1 = "Not in Universe" ; VALUE arelhr1f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr1g (default=32) -1 = "Not in Universe" ; VALUE arelhr1g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr1h (default=32) -1 = "Not in Universe" ; VALUE arelhr1h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr1i (default=32) -1 = "Not in Universe" ; VALUE arelhr1i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr1j (default=32) -1 = "Not in Universe" ; VALUE arelhr1j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr2f (default=32) -1 = "Not in Universe" ; VALUE arelhr2f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr2g (default=32) -1 = "Not in Universe" ; VALUE arelhr2g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr2h (default=32) -1 = "Not in Universe" ; VALUE arelhr2h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr2i (default=32) -1 = "Not in Universe" ; VALUE arelhr2i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE erelhr2j (default=32) -1 = "Not in Universe" ; VALUE arelhr2j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayrelf (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayrelf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayrelg (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayrelg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayrelh (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayrelh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayreli (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayreli (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayrelj (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayrelj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtrelf (default=32) 0 = "None or not in universe" ; VALUE aamtrelf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtrelg (default=32) 0 = "Suppressed" ; VALUE aamtrelg (default=32) 0 = "Suppressed" ; VALUE tamtrelh (default=32) 0 = "Suppressed" ; VALUE aamtrelh (default=32) 0 = "Suppressed" ; VALUE tamtreli (default=32) 0 = "Suppressed" ; VALUE aamtreli (default=32) 0 = "Suppressed" ; VALUE tamtrelj (default=32) 0 = "Suppressed" ; VALUE aamtrelj (default=32) 0 = "Suppressed" ; VALUE ehrfam1f (default=32) -1 = "Not in Universe" ; VALUE ahrfam1f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam1g (default=32) -1 = "Not in Universe" ; VALUE ahrfam1g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam1h (default=32) -1 = "Not in Universe" ; VALUE ahrfam1h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam1i (default=32) -1 = "Not in Universe" ; VALUE ahrfam1i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam1j (default=32) -1 = "Not in Universe" ; VALUE ahrfam1j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam2f (default=32) -1 = "Not in Universe" ; VALUE ahrfam2f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam2g (default=32) -1 = "Not in Universe" ; VALUE ahrfam2g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam2h (default=32) -1 = "Not in Universe" ; VALUE ahrfam2h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam2i (default=32) -1 = "Not in Universe" ; VALUE ahrfam2i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrfam2j (default=32) -1 = "Not in Universe" ; VALUE ahrfam2j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayfamf (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayfamf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayfamg (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayfamg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayfamh (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayfamh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayfami (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayfami (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayfamj (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayfamj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtfamf (default=32) 0 = "None or not in universe" ; VALUE aamtfamf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtfamg (default=32) 0 = "Suppressed" ; VALUE aamtfamg (default=32) 0 = "Suppressed" ; VALUE tamtfamh (default=32) 0 = "Suppressed" ; VALUE aamtfamh (default=32) 0 = "Suppressed" ; VALUE tamtfami (default=32) 0 = "Suppressed" ; VALUE aamtfami (default=32) 0 = "Suppressed" ; VALUE tamtfamj (default=32) 0 = "Suppressed" ; VALUE aamtfamj (default=32) 0 = "Suppressed" ; VALUE ewhdaycf (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhdaycf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhdaycg (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhdaycg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhdaych (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhdaych (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhdayci (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhdayci (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhdaycj (default=32) 3 = "Someplace else, including working" 2 = "At a church or religious" 1 = "At work or at school" -1 = "Not in Universe" ; VALUE awhdaycj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edayhrsf (default=32) -1 = "Not in Universe" ; VALUE adayhrsf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edayhrsg (default=32) -1 = "Not in Universe" ; VALUE adayhrsg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edayhrsh (default=32) -1 = "Not in Universe" ; VALUE adayhrsh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edayhrsi (default=32) -1 = "Not in Universe" ; VALUE adayhrsi (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edayhrsj (default=32) -1 = "Not in Universe" ; VALUE adayhrsj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrdaycf (default=32) -1 = "Not in Universe" ; VALUE ahrdaycf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrdaycg (default=32) -1 = "Not in Universe" ; VALUE ahrdaycg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrdaych (default=32) -1 = "Not in Universe" ; VALUE ahrdaych (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrdayci (default=32) -1 = "Not in Universe" ; VALUE ahrdayci (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrdaycj (default=32) -1 = "Not in Universe" ; VALUE ahrdaycj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaydayf (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaydayf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "None or not imputed" ; VALUE epaydayg (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaydayg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "None or not imputed" ; VALUE epaydayh (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaydayh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "None or not imputed" ; VALUE epaydayi (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaydayi (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "None or not imputed" ; VALUE epaydayj (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaydayj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "None or not imputed" ; VALUE tamtdayf (default=32) 0 = "None or not in universe" ; VALUE aamtdayf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtdayg (default=32) 0 = "None or not in universe" ; VALUE aamtdayg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtdayh (default=32) 0 = "Suppressed" ; VALUE aamtdayh (default=32) 0 = "Suppressed" ; VALUE tamtdayi (default=32) 0 = "Suppressed" ; VALUE aamtdayi (default=32) 0 = "Suppressed" ; VALUE tamtdayj (default=32) 0 = "Suppressed" ; VALUE aamtdayj (default=32) 0 = "Suppressed" ; VALUE ewhsporf (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhsporf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsporg (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhsporg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsporh (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhsporh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhspori (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhspori (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhsporj (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhsporj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehsportf (default=32) -1 = "Not in Universe" ; VALUE ahsportf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehsportg (default=32) -1 = "Not in Universe" ; VALUE ahsportg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehsporth (default=32) -1 = "Not in Universe" ; VALUE ahsporth (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehsporti (default=32) -1 = "Not in Universe" ; VALUE ahsporti (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehsportj (default=32) -1 = "Not in Universe" ; VALUE ahsportj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsporf (default=32) -1 = "Not in Universe" ; VALUE ahrsporf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsporg (default=32) -1 = "Not in Universe" ; VALUE ahrsporg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsporh (default=32) -1 = "Not in Universe" ; VALUE ahrsporh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrspori (default=32) -1 = "Not in Universe" ; VALUE ahrspori (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsporj (default=32) -1 = "Not in Universe" ; VALUE ahrsporj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayspof (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayspof (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayspog (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayspog (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayspoh (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayspoh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayspoi (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayspoi (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayspoj (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayspoj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtspof (default=32) 0 = "None or not in universe" ; VALUE aamtspof (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtspog (default=32) 0 = "None or not in universe" ; VALUE aamtspog (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtspoh (default=32) 0 = "None or not in universe" ; VALUE aamtspoh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtspoi (default=32) 0 = "Suppressed" ; VALUE aamtspoi (default=32) 0 = "Suppressed" ; VALUE tamtspoj (default=32) 0 = "Suppressed" ; VALUE aamtspoj (default=32) 0 = "Suppressed" ; VALUE ewhlessf (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhlessf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhlessg (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhlessg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhlessh (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhlessh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhlessi (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhlessi (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhlessj (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhlessj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrles1f (default=32) -1 = "Not in Universe" ; VALUE ahrles1f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrles1g (default=32) -1 = "Not in Universe" ; VALUE ahrles1g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrles1h (default=32) -1 = "Not in Universe" ; VALUE ahrles1h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrles1i (default=32) -1 = "Not in Universe" ; VALUE ahrles1i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrles1j (default=32) -1 = "Not in Universe" ; VALUE ahrles1j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrles2f (default=32) -1 = "Not in Universe" ; VALUE ahrles2f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrles2g (default=32) -1 = "Not in Universe" ; VALUE ahrles2g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrles2h (default=32) -1 = "Not in Universe" ; VALUE ahrles2h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrles2i (default=32) -1 = "Not in Universe" ; VALUE ahrles2i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrles2j (default=32) -1 = "Not in Universe" ; VALUE ahrles2j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaylesf (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaylesf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaylesg (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaylesg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaylesh (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaylesh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaylesi (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaylesi (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaylesj (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaylesj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtlesf (default=32) 0 = "None or not in universe" ; VALUE aamtlesf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtlesg (default=32) 0 = "None or not in universe" ; VALUE aamtlesg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtlesh (default=32) 0 = "Suppressed" ; VALUE aamtlesh (default=32) 0 = "Suppressed" ; VALUE tamtlesi (default=32) 0 = "Suppressed" ; VALUE aamtlesi (default=32) 0 = "Suppressed" ; VALUE tamtlesj (default=32) 0 = "Suppressed" ; VALUE aamtlesj (default=32) 0 = "Suppressed" ; VALUE ewhclubf (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhclubf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhclubg (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhclubg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhclubh (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhclubh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhclubi (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhclubi (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhclubj (default=32) 2 = "Someplace else" 1 = "At school" -1 = "Not in Universe" ; VALUE awhclubj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eclubhrf (default=32) -1 = "Not in Universe" ; VALUE aclubhrf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eclubhrg (default=32) -1 = "Not in Universe" ; VALUE aclubhrg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eclubhrh (default=32) -1 = "Not in Universe" ; VALUE aclubhrh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eclubhri (default=32) -1 = "Not in Universe" ; VALUE aclubhri (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eclubhrj (default=32) -1 = "Not in Universe" ; VALUE aclubhrj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrclubf (default=32) -1 = "Not in Universe" ; VALUE ahrclubf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrclubg (default=32) -1 = "Not in Universe" ; VALUE ahrclubg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrclubh (default=32) -1 = "Not in Universe" ; VALUE ahrclubh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrclubi (default=32) -1 = "Not in Universe" ; VALUE ahrclubi (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrclubj (default=32) -1 = "Not in Universe" ; VALUE ahrclubj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaycluf (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaycluf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayclug (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayclug (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaycluh (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaycluh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayclui (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayclui (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epaycluj (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apaycluj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtcluf (default=32) 0 = "None or not in universe" ; VALUE aamtcluf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtclug (default=32) 0 = "None or not in universe" ; VALUE aamtclug (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtcluh (default=32) 0 = "Suppressed" ; VALUE aamtcluh (default=32) 0 = "Suppressed" ; VALUE tamtclui (default=32) 0 = "Suppressed" ; VALUE aamtclui (default=32) 0 = "Suppressed" ; VALUE tamtcluj (default=32) 0 = "Suppressed" ; VALUE aamtcluj (default=32) 0 = "Suppressed" ; VALUE ewhschof (default=32) 3 = "Someplace else" 2 = "At child's school" 1 = "At work or school" -1 = "Not in Universe" ; VALUE awhschof (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhschog (default=32) 3 = "Someplace else" 2 = "At child's school" 1 = "At work or school" -1 = "Not in Universe" ; VALUE awhschog (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhschoh (default=32) 3 = "Someplace else" 2 = "At child's school" 1 = "At work or school" -1 = "Not in Universe" ; VALUE awhschoh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhschoi (default=32) 3 = "Someplace else" 2 = "At child's school" 1 = "At work or school" -1 = "Not in Universe" ; VALUE awhschoi (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhschoj (default=32) 3 = "Someplace else" 2 = "At child's school" 1 = "At work or school" -1 = "Not in Universe" ; VALUE awhschoj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehscho1f (default=32) -1 = "Not in Universe" ; VALUE ahscho1f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehscho1g (default=32) -1 = "Not in Universe" ; VALUE ahscho1g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehscho1h (default=32) -1 = "Not in Universe" ; VALUE ahscho1h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehscho1i (default=32) -1 = "Not in Universe" ; VALUE ahscho1i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehscho1j (default=32) -1 = "Not in Universe" ; VALUE ahscho1j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsch2f (default=32) -1 = "Not in Universe" ; VALUE ahrsch2f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsch2g (default=32) -1 = "Not in Universe" ; VALUE ahrsch2g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsch2h (default=32) -1 = "Not in Universe" ; VALUE ahrsch2h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsch2i (default=32) -1 = "Not in Universe" ; VALUE ahrsch2i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrsch2j (default=32) -1 = "Not in Universe" ; VALUE ahrsch2j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayschf (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayschf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayschg (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayschg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayschh (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayschh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayschi (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayschi (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayschj (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayschj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtschf (default=32) 0 = "None or not in universe" ; VALUE aamtschf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtschg (default=32) 0 = "None or not in universe" ; VALUE aamtschg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtschh (default=32) 0 = "Suppressed" ; VALUE aamtschh (default=32) 0 = "Suppressed" ; VALUE tamtschi (default=32) 0 = "Suppressed" ; VALUE aamtschi (default=32) 0 = "Suppressed" ; VALUE tamtschj (default=32) 0 = "Suppressed" ; VALUE aamtschj (default=32) 0 = "Suppressed" ; VALUE ewhothef (default=32) 3 = "Someplace else" 2 = "The non-relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhothef (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhotheg (default=32) 3 = "Someplace else" 2 = "The non-relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhotheg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhotheh (default=32) 3 = "Someplace else" 2 = "The non-relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhotheh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhothei (default=32) 3 = "Someplace else" 2 = "The non-relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhothei (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhothej (default=32) 3 = "Someplace else" 2 = "The non-relative's home" 1 = "Child's home" -1 = "Not in Universe" ; VALUE awhothej (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eothehrf (default=32) -1 = "Not in Universe" ; VALUE aothehrf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eothehrg (default=32) -1 = "Not in Universe" ; VALUE aothehrg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eothehrh (default=32) -1 = "Not in Universe" ; VALUE aothehrh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eothehri (default=32) -1 = "Not in Universe" ; VALUE aothehri (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eothehrj (default=32) -1 = "Not in Universe" ; VALUE aothehrj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrothef (default=32) -1 = "Not in Universe" ; VALUE ahrothef (default=32) 3 = "Logical imputation (hot deck)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrotheg (default=32) -1 = "Not in Universe" ; VALUE ahrotheg (default=32) 3 = "Logical imputation (hot deck)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrotheh (default=32) -1 = "Not in Universe" ; VALUE ahrotheh (default=32) 3 = "Logical imputation (hot deck)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrothei (default=32) -1 = "Not in Universe" ; VALUE ahrothei (default=32) 3 = "Logical imputation (hot deck)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrothej (default=32) -1 = "Not in Universe" ; VALUE ahrothej (default=32) 3 = "Logical imputation (hot deck)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayothf (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayothf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayothg (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayothg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayothh (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayothh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayothi (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayothi (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayothj (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayothj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtothf (default=32) 0 = "None or not in universe" ; VALUE aamtothf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtothg (default=32) 0 = "None or not in universe" ; VALUE aamtothg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE tamtothh (default=32) 0 = "Suppressed" ; VALUE aamtothh (default=32) 0 = "Suppressed" ; VALUE tamtothi (default=32) 0 = "Suppressed" ; VALUE aamtothi (default=32) 0 = "Suppressed" ; VALUE tamtothj (default=32) 0 = "Suppressed" ; VALUE aamtothj (default=32) 0 = "Suppressed" ; VALUE eschoowf (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aschoowf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eschoowg (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aschoowg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eschoowh (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aschoowh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eschoowi (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aschoowi (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eschoowj (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aschoowj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschwf (default=32) -1 = "Not in Universe" ; VALUE ahrschwf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschwg (default=32) -1 = "Not in Universe" ; VALUE ahrschwg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschwh (default=32) -1 = "Not in Universe" ; VALUE ahrschwh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschwi (default=32) -1 = "Not in Universe" ; VALUE ahrschwi (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschwj (default=32) -1 = "Not in Universe" ; VALUE ahrschwj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschof (default=32) -1 = "Not in Universe" ; VALUE ahrschof (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschog (default=32) -1 = "Not in Universe" ; VALUE ahrschog (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschoh (default=32) -1 = "Not in Universe" ; VALUE ahrschoh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschoi (default=32) -1 = "Not in Universe" ; VALUE ahrschoi (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ehrschoj (default=32) -1 = "Not in Universe" ; VALUE ahrschoj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfcaf (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aselfcaf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfcag (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aselfcag (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfcah (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aselfcah (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfcai (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aselfcai (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eselfcaj (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aselfcaj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr1f (default=32) -1 = "Not in Universe" ; VALUE akidhr1f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr1g (default=32) -1 = "Not in Universe" ; VALUE akidhr1g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr1h (default=32) -1 = "Not in Universe" ; VALUE akidhr1h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr1i (default=32) -1 = "Not in Universe" ; VALUE akidhr1i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr1j (default=32) -1 = "Not in Universe" ; VALUE akidhr1j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr2f (default=32) -1 = "Not in Universe" ; VALUE akidhr2f (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr2g (default=32) -1 = "Not in Universe" ; VALUE akidhr2g (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr2h (default=32) -1 = "Not in Universe" ; VALUE akidhr2h (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr2i (default=32) -1 = "Not in Universe" ; VALUE akidhr2i (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ekidhr2j (default=32) -1 = "Not in Universe" ; VALUE akidhr2j (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edaychaf (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE adaychaf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edaychag (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE adaychag (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edaychah (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE adaychah (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edaychai (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE adaychai (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE edaychaj (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE adaychaj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayhelf (default=32) 3 = "Did not use any arrangements" 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayhelf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayhelg (default=32) 3 = "Did not use any arrangements" 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayhelg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayhelh (default=32) 3 = "Did not use any arrangements" 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayhelh (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayheli (default=32) 3 = "Did not use any arrangements" 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayheli (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE epayhelj (default=32) 3 = "Did not use any arrangements" 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE apayhelj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhopa1f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa2f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa3f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa4f (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE awhopaf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhopa1g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa2g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa3g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa4g (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE awhopag (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhopa1h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa2h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa3h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa4h (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE awhopah (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhopa1i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa2i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa3i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa4i (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE awhopai (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE ewhopa1j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa2j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa3j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE ewhopa4j (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE awhopaj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE esatisf (default=32) 5 = "Very dissatisfied" 4 = "Somewhat dissatisfied" 3 = "Neither satisfied nor dissatisfied" 2 = "Somewhat satisfied" 1 = "Very satisfied" 0 = "No answer" -1 = "Not in Universe" ; VALUE esatisg (default=32) 5 = "Very dissatisfied" 4 = "Somewhat dissatisfied" 3 = "Neither satisfied nor dissatisfied" 2 = "Somewhat satisfied" 1 = "Very satisfied" 0 = "No answer" -1 = "Not in Universe" ; VALUE esatish (default=32) 5 = "Very dissatisfied" 4 = "Somewhat dissatisfied" 3 = "Neither satisfied nor dissatisfied" 2 = "Somewhat satisfied" 1 = "Very satisfied" 0 = "No answer" -1 = "Not in Universe" ; VALUE esatisi (default=32) 5 = "Very dissatisfied" 4 = "Somewhat dissatisfied" 3 = "Neither satisfied nor dissatisfied" 2 = "Somewhat satisfied" 1 = "Very satisfied" 0 = "No answer" -1 = "Not in Universe" ; VALUE esatisj (default=32) 5 = "Very dissatisfied" 4 = "Somewhat dissatisfied" 3 = "Neither satisfied nor dissatisfied" 2 = "Somewhat satisfied" 1 = "Very satisfied" 0 = "No answer" -1 = "Not in Universe" ; VALUE elistf (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE alistf (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE elistg (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE alistg (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE elisth (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE alisth (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE elisti (default=32) 2 = "N0" 1 = "Yes" -1 = "Not in Universe" ; VALUE alisti (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE elistj (default=32) 2 = "N0" 1 = "Yes" -1 = "Not in Universe" ; VALUE alistj (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE eworkmor (default=32) 2 = "No" 1 = "Yes" -1 = "Not in Universe" ; VALUE aworkmor (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE etiamt0r (default=32) -7 = "None" -1 = "Not in Universe" ; VALUE atiamt0r (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; VALUE etiamt0k (default=32) 4 = "Months" 3 = "Weeks" 2 = "Days" 1 = "Hours" 0 = "None" -1 = "Not in Universe" ; VALUE atiamt0k (default=32) 3 = "Logical imputation (derivation)" 2 = "Cold deck imputation" 1 = "Statistical imputation (hot deck)" 0 = "Not imputed" ; proc print data=library.sippp04putm8 (obs=6); FORMAT spanel spanel. tfipsst tfipsst. eoutcome eoutcome. rfid2 rfid2l. epopstat epopstat. eppintvw eppintvw. eppmis4 eppmis4l. esex esex. erace erace. eorigin eorigin. errp errp. tage tage. ems ems. epnspous epnspous. epnmom epnmom. epndad epndad. epnguard epnguard. rdesgpnt rdesgpnt. eeducate eeducate. sinthhid sinthhid. eawrunv eawrunv. iinccat iinccat. ipayn ipayn. ipayn2 ipayn2l. itraihyn itraihyn. ihlphire ihlphire. ihlptrai ihlptrai. ihlpwage ihlpwage. ihlpdk ihlpdk. ifoodhyn ifoodhyn. iclothyn iclothyn. ihoushyn ihoushyn. icsuphyn icsuphyn. iothhyn iothhyn. ijobhelp ijobhelp. ireqinc ireqinc. ireqcs ireqcs. ireqpat ireqpat. ireqdt ireqdt. ijhrusu ijhrusu. ijhint ijhint. ijhdres ijhdres. ijhself ijhself. ijhcomp ijhcomp. ijhcler ijhcler. ijhmach ijhmach. ijhojs ijhojs. ijhged ijhged. ijhcol ijhcol. ijhlit ijhlit. ijhlis ijhlis. ijheng ijheng. ijhoth ijhoth. ijcomptr ijcomptr. ijhjobyn ijhjobyn. ijhpayyn ijhpayyn. inumpay inumpay. igasvyn igasvyn. itokyn itokyn. icaryn icaryn. irideyn irideyn. iothtyn iothtyn. icctype icctype. iccpayyn iccpayyn. iccempyn iccempyn. iccwho iccwho. icccov01 icccov0o. icccov02 icccov0k. icccov03 icccov0l. icccov04 icccov0m. icccov05 icccov0n. icccov06 icccov0p. icccov07 icccov0q. iccrel iccrel. iccdayc iccdayc. iccsitt iccsitt. iccaft iccaft. ifavou ifavou. ifagroc ifagroc. ifameal ifameal. ifaoth ifaoth. ivouga ivouga. ivouhar ivouhar. ivoufam ivoufam. ivouoth ivouoth. ivouthh ivouthh. icaga icaga. icachar icachar. icafam icafam. icaemp icaemp. icaoth icaoth. icaothh icaothh. ihatype ihatype. ihatype2 ihatypee. ihaga ihaga. ihahous ihahous. ihachar ihachar. ihaoth ihaoth. ihaothh ihaothh. icashsc icashsc. icashhm icashhm. icashal icashal. icashuse icashuse. icashren icashren. icashfoo icashfoo. icashcs icashcs. icashck icashck. icashcar icashcar. icashoth icashoth. icashohh icashohh. icsagen icsagen. icswelf icswelf. icsoth icsoth. icsothh icsothh. icspat icspat. icsabs icsabs. icscourt icscourt. icscoll icscoll. icsoth2 icsoth2l. icsgov icsgov. icschar icschar. icsfam icsfam. icselse icselse. icselsee icselsee. tcsamt tcsamt. icsncash icsncash. icsearl icsearl. icspart icspart. icsrent icsrent. icsfood icsfood. icsclos icsclos. icsclok icsclok. icscar icscar. icsouse icsouse. icsousee icsousee. iwftype iwftype. iwforg iwforg. iwfind iwfind. iwfjob iwfjob. iwfcore iwfcore. iinqcomp iinqcomp. iinqcomo iinqcomo. iincafdc iincafdc. iincga iincga. iincssi iincssi. iincfs iincfs. iincmcd iincmcd. iincwic iincwic. iincunem iincunem. iincoph iincoph. iincener iincener. iinceduc iinceduc. iincqcc iincqcc. iinctran iinctran. iincmeal iincmeal. iincoth iincoth. iincothh iincothh. ininlimt ininlimt. inindn inindn. ininimm ininimm. ininelig ininelig. inindk inindk. ininhas ininhas. inintran inintran. ininchar ininchar. ininwort ininwort. ininplan ininplan. ininavai ininavai. ininoth ininoth. ininothh ininothh. ipbredyn ipbredyn. iredincr iredincr. iredwkrq iredwkrq. iredcsrq iredcsrq. iredinfo iredinfo. iredsign iredsign. iredssi iredssi. iredlimt iredlimt. iredoth iredoth. ireddk ireddk. ipastpub ipastpub. tpastyr tpastyr. inotlimt inotlimt. inotwkrq inotwkrq. inotcsrq inotcsrq. inotinfo inotinfo. inotbank inotbank. inothigh inothigh. inotmax inotmax. inotsign inotsign. inotmarr inotmarr. inotneed inotneed. inotold inotold. inototh inototh. inotdk inotdk. ielignum ielignum. teligyr teligyr. ialwaych ialwaych. ikidwkrq ikidwkrq. ikidcsrq ikidcsrq. ikidimmi ikidimmi. ikidinfo ikidinfo. ikidsign ikidsign. ikidssi ikidssi. ikidlimt ikidlimt. ikidoth ikidoth. ikiddk ikiddk. tkdstrty tkdstrty. epcwunv epcwunv. edaycare edaycare. adaycare adaycare. ecaremth ecaremth. acaremth acaremth. ehrscare ehrscare. ahrscare ahrscare. elivapat elivapat. alivapat alivapat. enotable enotable. anotable anotable. epastmon epastmon. apastmon apastmon. eouting eouting. aouting aouting. etotread etotread. atotread atotread. eparread eparread. aparread aparread. edadread edadread. adadread adadread. etvrules etvrules. atvrules atvrules. etimestv etimestv. atimestv atimestv. ehoustv ehoustv. ahoustv ahoustv. eeatbkf eeatbkf. aeatbkf aeatbkf. eeatdinn eeatdinn. aeatdinn aeatdinn. edadbrkf edadbrkf. adadbrkf adadbrkf. edaddinn edaddinn. adaddinn adaddinn. efuntime efuntime. afuntime afuntime. edadfun edadfun. adadfun adadfun. epraise epraise. apraise apraise. edadprai edadprai. adadprai adadprai. efarscho efarscho. afarscho afarscho. edadfar edadfar. adadfar adadfar. ethinksc ethinksc. athinksc athinksc. eatkindg eatkindg. aatkindg aatkindg. ekindage ekindage. akindage akindage. efirgrad efirgrad. afirgrad afirgrad. estrtage estrtage. astrtage astrtage. ekindele ekindele. akindele akindele. ehighgra ehighgra. ahighgra ahighgra. ecurrerl ecurrerl. acurrerl acurrerl. egrdeatt egrdeatt. agrdeatt agrdeatt. epubpriv epubpriv. apubpriv apubpriv. eassschl eassschl. aassschl aassschl. erelisch erelisch. arelisch arelisch. especsch especsch. aspecsch aspecsch. esportea esportea. asportea asportea. elessons elessons. alessons alessons. eclubsch eclubsch. aclubsch aclubsch. erelig erelig. arelig arelig. elikesch elikesch. alikesch alikesch. eintschl eintschl. aintschl aintschl. ewkshard ewkshard. awkshard awkshard. echgschl echgschl. achgschl achgschl. etimchan etimchan. atimchan atimchan. erepgrad erepgrad. arepgrad arepgrad. egrdrpt1 egrdrptd. egrdrpt2 egrdrptk. egrdrpt3 egrdrptl. egrdrpt4 egrdrptm. egrdrpt5 egrdrptn. agrdrpt agrdrpt. eexpschl eexpschl. aexpschl aexpschl. ttimexp ttimexp. atimexp atimexp. ehardcar ehardcar. ahardcar ahardcar. ebother ebother. abother abother. egivuplf egivuplf. agivuplf agivuplf. eangrycl eangrycl. aangrycl aangrycl. ehelpech ehelpech. ahelpech ahelpech. ewatchot ewatchot. awatchot awatchot. ecounton ecounton. acounton acounton. ebadpeop ebadpeop. abadpeop abadpeop. etrustpe etrustpe. atrustpe atrustpe. ekeepins ekeepins. akeepins akeepins. esafepla esafepla. asafepla asafepla. eccunv eccunv. ehrwksch ehrwksch. ahrwksch ahrwksch. rrhrswk rrhrswk. ehrwkjob ehrwkjob. ahrwkjob ahrwkjob. eccpnuma $eccpnum. eccpnumb $eccpnum. eccpnumc $eccpnum. eccpnumd $eccpnum. eccpnume $eccpnum. eccagea eccagea. eccageb eccageb. eccagec eccagec. eccaged eccaged. eccagee eccagee. eckd01a eckd01a. eckd01b eckd01b. eckd01c eckd01c. eckd01d eckd01d. eckd01e eckd01e. eckd02a eckd02a. eckd02b eckd02b. eckd02c eckd02c. eckd02d eckd02d. eckd02e eckd02e. eckd03a eckd03a. eckd03b eckd03b. eckd03c eckd03c. eckd03d eckd03d. eckd03e eckd03e. eckd04a eckd04a. eckd04b eckd04b. eckd04c eckd04c. eckd04d eckd04d. eckd04e eckd04e. eckd05a eckd05a. eckd05b eckd05b. eckd05c eckd05c. eckd05d eckd05d. eckd05e eckd05e. eckd06a eckd06a. eckd06b eckd06b. eckd06c eckd06c. eckd06d eckd06d. eckd06e eckd06e. eckd07a eckd07a. eckd07b eckd07b. eckd07c eckd07c. eckd07d eckd07d. eckd07e eckd07e. eckd08a eckd08a. eckd08b eckd08b. eckd08c eckd08c. eckd08d eckd08d. eckd08e eckd08e. eckd09a eckd09a. eckd09b eckd09b. eckd09c eckd09c. eckd09d eckd09d. eckd09e eckd09e. eckd10a eckd10a. eckd10b eckd10b. eckd10c eckd10c. eckd10d eckd10d. eckd10e eckd10e. eckd11a eckd11a. eckd11b eckd11b. eckd11c eckd11c. eckd11d eckd11d. eckd11e eckd11e. accarea accarea. accareb accareb. accarec accarec. accared accared. accaree accaree. ewhepara ewhepara. awhepara awhepara. ewheparb ewheparb. awheparb awheparb. ewheparc ewheparc. awheparc awheparc. ewhepard ewhepard. awhepard awhepard. ewhepare ewhepare. awhepare awhepare. eparhr1a eparhr1a. aparhr1a aparhr1a. eparhr1b eparhr1b. aparhr1b aparhr1b. eparhr1c eparhr1c. aparhr1c aparhr1c. eparhr1d eparhr1d. aparhr1d aparhr1d. eparhr1e eparhr1e. aparhr1e aparhr1e. eparhr2a eparhr2a. aparhr2a aparhr2a. eparhr2b eparhr2b. aparhr2b aparhr2b. eparhr2c eparhr2c. aparhr2c aparhr2c. eparhr2d eparhr2d. aparhr2d aparhr2d. eparhr2e eparhr2e. aparhr2e aparhr2e. ewhselfa ewhselfa. awhselfa awhselfa. ewhselfb ewhselfb. awhselfb awhselfb. ewhselfc ewhselfc. awhselfc awhselfc. ewhselfd ewhselfd. awhselfd awhselfd. ewhselfe ewhselfe. awhselfe awhselfe. eselfhra eselfhra. aselfhra aselfhra. eselfhrb eselfhrb. aselfhrb aselfhrb. eselfhrc eselfhrc. aselfhrc aselfhrc. eselfhrd eselfhrd. aselfhrd aselfhrd. eselfhre eselfhre. aselfhre aselfhre. ewhsb15a ewhsb15a. awhsb15a awhsb15a. ewhsb15b ewhsb15b. awhsb15b awhsb15b. ewhsb15c ewhsb15c. awhsb15c awhsb15c. ewhsb15d ewhsb15d. awhsb15d awhsb15d. ewhsb15e ewhsb15e. awhsb15e awhsb15e. ewhsbhra ewhsbhra. awhsbhra awhsbhra. ewhsbhrb ewhsbhrb. awhsbhrb awhsbhrb. ewhsbhrc ewhsbhrc. awhsbhrc awhsbhrc. ewhsbhrd ewhsbhrd. awhsbhrd awhsbhrd. ewhsbhre ewhsbhre. awhsbhre awhsbhre. ehrsb15a ehrsb15a. ahrsb15a ahrsb15a. ehrsb15b ehrsb15b. ahrsb15b ahrsb15b. ehrsb15c ehrsb15c. ahrsb15c ahrsb15c. ehrsb15d ehrsb15d. ahrsb15d ahrsb15d. ehrsb15e ehrsb15e. ahrsb15e ahrsb15e. ewhsb14a ewhsb14a. awhsb14a awhsb14a. ewhsb14b ewhsb14b. awhsb14b awhsb14b. ewhsb14c ewhsb14c. awhsb14c awhsb14c. ewhsb14d ewhsb14d. awhsb14d awhsb14d. ewhsb14e ewhsb14e. awhsb14e awhsb14e. esb14hra esb14hra. asb14hra asb14hra. esb14hrb esb14hrb. asb14hrb asb14hrb. esb14hrc esb14hrc. asb14hrc asb14hrc. esb14hrd esb14hrd. asb14hrd asb14hrd. esb14hre esb14hre. asb14hre asb14hre. ehrsb14a ehrsb14a. ahrsb14a ahrsb14a. ehrsb14b ehrsb14b. ahrsb14b ahrsb14b. ehrsb14c ehrsb14c. ahrsb14c ahrsb14c. ehrsb14d ehrsb14d. ahrsb14d ahrsb14d. ehrsb14e ehrsb14e. ahrsb14e ahrsb14e. ewhgrana ewhgrana. awhgrana awhgrana. ewhgranb ewhgranb. awhgranb awhgranb. ewhgranc ewhgranc. awhgranc awhgranc. ewhgrand ewhgrand. awhgrand awhgrand. ewhgrane ewhgrane. awhgrane awhgrane. egranhra egranhra. agranhra agranhra. egranhrb egranhrb. agranhrb agranhrb. egranhrc egranhrc. agranhrc agranhrc. egranhrd egranhrd. agranhrd agranhrd. egranhre egranhre. agranhre agranhre. ehrgrana ehrgrana. ahrgrana ahrgrana. ehrgranb ehrgranb. ahrgranb ahrgranb. ehrgranc ehrgranc. ahrgranc ahrgranc. ehrgrand ehrgrand. ahrgrand ahrgrand. ehrgrane ehrgrane. ahrgrane ahrgrane. epaygraa epaygraa. apaygraa apaygraa. epaygrab epaygrab. apaygrab apaygrab. epaygrac epaygrac. apaygrac apaygrac. epaygrad epaygrad. apaygrad apaygrad. epaygrae epaygrae. apaygrae apaygrae. tamtgraa tamtgraa. aamtgraa aamtgraa. tamtgrab tamtgrab. aamtgrab aamtgrab. tamtgrac tamtgrac. aamtgrac aamtgrac. tamtgrad tamtgrad. aamtgrad aamtgrad. tamtgrae tamtgrae. aamtgrae aamtgrae. ewhrelaa ewhrelaa. awhrelaa awhrelaa. ewhrelab ewhrelab. awhrelab awhrelab. ewhrelac ewhrelac. awhrelac awhrelac. ewhrelad ewhrelad. awhrelad awhrelad. ewhrelae ewhrelae. awhrelae awhrelae. erelhr1a erelhr1a. arelhr1a arelhr1a. erelhr1b erelhr1b. arelhr1b arelhr1b. erelhr1c erelhr1c. arelhr1c arelhr1c. erelhr1d erelhr1d. arelhr1d arelhr1d. erelhr1e erelhr1e. arelhr1e arelhr1e. erelhr2a erelhr2a. arelhr2a arelhr2a. erelhr2b erelhr2b. arelhr2b arelhr2b. erelhr2c erelhr2c. arelhr2c arelhr2c. erelhr2d erelhr2d. arelhr2d arelhr2d. erelhr2e erelhr2e. arelhr2e arelhr2e. epayrela epayrela. apayrela apayrela. epayrelb epayrelb. apayrelb apayrelb. epayrelc epayrelc. apayrelc apayrelc. epayreld epayreld. apayreld apayreld. epayrele epayrele. apayrele apayrele. tamtrela tamtrela. aamtrela aamtrela. tamtrelb tamtrelb. aamtrelb aamtrelb. tamtrelc tamtrelc. aamtrelc aamtrelc. tamtreld tamtreld. aamtreld aamtreld. tamtrele tamtrele. aamtrele aamtrele. ehrfam1a ehrfam1a. ahrfam1a ahrfam1a. ehrfam1b ehrfam1b. ahrfam1b ahrfam1b. ehrfam1c ehrfam1c. ahrfam1c ahrfam1c. ehrfam1d ehrfam1d. ahrfam1d ahrfam1d. ehrfam1e ehrfam1e. ahrfam1e ahrfam1e. ehrfam2a ehrfam2a. ahrfam2a ahrfam2a. ehrfam2b ehrfam2b. ahrfam2b ahrfam2b. ehrfam2c ehrfam2c. ahrfam2c ahrfam2c. ehrfam2d ehrfam2d. ahrfam2d ahrfam2d. ehrfam2e ehrfam2e. ahrfam2e ahrfam2e. epayfama epayfama. apayfama apayfama. epayfamb epayfamb. apayfamb apayfamb. epayfamc epayfamc. apayfamc apayfamc. epayfamd epayfamd. apayfamd apayfamd. epayfame epayfame. apayfame apayfame. tamtfama tamtfama. aamtfama aamtfama. tamtfamb tamtfamb. aamtfamb aamtfamb. tamtfamc tamtfamc. aamtfamc aamtfamc. tamtfamd tamtfamd. aamtfamd aamtfamd. tamtfame tamtfame. aamtfame aamtfame. ewhdayca ewhdayca. awhdayca awhdayca. ewhdaycb ewhdaycb. awhdaycb awhdaycb. ewhdaycc ewhdaycc. awhdaycc awhdaycc. ewhdaycd ewhdaycd. awhdaycd awhdaycd. ewhdayce ewhdayce. awhdayce awhdayce. edayhrsa edayhrsa. adayhrsa adayhrsa. edayhrsb edayhrsb. adayhrsb adayhrsb. edayhrsc edayhrsc. adayhrsc adayhrsc. edayhrsd edayhrsd. adayhrsd adayhrsd. edayhrse edayhrse. adayhrse adayhrse. ehrdayca ehrdayca. ahrdayca ahrdayca. ehrdaycb ehrdaycb. ahrdaycb ahrdaycb. ehrdaycc ehrdaycc. ahrdaycc ahrdaycc. ehrdaycd ehrdaycd. ahrdaycd ahrdaycd. ehrdayce ehrdayce. ahrdayce ahrdayce. epaydaya epaydaya. apaydaya apaydaya. epaydayb epaydayb. apaydayb apaydayb. epaydayc epaydayc. apaydayc apaydayc. epaydayd epaydayd. apaydayd apaydayd. epaydaye epaydaye. apaydaye apaydaye. tamtdaya tamtdaya. aamtdaya aamtdaya. tamtdayb tamtdayb. aamtdayb aamtdayb. tamtdayc tamtdayc. aamtdayc aamtdayc. tamtdayd tamtdayd. aamtdayd aamtdayd. tamtdaye tamtdaye. aamtdaye aamtdaye. ewhnursa ewhnursa. awhnursa awhnursa. ewhnursb ewhnursb. awhnursb awhnursb. ewhnursc ewhnursc. awhnursc awhnursc. ewhnursd ewhnursd. awhnursd awhnursd. ewhnurse ewhnurse. awhnurse awhnurse. enurhrsa enurhrsa. anurhrsa anurhrsa. enurhrsb enurhrsb. anurhrsb anurhrsb. enurhrsc enurhrsc. anurhrsc anurhrsc. enurhrsd enurhrsd. anurhrsd anurhrsd. enurhrse enurhrse. anurhrse anurhrse. ehrnursa ehrnursa. ahrnursa ahrnursa. ehrnursb ehrnursb. ahrnursb ahrnursb. ehrnursc ehrnursc. ahrnursc ahrnursc. ehrnursd ehrnursd. ahrnursd ahrnursd. ehrnurse ehrnurse. ahrnurse ahrnurse. epaynura epaynura. apaynura apaynura. epaynurb epaynurb. apaynurb apaynurb. epaynurc epaynurc. apaynurc apaynurc. epaynurd epaynurd. apaynurd apaynurd. epaynure epaynure. apaynure apaynure. tamtnura tamtnura. aamtnura aamtnura. tamtnurb tamtnurb. aamtnurb aamtnurb. tamtnurc tamtnurc. aamtnurc aamtnurc. tamtnurd tamtnurd. aamtnurd aamtnurd. tamtnure tamtnure. aamtnure aamtnure. eheadhra eheadhra. aheadhra aheadhra. eheadhrb eheadhrb. aheadhrb aheadhrb. eheadhrc eheadhrc. aheadhrc aheadhrc. eheadhrd eheadhrd. aheadhrd aheadhrd. eheadhre eheadhre. aheadhre aheadhre. ehrstara ehrstara. ahrstara ahrstara. ehrstarb ehrstarb. ahrstarb ahrstarb. ehrstarc ehrstarc. ahrstarc ahrstarc. ehrstard ehrstard. ahrstard ahrstard. ehrstare ehrstare. ahrstare ahrstare. epaystaa epaystaa. apaystaa apaystaa. epaystab epaystab. apaystab apaystab. epaystac epaystac. apaystac apaystac. epaystad epaystad. apaystad apaystad. epaystae epaystae. apaystae apaystae. tamtstaa tamtstaa. aamtstaa aamtstaa. tamtstab tamtstab. aamtstab aamtstab. tamtstac tamtstac. aamtstac aamtstac. tamtstad tamtstad. aamtstad aamtstad. tamtstae tamtstae. aamtstae aamtstae. ewhothea ewhothea. awhothea awhothea. ewhotheb ewhotheb. awhotheb awhotheb. ewhothec ewhothec. awhothec awhothec. ewhothed ewhothed. awhothed awhothed. ewhothee ewhothee. awhothee awhothee. eothehra eothehra. aothehra aothehra. eothehrb eothehrb. aothehrb aothehrb. eothehrc eothehrc. aothehrc aothehrc. eothehrd eothehrd. aothehrd aothehrd. eothehre eothehre. aothehre aothehre. ehrothea ehrothea. ahrothea ahrothea. ehrotheb ehrotheb. ahrotheb ahrotheb. ehrothec ehrothec. ahrothec ahrothec. ehrothed ehrothed. ahrothed ahrothed. ehrothee ehrothee. ahrothee ahrothee. epayotha epayotha. apayotha apayotha. epayothb epayothb. apayothb apayothb. epayothc epayothc. apayothc apayothc. epayothd epayothd. apayothd apayothd. epayothe epayothe. apayothe apayothe. tamtotha tamtotha. aamtotha aamtotha. tamtothb tamtothb. aamtothb aamtothb. tamtothc tamtothc. aamtothc aamtothc. tamtothd tamtothd. aamtothd aamtothd. tamtothe tamtothe. aamtothe aamtothe. eschoowa eschoowa. aschoowa aschoowa. eschoowb eschoowb. aschoowb aschoowb. eschoowc eschoowc. aschoowc aschoowc. eschoowd eschoowd. aschoowd aschoowd. eschoowe eschoowe. aschoowe aschoowe. ehrschwa ehrschwa. ahrschwa ahrschwa. ehrschwb ehrschwb. ahrschwb ahrschwb. ehrschwc ehrschwc. ahrschwc ahrschwc. ehrschwd ehrschwd. ahrschwd ahrschwd. ehrschwe ehrschwe. ahrschwe ahrschwe. ehrschoa ehrschoa. ahrschoa ahrschoa. ehrschob ehrschob. ahrschob ahrschob. ehrschoc ehrschoc. ahrschoc ahrschoc. ehrschod ehrschod. ahrschod ahrschod. ehrschoe ehrschoe. ahrschoe ahrschoe. eselfcaa eselfcaa. aselfcaa aselfcaa. eselfcab eselfcab. aselfcab aselfcab. eselfcac eselfcac. aselfcac aselfcac. eselfcad eselfcad. aselfcad aselfcad. eselfcae eselfcae. aselfcae aselfcae. ekidhr1a ekidhr1a. akidhr1a akidhr1a. ekidhr1b ekidhr1b. akidhr1b akidhr1b. ekidhr1c ekidhr1c. akidhr1c akidhr1c. ekidhr1d ekidhr1d. akidhr1d akidhr1d. ekidhr1e ekidhr1e. akidhr1e akidhr1e. ekidhr2a ekidhr2a. akidhr2a akidhr2a. ekidhr2b ekidhr2b. akidhr2b akidhr2b. ekidhr2c ekidhr2c. akidhr2c akidhr2c. ekidhr2d ekidhr2d. akidhr2d akidhr2d. ekidhr2e ekidhr2e. akidhr2e akidhr2e. edaychaa edaychaa. adaychaa adaychaa. edaychab edaychab. adaychab adaychab. edaychac edaychac. adaychac adaychac. edaychad edaychad. adaychad adaychad. edaychae edaychae. adaychae adaychae. epayhela epayhela. apayhela apayhela. epayhelb epayhelb. apayhelb apayhelb. epayhelc epayhelc. apayhelc apayhelc. epayheld epayheld. apayheld apayheld. epayhele epayhele. apayhele apayhele. ewhopa1a ewhopa1a. ewhopa2a ewhopa2a. ewhopa3a ewhopa3a. ewhopa4a ewhopa4a. awhopaa awhopaa. ewhopa1b ewhopa1b. ewhopa2b ewhopa2b. ewhopa3b ewhopa3b. ewhopa4b ewhopa4b. awhopab awhopab. ewhopa1c ewhopa1c. ewhopa2c ewhopa2c. ewhopa3c ewhopa3c. ewhopa4c ewhopa4c. awhopac awhopac. ewhopa1d ewhopa1d. ewhopa2d ewhopa2d. ewhopa3d ewhopa3d. ewhopa4d ewhopa4d. awhopad awhopad. ewhopa1e ewhopa1e. ewhopa2e ewhopa2e. ewhopa3e ewhopa3e. ewhopa4e ewhopa4e. awhopae awhopae. esatisa esatisa. esatisb esatisb. esatisc esatisc. esatisd esatisd. esatise esatise. elista elista. alista alista. elistb elistb. alistb alistb. elistc elistc. alistc alistc. elistd elistd. alistd alistd. eliste eliste. aliste aliste. eccunv2 eccunv2l. eccpnumf $eccpnum. eccpnumg $eccpnum. eccpnumh $eccpnum. eccpnumi $eccpnum. eccpnumj $eccpnum. eccagef eccagef. eccageg eccageg. eccageh eccageh. eccagei eccagei. eccagej eccagej. eckd01f eckd01f. eckd01g eckd01g. eckd01h eckd01h. eckd01i eckd01i. eckd01j eckd01j. eckd02f eckd02f. eckd02g eckd02g. eckd02h eckd02h. eckd02i eckd02i. eckd02j eckd02j. eckd03f eckd03f. eckd03g eckd03g. eckd03h eckd03h. eckd03i eckd03i. eckd03j eckd03j. eckd04f eckd04f. eckd04g eckd04g. eckd04h eckd04h. eckd04i eckd04i. eckd04j eckd04j. eckd05f eckd05f. eckd05g eckd05g. eckd05h eckd05h. eckd05i eckd05i. eckd05j eckd05j. eckd06f eckd06f. eckd06g eckd06g. eckd06h eckd06h. eckd06i eckd06i. eckd06j eckd06j. eckd07f eckd07f. eckd07g eckd07g. eckd07h eckd07h. eckd07i eckd07i. eckd07j eckd07j. eckd08f eckd08f. eckd08g eckd08g. eckd08h eckd08h. eckd08i eckd08i. eckd08j eckd08j. eckd09f eckd09f. eckd09g eckd09g. eckd09h eckd09h. eckd09i eckd09i. eckd09j eckd09j. eckd10f eckd10f. eckd10g eckd10g. eckd10h eckd10h. eckd10i eckd10i. eckd10j eckd10j. eckd11f eckd11f. eckd11g eckd11g. eckd11h eckd11h. eckd11i eckd11i. eckd11j eckd11j. eckd12f eckd12f. eckd12g eckd12g. eckd12h eckd12h. eckd12i eckd12i. eckd12j eckd12j. eckd13f eckd13f. eckd13g eckd13g. eckd13h eckd13h. eckd13i eckd13i. eckd13j eckd13j. accaref accaref. accareg accareg. accareh accareh. accarei accarei. accarej accarej. ewheparf ewheparf. awheparf awheparf. ewheparg ewheparg. awheparg awheparg. ewheparh ewheparh. awheparh awheparh. ewhepari ewhepari. awhepari awhepari. ewheparj ewheparj. awheparj awheparj. eparhr1f eparhr1f. aparhr1f aparhr1f. eparhr1g eparhr1g. aparhr1g aparhr1g. eparhr1h eparhr1h. aparhr1h aparhr1h. eparhr1i eparhr1i. aparhr1i aparhr1i. eparhr1j eparhr1j. aparhr1j aparhr1j. eparhr2f eparhr2f. aparhr2f aparhr2f. eparhr2g eparhr2g. aparhr2g aparhr2g. eparhr2h eparhr2h. aparhr2h aparhr2h. eparhr2i eparhr2i. aparhr2i aparhr2i. eparhr2j eparhr2j. aparhr2j aparhr2j. ewhselff ewhselff. awhselff awhselff. ewhselfg ewhselfg. awhselfg awhselfg. ewhselfh ewhselfh. awhselfh awhselfh. ewhselfi ewhselfi. awhselfi awhselfi. ewhselfj ewhselfj. awhselfj awhselfj. eselfhrf eselfhrf. aselfhrf aselfhrf. eselfhrg eselfhrg. aselfhrg aselfhrg. eselfhrh eselfhrh. aselfhrh aselfhrh. eselfhri eselfhri. aselfhri aselfhri. eselfhrj eselfhrj. aselfhrj aselfhrj. ewhsb15f ewhsb15f. awhsb15f awhsb15f. ewhsb15g ewhsb15g. awhsb15g awhsb15g. ewhsb15h ewhsb15h. awhsb15h awhsb15h. ewhsb15i ewhsb15i. awhsb15i awhsb15i. ewhsb15j ewhsb15j. awhsb15j awhsb15j. ewhsbhrf ewhsbhrf. awhsbhrf awhsbhrf. ewhsbhrg ewhsbhrg. awhsbhrg awhsbhrg. ewhsbhrh ewhsbhrh. awhsbhrh awhsbhrh. ewhsbhri ewhsbhri. awhsbhri awhsbhri. ewhsbhrj ewhsbhrj. awhsbhrj awhsbhrj. ehrsb15f ehrsb15f. ahrsb15f ahrsb15f. ehrsb15g ehrsb15g. ahrsb15g ahrsb15g. ehrsb15h ehrsb15h. ahrsb15h ahrsb15h. ehrsb15i ehrsb15i. ahrsb15i ahrsb15i. ehrsb15j ehrsb15j. ahrsb15j ahrsb15j. ewhsb14f ewhsb14f. awhsb14f awhsb14f. ewhsb14g ewhsb14g. awhsb14g awhsb14g. ewhsb14h ewhsb14h. awhsb14h awhsb14h. ewhsb14i ewhsb14i. awhsb14i awhsb14i. ewhsb14j ewhsb14j. awhsb14j awhsb14j. esb14hrf esb14hrf. asb14hrf asb14hrf. esb14hrg esb14hrg. asb14hrg asb14hrg. esb14hrh esb14hrh. asb14hrh asb14hrh. esb14hri esb14hri. asb14hri asb14hri. esb14hrj esb14hrj. asb14hrj asb14hrj. ehrsb14f ehrsb14f. ahrsb14f ahrsb14f. ehrsb14g ehrsb14g. ahrsb14g ahrsb14g. ehrsb14h ehrsb14h. ahrsb14h ahrsb14h. ehrsb14i ehrsb14i. ahrsb14i ahrsb14i. ehrsb14j ehrsb14j. ahrsb14j ahrsb14j. ewhgranf ewhgranf. awhgranf awhgranf. ewhgrang ewhgrang. awhgrang awhgrang. ewhgranh ewhgranh. awhgranh awhgranh. ewhgrani ewhgrani. awhgrani awhgrani. ewhgranj ewhgranj. awhgranj awhgranj. egranhrf egranhrf. agranhrf agranhrf. egranhrg egranhrg. agranhrg agranhrg. egranhrh egranhrh. agranhrh agranhrh. egranhri egranhri. agranhri agranhri. egranhrj egranhrj. agranhrj agranhrj. ehrgranf ehrgranf. ahrgranf ahrgranf. ehrgrang ehrgrang. ahrgrang ahrgrang. ehrgranh ehrgranh. ahrgranh ahrgranh. ehrgrani ehrgrani. ahrgrani ahrgrani. ehrgranj ehrgranj. ahrgranj ahrgranj. epaygraf epaygraf. apaygraf apaygraf. epaygrag epaygrag. apaygrag apaygrag. epaygrah epaygrah. apaygrah apaygrah. epaygrai epaygrai. apaygrai apaygrai. epaygraj epaygraj. apaygraj apaygraj. tamtgraf tamtgraf. aamtgraf aamtgraf. tamtgrag tamtgrag. aamtgrag aamtgrag. tamtgrah tamtgrah. aamtgrah aamtgrah. tamtgrai tamtgrai. aamtgrai aamtgrai. tamtgraj tamtgraj. aamtgraj aamtgraj. ewhrelaf ewhrelaf. awhrelaf awhrelaf. ewhrelag ewhrelag. awhrelag awhrelag. ewhrelah ewhrelah. awhrelah awhrelah. ewhrelai ewhrelai. awhrelai awhrelai. ewhrelaj ewhrelaj. awhrelaj awhrelaj. erelhr1f erelhr1f. arelhr1f arelhr1f. erelhr1g erelhr1g. arelhr1g arelhr1g. erelhr1h erelhr1h. arelhr1h arelhr1h. erelhr1i erelhr1i. arelhr1i arelhr1i. erelhr1j erelhr1j. arelhr1j arelhr1j. erelhr2f erelhr2f. arelhr2f arelhr2f. erelhr2g erelhr2g. arelhr2g arelhr2g. erelhr2h erelhr2h. arelhr2h arelhr2h. erelhr2i erelhr2i. arelhr2i arelhr2i. erelhr2j erelhr2j. arelhr2j arelhr2j. epayrelf epayrelf. apayrelf apayrelf. epayrelg epayrelg. apayrelg apayrelg. epayrelh epayrelh. apayrelh apayrelh. epayreli epayreli. apayreli apayreli. epayrelj epayrelj. apayrelj apayrelj. tamtrelf tamtrelf. aamtrelf aamtrelf. tamtrelg tamtrelg. aamtrelg aamtrelg. tamtrelh tamtrelh. aamtrelh aamtrelh. tamtreli tamtreli. aamtreli aamtreli. tamtrelj tamtrelj. aamtrelj aamtrelj. ehrfam1f ehrfam1f. ahrfam1f ahrfam1f. ehrfam1g ehrfam1g. ahrfam1g ahrfam1g. ehrfam1h ehrfam1h. ahrfam1h ahrfam1h. ehrfam1i ehrfam1i. ahrfam1i ahrfam1i. ehrfam1j ehrfam1j. ahrfam1j ahrfam1j. ehrfam2f ehrfam2f. ahrfam2f ahrfam2f. ehrfam2g ehrfam2g. ahrfam2g ahrfam2g. ehrfam2h ehrfam2h. ahrfam2h ahrfam2h. ehrfam2i ehrfam2i. ahrfam2i ahrfam2i. ehrfam2j ehrfam2j. ahrfam2j ahrfam2j. epayfamf epayfamf. apayfamf apayfamf. epayfamg epayfamg. apayfamg apayfamg. epayfamh epayfamh. apayfamh apayfamh. epayfami epayfami. apayfami apayfami. epayfamj epayfamj. apayfamj apayfamj. tamtfamf tamtfamf. aamtfamf aamtfamf. tamtfamg tamtfamg. aamtfamg aamtfamg. tamtfamh tamtfamh. aamtfamh aamtfamh. tamtfami tamtfami. aamtfami aamtfami. tamtfamj tamtfamj. aamtfamj aamtfamj. ewhdaycf ewhdaycf. awhdaycf awhdaycf. ewhdaycg ewhdaycg. awhdaycg awhdaycg. ewhdaych ewhdaych. awhdaych awhdaych. ewhdayci ewhdayci. awhdayci awhdayci. ewhdaycj ewhdaycj. awhdaycj awhdaycj. edayhrsf edayhrsf. adayhrsf adayhrsf. edayhrsg edayhrsg. adayhrsg adayhrsg. edayhrsh edayhrsh. adayhrsh adayhrsh. edayhrsi edayhrsi. adayhrsi adayhrsi. edayhrsj edayhrsj. adayhrsj adayhrsj. ehrdaycf ehrdaycf. ahrdaycf ahrdaycf. ehrdaycg ehrdaycg. ahrdaycg ahrdaycg. ehrdaych ehrdaych. ahrdaych ahrdaych. ehrdayci ehrdayci. ahrdayci ahrdayci. ehrdaycj ehrdaycj. ahrdaycj ahrdaycj. epaydayf epaydayf. apaydayf apaydayf. epaydayg epaydayg. apaydayg apaydayg. epaydayh epaydayh. apaydayh apaydayh. epaydayi epaydayi. apaydayi apaydayi. epaydayj epaydayj. apaydayj apaydayj. tamtdayf tamtdayf. aamtdayf aamtdayf. tamtdayg tamtdayg. aamtdayg aamtdayg. tamtdayh tamtdayh. aamtdayh aamtdayh. tamtdayi tamtdayi. aamtdayi aamtdayi. tamtdayj tamtdayj. aamtdayj aamtdayj. ewhsporf ewhsporf. awhsporf awhsporf. ewhsporg ewhsporg. awhsporg awhsporg. ewhsporh ewhsporh. awhsporh awhsporh. ewhspori ewhspori. awhspori awhspori. ewhsporj ewhsporj. awhsporj awhsporj. ehsportf ehsportf. ahsportf ahsportf. ehsportg ehsportg. ahsportg ahsportg. ehsporth ehsporth. ahsporth ahsporth. ehsporti ehsporti. ahsporti ahsporti. ehsportj ehsportj. ahsportj ahsportj. ehrsporf ehrsporf. ahrsporf ahrsporf. ehrsporg ehrsporg. ahrsporg ahrsporg. ehrsporh ehrsporh. ahrsporh ahrsporh. ehrspori ehrspori. ahrspori ahrspori. ehrsporj ehrsporj. ahrsporj ahrsporj. epayspof epayspof. apayspof apayspof. epayspog epayspog. apayspog apayspog. epayspoh epayspoh. apayspoh apayspoh. epayspoi epayspoi. apayspoi apayspoi. epayspoj epayspoj. apayspoj apayspoj. tamtspof tamtspof. aamtspof aamtspof. tamtspog tamtspog. aamtspog aamtspog. tamtspoh tamtspoh. aamtspoh aamtspoh. tamtspoi tamtspoi. aamtspoi aamtspoi. tamtspoj tamtspoj. aamtspoj aamtspoj. ewhlessf ewhlessf. awhlessf awhlessf. ewhlessg ewhlessg. awhlessg awhlessg. ewhlessh ewhlessh. awhlessh awhlessh. ewhlessi ewhlessi. awhlessi awhlessi. ewhlessj ewhlessj. awhlessj awhlessj. ehrles1f ehrles1f. ahrles1f ahrles1f. ehrles1g ehrles1g. ahrles1g ahrles1g. ehrles1h ehrles1h. ahrles1h ahrles1h. ehrles1i ehrles1i. ahrles1i ahrles1i. ehrles1j ehrles1j. ahrles1j ahrles1j. ehrles2f ehrles2f. ahrles2f ahrles2f. ehrles2g ehrles2g. ahrles2g ahrles2g. ehrles2h ehrles2h. ahrles2h ahrles2h. ehrles2i ehrles2i. ahrles2i ahrles2i. ehrles2j ehrles2j. ahrles2j ahrles2j. epaylesf epaylesf. apaylesf apaylesf. epaylesg epaylesg. apaylesg apaylesg. epaylesh epaylesh. apaylesh apaylesh. epaylesi epaylesi. apaylesi apaylesi. epaylesj epaylesj. apaylesj apaylesj. tamtlesf tamtlesf. aamtlesf aamtlesf. tamtlesg tamtlesg. aamtlesg aamtlesg. tamtlesh tamtlesh. aamtlesh aamtlesh. tamtlesi tamtlesi. aamtlesi aamtlesi. tamtlesj tamtlesj. aamtlesj aamtlesj. ewhclubf ewhclubf. awhclubf awhclubf. ewhclubg ewhclubg. awhclubg awhclubg. ewhclubh ewhclubh. awhclubh awhclubh. ewhclubi ewhclubi. awhclubi awhclubi. ewhclubj ewhclubj. awhclubj awhclubj. eclubhrf eclubhrf. aclubhrf aclubhrf. eclubhrg eclubhrg. aclubhrg aclubhrg. eclubhrh eclubhrh. aclubhrh aclubhrh. eclubhri eclubhri. aclubhri aclubhri. eclubhrj eclubhrj. aclubhrj aclubhrj. ehrclubf ehrclubf. ahrclubf ahrclubf. ehrclubg ehrclubg. ahrclubg ahrclubg. ehrclubh ehrclubh. ahrclubh ahrclubh. ehrclubi ehrclubi. ahrclubi ahrclubi. ehrclubj ehrclubj. ahrclubj ahrclubj. epaycluf epaycluf. apaycluf apaycluf. epayclug epayclug. apayclug apayclug. epaycluh epaycluh. apaycluh apaycluh. epayclui epayclui. apayclui apayclui. epaycluj epaycluj. apaycluj apaycluj. tamtcluf tamtcluf. aamtcluf aamtcluf. tamtclug tamtclug. aamtclug aamtclug. tamtcluh tamtcluh. aamtcluh aamtcluh. tamtclui tamtclui. aamtclui aamtclui. tamtcluj tamtcluj. aamtcluj aamtcluj. ewhschof ewhschof. awhschof awhschof. ewhschog ewhschog. awhschog awhschog. ewhschoh ewhschoh. awhschoh awhschoh. ewhschoi ewhschoi. awhschoi awhschoi. ewhschoj ewhschoj. awhschoj awhschoj. ehscho1f ehscho1f. ahscho1f ahscho1f. ehscho1g ehscho1g. ahscho1g ahscho1g. ehscho1h ehscho1h. ahscho1h ahscho1h. ehscho1i ehscho1i. ahscho1i ahscho1i. ehscho1j ehscho1j. ahscho1j ahscho1j. ehrsch2f ehrsch2f. ahrsch2f ahrsch2f. ehrsch2g ehrsch2g. ahrsch2g ahrsch2g. ehrsch2h ehrsch2h. ahrsch2h ahrsch2h. ehrsch2i ehrsch2i. ahrsch2i ahrsch2i. ehrsch2j ehrsch2j. ahrsch2j ahrsch2j. epayschf epayschf. apayschf apayschf. epayschg epayschg. apayschg apayschg. epayschh epayschh. apayschh apayschh. epayschi epayschi. apayschi apayschi. epayschj epayschj. apayschj apayschj. tamtschf tamtschf. aamtschf aamtschf. tamtschg tamtschg. aamtschg aamtschg. tamtschh tamtschh. aamtschh aamtschh. tamtschi tamtschi. aamtschi aamtschi. tamtschj tamtschj. aamtschj aamtschj. ewhothef ewhothef. awhothef awhothef. ewhotheg ewhotheg. awhotheg awhotheg. ewhotheh ewhotheh. awhotheh awhotheh. ewhothei ewhothei. awhothei awhothei. ewhothej ewhothej. awhothej awhothej. eothehrf eothehrf. aothehrf aothehrf. eothehrg eothehrg. aothehrg aothehrg. eothehrh eothehrh. aothehrh aothehrh. eothehri eothehri. aothehri aothehri. eothehrj eothehrj. aothehrj aothehrj. ehrothef ehrothef. ahrothef ahrothef. ehrotheg ehrotheg. ahrotheg ahrotheg. ehrotheh ehrotheh. ahrotheh ahrotheh. ehrothei ehrothei. ahrothei ahrothei. ehrothej ehrothej. ahrothej ahrothej. epayothf epayothf. apayothf apayothf. epayothg epayothg. apayothg apayothg. epayothh epayothh. apayothh apayothh. epayothi epayothi. apayothi apayothi. epayothj epayothj. apayothj apayothj. tamtothf tamtothf. aamtothf aamtothf. tamtothg tamtothg. aamtothg aamtothg. tamtothh tamtothh. aamtothh aamtothh. tamtothi tamtothi. aamtothi aamtothi. tamtothj tamtothj. aamtothj aamtothj. eschoowf eschoowf. aschoowf aschoowf. eschoowg eschoowg. aschoowg aschoowg. eschoowh eschoowh. aschoowh aschoowh. eschoowi eschoowi. aschoowi aschoowi. eschoowj eschoowj. aschoowj aschoowj. ehrschwf ehrschwf. ahrschwf ahrschwf. ehrschwg ehrschwg. ahrschwg ahrschwg. ehrschwh ehrschwh. ahrschwh ahrschwh. ehrschwi ehrschwi. ahrschwi ahrschwi. ehrschwj ehrschwj. ahrschwj ahrschwj. ehrschof ehrschof. ahrschof ahrschof. ehrschog ehrschog. ahrschog ahrschog. ehrschoh ehrschoh. ahrschoh ahrschoh. ehrschoi ehrschoi. ahrschoi ahrschoi. ehrschoj ehrschoj. ahrschoj ahrschoj. eselfcaf eselfcaf. aselfcaf aselfcaf. eselfcag eselfcag. aselfcag aselfcag. eselfcah eselfcah. aselfcah aselfcah. eselfcai eselfcai. aselfcai aselfcai. eselfcaj eselfcaj. aselfcaj aselfcaj. ekidhr1f ekidhr1f. akidhr1f akidhr1f. ekidhr1g ekidhr1g. akidhr1g akidhr1g. ekidhr1h ekidhr1h. akidhr1h akidhr1h. ekidhr1i ekidhr1i. akidhr1i akidhr1i. ekidhr1j ekidhr1j. akidhr1j akidhr1j. ekidhr2f ekidhr2f. akidhr2f akidhr2f. ekidhr2g ekidhr2g. akidhr2g akidhr2g. ekidhr2h ekidhr2h. akidhr2h akidhr2h. ekidhr2i ekidhr2i. akidhr2i akidhr2i. ekidhr2j ekidhr2j. akidhr2j akidhr2j. edaychaf edaychaf. adaychaf adaychaf. edaychag edaychag. adaychag adaychag. edaychah edaychah. adaychah adaychah. edaychai edaychai. adaychai adaychai. edaychaj edaychaj. adaychaj adaychaj. epayhelf epayhelf. apayhelf apayhelf. epayhelg epayhelg. apayhelg apayhelg. epayhelh epayhelh. apayhelh apayhelh. epayheli epayheli. apayheli apayheli. epayhelj epayhelj. apayhelj apayhelj. ewhopa1f ewhopa1f. ewhopa2f ewhopa2f. ewhopa3f ewhopa3f. ewhopa4f ewhopa4f. awhopaf awhopaf. ewhopa1g ewhopa1g. ewhopa2g ewhopa2g. ewhopa3g ewhopa3g. ewhopa4g ewhopa4g. awhopag awhopag. ewhopa1h ewhopa1h. ewhopa2h ewhopa2h. ewhopa3h ewhopa3h. ewhopa4h ewhopa4h. awhopah awhopah. ewhopa1i ewhopa1i. ewhopa2i ewhopa2i. ewhopa3i ewhopa3i. ewhopa4i ewhopa4i. awhopai awhopai. ewhopa1j ewhopa1j. ewhopa2j ewhopa2j. ewhopa3j ewhopa3j. ewhopa4j ewhopa4j. awhopaj awhopaj. esatisf esatisf. esatisg esatisg. esatish esatish. esatisi esatisi. esatisj esatisj. elistf elistf. alistf alistf. elistg elistg. alistg alistg. elisth elisth. alisth alisth. elisti elisti. alisti alisti. elistj elistj. alistj alistj. eworkmor eworkmor. aworkmor aworkmor. etiamt01 etiamt0r. atiamt01 atiamt0r. etiamt02 etiamt0k. atiamt02 atiamt0k. ; proc contents data=library.sippp04putm8; run; ** Copyright 2010 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. ;