forked from AllenDowney/ThinkStats2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
2006_2010_FemRespSetup.dct
3756 lines (3752 loc) · 452 KB
/
2006_2010_FemRespSetup.dct
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
dictionary {
*****************************************************************
* NATIONAL SURVEY OF FAMILY GROWTH (NSFG), 2006-2010
* STATA Female Data Dictionary
*
* Warning: Edit this file at your own risk
*
*****************************************************************
_lines(1)
_line(1)
_column(1) long CASEID %5f "Respondent ID number"
_column(6) byte RSCRNINF %1f "R is screener informant"
_column(7) byte RSCRAGE %2f "R's age as reported in screener"
_column(9) byte RSCRHISP %1f "R is reported as Hispanic in the screener"
_column(10) byte RSCRRACE %1f "R's race as reported in screener"
_column(11) byte AGE_A %2f "AA-1 R's age at interview"
_column(13) byte AGE_R %2f "R's age at interview"
_column(15) int CMBIRTH %4f "Century month for R's birth"
_column(19) byte AGESCRN %2f "R's age at screener"
_column(21) byte MARSTAT %1f "AB-1 R's marital status"
_column(22) byte FMARSTAT %1f "AB-2 R's formal marital status"
_column(23) byte FMARIT %1f "Formal marital status at time of interview"
_column(24) byte EVRMARRY %1f "Whether R was ever married"
_column(25) byte HISP %1f "AC-1 R is of Hispanic/Latino origin"
_column(26) byte HISPGRP %1f "AC-2 Hispanic/Latino origin -- group"
_column(27) byte FL_RAGE %1f "Whether R's age at screener differs from age at interview"
_column(28) byte FL_RRACE %1f "Whether R's race at screener differs from race at interview"
_column(29) byte FL_RHISP %1f "Whether R's Hispanic origin at screener differs from interview"
_column(30) byte ROSCNT %1f "Number of HH members based on HH roster"
_column(31) byte NUMCHILD %1f "Number of children in HH < 13 yrs with RELAR = codes 3 to 8"
_column(32) byte HHKIDS18 %1f "Number of children in HH < 19 yrs with RELAR = codes 3 to 10"
_column(33) byte DAUGHT918 %1f "Number of daughters in HH 9-18 yrs with RELAR = 3 or 5"
_column(34) byte NONBIOKIDS %1f "Number of children in HH < 19 yrs with RELAR = codes 4 to 10"
_column(35) byte HPLOCALE %1f "AD-8 Where H/P currently lives, if not on HH roster"
_column(36) byte MANREL %1f "Man in HH is R's husband or cohabiting partner"
_column(37) byte GOSCHOL %1f "AF-1 R currently enrolled in regular school"
_column(38) byte VACA %1f "AF-2 R on vacation from school"
_column(39) byte HIGRADE %2f "AF-3 R's current grade in school or highest grade/year attended"
_column(41) byte COMPGRD %1f "AF-4 R completed current grade or highest grade/year attended"
_column(42) byte HAVEDIP %1f "AF-5 Does R have a high school diploma or GED, or both"
_column(43) byte DIPGED %1f "AF-6 Which - high school diploma, GED, or both - does R have?"
_column(44) byte EARNHS_M %2f "AF-7 Month high school diploma obtained"
_column(46) int EARNHS_Y %4f "AF-7 Year high school diploma obtained"
_column(50) int CMHSGRAD %4f "Century month, high school graduation"
_column(54) byte HISCHGRD %2f "AF-8 R not in sch, no dipl-last grade of elem/jr/hi sch attended"
_column(56) byte LSTGRADE %2f "Highest grade of elem/junior/high school R attended"
_column(58) byte MYSCHOL_M %2f "AF-9 Month R last attended elem/jr/hi sch-R not in sch/no dipl"
_column(60) int MYSCHOL_Y %4f "AF-9 Year R last attended elem/jr/hi sch-R not in sch/no dipl"
_column(64) int CMLSTSCH %4f "Century month R last attended elem/jr/hi sch-not in sch/no dipl"
_column(68) byte HAVEDEG %1f "AF-10 R has college or university degree"
_column(69) byte DEGREES %1f "AF-11 R's highest college or university degree received"
_column(70) byte EARNBA_M %2f "AF-12 Month R received her Bachelor's degree"
_column(72) int EARNBA_Y %4f "AF-12 Year R received her Bachelor's degree"
_column(76) int CMBAGRAD %4f "Century month R received her Bachelor's degree"
_column(80) byte WTHPARNW %1f "R is living with parents or parent figures - based on HH roster"
_column(81) byte ONOWN %1f "AG-0a Did R ever live away from parents/guardians before age 18"
_column(82) byte ONOWN18 %1f "Whether R lived on own before age 18"
_column(83) byte INTACT %1f "AG-1 R always lived with both biological/adoptive parents"
_column(84) byte PARMARR %1f "AG-2 R's biological parents married at R's birth"
_column(85) byte INTACT18 %1f "Whether R lived in intact family from birth to age 18"
_column(86) byte LVSIT14F %1f "AG-3 Female parent/parent-figure at age 14 - fam not intact thru 18"
_column(87) byte LVSIT14M %1f "AG-4 Male parent/parent-figure at age 14 - fam not intact thru 18"
_column(88) byte WOMRASDU %1f "AG-5 Woman who raised R during teens - fam not intact thru 18"
_column(89) byte MOMDEGRE %1f "AG-6 Highest level of education female parent (figure) completed"
_column(90) byte MOMWORKD %1f "AG-7 Female parent (figure) worked full/parttime when R was 5-15"
_column(91) byte MOMCHILD %2f "AG-8 Number of children born to female parent (figure)"
_column(93) byte MOMFSTCH %2f "AG-9 Age of female parent (figure) at her first birth"
_column(95) byte MOM18 %1f "AG-10 Estimated age of female parent (figure) at her first birth"
_column(96) byte MANRASDU %1f "AG-11 Man who raised R during teens - fam not intact thru 18"
_column(97) byte DADDEGRE %1f "AG-12 Highest level of education male parent (figure) completed"
_column(98) byte MENARCHE %2f "BA-1 Age at first menstrual period"
_column(100) byte PREGNOWQ %1f "BA-2 Whether R is currently pregnant"
_column(101) byte MAYBPREG %1f "BA-3 Whether R is probably pregnant now"
_column(102) byte NUMPREGS %2f "BB-1 Number of pregnancies in lifetime (including current)"
_column(104) byte EVERPREG %1f "Whether R has ever been pregnant"
_column(105) byte CURRPREG %1f "Whether R is currently pregnant"
_column(106) byte HOWPREG_N %2f "BB-2 Number of Weeks or Months Currently Pregnant"
_column(108) byte HOWPREG_P %1f "BB-2 Current pregnancy length reported in months or weeks"
_column(109) byte NOWPRGDK %1f "BB-3 Which Trimester -- Current Pregnancy"
_column(110) float MOSCURRP %6f "Number of Months Currently Pregnant"
_column(116) byte NPREGS_S %2f "Total number of pregnancies (based on CCSD)"
_column(118) byte HASBABES %1f "Whether R has had any live births"
_column(119) byte NUMBABES %2f "Total number of liveborn babies (before CCSD)"
_column(121) byte NBABES_S %2f "Total number of liveborn babies (based on CCSD)"
_column(123) int CMLASTLB %4f "CM date of R's most recent live birth"
_column(127) int CMLSTPRG %4f "CM date of R's most recent completed pregnancy"
_column(131) int CMFSTPRG %4f "CM date of R's 1st completed pregnancy"
_column(135) int CMPG1BEG %4f "CM date when R's 1st pregnancy began"
_column(139) byte NPLACED %1f "# of R's bio children R placed for adoption (based on BPA)"
_column(140) byte NDIED %1f "# of R's bio children that died shortly after birth (BDS)"
_column(141) byte NADOPTV %1f "# of R's bio children living with adoptive families (based on BG-5 WHERENOW)"
_column(142) byte TOTPLACD %1f "# of R's bio children she (or someone) placed for adoption"
_column(143) byte OTHERKID %1f "BJ-1 Have any nonbiological children lived with R"
_column(144) byte NOTHRKID %2f "BJ-2 Number of nonbiological children who lived with R"
_column(146) byte SEXOTHKD %1f "BJ-4 Sex of nonbiological child who lived w/R - 1st child"
_column(147) byte RELOTHKD %1f "BJ-5 Relationship of nonbiological child to R - 1st child"
_column(148) byte ADPTOTKD %1f "BJ-6 R legally adopted nonbiological child - 1st child"
_column(149) byte TRYADOPT %1f "BJ-7a R trying to adopt nonbiological child - 1st child"
_column(150) byte TRYEITHR %1f "BJ-7b R trying to adopt/become guardian of nonbio child-1st child"
_column(151) byte STILHERE %1f "BJ-8 Nonbiological child still living with R - 1st child"
_column(152) byte DATKDCAM_M %2f "BJ-9 Month nonbiological child began living with R - 1st child"
_column(154) int DATKDCAM_Y %4f "BJ-9 Year nonbiological child began living with R - 1st child"
_column(158) int CMOKDCAM %4f "CM date when nonbiological child came to live with R - 1st child"
_column(162) byte OTHKDFOS %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 1st child"
_column(163) byte OKDDOB_M %2f "BJ-11 Month of nonbiological child's birth - 1st child"
_column(165) int OKDDOB_Y %4f "BJ-11 Year of nonbiological child's birth - 1st child"
_column(169) int CMOKDDOB %4f "CM DOB for nonbiological child - 1st child"
_column(173) byte OTHKDSPN %1f "BJ-12 Nonbiological child is of Hispanic origin - 1st child"
_column(174) byte OTHKDRAC1 %1f "BJ-13 Nonbiological child's race - 1st child, 1st mention"
_column(175) byte OTHKDRAC2 %1f "BJ-13 Nonbiological child's race - 1st child, 2nd mention"
_column(176) byte OTHKDRAC3 %1f "BJ-13 Nonbiological child's race - 1st child, 3rd mention"
_column(177) byte KDBSTRAC %1f "BJ-14 Race best descibes nonbiological child - 1st child"
_column(178) byte OKBORNUS %1f "BJ-15 Nonbiological child born outside the U.S. - 1st child"
_column(179) byte OKDISABL1 %1f "BJ-16 Nonbio child has phys/ment disability - 1st child, 1st mention"
_column(180) byte OKDISABL2 %1f "BJ-16 Nonbio child has phys/ment disability - 1st child, 2nd mention"
_column(181) byte OKDISABL3 %1f "BJ-16 Nonbio child has phys/ment disability - 1st child, 3rd mention"
_column(182) byte SEXOTHKD2 %1f "BJ-4 Sex of nonbiological child who lived w/R - 2nd child"
_column(183) byte RELOTHKD2 %1f "BJ-5 Relationship of nonbiological child to R - 2nd child"
_column(184) byte ADPTOTKD2 %1f "BJ-6 R legally adopted nonbiological child - 2nd child"
_column(185) byte TRYADOPT2 %1f "BJ-7a R trying to adopt nonbiological child - 2nd child"
_column(186) byte TRYEITHR2 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 2nd child"
_column(187) byte STILHERE2 %1f "BJ-8 Nonbiological child still living with R - 2nd child"
_column(188) byte DATKDCAM_M2 %2f "BJ-9 Month nonbiological child began living with R - 2nd child"
_column(190) int DATKDCAM_Y2 %4f "BJ-9 Year nonbiological child began living with R - 2nd child"
_column(194) int CMOKDCAM2 %4f "CM date when nonbiological child came to live with R - 2nd child"
_column(198) byte OTHKDFOS2 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 2nd child"
_column(199) byte OKDDOB_M2 %2f "BJ-11 Month of nonbiological child's birth - 2nd child"
_column(201) int OKDDOB_Y2 %4f "BJ-11 Year of nonbiological child's birth - 2nd child"
_column(205) int CMOKDDOB2 %4f "CM DOB for nonbiological child - 2nd child"
_column(209) byte OTHKDSPN2 %1f "BJ-12 Nonbiological child is of Hispanic origin - 2nd child"
_column(210) byte OTHKDRAC6 %1f "BJ-13 Nonbiological child's race - 2nd child, 1st mention"
_column(211) byte OTHKDRAC7 %1f "BJ-13 Nonbiological child's race - 2nd child, 2nd mention"
_column(212) byte OTHKDRAC8 %1f "BJ-13 Nonbiological child's race - 2nd child, 3rd mention"
_column(213) byte KDBSTRAC2 %1f "BJ-14 Race best descibes nonbiological child - 2nd child"
_column(214) byte OKBORNUS2 %1f "BJ-15 Nonbiological child born outside the U.S. - 2nd child"
_column(215) byte OKDISABL5 %1f "BJ-16 Nonbio child has phys/ment disability - 2nd child, 1st mention"
_column(216) byte OKDISABL6 %1f "BJ-16 Nonbio child has phys/ment disability - 2nd child, 2nd mention"
_column(217) byte OKDISABL7 %1f "BJ-16 Nonbio child has phys/ment disability - 2nd child, 3rd mention"
_column(218) byte SEXOTHKD3 %1f "BJ-4 Sex of nonbiological child who lived w/R - 3rd child"
_column(219) byte RELOTHKD3 %1f "BJ-5 Relationship of nonbiological child to R - 3rd child"
_column(220) byte ADPTOTKD3 %1f "BJ-6 R legally adopted nonbiological child - 3rd child"
_column(221) byte TRYADOPT3 %1f "BJ-7a R trying to adopt nonbiological child - 3rd child"
_column(222) byte TRYEITHR3 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 3rd child"
_column(223) byte STILHERE3 %1f "BJ-8 Nonbiological child still living with R - 3rd child"
_column(224) byte DATKDCAM_M3 %2f "BJ-9 Month nonbiological child began living with R - 3rd child"
_column(226) int DATKDCAM_Y3 %4f "BJ-9 Year nonbiological child began living with R - 3rd child"
_column(230) int CMOKDCAM3 %4f "CM date when nonbiological child came to live with R - 3rd child"
_column(234) byte OTHKDFOS3 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 3rd child"
_column(235) byte OKDDOB_M3 %2f "BJ-11 Month of nonbiological child's birth - 3rd child"
_column(237) int OKDDOB_Y3 %4f "BJ-11 Year of nonbiological child's birth - 3rd child"
_column(241) int CMOKDDOB3 %4f "CM DOB for nonbiological child - 3rd child"
_column(245) byte OTHKDSPN3 %1f "BJ-12 Nonbiological child is of Hispanic origin - 3rd child"
_column(246) byte OTHKDRAC11 %1f "BJ-13 Nonbiological child's race - 3rd child, 1st mention"
_column(247) byte OTHKDRAC12 %1f "BJ-13 Nonbiological child's race - 3rd child, 2nd mention"
_column(248) byte OTHKDRAC13 %1f "BJ-13 Nonbiological child's race - 3rd child, 3rd mention"
_column(249) byte KDBSTRAC3 %1f "BJ-14 Race best descibes nonbiological child - 3rd child"
_column(250) byte OKBORNUS3 %1f "BJ-15 Nonbiological child born outside the U.S. - 3rd child"
_column(251) byte OKDISABL9 %1f "BJ-16 Nonbio child has phys/ment disability - 3rd child, 1st mention"
_column(252) byte OKDISABL10 %1f "BJ-16 Nonbio child has phys/ment disability - 3rd child, 2nd mention"
_column(253) byte OKDISABL11 %1f "BJ-16 Nonbio child has phys/ment disability - 3rd child, 3rd mention"
_column(254) byte SEXOTHKD4 %1f "BJ-4 Sex of nonbiological child who lived w/R - 4th child"
_column(255) byte RELOTHKD4 %1f "BJ-5 Relationship of nonbiological child to R - 4th child"
_column(256) byte ADPTOTKD4 %1f "BJ-6 R legally adopted nonbiological child - 4th child"
_column(257) byte TRYADOPT4 %1f "BJ-7a R trying to adopt nonbiological child - 4th child"
_column(258) byte TRYEITHR4 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 4th child"
_column(259) byte STILHERE4 %1f "BJ-8 Nonbiological child still living with R - 4th child"
_column(260) byte DATKDCAM_M4 %2f "BJ-9 Month nonbiological child began living with R - 4th child"
_column(262) int DATKDCAM_Y4 %4f "BJ-9 Year nonbiological child began living with R - 4th child"
_column(266) int CMOKDCAM4 %4f "CM date when nonbiological child came to live with R - 4th child"
_column(270) byte OTHKDFOS4 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 4th child"
_column(271) byte OKDDOB_M4 %2f "BJ-11 Month of nonbiological child's birth - 4th child"
_column(273) int OKDDOB_Y4 %4f "BJ-11 Year of nonbiological child's birth - 4th child"
_column(277) int CMOKDDOB4 %4f "CM DOB for nonbiological child - 4th child"
_column(281) byte OTHKDSPN4 %1f "BJ-12 Nonbiological child is of Hispanic origin - 4th child"
_column(282) byte OTHKDRAC16 %1f "BJ-13 Nonbiological child's race - 4th child, 1st mention"
_column(283) byte OTHKDRAC17 %1f "BJ-13 Nonbiological child's race - 4th child, 2nd mention"
_column(284) byte OTHKDRAC18 %1f "BJ-13 Nonbiological child's race - 4th child, 3rd mention"
_column(285) byte KDBSTRAC4 %1f "BJ-14 Race best descibes nonbiological child - 4th child"
_column(286) byte OKBORNUS4 %1f "BJ-15 Nonbiological child born outside the U.S. - 4th child"
_column(287) byte OKDISABL13 %1f "BJ-16 Nonbio child has phys/ment disability - 4th child, 1st mention"
_column(288) byte OKDISABL14 %1f "BJ-16 Nonbio child has phys/ment disability - 4th child, 2nd mention"
_column(289) byte OKDISABL15 %1f "BJ-16 Nonbio child has phys/ment disability - 4th child, 3rd mention"
_column(290) byte SEXOTHKD5 %1f "BJ-4 Sex of nonbiological child who lived w/R - 5th child"
_column(291) byte RELOTHKD5 %1f "BJ- 5 Relationship of nonbiological child to R - 5th child"
_column(292) byte ADPTOTKD5 %1f "BJ-6 R legally adopted nonbiological child - 5th child"
_column(293) byte TRYADOPT5 %1f "BJ-7a R trying to adopt nonbiological child - 5th child"
_column(294) byte TRYEITHR5 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 5th child"
_column(295) byte STILHERE5 %1f "BJ-8 Nonbiological child still living with R - 5th child"
_column(296) byte DATKDCAM_M5 %2f "BJ-9 Month nonbiological child began living with R - 5th child"
_column(298) int DATKDCAM_Y5 %4f "BJ-9 Year nonbiological child began living with R - 5th child"
_column(302) int CMOKDCAM5 %4f "CM date when nonbiological child came to live with R - 5th child"
_column(306) byte OTHKDFOS5 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 5th child"
_column(307) byte OKDDOB_M5 %2f "BJ-11 Month of nonbiological child's birth - 5th child"
_column(309) int OKDDOB_Y5 %4f "BJ-11 Year of nonbiological child's birth - 5th child"
_column(313) int CMOKDDOB5 %4f "CM DOB for nonbiological child - 5th child"
_column(317) byte OTHKDSPN5 %1f "BJ-12 Nonbiological child is of Hispanic origin - 5th child"
_column(318) byte OTHKDRAC21 %1f "BJ-13 Nonbiological child's race - 5th child, 1st mention"
_column(319) byte OTHKDRAC22 %1f "BJ-13 Nonbiological child's race - 5th child, 2nd mention"
_column(320) byte OTHKDRAC23 %1f "BJ-13 Nonbiological child's race - 5th child, 3rd mention"
_column(321) byte KDBSTRAC5 %1f "BJ-14 Race best descibes nonbiological child - 5th child"
_column(322) byte OKBORNUS5 %1f "BJ-15 Nonbiological child born outside the U.S. - 5th child"
_column(323) byte OKDISABL17 %1f "BJ-16 Nonbio child has phys/ment disability - 5th child, 1st mention"
_column(324) byte OKDISABL18 %1f "BJ-16 Nonbio child has phys/ment disability - 5th child, 2nd mention"
_column(325) byte OKDISABL19 %1f "BJ-16 Nonbio child has phys/ment disability - 5th child, 3rd mention"
_column(326) byte SEXOTHKD6 %1f "BJ-4 Sex of nonbiological child who lived w/R - 6th child"
_column(327) byte RELOTHKD6 %1f "BJ-5 Relationship of nonbiological child to R - 6th child"
_column(328) byte ADPTOTKD6 %1f "BJ-6 R legally adopted nonbiological child - 6th child"
_column(329) byte TRYADOPT6 %1f "BJ-7a R trying to adopt nonbiological child - 6th child"
_column(330) byte TRYEITHR6 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 6th child"
_column(331) byte STILHERE6 %1f "BJ-8 Nonbiological child still living with R - 6th child"
_column(332) byte DATKDCAM_M6 %2f "BJ-9 Month nonbiological child began living with R - 6th child"
_column(334) int DATKDCAM_Y6 %4f "BJ-9 Year nonbiological child began living with R - 6th child"
_column(338) int CMOKDCAM6 %4f "CM date when nonbiological child came to live with R - 6th child"
_column(342) byte OTHKDFOS6 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 6th child"
_column(343) byte OKDDOB_M6 %2f "BJ-11 Month of nonbiological child's birth - 6th child"
_column(345) int OKDDOB_Y6 %4f "BJ-11 Year of nonbiological child's birth - 6th child"
_column(349) int CMOKDDOB6 %4f "CM DOB for nonbiological child - 6th child"
_column(353) byte OTHKDSPN6 %1f "BJ-12 Nonbiological child is of Hispanic origin - 6th child"
_column(354) byte OTHKDRAC26 %1f "BJ-13 Nonbiological child's race - 6th child, 1st mention"
_column(355) byte OTHKDRAC27 %1f "BJ-13 Nonbiological child's race - 6th child, 2nd mention"
_column(356) byte OTHKDRAC28 %1f "BJ-13 Nonbiological child's race - 6th child, 3rd mention"
_column(357) byte KDBSTRAC6 %1f "BJ-14 Race best descibes nonbiological child - 6th child"
_column(358) byte OKBORNUS6 %1f "BJ-15 Nonbiological child born outside the U.S. - 6th child"
_column(359) byte OKDISABL21 %1f "BJ-16 Nonbio child has phys/ment disability - 6th child, 1st mention"
_column(360) byte OKDISABL22 %1f "BJ-16 Nonbio child has phys/ment disability - 6th child, 2nd mention"
_column(361) byte OKDISABL23 %1f "BJ-16 Nonbio child has phys/ment disability - 6th child, 3rd mention"
_column(362) byte SEXOTHKD7 %1f "BJ-4 Sex of nonbiological child who lived w/R - 7th child"
_column(363) byte RELOTHKD7 %1f "BJ-5 Relationship of nonbiological child to R - 7th child"
_column(364) byte ADPTOTKD7 %1f "BJ-6 R legally adopted nonbiological child - 7th child"
_column(365) byte TRYADOPT7 %1f "BJ-7a R trying to adopt nonbiological child - 7th child"
_column(366) byte TRYEITHR7 %1f "BJ-7b R trying to adopt/become guardian of nonbio child -7th child"
_column(367) byte STILHERE7 %1f "BJ-8 Nonbiological child still living with R - 7th child"
_column(368) byte DATKDCAM_M7 %1f "BJ-9 Month nonbiological child began living with R - 7th child"
_column(369) int DATKDCAM_Y7 %4f "BJ-9 Year nonbiological child began living with R - 7th child"
_column(373) int CMOKDCAM7 %4f "CM date when nonbiological child came to live with R - 7th child"
_column(377) byte OTHKDFOS7 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs -7th child"
_column(378) byte OKDDOB_M7 %2f "BJ-11 Month of nonbiological child's birth - 7th child"
_column(380) int OKDDOB_Y7 %4f "BJ-11 Year of nonbiological child's birth - 7th child"
_column(384) int CMOKDDOB7 %4f "CM DOB for nonbiological child - 7th child"
_column(388) byte OTHKDSPN7 %1f "BJ-12 Nonbiological child is of Hispanic origin - 7th child"
_column(389) byte OTHKDRAC31 %1f "BJ-13 Nonbiological child's race - 7th child, 1st mention"
_column(390) byte OTHKDRAC32 %1f "BJ-13 Nonbiological child's race - 7th child, 2nd mention"
_column(391) byte OTHKDRAC33 %1f "BJ-13 Nonbiological child's race - 7th child, 3rd mention"
_column(392) byte KDBSTRAC7 %1f "BJ-14 Race best descibes nonbiological child - 7th child"
_column(393) byte OKBORNUS7 %1f "BJ-15 Nonbiological child born outside the U.S. - 7th child"
_column(394) byte OKDISABL25 %1f "BJ-16 Nonbio child has phys/ment disability - 7th child, 1st mention"
_column(395) byte OKDISABL26 %1f "BJ-16 Nonbio child has phys/ment disability - 7th child, 2nd mention"
_column(396) byte OKDISABL27 %1f "BJ-16 Nonbio child has phys/ment disability - 7th child, 3rd mention"
_column(397) byte SEXOTHKD8 %1f "BJ-4 Sex of nonbiological child who lived w/R - 8th child"
_column(398) byte RELOTHKD8 %1f "BJ-5 Relationship of nonbiological child to R - 8th child"
_column(399) byte ADPTOTKD8 %1f "BJ-6 R legally adopted nonbiological child - 8th child"
_column(400) byte TRYADOPT8 %1f "BJ-7a R trying to adopt nonbiological child - 8th child"
_column(401) byte TRYEITHR8 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 8th child"
_column(402) byte STILHERE8 %1f "BJ-8 Nonbiological child still living with R - 8th child"
_column(403) byte DATKDCAM_M8 %1f "BJ-9 Month nonbiological child began living with R - 8th child"
_column(404) byte DATKDCAM_Y8 %1f "BJ-9 Year nonbiological child began living with R - 8th child"
_column(405) byte CMOKDCAM8 %1f "CM date when nonbiological child came to live with R - 8th child"
_column(406) byte OTHKDFOS8 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 8th child"
_column(407) byte OKDDOB_M8 %1f "BJ-11 Month of nonbiological child's birth - 8th child"
_column(408) byte OKDDOB_Y8 %1f "BJ-11 Year of nonbiological child's birth - 8th child"
_column(409) byte CMOKDDOB8 %1f "CM DOB for nonbiological child - 8th child"
_column(410) byte OTHKDSPN8 %1f "BJ-12 Nonbiological child is of Hispanic origin - 8th child"
_column(411) byte OTHKDRAC36 %1f "BJ-13 Nonbiological child's race - 8th child, 1st mention"
_column(412) byte OTHKDRAC37 %1f "BJ-13 Nonbiological child's race - 8th child, 2nd mention"
_column(413) byte OTHKDRAC38 %1f "BJ-13 Nonbiological child's race - 8th child, 3rd mention"
_column(414) byte KDBSTRAC8 %1f "BJ-14 Race best descibes nonbiological child - 8th child"
_column(415) byte OKBORNUS8 %1f "BJ-15 Nonbiological child born outside the U.S. - 8th child"
_column(416) byte OKDISABL29 %1f "BJ-16 Nonbio child has phys/ment disability - 8th child, 1st mention"
_column(417) byte OKDISABL30 %1f "BJ-16 Nonbio child has phys/ment disability - 8th child, 2nd mention"
_column(418) byte OKDISABL31 %1f "BJ-16 Nonbio child has phys/ment disability - 8th child, 3rd mention"
_column(419) byte SEXOTHKD9 %1f "BJ-4 Sex of nonbiological child who lived w/R - 9th child"
_column(420) byte RELOTHKD9 %1f "BJ-5 Relationship of nonbiological child to R - 9th child"
_column(421) byte ADPTOTKD9 %1f "BJ-6 R legally adopted nonbiological child - 9th child"
_column(422) byte TRYADOPT9 %1f "BJ-7a R trying to adopt nonbiological child - 9th child"
_column(423) byte TRYEITHR9 %1f "BJ-7b R trying to adopt/become guardian of nonbio child 9th child"
_column(424) byte STILHERE9 %1f "BJ-8 Nonbiological child still living with R - 9th child"
_column(425) byte DATKDCAM_M9 %1f "BJ-9 Month nonbiological child began living with R - 9th child"
_column(426) byte DATKDCAM_Y9 %1f "BJ-9 Year nonbiological child began living with R - 9th child"
_column(427) byte CMOKDCAM9 %1f "CM date when nonbiological child came to live with R - 9th child"
_column(428) byte OTHKDFOS9 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 9th child"
_column(429) byte OKDDOB_M9 %1f "BJ-11 Month of nonbiological child's birth - 9th child"
_column(430) byte OKDDOB_Y9 %1f "BJ-11 Year of nonbiological child's birth - 9th child"
_column(431) byte CMOKDDOB9 %1f "CM DOB for nonbiological child - 9th child"
_column(432) byte OTHKDSPN9 %1f "BJ-12 Nonbiological child is of Hispanic origin - 9th child"
_column(433) byte OTHKDRAC41 %1f "BJ-13 Nonbiological child's race - 9th child, 1st mention"
_column(434) byte OTHKDRAC42 %1f "BJ-13 Nonbiological child's race - 9th child, 2nd mention"
_column(435) byte OTHKDRAC43 %1f "BJ-13 Nonbiological child's race - 9th child, 3rd mention"
_column(436) byte KDBSTRAC9 %1f "BJ-14 Race best descibes nonbiological child - 9th child"
_column(437) byte OKBORNUS9 %1f "BJ-15 Nonbiological child born outside the U.S. - 9th child"
_column(438) byte OKDISABL33 %1f "BJ-16 Nonbio child has phys/ment disability - 9th child, 1st mention"
_column(439) byte OKDISABL34 %1f "BJ-16 Nonbio child has phys/ment disability - 9th child, 2nd mention"
_column(440) byte OKDISABL35 %1f "BJ-16 Nonbio child has phys/ment disability - 9th child, 3rd mention"
_column(441) byte SEXOTHKD10 %1f "BJ-4 Sex of nonbiological child who lived w/R - 10th child"
_column(442) byte RELOTHKD10 %1f "BJ-5 Relationship of nonbiological child to R - 10th child"
_column(443) byte ADPTOTKD10 %1f "BJ-6 R legally adopted nonbiological child - 10th child"
_column(444) byte TRYADOPT10 %1f "BJ-7a R trying to adopt nonbiological child - 10th child"
_column(445) byte TRYEITHR10 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 10th child"
_column(446) byte STILHERE10 %1f "BJ-8 Nonbiological child still living with R - 10th child"
_column(447) byte DATKDCAM_M10 %1f "BJ-9 Month nonbiological child began living with R - 10th child"
_column(448) byte DATKDCAM_Y10 %1f "BJ-9 Year nonbiological child began living with R - 10th child"
_column(449) byte CMOKDCAM10 %1f "CM date when nonbiological child came to live with R - 10th child"
_column(450) byte OTHKDFOS10 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 10th child"
_column(451) byte OKDDOB_M10 %1f "BJ-11 Month of nonbiological child's birth - 10th child"
_column(452) byte OKDDOB_Y10 %1f "BJ-11 Year of nonbiological child's birth - 10th child"
_column(453) byte CMOKDDOB10 %1f "CM DOB for nonbiological child - 10th child"
_column(454) byte OTHKDSPN10 %1f "BJ-12 Nonbiological child is of Hispanic origin - 10th child"
_column(455) byte OTHKDRAC46 %1f "BJ-13 Nonbiological child's race - 10th child, 1st mention"
_column(456) byte OTHKDRAC47 %1f "BJ-13 Nonbiological child's race - 10th child, 2nd mention"
_column(457) byte OTHKDRAC48 %1f "BJ-13 Nonbiological child's race - 10th child, 3rd mention"
_column(458) byte KDBSTRAC10 %1f "BJ-14 Race best descibes nonbiological child - 10th child"
_column(459) byte OKBORNUS10 %1f "BJ-15 Nonbiological child born outside the U.S. - 10th child"
_column(460) byte OKDISABL37 %1f "BJ-16 Nonbio child has phys/ment disability - 10th child, 1st mention"
_column(461) byte OKDISABL38 %1f "BJ-16 Nonbio child has phys/ment disability - 10th child, 2nd mention"
_column(462) byte OKDISABL39 %1f "BJ-16 Nonbio child has phys/ment disability - 10th child, 3rd mention"
_column(463) byte SEXOTHKD11 %1f "BJ-4 Sex of nonbiological child who lived w/R - 11th child"
_column(464) byte RELOTHKD11 %1f "BJ-5 Relationship of nonbiological child to R - 11th child"
_column(465) byte ADPTOTKD11 %1f "BJ-6 R legally adopted nonbiological child - 11th child"
_column(466) byte TRYADOPT11 %1f "BJ-7a R trying to adopt nonbiological child - 11th child"
_column(467) byte TRYEITHR11 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 11th child"
_column(468) byte STILHERE11 %1f "BJ-8 Nonbiological child still living with R - 11th child"
_column(469) byte DATKDCAM_M11 %2f "BJ-9 Month nonbiological child began living with R - 11th child"
_column(471) int DATKDCAM_Y11 %4f "BJ-9 Year nonbiological child began living with R - 11th child"
_column(475) int CMOKDCAM11 %4f "CM date when nonbiological child came to live with R - 11th child"
_column(479) byte OTHKDFOS11 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 11th child"
_column(480) byte OKDDOB_M11 %1f "BJ-11 Month of nonbiological child's birth - 11th child"
_column(481) int OKDDOB_Y11 %4f "BJ-11 Year of nonbiological child's birth - 11th child"
_column(485) int CMOKDDOB11 %4f "CM DOB for nonbiological child - 11th child"
_column(489) byte OTHKDSPN11 %1f "BJ-12 Nonbiological child is of Hispanic origin - 11th child"
_column(490) byte OTHKDRAC51 %1f "BJ-13 Nonbiological child's race - 11th child, 1st mention"
_column(491) byte OTHKDRAC52 %1f "BJ-13 Nonbiological child's race - 11th child, 2nd mention"
_column(492) byte OTHKDRAC53 %1f "BJ-13 Nonbiological child's race - 11th child, 3rd mention"
_column(493) byte KDBSTRAC11 %1f "BJ-14 Race best descibes nonbiological child - 11th child"
_column(494) byte OKBORNUS11 %1f "BJ-15 Nonbiological child born outside the U.S. - 11th child"
_column(495) byte OKDISABL41 %1f "BJ-16 Nonbio child has phys/ment disability - 11th child, 1st mention"
_column(496) byte OKDISABL42 %1f "BJ-16 Nonbio child has phys/ment disability - 11th child, 2nd mention"
_column(497) byte OKDISABL43 %1f "BJ-16 Nonbio child has phys/ment disability - 11th child, 3rd mention"
_column(498) byte SEXOTHKD12 %1f "BJ-4 Sex of nonbiological child who lived w/R - 12th child"
_column(499) byte RELOTHKD12 %1f "BJ-5 Relationship of nonbiological child to R - 12th child"
_column(500) byte ADPTOTKD12 %1f "BJ-6 R legally adopted nonbiological child - 12th child"
_column(501) byte TRYADOPT12 %1f "BJ-7a R trying to adopt nonbiological child - 12th child"
_column(502) byte TRYEITHR12 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 12th child"
_column(503) byte STILHERE12 %1f "BJ-8 Nonbiological child still living with R - 12th child"
_column(504) byte DATKDCAM_M12 %1f "BJ-9 Month nonbiological child began living with R - 12th child"
_column(505) byte DATKDCAM_Y12 %1f "BJ-9 Year nonbiological child began living with R - 12th child"
_column(506) byte CMOKDCAM12 %1f "CM date when nonbiological child came to live with R - 12th child"
_column(507) byte OTHKDFOS12 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 12th child"
_column(508) byte OKDDOB_M12 %1f "BJ-11 Month of nonbiological child's birth - 12th child"
_column(509) byte OKDDOB_Y12 %1f "BJ-11 Year of nonbiological child's birth - 12th child"
_column(510) byte CMOKDDOB12 %1f "CM DOB for nonbiological child - 12th child"
_column(511) byte OTHKDSPN12 %1f "BJ-12 Nonbiological child is of Hispanic origin - 12th child"
_column(512) byte OTHKDRAC56 %1f "BJ-13 Nonbiological child's race - 12th child, 1st mention"
_column(513) byte OTHKDRAC57 %1f "BJ-13 Nonbiological child's race - 12th child, 2nd mention"
_column(514) byte OTHKDRAC58 %1f "BJ-13 Nonbiological child's race - 12th child, 3rd mention"
_column(515) byte KDBSTRAC12 %1f "BJ-14 Race best descibes nonbiological child - 12th child"
_column(516) byte OKBORNUS12 %1f "BJ-15 Nonbiological child born outside the U.S. - 12th child"
_column(517) byte OKDISABL45 %1f "BJ-16 Nonbio child has phys/ment disability - 12th child, 1st mention"
_column(518) byte OKDISABL46 %1f "BJ-16 Nonbio child has phys/ment disability - 12th child, 2nd mention"
_column(519) byte OKDISABL47 %1f "BJ-16 Nonbio child has phys/ment disability - 12th child, 3rd mention"
_column(520) byte SEXOTHKD13 %1f "BJ-4 Sex of nonbiological child who lived w/R - 13th child"
_column(521) byte RELOTHKD13 %1f "BJ-5 Relationship of nonbiological child to R - 13th child"
_column(522) byte ADPTOTKD13 %1f "BJ-6 R legally adopted nonbiological child - 13th child"
_column(523) byte TRYADOPT13 %1f "BJ-7a R trying to adopt nonbiological child - 13th child"
_column(524) byte TRYEITHR13 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 13th child"
_column(525) byte STILHERE13 %1f "BJ-8 Nonbiological child still living with R - 13th child"
_column(526) byte DATKDCAM_M13 %1f "BJ-9 Month nonbiological child began living with R - 13th child"
_column(527) byte DATKDCAM_Y13 %1f "BJ-9 Year nonbiological child began living with R - 13th child"
_column(528) byte CMOKDCAM13 %1f "CM date when nonbiological child came to live with R - 13th child"
_column(529) byte OTHKDFOS13 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 13th child"
_column(530) byte OKDDOB_M13 %1f "BJ-11 Month of nonbiological child's birth - 13th child"
_column(531) byte OKDDOB_Y13 %1f "BJ-11 Year of nonbiological child's birth - 13th child"
_column(532) byte CMOKDDOB13 %1f "CM DOB for nonbiological child - 13th child"
_column(533) byte OTHKDSPN13 %1f "BJ-12 Nonbiological child is of Hispanic origin - 13th child"
_column(534) byte OTHKDRAC61 %1f "BJ-13 Nonbiological child's race - 13th child, 1st mention"
_column(535) byte OTHKDRAC62 %1f "BJ-13 Nonbiological child's race - 13th child, 2nd mention"
_column(536) byte OTHKDRAC63 %1f "BJ-13 Nonbiological child's race - 13th child, 3rd mention"
_column(537) byte KDBSTRAC13 %1f "BJ-14 Race best descibes nonbiological child - 13th child"
_column(538) byte OKBORNUS13 %1f "BJ-15 Nonbiological child born outside the U.S. - 13th child"
_column(539) byte OKDISABL49 %1f "BJ-16 Nonbio child has phys/ment disability - 13th child, 1st mention"
_column(540) byte OKDISABL50 %1f "BJ-16 Nonbio child has phys/ment disability - 13th child, 2nd mention"
_column(541) byte OKDISABL51 %1f "BJ-16 Nonbio child has phys/ment disability - 13th child, 3rd mention"
_column(542) byte SEXOTHKD14 %1f "BJ-4 Sex of nonbiological child who lived w/R - 14th child"
_column(543) byte RELOTHKD14 %1f "BJ-5 Relationship of nonbiological child to R - 14th child"
_column(544) byte ADPTOTKD14 %1f "BJ-6 R legally adopted nonbiological child - 14th child"
_column(545) byte TRYADOPT14 %1f "BJ-7a R trying to adopt nonbiological child - 14th child"
_column(546) byte TRYEITHR14 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 14th child"
_column(547) byte STILHERE14 %1f "BJ-8 Nonbiological child still living with R - 14th child"
_column(548) byte DATKDCAM_M14 %1f "BJ-9 Month nonbiological child began living with R - 14th child"
_column(549) byte DATKDCAM_Y14 %1f "BJ-9 Year nonbiological child began living with R - 14th child"
_column(550) byte CMOKDCAM14 %1f "CM date when nonbiological child came to live with R - 14th child"
_column(551) byte OTHKDFOS14 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 14th child"
_column(552) byte OKDDOB_M14 %1f "BJ-11 Month of nonbiological child's birth - 14th child"
_column(553) byte OKDDOB_Y14 %1f "BJ-11 Year of nonbiological child's birth - 14th child"
_column(554) byte CMOKDDOB14 %1f "CM DOB for nonbiological child - 14th child"
_column(555) byte OTHKDSPN14 %1f "BJ-12 Nonbiological child is of Hispanic origin - 14th child"
_column(556) byte OTHKDRAC66 %1f "BJ-13 Nonbiological child's race - 14th child, 1st mention"
_column(557) byte OTHKDRAC67 %1f "BJ-13 Nonbiological child's race - 14th child, 2nd mention"
_column(558) byte OTHKDRAC68 %1f "BJ-13 Nonbiological child's race - 14th child, 3rd mention"
_column(559) byte KDBSTRAC14 %1f "BJ-14 Race best descibes nonbiological child - 14th child"
_column(560) byte OKBORNUS14 %1f "BJ-15 Nonbiological child born outside the U.S. - 14th child"
_column(561) byte OKDISABL53 %1f "BJ-16 Nonbio child has phys/ment disability - 14th child, 1st mention"
_column(562) byte OKDISABL54 %1f "BJ-16 Nonbio child has phys/ment disability - 14th child, 2nd mention"
_column(563) byte OKDISABL55 %1f "BJ-16 Nonbio child has phys/ment disability - 14th child, 3rd mention"
_column(564) byte SEXOTHKD15 %1f "BJ-4 Sex of nonbiological child who lived w/R - 15th child"
_column(565) byte RELOTHKD15 %1f "BJ-5 Relationship of nonbiological child to R - 15th child"
_column(566) byte ADPTOTKD15 %1f "BJ-6 R legally adopted nonbiological child - 15th child"
_column(567) byte TRYADOPT15 %1f "BJ-7a R trying to adopt nonbiological child - 15th child"
_column(568) byte TRYEITHR15 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 15th child"
_column(569) byte STILHERE15 %1f "BJ-8 Nonbiological child still living with R - 15th child"
_column(570) byte DATKDCAM_M15 %1f "BJ-9 Month nonbiological child began living with R - 15th child"
_column(571) byte DATKDCAM_Y15 %1f "BJ-9 Year nonbiological child began living with R - 15th child"
_column(572) byte CMOKDCAM15 %1f "CM date when nonbiological child came to live with R - 15th child"
_column(573) byte OTHKDFOS15 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 15th child"
_column(574) byte OKDDOB_M15 %1f "BJ-11 Month of nonbiological child's birth - 15th child"
_column(575) byte OKDDOB_Y15 %1f "BJ-11 Year of nonbiological child's birth - 15th child"
_column(576) byte CMOKDDOB15 %1f "CM DOB for nonbiological child - 15th child"
_column(577) byte OTHKDSPN15 %1f "BJ-12 Nonbiological child is of Hispanic origin - 15th child"
_column(578) byte OTHKDRAC71 %1f "BJ-13 Nonbiological child's race - 15th child, 1st mention"
_column(579) byte OTHKDRAC72 %1f "BJ-13 Nonbiological child's race - 15th child, 2nd mention"
_column(580) byte OTHKDRAC73 %1f "BJ-13 Nonbiological child's race - 15th child, 3rd mention"
_column(581) byte KDBSTRAC15 %1f "BJ-14 Race best descibes nonbiological child - 15th child"
_column(582) byte OKBORNUS15 %1f "BJ-15 Nonbiological child born outside the U.S. - 15th child"
_column(583) byte OKDISABL57 %1f "BJ-16 Nonbio child has phys/ment disability - 15th child, 1st mention"
_column(584) byte OKDISABL58 %1f "BJ-16 Nonbio child has phys/ment disability - 15th child, 2nd mention"
_column(585) byte OKDISABL59 %1f "BJ-16 Nonbio child has phys/ment disability - 15th child, 3rd mention"
_column(586) byte SEXOTHKD16 %1f "BJ-4 Sex of nonbiological child who lived w/R - 16th child"
_column(587) byte RELOTHKD16 %1f "BJ-5 Relationship of nonbiological child to R - 16th child"
_column(588) byte ADPTOTKD16 %1f "BJ-6 R legally adopted nonbiological child - 16th child"
_column(589) byte TRYADOPT16 %1f "BJ-7a R trying to adopt nonbiological child - 16th child"
_column(590) byte TRYEITHR16 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 16th child"
_column(591) byte STILHERE16 %1f "BJ-8 Nonbiological child still living with R - 16th child"
_column(592) byte DATKDCAM_M16 %1f "BJ-9 Month nonbiological child began living with R - 16th child"
_column(593) byte DATKDCAM_Y16 %1f "BJ-9 Year nonbiological child began living with R - 16th child"
_column(594) byte CMOKDCAM16 %1f "CM date when nonbiological child came to live with R - 16th child"
_column(595) byte OTHKDFOS16 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 16th child"
_column(596) byte OKDDOB_M16 %1f "BJ-11 Month of nonbiological child's birth - 16th child"
_column(597) byte OKDDOB_Y16 %1f "BJ-11 Year of nonbiological child's birth - 16th child"
_column(598) byte CMOKDDOB16 %1f "CM DOB for nonbiological child - 16th child"
_column(599) byte OTHKDSPN16 %1f "BJ-12 Nonbiological child is of Hispanic origin - 16th child"
_column(600) byte OTHKDRAC76 %1f "BJ-13 Nonbiological child's race - 16th child, 1st mention"
_column(601) byte OTHKDRAC77 %1f "BJ-13 Nonbiological child's race - 16th child, 2nd mention"
_column(602) byte OTHKDRAC78 %1f "BJ-13 Nonbiological child's race - 16th child, 3rd mention"
_column(603) byte KDBSTRAC16 %1f "BJ-14 Race best descibes nonbiological child - 16th child"
_column(604) byte OKBORNUS16 %1f "BJ-15 Nonbiological child born outside the U.S. - 16th child"
_column(605) byte OKDISABL61 %1f "BJ-16 Nonbio child has phys/ment disability - 16th child, 1st mention"
_column(606) byte OKDISABL62 %1f "BJ-16 Nonbio child has phys/ment disability - 16th child, 2nd mention"
_column(607) byte OKDISABL63 %1f "BJ-16 Nonbio child has phys/ment disability - 16th child, 3rd mention"
_column(608) byte SEXOTHKD17 %1f "BJ-4 Sex of nonbiological child who lived w/R - 17th child"
_column(609) byte RELOTHKD17 %1f "BJ-5 Relationship of nonbiological child to R - 17th child"
_column(610) byte ADPTOTKD17 %1f "BJ-6 R legally adopted nonbiological child - 17th child"
_column(611) byte TRYADOPT17 %1f "BJ-7a R trying to adopt nonbiological child - 17th child"
_column(612) byte TRYEITHR17 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 17th child"
_column(613) byte STILHERE17 %1f "BJ-8 Nonbiological child still living with R - 17th child"
_column(614) byte DATKDCAM_M17 %1f "BJ-9 Month nonbiological child began living with R - 17th child"
_column(615) byte DATKDCAM_Y17 %1f "BJ-9 Year nonbiological child began living with R - 17th child"
_column(616) byte CMOKDCAM17 %1f "CM date when nonbiological child came to live with R - 17th child"
_column(617) byte OTHKDFOS17 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 17th child"
_column(618) byte OKDDOB_M17 %1f "BJ-11 Month of nonbiological child's birth - 17th child"
_column(619) byte OKDDOB_Y17 %1f "BJ-11 Year of nonbiological child's birth - 17th child"
_column(620) byte CMOKDDOB17 %1f "CM DOB for nonbiological child - 17th child"
_column(621) byte OTHKDSPN17 %1f "BJ-12 Nonbiological child is of Hispanic origin - 17th child"
_column(622) byte OTHKDRAC81 %1f "BJ-13 Nonbiological child's race - 17th child, 1st mention"
_column(623) byte OTHKDRAC82 %1f "BJ-13 Nonbiological child's race - 17th child, 2nd mention"
_column(624) byte OTHKDRAC83 %1f "BJ-13 Nonbiological child's race - 17th child, 3rd mention"
_column(625) byte KDBSTRAC17 %1f "BJ-14 Race best descibes nonbiological child - 17th child"
_column(626) byte OKBORNUS17 %1f "BJ-15 Nonbiological child born outside the U.S. - 17th child"
_column(627) byte OKDISABL65 %1f "BJ-16 Nonbio child has phys/ment disability - 17th child, 1st mention"
_column(628) byte OKDISABL66 %1f "BJ-16 Nonbio child has phys/ment disability - 17th child, 2nd mention"
_column(629) byte OKDISABL67 %1f "BJ-16 Nonbio child has phys/ment disability - 17th child, 3rd mention"
_column(630) byte SEXOTHKD18 %1f "BJ-4 Sex of nonbiological child who lived w/R - 18th child"
_column(631) byte RELOTHKD18 %1f "BJ-5 Relationship of nonbiological child to R - 18th child"
_column(632) byte ADPTOTKD18 %1f "BJ-6 R legally adopted nonbiological child - 18th child"
_column(633) byte TRYADOPT18 %1f "BJ-7a R trying to adopt nonbiological child - 18th child"
_column(634) byte TRYEITHR18 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 18th child"
_column(635) byte STILHERE18 %1f "BJ-8 Nonbiological child still living with R - 18th child"
_column(636) byte DATKDCAM_M18 %1f "BJ-9 Month nonbiological child began living with R - 18th child"
_column(637) byte DATKDCAM_Y18 %1f "BJ-9 Year nonbiological child began living with R - 18th child"
_column(638) byte CMOKDCAM18 %1f "CM date when nonbiological child came to live with R - 18th child"
_column(639) byte OTHKDFOS18 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 18th child"
_column(640) byte OKDDOB_M18 %1f "BJ-11 Month of nonbiological child's birth - 18th child"
_column(641) byte OKDDOB_Y18 %1f "BJ-11 Year of nonbiological child's birth - 18th child"
_column(642) byte CMOKDDOB18 %1f "CM DOB for nonbiological child - 18th child"
_column(643) byte OTHKDSPN18 %1f "BJ-12 Nonbiological child is of Hispanic origin - 18th child"
_column(644) byte OTHKDRAC86 %1f "BJ-13 Nonbiological child's race - 18th child, 1st mention"
_column(645) byte OTHKDRAC87 %1f "BJ-13 Nonbiological child's race - 18th child, 2nd mention"
_column(646) byte OTHKDRAC88 %1f "BJ-13 Nonbiological child's race - 18th child, 3rd mention"
_column(647) byte KDBSTRAC18 %1f "BJ-14 Race best descibes nonbiological child - 18th child"
_column(648) byte OKBORNUS18 %1f "BJ-15 Nonbiological child born outside the U.S. - 18th child"
_column(649) byte OKDISABL69 %1f "BJ-16 Nonbio child has phys/ment disability - 18th child, 1st mention"
_column(650) byte OKDISABL70 %1f "BJ-16 Nonbio child has phys/ment disability - 18th child, 2nd mention"
_column(651) byte OKDISABL71 %1f "BJ-16 Nonbio child has phys/ment disability - 18th child, 3rd mention"
_column(652) byte SEXOTHKD19 %1f "BJ-4 Sex of nonbiological child who lived w/R - 19th child"
_column(653) byte RELOTHKD19 %1f "BJ-5 Relationship of nonbiological child to R - 19th child"
_column(654) byte ADPTOTKD19 %1f "BJ-6 R legally adopted nonbiological child - 19th child"
_column(655) byte TRYADOPT19 %1f "BJ-7a R trying to adopt nonbiological child - 19th child"
_column(656) byte TRYEITHR19 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 19th child"
_column(657) byte STILHERE19 %1f "BJ-8 Nonbiological child still living with R - 19th child"
_column(658) byte DATKDCAM_M19 %1f "BJ-9 Month nonbiological child began living with R - 19th child"
_column(659) byte DATKDCAM_Y19 %1f "BJ-9 Year nonbiological child began living with R - 19th child"
_column(660) byte CMOKDCAM19 %1f "CM date when nonbiological child came to live with R - 19th child"
_column(661) byte OTHKDFOS19 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 19th child"
_column(662) byte OKDDOB_M19 %1f "BJ-11 Month of nonbiological child's birth - 19th child"
_column(663) byte OKDDOB_Y19 %1f "BJ-11 Year of nonbiological child's birth - 19th child"
_column(664) byte CMOKDDOB19 %1f "CM DOB for nonbiological child - 19th child"
_column(665) byte OTHKDSPN19 %1f "BJ-12 Nonbiological child is of Hispanic origin - 19th child"
_column(666) byte OTHKDRAC91 %1f "BJ-13 Nonbiological child's race - 19th child, 1st mention"
_column(667) byte OTHKDRAC92 %1f "BJ-13 Nonbiological child's race - 19th child, 2nd mention"
_column(668) byte OTHKDRAC93 %1f "BJ-13 Nonbiological child's race - 19th child, 3rd mention"
_column(669) byte KDBSTRAC19 %1f "BJ-14 Race best descibes nonbiological child - 19th child"
_column(670) byte OKBORNUS19 %1f "BJ-15 Nonbiological child born outside the U.S. - 19th child"
_column(671) byte OKDISABL73 %1f "BJ-16 Nonbio child has phys/ment disability - 19th child, 1st mention"
_column(672) byte OKDISABL74 %1f "BJ-16 Nonbio child has phys/ment disability - 19th child, 2nd mention"
_column(673) byte OKDISABL75 %1f "BJ-16 Nonbio child has phys/ment disability - 19th child, 3rd mention"
_column(674) byte SEXOTHKD20 %1f "BJ-4 Sex of nonbiological child who lived w/R - 20th child"
_column(675) byte RELOTHKD20 %1f "BJ-5 Relationship of nonbiological child to R - 20th child"
_column(676) byte ADPTOTKD20 %1f "BJ-6 R legally adopted nonbiological child - 20th child"
_column(677) byte TRYADOPT20 %1f "BJ-7a R trying to adopt nonbiological child - 20th child"
_column(678) byte TRYEITHR20 %1f "BJ-7b R trying to adopt/become guardian of nonbio child - 20th child"
_column(679) byte STILHERE20 %1f "BJ-8 Nonbiological child still living with R - 20th child"
_column(680) byte DATKDCAM_M20 %1f "BJ-9 Month nonbiological child began living with R - 20th child"
_column(681) byte DATKDCAM_Y20 %1f "BJ-9 Year nonbiological child began living with R - 20th child"
_column(682) byte CMOKDCAM20 %1f "CM date when nonbiological child came to live with R - 20th child"
_column(683) byte OTHKDFOS20 %1f "BJ-10 Child was foster/related child placed w/R by Soc Svcs - 20th child"
_column(684) byte OKDDOB_M20 %1f "BJ-11 Month of nonbiological child's birth - 20th child"
_column(685) byte OKDDOB_Y20 %1f "BJ-11 Year of nonbiological child's birth - 20th child"
_column(686) byte CMOKDDOB20 %1f "CM DOB for nonbiological child - 20th child"
_column(687) byte OTHKDSPN20 %1f "BJ-12 Nonbiological child is of Hispanic origin - 20th child"
_column(688) byte OTHKDRAC96 %1f "BJ-13 Nonbiological child's race - 20th child, 1st mention"
_column(689) byte OTHKDRAC97 %1f "BJ-13 Nonbiological child's race - 20th child, 2nd mention"
_column(690) byte OTHKDRAC98 %1f "BJ-13 Nonbiological child's race - 20th child, 3rd mention"
_column(691) byte KDBSTRAC20 %1f "BJ-14 Race best descibes nonbiological child - 20th child"
_column(692) byte OKBORNUS20 %1f "BJ-15 Nonbiological child born outside the U.S. - 20th child"
_column(693) byte OKDISABL77 %1f "BJ-16 Nonbio child has phys/ment disability - 20th child, 1st mention"
_column(694) byte OKDISABL78 %1f "BJ-16 Nonbio child has phys/ment disability - 20th child, 2nd mention"
_column(695) byte OKDISABL79 %1f "BJ-16 Nonbio child has phys/ment disability - 20th child, 3rd mention"
_column(696) byte EVERADPT %1f "R's experience with adoption (based on BJ series)"
_column(697) byte SEEKADPT %1f "BK-1 R is currently seeking to adopt"
_column(698) byte CONTAGEM %1f "BK-2 R has taken specific steps to adopt"
_column(699) byte TRYLONG %1f "BK-3 How long R has been seeking to adopt"
_column(700) byte KNOWADPT %1f "BK-4 R is seeking to adopt a child she knows"
_column(701) byte CHOSESEX %1f "BK-5 Sex of child R prefers to adopt"
_column(702) byte TYPESEXF %1f "BK-6a R prefers a boy, would accept a girl"
_column(703) byte TYPESEXM %1f "BK-6b R prefers a girl, would accept a boy"
_column(704) byte CHOSRACE %1f "BK-7 Race of child R prefers to adopt"
_column(705) byte TYPRACBK %1f "BK-8a R prefers white/other race child, would accept a black child"
_column(706) byte TYPRACWH %1f "BK-8b R prefers black/other race child, would accept a white child"
_column(707) byte TYPRACOT %1f "BK-8c R prefers white/black child, would accept an other race child"
_column(708) byte CHOSEAGE %1f "BK-9 Age of child R prefers to adopt"
_column(709) byte TYPAGE2M %1f "BK-10a R prefers different age, would accept a child 2 or younger"
_column(710) byte TYPAGE5M %1f "BK-10b R prefers different age, would accept a child 2-5 years old"
_column(711) byte TYPAG12M %1f "BK-10c R prefers different age, would accept a child 6-12 years old"
_column(712) byte TYPAG13M %1f "BK-10d R prefers different age, would accept a child 13 or older"
_column(713) byte CHOSDISB %1f "BK-11 Disability status of child R prefers to adopt"
_column(714) byte TYPDISBN %1f "BK-12a R prefers diff status, would accept child w/out disability"
_column(715) byte TYPDISBM %1f "BK-12b R prefers diff status, would accept child w/mild disability"
_column(716) byte TYPDISBS %1f "BK-12c R prefers diff status, would accept child w/severe disability"
_column(717) byte CHOSENUM %1f "BK-13 Number of children R prefers to adopt"
_column(718) byte TYPNUM1M %1f "BK-14a R prefers 2 or more siblings, would accept a single child"
_column(719) byte TYPNUM2M %1f "BK-14b R prefers single child, would accept 2 or more siblings"
_column(720) byte EVWNTANO %1f "BL-1 R has ever considered adopting a child"
_column(721) byte EVCONTAG %1f "BL-2 R has ever taken specific steps to adopt a child"
_column(722) byte TURNDOWN %1f "BL-3 R was turned down for/decided not to pursue adoption"
_column(723) byte YQUITTRY %1f "BL-4 Reason R decided not to pursue adoption"
_column(724) byte APROCESS1 %1f "BL-5 Reason R stopped seeking to adopt - 1st mention"
_column(725) byte APROCESS2 %1f "BL-5 Reason R stopped seeking to adopt - 2nd mention"
_column(726) byte APROCESS3 %1f "BL-5 Reason R stopped seeking to adopt - 3rd mention"
_column(727) byte TIMESMAR %2f "CA-1 Number of Times R Has Been Married"
_column(729) byte HSBVERIF %1f "CA-2b Verify Current Husband's Name"
_column(730) byte WHMARHX_M %2f "CB-1m Month Married to 1st Husband"
_column(732) int WHMARHX_Y %4f "CB-1y Year Married to 1st Husband"
_column(736) int CMMARRHX %4f "CM for Date of 1st Marriage"
_column(740) byte AGEMARHX %2f "CB-2 R's Age at Marriage-1st Husband"
_column(742) byte HXAGEMAR %2f "CB-3 Husband's Age At Marriage-1st Husband"
_column(744) byte DOBHUSBX_M %2f "CB-4m Month Husband Was Born-1st Husband"
_column(746) int DOBHUSBX_Y %4f "CB-4y Year Husband Was Born-1st Husband"
_column(750) int CMHSBDOBX %4f "CM for 1st Husband's Date of Birth"
_column(754) byte LVTOGHX %1f "CB-5 Cohabited Before Marriage-1st Husband"
_column(755) byte STRTOGHX_M %2f "CB-6m Month Began 1st Cohabitation-1st Husband"
_column(757) int STRTOGHX_Y %4f "CB-6y Year Began 1st Cohabitation-1st Husband"
_column(761) int CMPMCOHX %4f "CM Date When R Began Living (premaritally) with 1st husband"
_column(765) byte ENGAGHX %1f "CB-7 Engaged When R Began Premarital Cohabitation-1st Husband"
_column(766) byte HSBMULT1 %1f "Multiple races reported for 1st husband"
_column(767) byte HSBRACE1 %1f "RACE-recode-like variable for 1st husband"
_column(768) byte HSBHRACE1 %1f "HISPRACE-recode-like variable for 1st husband"
_column(769) byte HSBNRACE1 %1f "HISPRACE2-recode-like variable for 1st husband"
_column(770) byte CHEDMARN %1f "CB-11 Highest Level of Education-1st Husband"
_column(771) byte MARBEFHX %1f "CB-12 Was He Married Before-1st Husband"
_column(772) byte KIDSHX %1f "CB-13 Did He Have Kids From Prior Relationship-1st Husband"
_column(773) byte NUMKDSHX %2f "CB-14 Number of Kids From Prior Relationships-1st Husband"
_column(775) byte KIDLIVHX %1f "CB-15 Any Kids From Prior Relationships Live w/R & 1st Husband"
_column(776) byte CHKID18A %1f "CB-16a Is This Child 18 or Younger - Curr Husband"
_column(777) byte CHKID18B %1f "CB-16b # of These Children 18 or Younger - Curr Husband"
_column(778) byte WHRCHKDS1 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-1st Mention"
_column(779) byte WHRCHKDS2 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-2nd Mention"
_column(780) byte WHRCHKDS3 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-3rd Mention"
_column(781) byte SUPPORCH %1f "CB-18 Does Curr Husband Financially Support Kids <=18 Elsewhere"
_column(782) byte BIOHUSBX %1f "CB-18b Did R have bio kids with this husband- 1st Husband"
_column(783) byte BIONUMHX %2f "CB-18c Number of bio kids R and husband had together-1st Husband"
_column(785) byte MARENDHX %1f "CB-19 How Marriage Ended-1st Husband"
_column(786) byte WNDIEHX_M %2f "CB-20m Month of Death-1st Husband"
_column(788) int WNDIEHX_Y %4f "CB-20y Year of Death-1st Husband"
_column(792) int CMHSBDIEX %4f "CM for Date When 1st Husband Died"
_column(796) byte DIVDATHX_M %2f "CB-21m Month of Divorce-1st Husband"
_column(798) int DIVDATHX_Y %4f "CB-21y Year of Divorce-1st Husband"
_column(802) int CMDIVORCX %4f "CM for Date of Divorce or Annulment From 1st Husband"
_column(806) byte WNSTPHX_M %2f "CB-22m Month Stopped Living Together-1st Husband"
_column(808) int WNSTPHX_Y %4f "CB-22y Year Stopped Living Together-1st Husband"
_column(812) int CMSTPHSBX %4f "CM for Date R Stopped Living with 1st Husband"
_column(816) byte WHMARHX_M2 %2f "CB-1m Month Married to 2nd Husband"
_column(818) int WHMARHX_Y2 %4f "CB-1y Year Married to 2nd Husband"
_column(822) int CMMARRHX2 %4f "CM for Date of 2nd Marriage"
_column(826) byte AGEMARHX2 %2f "CB-2 R's Age at Marriage-2nd Husband"
_column(828) byte HXAGEMAR2 %2f "CB-3 Husband's Age At Marriage-2nd Husband"
_column(830) byte DOBHUSBX_M2 %2f "CB-4m Month Husband Was Born-2nd Husband"
_column(832) int DOBHUSBX_Y2 %4f "CB-4y Year Husband Was Born-2nd Husband"
_column(836) int CMHSBDOBX2 %4f "CM for 2nd Husband's Date of Birth"
_column(840) byte LVTOGHX2 %1f "CB-5 Cohabited Before Marriage-2nd Husband"
_column(841) byte STRTOGHX_M2 %2f "CB-6m Month Began 1st Cohabitation-2nd Husband"
_column(843) int STRTOGHX_Y2 %4f "CB-6y Year Began 1st Cohabitation-2nd Husband"
_column(847) int CMPMCOHX2 %4f "CM Date When R Began Living (premaritally) with 2nd husband"
_column(851) byte ENGAGHX2 %1f "CB-7 Engaged When R Began Premarital Cohabitation-2nd Husband"
_column(852) byte HSBMULT2 %1f "Multiple races reported for 2nd husband"
_column(853) byte HSBRACE2 %1f "RACE-recode-like variable for 2nd husband"
_column(854) byte HSBHRACE2 %1f "HISPRACE-recode-like variable for 2nd husband"
_column(855) byte HSBNRACE2 %1f "HISPRACE2-recode-like variable for 2nd husband"
_column(856) byte CHEDMARN2 %1f "CB-11 Highest Level of Education-2nd Husband"
_column(857) byte MARBEFHX2 %1f "CB-12 Was He Married Before-2nd Husband"
_column(858) byte KIDSHX2 %1f "CB-13 Did He Have Kids From Prior Relationship-2nd Husband"
_column(859) byte NUMKDSHX2 %2f "CB-14 Number of Kids From Prior Relationships-2nd Husband"
_column(861) byte KIDLIVHX2 %1f "CB-15 Any Kids From Prior Relationships Live w/R & 2nd Husband"
_column(862) byte CHKID18A2 %1f "CB-16a Is This Child 18 or Younger - Curr Husband"
_column(863) byte CHKID18B2 %1f "CB-16b # of These Children 18 or Younger - Curr Husband"
_column(864) byte WHRCHKDS5 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-1st Mention"
_column(865) byte WHRCHKDS6 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-2nd Mention"
_column(866) byte WHRCHKDS7 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-3rd Mention"
_column(867) byte SUPPORCH2 %1f "CB-18 Does Curr Husband Financially Support Kids <=18 Elsewhere"
_column(868) byte BIOHUSBX2 %1f "CB-18b Did R have bio kids with this husband-2nd Husband"
_column(869) byte BIONUMHX2 %1f "CB-18c Number of bio kids R and husband had together-2nd Husband"
_column(870) byte MARENDHX2 %1f "CB-19 How Marriage Ended-2nd Husband"
_column(871) byte WNDIEHX_M2 %2f "CB-20m Month of Death-2nd Husband"
_column(873) int WNDIEHX_Y2 %4f "CB-20y Year of Death-2nd Husband"
_column(877) int CMHSBDIEX2 %4f "CM for Date When 2nd Husband Died"
_column(881) byte DIVDATHX_M2 %2f "CB-21m Month of Divorce-2nd Husband"
_column(883) int DIVDATHX_Y2 %4f "CB-21y Year of Divorce-2nd Husband"
_column(887) int CMDIVORCX2 %4f "CM for Date of Divorce or Annulment From 2nd Husband"
_column(891) byte WNSTPHX_M2 %2f "CB-22m Month Stopped Living Together-2nd Husband"
_column(893) int WNSTPHX_Y2 %4f "CB-22y Year Stopped Living Together-2nd Husband"
_column(897) int CMSTPHSBX2 %4f "CM for Date R Stopped Living with 2nd Husband"
_column(901) byte WHMARHX_M3 %2f "CB-1m Month Married to 3rd Husband"
_column(903) int WHMARHX_Y3 %4f "CB-1y Year Married to 3rd Husband"
_column(907) int CMMARRHX3 %4f "CM for Date of 3rd Marriage"
_column(911) byte AGEMARHX3 %2f "CB-2 R's Age at Marriage-3rd Husband"
_column(913) byte HXAGEMAR3 %2f "CB-3 Husband's Age At Marriage-3rd Husband"
_column(915) byte DOBHUSBX_M3 %2f "CB-4m Month Husband Was Born-3rd Husband"
_column(917) int DOBHUSBX_Y3 %4f "CB-4y Year Husband Was Born-3rd Husband"
_column(921) int CMHSBDOBX3 %4f "CM for 3rd Husband's Date of Birth"
_column(925) byte LVTOGHX3 %1f "CB-5 Cohabited Before Marriage-3rd Husband"
_column(926) byte STRTOGHX_M3 %2f "CB-6m Month Began 1st Cohabitation-3rd Husband"
_column(928) int STRTOGHX_Y3 %4f "CB-6y Year Began 1st Cohabitation-3rd Husband"
_column(932) int CMPMCOHX3 %4f "CM Date When R Began Living (premaritally) with 3rd husband"
_column(936) byte ENGAGHX3 %1f "CB-7 Engaged When R Began Premarital Cohabitation-3rd Husband"
_column(937) byte HSBMULT3 %1f "Multiple races reported for 3rd husband"
_column(938) byte HSBRACE3 %1f "RACE-recode-like variable for 3rd husband"
_column(939) byte HSBHRACE3 %1f "HISPRACE-recode-like variable for 3rd husband"
_column(940) byte HSBNRACE3 %1f "HISPRACE2-recode-like variable for 3rd husband"
_column(941) byte CHEDMARN3 %1f "CB-11 Highest Level of Education-3rd Husband"
_column(942) byte MARBEFHX3 %1f "CB-12 Was He Married Before-3rd Husband"
_column(943) byte KIDSHX3 %1f "CB-13 Did He Have Kids From Prior Relationship-3rd Husband"
_column(944) byte NUMKDSHX3 %1f "CB-14 Number of Kids From Prior Relationships-3rd Husband"
_column(945) byte KIDLIVHX3 %1f "CB-15 Any Kids From Prior Relationships Live w/R & 3rd Husband"
_column(946) byte CHKID18A3 %1f "CB-16a Is This Child 18 or Younger - Curr Husband"
_column(947) byte CHKID18B3 %1f "CB-16b # of These Children 18 or Younger - Curr Husband"
_column(948) byte WHRCHKDS9 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-1st Mention"
_column(949) byte WHRCHKDS10 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-2nd Mention"
_column(950) byte WHRCHKDS11 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-3rd Mention"
_column(951) byte SUPPORCH3 %1f "CB-18 Does Curr Husband Financially Support Kids <=18 Elsewhere"
_column(952) byte BIOHUSBX3 %1f "CB-18b Did R have bio kids with this husband-3rd Husband"
_column(953) byte BIONUMHX3 %1f "CB-18c Number of bio kids R and husband had together-3rd Husband"
_column(954) byte MARENDHX3 %1f "CB-19 How Marriage Ended-3rd Husband"
_column(955) byte WNDIEHX_M3 %2f "CB-20 Month of Death-3rd Husband"
_column(957) int WNDIEHX_Y3 %4f "CB-20 Year of Death-3rd Husband"
_column(961) int CMHSBDIEX3 %4f "CM for Date When 3rd Husband Died"
_column(965) byte DIVDATHX_M3 %2f "CB-21m Month of Divorce-3rd Husband"
_column(967) int DIVDATHX_Y3 %4f "CB-21y Year of Divorce-3rd Husband"
_column(971) int CMDIVORCX3 %4f "CM for Date of Divorce or Annulment From 3rd Husband"
_column(975) byte WNSTPHX_M3 %2f "CB-22m Month Stopped Living Together-3rd Husband"
_column(977) int WNSTPHX_Y3 %4f "CB-22y Year Stopped Living Together-3rd Husband"
_column(981) int CMSTPHSBX3 %4f "CM for Date R Stopped Living with 3rd Husband"
_column(985) byte WHMARHX_M4 %2f "CB-1m Month Married to 4th Husband"
_column(987) int WHMARHX_Y4 %4f "CB-1y Year Married to 4th Husband"
_column(991) int CMMARRHX4 %4f "CM for Date of 4th Marriage"
_column(995) byte AGEMARHX4 %2f "CB-2 R's Age at Marriage-4th Husband"
_column(997) byte HXAGEMAR4 %2f "CB-3 Husband's Age At Marriage-4th Husband"
_column(999) byte DOBHUSBX_M4 %2f "CB-4m Month Husband Was Born-4th Husband"
_column(1001) int DOBHUSBX_Y4 %4f "CB-4y Year Husband Was Born-4th Husband"
_column(1005) int CMHSBDOBX4 %4f "CM for 4th Husband's Date of Birth"
_column(1009) byte LVTOGHX4 %1f "CB-5 Cohabited Before Marriage-4th Husband"
_column(1010) byte STRTOGHX_M4 %2f "CB-6m Month Began 1st Cohabitation-4th Husband"
_column(1012) int STRTOGHX_Y4 %4f "CB-6y Year Began 1st Cohabitation-4th Husband"
_column(1016) int CMPMCOHX4 %4f "CM Date When R Began Living (premaritally) with 4th husband"
_column(1020) byte ENGAGHX4 %1f "CB-7 Engaged When R Began Premarital Cohabitation-4th Husband"
_column(1021) byte HSBMULT4 %1f "Multiple races reported for 4th husband"
_column(1022) byte HSBRACE4 %1f "RACE-recode-like variable for 4th husband"
_column(1023) byte HSBHRACE4 %1f "HISPRACE-recode-like variable for 4th husband"
_column(1024) byte HSBNRACE4 %1f "HISPRACE2-recode-like variable for 4th husband"
_column(1025) byte CHEDMARN4 %1f "CB-11 Highest Level of Education-4th Husband"
_column(1026) byte MARBEFHX4 %1f "CB-12 Was He Married Before-4th Husband"
_column(1027) byte KIDSHX4 %1f "CB-13 Did He Have Kids From Prior Relationship-4th Husband"
_column(1028) byte NUMKDSHX4 %1f "CB-14 Number of Kids From Prior Relationships-4th Husband"
_column(1029) byte KIDLIVHX4 %1f "CB-15 Any Kids From Prior Relationships Live w/R & 4th Husband"
_column(1030) byte CHKID18A4 %1f "CB-16a Is This Child 18 or Younger - Curr Husband"
_column(1031) byte CHKID18B4 %1f "CB-16b # of These Children 18 or Younger - Curr Husband"
_column(1032) byte WHRCHKDS13 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-1st Mention"
_column(1033) byte WHRCHKDS14 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-2nd Mention"
_column(1034) byte WHRCHKDS15 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-3rd Mention"
_column(1035) byte SUPPORCH4 %1f "CB-18 Does Curr Husband Financially Support Kids <=18 Elsewhere"
_column(1036) byte BIOHUSBX4 %1f "CB-18b Did R have bio kids with this husband-4th Husband"
_column(1037) byte BIONUMHX4 %1f "CB-18c Number of bio kids R and husband had together-4th Husband"
_column(1038) byte MARENDHX4 %1f "CB-19 How Marriage Ended-4th Husband"
_column(1039) byte WNDIEHX_M4 %1f "CB-20m Month of Death-4th Husband"
_column(1040) int WNDIEHX_Y4 %4f "CB-20y Year of Death-4th Husband"
_column(1044) int CMHSBDIEX4 %4f "CM for Date When 4th Husband Died"
_column(1048) byte DIVDATHX_M4 %2f "CB-21m Month of Divorce-4th Husband"
_column(1050) int DIVDATHX_Y4 %4f "CB-21y Year of Divorce-4th Husband"
_column(1054) int CMDIVORCX4 %4f "CM for Date of Divorce or Annulment From 4th Husband"
_column(1058) byte WNSTPHX_M4 %2f "CB-22m Month Stopped Living Together-4th Husband"
_column(1060) int WNSTPHX_Y4 %4f "CB-22y Year Stopped Living Together-4th Husband"
_column(1064) int CMSTPHSBX4 %4f "CM for Date R Stopped Living with 4th Husband"
_column(1068) byte WHMARHX_M5 %2f "CB-1m Month Married to 5th Husband"
_column(1070) int WHMARHX_Y5 %4f "CB-1y Year Married to 5th Husband"
_column(1074) int CMMARRHX5 %4f "CM for Date of 5th Marriage"
_column(1078) byte AGEMARHX5 %2f "CB-2 R's Age at Marriage-5th Husband"
_column(1080) byte HXAGEMAR5 %2f "CB-3 Husband's Age At Marriage-5th Husband"
_column(1082) byte DOBHUSBX_M5 %2f "CB-4m Month Husband Was Born-5th Husband"
_column(1084) int DOBHUSBX_Y5 %4f "CB-4y Year Husband Was Born-5th Husband"
_column(1088) int CMHSBDOBX5 %4f "CM for 5th Husband's Date of Birth"
_column(1092) byte LVTOGHX5 %1f "CB-5 Cohabited Before Marriage-5th Husband"
_column(1093) byte STRTOGHX_M5 %2f "CB-6m Month Began 1st Cohabitation-5th Husband"
_column(1095) int STRTOGHX_Y5 %4f "CB-6y Year Began 1st Cohabitation-5th Husband"
_column(1099) int CMPMCOHX5 %4f "CM Date When R Began Living (premaritally) with 5th husband"
_column(1103) byte ENGAGHX5 %1f "CB-7 Engaged When R Began Premarital Cohabitation-5th Husband"
_column(1104) byte HSBMULT5 %1f "Multiple races reported for 5th husband"
_column(1105) byte HSBRACE5 %1f "RACE-recode-like variable for 5th husband"
_column(1106) byte HSBHRACE5 %1f "HISPRACE-recode-like variable for 5th husband"
_column(1107) byte HSBNRACE5 %1f "HISPRACE2-recode-like variable for 5th husband"
_column(1108) byte CHEDMARN5 %1f "CB-11 Highest Level of Education-5th Husband"
_column(1109) byte MARBEFHX5 %1f "CB-12 Was He Married Before-5th Husband"
_column(1110) byte KIDSHX5 %1f "CB-13 Did He Have Kids From Prior Relationship-5th Husband"
_column(1111) byte NUMKDSHX5 %1f "CB-14 Number of Kids From Prior Relationships-5th Husband"
_column(1112) byte KIDLIVHX5 %1f "CB-15 Any Kids From Prior Relationships Live w/R & 5th Husband"
_column(1113) byte CHKID18A5 %1f "CB-16a Is This Child 18 or Younger - Curr Husband"
_column(1114) byte CHKID18B5 %1f "CB-16b # of These Children 18 or Younger - Curr Husband"
_column(1115) byte WHRCHKDS17 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-1st Mention"
_column(1116) byte WHRCHKDS18 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-2nd Mention"
_column(1117) byte WHRCHKDS19 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-3rd Mention"
_column(1118) byte SUPPORCH5 %1f "CB-18 Does Curr Husband Financially Support Kids <=18 Elsewhere"
_column(1119) byte BIOHUSBX5 %1f "CB-18b Did R have bio kids with this husband-5th Husband"
_column(1120) byte BIONUMHX5 %1f "CB-18c Number of bio kids R and husband had together-5th Husband"
_column(1121) byte MARENDHX5 %1f "CB-19 How Marriage Ended-5th Husband"
_column(1122) byte WNDIEHX_M5 %1f "CB-20m Month of Death-5th Husband"
_column(1123) byte WNDIEHX_Y5 %1f "CB-20y Year of Death-5th Husband"
_column(1124) byte CMHSBDIEX5 %1f "CM for Date When 5th Husband Died"
_column(1125) byte DIVDATHX_M5 %2f "CB-21m Month of Divorce-5th Husband"
_column(1127) int DIVDATHX_Y5 %4f "CB-21y Year of Divorce-5th Husband"
_column(1131) int CMDIVORCX5 %4f "CM for Date of Divorce or Annulment From 5th Husband"
_column(1135) byte WNSTPHX_M5 %2f "CB-22m Month Stopped Living Together-5th Husband"
_column(1137) int WNSTPHX_Y5 %4f "CB-22y Year Stopped Living Together-5th Husband"
_column(1141) int CMSTPHSBX5 %4f "CM for Date R Stopped Living with 5th Husband"
_column(1145) byte WHMARHX_M6 %2f "CB-1m Month Married to 6th Husband"
_column(1147) int WHMARHX_Y6 %4f "CB-1y Year Married to 6th Husband"
_column(1151) int CMMARRHX6 %4f "CM for Date of 6th Marriage"
_column(1155) byte AGEMARHX6 %2f "CB-2 R's Age at Marriage-6th Husband"
_column(1157) byte HXAGEMAR6 %2f "CB-3 Husband's Age At Marriage-6th Husband"
_column(1159) byte DOBHUSBX_M6 %2f "CB-4m Month Husband Was Born-6th Husband"
_column(1161) int DOBHUSBX_Y6 %4f "CB-4y Year Husband Was Born-6th Husband"
_column(1165) int CMHSBDOBX6 %4f "CM for 6th Husband's Date of Birth"
_column(1169) byte LVTOGHX6 %1f "CB-5 Cohabited Before Marriage-6th Husband"
_column(1170) byte STRTOGHX_M6 %1f "CB-6m Month Began 1st Cohabitation-6th Husband"
_column(1171) int STRTOGHX_Y6 %4f "CB-6y Year Began 1st Cohabitation-6th Husband"
_column(1175) int CMPMCOHX6 %4f "CM Date When R Began Living (premaritally) with 6th husband"
_column(1179) byte ENGAGHX6 %1f "CB-7 Engaged When R Began Premarital Cohabitation-6th Husband"
_column(1180) byte HISPHX6 %1f "CB-8 Hispanic Origin-6th Husband"
_column(1181) byte CHEDMARN6 %1f "CB-11 Highest Level of Education-6th Husband"
_column(1182) byte MARBEFHX6 %1f "CB-12 Was He Married Before-6th Husband"
_column(1183) byte KIDSHX6 %1f "CB-13 Did He Have Kids From Prior Relationship-6th Husband"
_column(1184) byte NUMKDSHX6 %1f "CB-14 Number of Kids From Prior Relationships-6th Husband"
_column(1185) byte KIDLIVHX6 %1f "CB-15 Any Kids From Prior Relationships Live w/R & 6th Husband"
_column(1186) byte CHKID18A6 %1f "CB-16a Is This Child 18 or Younger - Curr Husband"
_column(1187) byte CHKID18B6 %1f "CB-16b # of These Children 18 or Younger - Curr Husband"
_column(1188) byte WHRCHKDS21 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-1st Mention"
_column(1189) byte WHRCHKDS22 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-2nd Mention"
_column(1190) byte WHRCHKDS23 %1f "CB-17 Where Curr Husband's Child(ren) Lives Now-3rd Mention"
_column(1191) byte BIOHUSBX6 %1f "CB-18b Did R have bio kids with this husband-6th Husband"
_column(1192) byte BIONUMHX6 %1f "CB-18c Number of bio kids R and husband had together-6th Husband"
_column(1193) byte MARENDHX6 %1f "CB-19 How Marriage Ended-6th Husband"
_column(1194) byte WNDIEHX_M6 %1f "CB-20m Month of Death-6th Husband"
_column(1195) byte WNDIEHX_Y6 %1f "CB-20y Year of Death-6th Husband"
_column(1196) byte CMHSBDIEX6 %1f "CM for Date When 6th Husband Died"
_column(1197) byte DIVDATHX_M6 %1f "CB-21m Month of Divorce-6th Husband"
_column(1198) byte DIVDATHX_Y6 %1f "CB-21y Year of Divorce-6th Husband"
_column(1199) byte CMDIVORCX6 %1f "CM for Date of Divorce or Annulment From 6th Husband"
_column(1200) byte WNSTPHX_M6 %2f "CB-22m Month Stopped Living Together-6th Husband"
_column(1202) int WNSTPHX_Y6 %4f "CB-22y Year Stopped Living Together-6th Husband"
_column(1206) int CMSTPHSBX6 %4f "CM for Date R Stopped Living with 6th Husband"
_column(1210) int CMMARRCH %4f "CM for Date of Marriage to Current Husband"
_column(1214) int CMDOBCH %4f "CM for Current Husband's Date of Birth"
_column(1218) byte PREVHUSB %1f "Number of Previous Husbands (incl. separated)"
_column(1219) byte WNSTRTCP_M %2f "CC-2m Month Began Cohabitation - Current Partner"
_column(1221) int WNSTRTCP_Y %4f "CC-2y Year Began Cohabitation - Current Partner"
_column(1225) int CMSTRTCP %4f "CM for date when R began cohabiting w/current partner"
_column(1229) byte CPHERAGE %2f "CC-3 R's Age When Began Cohabiting w/Current Partner"
_column(1231) byte CPHISAGE %2f "CC-4 Partner's Age When Began Cohabiting - Current Partner"
_column(1233) byte WNCPBRN_M %2f "CC-5m Month Partner Was Born- Current Cohabiting Partner"
_column(1235) int WNCPBRN_Y %4f "CC-5y Year Partner Was Born- Current Cohabiting Partner"
_column(1239) int CMDOBCP %4f "CM For Current cohabiting partner's DOB"
_column(1243) byte CPENGAG1 %1f "CC-6 Engaged When Began Cohabiting-Current Cohabiting Partner"
_column(1244) byte WILLMARR %1f "CC-7 Chance You ll Marry-Curr Cohabiting Partner"
_column(1245) byte CURCOHMULT %1f "Multiple races reported for current cohab partner"
_column(1246) byte CURCOHRACE %1f "RACE-recode-like variable for current cohab partner"
_column(1247) byte CURCOHHRACE %1f "HISPRACE-recode-like variable for current cohab partner"
_column(1248) byte CURCOHNRACE %1f "HISPRACE2-recode-like variable for current cohab partner"
_column(1249) byte CPEDUC %1f "CC-11 Level of Education-Current Cohabiting Partner"
_column(1250) byte CPMARBEF %1f "CC-12 Was He Married Before - Current Cohabiting Partner"
_column(1251) byte CPKIDS %1f "CC-13 Kids From Prior Relationships-Current Cohabiting Partner"
_column(1252) byte CPNUMKDS %2f "CC-14 # of Kids From Prior Relationships-Curr Cohab Partner"
_column(1254) byte CPKIDLIV %1f "CC-15 Kids From Prior Relationships Live w/R & Curr Cohab Partnr"
_column(1255) byte CPKID18A %1f "CC-16a Is This Child 18 or Younger-Curr Cohabiting Partner"
_column(1256) byte CPKID18B %2f "CC-16b # of His Children 18 or Younger-Curr Cohabiting Partner"
_column(1258) byte WHRCPKDS1 %1f "CC-17 Where Curr Cohab s Child(ren) Lives Now-1st Mention"
_column(1259) byte WHRCPKDS2 %1f "CC-17 Where Curr Cohab s Child(ren) Lives Now-2nd Mention"
_column(1260) byte WHRCPKDS3 %1f "CC-17 Where Curr Cohab s Child(ren) Lives Now-3rd Mention"
_column(1261) byte SUPPORCP %1f "CC-18 Does Curr Cohab Financially Support Kids <=18 Elsewhere"
_column(1262) byte BIOCP %1f "CC-19 Did R have bio kids with current partner?"
_column(1263) byte BIONUMCP %1f "CC-20 Number of bio kids R and current partner have together"
_column(1264) int CMSTRTHP %4f "CM for date R began living with current husband or cohab partner"
_column(1268) byte LIVEOTH %1f "CD-1 Ever Cohabited With Any (Other) Man"
_column(1269) byte EVRCOHAB %1f "Whether R Has Ever Lived With a Non Marital Partner"
_column(1270) byte HMOTHMEN %2f "CD-2 Number of Other Men R Has Cohabited With"
_column(1272) byte PREVCOHB %2f "Number of former cohabiting partners"
_column(1274) byte STRTOTHX_M %2f "CD-4m Month Began Cohabition - 1st former partner"
_column(1276) int STRTOTHX_Y %4f "CD-4y Year Began Cohabition - 1st former partner"
_column(1280) int CMCOHSTX %4f "CM for Start of Cohabitation with R's 1st Former Partner"
_column(1284) byte HERAGECX %2f "CD-5 R's Age When Began Cohabiting w/ 1st Former Partner"
_column(1286) byte HISAGECX %2f "CD-6 Partner's Age When Began Cohabiting - 1st Former Partner"
_column(1288) byte WNBRNCX_M %2f "CD-7m Month Partner Was Born-1st former cohab partner"
_column(1290) int WNBRNCX_Y %4f "CD-7y Year Partner Was Born-1st former cohab partner"
_column(1294) int CMDOBCX %4f "CM for 1st former cohabiting partner's DOB"
_column(1298) byte ENGAG1CX %1f "CD-8 Engaged When Began Cohabiting-1st former cohab partner"
_column(1299) byte COH1MULT %1f "Multiple races reported for 1st former cohabiting partner"
_column(1300) byte COH1RACE %1f "RACE-recode-like variable for 1st former cohabiting partner"
_column(1301) byte COH1HRACE %1f "HISPRACE-recode-like variable for 1st former cohabiting partner"
_column(1302) byte COH1NRACE %1f "HISPRACE2-recode-like variable for 1st former cohabiting partner"
_column(1303) byte MAREVCX %1f "CD-12 Was He Married Before-1st former cohabiting partner"
_column(1304) byte CXKIDS %1f "CD-13 Any Kids From Prior Relationhips-1st former cohab partner"
_column(1305) byte BIOFCPX %1f "CD-13b Did R have bio kids with this cohab partner-1st former cohab partner"
_column(1306) byte BIONUMCX %1f "CD-13c Number of bio kids R and cohab partner have together-1st former cohab partner"
_column(1307) byte STPTOGCX_M %2f "CD-14m Month Stopped Cohabiting-1st former cohabiting partner"
_column(1309) int STPTOGCX_Y %4f "CD-14y Year Stopped Cohabiting-1st former cohabiting partner"
_column(1313) int CMSTPCOHX %4f "CM when R stopped cohabiting with 1st former cohab partner"
_column(1317) byte STRTOTHX_M2 %2f "CD-4m Month Began Cohabition - 2nd former partner"
_column(1319) int STRTOTHX_Y2 %4f "CD-4y Year Began Cohabition - 2nd former partner"
_column(1323) int CMCOHSTX2 %4f "CM for Start of Cohabitation with R's 2nd Former Partner"
_column(1327) byte HERAGECX2 %2f "CD-5 R's Age When Began Cohabiting w/ 2nd Former Partner"
_column(1329) byte HISAGECX2 %2f "CD-6 Partner's Age When Began Cohabiting - 2nd Former Partner"
_column(1331) byte WNBRNCX_M2 %2f "CD-7m Month Partner Was Born-2nd former cohab partner"
_column(1333) int WNBRNCX_Y2 %4f "CD-7y Year Partner Was Born-2nd former cohab partner"
_column(1337) int CMDOBCX2 %4f "CM for 2nd former cohabiting partner's DOB"
_column(1341) byte ENGAG1CX2 %1f "CD-8 Engaged When Began Cohabiting-2nd former cohab partner"
_column(1342) byte MAREVCX2 %1f "CD-12 Was He Married Before-2nd former cohabiting partner"
_column(1343) byte CXKIDS2 %1f "CD-13 Any Kids From Prior Relationhips-2nd former cohab partner"
_column(1344) byte BIOFCPX2 %1f "CD-13b Did R have bio kids with this cohab partner-2nd former cohab partner"
_column(1345) byte BIONUMCX2 %1f "CD-13c Number of bio kids R and cohab partner have together-2nd former cohab partner"
_column(1346) byte STPTOGCX_M2 %2f "CD-14m Month Stopped Cohabiting-2nd former cohabiting partner"
_column(1348) int STPTOGCX_Y2 %4f "CD-14y Year Stopped Cohabiting-2nd former cohabiting partner"
_column(1352) int CMSTPCOHX2 %4f "CM when R stopped cohabiting with 2nd former cohab partner"
_column(1356) byte STRTOTHX_M3 %2f "CD-4m Month Began Cohabition - 3rd former partner"
_column(1358) int STRTOTHX_Y3 %4f "CD-4y Year Began Cohabition - 3rd former partner"
_column(1362) int CMCOHSTX3 %4f "CM for Start of Cohabitation with R's 3rd Former Partner"
_column(1366) byte HERAGECX3 %2f "CD-5 R's Age When Began Cohabiting w/ 3rd Former Partner"
_column(1368) byte HISAGECX3 %2f "CD-6 Partner's Age When Began Cohabiting - 3rd Former Partner"
_column(1370) byte WNBRNCX_M3 %2f "CD-7m Month Partner Was Born-3rd former cohab partner"
_column(1372) int WNBRNCX_Y3 %4f "CD-7y Year Partner Was Born-3rd former cohab partner"
_column(1376) int CMDOBCX3 %4f "CM for 3rd former cohabiting partner's DOB"
_column(1380) byte ENGAG1CX3 %1f "CD-8 Engaged When Began Cohabiting-3rd former cohab partner"
_column(1381) byte MAREVCX3 %1f "CD-12 Was He Married Before-3rd former cohabiting partner"
_column(1382) byte CXKIDS3 %1f "CD-13 Any Kids From Prior Relationhips-3rd former cohab partner"
_column(1383) byte BIOFCPX3 %1f "CD-13b Did R have bio kids with this cohab partner-3rd former cohab partner"
_column(1384) byte BIONUMCX3 %1f "CD-13c Number of bio kids R and cohab partner have together-3rd former cohab partner"
_column(1385) byte STPTOGCX_M3 %2f "CD-14m Month Stopped Cohabiting-3rd former cohabiting partner"
_column(1387) int STPTOGCX_Y3 %4f "CD-14y Year Stopped Cohabiting-3rd former cohabiting partner"
_column(1391) int CMSTPCOHX3 %4f "CM when R stopped cohabiting with 3rd former cohab partner"
_column(1395) byte STRTOTHX_M4 %2f "CD-4m Month Began Cohabition - 4th former partner"
_column(1397) int STRTOTHX_Y4 %4f "CD-4y Year Began Cohabition - 4th former partner"
_column(1401) int CMCOHSTX4 %4f "CM for Start of Cohabitation with R's 4th Former Partner"
_column(1405) byte HERAGECX4 %2f "CD-5 R's Age When Began Cohabiting w/ 4th Former Partner"
_column(1407) byte HISAGECX4 %2f "CD-6 Partner's Age When Began Cohabiting - 4th Former Partner"
_column(1409) byte WNBRNCX_M4 %2f "CD-7m Month Partner Was Born-4th former cohab partner"
_column(1411) int WNBRNCX_Y4 %4f "CD-7y Year Partner Was Born-4th former cohab partner"
_column(1415) int CMDOBCX4 %4f "CM for 4th former cohabiting partner's DOB"
_column(1419) byte ENGAG1CX4 %1f "CD-8 Engaged When Began Cohabiting-4th former cohab partner"
_column(1420) byte MAREVCX4 %1f "CD-12 Was He Married Before-4th former cohabiting partner"
_column(1421) byte CXKIDS4 %1f "CD-13 Any Kids From Prior Relationhips-4th former cohab partner"
_column(1422) byte BIOFCPX4 %1f "CD-13b Did R have bio kids with this cohab partner-4th former cohab partner"
_column(1423) byte BIONUMCX4 %1f "CD-13c Number of bio kids R and cohab partner have together-4th former cohab partner"
_column(1424) byte STPTOGCX_M4 %2f "CD-14m Month Stopped Cohabiting-4th former cohabiting partner"
_column(1426) int STPTOGCX_Y4 %4f "CD-14y Year Stopped Cohabiting-4th former cohabiting partner"
_column(1430) int CMSTPCOHX4 %4f "CM when R stopped cohabiting with 4th former cohab partner"
_column(1434) byte COHCHANCE %1f "CD-15 What is the chance you will cohabit (again)?"
_column(1435) byte MARRCHANCE %1f "CD-16 What is the chance you will marry (again)?"
_column(1436) byte PMARCOH %1f "CD-17 What is the chance you will cohabit with your future husband?"
_column(1437) byte EVERSEX %1f "CE-1 Ever Had Sexual Intercourse with a Man"
_column(1438) byte RHADSEX %1f "Whether R Has Ever Had Sex (Heterosexual Vaginal Intercourse)"
_column(1439) byte YNOSEX %1f "CE-2 Main Reason R Has Not Had Sex With a Man"
_column(1440) byte WNFSTSEX_M %2f "CE-3m Month of First Sexual Intercourse"
_column(1442) int WNFSTSEX_Y %4f "CE-3y Year of First Sexual Intercourse"
_column(1446) int CMFSTSEX %4f "CM for Date of First Sexual Intercourse"
_column(1450) byte AGEFSTSX %2f "CE-4 Age at First Sexual Intercourse"
_column(1452) byte C_SEX18 %1f "CE-5 Was R less than 18 or 18+ at 1st sex"
_column(1453) byte C_SEX15 %1f "CE-6 Was R less than 15 or 15+ at 1st sex"
_column(1454) byte C_SEX20 %1f "CE-7 Was R less than 20 or 20+ at 1st sex"
_column(1455) byte GRFSTSX %2f "CE-8 Grade R Was in at First Sexual Intercourse"
_column(1457) byte SXMTONCE %1f "CE-9 Has R Had Sexual Intercourse More Than Once"
_column(1458) byte TALKPAR1 %1f "CF-1 Sex Ed Topics R Has Discussed with Parents -1st Mention"
_column(1459) byte TALKPAR2 %1f "CF-1 Sex Ed Topics R Has Discussed with Parents -2nd Mention"
_column(1460) byte TALKPAR3 %1f "CF-1 Sex Ed Topics R Has Discussed with Parents -3rd Mention"
_column(1461) byte TALKPAR4 %1f "CF-1 Sex Ed Topics R Has Discussed with Parents -4th Mention"
_column(1462) byte TALKPAR5 %1f "CF-1 Sex Ed Topics R Has Discussed with Parents -5th Mention"
_column(1463) byte TALKPAR6 %1f "CF-1 Sex Ed Topics R Has Discussed with Parents -6th Mention"
_column(1464) byte SEDNO %1f "CF-2 Formal Sex Ed Before 18: How to Say No to Sex"
_column(1465) byte SEDNOG %2f "CF-3 Grade R Received Sex Ed on How to Say No to Sex"
_column(1467) byte SEDNOSX %1f "CF-4 Rec d Sex Ed on How to Say No to Sex Before/After 1st Sex"
_column(1468) byte SEDBC %1f "CF-5 Formal Sex Ed Before 18: Methods of Birth Control"
_column(1469) byte SEDBCG %2f "CF-6 R's Grade When Received Instruction on Birth Control"
_column(1471) byte SEDBCSX %1f "CF-7 Rec d Sex Ed on Birth Control Methods Before/After 1st Sex"
_column(1472) byte SEDSTD %1f "CF-8 Formal Sex Ed Before 18: STD"
_column(1473) byte SEDSTDG %2f "CF-9 Grade R 1st Received Sex Ed on STDs"
_column(1475) byte SEDSTDSX %1f "CF-10 Received Sex Ed on STD before/after 1st sex"
_column(1476) byte SEDHIV %1f "CF-11 Formal Sex Ed Before 18: HIV/AIDS"
_column(1477) byte SEDHIVG %2f "CF-12 Grade R 1st Received Sex Ed on HIV/AIDS"
_column(1479) byte SEDHIVSX %1f "CF-13 Received Sex Ed on HIV/AIDS before/after 1st sex"
_column(1480) byte PLEDGE %1f "CF-14 R Ever Took Pledge to Remain a Virgin Until Marriage"
_column(1481) byte SAMEMAN %1f "CG-2 1st Partner Already Discussed as a Husband or Cohab Partner?"
_column(1482) byte WHOFSTPR %2f "CG-3 Which man already discussed was R's 1st Sexual Partner?"
_column(1484) byte FPAGE %2f "CG-4 1st Partner's Age at R's 1st Sex"
_column(1486) byte FPRELAGE %1f "CG-4b Was 1st Sexual Partner Older/Younger/Same Age as R"
_column(1487) byte FPRELYRS %1f "CG-4c How Many Years Older/Younger Than R Was 1st Sex Partner"
_column(1488) byte KNOWFP %2f "CG-5 Relationship with 1st Partner at 1st Sex"
_column(1490) byte STILFPSX %1f "CG-6 Is 1st Sexual Partner a Current Sexual Partner"
_column(1491) byte LSTSEXFP_M %2f "CG-7m Month R Last Had Sex With 1st Sexual Partner"
_column(1493) int LSTSEXFP_Y %4f "CG-7y Year R Last Had Sex With 1st Sexual Partner"
_column(1497) int CMLSEXFP %4f "CM for Date of Last Sex With 1st Sexual Partner"
_column(1501) int CMFPLAST %4f "CM for Date of Last or Only Sex with 1st Sexual Partner"
_column(1505) byte FPEDUC %1f "CG-7b Highest level of education - 1st Sexual Parter"
_column(1506) byte FSEXMULT %1f "Multiple races reported for 1st sexual partner"
_column(1507) byte FSEXRACE %1f "RACE-recode-like variable for 1st sexual partner"
_column(1508) byte FSEXHRACE %1f "HISPRACE-recode-like variable for 1st sexual partner"
_column(1509) byte FSEXNRACE %1f "HISPRACE2-recode-like variable for 1st sexual partner"
_column(1510) byte FPRN %1f "CG-7f Describe Current Relationship with 1st Sexual Partner"
_column(1511) byte WHICH1ST %1f "CG-8 First Sexual Intercourse Before or After Menarche"
_column(1512) byte SEXAFMEN %1f "CG-9 Whether R Had Sex Since Menarche"
_column(1513) byte WNSEXAFM_M %2f "CG-10m Month of 1st Sex After Menarche"
_column(1515) int WNSEXAFM_Y %4f "CG-10y Year of 1st Sex After Menarche"
_column(1519) int CMSEXAFM %4f "CM for Date of 1st Sex After Menarche"
_column(1523) byte AGESXAFM %2f "CG-11 Age at 1st Sex After Menarche"
_column(1525) byte AFMEN18 %1f "CG-12 Was R less than 18 or 18+ at 1st sex after menarche"
_column(1526) byte AFMEN15 %1f "CG-13 Was R less than 15 or 15+ at 1st sex after menarche"
_column(1527) byte AFMEN20 %1f "CG-14 Was R less than 20 or 20+ at 1st sex after menarche"
_column(1528) int LIFEPRT %3f "CH-1 # of Male Sex Partners in Entire Life"
_column(1531) int LIFEPRT_LO %3f "CH-1b # of Male Sex Partners in Entire Life: Low end of range"
_column(1534) int LIFEPRT_HI %3f "CH-1c # of Male Sex Partners in Entire Life: High end of range"
_column(1537) int PTSB4MAR %3f "CH-2 # of Male Sex Partners Prior to 1st Marriage"
_column(1540) int PTSB4MAR_LO %3f "CH-2b # of Male Sex Partners Prior to 1st Marriage: Low end of range"
_column(1543) int PTSB4MAR_HI %3f "CH-2c # of Male Sex Partners Prior to 1st Marriage: High end of range"
_column(1546) int MON12PRT %3f "CH-3 # of Male Sex Partners in Last 12 Months"
_column(1549) int MON12PRT_LO %3f "CH-3b # of Male Sex Partners in Last 12 Months: Low end of range"
_column(1552) int MON12PRT_HI %3f "CH-3c # of Male Sex Partners in Last 12 Months: High end of range"
_column(1555) int PARTS12 %4f "Number of Partners in Last 12 Months"
_column(1559) byte LIFEPRTS %2f "Number of Male Sexual Partners in Lifetime"
_column(1561) byte WHOSNC1Y %1f "CI-1 Is R's One Partner in Last 12 Mos Her Current H/P?"
_column(1562) byte MATCHFP %1f "CI-4 Is last partner same as 1st partner ever?"
_column(1563) byte MATCHHP %2f "CI-5 Which H/P already discussed, if any, is last partner?"
_column(1565) byte P1YRELP %2f "Relationship of last partner to R"
_column(1567) byte P1YLSEX_M %2f "CI-6m Month of Last Sex-last partner"
_column(1569) int P1YLSEX_Y %4f "CI-6y Year of Last Sex-last partner"
_column(1573) int CMLSEXX %4f "CM of last sex with last partner"
_column(1577) byte P1YCURRP %1f "CI-7 Whether partner is current-last partner"
_column(1578) byte PCURRNTX %1f "Whether partner is current - last partner"
_column(1579) byte MATCHFP2 %1f "CI-4 Is 2nd-to-last partner same as 1st partner ever?"
_column(1580) byte MATCHHP2 %2f "CI-5 Which H/P already discussed, if any, is 2nd-to-last partner?"
_column(1582) byte P1YRELP2 %2f "Relationship of 2nd-to-last partner to R"
_column(1584) byte P1YLSEX_M2 %2f "CI-6m Month of Last Sex-2nd-to-last partner"
_column(1586) int P1YLSEX_Y2 %4f "CI-6y Year of Last Sex-2nd-to-last partner"
_column(1590) int CMLSEXX2 %4f "CM of last sex with 2nd-to-last partner in last 12 mos"
_column(1594) byte P1YCURRP2 %1f "CI-7 Whether partner is current (2nd-to-last partner)"
_column(1595) byte PCURRNTX2 %1f "Whether partner is current (2nd-to-last partner)"
_column(1596) byte MATCHFP3 %1f "CI-4 Is 3rd-to-last partner same as 1st partner ever?"
_column(1597) byte MATCHHP3 %2f "CI-5 Which H/P already discussed, if any, is 3rd-to-last partner?"