infile dictionary { *This program reads the 2008 SIPP Wave 8 Topical Module Data File *by Jean Roth Thu Jun 7 11:54:08 EDT 2012 *Please report errors to jroth.org *See the .do file for directions and run with do sippp08putm8 *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 Thu Jun 7 11:54:08 EDT 2012 *Please report errors to jroth@nber.org *run with do sippp08putm8 *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\2008\sippp08putm8.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 - Primary" _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 "HH: FIPS State Code" _column(27 ) int shhadid %3f "SU: Hhld Address ID differentiates hhlds in" _column(30 ) int eoutcome %3f "HH: Interview Status code for this household" _column(33 ) int rfid %3f "FA: Family ID Number for this month" _column(36 ) int rfid2 %3f "FA: Family ID excluding related subfamily" _column(39 ) int eppidx %3f "PE: Person index" _column(42 ) str3 eentaid %3s "PE: Address ID of hhld where person entered" _column(45 ) str4 epppnum %4s "PE: Person number" _column(49 ) byte epopstat %1f "PE: Population status based on age in 4th" _column(50 ) byte eppintvw %2f "PE: Person's interview status" _column(52 ) byte eppmis4 %1f "PE: Person's 4th month interview status" _column(53 ) byte esex %1f "PE: Sex of this person" _column(54 ) byte erace %1f "PE: The race(s) the respondent is" _column(55 ) byte eorigin %2f "PE: Spanish, Hispanic or Latino" _column(57 ) double wpfinwgt %10.4f "WW: Person weight" _column(67 ) byte errp %2f "PE: Household relationship" _column(69 ) byte tage %2f "PE: Age as of last birthday" _column(71 ) byte ems %1f "PE: Marital status" _column(72 ) int epnspous %4f "PE: Person number of spouse" _column(76 ) int epnmom %4f "PE: Person number of mother" _column(80 ) int epndad %4f "PE: Person number of father" _column(84 ) int epnguard %4f "PE: Person number of guardian" _column(88 ) byte rdesgpnt %2f "PE: Designated parent or guardian flag" _column(90 ) byte eeducate %2f "ED: Highest Degree received or grade completed" _column(92 ) str8 lgtkey %8s "PE: Person longitudinal key" _column(100 ) int sinthhid %3f "SU: Hhld Address ID of person in interview" _column(103 ) byte epwsunv %2f "WS: Universe indicator." _column(105 ) byte ewsempct %2f "WS: Number of employers" _column(107 ) byte awsempct %1f "WS: Allocation flag for EWSEMPCT" _column(108 ) byte ewseno1 %2f "WS: Employer Number" _column(110 ) byte ewsbno1 %2f "WS: Business Number" _column(112 ) byte ewseno2 %2f "WS: Employer Number" _column(114 ) byte ewsbno2 %2f "WS: Business Number" _column(116 ) byte ewshrs1 %2f "WS: Number of hours worked per day in job1" _column(118 ) byte awshrs1 %1f "WS: Allocation flag for EWSHRS1" _column(119 ) byte ewsdys1 %2f "WS: Days a week worked in job1" _column(121 ) byte awsdys1 %1f "WS: Allocation flag for EWSDY1" _column(122 ) byte ewsday11 %2f "WS: Worked Sundays in job 1" _column(124 ) byte awsday11 %1f "WS: Allocation flag for EWSDAY11" _column(125 ) byte ewsday12 %2f "WS: Worked Mondays in job 1" _column(127 ) byte awsday12 %1f "WS: Allocation flag for EWSDAY12" _column(128 ) byte ewsday13 %2f "WS: Worked Tuesdays in job 1" _column(130 ) byte awsday13 %1f "WS: Allocation flag for EWSDAY13" _column(131 ) byte ewsday14 %2f "WS: Worked Wednesdays in job 1" _column(133 ) byte awsday14 %1f "WS: Allocation flag for EWSDAY14" _column(134 ) byte ewsday15 %2f "WS: Worked Thursdays in job 1" _column(136 ) byte awsday15 %1f "WS: Allocation flag for EWSDAY15" _column(137 ) byte ewsday16 %2f "WS: Worked Fridays in job 1" _column(139 ) byte awsday16 %1f "WS: Allocation flag for EWSDAY16" _column(140 ) byte ewsday17 %2f "WS: Worked Saturdays in job 1" _column(142 ) byte awsday17 %1f "WS: Allocation flag for EWSDAY17" _column(143 ) int ewsbeg1 %4f "WS: Time of day work began in job 1" _column(147 ) byte awsbeg1 %1f "WS: Allocation flag for EWSBEG1" _column(148 ) byte ewsbegm1 %2f "WS: AM/PM Marker for time of day work began" _column(150 ) byte awsbegm1 %1f "WS: Allocation flag for EWSBEGM1" _column(151 ) int ewsend1 %4f "WS: Time of day work ended in job 1" _column(155 ) byte awsend1 %1f "WS: Allocation flag for EWSEND1" _column(156 ) byte ewsendm1 %2f "WS: AM/PM Marker for time work ended in job 1" _column(158 ) byte awsendm1 %1f "WS: Allocation flag for EWSENDM1" _column(159 ) byte ewshmwk1 %2f "WS: Worked only at home in job 1" _column(161 ) byte awshmwk1 %1f "WS: Allocation flag for EWSHMWK1" _column(162 ) byte ewsdy11 %2f "WS: Worked at home on Sundays in job1" _column(164 ) byte awsdy11 %1f "WS: Allocation flag for EWSDY11" _column(165 ) byte ewsdy12 %2f "WS: Worked at home on Mondays in job1" _column(167 ) byte awsdy12 %1f "WS: Allocation flag for EWSDY12" _column(168 ) byte ewsdy13 %2f "WS: Worked at home on Tuesdays in job1" _column(170 ) byte awsdy13 %1f "WS: Allocation flag for EWSDY13" _column(171 ) byte ewsdy14 %2f "WS: Worked at home on Wednesdays in job1" _column(173 ) byte awsdy14 %1f "WS: Allocation flag for EWSDY14" _column(174 ) byte ewsdy15 %2f "WS: Worked at home on Thursdays in job1" _column(176 ) byte awsdy15 %1f "WS: Allocation flag for EWSDY15" _column(177 ) byte ewsdy16 %2f "WS: Worked at home on Fridays in job1" _column(179 ) byte awsdy16 %1f "WS: Allocation flag for EWSDY16" _column(180 ) byte ewsdy17 %2f "WS: Worked at home on Saturdays in job1" _column(182 ) byte awsdy17 %1f "WS: Allocation flag for EWSDY17" _column(183 ) byte ewsjob1 %2f "WS: Type of schedule work for job 1" _column(185 ) byte awsjob1 %1f "WS: Allocation flag for EWSJOB1" _column(186 ) byte ewsmnr1 %2f "WS: Reason for type of work schedule- job 1" _column(188 ) byte awsmnr1 %1f "WS: Allocation flag for EWSMNR1" _column(189 ) byte ewshrs2 %2f "WS: Number of hours per day in job2" _column(191 ) byte awshrs2 %1f "WS: Allocation flag for EWSHRS2" _column(192 ) byte ewsdys2 %2f "WS: Days a week worked in job2" _column(194 ) byte awsdys2 %1f "WS: Allocation flag for EWSDY2" _column(195 ) byte ewsday21 %2f "WS: Worked Sundays in job 2" _column(197 ) byte awsday21 %1f "WS: Allocation flag for EWSDAY21" _column(198 ) byte ewsday22 %2f "WS: Worked Mondays in job 2" _column(200 ) byte awsday22 %1f "WS: Allocation flag for EWSDAY22" _column(201 ) byte ewsday23 %2f "WS: Worked Tuesdays in job 2" _column(203 ) byte awsday23 %1f "WS: Allocation flag for EWSDAY23" _column(204 ) byte ewsday24 %2f "WS: Worked Wednesdays in job 2" _column(206 ) byte awsday24 %1f "WS: Allocation flag for EWSDAY24" _column(207 ) byte ewsday25 %2f "WS: Worked Thursdays in job 2" _column(209 ) byte awsday25 %1f "WS: Allocation flag for EWSDAY25" _column(210 ) byte ewsday26 %2f "WS: Worked Fridays in job 2" _column(212 ) byte awsday26 %1f "WS: Allocation flag for EWSDAY26" _column(213 ) byte ewsday27 %2f "WS: Worked Saturdays in job 2" _column(215 ) byte awsday27 %1f "WS: Allocation flag for EWSDAY27" _column(216 ) int ewsbeg2 %4f "WS: Time of day began work in job 2" _column(220 ) byte awsbeg2 %1f "WS: Allocation flag for EWSBEG2" _column(221 ) byte ewsbegm2 %2f "WS: AM/PM Marker for time of day work began" _column(223 ) byte awsbegm2 %1f "WS: Allocation flag for EWSBEGM2" _column(224 ) int ewsend2 %4f "WS: Time of day work ended in job 2" _column(228 ) byte awsend2 %1f "WS: Allocation flag for EWSEND2" _column(229 ) byte ewsendm2 %2f "WS: AM/PM Marker for time work ended in job 2" _column(231 ) byte awsendm2 %1f "WS: Allocation flag for EWSENDM2" _column(232 ) byte ewshmwk2 %2f "WS: Worked only at home in job 2" _column(234 ) byte awshmwk2 %1f "WS: Allocation flag for EWSHMWK2" _column(235 ) byte ewsdy21 %2f "WS: Worked at home on Sundays in job2" _column(237 ) byte awsdy21 %1f "WS: Allocation flag for EWSDY21" _column(238 ) byte ewsdy22 %2f "WS: Worked at home on Mondays in job2" _column(240 ) byte awsdy22 %1f "WS: Allocation flag for EWSDY22" _column(241 ) byte ewsdy23 %2f "WS: Worked at home on Tuesdays in job2" _column(243 ) byte awsdy23 %1f "WS: Allocation flag for EWSDY23" _column(244 ) byte ewsdy24 %2f "WS: Worked at home on Wednesdays in job2" _column(246 ) byte awsdy24 %1f "WS: Allocation flag for EWSDY24" _column(247 ) byte ewsdy25 %2f "WS: Worked at home on Thursdays in job2" _column(249 ) byte awsdy25 %1f "WS: Allocation flag for EWSDY25" _column(250 ) byte ewsdy26 %2f "WS: Worked at home on Fridays in job2" _column(252 ) byte awsdy26 %1f "WS: Allocation flag for EWSDY26" _column(253 ) byte ewsdy27 %2f "WS: Worked at home on Saturdays in job2" _column(255 ) byte awsdy27 %1f "WS: Allocation flag for EWSDY27" _column(256 ) byte ewsjob2 %2f "WS: Type of schedule work for job 2" _column(258 ) byte awsjob2 %1f "WS: Allocation flag for EWSJOB2" _column(259 ) byte ewsmnr2 %2f "WS: Reason for type of work schedule- job 2" _column(261 ) byte awsmnr2 %1f "WS: Allocation flag for EWSMNR2" _column(262 ) byte eccunv %2f "CC: Universe indicator." _column(264 ) byte ehrwksch %2f "CC: Hours per week spent in school" _column(266 ) byte ahrwksch %1f "CC: Allocation flag for EHRWKSCH" _column(267 ) byte rrhrswk %2f "CC: Recoded hours worked or attended school" _column(269 ) int ehrwkjob %3f "CC: Hours spent looking for a job" _column(272 ) byte ahrwkjob %1f "CC: Allocation flag for EHRWKJOB" _column(273 ) str4 eccpnuma %4s "CC: Person number of YOUNGEST child" _column(277 ) str4 eccpnumb %4s "CC: Person number of 2nd YOUNGEST child" _column(281 ) str4 eccpnumc %4s "CC: Person number of 3rd YOUNGEST child" _column(285 ) str4 eccpnumd %4s "CC: Person number of 4th YOUNGEST child" _column(289 ) str4 eccpnume %4s "CC: Person number of 5th YOUNGEST child" _column(293 ) byte eccagea %2f "CC: Age of the YOUNGEST child" _column(295 ) byte eccageb %2f "CC: Age of the 2nd YOUNGEST child" _column(297 ) byte eccagec %2f "CC: Age of the 3rd YOUNGEST child" _column(299 ) byte eccaged %2f "CC: Age of the 4th YOUNGEST child" _column(301 ) byte eccagee %2f "CC: Age of the 5th YOUNGEST child" _column(303 ) byte eckd01a %2f "CC: Arrangement of other parent or stepparent" _column(305 ) byte eckd01b %2f "CC: Arrangement of other parent or stepparent" _column(307 ) byte eckd01c %2f "CC: Arrangement of other parent or stepparent" _column(309 ) byte eckd01d %2f "CC: Arrangement of other parent or stepparent" _column(311 ) byte eckd01e %2f "CC: Arrangement of other parent or stepparent" _column(313 ) byte eckd02a %2f "CC: Arrangement of parent or guardian" _column(315 ) byte eckd02b %2f "CC: Arrangement of parent or guardian" _column(317 ) byte eckd02c %2f "CC: Arrangement of parent or guardian" _column(319 ) byte eckd02d %2f "CC: Arrangement of parent or guardian" _column(321 ) byte eckd02e %2f "CC: Arrangement of parent or guardian" _column(323 ) byte eckd03a %2f "CC: Arrangement of sibling age 15 or older" _column(325 ) byte eckd03b %2f "CC: Arrangement of sibling age 15 or older" _column(327 ) byte eckd03c %2f "CC: Arrangement of sibling age 15 or older" _column(329 ) byte eckd03d %2f "CC: Arrangement of sibling age 15 or older" _column(331 ) byte eckd03e %2f "CC: Arrangement of sibling age 15 or older" _column(333 ) byte eckd04a %2f "CC: Arrangement of sibling under age 15" _column(335 ) byte eckd04b %2f "CC: Arrangement of sibling under age 15" _column(337 ) byte eckd04c %2f "CC: Arrangement of sibling under age 15" _column(339 ) byte eckd04d %2f "CC: Arrangement of sibling under age 15" _column(341 ) byte eckd04e %2f "CC: Arrangement of sibling under age 15" _column(343 ) byte eckd05a %2f "CC: Arrangement of grandparent" _column(345 ) byte eckd05b %2f "CC: Arrangement of grandparent" _column(347 ) byte eckd05c %2f "CC: Arrangement of grandparent" _column(349 ) byte eckd05d %2f "CC: Arrangement of grandparent" _column(351 ) byte eckd05e %2f "CC: Arrangement of grandparent" _column(353 ) byte eckd06a %2f "CC: Arrangement of any other relative" _column(355 ) byte eckd06b %2f "CC: Arrangement of any other relative" _column(357 ) byte eckd06c %2f "CC: Arrangement of any other relative" _column(359 ) byte eckd06d %2f "CC: Arrangement of any other relative" _column(361 ) byte eckd06e %2f "CC: Arrangement of any other relative" _column(363 ) byte eckd07a %2f "CC: Arrangement of family day care provider" _column(365 ) byte eckd07b %2f "CC: Arrangement of family day care provider" _column(367 ) byte eckd07c %2f "CC: Arrangement of family day care provider" _column(369 ) byte eckd07d %2f "CC: Arrangement of family day care provider" _column(371 ) byte eckd07e %2f "CC: Arrangement of family day care provider" _column(373 ) byte eckd08a %2f "CC: Arrangement of child or day care center" _column(375 ) byte eckd08b %2f "CC: Arrangement of child or day care center" _column(377 ) byte eckd08c %2f "CC: Arrangement of child or day care center" _column(379 ) byte eckd08d %2f "CC: Arrangement of child or day care center" _column(381 ) byte eckd08e %2f "CC: Arrangement of child or day care center" _column(383 ) byte eckd09a %2f "CC: Arrangement of nursery or preschool" _column(385 ) byte eckd09b %2f "CC: Arrangement of nursery or preschool" _column(387 ) byte eckd09c %2f "CC: Arrangement of nursery or preschool" _column(389 ) byte eckd09d %2f "CC: Arrangement of nursery or preschool" _column(391 ) byte eckd09e %2f "CC: Arrangement of nursery or preschool" _column(393 ) byte eckd10a %2f "CC: Arrangement of Head Start program" _column(395 ) byte eckd10b %2f "CC: Arrangement of Head Start program" _column(397 ) byte eckd10c %2f "CC: Arrangement of Head Start program" _column(399 ) byte eckd10d %2f "CC: Arrangement of Head Start program" _column(401 ) byte eckd10e %2f "CC: Arrangement of Head Start program" _column(403 ) byte eckd11a %2f "CC: Arrangement of a non-relative" _column(405 ) byte eckd11b %2f "CC: Arrangement of a non-relative" _column(407 ) byte eckd11c %2f "CC: Arrangement of a non-relative" _column(409 ) byte eckd11d %2f "CC: Arrangement of a non-relative" _column(411 ) byte eckd11e %2f "CC: Arrangement of a non-relative" _column(413 ) byte accarea %1f "CC: Allocation flag for the YOUNGEST child" _column(414 ) byte accareb %1f "CC: Allocation flag for the 2nd YOUNGEST child" _column(415 ) byte accarec %1f "CC: Allocation flag for the 3rd YOUNGEST child" _column(416 ) byte accared %1f "CC: Allocation flag for the 4th YOUNGEST child" _column(417 ) byte accaree %1f "CC: Allocation flag for the 5th YOUNGEST child" _column(418 ) byte ewhepara %2f "CC: Place other parent cared for YOUNGEST" _column(420 ) byte awhepara %1f "CC: Allocation flag for EWHEPARA" _column(421 ) byte ewheparb %2f "CC: Place other parent cared for 2nd YOUNGEST" _column(423 ) byte awheparb %1f "CC: Allocation flag for EWHEPARB" _column(424 ) byte ewheparc %2f "CC: Place other parent cared for 3rd YOUNGEST" _column(426 ) byte awheparc %1f "CC: Allocation flag for EWHEPARC" _column(427 ) byte ewhepard %2f "CC: Place other parent cared for 4th YOUNGEST" _column(429 ) byte awhepard %1f "CC: Allocation flag for EWHEPARD" _column(430 ) byte ewhepare %2f "CC: Place other parent cared for 5th YOUNGEST" _column(432 ) byte awhepare %1f "CC: Allocation flag for EWHEPARE" _column(433 ) int eparhr1a %3f "CC: Hours other parent cared for YOUNGEST" _column(436 ) byte aparhr1a %1f "CC: Allocation flag for EPARHR1A" _column(437 ) int eparhr1b %3f "CC: Hours other parent cared for 2nd YOUNGEST" _column(440 ) byte aparhr1b %1f "CC: Allocation flag for EPARHR1B" _column(441 ) int eparhr1c %3f "CC: Hours other parent cared for 3rd YOUNGEST" _column(444 ) byte aparhr1c %1f "CC: Allocation flag for EPARHR1C" _column(445 ) int eparhr1d %3f "CC: Hours other parent cared for 4th YOUNGEST" _column(448 ) byte aparhr1d %1f "CC: Allocation flag for EPARHR1D" _column(449 ) int eparhr1e %3f "CC: Hours other parent cared for 5th YOUNGEST" _column(452 ) byte aparhr1e %1f "CC: Allocation flag for EPARHR1E" _column(453 ) int eparhr2a %3f "CC: Hours other parent cared for YOUNGEST" _column(456 ) byte aparhr2a %1f "CC: Allocation flag for EPARHR2A" _column(457 ) int eparhr2b %3f "CC: Hours other parent cared for 2nd YOUNGEST" _column(460 ) byte aparhr2b %1f "CC: Allocation flag for EPARHR2B" _column(461 ) int eparhr2c %3f "CC: Hours other parent cared for 3rd YOUNGEST" _column(464 ) byte aparhr2c %1f "CC: Allocation flag for EPARHR2C" _column(465 ) int eparhr2d %3f "CC: Hours other parent cared for 4th YOUNGEST" _column(468 ) byte aparhr2d %1f "CC: Allocation flag for EPARHR2D" _column(469 ) int eparhr2e %3f "CC: Hours other parent cared for 5th YOUNGEST" _column(472 ) byte aparhr2e %1f "CC: Allocation flag for EPARHR2E" _column(473 ) byte ewhselfa %2f "CC: Place the parent cared for the YOUNGEST" _column(475 ) byte awhselfa %1f "CC: Allocation flag for EWHSELFA" _column(476 ) byte ewhselfb %2f "CC: Place the parent cared for the 2nd" _column(478 ) byte awhselfb %1f "CC: Allocation flag for EWHSELFB" _column(479 ) byte ewhselfc %2f "CC: Place the parent cared for the 3rd" _column(481 ) byte awhselfc %1f "CC: Allocation flag for EWHSELFC" _column(482 ) byte ewhselfd %2f "CC: Place the parent cared for the 4th" _column(484 ) byte awhselfd %1f "CC: Allocation flag for EWHSELFD" _column(485 ) byte ewhselfe %2f "CC: Place the parent cared for the 5th" _column(487 ) byte awhselfe %1f "CC: Allocation flag for EWHSELFE" _column(488 ) byte eselfhra %2f "CC: Work hours parent cared for YOUNGEST child" _column(490 ) byte aselfhra %1f "CC: Allocation flag for ESELFHRA" _column(491 ) byte eselfhrb %2f "CC: Work hours parent cared for 2nd YOUNGEST" _column(493 ) byte aselfhrb %1f "CC: Allocation flag for ESELFHRB" _column(494 ) byte eselfhrc %2f "CC: Work hours parent cared for 3rd YOUNGEST" _column(496 ) byte aselfhrc %1f "CC: Allocation flag for ESELFHRC" _column(497 ) byte eselfhrd %2f "CC: Work hours parent cared for 4th YOUNGEST" _column(499 ) byte aselfhrd %1f "CC: Allocation flag for ESELFHRD" _column(500 ) byte eselfhre %2f "CC: Work hours parent cared for 5th YOUNGEST" _column(502 ) byte aselfhre %1f "CC: Allocation flag for ESELFHRE" _column(503 ) byte ewhsb15a %2f "CC: Place sibling age 15+ cared for YOUNGEST" _column(505 ) byte awhsb15a %1f "CC: Allocation flag for EWHSB15A" _column(506 ) byte ewhsb15b %2f "CC: Place sibling age 15+ cared for 2nd" _column(508 ) byte awhsb15b %1f "CC: Allocation flag for EWHSB15B" _column(509 ) byte ewhsb15c %2f "CC: Place sibling age 15+ cared for 3rd" _column(511 ) byte awhsb15c %1f "CC: Allocation flag for EWHSB15C" _column(512 ) byte ewhsb15d %2f "CC: Place sibling age 15+ cared for 4th" _column(514 ) byte awhsb15d %1f "CC: Allocation flag for EWHSB15D" _column(515 ) byte ewhsb15e %2f "CC: Place sibling age 15+ cared for 5th" _column(517 ) byte awhsb15e %1f "CC: Allocation flag for EWHSB15E" _column(518 ) byte ewhsbhra %2f "CC: Hours sibling age 15+ cared for YOUNGEST" _column(520 ) byte awhsbhra %2f "CC: Allocation flag for EWHSBHRA" _column(522 ) byte ewhsbhrb %2f "CC: Hours sibling age 15+ cared for 2nd" _column(524 ) byte awhsbhrb %1f "CC: Allocation flag for EWHSBHRB" _column(525 ) byte ewhsbhrc %2f "CC: Hours sibling age 15+ cared for 3rd" _column(527 ) byte awhsbhrc %1f "CC: Allocation flag for EWHSBHRC" _column(528 ) byte ewhsbhrd %2f "CC: Hours sibling age 15+ cared for 4th" _column(530 ) byte awhsbhrd %1f "CC: Allocation flag for EWHSBHRD" _column(531 ) byte ewhsbhre %2f "CC: Hours sibling age 15+ cared for 5th" _column(533 ) byte awhsbhre %1f "CC: Allocation flag for EWHSBHRE" _column(534 ) byte ehrsb15a %2f "CC: Work hours sibling age 15+ cared for" _column(536 ) byte ahrsb15a %1f "CC: Allocation flag for EHRSB15A" _column(537 ) byte ehrsb15b %2f "CC: Work hours sibling age 15+ cared for 2nd" _column(539 ) byte ahrsb15b %1f "CC: Allocation flag for EHRSB15B" _column(540 ) byte ehrsb15c %2f "CC: Work hours sibling age 15+ cared for 3rd" _column(542 ) byte ahrsb15c %1f "CC: Allocation flag for EHRSB15C" _column(543 ) byte ehrsb15d %2f "CC: Work hours sibling age 15+ cared for 4th" _column(545 ) byte ahrsb15d %1f "CC: Allocation flag for EHRSB15D" _column(546 ) byte ehrsb15e %2f "CC: Work hours sibling age 15+ cared for 5th" _column(548 ) byte ahrsb15e %1f "CC: Allocation flag for EHRSB15E" _column(549 ) byte ewhsb14a %2f "CC: Place the sibling cared for the YOUNGEST" _column(551 ) byte awhsb14a %1f "CC: Allocation flag for EWHSB14A" _column(552 ) byte ewhsb14b %2f "CC: Place the sibling cared for the 2nd" _column(554 ) byte awhsb14b %1f "CC: Allocation flag for EWHSB14B" _column(555 ) byte ewhsb14c %2f "CC: Place the sibling cared for the 3rd" _column(557 ) byte awhsb14c %1f "CC: Allocation flag for EWHSB14C" _column(558 ) byte ewhsb14d %2f "CC: Place the sibling cared for the 4th" _column(560 ) byte awhsb14d %1f "CC: Allocation flag for EWHSB14D" _column(561 ) byte ewhsb14e %2f "CC: Place the sibling cared for the 5th" _column(563 ) byte awhsb14e %1f "CC: Allocation flag for EWHSB14E" _column(564 ) byte esb14hra %2f "CC: Hours the sibling cared for the YOUNGEST" _column(566 ) byte asb14hra %1f "CC: Allocation flag for ESB14HRA" _column(567 ) byte esb14hrb %2f "CC: Hours the sibling cared for 2nd YOUNGEST" _column(569 ) byte asb14hrb %1f "CC: Allocation flag for ESB14HRB" _column(570 ) byte esb14hrc %2f "CC: Hours the sibling cared for 3rd YOUNGEST" _column(572 ) byte asb14hrc %1f "CC: Allocation flag for ESB14HRC" _column(573 ) byte esb14hrd %2f "CC: Hours the sibling cared for 4th YOUNGEST" _column(575 ) byte asb14hrd %1f "CC: Allocation flag for ESB14HRD" _column(576 ) byte esb14hre %2f "CC: Hours the sibling cared for 5th YOUNGEST" _column(578 ) byte asb14hre %1f "CC: Allocation flag for ESB14HRE" _column(579 ) byte ehrsb14a %2f "CC: Work hours sibling cared for the YOUNGEST" _column(581 ) byte ahrsb14a %1f "CC: Allocation flag for EHRSB14A" _column(582 ) byte ehrsb14b %2f "CC: Work hours sibling cared for 2nd YOUNGEST" _column(584 ) byte ahrsb14b %1f "CC: Allocation flag for EHRSB14B" _column(585 ) byte ehrsb14c %2f "CC: Work hours sibling cared for 3rd YOUNGEST" _column(587 ) byte ahrsb14c %1f "CC: Allocation flag for EHRSB14C" _column(588 ) byte ehrsb14d %2f "CC: Work hours sibling cared for 4th YOUNGEST" _column(590 ) byte ahrsb14d %1f "CC: Allocation flag for EHRSB14D" _column(591 ) byte ehrsb14e %2f "CC: Work hours sibling cared for 5th YOUNGEST" _column(593 ) byte ahrsb14e %1f "CC: Allocation flag for EHRSB14E" _column(594 ) byte ewhgrana %2f "CC: Place grandparent cared for YOUNGEST child" _column(596 ) byte awhgrana %1f "CC: Allocation flag for EWHGRANA" _column(597 ) byte ewhgranb %2f "CC: Place grandparent cared for 2nd YOUNGEST" _column(599 ) byte awhgranb %1f "CC: Allocation flag for EWHGRANB" _column(600 ) byte ewhgranc %2f "CC: Place grandparent cared for 3rd YOUNGEST" _column(602 ) byte awhgranc %1f "CC: Allocation flag for EWHGRANC" _column(603 ) byte ewhgrand %2f "CC: Place grandparent cared for 4th YOUNGEST" _column(605 ) byte awhgrand %1f "CC: Allocation flag for EWHGRAND" _column(606 ) byte ewhgrane %2f "CC: Place grandparent cared for 5th YOUNGEST" _column(608 ) byte awhgrane %1f "CC: Allocation flag for EWHGRANE" _column(609 ) byte egranhra %2f "CC: Hours the grandparent cared for YOUNGEST" _column(611 ) byte agranhra %1f "CC: Allocation flag for EGRANHRA" _column(612 ) byte egranhrb %2f "CC: Hours grandparent cared for 2nd YOUNGEST" _column(614 ) byte agranhrb %1f "CC: Allocation flag for EGRANHRB" _column(615 ) byte egranhrc %2f "CC: Hours grandparent cared for 3rd YOUNGEST" _column(617 ) byte agranhrc %1f "CC: Allocation flag for EGRANHRC" _column(618 ) byte egranhrd %2f "CC: Hours grandparent cared for 4th YOUNGEST" _column(620 ) byte agranhrd %1f "CC: Allocation flag for EGRANHRD" _column(621 ) byte egranhre %2f "CC: Hours grandparent cared for 5th YOUNGEST" _column(623 ) byte agranhre %1f "CC: Allocation flag for EGRANHRE" _column(624 ) byte ehrgrana %2f "CC: Work hours grandparent cared for YOUNGEST" _column(626 ) byte ahrgrana %1f "CC: Allocation flag for EHRGRANA" _column(627 ) byte ehrgranb %2f "CC: Work hours grandparent cared for 2nd" _column(629 ) byte ahrgranb %1f "CC: Allocation flag for EHRGRANB" _column(630 ) byte ehrgranc %2f "CC: Work hours grandparent cared for 3rd" _column(632 ) byte ahrgranc %1f "CC: Allocation flag for EHRGRANC" _column(633 ) byte ehrgrand %2f "CC: Work hours grandparent cared for 4th" _column(635 ) byte ahrgrand %1f "CC: Allocation flag for EHRGRAND" _column(636 ) byte ehrgrane %2f "CC: Work hours grandparent cared for 5th" _column(638 ) byte ahrgrane %1f "CC: Allocation flag for EHRGRANE" _column(639 ) byte epaygraa %2f "CC: Paid grandparent to care for the YOUNGEST" _column(641 ) byte apaygraa %1f "CC: Allocation flag for EPAYGRAA" _column(642 ) byte epaygrab %2f "CC: Paid grandparent to care for the 2nd" _column(644 ) byte apaygrab %1f "CC: Allocation flag for EPAYGRAB" _column(645 ) byte epaygrac %2f "CC: Paid grandparent to care for the 3rd" _column(647 ) byte apaygrac %1f "CC: Allocation flag for EPAYGRAC" _column(648 ) byte epaygrad %2f "CC: Paid grandparent to care for the 4th" _column(650 ) byte apaygrad %1f "CC: Allocation flag for EPAYGRAD" _column(651 ) byte epaygrae %2f "CC: Paid grandparent to care for the 5th" _column(653 ) byte apaygrae %1f "CC: Allocation flag for EPAYGRAE" _column(654 ) int tamtgraa %3f "CC: Amount grandparent paid to watch YOUNGEST" _column(657 ) byte aamtgraa %1f "CC: Allocation flag for TAMTGRAA" _column(658 ) int tamtgrab %3f "CC: Amount grandparent paid to watch 2nd" _column(661 ) byte aamtgrab %1f "CC: Allocation flag for TAMTGRAB" _column(662 ) int tamtgrac %3f "CC: Amount grandparent paid to watch 3rd" _column(665 ) byte aamtgrac %1f "CC: Allocation flag for TAMTGRAC" _column(666 ) int tamtgrad %3f "CC: Amount grandparent paid to watch 4th" _column(669 ) byte aamtgrad %1f "CC: Allocation flag for TAMTGRAD" _column(670 ) int tamtgrae %3f "CC: Amount grandparent paid to watch 5th" _column(673 ) byte aamtgrae %1f "CC: Allocation flag for TAMTGRAE" _column(674 ) byte ewhrelaa %2f "CC: Place other relative cared for YOUNGEST" _column(676 ) byte awhrelaa %1f "CC: Allocation flag for EWHRELAA" _column(677 ) byte ewhrelab %2f "CC: Place other relative cared for 2nd" _column(679 ) byte awhrelab %1f "CC: Allocation flag for EWHRELAB" _column(680 ) byte ewhrelac %2f "CC: Place other relative cared for 3rd" _column(682 ) byte awhrelac %1f "CC: Allocation flag for EWHRELAC" _column(683 ) byte ewhrelad %2f "CC: Place other relative cared for 4th" _column(685 ) byte awhrelad %1f "CC: Allocation flag for EWHRELAD" _column(686 ) byte ewhrelae %2f "CC: Place other relative cared for 5th" _column(688 ) byte awhrelae %1f "CC: Allocation flag for EWHRELAE" _column(689 ) byte erelhr1a %2f "CC: Hours relative cared for the YOUNGEST" _column(691 ) byte arelhr1a %1f "CC: Allocation flag for ERELHR1A" _column(692 ) byte erelhr1b %2f "CC: Hours relative cared for the 2nd YOUNGEST" _column(694 ) byte arelhr1b %1f "CC: Allocation flag for ERELHR1B" _column(695 ) byte erelhr1c %2f "CC: Hours relative cared for the 3rd YOUNGEST" _column(697 ) byte arelhr1c %1f "CC: Allocation flag for ERELHR1C" _column(698 ) byte erelhr1d %2f "CC: Hours relative cared for the 4th YOUNGEST" _column(700 ) byte arelhr1d %1f "CC: Allocation flag for ERELHR1D" _column(701 ) byte erelhr1e %2f "CC: Hours relative cared for the 5th YOUNGEST" _column(703 ) byte arelhr1e %1f "CC: Allocation flag for ERELHR1E" _column(704 ) byte erelhr2a %2f "CC: Work hours relative cared for the" _column(706 ) byte arelhr2a %1f "CC: Allocation flag for ERELHR2A" _column(707 ) byte erelhr2b %2f "CC: Work hours relative cared for the 2nd" _column(709 ) byte arelhr2b %1f "CC: Allocation flag for ERELHR2B" _column(710 ) byte erelhr2c %2f "CC: Work hours relative cared for 3rd" _column(712 ) byte arelhr2c %1f "CC: Allocation flag for ERELHR2C" _column(713 ) byte erelhr2d %2f "CC: Work hours relative cared for 4th" _column(715 ) byte arelhr2d %1f "CC: Allocation flag for ERELHR2D" _column(716 ) byte erelhr2e %2f "CC: Work hours relative cared for 5th" _column(718 ) byte arelhr2e %1f "CC: Allocation flag for ERELHR2E" _column(719 ) byte epayrela %2f "CC: Paid other relative to care for the" _column(721 ) byte apayrela %1f "CC: Allocation flag for EPAYRELA" _column(722 ) byte epayrelb %2f "CC: Paid other relative to care for 2nd" _column(724 ) byte apayrelb %1f "CC: Allocation flag for EPAYRELB" _column(725 ) byte epayrelc %2f "CC: Paid other relative to care for 3rd" _column(727 ) byte apayrelc %1f "CC: Allocation flag for EPAYRELC" _column(728 ) byte epayreld %2f "CC: Paid other relative to care for 4th" _column(730 ) byte apayreld %1f "CC: Allocation flag for EPAYRELD" _column(731 ) byte epayrele %2f "CC: Paid other relative to care for 5th" _column(733 ) byte apayrele %1f "CC: Allocation flag for EPAYRELE" _column(734 ) int tamtrela %3f "CC: Amount relative paid to watch YOUNGEST" _column(737 ) byte aamtrela %1f "CC: Allocation flag for TAMTRELA" _column(738 ) int tamtrelb %3f "CC: Amount relative paid to watch 2nd" _column(741 ) byte aamtrelb %1f "CC: Allocation flag for TAMTRELB" _column(742 ) int tamtrelc %3f "CC: Amount relative paid to watch 3rd" _column(745 ) byte aamtrelc %1f "CC: Allocation flag for TAMTRELC" _column(746 ) int tamtreld %3f "CC: Amount relative paid to watch 4th" _column(749 ) byte aamtreld %1f "CC: Allocation flag for TAMTRELD" _column(750 ) int tamtrele %3f "CC: Amount relative paid to watch 5th" _column(753 ) byte aamtrele %1f "CC: Allocation flag for TAMTRELE" _column(754 ) byte ehrfam1a %2f "CC: Hours YOUNGEST child spent in family day" _column(756 ) byte ahrfam1a %1f "CC: Allocation flag for EHRFAM1A" _column(757 ) byte ehrfam1b %2f "CC: Hours 2nd YOUNGEST child spent in family" _column(759 ) byte ahrfam1b %1f "CC: Allocation flag for EHRFAM1B" _column(760 ) byte ehrfam1c %2f "CC: Hours 3rd YOUNGEST child spent in family" _column(762 ) byte ahrfam1c %1f "CC: Allocation flag for EHRFAM1C" _column(763 ) byte ehrfam1d %2f "CC: Hours 4th YOUNGEST child spent in family" _column(765 ) byte ahrfam1d %1f "CC: Allocation flag for EHRFAM1D" _column(766 ) byte ehrfam1e %2f "CC: Hours 5th YOUNGEST child spent in family" _column(768 ) byte ahrfam1e %1f "CC: Allocation flag for EHRFAM1E" _column(769 ) byte ehrfam2a %2f "CC: Work hours YOUNGEST child spent in family" _column(771 ) byte ahrfam2a %1f "CC: Allocation flag for EHRFAM2A" _column(772 ) byte ehrfam2b %2f "CC: Work hrs 2nd YOUNGEST child spent in" _column(774 ) byte ahrfam2b %1f "CC: Allocation flag for EHRFAM2B" _column(775 ) byte ehrfam2c %2f "CC: Work hrs 3rd YOUNGEST child spent in" _column(777 ) byte ahrfam2c %1f "CC: Allocation flag for EHRFAM2C" _column(778 ) byte ehrfam2d %2f "CC: Work hrs 4th YOUNGEST child spent in" _column(780 ) byte ahrfam2d %1f "CC: Allocation flag for EHRFAM2D" _column(781 ) byte ehrfam2e %2f "CC: Work hrs 5th YOUNGEST child spent in" _column(783 ) byte ahrfam2e %1f "CC: Allocation flag for EHRFAM2E" _column(784 ) byte epayfama %2f "CC: Paid for family day care for YOUNGEST" _column(786 ) byte apayfama %1f "CC: Allocation flag for EPAYFAMA" _column(787 ) byte epayfamb %2f "CC: Paid for family day care for 2nd YOUNGEST" _column(789 ) byte apayfamb %1f "CC: Allocation flag for EPAYFAMB" _column(790 ) byte epayfamc %2f "CC: Paid for family day care for 3rd YOUNGEST" _column(792 ) byte apayfamc %1f "CC: Allocation flag for EPAYFAMC" _column(793 ) byte epayfamd %2f "CC: Paid for family day care for 4th YOUNGEST" _column(795 ) byte apayfamd %1f "CC: Allocation flag for EPAYFAMD" _column(796 ) byte epayfame %2f "CC: Paid for family day care for 5th YOUNGEST" _column(798 ) byte apayfame %1f "CC: Allocation flag for EPAYFAME" _column(799 ) int tamtfama %3f "CC: Amount paid family day care for YOUNGEST" _column(802 ) byte aamtfama %1f "CC: Allocation flag for TAMTFAMA" _column(803 ) int tamtfamb %3f "CC: Amount paid family day care for 2nd" _column(806 ) byte aamtfamb %1f "CC: Allocation flag for TAMTFAMB" _column(807 ) int tamtfamc %3f "CC: Amount paid family day care for 3rd" _column(810 ) byte aamtfamc %1f "CC: Allocation flag for TAMTFAMC" _column(811 ) int tamtfamd %3f "CC: Amount paid family day care for 4th" _column(814 ) byte aamtfamd %1f "CC: Allocation flag for TAMTFAMD" _column(815 ) int tamtfame %3f "CC: Amount paid family day care for 5th" _column(818 ) byte aamtfame %1f "CC: Allocation flag for TAMTFAME" _column(819 ) byte ewhdayca %2f "CC: Place day care cared for YOUNGEST child" _column(821 ) byte awhdayca %1f "CC: Allocation flag for EWHDAYCA" _column(822 ) byte ewhdaycb %2f "CC: Place day care cared for 2nd YOUNGEST" _column(824 ) byte awhdaycb %1f "CC: Allocation flag for EWHDAYCB" _column(825 ) byte ewhdaycc %2f "CC: Place day care cared for 3rd YOUNGEST" _column(827 ) byte awhdaycc %1f "CC: Allocation flag for EWHDAYCC" _column(828 ) byte ewhdaycd %2f "CC: Place day care cared for 4th YOUNGEST" _column(830 ) byte awhdaycd %1f "CC: Allocation flag for EWHDAYCD" _column(831 ) byte ewhdayce %2f "CC: Place day care cared for 5th YOUNGEST" _column(833 ) byte awhdayce %1f "CC: Allocation flag for EWHDAYCE" _column(834 ) byte edayhrsa %2f "CC: Weekly hours YOUNGEST child was in day" _column(836 ) byte adayhrsa %2f "CC: Allocation flag for EDAYHRSA" _column(838 ) byte edayhrsb %2f "CC: Weekly hours 2nd YOUNGEST child was in" _column(840 ) byte adayhrsb %1f "CC: Allocation flag for EDAYHRSB" _column(841 ) byte edayhrsc %2f "CC: Weekly hours 3rd YOUNGEST child was in" _column(843 ) byte adayhrsc %1f "CC: Allocation flag for EDAYHRSC" _column(844 ) byte edayhrsd %2f "CC: Weekly hours 4th YOUNGEST child was in" _column(846 ) byte adayhrsd %1f "CC: Allocation flag for EDAYHRSD" _column(847 ) byte edayhrse %2f "CC: Weekly hours 5th YOUNGEST child was in" _column(849 ) byte adayhrse %1f "CC: Allocation flag for EDAYHRSE" _column(850 ) byte ehrdayca %2f "CC: Work hours the YOUNGEST child was at day" _column(852 ) byte ahrdayca %1f "CC: Allocation flag for EHRDAYCA" _column(853 ) byte ehrdaycb %2f "CC: Work hours the 2nd YOUNGEST child was at" _column(855 ) byte ahrdaycb %1f "CC: Allocation flag for EHRDAYCB" _column(856 ) byte ehrdaycc %2f "CC: Work hours the 3rd YOUNGEST child was at" _column(858 ) byte ahrdaycc %1f "CC: Allocation flag for EHRDAYCC" _column(859 ) byte ehrdaycd %2f "CC: Work hours the 4th YOUNGEST child was at" _column(861 ) byte ahrdaycd %1f "CC: Allocation flag for EHRDAYCD" _column(862 ) byte ehrdayce %2f "CC: Work hours the 5th YOUNGEST child was at" _column(864 ) byte ahrdayce %1f "CC: Allocation flag for EHRDAYCE" _column(865 ) byte epaydaya %2f "CC: Paid day care center to care for YOUNGEST" _column(867 ) byte apaydaya %1f "CC: Allocation flag for EPAYDAYA" _column(868 ) byte epaydayb %2f "CC: Paid day care center to care for 2nd" _column(870 ) byte apaydayb %1f "CC: Allocation flag for EPAYDAYB" _column(871 ) byte epaydayc %2f "CC: Paid day care center to care for 3rd" _column(873 ) byte apaydayc %1f "CC: Allocation flag for EPAYDAYC" _column(874 ) byte epaydayd %2f "CC: Paid day care center to care for 4th" _column(876 ) byte apaydayd %1f "CC: Allocation flag for EPAYDAYD" _column(877 ) byte epaydaye %2f "CC: Paid day care center to care for 5th" _column(879 ) byte apaydaye %1f "CC: Allocation flag for EPAYDAYE" _column(880 ) int tamtdaya %3f "CC: Amount paid for day care for YOUNGEST" _column(883 ) byte aamtdaya %1f "CC: Allocation flag for TAMTDAYA" _column(884 ) int tamtdayb %3f "CC: Amount paid for day care for 2nd YOUNGEST" _column(887 ) byte aamtdayb %1f "CC: Allocation flag for TAMTDAYB" _column(888 ) int tamtdayc %3f "CC: Amount paid for day care for 3rd YOUNGEST" _column(891 ) byte aamtdayc %1f "CC: Allocation flag for TAMTDAYC" _column(892 ) int tamtdayd %3f "CC: Amount paid for day care for 4th YOUNGEST" _column(895 ) byte aamtdayd %1f "CC: Allocation flag for TAMTDAYD" _column(896 ) int tamtdaye %3f "CC: Amount paid for day care for 5th YOUNGEST" _column(899 ) byte aamtdaye %1f "CC: Allocation flag for TAMTDAYE" _column(900 ) byte ewhnursa %2f "CC: Place of nursery school for YOUNGEST child" _column(902 ) byte awhnursa %1f "CC: Allocation flag for EWHNURSA" _column(903 ) byte ewhnursb %2f "CC: Place of nursery school for 2nd YOUNGEST" _column(905 ) byte awhnursb %1f "CC: Allocation flag for EWHNURSB" _column(906 ) byte ewhnursc %2f "CC: Place of nursery school for 3rd YOUNGEST" _column(908 ) byte awhnursc %1f "CC: Allocation flag for EWHNURSC" _column(909 ) byte ewhnursd %2f "CC: Place of nursery school for 4th YOUNGEST" _column(911 ) byte awhnursd %1f "CC: Allocation flag for EWHNURSD" _column(912 ) byte ewhnurse %2f "CC: Place of nursery school for 5th YOUNGEST" _column(914 ) byte awhnurse %1f "CC: Allocation flag for EWHNURSE" _column(915 ) byte enurhrsa %2f "CC: Hours the YOUNGEST child attended nursery" _column(917 ) byte anurhrsa %1f "CC: Allocation flag for ENURHRSA" _column(918 ) byte enurhrsb %2f "CC: Hours 2nd YOUNGEST child attended nursery" _column(920 ) byte anurhrsb %1f "CC: Allocation flag for ENURHRSB" _column(921 ) byte enurhrsc %2f "CC: Hours 3rd YOUNGEST child attended nursery" _column(923 ) byte anurhrsc %1f "CC: Allocation flag for ENURHRSC" _column(924 ) byte enurhrsd %2f "CC: Hours 4th YOUNGEST child attended nursery" _column(926 ) byte anurhrsd %1f "CC: Allocation flag for ENURHRSD" _column(927 ) byte enurhrse %2f "CC: Hours 5th YOUNGEST child attended nursery" _column(929 ) byte anurhrse %1f "CC: Allocation flag for ENURHRSE" _column(930 ) byte ehrnursa %2f "CC: Work hours YOUNGEST child spent at" _column(932 ) byte ahrnursa %1f "CC: Allocation flag for EHRNURSA" _column(933 ) byte ehrnursb %2f "CC: Work hours 2nd YOUNGEST child spent at" _column(935 ) byte ahrnursb %1f "CC: Allocation flag for EHRNURSB" _column(936 ) byte ehrnursc %2f "CC: Work hours 3rd YOUNGEST child spent at" _column(938 ) byte ahrnursc %1f "CC: Allocation flag for EHRNURSC" _column(939 ) byte ehrnursd %2f "CC: Work hours 4th YOUNGEST child spent at" _column(941 ) byte ahrnursd %1f "CC: Allocation flag for EHRNURSD" _column(942 ) byte ehrnurse %2f "CC: Work hours 5th YOUNGEST child spent at" _column(944 ) byte ahrnurse %1f "CC: Allocation flag for EHRNURSE" _column(945 ) byte epaynura %2f "CC: Paid nursery school to care for YOUNGEST" _column(947 ) byte apaynura %1f "CC: Allocation flag for EPAYNURA" _column(948 ) byte epaynurb %2f "CC: Paid nursery school to care for 2nd" _column(950 ) byte apaynurb %1f "CC: Allocation flag for EPAYNURB" _column(951 ) byte epaynurc %2f "CC: Paid nursery school to care for 3rd" _column(953 ) byte apaynurc %1f "CC: Allocation flag for EPAYNURC" _column(954 ) byte epaynurd %2f "CC: Paid nursery school to care for 4th" _column(956 ) byte apaynurd %1f "CC: Allocation flag for EPAYNURD" _column(957 ) byte epaynure %2f "CC: Paid nursery school to care for 5th" _column(959 ) byte apaynure %1f "CC: Allocation flag for EPAYNURE" _column(960 ) int tamtnura %3f "CC: Amount paid for YOUNGEST child's nursery" _column(963 ) byte aamtnura %1f "CC: Allocation flag for TAMTNURA" _column(964 ) int tamtnurb %3f "CC: Amount paid for 2nd YOUNGEST child's" _column(967 ) byte aamtnurb %1f "CC: Allocation flag for TAMTNURB" _column(968 ) int tamtnurc %3f "CC: Amount paid for 3rd YOUNGEST child's" _column(971 ) byte aamtnurc %1f "CC: Allocation flag for TAMTNURC" _column(972 ) int tamtnurd %3f "CC: Amount paid for 4th YOUNGEST child's" _column(975 ) byte aamtnurd %1f "CC: Allocation flag for TAMTNURD" _column(976 ) int tamtnure %3f "CC: Amount paid for 5th YOUNGEST child's" _column(979 ) byte aamtnure %1f "CC: Allocation flag for TAMTNURE" _column(980 ) byte eheadhra %2f "CC: Hours YOUNGEST child attended Head Start" _column(982 ) byte aheadhra %1f "CC: Allocation flag for EHEADHRA" _column(983 ) byte eheadhrb %2f "CC: Hours 2nd YOUNGEST child attended Head" _column(985 ) byte aheadhrb %1f "CC: Allocation flag for EHEADHRB" _column(986 ) byte eheadhrc %2f "CC: Hours 3rd YOUNGEST child attended Head" _column(988 ) byte aheadhrc %1f "CC: Allocation flag for EHEADHRC" _column(989 ) byte eheadhrd %2f "CC: Hours 4th YOUNGEST child attended Head" _column(991 ) byte aheadhrd %1f "CC: Allocation flag for EHEADHRD" _column(992 ) byte eheadhre %2f "CC: Hours 5th YOUNGEST child attended Head" _column(994 ) byte aheadhre %1f "CC: Allocation flag for EHEADHRE" _column(995 ) byte ehrstara %2f "CC: Work hours YOUNGEST child attended Head" _column(997 ) byte ahrstara %1f "CC: Allocation flag for EHRSTARA" _column(998 ) byte ehrstarb %2f "CC: Work hours 2nd YOUNGEST child attended" _column(1000) byte ahrstarb %1f "CC: Allocation flag for EHRSTARB" _column(1001) byte ehrstarc %2f "CC: Work hours 3rd YOUNGEST child attended" _column(1003) byte ahrstarc %1f "CC: Allocation flag for EHRSTARC" _column(1004) byte ehrstard %2f "CC: Work hours 4th YOUNGEST child attended" _column(1006) byte ahrstard %1f "CC: Allocation flag for EHRSTARD" _column(1007) byte ehrstare %2f "CC: Work hours 5th YOUNGEST child attended" _column(1009) byte ahrstare %1f "CC: Allocation flag for EHRSTARE" _column(1010) byte epaystaa %2f "CC: Paid Head Start for YOUNGEST child" _column(1012) byte apaystaa %1f "CC: Allocation flag for EPAYSTAA" _column(1013) byte epaystab %2f "CC: Paid Head Start for 2nd YOUNGEST child" _column(1015) byte apaystab %1f "CC: Allocation flag for EPAYSTAB" _column(1016) byte epaystac %2f "CC: Paid Head Start for 3rd YOUNGEST child" _column(1018) byte apaystac %1f "CC: Allocation flag for EPAYSTAC" _column(1019) byte epaystad %2f "CC: Paid Head Start for 4th YOUNGEST child" _column(1021) byte apaystad %1f "CC: Allocation flag for EPAYSTAD" _column(1022) byte epaystae %2f "CC: Paid Head Start for 5th YOUNGEST child" _column(1024) byte apaystae %1f "CC: Allocation flag for EPAYSTAE" _column(1025) byte tamtstaa %2f "CC: Amount paid to Head Start for YOUNGEST" _column(1027) byte aamtstaa %1f "CC: Allocation flag for TAMTSTAA" _column(1028) byte tamtstab %2f "CC: Amount paid to Head Start for 2nd" _column(1030) byte aamtstab %1f "CC: Allocation flag for TAMTSTAB" _column(1031) byte tamtstac %2f "CC: Amount paid to Head Start for 3rd" _column(1033) byte aamtstac %1f "CC: Allocation flag for TAMTSTAC" _column(1034) byte tamtstad %2f "CC: Amount paid to Head Start for 4th" _column(1036) byte aamtstad %1f "CC: Allocation flag for TAMTSTAD" _column(1037) byte tamtstae %2f "CC: Amount paid to Head Start for 5th" _column(1039) byte aamtstae %1f "CC: Allocation flag for TAMTSTAE" _column(1040) byte ewhothea %2f "CC: Place YOUNGEST child was cared for by" _column(1042) byte awhothea %1f "CC: Allocation flag for EWHOTHEA" _column(1043) byte ewhotheb %2f "CC: Place 2nd YOUNGEST was cared for by" _column(1045) byte awhotheb %1f "CC: Allocation flag for EWHOTHEB" _column(1046) byte ewhothec %2f "CC: Place 3rd YOUNGEST was cared for by" _column(1048) byte awhothec %1f "CC: Allocation flag for EWHOTHEC" _column(1049) byte ewhothed %2f "CC: Place 4th YOUNGEST was cared for by" _column(1051) byte awhothed %1f "CC: Allocation flag for EWHOTHED" _column(1052) byte ewhothee %2f "CC: Place 5th YOUNGEST was cared for by" _column(1054) byte awhothee %1f "CC: Allocation flag for EWHOTHEE" _column(1055) byte eothehra %2f "CC: Hours the non-relative cared for YOUNGEST" _column(1057) byte aothehra %1f "CC: Allocation flag for EOTHEHRA" _column(1058) byte eothehrb %2f "CC: Hours non-relative cared for 2nd YOUNGEST" _column(1060) byte aothehrb %1f "CC: Allocation flag for EOTHEHRB" _column(1061) byte eothehrc %2f "CC: Hours non-relative cared for 3rd YOUNGEST" _column(1063) byte aothehrc %1f "CC: Allocation flag for EOTHEHRC" _column(1064) byte eothehrd %2f "CC: Hours non-relative cared for 4th YOUNGEST" _column(1066) byte aothehrd %1f "CC: Allocation flag for EOTHEHRD" _column(1067) byte eothehre %2f "CC: Hours non-relative cared for 5th YOUNGEST" _column(1069) byte aothehre %1f "CC: Allocation flag for EOTHEHRE" _column(1070) byte ehrothea %2f "CC: Work hours non-relative care for YOUNGEST" _column(1072) byte ahrothea %1f "CC: Allocation flag for EHROTHEA" _column(1073) byte ehrotheb %2f "CC: Work hours non-relative care for 2nd" _column(1075) byte ahrotheb %1f "CC: Allocation flag for EHROTHEB" _column(1076) byte ehrothec %2f "CC: Work hours non-relative cared for 3rd" _column(1078) byte ahrothec %1f "CC: Allocation flag for EHROTHEC" _column(1079) byte ehrothed %2f "CC: Work hours non-relative cared for 4th" _column(1081) byte ahrothed %1f "CC: Allocation flag for EHROTHED" _column(1082) byte ehrothee %2f "CC: Work hours non-relative cared for 5th" _column(1084) byte ahrothee %1f "CC: Allocation flag for EHROTHEE" _column(1085) byte epayotha %2f "CC: Paid non-relative to care for YOUNGEST" _column(1087) byte apayotha %1f "CC: Allocation flag for EPAYOTHA" _column(1088) byte epayothb %2f "CC: Paid non-relative to care for 2nd" _column(1090) byte apayothb %1f "CC: Allocation flag for EPAYOTHB" _column(1091) byte epayothc %2f "CC: Paid non-relative to care for 3rd" _column(1093) byte apayothc %1f "CC: Allocation flag for EPAYOTHC" _column(1094) byte epayothd %2f "CC: Paid non-relative to care for 4th" _column(1096) byte apayothd %1f "CC: Allocation flag for EPAYOTHD" _column(1097) byte epayothe %2f "CC: Paid non-relative to care for 5th" _column(1099) byte apayothe %1f "CC: Allocation flag for EPAYOTHE" _column(1100) int tamtotha %3f "CC: Amount paid to non-relative to care for" _column(1103) byte aamtotha %1f "CC: Allocation flag for TAMTOTHA" _column(1104) int tamtothb %3f "CC: Amount paid to non-relative to care for" _column(1107) byte aamtothb %1f "CC: Allocation flag for TAMTOTHB" _column(1108) int tamtothc %3f "CC: Amount paid to non-relative to care for" _column(1111) byte aamtothc %1f "CC: Allocation flag for TAMTOTHC" _column(1112) int tamtothd %3f "CC: Amount paid to non-relative to care for" _column(1115) byte aamtothd %1f "CC: Allocation flag for TAMTOTHD" _column(1116) int tamtothe %3f "CC: Amount paid to non-relative to care for" _column(1119) byte aamtothe %1f "CC: Allocation flag for TAMTOTHE" _column(1120) byte eschoowa %2f "CC: YOUNGEST child attended school last month" _column(1122) byte aschoowa %1f "CC: Allocation flag for ESCHOOWA" _column(1123) byte eschoowb %2f "CC: 2nd YOUNGEST child attended school last" _column(1125) byte aschoowb %1f "CC: Allocation flag for ESCHOOWB" _column(1126) byte eschoowc %2f "CC: 3rd YOUNGEST child attended school last" _column(1128) byte aschoowc %1f "CC: Allocation flag for ESCHOOWC" _column(1129) byte eschoowd %2f "CC: 4th YOUNGEST child attended school last" _column(1131) byte aschoowd %1f "CC: Allocation flag for ESCHOOWD" _column(1132) byte eschoowe %2f "CC: 5th YOUNGEST child attended school last" _column(1134) byte aschoowe %1f "CC: Allocation flag for ESCHOOWE" _column(1135) byte ehrschwa %2f "CC: Hours per week YOUNGEST child was in" _column(1137) byte ahrschwa %1f "CC: Allocation flag for EHRSCHWA" _column(1138) byte ehrschwb %2f "CC: Hours per week 2nd YOUNGEST child was in" _column(1140) byte ahrschwb %1f "CC: Allocation flag for EHRSCHWB" _column(1141) byte ehrschwc %2f "CC: Hours per week 3rd YOUNGEST child was in" _column(1143) byte ahrschwc %1f "CC: Allocation flag for EHRSCHWC" _column(1144) byte ehrschwd %2f "CC: Hours per week 4th YOUNGEST child was in" _column(1146) byte ahrschwd %1f "CC: Allocation flag for EHRSCHWD" _column(1147) byte ehrschwe %2f "CC: Hours per week 5th YOUNGEST child was in" _column(1149) byte ahrschwe %1f "CC: Allocation flag for EHRSCHWE" _column(1150) byte ehrschoa %2f "CC: Work hours YOUNGEST child was in school" _column(1152) byte ahrschoa %1f "CC: Allocation flag for EHRSCHOA" _column(1153) byte ehrschob %2f "CC: Work hours 2nd YOUNGEST child was in" _column(1155) byte ahrschob %1f "CC: Allocation flag for EHRSCHOB" _column(1156) byte ehrschoc %2f "CC: Work hours 3rd YOUNGEST child was in" _column(1158) byte ahrschoc %1f "CC: Allocation flag for EHRSCHOC" _column(1159) byte ehrschod %2f "CC: Work hours 4th YOUNGEST child was in" _column(1161) byte ahrschod %1f "CC: Allocation flag for EHRSCHOD" _column(1162) byte ehrschoe %2f "CC: Work hours 5th YOUNGEST child was in" _column(1164) byte ahrschoe %1f "CC: Allocation flag for EHRSCHOE" _column(1165) byte eselfcaa %2f "CC: YOUNGEST child cared for self" _column(1167) byte aselfcaa %1f "CC: Allocation flag for ESELFCAA" _column(1168) byte eselfcab %2f "CC: 2nd YOUNGEST child cared for self" _column(1170) byte aselfcab %1f "CC: Allocation flag for ESELFCAB" _column(1171) byte eselfcac %2f "CC: 3rd YOUNGEST child cared for self" _column(1173) byte aselfcac %1f "CC: Allocation flag for ESELFCAC" _column(1174) byte eselfcad %2f "CC: 4th YOUNGEST child cared for self" _column(1176) byte aselfcad %1f "CC: Allocation flag for ESELFCAD" _column(1177) byte eselfcae %2f "CC: 5th YOUNGEST child cared for self" _column(1179) byte aselfcae %1f "CC: Allocation flag for ESELFCAE" _column(1180) byte ekidhr1a %2f "CC: Hours per week YOUNGEST child cared for" _column(1182) byte akidhr1a %1f "CC: Allocation flag for EKIDHR1A" _column(1183) byte ekidhr1b %2f "CC: Hours per week 2nd YOUNGEST child cared" _column(1185) byte akidhr1b %1f "CC: Allocation flag for EKIDHR1B" _column(1186) byte ekidhr1c %2f "CC: Hours per week 3rd YOUNGEST child cared" _column(1188) byte akidhr1c %1f "CC: Allocation flag for EKIDHR1C" _column(1189) byte ekidhr1d %2f "CC: Hours per week 4th YOUNGEST child cared" _column(1191) byte akidhr1d %1f "CC: Allocation flag for EKIDHR1D" _column(1192) byte ekidhr1e %2f "CC: Hours per week 5th YOUNGEST child cared" _column(1194) byte akidhr1e %1f "CC: Allocation flag for EKIDHR1E" _column(1195) byte ekidhr2a %2f "CC: Work hours YOUNGEST child cared for self" _column(1197) byte akidhr2a %1f "CC: Allocation flag for EKIDHR2A" _column(1198) byte ekidhr2b %2f "CC: Work hours 2nd YOUNGEST child cared for" _column(1200) byte akidhr2b %1f "CC: Allocation flag for EKIDHR2B" _column(1201) byte ekidhr2c %2f "CC: Work hours 3rd YOUNGEST child cared for" _column(1203) byte akidhr2c %1f "CC: Allocation flag for EKIDHR2C" _column(1204) byte ekidhr2d %2f "CC: Work hours 4th YOUNGEST child cared for" _column(1206) byte akidhr2d %1f "CC: Allocation flag for EKIDHR2D" _column(1207) byte ekidhr2e %2f "CC: Work hours 5th YOUNGEST child cared for" _column(1209) byte akidhr2e %1f "CC: Allocation flag for EKIDHR2E" _column(1210) byte edaychaa %2f "CC: Any change in child care for YOUNGEST" _column(1212) byte adaychaa %1f "CC: Allocation flag for EDAYCHAA" _column(1213) byte edaychab %2f "CC: Any change in child care for 2nd YOUNGEST" _column(1215) byte adaychab %1f "CC: Allocation flag for EDAYCHAB" _column(1216) byte edaychac %2f "CC: Any change in child care for 3rd YOUNGEST" _column(1218) byte adaychac %1f "CC: Allocation flag for EDAYCHAC" _column(1219) byte edaychad %2f "CC: Any change in child care for 4th YOUNGEST" _column(1221) byte adaychad %1f "CC: Allocation flag for EDAYCHAD" _column(1222) byte edaychae %2f "CC: Any change in child care for 5th YOUNGEST" _column(1224) byte adaychae %1f "CC: Allocation flag for EDAYCHAE" _column(1225) byte epayhela %2f "CC: Anyone help pay for YOUNGEST child's care" _column(1227) byte apayhela %1f "CC: Allocation flag for EPAYHELA" _column(1228) byte epayhelb %2f "CC: Anyone help pay for 2nd YOUNGEST child's" _column(1230) byte apayhelb %1f "CC: Allocation flag for EPAYHELB" _column(1231) byte epayhelc %2f "CC: Anyone help pay for 3rd YOUNGEST child's" _column(1233) byte apayhelc %1f "CC: Allocation flag for EPAYHELC" _column(1234) byte epayheld %2f "CC: Anyone help pay for 4th YOUNGEST child's" _column(1236) byte apayheld %1f "CC: Allocation flag for EPAYHELD" _column(1237) byte epayhele %2f "CC: Anyone help pay for 5th YOUNGEST child's" _column(1239) byte apayhele %1f "CC: Allocation flag for EPAYHELE" _column(1240) byte ewhopa1a %2f "CC: Government helped pay for YOUNGEST" _column(1242) byte ewhopa2a %2f "CC: Other parent helped pay for YOUNGEST" _column(1244) int ewhopa3a %3f "CC: Employer helped pay for YOUNGEST child's" _column(1247) byte ewhopa4a %2f "CC: Someone else helped pay for YOUNGEST" _column(1249) byte awhopaa %1f "CC: Allocation flag for EWHOPA1A-EWHOPA4A" _column(1250) byte ewhopa1b %2f "CC: Government helped pay for 2nd YOUNGEST" _column(1252) byte ewhopa2b %2f "CC: Other parent helped pay 2nd YOUNGEST" _column(1254) byte ewhopa3b %2f "CC: Employer helped pay for 2nd YOUNGEST" _column(1256) byte ewhopa4b %2f "CC: Someone else helped pay 2nd YOUNGEST" _column(1258) byte awhopab %1f "CC: Allocation flag for EWHOPA1B-EWHOPA4B" _column(1259) byte ewhopa1c %2f "CC: Government helped pay for 3rd YOUNGEST" _column(1261) byte ewhopa2c %2f "CC: Other parent helped pay 3rd YOUNGEST" _column(1263) byte ewhopa3c %2f "CC: Employer helped pay 3rd YOUNGEST child's" _column(1265) byte ewhopa4c %2f "CC: Someone else helped pay 3rd YOUNGEST" _column(1267) byte awhopac %1f "CC: Allocation flag for EWHOPA1C-EWHOPA4C" _column(1268) byte ewhopa1d %2f "CC: Government helped pay for 4th YOUNGEST" _column(1270) byte ewhopa2d %2f "CC: Other parent helped pay 4th YOUNGEST" _column(1272) byte ewhopa3d %2f "CC: Employer helped pay 4th YOUNGEST child's" _column(1274) byte ewhopa4d %2f "CC: Someone else helped pay 4th YOUNGEST" _column(1276) byte awhopad %1f "CC: Allocation flag for EWHOPA1D-EWHOPA4D" _column(1277) byte ewhopa1e %2f "CC: Government helped pay for 5th YOUNGEST" _column(1279) byte ewhopa2e %2f "CC: Other parent helped pay 5th YOUNGEST" _column(1281) byte ewhopa3e %2f "CC: Employer helped pay for 5th YOUNGEST" _column(1283) byte ewhopa4e %2f "CC: Someone else helped pay 5th YOUNGEST" _column(1285) byte awhopae %1f "CC: Allocation flag for EWHOPA1E-EWHOPA4E" _column(1286) byte esatisa %2f "CC: Satisfied with care of YOUNGEST child" _column(1288) byte esatisb %2f "CC: Satisfied with care of 2nd YOUNGEST child" _column(1290) byte esatisc %2f "CC: Satisfied with care of 3rd YOUNGEST child" _column(1292) byte esatisd %2f "CC: Satisfied with care of 4th YOUNGEST child" _column(1294) byte esatise %2f "CC: Satisfied with care of 5th YOUNGEST child" _column(1296) byte elista %2f "CC: On waiting list for care for YOUNGEST" _column(1298) byte alista %1f "CC: Allocation flag for ELISTA" _column(1299) byte elistb %2f "CC: On waiting list for care for 2nd YOUNGEST" _column(1301) byte alistb %1f "CC: Allocation flag for ELISTB" _column(1302) byte elistc %2f "CC: On waiting list for care for 3rd YOUNGEST" _column(1304) byte alistc %1f "CC: Allocation flag for ELISTC" _column(1305) byte elistd %2f "CC: On waiting list for care for 4th YOUNGEST" _column(1307) byte alistd %1f "CC: Allocation flag for ELISTD" _column(1308) byte eliste %2f "CC: On waiting list for care for 5th YOUNGEST" _column(1310) byte aliste %1f "CC: Allocation flag for ELISTE" _column(1311) byte eccunv2 %2f "CC: Universe indicator." _column(1313) str4 eccpnumf %4s "CC: Person number of the youngest child 6-14" _column(1317) str4 eccpnumg %4s "CC: Person number of the 2nd YOUNGEST child" _column(1321) str4 eccpnumh %4s "CC: Person number of the 3rd YOUNGEST child" _column(1325) str4 eccpnumi %4s "CC: Person number of the 4th YOUNGEST child" _column(1329) str4 eccpnumj %4s "CC: Person number of the 5th YOUNGEST child" _column(1333) byte eccagef %2f "CC: Age of the YOUNGEST child 6-14" _column(1335) byte eccageg %2f "CC: Age of the 2nd YOUNGEST child 6-14" _column(1337) byte eccageh %2f "CC: Age of the 3rd YOUNGEST child 6-14" _column(1339) byte eccagei %2f "CC: Age of the 4th YOUNGEST child 6-14" _column(1341) byte eccagej %2f "CC: Age of the 5th YOUNGEST child 6-14" _column(1343) byte eckd01f %2f "CC: Arrangement of the other parent or" _column(1345) byte eckd01g %2f "CC: Arrangement of the other parent or" _column(1347) byte eckd01h %2f "CC: Arrangement of the other parent or" _column(1349) byte eckd01i %2f "CC: Arrangement of the other parent or" _column(1351) byte eckd01j %2f "CC: Arrangement of the other parent or" _column(1353) byte eckd02f %2f "CC: Arrangement of parent or guardian" _column(1355) byte eckd02g %2f "CC: Arrangement of parent or guardian" _column(1357) byte eckd02h %2f "CC: Arrangement of parent or guardian" _column(1359) byte eckd02i %2f "CC: Arrangement of parent or guardian" _column(1361) byte eckd02j %2f "CC: Arrangement of parent or guardian" _column(1363) byte eckd03f %2f "CC: Arrangement of sibling age 15 or older" _column(1365) byte eckd03g %2f "CC: Arrangement of sibling age 15 or older" _column(1367) byte eckd03h %2f "CC: Arrangement of sibling age 15 or older" _column(1369) byte eckd03i %2f "CC: Arrangement of sibling age 15 or older" _column(1371) byte eckd03j %2f "CC: Arrangement of sibling age 15 or older" _column(1373) byte eckd04f %2f "CC: Arrangement of sibling under age 15" _column(1375) byte eckd04g %2f "CC: Arrangement of sibling under age 15" _column(1377) byte eckd04h %2f "CC: Arrangement of sibling under age 15" _column(1379) byte eckd04i %2f "CC: Arrangement of sibling under age 15" _column(1381) byte eckd04j %2f "CC: Arrangement of sibling under age 15" _column(1383) byte eckd05f %2f "CC: Arrangement of grandparent" _column(1385) byte eckd05g %2f "CC: Arrangement of grandparent" _column(1387) byte eckd05h %2f "CC: Arrangement of grandparent" _column(1389) byte eckd05i %2f "CC: Arrangement of grandparent" _column(1391) byte eckd05j %2f "CC: Arrangement of grandparent" _column(1393) byte eckd06f %2f "CC: Arrangement of any other relative" _column(1395) byte eckd06g %2f "CC: Arrangement of any other relative" _column(1397) byte eckd06h %2f "CC: Arrangement of any other relative" _column(1399) byte eckd06i %2f "CC: Arrangement of any other relative" _column(1401) byte eckd06j %2f "CC: Arrangement of any other relative" _column(1403) byte eckd07f %2f "CC: Arrangement of family day care provider" _column(1405) byte eckd07g %2f "CC: Arrangement of family day care provider" _column(1407) byte eckd07h %2f "CC: Arrangement of family day care provider" _column(1409) byte eckd07i %2f "CC: Arrangement of family day care provider" _column(1411) byte eckd07j %2f "CC: Arrangement of family day care provider" _column(1413) byte eckd08f %2f "CC: Arrangement of child or day care center" _column(1415) byte eckd08g %2f "CC: Arrangement of child or day care center" _column(1417) byte eckd08h %2f "CC: Arrangement of child or day care center" _column(1419) byte eckd08i %2f "CC: Arrangement of child or day care center" _column(1421) byte eckd08j %2f "CC: Arrangement of child or day care center" _column(1423) byte eckd09f %2f "CC: Arrangement of organized sports" _column(1425) byte eckd09g %2f "CC: Arrangement of organized sports" _column(1427) byte eckd09h %2f "CC: Arrangement of organized sports" _column(1429) byte eckd09i %2f "CC: Arrangement of organized sports" _column(1431) byte eckd09j %2f "CC: Arrangement of organized sports" _column(1433) byte eckd10f %2f "CC: Arrangement of lessons" _column(1435) byte eckd10g %2f "CC: Arrangement of lessons" _column(1437) byte eckd10h %2f "CC: Arrangement of lessons" _column(1439) byte eckd10i %2f "CC: Arrangement of lessons" _column(1441) byte eckd10j %2f "CC: Arrangement of lessons" _column(1443) byte eckd11f %2f "CC: Arrangement of clubs" _column(1445) byte eckd11g %2f "CC: Arrangement of clubs" _column(1447) byte eckd11h %2f "CC: Arrangement of clubs" _column(1449) byte eckd11i %2f "CC: Arrangement of clubs" _column(1451) byte eckd11j %2f "CC: Arrangement of clubs" _column(1453) byte eckd12f %2f "CC: Arrangement of before or after school" _column(1455) byte eckd12g %2f "CC: Arrangement of before or after school" _column(1457) byte eckd12h %2f "CC: Arrangement of before or after school" _column(1459) byte eckd12i %2f "CC: Arrangement of before or after school" _column(1461) byte eckd12j %2f "CC: Arrangement of before or after school" _column(1463) byte eckd13f %2f "CC: Arrangement of a non-relative" _column(1465) byte eckd13g %2f "CC: Arrangement of a non-relative" _column(1467) byte eckd13h %2f "CC: Arrangement of a non-relative" _column(1469) byte eckd13i %2f "CC: Arrangement of a non-relative" _column(1471) byte eckd13j %2f "CC: Arrangement of a non-relative" _column(1473) byte accaref %1f "CC: Allocation flag for the YOUNGEST child" _column(1474) byte accareg %1f "CC: Allocation flag for the 2nd YOUNGEST child" _column(1475) byte accareh %1f "CC: Allocation flag for the 3rd YOUNGEST child" _column(1476) byte accarei %1f "CC: Allocation flag for the 4th YOUNGEST child" _column(1477) byte accarej %1f "CC: Allocation flag for the 5th YOUNGEST child" _column(1478) byte ewheparf %2f "CC: Place other parent cared for YOUNGEST" _column(1480) byte awheparf %1f "CC: Allocation flag for EWHEPARF" _column(1481) byte ewheparg %2f "CC: Place other parent cared for 2nd YOUNGEST" _column(1483) byte awheparg %1f "CC: Allocation flag for EWHEPARG" _column(1484) byte ewheparh %2f "CC: Place other parent cared for 3rd YOUNGEST" _column(1486) byte awheparh %1f "CC: Allocation flag for EWHEPARH" _column(1487) byte ewhepari %2f "CC: Place other parent cared for 4th YOUNGEST" _column(1489) byte awhepari %1f "CC: Allocation flag for EWHEPARI" _column(1490) byte ewheparj %2f "CC: Place other parent cared for 5th YOUNGEST" _column(1492) byte awheparj %1f "CC: Allocation flag for EWHEPARJ" _column(1493) int eparhr1f %3f "CC: Hours other parent cared for YOUNGEST" _column(1496) byte aparhr1f %1f "CC: Allocation flag for EPARHR1F" _column(1497) int eparhr1g %3f "CC: Hours other parent cared for 2nd YOUNGEST" _column(1500) byte aparhr1g %1f "CC: Allocation flag for EPARHR1G" _column(1501) int eparhr1h %3f "CC: Hours other parent cared for 3rd YOUNGEST" _column(1504) byte aparhr1h %1f "CC: Allocation flag for EPARHR1H" _column(1505) int eparhr1i %3f "CC: Hours other parent cared for 4th YOUNGEST" _column(1508) byte aparhr1i %1f "CC: Allocation flag for EPARHR1I" _column(1509) int eparhr1j %3f "CC: Hours other parent cared for 5th YOUNGEST" _column(1512) byte aparhr1j %1f "CC: Allocation flag for EPARHR1J" _column(1513) int eparhr2f %3f "CC: Work hours other parent cared for" _column(1516) byte aparhr2f %1f "CC: Allocation flag for EPARHR2F" _column(1517) int eparhr2g %3f "CC: Work hours other parent cared for 2nd" _column(1520) byte aparhr2g %1f "CC: Allocation flag for EPARHR2G" _column(1521) int eparhr2h %3f "CC: Work hours other parent cared for 3rd" _column(1524) byte aparhr2h %1f "CC: Allocation flag for EPARHR2H" _column(1525) int eparhr2i %3f "CC: Work hours other parent cared for 4th" _column(1528) byte aparhr2i %1f "CC: Allocation flag for EPARHR2I" _column(1529) int eparhr2j %3f "CC: Work hours other parent cared for 5th" _column(1532) byte aparhr2j %1f "CC: Allocation flag for EPARHR2J" _column(1533) byte ewhselff %2f "CC: Place parent cared for the YOUNGEST child" _column(1535) byte awhselff %1f "CC: Allocation flag for EWHSELFF" _column(1536) byte ewhselfg %2f "CC: Place parent cared for the 2nd YOUNGEST" _column(1538) byte awhselfg %1f "CC: Allocation flag for EWHSELFG" _column(1539) byte ewhselfh %2f "CC: Place parent cared for the 3rd YOUNGEST" _column(1541) byte awhselfh %1f "CC: Allocation flag for EWHSELFH" _column(1542) byte ewhselfi %2f "CC: Place parent cared for the 4th YOUNGEST" _column(1544) byte awhselfi %1f "CC: Allocation flag for EWHSELFI" _column(1545) byte ewhselfj %2f "CC: Place parent cared for the 5th YOUNGEST" _column(1547) byte awhselfj %1f "CC: Allocation flag for EWHSELFJ" _column(1548) byte eselfhrf %2f "CC: Work hours parent cared for YOUNGEST child" _column(1550) byte aselfhrf %1f "CC: Allocation flag for ESELFHRF" _column(1551) byte eselfhrg %2f "CC: Work hours parent cared for 2nd YOUNGEST" _column(1553) byte aselfhrg %1f "CC: Allocation flag for ESELFHRG" _column(1554) byte eselfhrh %2f "CC: Work hours parent cared for 3rd YOUNGEST" _column(1556) byte aselfhrh %1f "CC: Allocation flag for ESELFHRH" _column(1557) byte eselfhri %2f "CC: Work hours parent cared for 4th YOUNGEST" _column(1559) byte aselfhri %1f "CC: Allocation flag for ESELFHRI" _column(1560) byte eselfhrj %2f "CC: Work hours parent cared for 5th YOUNGEST" _column(1562) byte aselfhrj %1f "CC: Allocation flag for ESELFHRJ" _column(1563) byte ewhsb15f %2f "CC: Place sibling age 15+ cared for YOUNGEST" _column(1565) byte awhsb15f %1f "CC: Allocation flag for EWHSB15F" _column(1566) byte ewhsb15g %2f "CC: Place sibling age 15+ cared for 2nd" _column(1568) byte awhsb15g %1f "CC: Allocation flag for EWHSB15G" _column(1569) byte ewhsb15h %2f "CC: Place sibling age 15+ cared for 3rd" _column(1571) byte awhsb15h %1f "CC: Allocation flag for EWHSB15H" _column(1572) byte ewhsb15i %2f "CC: Place sibling age 15+ cared for 4th" _column(1574) byte awhsb15i %1f "CC: Allocation flag for EWHSB15I" _column(1575) byte ewhsb15j %2f "CC: Place sibling age 15+ cared for 5th" _column(1577) byte awhsb15j %1f "CC: Allocation flag for EWHSB15J" _column(1578) byte ewhsbhrf %2f "CC: Hours sibling age 15+ cared for YOUNGEST" _column(1580) byte awhsbhrf %1f "CC: Allocation flag for EWHSBHRF" _column(1581) byte ewhsbhrg %2f "CC: Hours sibling age 15+ cared for 2nd" _column(1583) byte awhsbhrg %1f "CC: Allocation flag for EWHSBHRG" _column(1584) byte ewhsbhrh %2f "CC: Hours sibling age 15+ cared for 3rd" _column(1586) byte awhsbhrh %1f "CC: Allocation flag for EWHSBHRH" _column(1587) byte ewhsbhri %2f "CC: Hours sibling age 15+ cared for 4th" _column(1589) byte awhsbhri %1f "CC: Allocation flag for EWHSBHRI" _column(1590) byte ewhsbhrj %2f "CC: Hours sibling age 15+ cared for 5th" _column(1592) byte awhsbhrj %1f "CC: Allocation flag for EWHSBHRJ" _column(1593) byte ehrsb15f %2f "CC: Work hours sibling age 15+ cared for" _column(1595) byte ahrsb15f %1f "CC: Allocation flag for EHRSB15F" _column(1596) byte ehrsb15g %2f "CC: Work hours sibling age 15+ cared for 2nd" _column(1598) byte ahrsb15g %1f "CC: Allocation flag for EHRSB15G" _column(1599) byte ehrsb15h %2f "CC: Work hours sibling age 15+ cared for 3rd" _column(1601) byte ahrsb15h %1f "CC: Allocation flag for EHRSB15H" _column(1602) byte ehrsb15i %2f "CC: Work hours sibling age 15+ cared for 4th" _column(1604) byte ahrsb15i %1f "CC: Allocation flag for EHRSB15I" _column(1605) byte ehrsb15j %2f "CC: Work hours sibling age 15+ cared for 5th" _column(1607) byte ahrsb15j %1f "CC: Allocation flag for EHRSB15J" _column(1608) byte ewhsb14f %2f "CC: Place sibling cared for YOUNGEST child" _column(1610) byte awhsb14f %1f "CC: Allocation flag for EWHSB14F" _column(1611) byte ewhsb14g %2f "CC: Place sibling cared for 2nd YOUNGEST child" _column(1613) byte awhsb14g %1f "CC: Allocation flag for EWHSB14G" _column(1614) byte ewhsb14h %2f "CC: Place sibling cared for 3rd YOUNGEST child" _column(1616) byte awhsb14h %1f "CC: Allocation flag for EWHSB14H" _column(1617) byte ewhsb14i %2f "CC: Place sibling cared for 4th YOUNGEST child" _column(1619) byte awhsb14i %1f "CC: Allocation flag for EWHSB14I" _column(1620) byte ewhsb14j %2f "CC: Place sibling cared for 5th YOUNGEST child" _column(1622) byte awhsb14j %1f "CC: Allocation flag for EWHSB14J" _column(1623) byte esb14hrf %2f "CC: Hours sibling cared for YOUNGEST child" _column(1625) byte asb14hrf %1f "CC: Allocation flag for ESB14HRF" _column(1626) byte esb14hrg %2f "CC: Hours sibling cared for 2nd YOUNGEST child" _column(1628) byte asb14hrg %1f "CC: Allocation flag for ESB14HRG" _column(1629) byte esb14hrh %2f "CC: Hours sibling cared for 3rd YOUNGEST child" _column(1631) byte asb14hrh %1f "CC: Allocation flag for ESB14HRH" _column(1632) byte esb14hri %2f "CC: Hours sibling cared for 4th YOUNGEST child" _column(1634) byte asb14hri %1f "CC: Allocation flag for ESB14HRI" _column(1635) byte esb14hrj %2f "CC: Hours sibling cared for 5th YOUNGEST child" _column(1637) byte asb14hrj %1f "CC: Allocation flag for ESB14HRJ" _column(1638) byte ehrsb14f %2f "CC: Work hours sibling cared for YOUNGEST" _column(1640) byte ahrsb14f %1f "CC: Allocation flag for EHRSB14F" _column(1641) byte ehrsb14g %2f "CC: Work hours sibling cared for 2nd YOUNGEST" _column(1643) byte ahrsb14g %1f "CC: Allocation flag for EHRSB14G" _column(1644) byte ehrsb14h %2f "CC: Work hours sibling cared for 3rd YOUNGEST" _column(1646) byte ahrsb14h %1f "CC: Allocation flag for EHRSB14H" _column(1647) byte ehrsb14i %2f "CC: Work hours sibling cared for 4th YOUNGEST" _column(1649) byte ahrsb14i %1f "CC: Allocation flag for EHRSB14I" _column(1650) byte ehrsb14j %2f "CC: Work hours sibling cared for 5th YOUNGEST" _column(1652) byte ahrsb14j %1f "CC: Allocation flag for EHRSB14J" _column(1653) byte ewhgranf %2f "CC: Place the grandparent cared for the" _column(1655) byte awhgranf %1f "CC: Allocation flag for EWHGRANF" _column(1656) byte ewhgrang %2f "CC: Place the grandparent cared for 2nd" _column(1658) byte awhgrang %1f "CC: Allocation flag for EWHGRANG" _column(1659) byte ewhgranh %2f "CC: Place the grandparent cared for 3rd" _column(1661) byte awhgranh %1f "CC: Allocation flag for EWHGRANH" _column(1662) byte ewhgrani %2f "CC: Place the grandparent cared for 4th" _column(1664) byte awhgrani %1f "CC: Allocation flag for EWHGRANI" _column(1665) byte ewhgranj %2f "CC: Place the grandparent cared for 5th" _column(1667) byte awhgranj %1f "CC: Allocation flag for EWHGRANE" _column(1668) byte egranhrf %2f "CC: Hours the grandparent cared for YOUNGEST" _column(1670) byte agranhrf %1f "CC: Allocation flag for EGRANHRF" _column(1671) byte egranhrg %2f "CC: Hours the grandparent cared for 2nd" _column(1673) byte agranhrg %1f "CC: Allocation flag for EGRANHRG" _column(1674) byte egranhrh %2f "CC: Hours the grandparent cared for 3rd" _column(1676) byte agranhrh %1f "CC: Allocation flag for EGRANHRH" _column(1677) byte egranhri %2f "CC: Hours the grandparent cared for 4th" _column(1679) byte agranhri %1f "CC: Allocation flag for EGRANHRI" _column(1680) byte egranhrj %2f "CC: Hours the grandparent cared for 5th" _column(1682) byte agranhrj %1f "CC: Allocation flag for EGRANHRJ" _column(1683) byte ehrgranf %2f "CC: Work hours grandparent cared for YOUNGEST" _column(1685) byte ahrgranf %1f "CC: Allocation flag for EHRGRANF" _column(1686) byte ehrgrang %2f "CC: Work hours grandparent cared for 2nd" _column(1688) byte ahrgrang %1f "CC: Allocation flag for EHRGRANG" _column(1689) byte ehrgranh %2f "CC: Work hours grandparent cared for 3rd" _column(1691) byte ahrgranh %1f "CC: Allocation flag for EHRGRANH" _column(1692) byte ehrgrani %2f "CC: Work hours grandparent cared for 4th" _column(1694) byte ahrgrani %1f "CC: Allocation flag for EHRGRANI" _column(1695) byte ehrgranj %2f "CC: Work hours grandparent cared for 5th" _column(1697) byte ahrgranj %1f "CC: Allocation flag for EHRGRANJ" _column(1698) byte epaygraf %2f "CC: Paid grandparent to care for the YOUNGEST" _column(1700) byte apaygraf %1f "CC: Allocation flag for EPAYGRAF" _column(1701) byte epaygrag %2f "CC: Paid grandparent to care for the 2nd" _column(1703) byte apaygrag %1f "CC: Allocation flag for EPAYGRAG" _column(1704) byte epaygrah %2f "CC: Paid grandparent to care for the 3rd" _column(1706) byte apaygrah %1f "CC: Allocation flag for EPAYGRAH" _column(1707) byte epaygrai %2f "CC: Paid grandparent to care for 4th YOUNGEST" _column(1709) byte apaygrai %1f "CC: Allocation flag for EPAYGRAI" _column(1710) byte epaygraj %2f "CC: Paid grandparent to care for 5th YOUNGEST" _column(1712) byte apaygraj %1f "CC: Allocation flag for EPAYGRAJ" _column(1713) int tamtgraf %3f "CC: Amount grandparent paid to watch YOUNGEST" _column(1716) byte aamtgraf %1f "CC: Allocation flag for TAMTGRAF" _column(1717) int tamtgrag %3f "CC: Amount grandparent paid to watch 2nd" _column(1720) byte aamtgrag %1f "CC: Allocation flag for TAMTGRAG" _column(1721) int tamtgrah %3f "CC: Amount grandparent paid to watch 3rd" _column(1724) byte aamtgrah %1f "CC: Allocation flag for TAMTGRAH" _column(1725) int tamtgrai %3f "CC: Amount grandparent paid to watch 4th" _column(1728) byte aamtgrai %1f "CC: Allocation flag for TAMTGRAI" _column(1729) int tamtgraj %3f "CC: Amount grandparent paid to watch 5th" _column(1732) byte aamtgraj %1f "CC: Allocation flag for TAMTGRAJ" _column(1733) byte ewhrelaf %2f "CC: Place other relative cared for YOUNGEST" _column(1735) byte awhrelaf %1f "CC: Allocation flag for EWHRELAF" _column(1736) byte ewhrelag %2f "CC: Place other relative cared for 2nd" _column(1738) byte awhrelag %1f "CC: Allocation flag for EWHRELAG" _column(1739) byte ewhrelah %2f "CC: Place other relative cared for 3rd" _column(1741) byte awhrelah %1f "CC: Allocation flag for EWHRELAH" _column(1742) byte ewhrelai %2f "CC: Place other relative cared for 4th" _column(1744) byte awhrelai %1f "CC: Allocation flag for EWHRELAI" _column(1745) byte ewhrelaj %2f "CC: Place other relative cared for 5th" _column(1747) byte awhrelaj %1f "CC: Allocation flag for EWHRELAJ" _column(1748) byte erelhr1f %2f "CC: Work hours other relative cared for" _column(1750) byte arelhr1f %1f "CC: Allocation flag for ERELHR1F" _column(1751) byte erelhr1g %2f "CC: Work hours other relative cared for 2nd" _column(1753) byte arelhr1g %1f "CC: Allocation flag for ERELHR1G" _column(1754) byte erelhr1h %2f "CC: Work hours other relative cared for 3rd" _column(1756) byte arelhr1h %1f "CC: Allocation flag for ERELHR1H" _column(1757) byte erelhr1i %2f "CC: Work hours other relative cared for 4th" _column(1759) byte arelhr1i %1f "CC: Allocation flag for ERELHR1I" _column(1760) byte erelhr1j %2f "CC: Work hours other relative cared for 5th" _column(1762) byte arelhr1j %1f "CC: Allocation flag for ERELHR1J" _column(1763) byte erelhr2f %2f "CC: Work hours relative cared for YOUNGEST" _column(1765) byte arelhr2f %1f "CC: Allocation flag for ERELHR2F" _column(1766) byte erelhr2g %2f "CC: Work hours relative cared for 2nd" _column(1768) byte arelhr2g %1f "CC: Allocation flag for ERELHR2G" _column(1769) byte erelhr2h %2f "CC: Work hours relative cared for 3rd" _column(1771) byte arelhr2h %1f "CC: Allocation flag for ERELHR2H" _column(1772) byte erelhr2i %2f "CC: Work hours relative cared for 4th" _column(1774) byte arelhr2i %1f "CC: Allocation flag for ERELHR2I" _column(1775) byte erelhr2j %2f "CC: Work hours relative cared for 5th" _column(1777) byte arelhr2j %1f "CC: Allocation flag for ERELHR2J" _column(1778) byte epayrelf %2f "CC: Paid other relative to care for YOUNGEST" _column(1780) byte apayrelf %1f "CC: Allocation flag for EPAYRELF" _column(1781) byte epayrelg %2f "CC: Paid other relative to care for 2nd" _column(1783) byte apayrelg %1f "CC: Allocation flag for EPAYRELG" _column(1784) byte epayrelh %2f "CC: Paid other relative to care for 3rd" _column(1786) byte apayrelh %1f "CC: Allocation flag for EPAYRELH" _column(1787) byte epayreli %2f "CC: Paid other relative to care for 4th" _column(1789) byte apayreli %1f "CC: Allocation flag for EPAYRELI" _column(1790) byte epayrelj %2f "CC: Paid other relative to care for 5th" _column(1792) byte apayrelj %1f "CC: Allocation flag for EPAYRELJ" _column(1793) int tamtrelf %3f "CC: Amount relative paid to watch YOUNGEST" _column(1796) byte aamtrelf %1f "CC: Allocation flag for TAMTRELF" _column(1797) int tamtrelg %3f "CC: Amount relative paid to watch 2nd" _column(1800) byte aamtrelg %1f "CC: Allocation flag for TAMTRELG" _column(1801) int tamtrelh %3f "CC: Amount relative paid to watch 3rd" _column(1804) byte aamtrelh %1f "CC: Allocation flag for TAMTRELH" _column(1805) int tamtreli %3f "CC: Amount relative paid to watch 4th" _column(1808) byte aamtreli %1f "CC: Allocation flag for TAMTRELI" _column(1809) int tamtrelj %3f "CC: Amount relative paid to watch 5th" _column(1812) byte aamtrelj %1f "CC: Allocation flag for TAMTRELJ" _column(1813) byte ehrfam1f %2f "CC: Hours YOUNGEST child spent in family day" _column(1815) byte ahrfam1f %1f "CC: Allocation flag for EHRFAM1F" _column(1816) byte ehrfam1g %2f "CC: Hours 2nd YOUNGEST child spent in family" _column(1818) byte ahrfam1g %1f "CC: Allocation flag for EHRFAM1G" _column(1819) byte ehrfam1h %2f "CC: Hours 3rd YOUNGEST child spent in family" _column(1821) byte ahrfam1h %1f "CC: Allocation flag for EHRFAM1H" _column(1822) byte ehrfam1i %2f "CC: Hours 4th YOUNGEST child spent in family" _column(1824) byte ahrfam1i %1f "CC: Allocation flag for EHRFAM1I" _column(1825) byte ehrfam1j %2f "CC: Hours 5th YOUNGEST child spent in family" _column(1827) byte ahrfam1j %1f "CC: Allocation flag for EHRFAM1J" _column(1828) byte ehrfam2f %2f "CC: Work hours YOUNGEST child spent in family" _column(1830) byte ahrfam2f %1f "CC: Allocation flag for EHRFAM2F" _column(1831) byte ehrfam2g %2f "CC: Work hrs 2nd YOUNGEST child spent in" _column(1833) byte ahrfam2g %1f "CC: Allocation flag for EHRFAM2G" _column(1834) byte ehrfam2h %2f "CC: Work hrs 3rd YOUNGEST child spent in" _column(1836) byte ahrfam2h %1f "CC: Allocation flag for EHRFAM2H" _column(1837) byte ehrfam2i %2f "CC: Work hrs 4th YOUNGEST child spent in" _column(1839) byte ahrfam2i %1f "CC: Allocation flag for EHRFAM2I" _column(1840) byte ehrfam2j %2f "CC: Work hrs 5th YOUNGEST child spent in" _column(1842) byte ahrfam2j %1f "CC: Allocation flag for EHRFAM2J" _column(1843) byte epayfamf %2f "CC: Paid for family day care for YOUNGEST" _column(1845) byte apayfamf %1f "CC: Allocation flag for EPAYFAMF" _column(1846) byte epayfamg %2f "CC: Paid for family day care for 2nd YOUNGEST" _column(1848) byte apayfamg %1f "CC: Allocation flag for EPAYFAMG" _column(1849) byte epayfamh %2f "CC: Paid for family day care for 3rd YOUNGEST" _column(1851) byte apayfamh %1f "CC: Allocation flag for EPAYFAMH" _column(1852) byte epayfami %2f "CC: Paid for family day care for 4th YOUNGEST" _column(1854) byte apayfami %1f "CC: Allocation flag for EPAYFAMI" _column(1855) byte epayfamj %2f "CC: Paid for family day care for 5th YOUNGEST" _column(1857) byte apayfamj %1f "CC: Allocation flag for EPAYFAMJ" _column(1858) int tamtfamf %3f "CC: Amount paid family day care for YOUNGEST" _column(1861) byte aamtfamf %1f "CC: Allocation flag for TAMTFAMF" _column(1862) int tamtfamg %3f "CC: Amount paid family day care for 2nd" _column(1865) byte aamtfamg %1f "CC: Allocation flag for TAMTFAMG" _column(1866) int tamtfamh %3f "CC: Amount paid family day care for 3rd" _column(1869) byte aamtfamh %1f "CC: Allocation flag for TAMTFAMH" _column(1870) int tamtfami %3f "CC: Amount paid family day care for 4th" _column(1873) byte aamtfami %1f "CC: Allocation flag for TAMTFAMI" _column(1874) int tamtfamj %3f "CC: Amount paid family day care for 5th" _column(1877) byte aamtfamj %1f "CC: Allocation flag for TAMTFAMJ" _column(1878) byte ewhdaycf %2f "CC: Place day care cared for YOUNGEST child" _column(1880) byte awhdaycf %1f "CC: Allocation flag for EWHDAYCF" _column(1881) byte ewhdaycg %2f "CC: Place day care cared for 2nd YOUNGEST" _column(1883) byte awhdaycg %1f "CC: Allocation flag for EWHDAYCG" _column(1884) byte ewhdaych %2f "CC: Place day care cared for 3rd YOUNGEST" _column(1886) byte awhdaych %1f "CC: Allocation flag for EWHDAYCH" _column(1887) byte ewhdayci %2f "CC: Place day care cared for 4th YOUNGEST" _column(1889) byte awhdayci %1f "CC: Allocation flag for EWHDAYCI" _column(1890) byte ewhdaycj %2f "CC: Place day care cared for 5th YOUNGEST" _column(1892) byte awhdaycj %1f "CC: Allocation flag for EWHDAYCJ" _column(1893) byte edayhrsf %2f "CC: Weekly hours YOUNGEST child was in day" _column(1895) byte adayhrsf %1f "CC: Allocation flag for EDAYHRSF" _column(1896) byte edayhrsg %2f "CC: Weekly hours 2nd YOUNGEST child was in" _column(1898) byte adayhrsg %1f "CC: Allocation flag for EDAYHRSG" _column(1899) byte edayhrsh %2f "CC: Weekly hours 3rd YOUNGEST child was in" _column(1901) byte adayhrsh %1f "CC: Allocation flag for EDAYHRSH" _column(1902) byte edayhrsi %2f "CC: Weekly hours 4th YOUNGEST child was in" _column(1904) byte adayhrsi %1f "CC: Allocation flag for EDAYHRSI" _column(1905) byte edayhrsj %2f "CC: Weekly hours 5th YOUNGEST child was in" _column(1907) byte adayhrsj %1f "CC: Allocation flag for EDAYHRSJ" _column(1908) byte ehrdaycf %2f "CC: Work hours YOUNGEST child was at day care" _column(1910) byte ahrdaycf %1f "CC: Allocation flag for EHRDAYCF" _column(1911) byte ehrdaycg %2f "CC: Work hours 2nd YOUNGEST child was at day" _column(1913) byte ahrdaycg %1f "CC: Allocation flag for EHRDAYCG" _column(1914) byte ehrdaych %2f "CC: Work hours 3rd YOUNGEST child was at day" _column(1916) byte ahrdaych %1f "CC: Allocation flag for EHRDAYCH" _column(1917) byte ehrdayci %2f "CC: Work hours 4th YOUNGEST child was at day" _column(1919) byte ahrdayci %1f "CC: Allocation flag for EHRDAYCI" _column(1920) byte ehrdaycj %2f "CC: Work hours 5th YOUNGEST child was at day" _column(1922) byte ahrdaycj %1f "CC: Allocation flag for EHRDAYCJ" _column(1923) byte epaydayf %2f "CC: Paid day care center to care for YOUNGEST" _column(1925) byte apaydayf %1f "CC: Allocation flag for EPAYDAYF" _column(1926) byte epaydayg %2f "CC: Paid day care center to care for 2nd" _column(1928) byte apaydayg %1f "CC: Allocation flag for EPAYDAYG" _column(1929) byte epaydayh %2f "CC: Paid day care center to care for 3rd" _column(1931) byte apaydayh %1f "CC: Allocation flag for EPAYDAYH" _column(1932) byte epaydayi %2f "CC: Paid day care center to care for 4th" _column(1934) byte apaydayi %1f "CC: Allocation flag for EPAYDAYI" _column(1935) byte epaydayj %2f "CC: Paid day care center to care for 5th" _column(1937) byte apaydayj %1f "CC: Allocation flag for EPAYDAYJ" _column(1938) int tamtdayf %3f "CC: Amount paid for day care for YOUNGEST" _column(1941) byte aamtdayf %1f "CC: Allocation flag for TAMTDAYF" _column(1942) int tamtdayg %3f "CC: Amount paid for day care for 2nd YOUNGEST" _column(1945) byte aamtdayg %1f "CC: Allocation flag for TAMTDAYG" _column(1946) int tamtdayh %3f "CC: Amount paid for day care for 3rd YOUNGEST" _column(1949) byte aamtdayh %1f "CC: Allocation flag for TAMTDAYH" _column(1950) int tamtdayi %3f "CC: Amount paid for day care for 4th YOUNGEST" _column(1953) byte aamtdayi %1f "CC: Allocation flag for TAMTDAYI" _column(1954) int tamtdayj %3f "CC: Amount paid for day care for 5th YOUNGEST" _column(1957) byte aamtdayj %1f "CC: Allocation flag for TAMTDAYJ" _column(1958) byte ewhsporf %2f "CC: Place the YOUNGEST child participated in" _column(1960) byte awhsporf %1f "CC: Allocation flag for EWHSPORF" _column(1961) byte ewhsporg %2f "CC: Place the 2nd YOUNGEST child participated" _column(1963) byte awhsporg %1f "CC: Allocation flag for EWHSPORG" _column(1964) byte ewhsporh %2f "CC: Place the 3rd YOUNGEST child participated" _column(1966) byte awhsporh %1f "CC: Allocation flag for EWHSPORH" _column(1967) byte ewhspori %2f "CC: Place the 4th YOUNGEST child participated" _column(1969) byte awhspori %1f "CC: Allocation flag for EWHSPORI" _column(1970) byte ewhsporj %2f "CC: Place the 5th YOUNGEST child participated" _column(1972) byte awhsporj %1f "CC: Allocation flag for EWHSPORJ" _column(1973) byte ehsportf %2f "CC: Hours the YOUNGEST child participated in" _column(1975) byte ahsportf %1f "CC: Allocation flag for EHSPORTF" _column(1976) byte ehsportg %2f "CC: Hours the 2nd YOUNGEST child participated" _column(1978) byte ahsportg %1f "CC: Allocation flag for EHSPORTG" _column(1979) byte ehsporth %2f "CC: Hours the 3rd YOUNGEST child participated" _column(1981) byte ahsporth %1f "CC: Allocation flag for EHSPORTH" _column(1982) byte ehsporti %2f "CC: Hours the 4th YOUNGEST child participated" _column(1984) byte ahsporti %1f "CC: Allocation flag for EHSPORTI" _column(1985) byte ehsportj %2f "CC: Hours the 5th YOUNGEST child participated" _column(1987) byte ahsportj %1f "CC: Allocation flag for EHSPORTJ" _column(1988) byte ehrsporf %2f "CC: Work hours YOUNGEST child participated in" _column(1990) byte ahrsporf %1f "CC: Allocation flag for EHRSPORF" _column(1991) byte ehrsporg %2f "CC: Work hours 2nd YOUNGEST child" _column(1993) byte ahrsporg %1f "CC: Allocation flag for EHRSPORG" _column(1994) byte ehrsporh %2f "CC: Work hours 3rd YOUNGEST child" _column(1996) byte ahrsporh %1f "CC: Allocation flag for EHRSPORH" _column(1997) byte ehrspori %2f "CC: Work hours 4th YOUNGEST child" _column(1999) byte ahrspori %1f "CC: Allocation flag for EHRSPORI" _column(2000) byte ehrsporj %2f "CC: Work hours 5th YOUNGEST child" _column(2002) byte ahrsporj %1f "CC: Allocation flag for EHRSPORJ" _column(2003) byte epayspof %2f "CC: Paid for YOUNGEST child to play sports" _column(2005) byte apayspof %1f "CC: Allocation flag for EPAYSPOF" _column(2006) byte epayspog %2f "CC: Paid for 2nd YOUNGEST child to play sports" _column(2008) byte apayspog %1f "CC: Allocation flag for EPAYSPOG" _column(2009) byte epayspoh %2f "CC: Paid for 3rd YOUNGEST child to play sports" _column(2011) byte apayspoh %1f "CC: Allocation flag for EPAYSPOH" _column(2012) byte epayspoi %2f "CC: Paid for 4th YOUNGEST child to play sports" _column(2014) byte apayspoi %1f "CC: Allocation flag for EPAYSPOI" _column(2015) byte epayspoj %2f "CC: Paid for 5th YOUNGEST child to play sports" _column(2017) byte apayspoj %1f "CC: Allocation flag for EPAYSPOJ" _column(2018) int tamtspof %3f "CC: Amount paid for the YOUNGEST child to" _column(2021) byte aamtspof %1f "CC: Allocation flag for TAMTSPOF" _column(2022) int tamtspog %3f "CC: Amount paid for the 2nd YOUNGEST to play" _column(2025) byte aamtspog %1f "CC: Allocation flag for TAMTSPOG" _column(2026) int tamtspoh %3f "CC: Amount paid for the 3rd YOUNGEST to play" _column(2029) byte aamtspoh %1f "CC: Allocation flag for TAMTSPOH" _column(2030) int tamtspoi %3f "CC: Amount paid for the 4th YOUNGEST to play" _column(2033) byte aamtspoi %1f "CC: Allocation flag for TAMTSPOI" _column(2034) int tamtspoj %3f "CC: Amount paid for the 5th YOUNGEST to play" _column(2037) byte aamtspoj %1f "CC: Allocation flag for TAMTSPOJ" _column(2038) byte ewhlessf %2f "CC: Place where the YOUNGEST child took" _column(2040) byte awhlessf %1f "CC: Allocation flag for EWHLESSF" _column(2041) byte ewhlessg %2f "CC: Place where the 2nd YOUNGEST child took" _column(2043) byte awhlessg %1f "CC: Allocation flag for EWHLESSG" _column(2044) byte ewhlessh %2f "CC: Place where the 3rd YOUNGEST child took" _column(2046) byte awhlessh %1f "CC: Allocation flag for EWHLESSH" _column(2047) byte ewhlessi %2f "CC: Place where the 4th YOUNGEST child took" _column(2049) byte awhlessi %1f "CC: Allocation flag for EWHLESSI" _column(2050) byte ewhlessj %2f "CC: Place where the 5th YOUNGEST child took" _column(2052) byte awhlessj %1f "CC: Allocation flag for EWHLESSJ" _column(2053) byte ehrles1f %2f "CC: Hours the YOUNGEST child took lessons" _column(2055) byte ahrles1f %1f "CC: Allocation flag for EHRLES1F" _column(2056) byte ehrles1g %2f "CC: Hours the 2nd YOUNGEST child took lessons" _column(2058) byte ahrles1g %1f "CC: Allocation flag for EHRLES1G" _column(2059) byte ehrles1h %2f "CC: Hours the 3rd YOUNGEST child took lessons" _column(2061) byte ahrles1h %1f "CC: Allocation flag for EHRLES1H" _column(2062) byte ehrles1i %2f "CC: Hours the 4th YOUNGEST child took lessons" _column(2064) byte ahrles1i %1f "CC: Allocation flag for EHRLES1I" _column(2065) byte ehrles1j %2f "CC: Hours the 5th YOUNGEST child took lessons" _column(2067) byte ahrles1j %1f "CC: Allocation flag for EHRLES1J" _column(2068) byte ehrles2f %2f "CC: Work hours YOUNGEST child took lessons" _column(2070) byte ahrles2f %1f "CC: Allocation flag for EHRLES2F" _column(2071) byte ehrles2g %2f "CC: Work hours 2nd YOUNGEST child took lessons" _column(2073) byte ahrles2g %1f "CC: Allocation flag for EHRLES2G" _column(2074) byte ehrles2h %2f "CC: Work hours 3rd YOUNGEST child took lessons" _column(2076) byte ahrles2h %1f "CC: Allocation flag for EHRLES2H" _column(2077) byte ehrles2i %2f "CC: Work hours 4th YOUNGEST child took lessons" _column(2079) byte ahrles2i %1f "CC: Allocation flag for EHRLES2I" _column(2080) byte ehrles2j %2f "CC: Work hours 5th YOUNGEST child took lessons" _column(2082) byte ahrles2j %1f "CC: Allocation flag for EHRLES2J" _column(2083) byte epaylesf %2f "CC: Paid for YOUNGEST child to take lessons" _column(2085) byte apaylesf %1f "CC: Allocation flag for EPAYLESF" _column(2086) byte epaylesg %2f "CC: Paid for 2nd YOUNGEST child to take" _column(2088) byte apaylesg %1f "CC: Allocation flag for EPAYLESG" _column(2089) byte epaylesh %2f "CC: Paid for 3rd YOUNGEST child to take" _column(2091) byte apaylesh %1f "CC: Allocation flag for EPAYLESH" _column(2092) byte epaylesi %2f "CC: Paid for the 4th YOUNGEST child to take" _column(2094) byte apaylesi %1f "CC: Allocation flag for EPAYLESI" _column(2095) byte epaylesj %2f "CC: Paid for 5th YOUNGEST child to take" _column(2097) byte apaylesj %1f "CC: Allocation flag for EPAYLESJ" _column(2098) int tamtlesf %3f "CC: Amount paid for the YOUNGEST child's" _column(2101) byte aamtlesf %1f "CC: Allocation flag for TAMTLESF" _column(2102) int tamtlesg %3f "CC: Amount paid for the 2nd YOUNGEST child's" _column(2105) byte aamtlesg %1f "CC: Allocation flag for TAMTLESG" _column(2106) int tamtlesh %3f "CC: Amount paid for the 3rd YOUNGEST child's" _column(2109) byte aamtlesh %1f "CC: Allocation flag for TAMTLESH" _column(2110) int tamtlesi %3f "CC: Amount paid for the 4th YOUNGEST child's" _column(2113) byte aamtlesi %1f "CC: Allocation flag for TAMTLESI" _column(2114) int tamtlesj %3f "CC: Amount paid for the 5th YOUNGEST child's" _column(2117) byte aamtlesj %1f "CC: Allocation flag for TAMTLESJ" _column(2118) byte ewhclubf %2f "CC: Place of YOUNGEST child's club meetings" _column(2120) byte awhclubf %1f "CC: Allocation flag for EWHCLUBF" _column(2121) byte ewhclubg %2f "CC: Place of 2nd YOUNGEST child's club" _column(2123) byte awhclubg %1f "CC: Allocation flag for EWHCLUBG" _column(2124) byte ewhclubh %2f "CC: Place of 3rd YOUNGEST child's club" _column(2126) byte awhclubh %1f "CC: Allocation flag for EWHCLUBH" _column(2127) byte ewhclubi %2f "CC: Place of 4th YOUNGEST child's club" _column(2129) byte awhclubi %1f "CC: Allocation flag for EWHCLUBI" _column(2130) byte ewhclubj %2f "CC: Place of 5th YOUNGEST child's club" _column(2132) byte awhclubj %1f "CC: Allocation flag for EWHCLUBJ" _column(2133) byte eclubhrf %2f "CC: Hours YOUNGEST child spent at club" _column(2135) byte aclubhrf %1f "CC: Allocation flag for ECLUBHRF" _column(2136) byte eclubhrg %2f "CC: Hours 2nd YOUNGEST child spent at club" _column(2138) byte aclubhrg %1f "CC: Allocation flag for ECLUBHRG" _column(2139) byte eclubhrh %2f "CC: Hours 3rd YOUNGEST child spent at club" _column(2141) byte aclubhrh %1f "CC: Allocation flag for ECLUBHRH" _column(2142) byte eclubhri %2f "CC: Hours 4th YOUNGEST child spent at club" _column(2144) byte aclubhri %1f "CC: Allocation flag for ECLUBHRI" _column(2145) byte eclubhrj %2f "CC: Hours 5th YOUNGEST child spent at club" _column(2147) byte aclubhrj %1f "CC: Allocation flag for ECLUBHRJ" _column(2148) byte ehrclubf %2f "CC: Work hours YOUNGEST child was at club" _column(2150) byte ahrclubf %1f "CC: Allocation flag for EHRCLUBF" _column(2151) byte ehrclubg %2f "CC: Work hours 2nd YOUNGEST child was at club" _column(2153) byte ahrclubg %1f "CC: Allocation flag for EHRCLUBG" _column(2154) byte ehrclubh %2f "CC: Work hours 3rd YOUNGEST child was at club" _column(2156) byte ahrclubh %1f "CC: Allocation flag for EHRCLUBH" _column(2157) byte ehrclubi %2f "CC: Work hours 4th YOUNGEST child was at club" _column(2159) byte ahrclubi %1f "CC: Allocation flag for EHRCLUBI" _column(2160) byte ehrclubj %2f "CC: Work hours 5th YOUNGEST child was at club" _column(2162) byte ahrclubj %1f "CC: Allocation flag for EHRCLUBJ" _column(2163) byte epaycluf %2f "CC: Paid for YOUNGEST child to belong to a" _column(2165) byte apaycluf %1f "CC: Allocation flag for EPAYCLUF" _column(2166) byte epayclug %2f "CC: Paid for 2nd YOUNGEST child to belong to" _column(2168) byte apayclug %1f "CC: Allocation flag for EPAYCLUG" _column(2169) byte epaycluh %2f "CC: Paid for 3rd YOUNGEST child to belong to" _column(2171) byte apaycluh %1f "CC: Allocation flag for EPAYCLUH" _column(2172) byte epayclui %2f "CC: Paid for 4th YOUNGEST child to belong to" _column(2174) byte apayclui %1f "CC: Allocation flag for EPAYCLUI" _column(2175) byte epaycluj %2f "CC: Paid for 5th YOUNGEST child to belong to" _column(2177) byte apaycluj %1f "CC: Allocation flag for EPAYCLUJ" _column(2178) int tamtcluf %3f "CC: Amount paid for YOUNGEST child to be in a" _column(2181) byte aamtcluf %1f "CC: Allocation flag for TAMTCLUF" _column(2182) byte tamtclug %2f "CC: Amount paid for 2nd YOUNGEST child to be" _column(2184) byte aamtclug %1f "CC: Allocation flag for TAMTCLUG" _column(2185) byte tamtcluh %2f "CC: Amount paid for 3rd YOUNGEST child to be" _column(2187) byte aamtcluh %1f "CC: Allocation flag for TAMTCLUH" _column(2188) byte tamtclui %2f "CC: Amount paid for 4th YOUNGEST child to be" _column(2190) byte aamtclui %1f "CC: Allocation flag for TAMTCLUI" _column(2191) byte tamtcluj %2f "CC: Amount paid for 5th YOUNGEST child to be" _column(2193) byte aamtcluj %1f "CC: Allocation flag for TAMTCLUJ" _column(2194) byte ewhschof %2f "CC: Place of YOUNGEST child's after school" _column(2196) byte awhschof %1f "CC: Allocation flag for EWHSCHOF" _column(2197) byte ewhschog %2f "CC: Place of 2nd YOUNGEST child's after" _column(2199) byte awhschog %1f "CC: Allocation flag for EWHSCHOG" _column(2200) byte ewhschoh %2f "CC: Place of 3rd YOUNGEST child's after" _column(2202) byte awhschoh %1f "CC: Allocation flag for EWHSCHOH" _column(2203) byte ewhschoi %2f "CC: Place of 4th YOUNGEST child's after" _column(2205) byte awhschoi %1f "CC: Allocation flag for EWHSCHOI" _column(2206) byte ewhschoj %2f "CC: Place of 5th YOUNGEST child's after" _column(2208) byte awhschoj %1f "CC: Allocation flag for EWHSCHOJ" _column(2209) byte ehscho1f %2f "CC: Hours YOUNGEST child spent in after" _column(2211) byte ahscho1f %1f "CC: Allocation flag for EHSCHO1F" _column(2212) byte ehscho1g %2f "CC: Hours 2nd YOUNGEST child spent in after" _column(2214) byte ahscho1g %1f "CC: Allocation flag for EHSCHO1G" _column(2215) byte ehscho1h %2f "CC: Hours 3rd YOUNGEST child spent in after" _column(2217) byte ahscho1h %1f "CC: Allocation flag for EHSCHO1H" _column(2218) byte ehscho1i %2f "CC: Hours 4th YOUNGEST child spent in after" _column(2220) byte ahscho1i %1f "CC: Allocation flag for EHSCHO1I" _column(2221) byte ehscho1j %2f "CC: Hours 5th YOUNGEST child spent in after" _column(2223) byte ahscho1j %1f "CC: Allocation flag for EHSCHO1J" _column(2224) byte ehrsch2f %2f "CC: Work hours YOUNGEST child in after school" _column(2226) byte ahrsch2f %1f "CC: Allocation flag for EHRSCH2F" _column(2227) byte ehrsch2g %2f "CC: Work hours 2nd YOUNGEST child in after" _column(2229) byte ahrsch2g %1f "CC: Allocation flag for EHRSCH2G" _column(2230) byte ehrsch2h %2f "CC: Work hours 3rd YOUNGEST child in after" _column(2232) byte ahrsch2h %1f "CC: Allocation flag for EHRSCH2H" _column(2233) byte ehrsch2i %2f "CC: Work hours 4th YOUNGEST child in after" _column(2235) byte ahrsch2i %1f "CC: Allocation flag for EHRSCH2I" _column(2236) byte ehrsch2j %2f "CC: Work hours 5th YOUNGEST child in after" _column(2238) byte ahrsch2j %1f "CC: Allocation flag for EHRSCH2J" _column(2239) byte epayschf %2f "CC: Paid for YOUNGEST child's after school" _column(2241) byte apayschf %1f "CC: Allocation flag for EPAYSCHF" _column(2242) byte epayschg %2f "CC: Paid for 2nd YOUNGEST child's after" _column(2244) byte apayschg %1f "CC: Allocation flag for EPAYSCHG" _column(2245) byte epayschh %2f "CC: Paid for 3rd YOUNGEST child's after" _column(2247) byte apayschh %1f "CC: Allocation flag for EPAYSCHH" _column(2248) byte epayschi %2f "CC: Paid for 4th YOUNGEST child's after" _column(2250) byte apayschi %1f "CC: Allocation flag for EPAYSCHI" _column(2251) byte epayschj %2f "CC: Paid for 5th YOUNGEST child's after" _column(2253) byte apayschj %1f "CC: Allocation flag for EPAYSCHJ" _column(2254) int tamtschf %3f "CC: Amount paid for YOUNGEST child's after" _column(2257) byte aamtschf %1f "CC: Allocation flag for TAMTSCHF" _column(2258) int tamtschg %3f "CC: Amt paid for 2nd YOUNGEST child's after" _column(2261) byte aamtschg %1f "CC: Allocation flag for TAMTSCHG" _column(2262) int tamtschh %3f "CC: Amt paid for 3rd YOUNGEST child's after" _column(2265) byte aamtschh %1f "CC: Allocation flag for TAMTSCHH" _column(2266) int tamtschi %3f "CC: Amt paid for 4th YOUNGEST child's after" _column(2269) byte aamtschi %1f "CC: Allocation flag for TAMTSCHI" _column(2270) int tamtschj %3f "CC: Amt paid for 5th YOUNGEST child's after" _column(2273) byte aamtschj %1f "CC: Allocation flag for TAMTSCHJ" _column(2274) byte ewhothef %2f "CC: Place non-relative cared for the YOUNGEST" _column(2276) byte awhothef %1f "CC: Allocation flag for EWHOTHEF" _column(2277) byte ewhotheg %2f "CC: Place non-relative cared for the 2nd" _column(2279) byte awhotheg %1f "CC: Allocation flag for EWHOTHEG" _column(2280) byte ewhotheh %2f "CC: Place non-relative cared for the 3rd" _column(2282) byte awhotheh %1f "CC: Allocation flag for EWHOTHEH" _column(2283) byte ewhothei %2f "CC: Place non-relative cared for the 4th" _column(2285) byte awhothei %1f "CC: Allocation flag for EWHOTHEI" _column(2286) byte ewhothej %2f "CC: Place non-relative cared for the 5th" _column(2288) byte awhothej %1f "CC: Allocation flag for EWHOTHEJ" _column(2289) byte eothehrf %2f "CC: Hours non-relative cared for YOUNGEST" _column(2291) byte aothehrf %1f "CC: Allocation flag for EOTHEHRF" _column(2292) byte eothehrg %2f "CC: Hours non-relative cared for 2nd YOUNGEST" _column(2294) byte aothehrg %1f "CC: Allocation flag for EOTHEHRG" _column(2295) byte eothehrh %2f "CC: Hours non-relative cared for 3rd YOUNGEST" _column(2297) byte aothehrh %1f "CC: Allocation flag for EOTHEHRH" _column(2298) byte eothehri %2f "CC: Hours non-relative cared for 4th YOUNGEST" _column(2300) byte aothehri %1f "CC: Allocation flag for EOTHEHRI" _column(2301) byte eothehrj %2f "CC: Hours non-relative cared for 5th YOUNGEST" _column(2303) byte aothehrj %1f "CC: Allocation flag for EOTHEHRJ" _column(2304) byte ehrothef %2f "CC: Work hours non-relative cared for" _column(2306) byte ahrothef %1f "CC: Allocation flag for EHROTHEF" _column(2307) byte ehrotheg %2f "CC: Work hours non-relative cared for 2nd" _column(2309) byte ahrotheg %1f "CC: Allocation flag for EHROTHEG" _column(2310) byte ehrotheh %2f "CC: Work hours non-relative cared for 3rd" _column(2312) byte ahrotheh %1f "CC: Allocation flag for EHROTHEH" _column(2313) byte ehrothei %2f "CC: Work hours non-relative cared for 4th" _column(2315) byte ahrothei %1f "CC: Allocation flag for EHROTHEI" _column(2316) byte ehrothej %2f "CC: Work hours non-relative cared for 5th" _column(2318) byte ahrothej %1f "CC: Allocation flag for EHROTHEJ" _column(2319) byte epayothf %2f "CC: Paid non-relative to care for YOUNGEST" _column(2321) byte apayothf %1f "CC: Allocation flag for EPAYOTHF" _column(2322) byte epayothg %2f "CC: Paid non-relative to care for 2nd" _column(2324) byte apayothg %1f "CC: Allocation flag for EPAYOTHG" _column(2325) byte epayothh %2f "CC: Paid non-relative to care for 3rd" _column(2327) byte apayothh %1f "CC: Allocation flag for EPAYOTHH" _column(2328) byte epayothi %2f "CC: Paid non-relative to care for 4th" _column(2330) byte apayothi %1f "CC: Allocation flag for EPAYOTHI" _column(2331) byte epayothj %2f "CC: Paid non-relative to care for 5th" _column(2333) byte apayothj %1f "CC: Allocation flag for EPAYOTHJ" _column(2334) int tamtothf %3f "CC: Amount paid non-relative to care for" _column(2337) byte aamtothf %1f "CC: Allocation flag for TAMTOTHF" _column(2338) int tamtothg %3f "CC: Amount paid non-relative to care for 2nd" _column(2341) byte aamtothg %1f "CC: Allocation flag for TAMTOTHG" _column(2342) int tamtothh %3f "CC: Amount paid non-relative to care for 3rd" _column(2345) byte aamtothh %1f "CC: Allocation flag for TAMTOTHH" _column(2346) int tamtothi %3f "CC: Amount paid non-relative to care for 4th" _column(2349) byte aamtothi %1f "CC: Allocation flag for TAMTOTHI" _column(2350) int tamtothj %3f "CC: Amount paid non-relative to care for 5th" _column(2353) byte aamtothj %1f "CC: Allocation flag for TAMTOTHJ" _column(2354) byte eschoowf %2f "CC: YOUNGEST child attended school last month" _column(2356) byte aschoowf %1f "CC: Allocation flag for ESCHOOWF" _column(2357) byte eschoowg %2f "CC: 2nd YOUNGEST child attended school last" _column(2359) byte aschoowg %1f "CC: Allocation flag for ESCHOOWG" _column(2360) byte eschoowh %2f "CC: 3rd YOUNGEST child attended school last" _column(2362) byte aschoowh %1f "CC: Allocation flag for ESCHOOWH" _column(2363) byte eschoowi %2f "CC: 4th YOUNGEST child attended school last" _column(2365) byte aschoowi %1f "CC: Allocation flag for ESCHOOWI" _column(2366) byte eschoowj %2f "CC: 5th YOUNGEST child attended school last" _column(2368) byte aschoowj %1f "CC: Allocation flag for ESCHOOWJ" _column(2369) byte ehrschwf %2f "CC: Hours per week YOUNGEST child was in" _column(2371) byte ahrschwf %1f "CC: Allocation flag for EHRSCHWF" _column(2372) byte ehrschwg %2f "CC: Hours per week 2nd YOUNGEST child was in" _column(2374) byte ahrschwg %1f "CC: Allocation flag for EHRSCHWG" _column(2375) byte ehrschwh %2f "CC: Hours per week 3rd YOUNGEST child was in" _column(2377) byte ahrschwh %1f "CC: Allocation flag for EHRSCHWH" _column(2378) byte ehrschwi %2f "CC: Hours per week 4th YOUNGEST child was in" _column(2380) byte ahrschwi %1f "CC: Allocation flag for EHRSCHWI" _column(2381) byte ehrschwj %2f "CC: Hours per week 5th YOUNGEST child was in" _column(2383) byte ahrschwj %1f "CC: Allocation flag for EHRSCHWJ" _column(2384) byte ehrschof %2f "CC: Work hours YOUNGEST child was in school" _column(2386) byte ahrschof %1f "CC: Allocation flag for EHRSCHOF" _column(2387) byte ehrschog %2f "CC: Work hours 2nd YOUNGEST child was in" _column(2389) byte ahrschog %1f "CC: Allocation flag for EHRSCHOG" _column(2390) byte ehrschoh %2f "CC: Work hours 3rd YOUNGEST child was in" _column(2392) byte ahrschoh %1f "CC: Allocation flag for EHRSCHOH" _column(2393) byte ehrschoi %2f "CC: Work hours 4th YOUNGEST child was in" _column(2395) byte ahrschoi %1f "CC: Allocation flag for EHRSCHOI" _column(2396) byte ehrschoj %2f "CC: Work hours 5th YOUNGEST child was in" _column(2398) byte ahrschoj %1f "CC: Allocation flag for EHRSCHOJ" _column(2399) byte eselfcaf %2f "CC: YOUNGEST child cared for self" _column(2401) byte aselfcaf %1f "CC: Allocation flag for ESELFCAF" _column(2402) byte eselfcag %2f "CC: 2nd YOUNGEST child cared for self" _column(2404) byte aselfcag %1f "CC: Allocation flag for ESELFCAG" _column(2405) byte eselfcah %2f "CC: 3rd YOUNGEST child cared for self" _column(2407) byte aselfcah %1f "CC: Allocation flag for ESELFCAH" _column(2408) byte eselfcai %2f "CC: 4th YOUNGEST child cared for self" _column(2410) byte aselfcai %1f "CC: Allocation flag for ESELFCAI" _column(2411) byte eselfcaj %2f "CC: 5th YOUNGEST child cared for self" _column(2413) byte aselfcaj %1f "CC: Allocation flag for ESELFCAJ" _column(2414) byte ekidhr1f %2f "CC: Hours per week YOUNGEST child cared for" _column(2416) byte akidhr1f %1f "CC: Allocation flag for EKIDHR1F" _column(2417) byte ekidhr1g %2f "CC: Hours per week 2nd YOUNGEST child cared" _column(2419) byte akidhr1g %1f "CC: Allocation flag for EKIDHR1G" _column(2420) byte ekidhr1h %2f "CC: Hours per week 3rd YOUNGEST child cared" _column(2422) byte akidhr1h %1f "CC: Allocation flag for EKIDHR1H" _column(2423) byte ekidhr1i %2f "CC: Hours per week 4th YOUNGEST child cared" _column(2425) byte akidhr1i %1f "CC: Allocation flag for EKIDHR1I" _column(2426) byte ekidhr1j %2f "CC: Hours per week 5th YOUNGEST child cared" _column(2428) byte akidhr1j %1f "CC: Allocation flag for EKIDHR1J" _column(2429) byte ekidhr2f %2f "CC: Work hours YOUNGEST child cared for self" _column(2431) byte akidhr2f %1f "CC: Allocation flag for EKIDHR2F" _column(2432) byte ekidhr2g %2f "CC: Work hours 2nd YOUNGEST child cared for" _column(2434) byte akidhr2g %1f "CC: Allocation flag for EKIDHR2G" _column(2435) byte ekidhr2h %2f "CC: Work hours 3rd YOUNGEST child cared for" _column(2437) byte akidhr2h %1f "CC: Allocation flag for EKIDHR2H" _column(2438) byte ekidhr2i %2f "CC: Work hours 4th YOUNGEST child cared for" _column(2440) byte akidhr2i %1f "CC: Allocation flag for EKIDHR2I" _column(2441) byte ekidhr2j %2f "CC: Work hours 5th YOUNGEST child cared for" _column(2443) byte akidhr2j %1f "CC: Allocation flag for EKIDHR2J" _column(2444) byte edaychaf %2f "CC: Any change in child care for YOUNGEST" _column(2446) byte adaychaf %1f "CC: Allocation flag for EDAYCHAF" _column(2447) byte edaychag %2f "CC: Any change in child care for 2nd YOUNGEST" _column(2449) byte adaychag %1f "CC: Allocation flag for EDAYCHAG" _column(2450) byte edaychah %2f "CC: Any change in child care for 3rd YOUNGEST" _column(2452) byte adaychah %1f "CC: Allocation flag for EDAYCHAH" _column(2453) byte edaychai %2f "CC: Any change in child care for 4th YOUNGEST" _column(2455) byte adaychai %1f "CC: Allocation flag for EDAYCHAI" _column(2456) byte edaychaj %2f "CC: Any change in child care for 5th YOUNGEST" _column(2458) byte adaychaj %1f "CC: Allocation flag for EDAYCHAJ" _column(2459) byte epayhelf %2f "CC: Anyone help pay for YOUNGEST child's care" _column(2461) byte apayhelf %1f "CC: Allocation flag for EPAYHELF" _column(2462) byte epayhelg %2f "CC: Anyone help pay for 2nd YOUNGEST child's" _column(2464) byte apayhelg %1f "CC: Allocation flag for EPAYHELG" _column(2465) byte epayhelh %2f "CC: Anyone help pay for 3rd YOUNGEST child's" _column(2467) byte apayhelh %1f "CC: Allocation flag for EPAYHELH" _column(2468) byte epayheli %2f "CC: Anyone help pay for 4th YOUNGEST child's" _column(2470) byte apayheli %1f "CC: Allocation flag for EPAYHELI" _column(2471) byte epayhelj %2f "CC: Anyone help pay for 5th YOUNGEST child's" _column(2473) byte apayhelj %1f "CC: Allocation flag for EPAYHELJ" _column(2474) byte ewhopa1f %2f "CC: Government helped pay for YOUNGEST" _column(2476) byte ewhopa2f %2f "CC: Other parent helped pay for YOUNGEST" _column(2478) byte ewhopa3f %2f "CC: Employer helped pay for YOUNGEST child's" _column(2480) byte ewhopa4f %2f "CC: Someone else helped pay for YOUNGEST" _column(2482) byte awhopaf %1f "CC: Allocation flag for EWHOPA1F-EWHOPA4F" _column(2483) byte ewhopa1g %2f "CC: Government helped pay 2nd YOUNGEST" _column(2485) byte ewhopa2g %2f "CC: Other parent helped pay 2nd YOUNGEST" _column(2487) byte ewhopa3g %2f "CC: Employer helped pay 2nd YOUNGEST child's" _column(2489) byte ewhopa4g %2f "CC: Someone else helped pay 2nd YOUNGEST" _column(2491) byte awhopag %2f "CC: Allocation flag for EWHOPA1G-EWHOPA4G" _column(2493) byte ewhopa1h %2f "CC: Government helped pay 3rd YOUNGEST" _column(2495) byte ewhopa2h %2f "CC: Other parent helped pay 3rd YOUNGEST" _column(2497) byte ewhopa3h %2f "CC: Employer helped pay 3rd YOUNGEST child's" _column(2499) byte ewhopa4h %2f "CC: Someone else helped pay 3rd YOUNGEST" _column(2501) byte awhopah %1f "CC: Allocation flag for EWHOPA1H-EWHOPA4H" _column(2502) byte ewhopa1i %2f "CC: Government helped pay 4th YOUNGEST" _column(2504) byte ewhopa2i %2f "CC: Other parent helped pay 4th YOUNGEST" _column(2506) byte ewhopa3i %2f "CC: Employer helped pay 4th YOUNGEST child's" _column(2508) byte ewhopa4i %2f "CC: Someone else helped pay 4th YOUNGEST" _column(2510) byte awhopai %1f "CC: Allocation flag for EWHOPA1I-EWHOPA4I" _column(2511) byte ewhopa1j %2f "CC: Government helped pay 5th YOUNGEST" _column(2513) byte ewhopa2j %2f "CC: Other parent helped pay 5th YOUNGEST" _column(2515) byte ewhopa3j %2f "CC: Employer helped pay 5th YOUNGEST child's" _column(2517) byte ewhopa4j %2f "CC: Someone else helped pay 5th YOUNGEST" _column(2519) byte awhopaj %1f "CC: Allocation flag for EWHOPA1J-EWHOPA4J" _column(2520) byte esatisf %2f "CC: Satisfied with care of YOUNGEST child" _column(2522) byte esatisg %2f "CC: Satisfied with care of 2nd YOUNGEST child" _column(2524) byte esatish %2f "CC: Satisfied with care of 3rd YOUNGEST child" _column(2526) byte esatisi %2f "CC: Satisfied with care of 4th YOUNGEST child" _column(2528) byte esatisj %2f "CC: Satisfied with care of 5th YOUNGEST child" _column(2530) byte elistf %2f "CC: On waiting list for care for YOUNGEST" _column(2532) byte alistf %1f "CC: Allocation flag for ELISTF" _column(2533) byte elistg %2f "CC: On waiting list for care for 2nd YOUNGEST" _column(2535) byte alistg %1f "CC: Allocation flag for ELISTG" _column(2536) byte elisth %2f "CC: On waiting list for care for 3rd YOUNGEST" _column(2538) byte alisth %1f "CC: Allocation flag for ELISTH" _column(2539) byte elisti %2f "CC: On waiting list for care for 4th YOUNGEST" _column(2541) byte alisti %1f "CC: Allocation flag for ELISTI" _column(2542) byte elistj %2f "CC: On waiting list for care for 5th YOUNGEST" _column(2544) byte alistj %1f "CC: Allocation flag for ELISTJ" _column(2545) byte eworkmor %2f "CC: Child care problems hinder more time at" _column(2547) byte aworkmor %1f "CC: Allocation flag for EWORKMOR" _column(2548) byte etiamt01 %2f "CC: Time lost last month due to child care" _column(2550) byte atiamt01 %1f "CC: Allocation flag for ETIAMT01" _column(2551) byte etiamt02 %2f "CC: Unit of time lost because of child care" _column(2553) byte atiamt02 %1f "CC: Allocation flag for ETIAMT02" _column(2554) byte eairunv %2f "AIR: Universe indicator." _column(2556) byte iothrbus %2f "AIR: Own and operate other business in 2010" _column(2558) byte iownbs04 %2f "AIR: Own and operate business in 2010" _column(2560) byte ibsform1 %2f "AIR: Form of business/practice" _column(2562) byte ibsloct1 %2f "AIR: Location of business" _column(2564) byte iprtown1 %2f "AIR: Part owner lives in this HH" _column(2566) int iownrs11 %4f "AIR: First other HH member owner" _column(2570) int iownrs12 %4f "AIR: Second other HH member owner" _column(2574) byte ihhown1 %2f "AIR: Business owned only by members of HH" _column(2576) byte rpcnthh1 %2f "AIR: Percentage of business owned by HH" _column(2578) byte rpctown1 %2f "AIR: Percentage of business owned in own name" _column(2580) long tgrsrcp1 %6f "AIR: Gross receipts of business in 2010" _column(2586) long ttotexp1 %6f "AIR: Total expenses of business in 2010" _column(2592) long tnetinc1 %6f "AIR: Net income from business in 2010-profit" _column(2598) long tnetinc2 %6f "AIR: Net income from business in 2010-loss" _column(2604) byte iothinc1 %2f "AIR: Whether first owner received net income" _column(2606) long tnetin12 %6f "AIR: Net income, first other HH owner-profit" _column(2612) long tnetin13 %6f "AIR: Net income, first other HH owner-loss" _column(2618) long tnetin22 %6f "AIR: Net income, second other HH owner-profit" _column(2624) long tnetin23 %6f "AIR: Net income, second other HH owner-loss" _column(2630) byte ibsform2 %2f "AIR: Form of business/practice" _column(2632) byte ibsloct2 %2f "AIR: Location of business" _column(2634) byte iprtown2 %2f "AIR: Whether other HH members were part owners" _column(2636) int iownrs21 %4f "AIR: Which other HH members part-owners-" _column(2640) int iownrs22 %4f "AIR: Which other HH members part-owners-" _column(2644) byte ihhown2 %2f "AIR: Business owned by members of HH" _column(2646) byte rpcnthh2 %2f "AIR: Percentage of business owned by HH member" _column(2648) byte rpctown2 %2f "AIR: Percentage of business owned in own name" _column(2650) long tgrsrcp2 %6f "AIR: Gross receipts of second business in 2010" _column(2656) long ttotexp2 %6f "AIR: Total expenses of second business in 2010" _column(2662) long tnetinc3 %6f "AIR: Net income of second business in" _column(2668) long tnetinc4 %6f "AIR: Net income of second business in" _column(2674) byte iothinc2 %2f "AIR: Other income in 2010" _column(2676) long tnetin32 %6f "AIR: Net income, first other HH owner-profit" _column(2682) long tnetin33 %6f "AIR: Net income, first other HH owner-loss" _column(2688) long tnetin42 %6f "AIR: Net income, second other HH owner-profit" _column(2694) long tothinc3 %6f "AIR: Net income from other business-profit" _column(2700) long tothinc4 %6f "AIR: Net income from other business-loss" _column(2706) byte iirayn %2f "AIR: Whether retirement account is in ... name" _column(2708) byte iiracont %2f "AIR: Whether tax-deduct contributions made to" _column(2710) int ttaxcont %4f "AIR: Amount of tax-deduct contributions made" _column(2714) byte iirawdl %2f "AIR: Whether withdrawals were made from IRA" _column(2716) long tamtira %5f "AIR: Amount withdrawn from IRAs in 2010" _column(2721) long tiraearn %5f "AIR: Amount IRA account in own name earned in" _column(2726) byte iiratyp1 %2f "AIR: Assets in IRA accounts-CD or Savings Cert" _column(2728) byte iiratyp2 %2f "AIR: Assets in IRA accounts-Money Market Funds" _column(2730) byte iiratyp3 %2f "AIR: Assets in IRA accounts-U.S. Govt." _column(2732) byte iiratyp4 %2f "AIR: Assets in IRA accounts-Municipal or" _column(2734) byte iiratyp5 %2f "AIR: Assets in IRA accounts-U.S. Savings Bonds" _column(2736) byte iiratyp6 %2f "AIR: Assets in IRA accounts-Stocks or Mutual" _column(2738) byte iiratyp7 %2f "AIR: Assets in IRA accounts-Other assets" _column(2740) byte ikeoghyn %2f "AIR: Whether ... has a Keogh account" _column(2742) byte ikeoghcn %2f "AIR: Whether tax-deduct contributions made to" _column(2744) long ttxkeogh %5f "AIR: Amount of tax-deduct contributions to" _column(2749) byte ikeoghwd %2f "AIR: Whether withdrawals were made from Keogh" _column(2751) long tatkeogh %5f "AIR: Amount withdrawn from Keogh accounts in" _column(2756) long tkeogher %5f "AIR: Amount Keogh accounts in own name earned" _column(2761) byte ikeohtp1 %2f "AIR: Assets in Keogh-CD or Savings" _column(2763) byte ikeohtp2 %2f "AIR: Assets in Keogh-Money Market Funds" _column(2765) byte ikeohtp3 %2f "AIR: Assets in Keogh-U.S. Govt. Securities" _column(2767) byte ikeohtp4 %2f "AIR: Assets in Keogh-Municipal or Corp. Bonds" _column(2769) byte ikeohtp5 %2f "AIR: Assets in Keogh-U.S. Savings Bonds" _column(2771) byte ikeohtp6 %2f "AIR: Assets in Keogh-Stocks or Mutual Funds" _column(2773) byte ikeohtp7 %2f "AIR: Assets in Keogh-Other assets" _column(2775) byte ithrftyn %2f "AIR: Whether employee involved in thrift/401k" _column(2777) long tthftcnt %5f "AIR: Amount contributed to 401k/403b/thrift" _column(2782) byte ithftwdl %2f "AIR: Were withdrawals made from thrift/401k" _column(2784) long tthftamt %5f "AIR: Amount withdrawn from 401k/403b/thrift" _column(2789) long tthftern %5f "AIR: Amount of earnings from 401k/403b/thrift" _column(2794) byte ithftyp1 %2f "AIR: Assets in 401k,403b,thrift plan-Money" _column(2796) byte ithftyp2 %2f "AIR: Assets in 401k,403b,thrift" _column(2798) byte ithftyp3 %2f "AIR: Assets in 401k,403b plan-Municipal or" _column(2800) byte ithftyp4 %2f "AIR: Assets in 401k,403b,thrift -Stocks or" _column(2802) byte ithftyp5 %2f "AIR: Assets in 401k,403b,thrift plan-Other" _column(2804) byte eatxunv %2f "TAX: Universe indicator." _column(2806) byte itaxflyn %2f "TAX: Whether ... filed Federal income tax for" _column(2808) byte itaxcopy %2f "TAX: Whether ... has a copy of tax form or" _column(2810) byte tfilstat %2f "TAX: Filing status on 2009 Federal tax return" _column(2812) byte ttotexmp %2f "TAX: Number of exemptions claimed on return" _column(2814) int iexemp01 %4f "TAX: First person claimed as an exemption" _column(2818) int iexemp02 %4f "TAX: Second person claimed as an exemption" _column(2822) int iexemp03 %4f "TAX: Third person claimed as an exemption" _column(2826) int iexemp04 %4f "TAX: Fourth person claimed as an exemption" _column(2830) int iexemp05 %4f "TAX: Fifth person claimed as an exemption" _column(2834) byte iexmpout %2f "TAX: Number of persons claimed as an exemption" _column(2836) byte iexnmout %2f "TAX: Number of persons claimed as an exemption" _column(2838) byte ioutrl01 %2f "TAX: First person's relationship" _column(2840) byte ioutrl02 %2f "TAX: Second person's relationship" _column(2842) byte ioutrl03 %2f "TAX: Third person's relationship" _column(2844) byte ioutrl04 %2f "TAX: Fourth person's relationship" _column(2846) byte ioutrl05 %2f "TAX: Fifth person's relationship" _column(2848) byte ioutrl06 %2f "TAX: Sixth person's relationship" _column(2850) byte ioutrl07 %2f "TAX: Seventh person's relationship" _column(2852) byte ioutrl08 %2f "TAX: Eighth person's relationship" _column(2854) byte ioutrl09 %2f "TAX: Ninth person's relationship" _column(2856) byte ioutrl10 %2f "TAX: Tenth person's relationship" _column(2858) byte ifilform %2f "TAX: Form 1040 filed" _column(2860) byte ischeda %2f "TAX: Schedule A filed with 2009 tax return" _column(2862) byte ischedd %2f "TAX: Schedule D filed with 2009 tax return" _column(2864) byte tamtdedt %2f "TAX: Amount of itemized deductions for 2009" _column(2866) byte iccexpen %2f "TAX: Child and dependent care expense credit" _column(2868) byte tccamt %2f "TAX: Amt of child or dependent care expense" _column(2870) int icarex01 %4f "TAX: First child and dependent care expense" _column(2874) int icarex02 %4f "TAX: Second child and dependent care expense" _column(2878) int icarex03 %4f "TAX: Third child and dependent care expense" _column(2882) int icarex04 %4f "TAX: Fourth child and dependent care expense" _column(2886) int icarex05 %4f "TAX: Fifth child and dependent care expense" _column(2890) int icarex06 %4f "TAX: Sixth child and dependent care expense" _column(2894) int icarex07 %4f "TAX: Seventh child and dependent care expense" _column(2898) int icarex08 %4f "TAX: Eighth child and dependent care expense" _column(2902) int icarex09 %4f "TAX: Ninth child and dependent care expense" _column(2906) int icarex10 %4f "TAX: Tenth child and dependent care expense" _column(2910) int icarex11 %4f "TAX: Eleventh child and dependent care" _column(2914) int icarex12 %4f "TAX: Twelfth child and dependent care expense" _column(2918) int icarex13 %4f "TAX: Thirteenth child and dependent care" _column(2922) int icarex14 %4f "TAX: Fourteenth child and dependent care" _column(2926) int icarex15 %4f "TAX: Fifteenth child and dependent care" _column(2930) int icarex16 %4f "TAX: Sixteenth child and dependent care" _column(2934) int icarex17 %4f "TAX: Seventeeth child and dependent care" _column(2938) int icarex18 %4f "TAX: Eighteenth child and dependent care" _column(2942) int icarex19 %4f "TAX: Nineteenth child and dependent care" _column(2946) int icarex20 %4f "TAX: Twentieth child and dependent care" _column(2950) int icarex21 %4f "TAX: 21st child and dependent care expense" _column(2954) int icarex22 %4f "TAX: 22nd child and dependent care expense" _column(2958) int icarex23 %4f "TAX: 23rd child and dependent care expense" _column(2962) int icarex24 %4f "TAX: 24th child and dependent care expense" _column(2966) int icarex25 %4f "TAX: 25th child and dependent care expense" _column(2970) int icarex26 %4f "TAX: 26th child and dependent care expense" _column(2974) int icarex27 %4f "TAX: 27th child and dependent care expense" _column(2978) int icarex28 %4f "TAX: 28th child and dependent care expense" _column(2982) int icarex29 %4f "TAX: 29th child and dependent care expense" _column(2986) int icarex30 %4f "TAX: Thirtieth child and dependent care" _column(2990) byte idsabcrd %2f "TAX: Credit claimed for elderly or disabled" _column(2992) byte tsapgain %2f "TAX: Amt capital gains or losses from" _column(2994) byte tadjincm %2f "TAX: Adjusted gross income in 2009" _column(2996) byte tnettax %2f "TAX: Net tax liability in 2009" _column(2998) byte ierndcrd %2f "TAX: Whether earned income credit was claimed" _column(3000) byte terndamt %2f "TAX: Amount of earned income credit claimed" _column(3002) int ieicex01 %4f "TAX: First person where earned income cr was" _column(3006) int ieicex02 %4f "TAX: Second person where earned income cr was" _column(3010) int ieicex03 %4f "TAX: Third person where earned income cr was" _column(3014) int ieicex04 %4f "TAX: 4th person where earned income cr was" _column(3018) int ieicex05 %4f "TAX: Fifth person where earned income cr was" _column(3022) int ieicex06 %4f "TAX: Sixth person where earned income cr was" _column(3026) int ieicex07 %4f "TAX: Seventh person where earned income cr" _column(3030) int ieicex08 %4f "TAX: Eighth person where earned income cr was" _column(3034) int ieicex09 %4f "TAX: Ninth person where earned income cr was" _column(3038) int ieicex10 %4f "TAX: Tenth person where earned income cr was" _column(3042) int ieicex11 %4f "TAX: Eleventh person where earned income cr" _column(3046) int ieicex12 %4f "TAX: Twelfth person where earned income cr" _column(3050) int ieicex13 %4f "TAX: Thirteenth person where earned income cr" _column(3054) int ieicex14 %4f "TAX: Fourteenth person where earned income cr" _column(3058) int ieicex15 %4f "TAX: Fifteenth person where earned income cr" _column(3062) int ieicex16 %4f "TAX: Sixteenth person where earned income cr" _column(3066) int ieicex17 %4f "TAX: Seventeenth person where earned income" _column(3070) int ieicex18 %4f "TAX: Eighteenth person where earned income cr" _column(3074) int ieicex19 %4f "TAX: Nineteenth person where earned income cr" _column(3078) int ieicex20 %4f "TAX: Twentieth person where earned income cr" _column(3082) int ieicex21 %4f "TAX: Twenty-first person where earned inc cr" _column(3086) int ieicex22 %4f "TAX: Twenty-second person where earned inc cr" _column(3090) int ieicex23 %4f "TAX: Twenty-third person where earned inc cr" _column(3094) int ieicex24 %4f "TAX: Twenty-fourth person where earned inc cr" _column(3098) int ieicex25 %4f "TAX: Twenty-fifth person where earned inc cr" _column(3102) int ieicex26 %4f "TAX: Twenty-sixth person where earned inc cr" _column(3106) int ieicex27 %4f "TAX: Twenty-seventh person where earned inc" _column(3110) int ieicex28 %4f "TAX: Twenty-eighth person where earned inc cr" _column(3114) int ieicex29 %4f "TAX: Twenty-ninth person where earned inc cr" _column(3118) int ieicex30 %4f "TAX: Thirtieth person where earned inc cr was" _column(3122) byte iproptax %2f "TAX: Property taxes paid on residence in 2009" _column(3124) byte ipropjnt %2f "TAX: Property tax paid jointly with someone" _column(3126) int ipropn01 %4f "TAX: First person who made joint payments" _column(3130) int ipropn02 %4f "TAX: Second person who made joint payments" _column(3134) int ipropn03 %4f "TAX: Third person who made joint payments" _column(3138) int ipropn04 %4f "TAX: Fourth person who made joint payments" _column(3142) int ipropn05 %4f "TAX: Fifth person who made joint payments" _column(3146) int ipropn06 %4f "TAX: Sixth person who made joint payments" _column(3150) int ipropn07 %4f "TAX: Seventh person who made joint payments" _column(3154) int ipropn08 %4f "TAX: Eighth person who made joint payments" _column(3158) int ipropn09 %4f "TAX: Ninth person who made joint payments" _column(3162) int ipropn10 %4f "TAX: Tenth person who made joint payments" _column(3166) int ipropn11 %4f "TAX: Eleventh person who made joint payments" _column(3170) int ipropn12 %4f "TAX: Twelfth person who made joint payments" _column(3174) int ipropn13 %4f "TAX: Thirteenth person who made joint payments" _column(3178) int ipropn14 %4f "TAX: Fourteenth person who made joint payments" _column(3182) int ipropn15 %4f "TAX: Fifteenth person who made joint payments" _column(3186) int ipropn16 %4f "TAX: Sixteenth person who made joint payments" _column(3190) int ipropn17 %4f "TAX: Seventeenth person who made joint" _column(3194) int ipropn18 %4f "TAX: Eighteenth person who made joint payments" _column(3198) int ipropn19 %4f "TAX: Nineteenth person who made joint payments" _column(3202) int ipropn20 %4f "TAX: Twentieth person who made joint payments" _column(3206) int ipropn21 %4f "TAX: Twenty-first person who made joint" _column(3210) int ipropn22 %4f "TAX: Twenty-second person who made joint" _column(3214) int ipropn23 %4f "TAX: Twenty-third person who made joint" _column(3218) int ipropn24 %4f "TAX: Twenty-fourth person who made joint" _column(3222) int ipropn25 %4f "TAX: Twenty-fifth person who made joint" _column(3226) int ipropn26 %4f "TAX: Twenty-sixth person who made joint" _column(3230) int ipropn27 %4f "TAX: Twenty-seventh person who made joint" _column(3234) int ipropn28 %4f "TAX: Twenty-eighth person who made joint" _column(3238) int ipropn29 %4f "TAX: Twenty-ninth person who made joint" _column(3242) int ipropn30 %4f "TAX: Thirtieth person who made joint payments" _column(3246) byte ttaxbill %2f "TAX: Property tax bill for your residence in" } ** Copyright 2012 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. ;