dictionary using /homes/data/sipp/1996/sipp96t4.dat { *This program reads the 1996 SIPP Wave 4 Topical Module Data File *Note: This program is distributed under the GNU GPL. See end of *this file and http://www.gnu.org/licenses/ for details. *by Jean Roth Tue Nov 4 11:38:13 EST 2003 *Please report errors to jroth@nber.org *run with do sip96t4 *Change output file name/location as desired in the first line of the .dct file *If you are using a PC, you may need to change the direction of the slashes, as in C:\ * or "\\Nber\home\data\sipp/1996\sip96t4.dat" * The following changes in variable names have been made, if necessary: * '$' to 'd'; '-' to '_'; '%' to 'p'; * Note: Variable names in Stata are case-sensitive _column(1 ) long ssuseq %5f "SU: Sequence Number of Sample Unit - P" _column(6 ) str12 ssuid %12s "SU: Sample Unit Identifier" _column(18 ) int spanel %4f "SU: Sample Code - Indicates Panel Year" _column(22 ) byte swave %2f "SU: Wave of data collection" _column(24 ) byte srotaton %1f "SU: Rotation of data collection" _column(25 ) byte tfipsst %2f "SU: FIPS State Code for fifth month" _column(27 ) int shhadid %3f "SU: Hhld Address ID in fourth referenc" _column(30 ) int sinthhid %3f "SU: Hhld Address ID of person in inter" _column(33 ) int eoutcome %3f "HH: Interview Status code for fifth mo" _column(36 ) int rfid %3f "FA: Family ID Number in month four" _column(39 ) int rfid2 %3f "FA: Family ID excluding related subfam" _column(42 ) int eppidx %3f "PE: Person index" _column(45 ) str3 eentaid %3s "PE: Address ID of hhld where person en" _column(48 ) str4 epppnum %4s "PE: Person number" _column(52 ) byte epopstat %1f "PE: Population status based on age in " _column(53 ) byte eppintvw %2f "PE: Person's interview status at time " _column(55 ) byte eppmis4 %1f "PE: Person's 4th month interview statu" _column(56 ) byte esex %1f "PE: Sex of this person" _column(57 ) byte erace %1f "PE: Race of this person" _column(58 ) byte eorigin %2f "PE: Origin of this person" _column(60 ) double wpfinwgt %10.4f "WW: Person weight" _column(70 ) byte errp %2f "PE: Household relationship" _column(72 ) byte tage %2f "PE: Age as of last birthday" _column(74 ) byte ems %1f "PE: Marital status" _column(75 ) int epnspous %4f "PE: Person number of spouse" _column(79 ) int epnmom %4f "PE: Person number of mother" _column(83 ) int epndad %4f "PE: Person number of father" _column(87 ) int epnguard %4f "PE: Person number of guardian" _column(91 ) byte rdesgpnt %2f "PE: Designated parent or guardian flag" _column(93 ) byte eeducate %2f "ED: Highest Degree received or grade" _column(95 ) byte epwsunv %2f "WS: Universe indicator." _column(97 ) byte ewsempct %2f "WS: Number of employers" _column(99 ) byte awsempct %1f "WS: Allocation flag for EWSEMPCT" _column(100 ) byte aallimp %1f "WS: Allocation flag for full set of TM" _column(101 ) byte ewseno1 %2f "WS: Employer Number" _column(103 ) byte ewsbno1 %2f "WS: Business Number" _column(105 ) byte ewseno2 %2f "WS: Employer Number" _column(107 ) byte ewsbno2 %2f "WS: Business Number" _column(109 ) byte ewshrs1 %2f "WS: Number of hours worked per day in " _column(111 ) byte awshrs1 %1f "WS: Allocation flag for EWSHRS1" _column(112 ) byte ewsdys1 %2f "WS: Number of days worked at job 1" _column(114 ) byte awsdys1 %1f "WS: Allocation flag for EWSDY1" _column(115 ) byte ewsday11 %2f "WS: Worked Sunday at job 1" _column(117 ) byte awsday11 %1f "WS: Allocation flag for EWSDAY11" _column(118 ) byte ewsday12 %2f "WS: Worked Monday at job 1" _column(120 ) byte awsday12 %1f "WS: Allocation flag for EWSDAY12" _column(121 ) byte ewsday13 %2f "WS: Worked Tuesday at job 1" _column(123 ) byte awsday13 %1f "WS: Allocation flag for EWSDAY13" _column(124 ) byte ewsday14 %2f "WS: Worked Wednesday at job 1" _column(126 ) byte awsday14 %1f "WS: Allocation flag for EWSDAY14" _column(127 ) byte ewsday15 %2f "WS: Worked Thursday at job 1" _column(129 ) byte awsday15 %1f "WS: Allocation flag for EWSDAY15" _column(130 ) byte ewsday16 %2f "WS: Worked Friday at job 1" _column(132 ) byte awsday16 %1f "WS: Allocation flag for EWSDAY16" _column(133 ) byte ewsday17 %2f "WS: Worked Saturday at job 1" _column(135 ) byte awsday17 %1f "WS: Allocation flag for EWSDAY17" _column(136 ) int ewsbeg1 %4f "WS: Time of day work began at job 1" _column(140 ) byte awsbeg1 %1f "WS: Allocation flag for EWSBEG1" _column(141 ) byte ewsbegm1 %2f "WS: AM/PM for time of day work began" _column(143 ) byte awsbegm1 %1f "WS: Allocation flag for EWSBEGM1" _column(144 ) int ewsend1 %4f "WS: Time of day work ended at job 1" _column(148 ) byte awsend1 %1f "WS: Allocation flag for EWSEND1" _column(149 ) byte ewsendm1 %2f "WS: AM/PM for time work ended at job 1" _column(151 ) byte awsendm1 %1f "WS: Allocation flag for EWSENDM1" _column(152 ) byte ewshmwk1 %2f "WS: Worked at home at job 1" _column(154 ) byte awshmwk1 %1f "WS: Allocation flag for EWSHMWK1" _column(155 ) byte ewsdy11 %2f "WS: Worked at home on Sunday at job 1" _column(157 ) byte awsdy11 %1f "WS: Allocation flag for EWSDY11" _column(158 ) byte ewsdy12 %2f "WS: Worked at home on Monday at job 1" _column(160 ) byte awsdy12 %1f "WS: Allocation flag for EWSDY12" _column(161 ) byte ewsdy13 %2f "WS: Worked at home on Tuesday at job 1" _column(163 ) byte awsdy13 %1f "WS: Allocation flag for EWSDY13" _column(164 ) byte ewsdy14 %2f "WS: Worked at home on Wednesday at job" _column(166 ) byte awsdy14 %1f "WS: Allocation flag for EWSDY14" _column(167 ) byte ewsdy15 %2f "WS: Worked at home on Thursday at job " _column(169 ) byte awsdy15 %1f "WS: Allocation flag for EWSDY15" _column(170 ) byte ewsdy16 %2f "WS: Worked at home on Friday at job 1" _column(172 ) byte awsdy16 %1f "WS: Allocation flag for EWSDY16" _column(173 ) byte ewsdy17 %2f "WS: Worked at home on Saturday at job " _column(175 ) byte awsdy17 %1f "WS: Allocation flag for EWSDY17" _column(176 ) byte ewsjob1 %2f "WS: Type of schedule work for job 1" _column(178 ) byte awsjob1 %1f "WS: Allocation flag for EWSJOB1" _column(179 ) byte ewsmnr1 %2f "WS: Reason for type of work schedule -" _column(181 ) byte awsmnr1 %1f "WS: Allocation flag for EWSMNR1" _column(182 ) byte ewshrs2 %2f "WS: Number of hours per day in job 2" _column(184 ) byte awshrs2 %1f "WS: Allocation flag for EWSHRS2" _column(185 ) byte ewsdys2 %2f "WS: Number of days worked at job 2" _column(187 ) byte awsdys2 %1f "WS: Allocation flag for EWSDY2" _column(188 ) byte ewsday21 %2f "WS: Worked Sunday at job 2" _column(190 ) byte awsday21 %1f "WS: Allocation flag for EWSDAY21" _column(191 ) byte ewsday22 %2f "WS: Worked Monday at job 2" _column(193 ) byte awsday22 %1f "WS: Allocation flag for EWSDAY22" _column(194 ) byte ewsday23 %2f "WS: Worked Tuesday at job 2" _column(196 ) byte awsday23 %1f "WS: Allocation flag for EWSDAY23" _column(197 ) byte ewsday24 %2f "WS: Worked Wednesday at job 2" _column(199 ) byte awsday24 %1f "WS: Allocation flag for EWSDAY24" _column(200 ) byte ewsday25 %2f "WS: Worked Thursday at job 2" _column(202 ) byte awsday25 %1f "WS: Allocation flag for EWSDAY25" _column(203 ) byte ewsday26 %2f "WS: Worked Friday at job 2" _column(205 ) byte awsday26 %1f "WS: Allocation flag for EWSDAY26" _column(206 ) byte ewsday27 %2f "WS: Worked Saturday at job 2" _column(208 ) byte awsday27 %1f "WS: Allocation flag for EWSDAY27" _column(209 ) int ewsbeg2 %4f "WS: Time of day began work at job 2" _column(213 ) byte awsbeg2 %1f "WS: Allocation flag for EWSBEG2" _column(214 ) byte ewsbegm2 %2f "WS: AM/PM for time of day work began" _column(216 ) byte awsbegm2 %1f "WS: Allocation flag for EWSBEGM2" _column(217 ) int ewsend2 %4f "WS: Time of day work ended at job 2" _column(221 ) byte awsend2 %1f "WS: Allocation flag for EWSEND2" _column(222 ) byte ewsendm2 %2f "WS: AM/PM for time work ended at job 2" _column(224 ) byte awsendm2 %1f "WS: Allocation flag for EWSENDM2" _column(225 ) byte ewshmwk2 %2f "WS: Worked at home at job 2" _column(227 ) byte awshmwk2 %1f "WS: Allocation flag for EWSHMWK2" _column(228 ) byte ewsdy21 %2f "WS: Worked at home on Sunday at job 2" _column(230 ) byte awsdy21 %1f "WS: Allocation flag for EWSDY21" _column(231 ) byte ewsdy22 %2f "WS: Worked at home on Monday at job 2" _column(233 ) byte awsdy22 %1f "WS: Allocation flag for EWSDY22" _column(234 ) byte ewsdy23 %2f "WS: Worked at home on Tuesday at job 2" _column(236 ) byte awsdy23 %1f "WS: Allocation flag for EWSDY23" _column(237 ) byte ewsdy24 %2f "WS: Worked at home on Wednesday at job" _column(239 ) byte awsdy24 %1f "WS: Allocation flag for EWSDY24" _column(240 ) byte ewsdy25 %2f "WS: Worked at home on Thursday at job " _column(242 ) byte awsdy25 %1f "WS: Allocation flag for EWSDY25" _column(243 ) byte ewsdy26 %2f "WS: Worked at home on Friday at job 2" _column(245 ) byte awsdy26 %1f "WS: Allocation flag for EWSDY26" _column(246 ) byte ewsdy27 %2f "WS: Worked at home on Saturday at job " _column(248 ) byte awsdy27 %1f "WS: Allocation flag for EWSDY27" _column(249 ) byte ewsjob2 %2f "WS: Type of schedule work for job 2" _column(251 ) byte awsjob2 %1f "WS: Allocation flag for EWSJOB2" _column(252 ) byte ewsmnr2 %2f "WS: Reason for type of work schedule -" _column(254 ) byte awsmnr2 %1f "WS: Allocation flag for EWSMNR2" _column(255 ) byte eccunv %2f "CC: Universe indicator." _column(257 ) byte ehrwksch %2f "CC: Hours per week spent in school" _column(259 ) byte ahrwksch %1f "CC: Allocation flag for EHRWKSCH" _column(260 ) byte rrhrswk %2f "CC: Recoded hours worked or attended s" _column(262 ) int ehrwkjob %3f "CC: Hours spent looking for a job" _column(265 ) byte ahrwkjob %1f "CC: Allocation flag for EHRWKJOB" _column(266 ) int eccpnuma %4f "CC: Person number of YOUNGEST child" _column(270 ) int eccpnumb %4f "CC: Person number of 2nd YOUNGEST chil" _column(274 ) int eccpnumc %4f "CC: Person number of 3rd YOUNGEST chil" _column(278 ) int eccpnumd %4f "CC: Person number of 4th YOUNGEST chil" _column(282 ) int eccpnume %4f "CC: Person number of 5th YOUNGEST chil" _column(286 ) byte eccagea %2f "CC: Age of the YOUNGEST child" _column(288 ) byte eccageb %2f "CC: Age of the 2nd YOUNGEST child" _column(290 ) byte eccagec %2f "CC: Age of the 3rd YOUNGEST child" _column(292 ) byte eccaged %2f "CC: Age of the 4th YOUNGEST child" _column(294 ) byte eccagee %2f "CC: Age of the 5th YOUNGEST child" _column(296 ) byte eckd01a %2f "CC: Arrangement of other parent or" _column(298 ) byte eckd01b %2f "CC: Arrangement of other parent or" _column(300 ) byte eckd01c %2f "CC: Arrangement of other parent or" _column(302 ) byte eckd01d %2f "CC: Arrangement of other parent or" _column(304 ) byte eckd01e %2f "CC: Arrangement of other parent or" _column(306 ) byte eckd02a %2f "CC: Arrangement of parent or guardian" _column(308 ) byte eckd02b %2f "CC: Arrangement of parent or guardian" _column(310 ) byte eckd02c %2f "CC: Arrangement of parent or guardian" _column(312 ) byte eckd02d %2f "CC: Arrangement of parent or guardian" _column(314 ) byte eckd02e %2f "CC: Arrangement of parent or guardian" _column(316 ) byte eckd03a %2f "CC: Arrangement of sibling age 15 or o" _column(318 ) byte eckd03b %2f "CC: Arrangement of sibling age 15 or o" _column(320 ) byte eckd03c %2f "CC: Arrangement of sibling age 15 or o" _column(322 ) byte eckd03d %2f "CC: Arrangement of sibling age 15 or o" _column(324 ) byte eckd03e %2f "CC: Arrangement of sibling age 15 or o" _column(326 ) byte eckd04a %2f "CC: Arrangement of sibling under age 1" _column(328 ) byte eckd04b %2f "CC: Arrangement of sibling under age 1" _column(330 ) byte eckd04c %2f "CC: Arrangement of sibling under age 1" _column(332 ) byte eckd04d %2f "CC: Arrangement of sibling under age 1" _column(334 ) byte eckd04e %2f "CC: Arrangement of sibling under age 1" _column(336 ) byte eckd05a %2f "CC: Arrangement of grandparent" _column(338 ) byte eckd05b %2f "CC: Arrangement of grandparent" _column(340 ) byte eckd05c %2f "CC: Arrangement of grandparent" _column(342 ) byte eckd05d %2f "CC: Arrangement of grandparent" _column(344 ) byte eckd05e %2f "CC: Arrangement of grandparent" _column(346 ) byte eckd06a %2f "CC: Arrangement of any other relative" _column(348 ) byte eckd06b %2f "CC: Arrangement of any other relative" _column(350 ) byte eckd06c %2f "CC: Arrangement of any other relative" _column(352 ) byte eckd06d %2f "CC: Arrangement of any other relative" _column(354 ) byte eckd06e %2f "CC: Arrangement of any other relative" _column(356 ) byte eckd07a %2f "CC: Arrangement of family daycare prov" _column(358 ) byte eckd07b %2f "CC: Arrangement of family daycare prov" _column(360 ) byte eckd07c %2f "CC: Arrangement of family daycare prov" _column(362 ) byte eckd07d %2f "CC: Arrangement of family daycare prov" _column(364 ) byte eckd07e %2f "CC: Arrangement of family daycare prov" _column(366 ) byte eckd08a %2f "CC: Arrangement of child or day care c" _column(368 ) byte eckd08b %2f "CC: Arrangement of child or day care c" _column(370 ) byte eckd08c %2f "CC: Arrangement of child or day care c" _column(372 ) byte eckd08d %2f "CC: Arrangement of child or day care c" _column(374 ) byte eckd08e %2f "CC: Arrangement of child or day care c" _column(376 ) byte eckd09a %2f "CC: Arrangement of nursery or preschoo" _column(378 ) byte eckd09b %2f "CC: Arrangement of nursery or preschoo" _column(380 ) byte eckd09c %2f "CC: Arrangement of nursery or preschoo" _column(382 ) byte eckd09d %2f "CC: Arrangement of nursery or preschoo" _column(384 ) byte eckd09e %2f "CC: Arrangement of nursery or preschoo" _column(386 ) byte eckd10a %2f "CC: Arrangement of Head Start program" _column(388 ) byte eckd10b %2f "CC: Arrangement of Head Start program" _column(390 ) byte eckd10c %2f "CC: Arrangement of Head Start program" _column(392 ) byte eckd10d %2f "CC: Arrangement of Head Start program" _column(394 ) byte eckd10e %2f "CC: Arrangement of Head Start program" _column(396 ) byte eckd11a %2f "CC: Arrangement of a non-relative" _column(398 ) byte eckd11b %2f "CC: Arrangement of a non-relative" _column(400 ) byte eckd11c %2f "CC: Arrangement of a non-relative" _column(402 ) byte eckd11d %2f "CC: Arrangement of a non-relative" _column(404 ) byte eckd11e %2f "CC: Arrangement of a non-relative" _column(406 ) byte accarea %1f "CC: Allocation flag for the YOUNGEST c" _column(407 ) byte accareb %1f "CC: Allocation flag for the 2nd YOUNGE" _column(408 ) byte accarec %1f "CC: Allocation flag for the 3rd YOUNGE" _column(409 ) byte accared %1f "CC: Allocation flag for the 4th YOUNGE" _column(410 ) byte accaree %1f "CC: Allocation flag for the 5th YOUNGE" _column(411 ) byte eckd03aa %2f "CC: Arrangement of sibling age 15 or o" _column(413 ) byte eckd03ab %2f "CC: Arrangement of sibling age 15 or o" _column(415 ) byte eckd03ac %2f "CC: Arrangement of sibling age 15 or o" _column(417 ) byte eckd03ad %2f "CC: Arrangement of sibling age 15 or o" _column(419 ) byte eckd03ae %2f "CC: Arrangement of sibling age 15 or o" _column(421 ) byte eckd04aa %2f "CC: Arrangement of sibling under age 1" _column(423 ) byte eckd04ab %2f "CC: Arrangement of sibling under age 1" _column(425 ) byte eckd04ac %2f "CC: Arrangement of sibling under age 1" _column(427 ) byte eckd04ad %2f "CC: Arrangement of sibling under age 1" _column(429 ) byte eckd04ae %2f "CC: Arrangement of sibling under age 1" _column(431 ) byte eckd05aa %2f "CC: Arrangement of grandparent" _column(433 ) byte eckd05ab %2f "CC: Arrangement of grandparent" _column(435 ) byte eckd05ac %2f "CC: Arrangement of grandparent" _column(437 ) byte eckd05ad %2f "CC: Arrangement of grandparent" _column(439 ) byte eckd05ae %2f "CC: Arrangement of grandparent" _column(441 ) byte eckd06aa %2f "CC: Arrangement of any other relative" _column(443 ) byte eckd06ab %2f "CC: Arrangement of any other relative" _column(445 ) byte eckd06ac %2f "CC: Arrangement of any other relative" _column(447 ) byte eckd06ad %2f "CC: Arrangement of any other relative" _column(449 ) byte eckd06ae %2f "CC: Arrangement of any other relative" _column(451 ) byte eckd07aa %2f "CC: Arrangement of family daycare prov" _column(453 ) byte eckd07ab %2f "CC: Arrangement of family daycare prov" _column(455 ) byte eckd07ac %2f "CC: Arrangement of family daycare prov" _column(457 ) byte eckd07ad %2f "CC: Arrangement of family daycare prov" _column(459 ) byte eckd07ae %2f "CC: Arrangement of family daycare prov" _column(461 ) byte eckd08aa %2f "CC: Arrangement of child care or day c" _column(463 ) byte eckd08ab %2f "CC: Arrangement of child care or day c" _column(465 ) byte eckd08ac %2f "CC: Arrangement of child care or day c" _column(467 ) byte eckd08ad %2f "CC: Arrangement of child care or day c" _column(469 ) byte eckd08ae %2f "CC: Arrangement of child care or day c" _column(471 ) byte eckd09aa %2f "CC: Arrangement of a nursery or presch" _column(473 ) byte eckd09ab %2f "CC: Arrangement of a nursery or presch" _column(475 ) byte eckd09ac %2f "CC: Arrangement of a nursery or presch" _column(477 ) byte eckd09ad %2f "CC: Arrangement of a nursery or presch" _column(479 ) byte eckd09ae %2f "CC: Arrangement of a nursery or presch" _column(481 ) byte eckd10aa %2f "CC: Arrangement of Head Start program" _column(483 ) byte eckd10ab %2f "CC: Arrangement of Head Start program" _column(485 ) byte eckd10ac %2f "CC: Arrangement of Head Start program" _column(487 ) byte eckd10ad %2f "CC: Arrangement of Head Start program" _column(489 ) byte eckd10ae %2f "CC: Arrangement of Head Start program" _column(491 ) byte eckd11aa %2f "CC: Arrangement of a non-relative" _column(493 ) byte eckd11ab %2f "CC: Arrangement of a non-relative" _column(495 ) byte eckd11ac %2f "CC: Arrangement of a non-relative" _column(497 ) byte eckd11ad %2f "CC: Arrangement of a non-relative" _column(499 ) byte eckd11ae %2f "CC: Arrangement of a non-relative" _column(501 ) byte accare1a %1f "CC: Allocation flag for the YOUNGEST c" _column(502 ) byte accare1b %1f "CC: Allocation flag for the 2nd YOUNGE" _column(503 ) byte accare1c %1f "CC: Allocation flag for the 3rd YOUNGE" _column(504 ) byte accare1d %1f "CC: Allocation flag for the 4th YOUNGE" _column(505 ) byte accare1e %1f "CC: Allocation flag for the 5th YOUNGE" _column(506 ) byte ewhepara %2f "CC: Place the parent cared for the YOU" _column(508 ) byte awhepara %1f "CC: Allocation flag for EWHEPARA" _column(509 ) byte ewheparb %2f "CC: Place the parent cared for the 2nd" _column(511 ) byte awheparb %1f "CC: Allocation flag for EWHEPARB" _column(512 ) byte ewheparc %2f "CC: Place the parent cared for the 3rd" _column(514 ) byte awheparc %1f "CC: Allocation flag for EWHEPARC" _column(515 ) byte ewhepard %2f "CC: Place the parent cared for the 4th" _column(517 ) byte awhepard %1f "CC: Allocation flag for EWHEPARD" _column(518 ) byte ewhepare %2f "CC: Place the parent cared for the 5th" _column(520 ) byte awhepare %1f "CC: Allocation flag for EWHEPARE" _column(521 ) int eparhr1a %3f "CC: Hours the other parent cared for t" _column(524 ) byte aparhr1a %1f "CC: Allocation flag for EPARHR1A" _column(525 ) int eparhr1b %3f "CC: Hours the other parent cared for t" _column(528 ) byte aparhr1b %1f "CC: Allocation flag for EPARHR1B" _column(529 ) int eparhr1c %3f "CC: Hours the other parent cared for t" _column(532 ) byte aparhr1c %1f "CC: Allocation flag for EPARHR1C" _column(533 ) int eparhr1d %3f "CC: Hours the other parent cared for t" _column(536 ) byte aparhr1d %1f "CC: Allocation flag for EPARHR1D" _column(537 ) int eparhr1e %3f "CC: Hours the other parent cared for t" _column(540 ) byte aparhr1e %1f "CC: Allocation flag for EPARHR1E" _column(541 ) byte ewhselfa %2f "CC: Place the parent cared for the YOU" _column(543 ) byte awhselfa %1f "CC: Allocation flag for EWHSELFA" _column(544 ) byte ewhselfb %2f "CC: Place the parent cared for the 2nd" _column(546 ) byte awhselfb %1f "CC: Allocation flag for EWHSELFB" _column(547 ) byte ewhselfc %2f "CC: Place the parent cared for the 3rd" _column(549 ) byte awhselfc %1f "CC: Allocation flag for EWHSELFC" _column(550 ) byte ewhselfd %2f "CC: Place the parent cared for the 4th" _column(552 ) byte awhselfd %1f "CC: Allocation flag for EWHSELFD" _column(553 ) byte ewhselfe %2f "CC: Place the parent cared for the 5th" _column(555 ) byte awhselfe %1f "CC: Allocation flag for EWHSELFE" _column(556 ) byte eselfhra %2f "CC: Hours cared for the YOUNGEST child" _column(558 ) byte aselfhra %1f "CC: Allocation flag for ESELFHRA" _column(559 ) byte eselfhrb %2f "CC: Hours cared for the 2nd YOUNGEST c" _column(561 ) byte aselfhrb %1f "CC: Allocation flag for ESELFHRB" _column(562 ) byte eselfhrc %2f "CC: Hours cared for the 3rd YOUNGEST c" _column(564 ) byte aselfhrc %1f "CC: Allocation flag for ESELFHRC" _column(565 ) byte eselfhrd %2f "CC: Hours cared for the 4th YOUNGEST c" _column(567 ) byte aselfhrd %1f "CC: Allocation flag for ESELFHRD" _column(568 ) byte eselfhre %2f "CC: Hours cared for the 5th YOUNGEST c" _column(570 ) byte aselfhre %1f "CC: Allocation flag for ESELFHRE" _column(571 ) byte ewhsb15a %2f "CC: Place the sibling cared for the YO" _column(573 ) byte awhsb15a %1f "CC: Allocation flag for EWHSB15A" _column(574 ) byte ewhsb15b %2f "CC: Place the sibling cared for the 2n" _column(576 ) byte awhsb15b %1f "CC: Allocation flag for EWHSB15B" _column(577 ) byte ewhsb15c %2f "CC: Place the sibling cared for the 3r" _column(579 ) byte awhsb15c %1f "CC: Allocation flag for EWHSB15C" _column(580 ) byte ewhsb15d %2f "CC: Place the sibling cared for the 4t" _column(582 ) byte awhsb15d %1f "CC: Allocation flag for EWHSB15D" _column(583 ) byte ewhsb15e %2f "CC: Place the sibling cared for the 5t" _column(585 ) byte awhsb15e %1f "CC: Allocation flag for EWHSB15E" _column(586 ) byte ewhsbhra %2f "CC: Hours the sibling cared for the YO" _column(588 ) byte awhsbhra %2f "CC: Allocation flag for EWHSBHRA" _column(590 ) byte ewhsbhrb %2f "CC: Hours the sibling cared for the 2n" _column(592 ) byte awhsbhrb %1f "CC: Allocation flag for EWHSBHRB" _column(593 ) byte ewhsbhrc %2f "CC: Hours the sibling cared for the 3r" _column(595 ) byte awhsbhrc %1f "CC: Allocation flag for EWHSBHRC" _column(596 ) byte ewhsbhrd %2f "CC: Hours the sibling cared for the 4t" _column(598 ) byte awhsbhrd %1f "CC: Allocation flag for EWHSBHRD" _column(599 ) byte ewhsbhre %2f "CC: Hours the sibling cared for the 5t" _column(601 ) byte awhsbhre %1f "CC: Allocation flag for EWHSBHRE" _column(602 ) byte ewhsb14a %2f "CC: Place the sibling cared for the YO" _column(604 ) byte awhsb14a %1f "CC: Allocation flag for EWHSB14A" _column(605 ) byte ewhsb14b %2f "CC: Place the sibling cared for the 2n" _column(607 ) byte awhsb14b %1f "CC: Allocation flag for EWHSB14B" _column(608 ) byte ewhsb14c %2f "CC: Place the sibling cared for the 3r" _column(610 ) byte awhsb14c %1f "CC: Allocation flag for EWHSB14C" _column(611 ) byte ewhsb14d %2f "CC: Place the sibling cared for the 4t" _column(613 ) byte awhsb14d %1f "CC: Allocation flag for EWHSB14D" _column(614 ) byte ewhsb14e %2f "CC: Place the sibling cared for the 5t" _column(616 ) byte awhsb14e %1f "CC: Allocation flag for EWHSB14E" _column(617 ) byte esb14hra %2f "CC: Hours the sibling cared for the YO" _column(619 ) byte asb14hra %1f "CC: Allocation flag for ESB14HRA" _column(620 ) byte esb14hrb %2f "CC: Hours the sibling cared for the 2n" _column(622 ) byte asb14hrb %1f "CC: Allocation flag for ESB14HRB" _column(623 ) byte esb14hrc %2f "CC: Hours the sibling cared for the 3r" _column(625 ) byte asb14hrc %1f "CC: Allocation flag for ESB14HRC" _column(626 ) byte esb14hrd %2f "CC: Hours the sibling cared for the 4t" _column(628 ) byte asb14hrd %1f "CC: Allocation flag for ESB14HRD" _column(629 ) byte esb14hre %2f "CC: Hours the sibling cared for the 5t" _column(631 ) byte asb14hre %1f "CC: Allocation flag for ESB14HRE" _column(632 ) byte ewhgrana %2f "CC: Place the grandparent cared for th" _column(634 ) byte awhgrana %1f "CC: Allocation flag for EWHGRANA" _column(635 ) byte ewhgranb %2f "CC: Place the grandparent cared for th" _column(637 ) byte awhgranb %1f "CC: Allocation flag for EWHGRANB" _column(638 ) byte ewhgranc %2f "CC: Place the grandparent cared for th" _column(640 ) byte awhgranc %1f "CC: Allocation flag for EWHGRANC" _column(641 ) byte ewhgrand %2f "CC: Place the grandparent cared for th" _column(643 ) byte awhgrand %1f "CC: Allocation flag for EWHGRAND" _column(644 ) byte ewhgrane %2f "CC: Place the grandparent cared for th" _column(646 ) byte awhgrane %1f "CC: Allocation flag for EWHGRANE" _column(647 ) byte egranhra %2f "CC: Hours the grandparent cared for th" _column(649 ) byte agranhra %1f "CC: Allocation flag for EGRANHRA" _column(650 ) byte egranhrb %2f "CC: Hours the grandparent cared for th" _column(652 ) byte agranhrb %1f "CC: Allocation flag for EGRANHRB" _column(653 ) byte egranhrc %2f "CC: Hours the grandparent cared for th" _column(655 ) byte agranhrc %1f "CC: Allocation flag for EGRANHRC" _column(656 ) byte egranhrd %2f "CC: Hours the grandparent cared for th" _column(658 ) byte agranhrd %1f "CC: Allocation flag for EGRANHRD" _column(659 ) byte egranhre %2f "CC: Hours the grandparent cared for th" _column(661 ) byte agranhre %1f "CC: Allocation flag for EGRANHRE" _column(662 ) byte epaygraa %2f "CC: Paid grandparent to care for the" _column(664 ) byte apaygraa %1f "CC: Allocation flag for EPAYGRAA" _column(665 ) byte epaygrab %2f "CC: Paid grandparent to care for the 2" _column(667 ) byte apaygrab %1f "CC: Allocation flag for EPAYGRAB" _column(668 ) byte epaygrac %2f "CC: Paid grandparent to care for the 3" _column(670 ) byte apaygrac %1f "CC: Allocation flag for EPAYGRAC" _column(671 ) byte epaygrad %2f "CC: Paid grandparent to care for the 4" _column(673 ) byte apaygrad %1f "CC: Allocation flag for EPAYGRAD" _column(674 ) byte epaygrae %2f "CC: Paid grandparent to care for the 5" _column(676 ) byte apaygrae %1f "CC: Allocation flag for EPAYGRAE" _column(677 ) int tamtgraa %3f "CC: Amt paid to grandparent for watchi" _column(680 ) byte aamtgraa %1f "CC: Allocation flag for TAMTGRAA" _column(681 ) int tamtgrab %3f "CC: Amt paid to grandparent for watchi" _column(684 ) byte aamtgrab %1f "CC: Allocation flag for TAMTGRAB" _column(685 ) int tamtgrac %3f "CC: Amt paid to grandparent for watchi" _column(688 ) byte aamtgrac %1f "CC: Allocation flag for TAMTGRAC" _column(689 ) int tamtgrad %3f "CC: Amt paid to grandparent for watchi" _column(692 ) byte aamtgrad %1f "CC: Allocation flag for TAMTGRAD" _column(693 ) int tamtgrae %3f "CC: Amt paid to grandparent for watchi" _column(696 ) byte aamtgrae %1f "CC: Allocation flag for TAMTGRAE" _column(697 ) byte ewhrelaa %2f "CC: Place the YOUNGEST child was cared" _column(699 ) byte awhrelaa %1f "CC: Allocation flag for EWHRELAA" _column(700 ) byte ewhrelab %2f "CC: Place the 2nd YOUNGEST child was c" _column(702 ) byte awhrelab %1f "CC: Allocation flag for EWHRELAB" _column(703 ) byte ewhrelac %2f "CC: Place the 3rd YOUNGEST child was c" _column(705 ) byte awhrelac %1f "CC: Allocation flag for EWHRELAC" _column(706 ) byte ewhrelad %2f "CC: Place the 4th YOUNGEST child was c" _column(708 ) byte awhrelad %1f "CC: Allocation flag for EWHRELAD" _column(709 ) byte ewhrelae %2f "CC: Place the 5th YOUNGEST child was c" _column(711 ) byte awhrelae %1f "CC: Allocation flag for EWHRELAE" _column(712 ) byte erelhr1a %2f "CC: Hours relative cared for the YOUNG" _column(714 ) byte arelhr1a %1f "CC: Allocation flag for ERELHR1A" _column(715 ) byte erelhr1b %2f "CC: Hours relative cared for the 2nd" _column(717 ) byte arelhr1b %1f "CC: Allocation flag for ERELHR1B" _column(718 ) byte erelhr1c %2f "CC: Hours relative cared for the 3rd" _column(720 ) byte arelhr1c %1f "CC: Allocation flag for ERELHR1C" _column(721 ) byte erelhr1d %2f "CC: Hours relative cared for the 4th" _column(723 ) byte arelhr1d %1f "CC: Allocation flag for ERELHR1D" _column(724 ) byte erelhr1e %2f "CC: Hours relative cared for the 5th" _column(726 ) byte arelhr1e %1f "CC: Allocation flag for ERELHR1E" _column(727 ) byte epayrela %2f "CC: Paid other relative to care for th" _column(729 ) byte apayrela %1f "CC: Allocation flag for EPAYRELA" _column(730 ) byte epayrelb %2f "CC: Paid other relative to care for th" _column(732 ) byte apayrelb %1f "CC: Allocation flag for EPAYRELB" _column(733 ) byte epayrelc %2f "CC: Paid other relative to care for th" _column(735 ) byte apayrelc %1f "CC: Allocation flag for EPAYRELC" _column(736 ) byte epayreld %2f "CC: Paid other relative to care for th" _column(738 ) byte apayreld %1f "CC: Allocation flag for EPAYRELD" _column(739 ) byte epayrele %2f "CC: Paid other relative to care for th" _column(741 ) byte apayrele %1f "CC: Allocation flag for EPAYRELE" _column(742 ) int tamtrela %3f "CC: Money parent paid to the relative " _column(745 ) byte aamtrela %1f "CC: Allocation flag for TAMTRELA" _column(746 ) int tamtrelb %3f "CC: Money parent paid to the relative " _column(749 ) byte aamtrelb %1f "CC: Allocation flag for TAMTRELB" _column(750 ) int tamtrelc %3f "CC: Money parent paid to the relative " _column(753 ) byte aamtrelc %1f "CC: Allocation flag for TAMTRELC" _column(754 ) int tamtreld %3f "CC: Money parent paid to the relative " _column(757 ) byte aamtreld %1f "CC: Allocation flag for TAMTRELD" _column(758 ) int tamtrele %3f "CC: Money parent paid to the relative " _column(761 ) byte aamtrele %1f "CC: Allocation flag for TAMTRELE" _column(762 ) byte ehrfam1a %2f "CC: Hours the YOUNGEST child spent in " _column(764 ) byte ahrfam1a %1f "CC: Allocation flag for EHRFAM1A" _column(765 ) byte ehrfam1b %2f "CC: Hours the 2nd YOUNGEST child spent" _column(767 ) byte ahrfam1b %1f "CC: Allocation flag for EHRFAM1B" _column(768 ) byte ehrfam1c %2f "CC: Hours the 3rd YOUNGEST child spent" _column(770 ) byte ahrfam1c %1f "CC: Allocation flag for EHRFAM1C" _column(771 ) byte ehrfam1d %2f "CC: Hours the 4th YOUNGEST child spent" _column(773 ) byte ahrfam1d %1f "CC: Allocation flag for EHRFAM1D" _column(774 ) byte ehrfam1e %2f "CC: Hours the 5th YOUNGEST child spent" _column(776 ) byte ahrfam1e %1f "CC: Allocation flag for EHRFAM1E" _column(777 ) byte epayfama %2f "CC: Paid family daycare to care for th" _column(779 ) byte apayfama %1f "CC: Allocation flag for EPAYFAMA" _column(780 ) byte epayfamb %2f "CC: Paid family day care to care for t" _column(782 ) byte apayfamb %1f "CC: Allocation flag for EPAYFAMB" _column(783 ) byte epayfamc %2f "CC: Paid family day care to care for t" _column(785 ) byte apayfamc %1f "CC: Allocation flag for EPAYFAMC" _column(786 ) byte epayfamd %2f "CC: Paid family day care to care for t" _column(788 ) byte apayfamd %1f "CC: Allocation flag for EPAYFAMD" _column(789 ) byte epayfame %2f "CC: Paid family day care to care for t" _column(791 ) byte apayfame %1f "CC: Allocation flag for EPAYFAME" _column(792 ) int tamtfama %3f "CC: Amount paid to family day care for" _column(795 ) byte aamtfama %1f "CC: Allocation flag for TAMTFAMA" _column(796 ) int tamtfamb %3f "CC: Amount paid to family day care for" _column(799 ) byte aamtfamb %1f "CC: Allocation flag for TAMTFAMB" _column(800 ) int tamtfamc %3f "CC: Amount paid to family day care for" _column(803 ) byte aamtfamc %1f "CC: Allocation flag for TAMTFAMC" _column(804 ) int tamtfamd %3f "CC: Amt pd to family day care for the " _column(807 ) byte aamtfamd %1f "CC: Allocation flag for TAMTFAMD" _column(808 ) int tamtfame %3f "CC: Amt pd to family day care for the " _column(811 ) byte aamtfame %1f "CC: Allocation flag for TAMTFAME" _column(812 ) byte ewhdayca %2f "CC: Place the YOUNGEST child was cared" _column(814 ) byte awhdayca %1f "CC: Allocation flag for EWHDAYCA" _column(815 ) byte ewhdaycb %2f "CC: Place the 2nd YOUNGEST child was c" _column(817 ) byte awhdaycb %1f "CC: Allocation flag for EWHDAYCB" _column(818 ) byte ewhdaycc %2f "CC: Place the 3rd YOUNGEST child was c" _column(820 ) byte awhdaycc %1f "CC: Allocation flag for EWHDAYCC" _column(821 ) byte ewhdaycd %2f "CC: Place the 4th YOUNGEST child was c" _column(823 ) byte awhdaycd %1f "CC: Allocation flag for EWHDAYCD" _column(824 ) byte ewhdayce %2f "CC: Place the 5th YOUNGEST child was c" _column(826 ) byte awhdayce %1f "CC: Allocation flag for EWHDAYCE" _column(827 ) byte edayhrsa %2f "CC: Weekly hours the YOUNGEST child wa" _column(829 ) byte adayhrsa %2f "CC: Allocation flag for EDAYHRSA" _column(831 ) byte edayhrsb %2f "CC: Weekly hours the 2nd YOUNGEST chil" _column(833 ) byte adayhrsb %1f "CC: Allocation flag for EDAYHRSB" _column(834 ) byte edayhrsc %2f "CC: Weekly hours the 3rd YOUNGEST chil" _column(836 ) byte adayhrsc %1f "CC: Allocation flag for EDAYHRSC" _column(837 ) byte edayhrsd %2f "CC: Weekly hours the 4th YOUNGEST chil" _column(839 ) byte adayhrsd %1f "CC: Allocation flag for EDAYHRSD" _column(840 ) byte edayhrse %2f "CC: Weekly hours the 5th YOUNGEST chil" _column(842 ) byte adayhrse %1f "CC: Allocation flag for EDAYHRSE" _column(843 ) byte epaydaya %2f "CC: Paid day care center to care for t" _column(845 ) byte apaydaya %1f "CC: Allocation flag for EPAYDAYA" _column(846 ) byte epaydayb %2f "CC: Paid day care center to care for 2" _column(848 ) byte apaydayb %1f "CC: Allocation flag for EPAYDAYB" _column(849 ) byte epaydayc %2f "CC: Paid day care center to care for 3" _column(851 ) byte apaydayc %1f "CC: Allocation flag for EPAYDAYC" _column(852 ) byte epaydayd %2f "CC: Paid day care center to care for 4" _column(854 ) byte apaydayd %1f "CC: Allocation flag for EPAYDAYD" _column(855 ) byte epaydaye %2f "CC: Paid day care center to care for 5" _column(857 ) byte apaydaye %1f "CC: Allocation flag for EPAYDAYE" _column(858 ) int tamtdaya %3f "CC: Amount paid for child care for the" _column(861 ) byte aamtdaya %1f "CC: Allocation flag for TAMTDAYA" _column(862 ) int tamtdayb %3f "CC: Amount paid for child care for the" _column(865 ) byte aamtdayb %1f "CC: Allocation flag for TAMTDAYB" _column(866 ) int tamtdayc %3f "CC: Amount paid for child care for the" _column(869 ) byte aamtdayc %1f "CC: Allocation flag for TAMTDAYC" _column(870 ) int tamtdayd %3f "CC: Amount paid for child care for the" _column(873 ) byte aamtdayd %1f "CC: Allocation flag for TAMTDAYD" _column(874 ) int tamtdaye %3f "CC: Amount paid for child care for the" _column(877 ) byte aamtdaye %1f "CC: Allocation flag for TAMTDAYE" _column(878 ) byte ewhnursa %2f "CC: Location of nursery school" _column(880 ) byte awhnursa %1f "CC: Allocation flag for EWHNURSA" _column(881 ) byte ewhnursb %2f "CC: Location of nursery school" _column(883 ) byte awhnursb %1f "CC: Allocation flag for EWHNURSB" _column(884 ) byte ewhnursc %2f "CC: Location of nursery school" _column(886 ) byte awhnursc %1f "CC: Allocation flag for EWHNURSC" _column(887 ) byte ewhnursd %2f "CC: Location of nursery school" _column(889 ) byte awhnursd %1f "CC: Allocation flag for EWHNURSD" _column(890 ) byte ewhnurse %2f "CC: Location of nursery school" _column(892 ) byte awhnurse %1f "CC: Allocation flag for EWHNURSE" _column(893 ) byte enurhrsa %2f "CC: Hours the YOUNGEST child attended" _column(895 ) byte anurhrsa %1f "CC: Allocation flag for ENURHRSA" _column(896 ) byte enurhrsb %2f "CC: Hours the 2nd YOUNGEST child atten" _column(898 ) byte anurhrsb %1f "CC: Allocation flag for ENURHRSB" _column(899 ) byte enurhrsc %2f "CC: Hours the 3rd YOUNGEST child atten" _column(901 ) byte anurhrsc %1f "CC: Allocation flag for ENURHRSC" _column(902 ) byte enurhrsd %2f "CC: Hours the 4th YOUNGEST child atten" _column(904 ) byte anurhrsd %1f "CC: Allocation flag for ENURHRSD" _column(905 ) byte enurhrse %2f "CC: Hours the 5th YOUNGEST child atten" _column(907 ) byte anurhrse %1f "CC: Allocation flag for ENURHRSE" _column(908 ) byte epaynura %2f "CC: Paid nursery or preschool to care " _column(910 ) byte apaynura %1f "CC: Allocation flag for EPAYNURA" _column(911 ) byte epaynurb %2f "CC: Pd nursery/preschool care for the " _column(913 ) byte apaynurb %1f "CC: Allocation flag for EPAYNURB" _column(914 ) byte epaynurc %2f "CC: Pd nursery/preschool care for the " _column(916 ) byte apaynurc %1f "CC: Allocation flag for EPAYNURC" _column(917 ) byte epaynurd %2f "CC: Pd nursery/preschool care for the " _column(919 ) byte apaynurd %1f "CC: Allocation flag for EPAYNURD" _column(920 ) byte epaynure %2f "CC: Paid nursery or preschool for the " _column(922 ) byte apaynure %1f "CC: Allocation flag for EPAYNURE" _column(923 ) int tamtnura %3f "CC: Amount paid for the YOUNGEST child" _column(926 ) byte aamtnura %1f "CC: Allocation flag for TAMTNURA" _column(927 ) int tamtnurb %3f "CC: Amount paid for the 2nd YOUNGEST c" _column(930 ) byte aamtnurb %1f "CC: Allocation flag for TAMTNURB" _column(931 ) int tamtnurc %3f "CC: Amount paid for the 3rd YOUNGEST c" _column(934 ) byte aamtnurc %1f "CC: Allocation flag for TAMTNURC" _column(935 ) int tamtnurd %3f "CC: Amount paid for the 4th YOUNGEST c" _column(938 ) byte aamtnurd %1f "CC: Allocation flag for TAMTNURD" _column(939 ) int tamtnure %3f "CC: Amount paid for the 5th YOUNGEST c" _column(942 ) byte aamtnure %1f "CC: Allocation flag for TAMTNURE" _column(943 ) byte eheadhra %2f "CC: Hours the YOUNGEST child attended " _column(945 ) byte aheadhra %1f "CC: Allocation flag for EHEADHRA" _column(946 ) byte eheadhrb %2f "CC: Hours the 2nd YOUNGEST child atten" _column(948 ) byte aheadhrb %1f "CC: Allocation flag for EHEADHRB" _column(949 ) byte eheadhrc %2f "CC: Hours the 3rd YOUNGEST child atten" _column(951 ) byte aheadhrc %1f "CC: Allocation flag for EHEADHRC" _column(952 ) byte eheadhrd %2f "CC: Hours the 4th YOUNGEST child atten" _column(954 ) byte aheadhrd %1f "CC: Allocation flag for EHEADHRD" _column(955 ) byte eheadhre %2f "CC: Hours the 5th YOUNGEST child atten" _column(957 ) byte aheadhre %1f "CC: Allocation flag for EHEADHRE" _column(958 ) byte epaystaa %2f "CC: Paid Head Start for the YOUNGEST c" _column(960 ) byte apaystaa %1f "CC: Allocation flag for EPAYSTAA" _column(961 ) byte epaystab %2f "CC: Paid Head Start for 2nd YOUNGEST c" _column(963 ) byte apaystab %1f "CC: Allocation flag for EPAYSTAB" _column(964 ) byte epaystac %2f "CC: Paid Head Start for 3rd YOUNGEST c" _column(966 ) byte apaystac %1f "CC: Allocation flag for EPAYSTAC" _column(967 ) byte epaystad %2f "CC: Paid Head Start for 4th YOUNGEST c" _column(969 ) byte apaystad %1f "CC: Allocation flag for EPAYSTAD" _column(970 ) byte epaystae %2f "CC: Paid Head Start for 5th YOUNGEST c" _column(972 ) byte apaystae %1f "CC: Allocation flag for EPAYSTAE" _column(973 ) byte tamtstaa %2f "CC: Amount paid to Head Start for the" _column(975 ) byte aamtstaa %1f "CC: Allocation flag for TAMTSTAA" _column(976 ) byte tamtstab %2f "CC: Amount paid to Head Start for the " _column(978 ) byte aamtstab %1f "CC: Allocation flag for TAMTSTAB" _column(979 ) byte tamtstac %2f "CC: Amount paid to Head Start for the " _column(981 ) byte aamtstac %1f "CC: Allocation flag for TAMTSTAC" _column(982 ) byte tamtstad %2f "CC: Amount paid to Head Start for the " _column(984 ) byte aamtstad %1f "CC: Allocation flag for TAMTSTAD" _column(985 ) byte tamtstae %2f "CC: Amount paid to Head Start for the " _column(987 ) byte aamtstae %1f "CC: Allocation flag for TAMTSTAE" _column(988 ) byte ewhothea %2f "CC: Place YOUNGEST child was cared for" _column(990 ) byte awhothea %1f "CC: Allocation flag for EWHOTHEA" _column(991 ) byte ewhotheb %2f "CC: Place 2nd YOUNGEST child was cared" _column(993 ) byte awhotheb %1f "CC: Allocation flag for EWHOTHEB" _column(994 ) byte ewhothec %2f "CC: Place 3rd YOUNGEST child was cared" _column(996 ) byte awhothec %1f "CC: Allocation flag for EWHOTHEC" _column(997 ) byte ewhothed %2f "CC: Place 4th YOUNGEST child was cared" _column(999 ) byte awhothed %1f "CC: Allocation flag for EWHOTHED" _column(1000) byte ewhothee %2f "CC: Place 5th YOUNGEST child was cared" _column(1002) byte awhothee %1f "CC: Allocation flag for EWHOTHEE" _column(1003) byte eothehra %2f "CC: Hours the non-relative cared for t" _column(1005) byte aothehra %1f "CC: Allocation flag for EOTHEHRA" _column(1006) byte eothehrb %2f "CC: Hours the non-relative cared for t" _column(1008) byte aothehrb %1f "CC: Allocation flag for EOTHEHRB" _column(1009) byte eothehrc %2f "CC: Hours the non-relative cared for t" _column(1011) byte aothehrc %1f "CC: Allocation flag for EOTHEHRC" _column(1012) byte eothehrd %2f "CC: Hours the non-relative cared for t" _column(1014) byte aothehrd %1f "CC: Allocation flag for EOTHEHRD" _column(1015) byte eothehre %2f "CC: Hours the non-relative cared for t" _column(1017) byte aothehre %1f "CC: Allocation flag for EOTHEHRE" _column(1018) byte epayotha %2f "CC: Paid non-relative to care for the" _column(1020) byte apayotha %1f "CC: Allocation flag for EPAYOTHA" _column(1021) byte epayothb %2f "CC: Paid non-relative to care for the " _column(1023) byte apayothb %1f "CC: Allocation flag for EPAYOTHB" _column(1024) byte epayothc %2f "CC: Paid non-relative to care for the " _column(1026) byte apayothc %1f "CC: Allocation flag for EPAYOTHC" _column(1027) byte epayothd %2f "CC: Paid non-relative to care for the " _column(1029) byte apayothd %1f "CC: Allocation flag for EPAYOTHD" _column(1030) byte epayothe %2f "CC: Paid non-relative to care for the " _column(1032) byte apayothe %1f "CC: Allocation flag for EPAYOTHE" _column(1033) int tamtotha %3f "CC: Amount paid to non-relative for th" _column(1036) byte aamtotha %1f "CC: Allocation flag for TAMTOTHA" _column(1037) int tamtothb %3f "CC: Amount paid to non-relative for th" _column(1040) byte aamtothb %1f "CC: Allocation flag for TAMTOTHB" _column(1041) int tamtothc %3f "CC: Amount paid to non-relative for th" _column(1044) byte aamtothc %1f "CC: Allocation flag for TAMTOTHC" _column(1045) int tamtothd %3f "CC: Amount paid to non-relative for th" _column(1048) byte aamtothd %1f "CC: Allocation flag for TAMTOTHD" _column(1049) int tamtothe %3f "CC: Amount paid to non-relative for th" _column(1052) byte aamtothe %1f "CC: Allocation flag for TAMTOTHE" _column(1053) byte eschoowa %2f "CC: YOUNGEST child attended school las" _column(1055) byte aschoowa %1f "CC: Allocation flag for ESCHOOWA" _column(1056) byte eschoowb %2f "CC: 2nd YOUNGEST child attended school" _column(1058) byte aschoowb %1f "CC: Allocation flag for ESCHOOWB" _column(1059) byte eschoowc %2f "CC: 3rd YOUNGEST child attended school" _column(1061) byte aschoowc %1f "CC: Allocation flag for ESCHOOWC" _column(1062) byte eschoowd %2f "CC: 4th YOUNGEST child attended school" _column(1064) byte aschoowd %1f "CC: Allocation flag for ESCHOOWD" _column(1065) byte eschoowe %2f "CC: 5th YOUNGEST child attended school" _column(1067) byte aschoowe %1f "CC: Allocation flag for ESCHOOWE" _column(1068) byte ehrschwa %2f "CC: Hours per week the YOUNGEST child " _column(1070) byte ahrschwa %1f "CC: Allocation flag for EHRSCHWA" _column(1071) byte ehrschwb %2f "CC: Hours per week the 2nd YOUNGEST ch" _column(1073) byte ahrschwb %1f "CC: Allocation flag for EHRSCHWB" _column(1074) byte ehrschwc %2f "CC: Hours per week the 3rd YOUNGEST ch" _column(1076) byte ahrschwc %1f "CC: Allocation flag for EHRSCHWC" _column(1077) byte ehrschwd %2f "CC: Hours per week the 4th YOUNGEST ch" _column(1079) byte ahrschwd %1f "CC: Allocation flag for EHRSCHWD" _column(1080) byte ehrschwe %2f "CC: Hours per week the 5th YOUNGEST ch" _column(1082) byte ahrschwe %1f "CC: Allocation flag for EHRSCHWE" _column(1083) byte eselfcaa %2f "CC: Whether the YOUNGEST child cared f" _column(1085) byte aselfcaa %1f "CC: Allocation flag for ESELFCAA" _column(1086) byte eselfcab %2f "CC: Whether the 2nd YOUNGEST child car" _column(1088) byte aselfcab %1f "CC: Allocation flag for ESELFCAB" _column(1089) byte eselfcac %2f "CC: Whether the 3rd YOUNGEST child car" _column(1091) byte aselfcac %1f "CC: Allocation flag for ESELFCAC" _column(1092) byte eselfcad %2f "CC: Whether the 4th YOUNGEST child car" _column(1094) byte aselfcad %1f "CC: Allocation flag for ESELFCAD" _column(1095) byte eselfcae %2f "CC: Whether the 5th YOUNGEST child car" _column(1097) byte aselfcae %1f "CC: Allocation flag for ESELFCAE" _column(1098) byte ekidhr1a %2f "CC: Hours per week the YOUNGEST child " _column(1100) byte akidhr1a %1f "CC: Allocation flag for EKIDHR1A" _column(1101) byte ekidhr1b %2f "CC: Hours per week the 2nd YOUNGEST ch" _column(1103) byte akidhr1b %1f "CC: Allocation flag for EKIDHR1B" _column(1104) byte ekidhr1c %2f "CC: Hours per week the 3rd YOUNGEST ch" _column(1106) byte akidhr1c %1f "CC: Allocation flag for EKIDHR1C" _column(1107) byte ekidhr1d %2f "CC: Hours per week the 4th YOUNGEST ch" _column(1109) byte akidhr1d %1f "CC: Allocation flag for EKIDHR1D" _column(1110) byte ekidhr1e %2f "CC: Hours per week the 5th YOUNGEST ch" _column(1112) byte akidhr1e %1f "CC: Allocation flag for EKIDHR1E" _column(1113) byte edaychaa %2f "CC: Changes in YOUNGEST child's arrang" _column(1115) byte adaychaa %1f "CC: Allocation flag for EDAYCHAA" _column(1116) byte edaychab %2f "CC: Changes in 2nd YOUNGEST child's" _column(1118) byte adaychab %1f "CC: Allocation flag for EDAYCHAB" _column(1119) byte edaychac %2f "CC: Changes in 3rd YOUNGEST child's" _column(1121) byte adaychac %1f "CC: Allocation flag for EDAYCHAC" _column(1122) byte edaychad %2f "CC: Changes in 4th YOUNGEST child's" _column(1124) byte adaychad %1f "CC: Allocation flag for EDAYCHAD" _column(1125) byte edaychae %2f "CC: Changes in 5th YOUNGEST child's" _column(1127) byte adaychae %1f "CC: Allocation flag for EDAYCHAE" _column(1128) byte epayhela %2f "CC: Whether anyone helped pay for YOUN" _column(1130) byte apayhela %1f "CC: Allocation flag for EPAYHELA" _column(1131) byte epayhelb %2f "CC: Whether anyone helped pay for 2nd" _column(1133) byte apayhelb %1f "CC: Allocation flag for EPAYHELB" _column(1134) byte epayhelc %2f "CC: Whether anyone helped pay for 3rd" _column(1136) byte apayhelc %1f "CC: Allocation flag for EPAYHELC" _column(1137) byte epayheld %2f "CC: Whether anyone helped pay for 4th" _column(1139) byte apayheld %1f "CC: Allocation flag for EPAYHELD" _column(1140) byte epayhele %2f "CC: Whether anyone helped pay for 5th" _column(1142) byte apayhele %1f "CC: Allocation flag for EPAYHELE" _column(1143) byte ewhopa1a %2f "CC: Government helped pay for YOUNGEST" _column(1145) byte ewhopa1b %2f "CC: Government helped pay for 2nd YOUN" _column(1147) byte ewhopa1c %2f "CC: Government helped pay for 3rd YOUN" _column(1149) byte ewhopa1d %2f "CC: Government helped pay for 4th YOUN" _column(1151) byte ewhopa1e %2f "CC: Government helped pay for 5th YOUN" _column(1153) byte ewhopa2a %2f "CC: Other parent helped pay for YOUNGE" _column(1155) byte ewhopa2b %2f "CC: Other parent helped pay for 2nd YO" _column(1157) byte ewhopa2c %2f "CC: Other parent helped pay for 3rd YO" _column(1159) byte ewhopa2d %2f "CC: Other parent helped pay for 4th YO" _column(1161) byte ewhopa2e %2f "CC: Other parent helped pay for 5th YO" _column(1163) byte ewhopa3a %2f "CC: Employer helped pay for YOUNGEST c" _column(1165) byte ewhopa3b %2f "CC: Employer helped pay for 2nd YOUNGE" _column(1167) byte ewhopa3c %2f "CC: Employer helped pay for 3rd YOUNGE" _column(1169) byte ewhopa3d %2f "CC: Employer helped pay for 4th YOUNGE" _column(1171) byte ewhopa3e %2f "CC: Employer helped pay for 5th YOUNGE" _column(1173) byte ewhopa4a %2f "CC: Other person helped pay for YOUNGE" _column(1175) byte ewhopa4b %2f "CC: Other person helped pay for 2nd YO" _column(1177) byte ewhopa4c %2f "CC: Other person helped pay for 3rd YO" _column(1179) byte ewhopa4d %2f "CC: Other person helped pay for 4th YO" _column(1181) byte ewhopa4e %2f "CC: Other person helped pay for 5th YO" _column(1183) byte awhopaa %1f "CC: Allocation flag for EWHOPA1A-EWHOP" _column(1184) byte awhopab %1f "CC: Allocation flag for EWHOPA1B-EWHOP" _column(1185) byte awhopac %1f "CC: Allocation flag for EWHOPA1C-EWHOP" _column(1186) byte awhopad %1f "CC: Allocation flag for EWHOPA1D-EWHOP" _column(1187) byte awhopae %1f "CC: Allocation flag for EWHOPA1E-EWHOP" _column(1188) byte earranga %2f "CC: Arrangements lasting over a week" _column(1190) byte aarranga %1f "CC: Allocation flag for EARRANGA" _column(1191) byte earrangb %2f "CC: Arrangements lasting over a week" _column(1193) byte aarrangb %1f "CC: Allocation flag for EARRANGB" _column(1194) byte earrangc %2f "CC: Arrangements lasting over a week" _column(1196) byte aarrangc %1f "CC: Allocation flag for EARRANGC" _column(1197) byte earrangd %2f "CC: Arrangements lasting over a week" _column(1199) byte aarrangd %1f "CC: Allocation flag for EARRANGD" _column(1200) byte earrange %2f "CC: Arrangements lasting over a week" _column(1202) byte aarrange %1f "CC: Allocation flag for EARRANGE" _column(1203) byte eccunv2 %2f "CC: Universe indicator." _column(1205) int eccpnumf %4f "CC: Person number of the youngest chil" _column(1209) int eccpnumg %4f "CC: Person number of the 2nd YOUNGEST " _column(1213) int eccpnumh %4f "CC: Person number of the 3rd YOUNGEST " _column(1217) int eccpnumi %4f "CC: Person number of the 4th YOUNGEST " _column(1221) int eccpnumj %4f "CC: Person number of the 5th YOUNGEST " _column(1225) byte eccagef %2f "CC: Age of the YOUNGEST child 6-14" _column(1227) byte eccageg %2f "CC: Age of the 2nd YOUNGEST child 6-14" _column(1229) byte eccageh %2f "CC: Age of the 3rd YOUNGEST child 6-14" _column(1231) byte eccagei %2f "CC: Age of the 4th YOUNGEST child 6-14" _column(1233) byte eccagej %2f "CC: Age of the 5th YOUNGEST child 6-14" _column(1235) byte eckd01f %2f "CC: Arrangement of the other parent or" _column(1237) byte eckd01g %2f "CC: Arrangement of the other parent or" _column(1239) byte eckd01h %2f "CC: Arrangement of the other parent or" _column(1241) byte eckd01i %2f "CC: Arrangement of the other parent or" _column(1243) byte eckd01j %2f "CC: Arrangement of the other parent or" _column(1245) byte eckd02f %2f "CC: Arrangement of parent or guardian" _column(1247) byte eckd02g %2f "CC: Arrangement of parent or guardian" _column(1249) byte eckd02h %2f "CC: Arrangement of parent or guardian" _column(1251) byte eckd02i %2f "CC: Arrangement of parent or guardian" _column(1253) byte eckd02j %2f "CC: Arrangement of parent or guardian" _column(1255) byte eckd03f %2f "CC: Arrangement of sibling age 15 or o" _column(1257) byte eckd03g %2f "CC: Arrangement of sibling age 15 or o" _column(1259) byte eckd03h %2f "CC: Arrangement of sibling age 15 or o" _column(1261) byte eckd03i %2f "CC: Arrangement of sibling age 15 or o" _column(1263) byte eckd03j %2f "CC: Arrangement of sibling age 15 or o" _column(1265) byte eckd04f %2f "CC: Arrangement of sibling under age 1" _column(1267) byte eckd04g %2f "CC: Arrangement of sibling under age 1" _column(1269) byte eckd04h %2f "CC: Arrangement of sibling under age 1" _column(1271) byte eckd04i %2f "CC: Arrangement of sibling under age 1" _column(1273) byte eckd04j %2f "CC: Arrangement of sibling under age 1" _column(1275) byte eckd05f %2f "CC: Arrangement of grandparent" _column(1277) byte eckd05g %2f "CC: Arrangement of grandparent" _column(1279) byte eckd05h %2f "CC: Arrangement of grandparent" _column(1281) byte eckd05i %2f "CC: Arrangement of grandparent" _column(1283) byte eckd05j %2f "CC: Arrangement of grandparent" _column(1285) byte eckd06f %2f "CC: Arrangement of any other relative" _column(1287) byte eckd06g %2f "CC: Arrangement of any other relative" _column(1289) byte eckd06h %2f "CC: Arrangement of any other relative" _column(1291) byte eckd06i %2f "CC: Arrangement of any other relative" _column(1293) byte eckd06j %2f "CC: Arrangement of any other relative" _column(1295) byte eckd07f %2f "CC: Arrangement of family daycare prov" _column(1297) byte eckd07g %2f "CC: Arrangement of family daycare prov" _column(1299) byte eckd07h %2f "CC: Arrangement of family daycare prov" _column(1301) byte eckd07i %2f "CC: Arrangement of family daycare prov" _column(1303) byte eckd07j %2f "CC: Arrangement of family daycare prov" _column(1305) byte eckd08f %2f "CC: Arrangement of child or day care c" _column(1307) byte eckd08g %2f "CC: Arrangement of child or day care c" _column(1309) byte eckd08h %2f "CC: Arrangement of child or day care c" _column(1311) byte eckd08i %2f "CC: Arrangement of child or day care c" _column(1313) byte eckd08j %2f "CC: Arrangement of child or day care c" _column(1315) byte eckd09f %2f "CC: Arrangement of organized sports" _column(1317) byte eckd09g %2f "CC: Arrangement of organized sports" _column(1319) byte eckd09h %2f "CC: Arrangement of organized sports" _column(1321) byte eckd09i %2f "CC: Arrangement of organized sports" _column(1323) byte eckd09j %2f "CC: Arrangement of organized sports" _column(1325) byte eckd10f %2f "CC: Arrangement of lessons" _column(1327) byte eckd10g %2f "CC: Arrangement of lessons" _column(1329) byte eckd10h %2f "CC: Arrangement of lessons" _column(1331) byte eckd10i %2f "CC: Arrangement of lessons" _column(1333) byte eckd10j %2f "CC: Arrangement of lessons" _column(1335) byte eckd11f %2f "CC: Arrangement of clubs" _column(1337) byte eckd11g %2f "CC: Arrangement of clubs" _column(1339) byte eckd11h %2f "CC: Arrangement of clubs" _column(1341) byte eckd11i %2f "CC: Arrangement of clubs" _column(1343) byte eckd11j %2f "CC: Arrangement of clubs" _column(1345) byte eckd12f %2f "CC: Arrangement of before or after sch" _column(1347) byte eckd12g %2f "CC: Arrangement of before or after sch" _column(1349) byte eckd12h %2f "CC: Arrangement of before or after sch" _column(1351) byte eckd12i %2f "CC: Arrangement of before or after sch" _column(1353) byte eckd12j %2f "CC: Arrangement of before or after sch" _column(1355) byte eckd13f %2f "CC: Arrangement of a non-relative" _column(1357) byte eckd13g %2f "CC: Arrangement of a non-relative" _column(1359) byte eckd13h %2f "CC: Arrangement of a non-relative" _column(1361) byte eckd13i %2f "CC: Arrangement of a non-relative" _column(1363) byte eckd13j %2f "CC: Arrangement of a non-relative" _column(1365) byte accaref %1f "CC: Allocation flag for the YOUNGEST c" _column(1366) byte accareg %1f "CC: Allocation flag for the 2nd YOUNGE" _column(1367) byte accareh %1f "CC: Allocation flag for the 3rd YOUNGE" _column(1368) byte accarei %1f "CC: Allocation flag for the 4th YOUNGE" _column(1369) byte accarej %1f "CC: Allocation flag for the 5th YOUNGE" _column(1370) byte eckd03af %2f "CC: Arrangement of sibling age 15 or o" _column(1372) byte eckd03ag %2f "CC: Arrangement of sibling age 15 or o" _column(1374) byte eckd03ah %2f "CC: Arrangement of sibling age 15 or o" _column(1376) byte eckd03ai %2f "CC: Arrangement of sibling age 15 or o" _column(1378) byte eckd03aj %2f "CC: Arrangement of sibling age 15 or o" _column(1380) byte eckd04af %2f "CC: Arrangement of sibling under age 1" _column(1382) byte eckd04ag %2f "CC: Arrangement of sibling under age 1" _column(1384) byte eckd04ah %2f "CC: Arrangement of sibling under age 1" _column(1386) byte eckd04ai %2f "CC: Arrangement of sibling under age 1" _column(1388) byte eckd04aj %2f "CC: Arrangement of sibling under age 1" _column(1390) byte eckd05af %2f "CC: Arrangement of grandparent" _column(1392) byte eckd05ag %2f "CC: Arrangement of grandparent" _column(1394) byte eckd05ah %2f "CC: Arrangement of grandparent" _column(1396) byte eckd05ai %2f "CC: Arrangement of grandparent" _column(1398) byte eckd05aj %2f "CC: Arrangement of grandparent" _column(1400) byte eckd06af %2f "CC: Arrangement of any other relative" _column(1402) byte eckd06ag %2f "CC: Arrangement of any other relative" _column(1404) byte eckd06ah %2f "CC: Arrangement of any other relative" _column(1406) byte eckd06ai %2f "CC: Arrangement of any other relative" _column(1408) byte eckd06aj %2f "CC: Arrangement of any other relative" _column(1410) byte eckd07af %2f "CC: Arrangement of family daycare prov" _column(1412) byte eckd07ag %2f "CC: Arrangement of family daycare prov" _column(1414) byte eckd07ah %2f "CC: Arrangement of family daycare prov" _column(1416) byte eckd07ai %2f "CC: Arrangement of family daycare prov" _column(1418) byte eckd07aj %2f "CC: Arrangement of family daycare prov" _column(1420) byte eckd08af %2f "CC: Arrangement of child care or day c" _column(1422) byte eckd08ag %2f "CC: Arrangement of child care or day c" _column(1424) byte eckd08ah %2f "CC: Arrangement of child care or day c" _column(1426) byte eckd08ai %2f "CC: Arrangement of child care or day c" _column(1428) byte eckd08aj %2f "CC: Arrangement of child care or day c" _column(1430) byte eckd09af %2f "CC: Arrangement of organized sports" _column(1432) byte eckd09ag %2f "CC: Arrangement of organized sports" _column(1434) byte eckd09ah %2f "CC: Arrangement of organized sports" _column(1436) byte eckd09ai %2f "CC: Arrangement of organized sports" _column(1438) byte eckd09aj %2f "CC: Arrangement of organized sports" _column(1440) byte eckd10af %2f "CC: Arrangement of lessons" _column(1442) byte eckd10ag %2f "CC: Arrangement of lessons" _column(1444) byte eckd10ah %2f "CC: Arrangement of lessons" _column(1446) byte eckd10ai %2f "CC: Arrangement of lessons" _column(1448) byte eckd10aj %2f "CC: Arrangement of lessons" _column(1450) byte eckd11af %2f "CC: Arrangement of clubs" _column(1452) byte eckd11ag %2f "CC: Arrangement of clubs" _column(1454) byte eckd11ah %2f "CC: Arrangement of clubs" _column(1456) byte eckd11ai %2f "CC: Arrangement of clubs" _column(1458) byte eckd11aj %2f "CC: Arrangement of clubs" _column(1460) byte eckd12af %2f "CC: Arrangement of before or after sch" _column(1462) byte eckd12ag %2f "CC: Arrangement of before or after sch" _column(1464) byte eckd12ah %2f "CC: Arrangement of before or after sch" _column(1466) byte eckd12ai %2f "CC: Arrangement of before or after sch" _column(1468) byte eckd12aj %2f "CC: Arrangement of before or after sch" _column(1470) byte eckd13af %2f "CC: Arrangement of a non-relative" _column(1472) byte eckd13ag %2f "CC: Arrangement of a non-relative" _column(1474) byte eckd13ah %2f "CC: Arrangement of a non-relative" _column(1476) byte eckd13ai %2f "CC: Arrangement of a non-relative" _column(1478) byte eckd13aj %2f "CC: Arrangement of a non-relative" _column(1480) byte accare1f %1f "CC: Allocation flag for YOUNGEST child" _column(1481) byte accare1g %1f "CC: Allocation flag for 2nd YOUNGEST c" _column(1482) byte accare1h %1f "CC: Allocation flag for 3rd YOUNGEST c" _column(1483) byte accare1i %1f "CC: Allocation flag for 4th YOUNGEST c" _column(1484) byte accare1j %1f "CC: Allocation flag for 5th YOUNGEST c" _column(1485) byte ewheparf %2f "CC: Place the other parent cared for t" _column(1487) byte awheparf %1f "CC: Allocation flag for EWHEPARF" _column(1488) byte ewheparg %2f "CC: Place the other parent cared for t" _column(1490) byte awheparg %1f "CC: Allocation flag for EWHEPARG" _column(1491) byte ewheparh %2f "CC: Place the other parent cared for t" _column(1493) byte awheparh %1f "CC: Allocation flag for EWHEPARH" _column(1494) byte ewhepari %2f "CC: Place the other parent cared for t" _column(1496) byte awhepari %1f "CC: Allocation flag for EWHEPARI" _column(1497) byte ewheparj %2f "CC: Place the other parent cared for t" _column(1499) byte awheparj %1f "CC: Allocation flag for EWHEPARJ" _column(1500) int eparhr1f %3f "CC: Hours the other parent cared for t" _column(1503) byte aparhr1f %1f "CC: Allocation flag for EPARHR1F" _column(1504) int eparhr1g %3f "CC: Hours the other parent cared for t" _column(1507) byte aparhr1g %1f "CC: Allocation flag for EPARHR1G" _column(1508) int eparhr1h %3f "CC: Hours the other parent cared for t" _column(1511) byte aparhr1h %1f "CC: Allocation flag for EPARHR1H" _column(1512) int eparhr1i %3f "CC: Hours the other parent cared for t" _column(1515) byte aparhr1i %1f "CC: Allocation flag for EPARHR1I" _column(1516) int eparhr1j %3f "CC: Hours the other parent cared for t" _column(1519) byte aparhr1j %1f "CC: Allocation flag for EPARHR1J" _column(1520) byte ewhselff %2f "CC: Place the parent cared for the YOU" _column(1522) byte awhselff %1f "CC: Allocation flag for EWHSELFF" _column(1523) byte ewhselfg %2f "CC: Place the parent cared for the 2nd" _column(1525) byte awhselfg %1f "CC: Allocation flag for EWHSELFG" _column(1526) byte ewhselfh %2f "CC: Place the parent cared for the 3rd" _column(1528) byte awhselfh %1f "CC: Allocation flag for EWHSELFH" _column(1529) byte ewhselfi %2f "CC: Place the parent cared for the 4th" _column(1531) byte awhselfi %1f "CC: Allocation flag for EWHSELFI" _column(1532) byte ewhselfj %2f "CC: Place the parent cared for the 5th" _column(1534) byte awhselfj %1f "CC: Allocation flag for EWHSELFJ" _column(1535) byte eselfhrf %2f "CC: Hours parent cared for YOUNGEST ch" _column(1537) byte aselfhrf %1f "CC: Allocation flag for ESELFHRF" _column(1538) byte eselfhrg %2f "CC: Hours parent cared for 2nd YOUNGES" _column(1540) byte aselfhrg %1f "CC: Allocation flag for ESELFHRG" _column(1541) byte eselfhrh %2f "CC: Hours parent cared for 3rd YOUNGES" _column(1543) byte aselfhrh %1f "CC: Allocation flag for ESELFHRH" _column(1544) byte eselfhri %2f "CC: Hours parent cared for 4th YOUNGES" _column(1546) byte aselfhri %1f "CC: Allocation flag for ESELFHRI" _column(1547) byte eselfhrj %2f "CC: Hours parent cared for 5th YOUNGES" _column(1549) byte aselfhrj %1f "CC: Allocation flag for ESELFHRJ" _column(1550) byte ewhsb15f %2f "CC: Place the sibling cared for the YO" _column(1552) byte awhsb15f %1f "CC: Allocation flag for EWHSB15F" _column(1553) byte ewhsb15g %2f "CC: Place the sibling cared for the 2n" _column(1555) byte awhsb15g %1f "CC: Allocation flag for EWHSB15G" _column(1556) byte ewhsb15h %2f "CC: Place the sibling cared for the 3r" _column(1558) byte awhsb15h %1f "CC: Allocation flag for EWHSB15H" _column(1559) byte ewhsb15i %2f "CC: Place the sibling cared for the 4t" _column(1561) byte awhsb15i %1f "CC: Allocation flag for EWHSB15I" _column(1562) byte ewhsb15j %2f "CC: Place the sibling cared for the 5t" _column(1564) byte awhsb15j %1f "CC: Allocation flag for EWHSB15J" _column(1565) byte ewhsbhrf %2f "CC: Hours the sibling cared for the YO" _column(1567) byte awhsbhrf %1f "CC: Allocation flag for EWHSBHRF" _column(1568) byte ewhsbhrg %2f "CC: Hours the sibling cared for the 2n" _column(1570) byte awhsbhrg %1f "CC: Allocation flag for EWHSBHRG" _column(1571) byte ewhsbhrh %2f "CC: Hours the sibling cared for the 3r" _column(1573) byte awhsbhrh %1f "CC: Allocation flag for EWHSBHRH" _column(1574) byte ewhsbhri %2f "CC: Hours the sibling cared for the 4t" _column(1576) byte awhsbhri %1f "CC: Allocation flag for EWHSBHRI" _column(1577) byte ewhsbhrj %2f "CC: Hours the sibling cared for the 5t" _column(1579) byte awhsbhrj %1f "CC: Allocation flag for EWHSBHRJ" _column(1580) byte ewhsb14f %2f "CC: Place the sibling cared for the YO" _column(1582) byte awhsb14f %1f "CC: Allocation flag for EWHSB14F" _column(1583) byte ewhsb14g %2f "CC: Place the sibling cared for the 2n" _column(1585) byte awhsb14g %1f "CC: Allocation flag for EWHSB14G" _column(1586) byte ewhsb14h %2f "CC: Place the sibling cared for the 3r" _column(1588) byte awhsb14h %1f "CC: Allocation flag for EWHSB14H" _column(1589) byte ewhsb14i %2f "CC: Place the sibling cared for the 4t" _column(1591) byte awhsb14i %1f "CC: Allocation flag for EWHSB14I" _column(1592) byte ewhsb14j %2f "CC: Place the sibling cared for the 5t" _column(1594) byte awhsb14j %1f "CC: Allocation flag for EWHSB14J" _column(1595) byte esb14hrf %2f "CC: Hours the sibling cared for the YO" _column(1597) byte asb14hrf %1f "CC: Allocation flag for ESB14HRF" _column(1598) byte esb14hrg %2f "CC: Hours the sibling cared for the 2n" _column(1600) byte asb14hrg %1f "CC: Allocation flag for ESB14HRG" _column(1601) byte esb14hrh %2f "CC: Hours the sibling cared for the 3r" _column(1603) byte asb14hrh %1f "CC: Allocation flag for ESB14HRH" _column(1604) byte esb14hri %2f "CC: Hours the sibling cared for the 4t" _column(1606) byte asb14hri %1f "CC: Allocation flag for ESB14HRI" _column(1607) byte esb14hrj %2f "CC: Hours the sibling cared for the 5t" _column(1609) byte asb14hrj %1f "CC: Allocation flag for ESB14HRJ" _column(1610) byte ewhgranf %2f "CC: Place the grandparent cared for th" _column(1612) byte awhgranf %1f "CC: Allocation flag for EWHGRANF" _column(1613) byte ewhgrang %2f "CC: Place the grandparent cared for 2n" _column(1615) byte awhgrang %1f "CC: Allocation flag for EWHGRANG" _column(1616) byte ewhgranh %2f "CC: Place the grandparent cared for 3r" _column(1618) byte awhgranh %1f "CC: Allocation flag for EWHGRANH" _column(1619) byte ewhgrani %2f "CC: Place the grandparent cared for 4t" _column(1621) byte awhgrani %1f "CC: Allocation flag for EWHGRANI" _column(1622) byte ewhgranj %2f "CC: Place the grandparent cared for 5t" _column(1624) byte awhgranj %1f "CC: Allocation flag for EWHGRANE" _column(1625) byte egranhrf %2f "CC: Hours the grandparent cared for th" _column(1627) byte agranhrf %1f "CC: Allocation flag for EGRANHRF" _column(1628) byte egranhrg %2f "CC: Hours the grandparent cared for th" _column(1630) byte agranhrg %1f "CC: Allocation flag for EGRANHRG" _column(1631) byte egranhrh %2f "CC: Hours the grandparent cared for th" _column(1633) byte agranhrh %1f "CC: Allocation flag for EGRANHRH" _column(1634) byte egranhri %2f "CC: Hours the grandparent cared for th" _column(1636) byte agranhri %1f "CC: Allocation flag for EGRANHRI" _column(1637) byte egranhrj %2f "CC: Hours the grandparent cared for th" _column(1639) byte agranhrj %1f "CC: Allocation flag for EGRANHRJ" _column(1640) byte epaygraf %2f "CC: Paid grandparent to care for the" _column(1642) byte apaygraf %1f "CC: Allocation flag for EPAYGRAF" _column(1643) byte epaygrag %2f "CC: Paid grandparent to care for the 2" _column(1645) byte apaygrag %1f "CC: Allocation flag for EPAYGRAG" _column(1646) byte epaygrah %2f "CC: Paid grandparent to care for the 3" _column(1648) byte apaygrah %1f "CC: Allocation flag for EPAYGRAH" _column(1649) byte epaygrai %2f "CC: Paid grandparent to care for the 4" _column(1651) byte apaygrai %1f "CC: Allocation flag for EPAYGRAI" _column(1652) byte epaygraj %2f "CC: Paid grandparent to care for the 5" _column(1654) byte apaygraj %1f "CC: Allocation flag for EPAYGRAJ" _column(1655) int tamtgraf %3f "CC: Amount paid to grandparent for the" _column(1658) byte aamtgraf %1f "CC: Allocation flag for TAMTGRAF" _column(1659) int tamtgrag %3f "CC: Amount paid to grandparent for the" _column(1662) byte aamtgrag %1f "CC: Allocation flag for TAMTGRAG" _column(1663) int tamtgrah %3f "CC: Amount paid to grandparent for the" _column(1666) byte aamtgrah %1f "CC: Allocation flag for TAMTGRAH" _column(1667) int tamtgrai %3f "CC: Amount paid to grandparent for the" _column(1670) byte aamtgrai %1f "CC: Allocation flag for TAMTGRAI" _column(1671) int tamtgraj %3f "CC: Amount paid to grandparent for the" _column(1674) byte aamtgraj %1f "CC: Allocation flag for TAMTGRAJ" _column(1675) byte ewhrelaf %2f "CC: Place the YOUNGEST child was cared" _column(1677) byte awhrelaf %1f "CC: Allocation flag for EWHRELAF" _column(1678) byte ewhrelag %2f "CC: Place the 2nd YOUNGEST child was c" _column(1680) byte awhrelag %1f "CC: Allocation flag for EWHRELAG" _column(1681) byte ewhrelah %2f "CC: Place the 3rd YOUNGEST child was c" _column(1683) byte awhrelah %1f "CC: Allocation flag for EWHRELAH" _column(1684) byte ewhrelai %2f "CC: Place the 4th YOUNGEST child was c" _column(1686) byte awhrelai %1f "CC: Allocation flag for EWHRELAI" _column(1687) byte ewhrelaj %2f "CC: Place the 5th YOUNGEST child was c" _column(1689) byte awhrelaj %1f "CC: Allocation flag for EWHRELAJ" _column(1690) byte erelhr1f %2f "CC: Hours the relative cared for the" _column(1692) byte arelhr1f %1f "CC: Allocation flag for ERELHR1F" _column(1693) byte erelhr1g %2f "CC: Hours the relative cared for the 2" _column(1695) byte arelhr1g %1f "CC: Allocation flag for ERELHR1G" _column(1696) byte erelhr1h %2f "CC: Hours the relative cared for the 3" _column(1698) byte arelhr1h %1f "CC: Allocation flag for ERELHR1H" _column(1699) byte erelhr1i %2f "CC: Hours the relative cared for the 4" _column(1701) byte arelhr1i %1f "CC: Allocation flag for ERELHR1I" _column(1702) byte erelhr1j %2f "CC: Hours the relative cared for the 5" _column(1704) byte arelhr1j %1f "CC: Allocation flag for ERELHR1J" _column(1705) byte epayrelf %2f "CC: Paid relative to care for the YOUN" _column(1707) byte apayrelf %1f "CC: Allocation flag for EPAYRELF" _column(1708) byte epayrelg %2f "CC: Paid relative to care for the 2nd" _column(1710) byte apayrelg %1f "CC: Allocation flag for EPAYRELG" _column(1711) byte epayrelh %2f "CC: Paid relative to care for the 3rd" _column(1713) byte apayrelh %1f "CC: Allocation flag for EPAYRELH" _column(1714) byte epayreli %2f "CC: Paid relative to care for the 4th" _column(1716) byte apayreli %1f "CC: Allocation flag for EPAYRELI" _column(1717) byte epayrelj %2f "CC: Paid relative to care for the 5th" _column(1719) byte apayrelj %1f "CC: Allocation flag for EPAYRELJ" _column(1720) int tamtrelf %3f "CC: Money parent paid relative for chi" _column(1723) byte aamtrelf %1f "CC: Allocation flag for TAMTRELF" _column(1724) int tamtrelg %3f "CC: Money parent paid relative for chi" _column(1727) byte aamtrelg %1f "CC: Allocation flag for TAMTRELG" _column(1728) int tamtrelh %3f "CC: Money parent paid relative for chi" _column(1731) byte aamtrelh %1f "CC: Allocation flag for TAMTRELH" _column(1732) int tamtreli %3f "CC: Money parent paid relative for chi" _column(1735) byte aamtreli %1f "CC: Allocation flag for TAMTRELI" _column(1736) int tamtrelj %3f "CC: Money parent paid relative for chi" _column(1739) byte aamtrelj %1f "CC: Allocation flag for TAMTRELJ" _column(1740) byte ehrfam1f %2f "CC: Hours YOUNGEST child spent in fami" _column(1742) byte ahrfam1f %1f "CC: Allocation flag for EHRFAM1F" _column(1743) byte ehrfam1g %2f "CC: Hours 2nd YOUNGEST child spent in " _column(1745) byte ahrfam1g %1f "CC: Allocation flag for EHRFAM1G" _column(1746) byte ehrfam1h %2f "CC: Hours 3rd YOUNGEST child spent in " _column(1748) byte ahrfam1h %1f "CC: Allocation flag for EHRFAM1H" _column(1749) byte ehrfam1i %2f "CC: Hours 4th YOUNGEST child spent in " _column(1751) byte ahrfam1i %1f "CC: Allocation flag for EHRFAM1I" _column(1752) byte ehrfam1j %2f "CC: Hours 5th YOUNGEST child spent in " _column(1754) byte ahrfam1j %1f "CC: Allocation flag for EHRFAM1J" _column(1755) byte epayfamf %2f "CC: Paid family day care to care for t" _column(1757) byte apayfamf %1f "CC: Allocation flag for EPAYFAMF" _column(1758) byte epayfamg %2f "CC: Paid family day care to care for t" _column(1760) byte apayfamg %1f "CC: Allocation flag for EPAYFAMG" _column(1761) byte epayfamh %2f "CC: Paid family day care to care for t" _column(1763) byte apayfamh %1f "CC: Allocation flag for EPAYFAMH" _column(1764) byte epayfami %2f "CC: Paid family day care to care for t" _column(1766) byte apayfami %1f "CC: Allocation flag for EPAYFAMI" _column(1767) byte epayfamj %2f "CC: Paid family day care to care for t" _column(1769) byte apayfamj %1f "CC: Allocation flag for EPAYFAMJ" _column(1770) int tamtfamf %3f "CC: Amount paid to family day care for" _column(1773) byte aamtfamf %1f "CC: Allocation flag for TAMTFAMF" _column(1774) int tamtfamg %3f "CC: Amount paid to family day care for" _column(1777) byte aamtfamg %1f "CC: Allocation flag for TAMTFAMG" _column(1778) int tamtfamh %3f "CC: Amount paid to family day care for" _column(1781) byte aamtfamh %1f "CC: Allocation flag for TAMTFAMH" _column(1782) int tamtfami %3f "CC: Amount paid to family day care for" _column(1785) byte aamtfami %1f "CC: Allocation flag for TAMTFAMI" _column(1786) int tamtfamj %3f "CC: Amount paid to family day care for" _column(1789) byte aamtfamj %1f "CC: Allocation flag for TAMTFAMJ" _column(1790) byte ewhdaycf %2f "CC: Place the YOUNGEST child was cared" _column(1792) byte awhdaycf %1f "CC: Allocation flag for EWHDAYCF" _column(1793) byte ewhdaycg %2f "CC: Place the 2nd YOUNGEST child was c" _column(1795) byte awhdaycg %1f "CC: Allocation flag for EWHDAYCG" _column(1796) byte ewhdaych %2f "CC: Place the 3rd YOUNGEST child was c" _column(1798) byte awhdaych %1f "CC: Allocation flag for EWHDAYCH" _column(1799) byte ewhdayci %2f "CC: Place the 4th YOUNGEST child was c" _column(1801) byte awhdayci %1f "CC: Allocation flag for EWHDAYCI" _column(1802) byte ewhdaycj %2f "CC: Place the 5th YOUNGEST child was c" _column(1804) byte awhdaycj %1f "CC: Allocation flag for EWHDAYCJ" _column(1805) byte edayhrsf %2f "CC: Weekly hours the YOUNGEST child wa" _column(1807) byte adayhrsf %1f "CC: Allocation flag for EDAYHRSF" _column(1808) byte edayhrsg %2f "CC: Weekly hours the 2nd YOUNGEST chil" _column(1810) byte adayhrsg %1f "CC: Allocation flag for EDAYHRSG" _column(1811) byte edayhrsh %2f "CC: Weekly hours the 3rd YOUNGEST chil" _column(1813) byte adayhrsh %1f "CC: Allocation flag for EDAYHRSH" _column(1814) byte edayhrsi %2f "CC: Weekly hours the 4th YOUNGEST chil" _column(1816) byte adayhrsi %1f "CC: Allocation flag for EDAYHRSI" _column(1817) byte edayhrsj %2f "CC: Weekly hours the 5th YOUNGEST chil" _column(1819) byte adayhrsj %1f "CC: Allocation flag for EDAYHRSJ" _column(1820) byte epaydayf %2f "CC: Paid day care center to care for" _column(1822) byte apaydayf %1f "CC: Allocation flag for EPAYDAYF" _column(1823) byte epaydayg %2f "CC: Paid day care center to care for 2" _column(1825) byte apaydayg %1f "CC: Allocation flag for EPAYDAYG" _column(1826) byte epaydayh %2f "CC: Paid day care center to care for 3" _column(1828) byte apaydayh %1f "CC: Allocation flag for EPAYDAYH" _column(1829) byte epaydayi %2f "CC: Paid day care center to care for 4" _column(1831) byte apaydayi %1f "CC: Allocation flag for EPAYDAYI" _column(1832) byte epaydayj %2f "CC: Paid day care center to care for 5" _column(1834) byte apaydayj %1f "CC: Allocation flag for EPAYDAYJ" _column(1835) int tamtdayf %3f "CC: Amount paid to child care or day c" _column(1838) byte aamtdayf %1f "CC: Allocation flag for TAMTDAYF" _column(1839) int tamtdayg %3f "CC: Amount paid to child care or day c" _column(1842) byte aamtdayg %1f "CC: Allocation flag for TAMTDAYG" _column(1843) int tamtdayh %3f "CC: Amount paid to the child care or d" _column(1846) byte aamtdayh %1f "CC: Allocation flag for TAMTDAYH" _column(1847) int tamtdayi %3f "CC: Amount paid to child care or day c" _column(1850) byte aamtdayi %1f "CC: Allocation flag for TAMTDAYI" _column(1851) int tamtdayj %3f "CC: Amount paid to the child care or d" _column(1854) byte aamtdayj %1f "CC: Allocation flag for TAMTDAYJ" _column(1855) byte ewhsporf %2f "CC: Place the YOUNGEST child participa" _column(1857) byte awhsporf %1f "CC: Allocation flag for EWHSPORF" _column(1858) byte ewhsporg %2f "CC: Place the 2nd YOUNGEST child" _column(1860) byte awhsporg %1f "CC: Allocation flag for EWHSPORG" _column(1861) byte ewhsporh %2f "CC: Place the 3rd YOUNGEST child" _column(1863) byte awhsporh %1f "CC: Allocation flag for EWHSPORH" _column(1864) byte ewhspori %2f "CC: Place the 4th YOUNGEST child" _column(1866) byte awhspori %1f "CC: Allocation flag for EWHSPORI" _column(1867) byte ewhsporj %2f "CC: Place the 5th YOUNGEST child" _column(1869) byte awhsporj %1f "CC: Allocation flag for EWHSPORJ" _column(1870) byte ehsportf %2f "CC: Hours the YOUNGEST child participa" _column(1872) byte ahsportf %1f "CC: Allocation flag for EHSPORTF" _column(1873) byte ehsportg %2f "CC: Hours the 2nd YOUNGEST child" _column(1875) byte ahsportg %1f "CC: Allocation flag for EHSPORTG" _column(1876) byte ehsporth %2f "CC: Hours the 3rd YOUNGEST child" _column(1878) byte ahsporth %1f "CC: Allocation flag for EHSPORTH" _column(1879) byte ehsporti %2f "CC: Hours the 4th YOUNGEST child" _column(1881) byte ahsporti %1f "CC: Allocation flag for EHSPORTI" _column(1882) byte ehsportj %2f "CC: Hours the 5th YOUNGEST child" _column(1884) byte ahsportj %1f "CC: Allocation flag for EHSPORTJ" _column(1885) byte epayspof %2f "CC: Parent paid for the YOUNGEST child" _column(1887) byte apayspof %1f "CC: Allocation flag for EPAYSPOF" _column(1888) byte epayspog %2f "CC: Parent paid for 2nd YOUNGEST child" _column(1890) byte apayspog %1f "CC: Allocation flag for EPAYSPOG" _column(1891) byte epayspoh %2f "CC: Parent paid for 3rd YOUNGEST child" _column(1893) byte apayspoh %1f "CC: Allocation flag for EPAYSPOH" _column(1894) byte epayspoi %2f "CC: Parent paid for 4th YOUNGEST child" _column(1896) byte apayspoi %1f "CC: Allocation flag for EPAYSPOI" _column(1897) byte epayspoj %2f "CC: Parent paid for 5th YOUNGEST child" _column(1899) byte apayspoj %1f "CC: Allocation flag for EPAYSPOJ" _column(1900) byte tamtspof %2f "CC: Amount for the YOUNGEST child to b" _column(1902) byte aamtspof %1f "CC: Allocation flag for TAMTSPOF" _column(1903) byte tamtspog %2f "CC: Amount for the 2nd YOUNGEST child " _column(1905) byte aamtspog %1f "CC: Allocation flag for TAMTSPOG" _column(1906) byte tamtspoh %2f "CC: Amount for the 3rd YOUNGEST child " _column(1908) byte aamtspoh %1f "CC: Allocation flag for TAMTSPOH" _column(1909) byte tamtspoi %2f "CC: Amount for the 4th YOUNGEST child " _column(1911) byte aamtspoi %1f "CC: Allocation flag for TAMTSPOI" _column(1912) byte tamtspoj %2f "CC: Amount for the 5th YOUNGEST child " _column(1914) byte aamtspoj %1f "CC: Allocation flag for TAMTSPOJ" _column(1915) byte ewhlessf %2f "CC: Place where the YOUNGEST child too" _column(1917) byte awhlessf %1f "CC: Allocation flag for EWHLESSF" _column(1918) byte ewhlessg %2f "CC: Place where the 2nd YOUNGEST child" _column(1920) byte awhlessg %1f "CC: Allocation flag for EWHLESSG" _column(1921) byte ewhlessh %2f "CC: Place where the 3rd YOUNGEST child" _column(1923) byte awhlessh %1f "CC: Allocation flag for EWHLESSH" _column(1924) byte ewhlessi %2f "CC: Place where the 4th YOUNGEST child" _column(1926) byte awhlessi %1f "CC: Allocation flag for EWHLESSI" _column(1927) byte ewhlessj %2f "CC: Place where the 5th YOUNGEST child" _column(1929) byte awhlessj %1f "CC: Allocation flag for EWHLESSJ" _column(1930) byte ehrles1f %2f "CC: Weekly hours that the YOUNGEST chi" _column(1932) byte ahrles1f %1f "CC: Allocation flag for EHRLES1F" _column(1933) byte ehrles1g %2f "CC: Weekly hours that the 2nd YOUNGEST" _column(1935) byte ahrles1g %1f "CC: Allocation flag for EHRLES1G" _column(1936) byte ehrles1h %2f "CC: Weekly hours that the 3rd YOUNGEST" _column(1938) byte ahrles1h %1f "CC: Allocation flag for EHRLES1H" _column(1939) byte ehrles1i %2f "CC: Weekly hours that the 4th YOUNGEST" _column(1941) byte ahrles1i %1f "CC: Allocation flag for EHRLES1I" _column(1942) byte ehrles1j %2f "CC: Weekly hours that the 5th YOUNGEST" _column(1944) byte ahrles1j %1f "CC: Allocation flag for EHRLES1J" _column(1945) byte epaylesf %2f "CC: Parent paid for YOUNGEST child to " _column(1947) byte apaylesf %1f "CC: Allocation flag for EPAYLESF" _column(1948) byte epaylesg %2f "CC: Parent paid for 2nd YOUNGEST child" _column(1950) byte apaylesg %1f "CC: Allocation flag for EPAYLESG" _column(1951) byte epaylesh %2f "CC: Parent paid for 3rd YOUNGEST child" _column(1953) byte apaylesh %1f "CC: Allocation flag for EPAYLESH" _column(1954) byte epaylesi %2f "CC: Parent paid for 4th YOUNGEST child" _column(1956) byte apaylesi %1f "CC: Allocation flag for EPAYLESI" _column(1957) byte epaylesj %2f "CC: Parent paid for 5th YOUNGEST child" _column(1959) byte apaylesj %1f "CC: Allocation flag for EPAYLESJ" _column(1960) int tamtlesf %3f "CC: Weekly amount for YOUNGEST child's" _column(1963) byte aamtlesf %1f "CC: Allocation flag for TAMTLESF" _column(1964) int tamtlesg %3f "CC: Weekly amount for 2nd YOUNGEST chi" _column(1967) byte aamtlesg %1f "CC: Allocation flag for TAMTLESG" _column(1968) int tamtlesh %3f "CC: Weekly amount for 3rd YOUNGEST chi" _column(1971) byte aamtlesh %1f "CC: Allocation flag for TAMTLESH" _column(1972) int tamtlesi %3f "CC: Weekly amount for 4th YOUNGEST chi" _column(1975) byte aamtlesi %1f "CC: Allocation flag for TAMTLESI" _column(1976) int tamtlesj %3f "CC: Weekly amount for 5th YOUNGEST chi" _column(1979) byte aamtlesj %1f "CC: Allocation flag for TAMTLESJ" _column(1980) byte ewhclubf %2f "CC: Place of YOUNGEST child's club mee" _column(1982) byte awhclubf %1f "CC: Allocation flag for EWHCLUBF" _column(1983) byte ewhclubg %2f "CC: Place of 2nd YOUNGEST child's club" _column(1985) byte awhclubg %1f "CC: Allocation flag for EWHCLUBG" _column(1986) byte ewhclubh %2f "CC: Place of 3rd YOUNGEST child's club" _column(1988) byte awhclubh %1f "CC: Allocation flag for EWHCLUBH" _column(1989) byte ewhclubi %2f "CC: Place of 4th YOUNGEST child's club" _column(1991) byte awhclubi %1f "CC: Allocation flag for EWHCLUBI" _column(1992) byte ewhclubj %2f "CC: Place of 5th YOUNGEST child's club" _column(1994) byte awhclubj %1f "CC: Allocation flag for EWHCLUBJ" _column(1995) byte eclubhrf %2f "CC: Weekly hours YOUNGEST child attend" _column(1997) byte aclubhrf %1f "CC: Allocation flag for ECLUBHRF" _column(1998) byte eclubhrg %2f "CC: Weekly hours 2nd YOUNGEST child at" _column(2000) byte aclubhrg %1f "CC: Allocation flag for ECLUBHRG" _column(2001) byte eclubhrh %2f "CC: Weekly hours 3rd YOUNGEST child at" _column(2003) byte aclubhrh %1f "CC: Allocation flag for ECLUBHRH" _column(2004) byte eclubhri %2f "CC: Weekly hours 4th YOUNGEST child at" _column(2006) byte aclubhri %1f "CC: Allocation flag for ECLUBHRI" _column(2007) byte eclubhrj %2f "CC: Weekly hours 5th YOUNGEST child at" _column(2009) byte aclubhrj %1f "CC: Allocation flag for ECLUBHRJ" _column(2010) byte epaycluf %2f "CC: Parent paid for YOUNGEST child to " _column(2012) byte apaycluf %1f "CC: Allocation flag for EPAYCLUF" _column(2013) byte epayclug %2f "CC: Parent paid for 2nd YOUNGEST child" _column(2015) byte apayclug %1f "CC: Allocation flag for EPAYCLUG" _column(2016) byte epaycluh %2f "CC: Parent paid for 3rd YOUNGEST child" _column(2018) byte apaycluh %1f "CC: Allocation flag for EPAYCLUH" _column(2019) byte epayclui %2f "CC: Parent paid for 4th YOUNGEST child" _column(2021) byte apayclui %1f "CC: Allocation flag for EPAYCLUI" _column(2022) byte epaycluj %2f "CC: Parent paid for 5th YOUNGEST child" _column(2024) byte apaycluj %1f "CC: Allocation flag for EPAYCLUJ" _column(2025) byte tamtcluf %2f "CC: Payment for the YOUNGEST child to " _column(2027) byte aamtcluf %1f "CC: Allocation flag for TAMTCLUF" _column(2028) byte tamtclug %2f "CC: Payment for the 2nd YOUNGEST child" _column(2030) byte aamtclug %1f "CC: Allocation flag for TAMTCLUG" _column(2031) byte tamtcluh %2f "CC: Payment for the 3rd YOUNGEST child" _column(2033) byte aamtcluh %1f "CC: Allocation flag for TAMTCLUH" _column(2034) byte tamtclui %2f "CC: Payment for the 4th YOUNGEST child" _column(2036) byte aamtclui %1f "CC: Allocation flag for TAMTCLUI" _column(2037) byte tamtcluj %2f "CC: Payment for the 5th YOUNGEST child" _column(2039) byte aamtcluj %1f "CC: Allocation flag for TAMTCLUJ" _column(2040) byte ewhschof %2f "CC: Place of YOUNGEST child's school p" _column(2042) byte awhschof %1f "CC: Allocation flag for EWHSCHOF" _column(2043) byte ewhschog %2f "CC: Place of 2nd YOUNGEST child's scho" _column(2045) byte awhschog %1f "CC: Allocation flag for EWHSCHOG" _column(2046) byte ewhschoh %2f "CC: Place of 3rd YOUNGEST child's scho" _column(2048) byte awhschoh %1f "CC: Allocation flag for EWHSCHOH" _column(2049) byte ewhschoi %2f "CC: Place of 4th YOUNGEST child's scho" _column(2051) byte awhschoi %1f "CC: Allocation flag for EWHSCHOI" _column(2052) byte ewhschoj %2f "CC: Place of 5th YOUNGEST child's scho" _column(2054) byte awhschoj %1f "CC: Allocation flag for EWHSCHOJ" _column(2055) byte ehscho1f %2f "CC: Hours the YOUNGEST child spent in " _column(2057) byte ahscho1f %1f "CC: Allocation flag for EHSCHO1F" _column(2058) byte ehscho1g %2f "CC: Hours the 2nd YOUNGEST child spent" _column(2060) byte ahscho1g %1f "CC: Allocation flag for EHSCHO1G" _column(2061) byte ehscho1h %2f "CC: Hours the 3rd YOUNGEST child spent" _column(2063) byte ahscho1h %1f "CC: Allocation flag for EHSCHO1H" _column(2064) byte ehscho1i %2f "CC: Hours the 4th YOUNGEST child spent" _column(2066) byte ahscho1i %1f "CC: Allocation flag for EHSCHO1I" _column(2067) byte ehscho1j %2f "CC: Hours the 5th YOUNGEST child spent" _column(2069) byte ahscho1j %1f "CC: Allocation flag for EHSCHO1J" _column(2070) byte epayschf %2f "CC: Paid for YOUNGEST child to attend " _column(2072) byte apayschf %1f "CC: Allocation flag for EPAYSCHF" _column(2073) byte epayschg %2f "CC: Paid for 2nd YOUNGEST child to att" _column(2075) byte apayschg %1f "CC: Allocation flag for EPAYSCHG" _column(2076) byte epayschh %2f "CC: Paid for 3rd YOUNGEST child to att" _column(2078) byte apayschh %1f "CC: Allocation flag for EPAYSCHH" _column(2079) byte epayschi %2f "CC: Paid for 4th YOUNGEST child to att" _column(2081) byte apayschi %1f "CC: Allocation flag for EPAYSCHI" _column(2082) byte epayschj %2f "CC: Paid for 5th YOUNGEST child to att" _column(2084) byte apayschj %1f "CC: Allocation flag for EPAYSCHJ" _column(2085) int tamtschf %3f "CC: Amount paid for school care for YO" _column(2088) byte aamtschf %1f "CC: Allocation flag for TAMTSCHF" _column(2089) int tamtschg %3f "CC: Amount paid for school care for 2n" _column(2092) byte aamtschg %1f "CC: Allocation flag for TAMTSCHG" _column(2093) int tamtschh %3f "CC: Amount paid for school care for 3r" _column(2096) byte aamtschh %1f "CC: Allocation flag for TAMTSCHH" _column(2097) int tamtschi %3f "CC: Amount paid for school care for 4t" _column(2100) byte aamtschi %1f "CC: Allocation flag for TAMTSCHI" _column(2101) int tamtschj %3f "CC: Amount paid for school care for 5t" _column(2104) byte aamtschj %1f "CC: Allocation flag for TAMTSCHJ" _column(2105) byte ewhothef %2f "CC: Place non-relative cared for the" _column(2107) byte awhothef %1f "CC: Allocation flag for EWHOTHEF" _column(2108) byte ewhotheg %2f "CC: Place non-relative cared for the 2" _column(2110) byte awhotheg %1f "CC: Allocation flag for EWHOTHEG" _column(2111) byte ewhotheh %2f "CC: Place non-relative cared for the 3" _column(2113) byte awhotheh %1f "CC: Allocation flag for EWHOTHEH" _column(2114) byte ewhothei %2f "CC: Place non-relative cared for the 4" _column(2116) byte awhothei %1f "CC: Allocation flag for EWHOTHEI" _column(2117) byte ewhothej %2f "CC: Place non-relative cared for the 5" _column(2119) byte awhothej %1f "CC: Allocation flag for EWHOTHEJ" _column(2120) byte eothehrf %2f "CC: Hours the non-relative cared for t" _column(2122) byte aothehrf %1f "CC: Allocation flag for EOTHEHRF" _column(2123) byte eothehrg %2f "CC: Hours the non-relative cared for t" _column(2125) byte aothehrg %1f "CC: Allocation flag for EOTHEHRG" _column(2126) byte eothehrh %2f "CC: Hours the non-relative cared for t" _column(2128) byte aothehrh %1f "CC: Allocation flag for EOTHEHRH" _column(2129) byte eothehri %2f "CC: Hours the non-relative cared for t" _column(2131) byte aothehri %1f "CC: Allocation flag for EOTHEHRI" _column(2132) byte eothehrj %2f "CC: Hours the non-relative cared for t" _column(2134) byte aothehrj %1f "CC: Allocation flag for EOTHEHRJ" _column(2135) byte epayothf %2f "CC: Paid non-relative to care for the" _column(2137) byte apayothf %1f "CC: Allocation flag for EPAYOTHF" _column(2138) byte epayothg %2f "CC: Paid non-relative to care for the " _column(2140) byte apayothg %1f "CC: Allocation flag for EPAYOTHG" _column(2141) byte epayothh %2f "CC: Paid non-relative to care for the " _column(2143) byte apayothh %1f "CC: Allocation flag for EPAYOTHH" _column(2144) byte epayothi %2f "CC: Paid non-relative to care for the " _column(2146) byte apayothi %1f "CC: Allocation flag for EPAYOTHI" _column(2147) byte epayothj %2f "CC: Paid non-relative to care for the " _column(2149) byte apayothj %1f "CC: Allocation flag for EPAYOTHJ" _column(2150) int tamtothf %3f "CC: Payment made to non-relative for t" _column(2153) byte aamtothf %1f "CC: Allocation flag for TAMTOTHF" _column(2154) int tamtothg %3f "CC: Payment made to non-relative for 2" _column(2157) byte aamtothg %1f "CC: Allocation flag for TAMTOTHG" _column(2158) int tamtothh %3f "CC: Payment made to non-relative for 3" _column(2161) byte aamtothh %1f "CC: Allocation flag for TAMTOTHH" _column(2162) int tamtothi %3f "CC: Payment made to non-relative for 4" _column(2165) byte aamtothi %1f "CC: Allocation flag for TAMTOTHI" _column(2166) int tamtothj %3f "CC: Payment made to non-relative for 5" _column(2169) byte aamtothj %1f "CC: Allocation flag for TAMTOTHJ" _column(2170) byte eschoowf %2f "CC: YOUNGEST child attended school las" _column(2172) byte aschoowf %1f "CC: Allocation flag for ESCHOOWF" _column(2173) byte eschoowg %2f "CC: 2nd YOUNGEST child attended school" _column(2175) byte aschoowg %1f "CC: Allocation flag for ESCHOOWG" _column(2176) byte eschoowh %2f "CC: 3rd YOUNGEST child attended school" _column(2178) byte aschoowh %1f "CC: Allocation flag for ESCHOOWH" _column(2179) byte eschoowi %2f "CC: 4th YOUNGEST child attended school" _column(2181) byte aschoowi %1f "CC: Allocation flag for ESCHOOWI" _column(2182) byte eschoowj %2f "CC: 5th YOUNGEST child attended school" _column(2184) byte aschoowj %1f "CC: Allocation flag for ESCHOOWJ" _column(2185) byte ehrschwf %2f "CC: Hours per week the YOUNGEST child " _column(2187) byte ahrschwf %1f "CC: Allocation flag for EHRSCHWF" _column(2188) byte ehrschwg %2f "CC: Hours per week the 2nd YOUNGEST ch" _column(2190) byte ahrschwg %1f "CC: Allocation flag for EHRSCHWG" _column(2191) byte ehrschwh %2f "CC: Hours per week the 3rd YOUNGEST ch" _column(2193) byte ahrschwh %1f "CC: Allocation flag for EHRSCHWH" _column(2194) byte ehrschwi %2f "CC: Hours per week the 4th YOUNGEST ch" _column(2196) byte ahrschwi %1f "CC: Allocation flag for EHRSCHWI" _column(2197) byte ehrschwj %2f "CC: Hours per week the 5th YOUNGEST ch" _column(2199) byte ahrschwj %1f "CC: Allocation flag for EHRSCHWJ" _column(2200) byte eselfcaf %2f "CC: Whether or not the YOUNGEST child " _column(2202) byte aselfcaf %1f "CC: Allocation flag for ESELFCAF" _column(2203) byte eselfcag %2f "CC: Whether or not 2nd YOUNGEST child " _column(2205) byte aselfcag %1f "CC: Allocation flag for ESELFCAG" _column(2206) byte eselfcah %2f "CC: Whether or not 3rd YOUNGEST child " _column(2208) byte aselfcah %1f "CC: Allocation flag for ESELFCAH" _column(2209) byte eselfcai %2f "CC: Whether or not 4th YOUNGEST child " _column(2211) byte aselfcai %1f "CC: Allocation flag for ESELFCAI" _column(2212) byte eselfcaj %2f "CC: Whether or not 5th YOUNGEST child " _column(2214) byte aselfcaj %1f "CC: Allocation flag for ESELFCAJ" _column(2215) byte ekidhr1f %2f "CC: Hours per week the YOUNGEST child " _column(2217) byte akidhr1f %1f "CC: Allocation flag for EKIDHR1F" _column(2218) byte ekidhr1g %2f "CC: Hours per week 2nd YOUNGEST child " _column(2220) byte akidhr1g %1f "CC: Allocation flag for EKIDHR1G" _column(2221) byte ekidhr1h %2f "CC: Hours per week 3rd YOUNGEST child " _column(2223) byte akidhr1h %1f "CC: Allocation flag for EKIDHR1H" _column(2224) byte ekidhr1i %2f "CC: Hours per week 4th YOUNGEST child " _column(2226) byte akidhr1i %1f "CC: Allocation flag for EKIDHR1I" _column(2227) byte ekidhr1j %2f "CC: Hours per week 5th YOUNGEST child " _column(2229) byte akidhr1j %1f "CC: Allocation flag for EKIDHR1J" _column(2230) byte edaychaf %2f "CC: Change in child care for YOUNGEST " _column(2232) byte adaychaf %1f "CC: Allocation flag for EDAYCHAF" _column(2233) byte edaychag %2f "CC: Change in child care for 2nd YOUNG" _column(2235) byte adaychag %1f "CC: Allocation flag for EDAYCHAG" _column(2236) byte edaychah %2f "CC: Change in child care for 3rd YOUNG" _column(2238) byte adaychah %1f "CC: Allocation flag for EDAYCHAH" _column(2239) byte edaychai %2f "CC: Change in child care for 4th YOUNG" _column(2241) byte adaychai %1f "CC: Allocation flag for EDAYCHAI" _column(2242) byte edaychaj %2f "CC: Change in child care for 5th YOUNG" _column(2244) byte adaychaj %1f "CC: Allocation flag for EDAYCHAJ" _column(2245) byte epayhelf %2f "CC: Anyone help pay for YOUNGEST child" _column(2247) byte apayhelf %1f "CC: Allocation flag for EPAYHELF" _column(2248) byte epayhelg %2f "CC: Anyone help pay for 2nd YOUNGEST c" _column(2250) byte apayhelg %1f "CC: Allocation flag for EPAYHELG" _column(2251) byte epayhelh %2f "CC: Anyone help pay for 3rd YOUNGEST c" _column(2253) byte apayhelh %1f "CC: Allocation flag for EPAYHELH" _column(2254) byte epayheli %2f "CC: Anyone help pay for 4th YOUNGEST c" _column(2256) byte apayheli %1f "CC: Allocation flag for EPAYHELI" _column(2257) byte epayhelj %2f "CC: Anyone help pay for 5th YOUNGEST c" _column(2259) byte apayhelj %1f "CC: Allocation flag for EPAYHELJ" _column(2260) byte ewhopa1f %2f "CC: Government helped pay for YOUNGEST" _column(2262) byte ewhopa1g %2f "CC: Government helped pay for 2nd YOUN" _column(2264) byte ewhopa1h %2f "CC: Government helped pay for 3rd YOUN" _column(2266) byte ewhopa1i %2f "CC: Government helped pay for 4th YOUN" _column(2268) byte ewhopa1j %2f "CC: Government helped pay for 5th YOUN" _column(2270) byte ewhopa2f %2f "CC: Other parent helped pay for YOUNGE" _column(2272) byte ewhopa2g %2f "CC: Other parent helped pay for 2nd YO" _column(2274) byte ewhopa2h %2f "CC: Other parent helped pay for 3rd YO" _column(2276) byte ewhopa2i %2f "CC: Other parent helped pay for 4th YO" _column(2278) byte ewhopa2j %2f "CC: Other parent helped pay for 5th YO" _column(2280) byte ewhopa3f %2f "CC: Employer helped pay for YOUNGEST c" _column(2282) byte ewhopa3g %2f "CC: Employer helped pay for 2nd YOUNGE" _column(2284) byte ewhopa3h %2f "CC: Employer helped pay for 3rd YOUNGE" _column(2286) byte ewhopa3i %2f "CC: Employer helped pay for 4th YOUNGE" _column(2288) byte ewhopa3j %2f "CC: Employer helped pay for 5th YOUNGE" _column(2290) byte ewhopa4f %2f "CC: Other person helped pay for YOUNGE" _column(2292) byte ewhopa4g %2f "CC: Other person helped pay for 2nd YO" _column(2294) byte ewhopa4h %2f "CC: Other person helped pay for 3rd YO" _column(2296) byte ewhopa4i %2f "CC: Other person helped pay for 4th YO" _column(2298) byte ewhopa4j %2f "CC: Other person helped pay for 5th YO" _column(2300) byte awhopaf %1f "CC: Allocation flag for EWHOPA1F-EWHOP" _column(2301) byte awhopag %2f "CC: Allocation flag for EWHOPA1G-EWHOP" _column(2303) byte awhopah %1f "CC: Allocation flag for EWHOPA1H-EWHOP" _column(2304) byte awhopai %1f "CC: Allocation flag for EWHOPA1I-EWHOP" _column(2305) byte awhopaj %1f "CC: Allocation flag for EWHOPA1J-EWHOP" _column(2306) byte earrangf %2f "CC: Arrangements lasting over a week" _column(2308) byte aarrangf %1f "CC: Allocation flag for EARRANGF" _column(2309) byte earrangg %2f "CC: Arrangements lasting over a week" _column(2311) byte aarrangg %1f "CC: Allocation flag for EARRANGF" _column(2312) byte earrangh %2f "CC: Arrangements lasting over a week" _column(2314) byte aarrangh %1f "CC: Allocation flag for EARRANGH" _column(2315) byte earrangi %2f "CC: Arrangements lasting over a week" _column(2317) byte aarrangi %1f "CC: Allocation flag for EARRANGI" _column(2318) byte earrangj %2f "CC: Arrangements lasting over a week" _column(2320) byte aarrangj %1f "CC: Allocation flag for EARRANGJ" _column(2321) byte etiamt01 %2f "CC: Time lost because of no arrangemen" _column(2323) byte atiamt01 %1f "CC: Allocation flag for ETIAMT01" _column(2324) byte etiamt02 %2f "CC: Unit of time lost because of no" _column(2326) byte atiamt02 %1f "CC: Allocation flag for ETIAMT02" _column(2327) byte eadsunv %2f "DS: Universe indicator." _column(2329) byte edisabt2 %2f "DISABT3: Long term condtion that limit" _column(2331) byte adisabt2 %1f "DS: Allocation flag for EDISABT2" _column(2332) byte edisabt3 %2f "DISABT3: Does your cond. limit ablity " _column(2334) byte adisabt3 %1f "DS: Allocation flag for EDISABT3" _column(2335) byte eatxunv %2f "TX: Universe indicator." _column(2337) byte itaxflyn %2f "TAX002: Whether filed Federal income t" _column(2339) byte itaxcopy %2f "TAX003: Whether have a copy of tax for" _column(2341) byte rfilstat %2f "TAX004: Filing status on 1996 Federal " _column(2343) byte rtotexmp %2f "TAX005: Number of exemptions claimed o" _column(2345) int iexemp01 %4f "TAX007@1: First person claimed as an" _column(2349) int iexemp02 %4f "TAX007@2: Second person claimed as an" _column(2353) int iexemp03 %4f "TAX007@3: Third person claimed as an" _column(2357) int iexemp04 %4f "TAX007@4: Fourth person claimed as an" _column(2361) int iexemp05 %4f "TAX007@5: Fifth person claimed as an" _column(2365) int iexemp06 %4f "TAX007@6: Sixth person claimed as an" _column(2369) byte iexmpout %2f "TAX008: Persons claimed as an exemptio" _column(2371) byte iexnmout %2f "TAX008B: Persons claimed as an exempti" _column(2373) byte ioutrl01 %2f "TAX009@1:First person's relationship" _column(2375) byte ioutrl02 %2f "TAX009@2: Second person's relationship" _column(2377) byte ioutrl03 %2f "TAX009@3: Third person's relationship" _column(2379) byte ioutrl04 %2f "TAX009@4: Fourth person's relationship" _column(2381) byte ioutrl05 %2f "TAX009@5: Fifth person's relationship" _column(2383) byte ioutrl06 %2f "TAX009@6:Sixth person's relationship" _column(2385) byte ioutrl07 %2f "TAX009@7: Seventh person's relationshi" _column(2387) byte ioutrl08 %2f "TAX009@3: Eighth person's relationship" _column(2389) byte ioutrl09 %2f "TAX009@3: Ninth person's relationship" _column(2391) byte ioutrl10 %2f "TAX009@10: Tenth person's relationship" _column(2393) byte ifilform %2f "TAX011: Form 1040 filed" _column(2395) byte ischeda %2f "TAX012: Schedule A filed with 1996 tax" _column(2397) byte ischedd %2f "TAX013: Schedule D filed with 1996 tax" _column(2399) byte ramtdedt %2f "TAX017: Amount of itemized deductions" _column(2401) byte iccexpen %2f "TAX018: Child and dependent care expen" _column(2403) byte rccamt %2f "TAX019: Amount of child and dependent " _column(2405) byte idsabcrd %2f "TAX020: Credit claimed for elderly or" _column(2407) byte rdsabamt %2f "TAX021: Amount of the elderly or disab" _column(2409) byte rsapgain %2f "TAX023: Amount of gains or loss from t" _column(2411) byte radjincm %2f "TAX024: Adjusted gross income in 1996?" _column(2413) byte rnettax %2f "TAX025: Net tax liability in 1996" _column(2415) byte ierndcrd %2f "TAX027: Earned income credit on tax re" _column(2417) byte rerndamt %2f "TAX028: Amount of earned income credit" _column(2419) byte iproptax %2f "TAX032: Property taxes on residence in" _column(2421) byte ipropjnt %2f "TAX033: Paid jointly with someone else" _column(2423) int ipropn01 %4f "TAX034@1: First person who made joint" _column(2427) int ipropn02 %4f "TAX034@2: Second person who made joint" _column(2431) int ipropn03 %4f "TAX034@3: Third person who made joint" _column(2435) int ipropn04 %4f "TAX034@4: Fourth person who made joint" _column(2439) int ipropn05 %4f "TAX034@5: Fifth person who made joint" _column(2443) int ipropn06 %4f "TAX034@6: Sixth person who made joint" _column(2447) int ipropn07 %4f "TAX034@7: Seventh person who made join" _column(2451) int ipropn08 %4f "TAX034@8: Eighth person who made joint" _column(2455) int ipropn09 %4f "TAX034@9: Ninth person who made joint" _column(2459) int ipropn10 %4f "TAX034@10: Tenth person who made joint" _column(2463) int ipropn11 %4f "TAX034@11: Eleventh person who made jo" _column(2467) int ipropn12 %4f "TAX034@12: Twelfth person who made joi" _column(2471) int ipropn13 %4f "TAX034@13: Thirteenth person who made " _column(2475) int ipropn14 %4f "TAX034@14: Fourteenth person who made " _column(2479) int ipropn15 %4f "TAX034@15: Fifteenth person who made j" _column(2483) int ipropn16 %4f "TAX034@16: Sixteenth person who made j" _column(2487) int ipropn17 %4f "TAX034@17: Seventeenth person who made" _column(2491) int ipropn18 %4f "TAX034@18: Eighteenth person who made " _column(2495) int ipropn19 %4f "TAX034@19: Nineteenth person who made " _column(2499) int ipropn20 %4f "TAX034@20: Twentieth person who made j" _column(2503) int ipropn21 %4f "TAX034@21: Twenty-first person who mad" _column(2507) int ipropn22 %4f "TAX034@22:Twenty-second person who mad" _column(2511) int ipropn23 %4f "TAX034@23: Twenty-third person who mad" _column(2515) int ipropn24 %4f "TAX034@24: Twenty-fourth person who ma" _column(2519) int ipropn25 %4f "TAX034@25: Twenty-fifth person who mad" _column(2523) int ipropn26 %4f "TAX034@26: Twenty-sixth person who mad" _column(2527) int ipropn27 %4f "TAX034@27:Twenty-seventh person who ma" _column(2531) int ipropn28 %4f "TAX034@28: Twenty-eighth person who ma" _column(2535) int ipropn29 %4f "TAX034@29: Twenty-ninth person who mad" _column(2539) int ipropn30 %4f "TAX034@30: Thirtieth person who made j" _column(2543) byte rtaxbill %2f "TAX035: Property tax bill for your res" _column(2545) byte eairunv %2f "AIRA: Universe indicator." _column(2547) byte iothrbus %2f "AIRA002: Own and operate other busines" _column(2549) byte iownbs96 %2f "AIRA003: Own and operate business in 1" _column(2551) byte ibsform1 %2f "AIRA007: Form of business/practice" _column(2553) byte ibsloct1 %2f "AIRA008: Location of business" _column(2555) byte iprtown1 %2f "AIRA010: Part owner lives in this hous" _column(2557) int iownrs11 %4f "AIRA011@1: First other household membe" _column(2561) int iownrs12 %4f "AIRA011@2: Second other household memb" _column(2565) byte ihhown1 %2f "AIRA013: Bus owned only by members of" _column(2567) byte rpcnthh1 %2f "AIRA014: Percentage of business owned " _column(2569) byte rpctown1 %2f "AIRA015: Percentage of business owned " _column(2571) long tgrsrcp1 %9f "AIRA016: Gross receipts of business in" _column(2580) long ttotexp1 %9f "AIRA017: Total expenses of business in" _column(2589) long tnetinc1 %9f "AIRA021@1: Net income from business 19" _column(2598) long tnetinc2 %9f "AIRA021@2: Net income of business in 1" _column(2607) byte iothinc1 %2f "AIRA024: Whether 1st owner received ne" _column(2609) int inetin11 %4f "AIRA025@11: Net income of 1st other HH" _column(2613) long tnetin12 %9f "AIRA025@12: Net income, 1st other hous" _column(2622) long tnetin13 %9f "AIRA025@13: Net income, 1st other hous" _column(2631) int inetin21 %4f "AIRA026@1: Amt of net income received " _column(2635) long tnetin22 %9f "AIRA026@2: Net income, 2nd other house" _column(2644) long tnetin23 %9f "AIRA026@3: Net income, 2nd other house" _column(2653) byte ibsform2 %2f "AIRA027: Form of business" _column(2655) byte ibsloct2 %2f "AIRA028: Location of business" _column(2657) byte iprtown2 %2f "AIRA030: Whether owned by HH member" _column(2659) int iownrs21 %4f "AIRA031@1: Name of part owners" _column(2663) int iownrs22 %4f "AIRA031@2: Name of part owners" _column(2667) byte ihhown2 %2f "AIRA032: Business owned by members of" _column(2669) byte rpcnthh2 %2f "AIRA033: Percentage of business owned " _column(2671) byte rpctown2 %2f "AIRA034: Percentage of business owned " _column(2673) long tgrsrcp2 %9f "AIRA035: Gross receipts of business 2 " _column(2682) long ttotexp2 %9f "AIRA036: Total expenses of business 2 " _column(2691) long tnetinc3 %9f "AIRA038: Net income of business 2 in 1" _column(2700) long tnetinc4 %9f "AIRA038: Net income of business 2 in 1" _column(2709) byte iothinc2 %2f "AIRA040: Other income in 1996" _column(2711) int inetin31 %4f "AIRA041@1: Net income rcvd by 1st HH o" _column(2715) long tnetin32 %9f "AIRA041@2: Net income, first other HH " _column(2724) long tnetin33 %9f "AIRA041@3: Net income, first other HH " _column(2733) int inetin41 %4f "AIRA042@1: Net income of 2nd other HH " _column(2737) long tnetin42 %9f "AIRA042@2: Net income, 2nd other House" _column(2746) long tnetin43 %9f "AIRA042@3: Net income, 2nd other house" _column(2755) long tothinc3 %9f "AIRA052@1: Net income from other busin" _column(2764) long tothinc4 %9f "AIRA052@2: Net income from other busin" _column(2773) byte iirayn %2f "AIRA053: Whether retirement account in" _column(2775) byte iiracont %2f "AIRA054: Whether tax-deduct cont to IR" _column(2777) int ttaxcont %4f "AIRA055: Amt. of tax deduct contributi" _column(2781) byte iirawdl %2f "AIRA056: Whether make withdrawals from" _column(2783) long tamtira %7f "AIRA057: Amount withdrawn from IRAs in" _column(2790) long tiraearn %7f "AIRA058: Amount that IRA in own name e" _column(2797) byte iiratyp1 %2f "AIRA059@1: Assets in IRA accounts -CD " _column(2799) byte iiratyp2 %2f "AIRA059@2: Assets in IRA accounts-Mone" _column(2801) byte iiratyp3 %2f "AIRA059@3: Assets in IRA accounts-U.S." _column(2803) byte iiratyp4 %2f "AIRA059@4: Assets in IRA acct. Municip" _column(2805) byte iiratyp5 %2f "AIRA059@5: Assets in IRA accounts- U.S" _column(2807) byte iiratyp6 %2f "AIRA059@6: Assets in IRA acct. Stocks " _column(2809) byte iiratyp7 %2f "AIRA059@7: Assets in IRA accounts-Othe" _column(2811) byte ikeoghyn %2f "AIRA060: Whether has Keogh account" _column(2813) byte ikeoghcn %2f "AIRA061: Whether tax-deduct cont in Ke" _column(2815) long ttxkeogh %7f "AIRA062: Amt of tax deduct contributio" _column(2822) byte ikeoghwd %2f "AIRA063: Whether withdrawals from Keog" _column(2824) long tatkeogh %7f "AIRA064: Amount withdrawn from Keogh" _column(2831) long tkeogher %7f "AIRA065: Amt. that Keogh accts. in own" _column(2838) byte ikeohtp1 %2f "AIRA066@1: Assets have in Keogh -CD or" _column(2840) byte ikeohtp2 %2f "AIRA066@2: Assets have in Keogh -Money" _column(2842) byte ikeohtp3 %2f "AIRA066@3: Assets have in Keogh -Govt" _column(2844) byte ikeohtp4 %2f "AIRA066@4: Assets have in Keogh -Munic" _column(2846) byte ikeohtp5 %2f "AIRA066@5: Assets have in Keogh -Savin" _column(2848) byte ikeohtp6 %2f "AIRA066@6: Assets have in Keogh -Stock" _column(2850) byte ikeohtp7 %2f "AIRA066@7: Assets have in Keogh -Other" _column(2852) byte ithrftyn %2f "AIRA068: Whether employee involved in " _column(2854) long tthftcnt %7f "AIRA069: Amount contributed to 401K in" _column(2861) byte ithftwdl %2f "AIRA070: Whether made withdrawals in 1" _column(2863) long tthftamt %9f "AIRA072: Amount of withdrawn from 401k" _column(2872) long tthftern %5f "AIRA073: Amount of earnings from 401K " _column(2877) byte ithftyp1 %2f "AIRA074@1: Assets in 401k plan- Money " _column(2879) byte ithftyp2 %2f "AIRA074@2: Assets in 401k plan-Govt" _column(2881) byte ithftyp3 %2f "AIRA074@3: Assets in 401k plan-Municip" _column(2883) byte ithftyp4 %2f "AIRA074@4: Assets in 401k plan-Stocks " _column(2885) byte ithftyp5 %2f "AIRA074@5: Assets in 401k plan-Other a" } /* Copyright 2003 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. */