forked from AllenDowney/ThinkStats2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
2006_2010_MaleSetup.dct
2816 lines (2812 loc) · 354 KB
/
2006_2010_MaleSetup.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 Male 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 RANDVAR1 %1f "R got 1 or 2 contraceptive-use questions"
_column(12) byte AGE_A %2f "AA-1 R's age at interview"
_column(14) byte AGE_R %2f "R's age at interview"
_column(16) int CMBIRTH %4f "Century month, R's birth"
_column(20) byte AGESCRN %2f "R's age at screener"
_column(22) byte MARSTAT %1f "AB-1 R's marital status"
_column(23) byte FMARSTAT %1f "AB-2 R's formal marital status"
_column(24) byte FMARIT %1f "Formal marital status at time of interview"
_column(25) byte EVRMARRY %1f "Whether R was ever married"
_column(26) byte HISP %1f "AC-1 R is of Hispanic/Latino origin"
_column(27) byte HISPGRP %1f "AC-2 Hispanic/Latino origin -- group"
_column(28) byte FL_RAGE %1f "Whether R's age at screener differs from age at interview"
_column(29) byte FL_RRACE %1f "Whether R's race at screener differs from race at interview"
_column(30) byte FL_RHISP %1f "Whether R's Hispanic origin at screener differs from interview"
_column(31) byte ROSCNT %1f "Total number of HH members based on HH roster"
_column(32) byte WPLOCALE %1f "AD-8 Where R's current wife/partner lives"
_column(33) byte WOMREL %1f "Woman in HH is R's wife or cohabiting partner"
_column(34) byte GOSCHOL %1f "AE-1 R currently enrolled in regular school"
_column(35) byte VACA %1f "AE-2 R on vacation from school"
_column(36) byte HIGRADE %2f "AE-3 R's current grade in school or highest grade/year attended"
_column(38) byte COMPGRD %1f "AE-4 R completed current grade or highest grade/year attended"
_column(39) byte HAVEDIP %1f "AE-5 Does R have a high school diploma or GED, or both"
_column(40) byte DIPGED %1f "AE-6 Which - high school diploma, GED, or both - does R have?"
_column(41) byte EARNHS_M %2f "AE-7 Month high school diploma obtained"
_column(43) int EARNHS_Y %4f "AE-7 Year high school diploma obtained"
_column(47) int CMHSGRAD %4f "Century month, high school graduation"
_column(51) byte HISCHGRD %2f "AE-8 R not in sch, no dipl-last grade of elem/jr/hi sch attended"
_column(53) byte LSTGRADE %2f "Highest grade of elem/junior/high school R attended"
_column(55) byte MYSCHOL_M %2f "AE-9 Month R last attended elem/jr/hi sch-R not in sch/no dipl"
_column(57) int MYSCHOL_Y %4f "AE-9 Year R last attended elem/jr/hi sch-R not in sch/no dipl"
_column(61) int CMLSTSCH %4f "Century month R last attended elem/jr/hi sch-not in sch/no dipl"
_column(65) byte HAVEDEG %1f "AE-10 R has college or university degree"
_column(66) byte DEGREES %1f "AE-11 R's highest college or university degree received"
_column(67) byte EARNBA_M %2f "AE-12 Month R received his Bachelor's degree"
_column(69) int EARNBA_Y %4f "AE-12 Year R received his Bachelor's degree"
_column(73) int CMBAGRAD %4f "Century month R received his Bachelor's degree"
_column(77) byte WTHPARNW %1f "R is living with parents or parent figures - based on HH roster"
_column(78) byte ONOWN %1f "AF-0a Did R ever live away from parents/guardians before age 18"
_column(79) byte ONOWN18 %1f "Whether R lived on own before age 18"
_column(80) byte INTACT %1f "AF-1 R always lived with both biological/adoptive parents"
_column(81) byte PARMARR %1f "AF-2 R's biological parents married at R's birth"
_column(82) byte INTACT18 %1f "Whether R lived in intact family from birth to age 18"
_column(83) byte LVSIT14F %1f "AF-3 Female parent/parent-figure at age 14 - fam not intact thru 18"
_column(84) byte LVSIT14M %1f "AF-4 Male parent/parent-figure at age 14 - fam not intact thru 18"
_column(85) byte WOMRASDU %1f "AF-5 Woman who raised R during teens - fam not intact thru 18"
_column(86) byte MOMDEGRE %1f "AF-6 Highest level of education female parent (figure) completed"
_column(87) byte MOMWORKD %1f "AF-7 Female parent (figure) worked full/parttime when R was 5-15"
_column(88) byte MOMCHILD %2f "AF-8 Number of children born to female parent (figure)"
_column(90) byte MOMFSTCH %2f "AF-9 Age of female parent (figure) at her first birth"
_column(92) byte MOM18 %1f "AF-10 Estimated age of female parent (figure) at her first birth"
_column(93) byte MANRASDU %1f "AF-11 Man who raised R during teens - fam not intact thru 18"
_column(94) byte DADDEGRE %1f "AF-12 Highest level of education male parent (figure) completed"
_column(95) byte TIMESMAR %1f "AG-2 How many times R has been married - R ever married"
_column(96) byte EVCOHAB1 %1f "AG-3 R ever cohabited (excluding wives) - R ever married"
_column(97) byte NUMCOH1 %2f "AG-4 Number of women R has lived with-excl wives-R ever married"
_column(99) byte EVCOHAB2 %1f "AG-5 R ever cohabited - R never married, not curr cohabiting"
_column(100) byte NUMCOH2 %2f "AG-6 Number of women R has lived with-R never marr & ever cohab"
_column(102) byte EVRCOHAB %1f "Whether R ever cohabited with a woman (excluding wives)"
_column(103) byte NUMWIFE %1f "Number of wives"
_column(104) int NUMCOHAB %3f "Number of female cohabiting partners (excluding wives)"
_column(107) byte EVERSEX %1f "BA-1 Ever had sexual intercourse with a female"
_column(108) byte RHADSEX %1f "Whether R Has Ever Had Sex (Heterosexual Vaginal Intercourse)"
_column(109) byte SXMTONCE %1f "BA-2 Has R had sexual intercourse more than once"
_column(110) byte YNOSEX %1f "BA-3 Main Reason Why R Has Not Had Intercourse with a Female"
_column(111) byte TALKPAR1 %1f "BA-4 Sex Ed Topics R Has Discussed with Parents -1st Mention"
_column(112) byte TALKPAR2 %1f "BA-4 Sex Ed Topics R Has Discussed with Parents -2nd Mention"
_column(113) byte TALKPAR3 %1f "BA-4 Sex Ed Topics R Has Discussed with Parents -3rd Mention"
_column(114) byte TALKPAR4 %1f "BA-4 Sex Ed Topics R Has Discussed with Parents -4th Mention"
_column(115) byte TALKPAR5 %1f "BA-4 Sex Ed Topics R Has Discussed with Parents -5th Mention"
_column(116) byte TALKPAR6 %1f "BA-4 Sex Ed Topics R Has Discussed with Parents -6th Mention"
_column(117) byte SEDNO %1f "BA-5 Formal Sex Ed Before 18: How to Say No to Sex"
_column(118) byte SEDNOG %2f "BA-6 Grade R Received Sex Ed on How to Say No to Sex"
_column(120) byte SEDNOSX %1f "BA-7 R rec'd instruction-how say no to sex before/after 1st sex?"
_column(121) byte SEDBC %1f "BA-8 Formal Sex Ed Before 18: Methods of Birth Control"
_column(122) byte SEDBCG %2f "BA-9 R's Grade When Received Instruction on Birth Control"
_column(124) byte SEDBCSX %1f "BA-10 R rec'd instruction-birth control before/after 1st sex?"
_column(125) byte SEDSTD %1f "BA-11 Formal Sex Ed Before 18: STDs"
_column(126) byte SEDSTDG %2f "BA-12 R's Grade When Received Instruction on STDs"
_column(128) byte SEDSTDSX %1f "BA-13 R rec'd instruction on STDs before/after 1st sex?"
_column(129) byte SEDHIV %1f "BA-14 Formal Sex Ed Before 18: how prevent HIV/AIDS"
_column(130) byte SEDHIVG %2f "BA-15 R's Grade When Received Instruction on how prevent HIV/AIDS"
_column(132) byte SEDHIVSX %1f "BA-16 R's instruction on how prevent HIV/AIDS bef/aft 1st sex?"
_column(133) byte PLEDGE %1f "BA-17 R Ever Took Pledge to Remain a Virgin Until Marriage"
_column(134) byte EVEROPER %1f "BB-1 Ever had vasectomy or other male sterilizing operation"
_column(135) byte TYPEOPER %1f "BB-2 Type of sterilizing operation R had"
_column(136) byte STEROPER %1f "BB-3 R completely sterile from sterilizing operation"
_column(137) byte VASEC_M %2f "BB-4 Month R had vasectomy or other sterilizing operation"
_column(139) int VASEC_Y %4f "BB-4 Year R had vasectomy or other sterilizing operation"
_column(143) int CMVASEC %4f "CM for date of R's vasectomy or other male sterilizing operation"
_column(147) byte PLCSTROP %2f "BB-5 Place where vasectomy/other sterilizing operation was done"
_column(149) byte RVRSVAS %1f "BB-6 Ever had surgery to reverse vasectomy"
_column(150) byte VASREV_M %2f "BB-7 Month when R had vasectomy reversed"
_column(152) int VASREV_Y %4f "BB-7 Year when R had vasectomy reversed"
_column(156) int CMRVRS %4f "CM for date of R's vasectomy reversal"
_column(160) byte RSURGSTR %1f "Whether R is Surgically Sterile at Interview"
_column(161) byte FATHPOSS %1f "BB-8 Whether R is physically able to father a child"
_column(162) byte FATHDIFF %1f "BB-9 Whether R would have physical difficulty fathering a child"
_column(163) byte RSTRSTAT %1f "R's Sterility Status at Time of Interview"
_column(164) byte EVRCHIL %1f "BC-4 R ever had a biological child"
_column(165) byte EVRCHILN %2f "BC-5 # of biological children R has ever had"
_column(167) byte FATHER %1f "Whether R ever biologically fathered a child"
_column(168) byte LIFEPRT %1f "BC-6 # of female sex partners in lifetime"
_column(169) byte LIFEPRTS %1f "Number of female sex partners in lifetime"
_column(170) byte SXMON12 %1f "BC-7 Has R had sex in last 12 mos (if only 1 partner in life)"
_column(171) byte MON12PRT %1f "BC-8 # female sex partners in last 12 mos (if >1 in life)"
_column(172) byte MON12PRTS %1f "Number of female sex partners in last 12 months"
_column(173) byte SEXSTAT %1f "Summary of R's lifetime and recent sexual experience"
_column(174) int SEXFREQ %3f "BC-9 # times had sex with female in last 4 weeks"
_column(177) int CONFREQ %3f "BC-10 # times used condom when had sex with female in last 4 wks"
_column(180) byte P1RLTN1 %1f "BD-2 Ever married to last sex partner"
_column(181) byte P1CURRWIFE %1f "BD-3 Verifying if current wife = last sex partner"
_column(182) byte P1CURRSEP %1f "BD-4 Verifying if separated wife = last sex partner"
_column(183) byte P1RLTN2 %1f "BD-5 Ever cohabited with last sex partner"
_column(184) byte P1COHABIT %1f "BD-6 Verifying if current cohab partner = last sex partner"
_column(185) byte P1SXLAST_M %2f "BD-7 Month when R last sex with last sexual partner"
_column(187) int P1SXLAST_Y %4f "BD-8 Year when R last had sex with last sexual partner"
_column(191) int CMLSXP1 %4f "CM for date of last sex with last sexual partner"
_column(195) byte P2RLTN1 %1f "BD-10 Ever married to 2nd-to-last sex partner in past 12 mons"
_column(196) byte P2CURRWIFE %1f "BD-11 Verifying if curr wife=2nd-to-last sex partner, past 12 mos"
_column(197) byte P2CURRSEP %1f "BD-12 Verify separated wife=2nd-to-last sex partner, past 12 mos"
_column(198) byte P2RLTN2 %1f "BD-13 Ever lived with 2nd-to-last sex partner in past 12 mos"
_column(199) byte P2COHABIT %1f "BD-14 Verify curr cohab partner=2nd-to-last sex partner, < 12 mos"
_column(200) byte P2SXLAST_M %2f "BD-15 Month when R last sex with 2nd-to-last partner in last 12 mos"
_column(202) int P2SXLAST_Y %4f "BD-16 Yr R last had sex with 2nd-to-last partner in last 12 mos"
_column(206) int CMLSXP2 %4f "CM for date of last sex with 2nd-to-last partner in last 12 mos"
_column(210) byte P3RLTN1 %1f "BD-18 Ever married to 3rd-to-last sex partner in past 12 mons"
_column(211) byte P3CURRWIFE %1f "BD-19 Verifying if curr wife=3rd-to-last sex partner, past 12 mos"
_column(212) byte P3CURRSEP %1f "BD-20 Verify separated wife=3rd-to-last sex partner, past 12 mos"
_column(213) byte P3RLTN2 %1f "BD-21 Ever lived with 3rd-to-last sex partner in past 12 mos"
_column(214) byte P3COHABIT %1f "BD-22 Verify curr cohab partner=3rd-to-last sex partner, < 12 mos"
_column(215) byte P3SXLAST_M %2f "BD-23 Month when R last sex with 3rd-to-last partner in last 12 mos"
_column(217) int P3SXLAST_Y %4f "BD-24 Yr R last had sex with 3rd-to-last partner in last 12 mos"
_column(221) int CMLSXP3 %4f "CM for date of last sex with 3rd-to-last partner in last 12 mos"
_column(225) byte P1RELATION %1f "Relationship of R's most recent sex partner to R"
_column(226) byte P2RELATION %1f "Relationship of 2nd most recent sex partner in last 12 mos to R"
_column(227) byte P3RELATION %1f "Relationship of 3rd most recent sex partner in last 12 mos to R"
_column(228) byte FIRST %1f "BD-25 Verify if 1st sex partner = one of the recent sex partners"
_column(229) byte MARRDATE_M %2f "CA-2 Month of marriage to current wife"
_column(231) int MARRDATE_Y %4f "CA-2 Year of marriage to current wife"
_column(235) int CMCURMAR %4f "CM when current marriage began"
_column(239) byte HISAGEM %2f "CA-3 R's age when married - current wife"
_column(241) byte LIVTOGWF %1f "CA-4 Ever cohabited premaritally with current wife"
_column(242) byte STRTWFCP_M %2f "CA-5 Month 1st began living together w/ current W/P"
_column(244) int STRTWFCP_Y %4f "CA-5 Year 1st began living together w/ current W/P"
_column(248) int CMCURCOH %4f "CM when R began living with current wife or cohabiting partner"
_column(252) byte HISAGEC %2f "CA-6 R's age when began living together w/ current W/P"
_column(254) int CMSTRTWP %4f "CM current union began"
_column(258) byte ENGATHEN %1f "CA-7 Engaged when began living together w/ current W/P"
_column(259) byte WILLMARR %1f "CA-8 Chance R will marry current cohabiting partner"
_column(260) byte CWPDOB_M %2f "CB-1 Month when R's current W/P was born"
_column(262) int CWPDOB_Y %4f "CB-1 Year when R's current W/P was born"
_column(266) int CMCWPDOB %4f "CM for DOB of current wife/partner"
_column(270) byte CWPAGE %2f "CB-2 Current age of R's current W/P"
_column(272) byte CWPMULT %1f "Multiple races reported for current wife or cohabiting partner"
_column(273) byte CWPRACE %1f "RACE-recode-like variable for current wife or cohabiting partner"
_column(274) byte CWPHRACE %1f "HISPRACE-recode-like variable for current wife or cohabiting partner"
_column(275) byte CWPNRACE %1f "HISPRACE2-recode-like variable for current wife or cohabiting partner"
_column(276) byte CWPEDUCN %1f "CB-6 Highest level of education - current W/P"
_column(277) byte CWPBORN %1f "CB-7 Born outside U.S. - current W/P"
_column(278) byte CWPMARBF %1f "CB-8 Married before she married R - current W/P"
_column(279) byte CWPSX1WN_M %2f "CC-1 Month R first had sex with current W/P"
_column(281) int CWPSX1WN_Y %4f "CC-1 Year R first had had sex with current W/P"
_column(285) byte CWPSX1AG %2f "CC-2 R's age when 1st had sex with W/P"
_column(287) int CMFSXCWP %4f "CM of 1st sex with current wife/cohabiting partner"
_column(291) long AGEFSXCWP %5f "R's age at 1st sex with current wife/cohabiting partner"
_column(296) byte CWPSX1RL %2f "CC-3 Relationship to current W/P at time of 1st sex"
_column(298) byte CWPFUSE %1f "CC-4 Whether R or CWP used contraception at 1st sex"
_column(299) byte CWPFMET01 %2f "CC-5 Cont. method R or CWP used at 1st sex-1st mention"
_column(301) byte CWPFMET02 %2f "CC-5 Cont. method R or CWP used at 1st sex-2nd mention"
_column(303) byte CWPFMET03 %2f "CC-5 cont. method R or CWP used at 1st sex-3rd mention"
_column(305) byte CWPFMET04 %1f "CC-5 cont. method R or CWP used at 1st sex-4th mention"
_column(306) byte CWPOPSTR %1f "CD-1 Current W/P ever had sterilizing operation"
_column(307) byte CWPTYPOP1 %1f "CD-2 Type of sterilizing operation CWP had -1st mentioned"
_column(308) byte CWPTYPOP2 %1f "CD-2 Type of sterilizing operation CWP had -2nd mentioned"
_column(309) byte CWPTOTST %1f "CD-3 CWP completely sterile from sterilizing operation"
_column(310) byte CWPREVST %1f "CD-4 Current W/P ever had reversal of tubal sterilization"
_column(311) byte PSURGSTR %1f "Whether R's Current W/P is Surgically Sterile at Interview"
_column(312) byte CWPPOSS %1f "CD-5 Physically possible for current W/P to have a baby"
_column(313) byte CWPDIFF %1f "CD-6 Physically difficult for current W/P to have a baby"
_column(314) byte PSTRSTAT %1f "R's Current W/P's Sterility Status at Time of Interview"
_column(315) int CMLSXCWP %4f "CM date of last sex with current W/P"
_column(319) byte CWPLSXWN_M %2f "CE-2 Month of last sex with current wife/cohabiting partner (when last partner(s) not the CWP)"
_column(321) int CWPLSXWN_Y %4f "CE-2 Year of last sex with current wife/cohabiting partner (when last partner(s) not the CWP)"
_column(325) byte CWPLUSE %1f "CE-3 R or CWP use contra. method at last sex (exper. quest 1)"
_column(326) byte CWPLMET01 %2f "CE-4 method R or CWP used at last sex (experiment quest 1) -1st"
_column(328) byte CWPLMET02 %2f "CE-4 method R or CWP used at last sex (experiment quest 1) -2nd"
_column(330) byte CWPLUSE1 %1f "CE-5 R use method at last sex with CWP"
_column(331) byte CWPLMET14 %2f "CE-6 Method R used at last sex with CWP-1st"
_column(333) byte CWPLMET15 %2f "CE-6 Method R used at last sex with CWP-2nd"
_column(335) byte CWPLUSE2 %2f "CE-7 CWP use contra. method at last sex w/R?"
_column(337) byte DKCWPLUSE %1f "CE-7b (DK followup) Don't recall or never knew (whether CWP used method at last sex)?"
_column(338) int CWPLMET201 %3f "CE-8 Method CWP used at last sex with R -1st"
_column(341) byte CWPLMET202 %2f "CE-8 Method CWP used at last sex with R -2nd"
_column(343) byte CWPLMET203 %1f "CE-8 Method CWP used at last sex with R -3rd"
_column(344) byte DKCWPLMET %1f "CE-8b (DK followup) Don't recall or never knew (method CWP used at last sex)?"
_column(345) byte CWPLSXUSE %1f "Contraceptive use at last sex with current W/P"
_column(346) byte CWPRECBC %1f "CF-1 Last 12 mos R or CWP used any contraceptive method"
_column(347) byte CWPALLBC01 %2f "CF-2 Methods R or curr W/P used in last 12 mos-1st mentioned"
_column(349) byte CWPALLBC02 %2f "CF-2 Methods R or curr W/P used in last 12 mos-2nd mentioned"
_column(351) byte CWPALLBC03 %2f "CF-2 Methods R or curr W/P used in last 12 mos-3rd mentioned"
_column(353) byte CWPALLBC04 %2f "CF-2 Methods R or curr W/P used in last 12 mos-4th mentioned"
_column(355) byte CWPALLBC05 %2f "CF-2 Methods R or curr W/P used in last 12 mos-5th mentioned"
_column(357) byte CWPALLBC06 %2f "CF-2 Methods R or curr W/P used in last 12 mos-6th mentioned"
_column(359) byte CWPBCMST %2f "CF-3 Method R or current W/P used most often in last 12 months"
_column(361) int CONDFREQ %3f "CF-4 Percent of time R and CWP used a condom in last 12 mos"
_column(364) byte CWPNOFRQ %1f "CF-5 Freq of method use when R & CWP had sex in last 12 mos"
_column(365) byte CWPBIOKD %1f "CG-1 R and current W/P ever have a biological child together"
_column(366) byte CWPNUMKD %1f "CG-2 # biological children R and current W/P have had together"
_column(367) byte PARTFATH %1f "Whether R had biological child with current W/P"
_column(368) byte CWPCHSEX %1f "CG-5 Sex of bio child w/current W/P - 1st child"
_column(369) byte CWPCHDOB_M %2f "CG-6 Month of birth of bio child w/curr W/P - 1st child"
_column(371) int CWPCHDOB_Y %4f "CG-6 Year of birth of bio child w/curr W/P - 1st child"
_column(375) int CMCHDOB %4f "CM DOB for 1st biological child w/current W/P (section CG)"
_column(379) byte CWPCHMAR %1f "CG-8 Married to curr wife at time of the birth - 1st bio child"
_column(380) byte CWPCHRES %1f "CG-9 Living with curr W/P at time of the birth - 1st bio child"
_column(381) byte CWPCHLRN %1f "CG-10 When R found out curr W/P was pregnant - 1st bio child"
_column(382) byte CWPCHLIV1 %2f "CG-11 Where 1st bio child w/CWP usually lives now -1st ment"
_column(384) byte CWPCHLIV2 %1f "CG-11 Where 1st bio child w/CWP usually lives now -2nd ment"
_column(385) byte CWPCHAGE %1f "CG-12 Current age of 1st bio child w/current W/P"
_column(386) byte CWPCHLEG %1f "CG-13 Did R establish paternity - 1st child w/curr W/P"
_column(387) byte CWPCHHOP %1f "CG-14 Paternity established at hospital - 1st child w/curr W/P"
_column(388) byte CWPCHEVR %1f "CG-15 Did R ever live with 1st bio child w/curr W/P"
_column(389) long CWPCHFAR %5f "CG-16 How far away 1st bio child w/curr W/P lives now"
_column(394) byte CWPCHWNT %1f "CG-17 R wanted child before CWP got pregnant w/1st child"
_column(395) byte CWPCHSON %1f "CG-18 Pregnancy timing of 1st child w/current W/P"
_column(396) byte CWPCHHPY %2f "CG-19 R's happiness about pregnancy w/1st child w/curr W/P"
_column(398) byte CWPCHSEX2 %1f "CG-5 Sex of bio child w/current W/P - 2nd child"
_column(399) byte CWPCHDOB_M2 %2f "CG-6 Month of birth of bio child w/curr W/P - 2nd child"
_column(401) int CWPCHDOB_Y2 %4f "CG-6 Year of birth of bio child w/curr W/P - 2nd child"
_column(405) int CMCHDOB2 %4f "CM DOB for 2nd biological child w/current W/P (section CG)"
_column(409) byte MULTBIRT2 %1f "CG-7 Verifying if multiple birth - 2nd child w/curr W/P"
_column(410) byte CWPCHMAR2 %1f "CG-8 Married to curr wife at time of the birth - 2nd bio child"
_column(411) byte CWPCHRES2 %1f "CG-9 Living with curr W/P at time of the birth - 2nd bio child"
_column(412) byte CWPCHLRN2 %1f "CG-10 When R found out curr W/P was pregnant - 2nd bio child"
_column(413) byte CWPCHLIV10 %1f "CG-11 Where 2nd bio child w/CWP usually lives now -1st ment"
_column(414) byte CWPCHLIV11 %1f "CG-11 Where 2nd bio child w/CWP usually lives now -2nd ment"
_column(415) byte CWPCHAGE2 %1f "CG-12 Current age of 2nd bio child w/current W/P"
_column(416) byte CWPCHLEG2 %1f "CG-13 Did R establish paternity - 2nd child w/curr W/P"
_column(417) byte CWPCHHOP2 %1f "CG-14 Paternity established at hospital - 2nd child w/curr W/P"
_column(418) byte CWPCHEVR2 %1f "CG-15 Did R ever live with 2nd bio child w/curr W/P"
_column(419) long CWPCHFAR2 %5f "CG-16 How far away 2nd bio child w/curr W/P lives now"
_column(424) byte CWPCHWNT2 %1f "CG-17 R wanted child before CWP got pregnant w/2nd child"
_column(425) byte CWPCHSON2 %1f "CG-18 Pregnancy timing of 2nd child w/current W/P"
_column(426) byte CWPCHHPY2 %2f "CG-19 R's happiness about pregnancy w/2nd child w/curr W/P"
_column(428) byte CWPCHSEX3 %1f "CG-5 Sex of bio child w/current W/P - 3rd child"
_column(429) byte CWPCHDOB_M3 %2f "CG-6 Month of birth of bio child w/curr W/P - 3rd child"
_column(431) int CWPCHDOB_Y3 %4f "CG-6 Year of birth of bio child w/curr W/P - 3rd child"
_column(435) int CMCHDOB3 %4f "CM DOB for 3rd biological child w/current W/P (section CG)"
_column(439) byte MULTBIRT3 %1f "CG-7 Verifying if multiple birth - 3rd child w/curr W/P"
_column(440) byte CWPCHMAR3 %1f "CG-8 Married to curr wife at time of the birth - 3rd bio child"
_column(441) byte CWPCHRES3 %1f "CG-9 Living with curr W/P at time of the birth - 3rd bio child"
_column(442) byte CWPCHLRN3 %1f "CG-10 When R found out curr W/P was pregnant - 3rd bio child"
_column(443) byte CWPCHLIV19 %1f "CG-11 Where 3rd bio child w/CWP usually lives now -1st ment"
_column(444) byte CWPCHLIV20 %1f "CG-11 Where 3rd bio child w/CWP usually lives now -2nd ment"
_column(445) byte CWPCHAGE3 %1f "CG-12 Current age of 3rd bio child w/current W/P"
_column(446) byte CWPCHLEG3 %1f "CG-13 Did R establish paternity - 3rd child w/curr W/P"
_column(447) byte CWPCHHOP3 %1f "CG-14 Paternity established at hospital - 3rd child w/curr W/P"
_column(448) byte CWPCHEVR3 %1f "CG-15 Did R ever live with 3rd bio child w/curr W/P"
_column(449) long CWPCHFAR3 %5f "CG-16 How far away 3rd bio child w/curr W/P lives now"
_column(454) byte CWPCHWNT3 %1f "CG-17 R wanted child before CWP got pregnant w/3rd child"
_column(455) byte CWPCHSON3 %1f "CG-18 Pregnancy timing of 3rd child w/current W/P"
_column(456) byte CWPCHHPY3 %2f "CG-19 R's happiness about pregnancy w/3rd child w/curr W/P"
_column(458) byte CWPCHSEX4 %1f "CG-5 Sex of bio child w/current W/P - 4th child"
_column(459) byte CWPCHDOB_M4 %2f "CG-6 Month of birth of bio child w/curr W/P - 4th child"
_column(461) int CWPCHDOB_Y4 %4f "CG-6 Year of birth of bio child w/curr W/P - 4th child"
_column(465) int CMCHDOB4 %4f "CM DOB for 4th biological child w/current W/P (section CG)"
_column(469) byte MULTBIRT4 %1f "CG-7 Verifying if multiple birth - 4th child w/curr W/P"
_column(470) byte CWPCHMAR4 %1f "CG-8 Married to curr wife at time of the birth - 4th bio child"
_column(471) byte CWPCHRES4 %1f "CG-9 Living with curr W/P at time of the birth - 4th bio child"
_column(472) byte CWPCHLRN4 %1f "CG-10 When R found out curr W/P was pregnant - 4th bio child"
_column(473) byte CWPCHLIV28 %1f "CG-11 Where 4th bio child w/CWP usually lives now -1st ment"
_column(474) byte CWPCHLIV29 %1f "CG-11 Where 4th bio child w/CWP usually lives now -2nd ment"
_column(475) byte CWPCHAGE4 %1f "CG-12 Current age of 4th bio child w/current W/P"
_column(476) byte CWPCHLEG4 %1f "CG-13 Did R establish paternity - 4th child w/curr W/P"
_column(477) byte CWPCHHOP4 %1f "CG-14 Paternity established at hospital - 4th child w/curr W/P"
_column(478) byte CWPCHEVR4 %1f "CG-15 Did R ever live with 4th bio child w/curr W/P"
_column(479) long CWPCHFAR4 %5f "CG-16 How far away 4th bio child w/curr W/P lives now"
_column(484) byte CWPCHWNT4 %1f "CG-17 R wanted child before CWP got pregnant w/4th child"
_column(485) byte CWPCHSON4 %1f "CG-18 Pregnancy timing of 4th child w/current W/P"
_column(486) byte CWPCHHPY4 %2f "CG-19 R's happiness about pregnancy w/4th child w/curr W/P"
_column(488) byte CWPCHSEX5 %1f "CG-5 Sex of bio child w/current W/P - 5th child"
_column(489) byte CWPCHDOB_M5 %2f "CG-6 Month of birth of bio child w/curr W/P - 5th child"
_column(491) int CWPCHDOB_Y5 %4f "CG-6 Year of birth of bio child w/curr W/P - 5th child"
_column(495) int CMCHDOB5 %4f "DOB for 5th biological child w/current W/P (section CG)"
_column(499) byte MULTBIRT5 %1f "CG-7 Verifying if multiple birth - 5th child w/curr W/P"
_column(500) byte CWPCHMAR5 %1f "CG-8 Married to curr wife at time of the birth - 5th bio child"
_column(501) byte CWPCHRES5 %1f "CG-9 Living with curr W/P at time of the birth - 5th bio child"
_column(502) byte CWPCHLRN5 %1f "CG-10 When R found out curr W/P was pregnant - 5th bio child"
_column(503) byte CWPCHLIV37 %1f "CG-11 Where 5th bio child w/CWP usually lives now -1st ment"
_column(504) byte CWPCHLIV38 %1f "CG-11 Where 5th bio child w/CWP usually lives now -2nd ment"
_column(505) byte CWPCHAGE5 %1f "CG-12 Current age of 5th bio child w/current W/P"
_column(506) byte CWPCHLEG5 %1f "CG-13 Did R establish paternity - 5th child w/curr W/P"
_column(507) byte CWPCHHOP5 %1f "CG-14 Paternity established at hospital - 5th child w/curr W/P"
_column(508) byte CWPCHEVR5 %1f "CG-15 Did R ever live with 5th bio child w/curr W/P"
_column(509) long CWPCHFAR5 %5f "CG-16 How far away 5th bio child w/curr W/P lives now"
_column(514) byte CWPCHWNT5 %1f "CG-17 R wanted child before CWP got pregnant w/5th child"
_column(515) byte CWPCHSON5 %1f "CG-18 Pregnancy timing of 5th child w/current W/P"
_column(516) byte CWPCHHPY5 %2f "CG-19 R's happiness about pregnancy w/5th child w/curr W/P"
_column(518) byte CWPCHSEX6 %1f "CG-5 Sex of bio child w/current W/P - 6th child"
_column(519) byte CWPCHDOB_M6 %2f "CG-6 Month of birth of bio child w/curr W/P - 6th child"
_column(521) int CWPCHDOB_Y6 %4f "CG-6 Year of birth of bio child w/curr W/P - 6th child"
_column(525) int CMCHDOB6 %4f "DOB for 6th biological child w/current W/P (section CG)"
_column(529) byte MULTBIRT6 %1f "CG-7 Verifying if multiple birth - 6th child w/curr W/P"
_column(530) byte CWPCHMAR6 %1f "CG-8 Married to curr wife at time of the birth - 6th bio child"
_column(531) byte CWPCHRES6 %1f "CG-9 Living with curr W/P at time of the birth - 6th bio child"
_column(532) byte CWPCHLRN6 %1f "CG-10 When R found out curr W/P was pregnant - 6th bio child"
_column(533) byte CWPCHLIV46 %1f "CG-11 Where 6th bio child w/CWP usually lives now -1st ment"
_column(534) byte CWPCHLIV47 %1f "CG-11 Where 6th bio child w/CWP usually lives now -2nd ment"
_column(535) byte CWPCHAGE6 %1f "CG-12 Current age of 6th bio child w/current W/P"
_column(536) byte CWPCHLEG6 %1f "CG-13 Did R establish paternity - 6th child w/curr W/P"
_column(537) byte CWPCHHOP6 %1f "CG-14 Paternity established at hospital - 6th child w/curr W/P"
_column(538) byte CWPCHEVR6 %1f "CG-15 Did R ever live with 6th bio child w/curr W/P"
_column(539) long CWPCHFAR6 %5f "CG-16 How far away 6th bio child w/curr W/P lives now"
_column(544) byte CWPCHWNT6 %1f "CG-17 R wanted child before CWP got pregnant w/6th child"
_column(545) byte CWPCHSON6 %1f "CG-18 Pregnancy timing of 6th child w/current W/P"
_column(546) byte CWPCHHPY6 %2f "CG-19 R's happiness about pregnancy w/6th child w/curr W/P"
_column(548) byte CWPCHSEX7 %1f "CG-5 Sex of bio child w/current W/P - 7th child"
_column(549) byte CWPCHDOB_M7 %2f "CG-6 Month of birth of bio child w/curr W/P - 7th child"
_column(551) int CWPCHDOB_Y7 %4f "CG-6 Year of birth of bio child w/curr W/P - 7th child"
_column(555) int CMCHDOB7 %4f "DOB for 7th biological child w/current W/P (section CG)"
_column(559) byte MULTBIRT7 %1f "CG-7 Verifying if multiple birth - 7th child w/curr W/P"
_column(560) byte CWPCHMAR7 %1f "CG-8 Married to curr wife at time of the birth - 7th bio child"
_column(561) byte CWPCHRES7 %1f "CG-9 Living with curr W/P at time of the birth - 7th bio child"
_column(562) byte CWPCHLRN7 %1f "CG-10 When R found out curr W/P was pregnant - 7th bio child"
_column(563) byte CWPCHLIV55 %1f "CG-11 Where 7th bio child w/CWP usually lives now -1st ment"
_column(564) byte CWPCHLIV56 %1f "CG-11 Where 7th bio child w/CWP usually lives now -2nd ment"
_column(565) byte CWPCHAGE7 %1f "CG-12 Current age of 7th bio child w/current W/P"
_column(566) byte CWPCHLEG7 %1f "CG-13 Did R establish paternity - 7th child w/curr W/P"
_column(567) byte CWPCHHOP7 %1f "CG-14 Paternity established at hospital - 7th child w/curr W/P"
_column(568) byte CWPCHEVR7 %1f "CG-15 Did R ever live with 7th bio child w/curr W/P"
_column(569) long CWPCHFAR7 %5f "CG-16 How far away 7th bio child w/curr W/P lives now"
_column(574) byte CWPCHWNT7 %1f "CG-17 R wanted child before CWP got pregnant w/7th child"
_column(575) byte CWPCHSON7 %1f "CG-18 Pregnancy timing of 7th child w/current W/P"
_column(576) byte CWPCHHPY7 %2f "CG-19 R's happiness about pregnancy w/7th child w/curr W/P"
_column(578) byte CWPCHSEX8 %1f "CG-5 Sex of bio child w/current W/P - 8th child"
_column(579) byte CWPCHDOB_M8 %2f "CG-6 Month of birth of bio child w/curr W/P - 8th child"
_column(581) int CWPCHDOB_Y8 %4f "CG-6 Year of birth of bio child w/curr W/P - 8th child"
_column(585) int CMCHDOB8 %4f "DOB for 8th biological child w/current W/P (section CG)"
_column(589) byte MULTBIRT8 %1f "CG-7 Verifying if multiple birth - 8th child w/curr W/P"
_column(590) byte CWPCHMAR8 %1f "CG-8 Married to curr wife at time of the birth - 8th bio child"
_column(591) byte CWPCHRES8 %1f "CG-9 Living with curr W/P at time of the birth - 8th bio child"
_column(592) byte CWPCHLRN8 %1f "CG-10 When R found out curr W/P was pregnant - 8th bio child"
_column(593) byte CWPCHLIV64 %1f "CG-11 Where 8th bio child w/CWP usually lives now -1st ment"
_column(594) byte CWPCHLIV65 %1f "CG-11 Where 8th bio child w/CWP usually lives now -2nd ment"
_column(595) byte CWPCHAGE8 %1f "CG-12 Current age of 8th bio child w/current W/P"
_column(596) byte CWPCHLEG8 %1f "CG-13 Did R establish paternity - 8th child w/curr W/P"
_column(597) byte CWPCHHOP8 %1f "CG-14 Paternity established at hospital - 8th child w/curr W/P"
_column(598) byte CWPCHEVR8 %1f "CG-15 Did R ever live with 8th bio child w/curr W/P"
_column(599) long CWPCHFAR8 %5f "CG-16 How far away 8th bio child w/curr W/P lives now"
_column(604) byte CWPCHWNT8 %1f "CG-17 R wanted child before CWP got pregnant w/8th child"
_column(605) byte CWPCHSON8 %1f "CG-18 Pregnancy timing of 8th child w/current W/P"
_column(606) byte CWPCHHPY8 %1f "CG-19 R's happiness about pregnancy w/8th child w/curr W/P"
_column(607) byte CWPPRGNW %1f "CH-1 Current W/P is pregnant with R's child now"
_column(608) byte CWPTRYPG %1f "CH-2 R and CWP currently trying to get pregnant"
_column(609) int CWPTRYLG %3f "CH-3 How long R and CWP trying to get pregnant"
_column(612) byte CWPCPWNT %1f "CH-4 Did R want a child before curr W/P became pregnant (curr preg)"
_column(613) byte CWPCPSON %1f "CH-5 Pregnancy timing - current pregnancy w/CWP"
_column(614) byte CWPCPHPY %2f "CH-6 Happiness about current pregnancy w/CWP"
_column(616) byte CWPOTKID %1f "CI-1 CWP had any other children when R began living w/her"
_column(617) byte CWPOKNUM %2f "CI-2 # of other children CWP had when R began living w/her"
_column(619) byte CWPOKAD %1f "CI-3 Did R legally adopt any of CWP's other children"
_column(620) byte CWPOKADN %1f "CI-4 # of CWP's other children R legally adopted"
_column(621) byte CWPOKWTH %1f "CI-2a Did any of these other children live with R?"
_column(622) byte CWPOKWTHN %1f "CI-2b # of other children who lived with R"
_column(623) byte CWPOKSEX %1f "CI-6 Sex of CWP's child R [adopted/lived with] - 1st child"
_column(624) byte CWPOKAD2 %1f "CI-6a Did R legally adopt/become legal guardian of CWP's child - 1st child"
_column(625) byte CWPOKTRY %1f "CI_6b Is R trying to adopt CWP's child - 1st child"
_column(626) byte CWPOKTHR %1f "CI_6c Is R trying to adopt/become legal guardian of CWP's child - 1st child"
_column(627) byte CWPOKLIV1 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-1st child, 1st ment"
_column(628) byte CWPOKLIV2 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-1st child, 2nd ment"
_column(629) byte CWPOKLIV3 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-1st child, 3rd ment"
_column(630) long CWPOKFAR %5f "CI-8 How far away CWP's child R [adopted/lived with] lives now - 1st child"
_column(635) byte CWPOKAGE %2f "CI-9 Current age of CWP's child R [adopted/lived with] - 1st child"
_column(637) byte CWPOKSEX2 %1f "CI-6 Sex of CWP's child R [adopted/lived with] - 2nd child"
_column(638) byte CWPOKAD3 %1f "CI-6a Did R legally adopt/become legal guardian of CWP's child - 2nd child"
_column(639) byte CWPOKTRY2 %1f "CI_6b Is R trying to adopt CWP's child - 2nd child"
_column(640) byte CWPOKTHR2 %1f "CI_6c Is R trying to adopt/become legal guardian of CWP's child - 2nd child"
_column(641) byte CWPOKLIV8 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-2nd child, 1st ment"
_column(642) byte CWPOKLIV9 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-2nd child, 2nd ment"
_column(643) byte CWPOKLIV10 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-2nd child, 3rd ment"
_column(644) long CWPOKFAR2 %5f "CI-8 How far away CWP's child R [adopted/lived with] lives now - 2nd child"
_column(649) byte CWPOKAGE2 %2f "CI-9 Current age of CWP's child R [adopted/lived with] - 2nd child"
_column(651) byte CWPOKSEX3 %1f "CI-6 Sex of CWP's child R [adopted/lived with] - 3rd child"
_column(652) byte CWPOKAD4 %1f "CI-6a Did R legally adopt/become legal guardian of CWP's child - 3rd child"
_column(653) byte CWPOKTRY3 %1f "CI_6b Is R trying to adopt CWP's child - 3rd child"
_column(654) byte CWPOKTHR3 %1f "CI_6c Is R trying to adopt/become legal guardian of CWP's child - 3rd child"
_column(655) byte CWPOKLIV15 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-3rd child, 1st ment"
_column(656) byte CWPOKLIV16 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-3rd child, 2nd ment"
_column(657) byte CWPOKLIV17 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-3rd child, 3rd ment"
_column(658) int CWPOKFAR3 %5f "CI-8 How far away CWP's child R [adopted/lived with] lives now - 3rd child"
_column(663) byte CWPOKAGE3 %2f "CI-9 Current age of CWP's child R [adopted/lived with] - 3rd child"
_column(665) byte CWPOKSEX4 %1f "CI-6 Sex of CWP's child R [adopted/lived with] - 4th child"
_column(666) byte CWPOKAD5 %1f "CI-6a Did R legally adopt/become legal guardian of CWP's child - 4th child"
_column(667) byte CWPOKTRY4 %1f "CI_6b Is R trying to adopt CWP's child - 4th child"
_column(668) byte CWPOKTHR4 %1f "CI_6c Is R trying to adopt/become legal guardian of CWP's child - 4th child"
_column(669) byte CWPOKLIV22 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-4th child, 1st ment"
_column(670) byte CWPOKLIV23 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-4th child, 2nd ment"
_column(671) byte CWPOKLIV24 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-4th child, 3rd ment"
_column(672) int CWPOKFAR4 %3f "CI-8 How far away CWP's child R [adopted/lived with] lives now - 4th child"
_column(675) byte CWPOKAGE4 %2f "CI-9 Current age of CWP's child R [adopted/lived with] - 4th child"
_column(677) byte CWPOKSEX5 %1f "CI-6 Sex of CWP's child R [adopted/lived with] - 5th child"
_column(678) byte CWPOKAD6 %1f "CI-6a Did R legally adopt/become legal guardian of CWP's child - 5th child"
_column(679) byte CWPOKTRY5 %1f "CI_6b Is R trying to adopt CWP's child - 5th child"
_column(680) byte CWPOKTHR5 %1f "CI_6c Is R trying to adopt/become legal guardian of CWP's child - 5th child"
_column(681) byte CWPOKLIV29 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-5th child, 1st ment"
_column(682) byte CWPOKLIV30 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-5th child, 2nd ment"
_column(683) byte CWPOKLIV31 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-5th child, 3rd ment"
_column(684) byte CWPOKFAR5 %2f "CI-8 How far away CWP's child R [adopted/lived with] lives now - 5th child"
_column(686) byte CWPOKAGE5 %2f "CI-9 Current age of CWP's child R [adopted/lived with] - 5th child"
_column(688) byte CWPOKSEX6 %1f "CI-6 Sex of CWP's child R [adopted/lived with] - 6th child"
_column(689) byte CWPOKAD7 %1f "CI-6a Did R legally adopt/become legal guardian of CWP's child - 6th child"
_column(690) byte CWPOKTRY6 %1f "CI_6b Is R trying to adopt CWP's child - 6th child"
_column(691) byte CWPOKTHR6 %1f "CI_6c Is R trying to adopt/become legal guardian of CWP's child - 6th child"
_column(692) byte CWPOKLIV36 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-6th child, 1st ment"
_column(693) byte CWPOKLIV37 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-6th child, 2nd ment"
_column(694) byte CWPOKLIV38 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-6th child, 3rd ment"
_column(695) byte CWPOKFAR6 %2f "CI-8 How far away CWP's child R [adopted/lived with] lives now - 6th child"
_column(697) byte CWPOKAGE6 %2f "CI-9 Current age of CWP's child R [adopted/lived with] - 6th child"
_column(699) byte CWPOKSEX7 %1f "CI-6 Sex of CWP's child R [adopted/lived with] - 7th child"
_column(700) byte CWPOKAD8 %1f "CI-6a Did R legally adopt/become legal guardian of CWP's child - 7th child"
_column(701) byte CWPOKTRY7 %1f "CI_6b Is R trying to adopt CWP's child - 7th child"
_column(702) byte CWPOKTHR7 %1f "CI_6c Is R trying to adopt/become legal guardian of CWP's child - 7th child"
_column(703) byte CWPOKLIV43 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-7th child, 1st ment"
_column(704) byte CWPOKLIV44 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-7th child, 2nd ment"
_column(705) byte CWPOKLIV45 %1f "CI-7 Where CWP's child who R [adopted/lived with] lives now-7th child, 3rd ment"
_column(706) byte CWPOKFAR7 %1f "CI-8 How far away CWP's child R [adopted/lived with] lives now - 7th child"
_column(707) byte CWPOKAGE7 %2f "CI-9 Current age of CWP's child R [adopted/lived with] - 7th"
_column(709) byte C_OKAKIDS %1f "Number of CWP's other children that R adopted"
_column(710) byte CWPNBEVR %1f "CJ-1 R and CWP ever had any other nonbio children under care"
_column(711) byte CWPNBNUM %2f "CJ-2 # other nonbio children under R and CWP's care"
_column(713) byte CWPNBREL %1f "CJ-3 Any of these nonbio children related by blood/marriage"
_column(714) byte CWPNBRL %1f "CJ-4 # of these nonbio children related by blood/marriage"
_column(715) byte CWPNBFOS %1f "CJ-5 Any of these nonbio children placed in R's home by soc svcs"
_column(716) byte CWPNBFS %2f "CJ-6 # of nonbio children placed in R's home by soc svcs"
_column(718) byte CWPNBAD %1f "CJ-7 R adopted any of these other nonbio children"
_column(719) byte CWPNBADN %1f "CJ-8 # of other nonbio children R adopted"
_column(720) byte CWPNBREL2 %1f "CJ-3 Was this other nonbio child related by blood/marriage - 1st child"
_column(721) byte CWPNBFOS2 %1f "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 1st child"
_column(722) byte CWPNBAD2 %1f "CJ-7 R adopted/became legal guardian of this other nonbio child - 1st child"
_column(723) byte CWPNBTRY %1f "CJ-7a Is R trying to adopt this other nonbio child - 1st child"
_column(724) byte CWPNBTHR %1f "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 1st child"
_column(725) byte CWPNBSEX %1f "CJ-10 Sex of other nonbio child R adopted/lived with - 1st child"
_column(726) byte CWPNBLIV1 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-1st child, 1st ment"
_column(727) byte CWPNBLIV2 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-1st child, 2nd ment"
_column(728) long CWPNBFAR %5f "CJ-12 How far away other nonbio child R adopted/lived with lives now-1st child"
_column(733) byte CWPNBAGE %2f "CJ-13 Current age of other nonbio child R adopted/lived with - 1st child"
_column(735) byte CWPNBREL3 %1f "CJ-3 Was this other nonbio child related by blood/marriage - 2nd child"
_column(736) byte CWPNBFOS3 %1f "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 2nd child"
_column(737) byte CWPNBAD3 %1f "CJ-7 R adopted/became legal guardian of this other nonbio child - 2nd child"
_column(738) byte CWPNBTRY2 %1f "CJ-7a Is R trying to adopt this other nonbio child - 2nd child"
_column(739) byte CWPNBTHR2 %1f "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 2nd child"
_column(740) byte CWPNBSEX2 %1f "CJ-10 Sex of other nonbio child R adopted/lived with - 2nd child"
_column(741) byte CWPNBLIV8 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-2nd child, 1st ment"
_column(742) byte CWPNBLIV9 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-2nd child, 2nd ment"
_column(743) long CWPNBFAR2 %5f "CJ-12 How far away other nonbio child R adopted/lived with lives now-2nd child"
_column(748) byte CWPNBAGE2 %2f "CJ-13 Current age of other nonbio child R adopted/lived with - 2nd child"
_column(750) byte CWPNBREL4 %1f "CJ-3 Was this other nonbio child related by blood/marriage - 3rd child"
_column(751) byte CWPNBFOS4 %1f "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 3rd child"
_column(752) byte CWPNBAD4 %1f "CJ-7 R adopted/became legal guardian of this other nonbio child - 3rd child"
_column(753) byte CWPNBTRY3 %1f "CJ-7a Is R trying to adopt this other nonbio child - 3rd child"
_column(754) byte CWPNBTHR3 %1f "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 3rd child"
_column(755) byte CWPNBSEX3 %1f "CJ-10 Sex of other nonbio child R adopted/lived with - 3rd child"
_column(756) byte CWPNBLIV15 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-3rd child, 1st ment"
_column(757) byte CWPNBLIV16 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-3rd child, 2nd ment"
_column(758) long CWPNBFAR3 %5f "CJ-12 How far away other nonbio child R adopted/lived with lives now - 3rd child"
_column(763) byte CWPNBAGE3 %2f "CJ-13 Current age of other nonbio child R adopted/lived with - 3rd child"
_column(765) byte CWPNBREL5 %1f "CJ-3 Was this other nonbio child related by blood/marriage - 4th child"
_column(766) byte CWPNBFOS5 %1f "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 4th child"
_column(767) byte CWPNBAD5 %1f "CJ-7 R adopted/became legal guardian of this other nonbio child - 4th child"
_column(768) byte CWPNBTRY4 %1f "CJ-7a Is R trying to adopt this other nonbio child - 4th child"
_column(769) byte CWPNBTHR4 %1f "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 4th child"
_column(770) byte CWPNBSEX4 %1f "CJ-10 Sex of other nonbio child R adopted/lived with - 4th child"
_column(771) byte CWPNBLIV22 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-4th child, 1st ment"
_column(772) byte CWPNBLIV23 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-4th child, 2nd ment"
_column(773) long CWPNBFAR4 %5f "CJ-12 How far away other nonbio child R adopted/lived with lives now-4th child"
_column(778) byte CWPNBAGE4 %2f "CJ-13 Current age of other nonbio child R adopted/lived with - 4th child"
_column(780) byte CWPNBREL6 %1f "CJ-3 Was this other nonbio child related by blood/marriage - 5th child"
_column(781) byte CWPNBFOS6 %1f "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 5th child"
_column(782) byte CWPNBAD6 %1f "CJ-7 R adopted/became legal guardian of this other nonbio child - 5th child"
_column(783) byte CWPNBTRY5 %1f "CJ-7a Is R trying to adopt this other nonbio child - 5th child"
_column(784) byte CWPNBTHR5 %1f "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 5th child"
_column(785) byte CWPNBSEX5 %1f "CJ-10 Sex of other nonbio child R adopted/lived with - 5th child"
_column(786) byte CWPNBLIV29 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-5th child, 1st ment"
_column(787) byte CWPNBLIV30 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-5th child, 2nd ment"
_column(788) long CWPNBFAR5 %5f "CJ-12 How far away other nonbio child R adopted/lived with lives now-5th child"
_column(793) byte CWPNBAGE5 %2f "CJ-13 Current age of other nonbio child R adopted/lived with - 5th child"
_column(795) byte CWPNBREL7 %1f "CJ-3 Was this other nonbio child related by blood/marriage - 6th child"
_column(796) byte CWPNBFOS7 %1f "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 6th child"
_column(797) byte CWPNBAD7 %1f "CJ-7 R adopted/became legal guardian of this other nonbio child - 6th child"
_column(798) byte CWPNBTRY6 %1f "CJ-7a Is R trying to adopt this other nonbio child - 6th child"
_column(799) byte CWPNBTHR6 %1f "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 6th child"
_column(800) byte CWPNBSEX6 %1f "CJ-10 Sex of other nonbio child R adopted/lived with - 6th child"
_column(801) byte CWPNBLIV36 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-6th child, 1st ment"
_column(802) byte CWPNBLIV37 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-6th child, 2nd ment"
_column(803) long CWPNBFAR6 %5f "CJ-12 How far away other nonbio child R adopted/lived with lives now-6th child"
_column(808) byte CWPNBAGE6 %2f "CJ-13 Current age of other nonbio child R adopted/lived with - 6th child"
_column(810) byte CWPNBREL8 %1f "CJ-3 Was this other nonbio child related by blood/marriage - 7th child"
_column(811) byte CWPNBFOS8 %1f "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 7th child"
_column(812) byte CWPNBAD8 %1f "CJ-7 R adopted/became legal guardian of this other nonbio child - 7th child"
_column(813) byte CWPNBTRY7 %1f "CJ-7a Is R trying to adopt this other nonbio child - 7th child"
_column(814) byte CWPNBTHR7 %1f "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 7th child"
_column(815) byte CWPNBSEX7 %1f "CJ-10 Sex of other nonbio child R adopted/lived with - 7th child"
_column(816) byte CWPNBLIV43 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-7th child, 1st ment"
_column(817) byte CWPNBLIV44 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-7th child, 2nd ment"
_column(818) int CWPNBFAR7 %3f "CJ-12 How far away other nonbio child R adopted/lived with lives now-7th child"
_column(821) byte CWPNBAGE7 %2f "CJ-13 Current age of other nonbio child R adopted/lived with - 7th child"
_column(823) byte CWPNBREL9 %1f "CJ-3 Was this other nonbio child related by blood/marriage - 8th child"
_column(824) byte CWPNBFOS9 %1f "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 8th child"
_column(825) byte CWPNBAD9 %1f "CJ-7 R adopted/became legal guardian of this other nonbio child - 8th child"
_column(826) byte CWPNBTRY8 %1f "CJ-7a Is R trying to adopt this other nonbio child - 8th child"
_column(827) byte CWPNBTHR8 %1f "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 8th child"
_column(828) byte CWPNBSEX8 %1f "CJ-10 Sex of other nonbio child R adopted/lived with - 8th child"
_column(829) byte CWPNBLIV50 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-8th child, 1st ment"
_column(830) byte CWPNBLIV51 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-8th child, 2nd ment"
_column(831) int CWPNBFAR8 %3f "CJ-12 How far away other nonbio child R adopted/lived with lives now-8th child"
_column(834) byte CWPNBAGE8 %2f "CJ-13 Current age of other nonbio child R adopted/lived with - 8th child"
_column(836) byte CWPNBREL10 %1f "CJ-3 Was this other nonbio child related by blood/marriage - 9th child"
_column(837) byte CWPNBFOS10 %1f "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 9th child"
_column(838) byte CWPNBAD10 %1f "CJ-7 R adopted/became legal guardian of this other nonbio child - 9th child"
_column(839) byte CWPNBTRY9 %1f "CJ-7a Is R trying to adopt this other nonbio child - 9th child"
_column(840) byte CWPNBTHR9 %1f "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 9th child"
_column(841) byte CWPNBSEX9 %1f "CJ-10 Sex of other nonbio child R adopted/lived with - 9th child"
_column(842) byte CWPNBLIV57 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-9th child, 1st ment"
_column(843) byte CWPNBLIV58 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-9th child, 2nd ment"
_column(844) long CWPNBFAR9 %5f "CJ-12 How far away other nonbio child R adopted/lived with lives now-9th child"
_column(849) byte CWPNBAGE9 %2f "CJ-13 Current age of other nonbio child R adopted/lived with - 9th child"
_column(851) byte CWPNBREL11 %1f "CJ-3 Was this other nonbio child related by blood/marriage - 10th child"
_column(852) byte CWPNBFOS11 %1f "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 10th child"
_column(853) byte CWPNBAD11 %1f "CJ-7 R adopted/became legal guardian of this other nonbio child - 10th child"
_column(854) byte CWPNBTRY10 %1f "CJ-7a Is R trying to adopt this other nonbio child - 10th child"
_column(855) byte CWPNBTHR10 %1f "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 10th child"
_column(856) byte CWPNBSEX10 %1f "CJ-10 Sex of other nonbio child R adopted/lived with - 10th child"
_column(857) byte CWPNBLIV64 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-10th child, 1st ment"
_column(858) byte CWPNBLIV65 %1f "CJ-11 Where other nonbio child who R adopted/lived with lives now-10th child, 2nd ment"
_column(859) long CWPNBFAR10 %5f "CJ-12 How far away other nonbio child R adopted/lived with lives now-10th child"
_column(864) byte CWPNBAGE10 %2f "CJ-13 Current age of other nonbio child R adopted/lived with - 10th child"
_column(866) byte C_NBAKIDS %1f "Number of other nonbiological children R adopted with CWP"
_column(867) byte MARDATEN_M %2f "DB-1m Month of marriage to former wife (most recent partner)"
_column(869) int MARDATEN_Y %4f "DB-1y Year of marriage to former wife (most recent partner)"
_column(873) int CMMARP %4f "CM of marriage to former wife (most recent partner)"
_column(877) byte AGEMARR %2f "DB-2 Age at marriage to former wife (most recent partner)"
_column(879) byte LIVTOGN %1f "DB-3 Cohabited premaritally w/former wife (most recent partner)"
_column(880) byte STRTLIVE_M %2f "DB-4m Month began cohab with former W/P (most recent partner)"
_column(882) int STRTLIVE_Y %4f "DB-4y Year began cohab with former W/P (most recent partner)"
_column(886) int CMCOHP %4f "CM began cohab with former W/P (most recent partner)"
_column(890) byte AGELIV %2f "DB-5 Age when began cohab with former W/P (most recent partner)"
_column(892) int CMUNIONP %4f "CM of beginning of cohab or marriage (if no cohab) with former W/P (most recent partner)"
_column(896) byte ENGAGTHN %1f "DB-6 Engaged when began cohab w/former W/P (most recent partner)"
_column(897) byte MARREND %1f "DB-7 How did marriage end w/former wife (most recent partner)"
_column(898) byte WIFEDIED_M %1f "DB-8m Month fomer wife died (most recent partner)"
_column(899) int WIFEDIED_Y %4f "DB-8y Year former wife died (most recent partner)"
_column(903) int CMWIDP %4f "CM when former wife died (most recent partner)"
_column(907) byte DIVORFIN_M %2f "DB-9m Month divorce from former wife was finalized (most recent partner)"
_column(909) int DIVORFIN_Y %4f "DB-9y Year divorce from former wife was finalized (most recent partner)"
_column(913) int CMDIVP %4f "CM when divorce from former wife was finalized (most recent partner)"
_column(917) byte ANNULLED_M %1f "DB-10m Month marriage with former wife was annulled (most recent partner)"
_column(918) int ANNULLED_Y %4f "DB-10y Year marriage with former wife was annulled (most recent partner)"
_column(922) int CMANNP %4f "CM when marriage with former wife was annulled (most recent partner)"
_column(926) byte STOPLIVE_M %2f "DB-11m Month last lived with former W/P (most recent partner)"
_column(928) int STOPLIVE_Y %4f "DB-11y Year last lived with former W/P (most recent partner)"
_column(932) int CMSTOPP %4f "CM last lived with former W/P (most recent partner)"
_column(936) byte CURRPRTS %1f "# of current nonmarital/noncohabiting partners"
_column(937) byte PXCURR %1f "DC-1 Does R consider her a current sexual partner (most recent partner)"
_column(938) byte P1CURRPRT %1f "Whether R considers her a current sexual partner (most recent partner)"
_column(939) byte PXMARRY %1f "DC-2 Chance will marry each other (most recent partner)"
_column(940) byte PXLUSE %1f "DD-3 R or P use contracep at last sex (exper. quest 1) (most recent partner)"
_column(941) byte PXLMETH01 %2f "DD-4 method R or P used last sex (exper quest 1) -1st (most recent partner)"
_column(943) byte PXLMETH02 %2f "DD-4 method R or P used last sex (exper quest 1) -2nd (most recent partner)"
_column(945) byte PXLMETH03 %1f "DD-4 method R or P used last sex (exper quest 1) -3rd (most recent partner)"
_column(946) byte PXLMETH04 %1f "DD-4 method R or P used last sex (exper quest 1) -4th (most recent partner)"
_column(947) byte PXLRUSE %1f "DD-5 R use method at last sex w/P (most recent partner)"
_column(948) byte PXLRMETH1 %2f "DD-6 Method R used, last sex w/P -1st (most recent partner)"
_column(950) byte PXLRMETH2 %2f "DD-6 Method R used, last sex w/P -2nd (most recent partner)"
_column(952) byte PXLRMETH3 %2f "DD-6 Method R used, last sex w/P -3rd (most recent partner)"
_column(954) byte PXLPUSE %2f "DD-7 P used a method at last sex w/R (most recent partner)"
_column(956) byte DKPXLPUSE %1f "DD-7b (DK followup) Don't recall or never knew (whether most recent P used method at last sex)?"
_column(957) int PXLPMETH01 %3f "DD-8 Method P used, last sex w/R -1st (most recent partner)"
_column(960) byte PXLPMETH02 %2f "DD-8 Method P used, last sex w/R -2nd (most recent partner)"
_column(962) byte PXLPMETH03 %2f "DD-8 Method P used, last sex w/R -3rd (most recent partner)"
_column(964) byte PXLPMETH04 %1f "DD-8 Method P used, last sex w/R -4th (most recent partner)"
_column(965) byte DKPXLPMETH %1f "DD-8b (DK followup) Don't recall or never knew (method most recent P used at last sex)?"
_column(966) byte LSXUSEP %1f "Method used at last sex (most recent partner)"
_column(967) byte MTONCEP %1f "Whether had sex with most recent partner more than once"
_column(968) byte PXLSXPRB %1f "DD-9 Could P have used method at last sex & R not know (most recent partner)"
_column(969) byte PXMTONCE %1f "DD-10 Did R have sex more than once with most recent partner"
_column(970) byte PXPAGE %2f "DD-11 Age of partner at last sex with R (most recent partner)"
_column(972) byte PXRELAGE %1f "DD-12 P older/younger/same age as R at last sex (most recent partner)"
_column(973) byte PXRELYRS %1f "DD-13 # of years age diff btwn R & P at last sex (most recent partner)"
_column(974) byte PXFRLTN1 %2f "DD-14 Rel'p with partner at last (or only) sex (most recent partner)"
_column(976) byte P1YMULT1 %1f "Multiple races reported for most recent partner"
_column(977) byte P1YRACE1 %1f "RACE-recode-like variable for most recent partner"
_column(978) byte P1YHRACE1 %1f "HISPRACE-recode-like variable for most recent partner"
_column(979) byte P1YNRACE1 %1f "HISPRACE2-recode-like variable for most recent partner"
_column(980) byte PXDOB_M %2f "DE-1 Month former W/P was born (most recent partner)"
_column(982) int PXDOB_Y %4f "DE-1 Year former W/P was born (most recent partner)"
_column(986) int CMDOBP %4f "CM for DOB of former W/P (most recent partner)"
_column(990) byte PXEDUC %1f "DE-2 Education level of most recent partner"
_column(991) byte PXMARBF %1f "DE-3 Partner ever been married before (most recent partner)"
_column(992) byte PXANYCH %1f "DE-4 Partner had any children when rel'p began (most recent partner)"
_column(993) byte PXANYCHN %2f "DE-5 # of chldrn (bio/adop/fos) partner had whn rel'p began (last p)"
_column(995) byte PXABLECH %1f "DE-6 Physically possible for partner to have baby (most recent partner)"
_column(996) byte PXSXFRST_M %2f "DF-1 Month of 1st sex with partner (most recent partner)"
_column(998) int PXSXFRST_Y %4f "DF-1 Year of 1st sex with partner (most recent partner)"
_column(1002) int CMFSXP %4f "CM of first sex with most recent partner"
_column(1006) int AGEFSXP %4f "Age at first sex with most recent partner"
_column(1010) byte PXAGFRST %2f "DF-2 R's age at 1st sex with most recent partner"
_column(1012) byte PXFRLTN2 %2f "DF-3 Relationship with partner at first sex (most recent partner)"
_column(1014) byte PXFUSE %1f "DF-4 Did R or partner use a method at first sex (most recent partner)"
_column(1015) byte PXFMETH01 %2f "DF-5 Method R or partner used at first sex - 1st (most recent partner)"
_column(1017) byte PXFMETH02 %2f "DF-5 Method R or partner used at first sex - 2nd (most recent partner)"
_column(1019) byte PXFMETH03 %2f "DF-5 Method R or partner used at first sex - 3rd (most recent partner)"
_column(1021) byte PXFMETH04 %2f "DF-5 Method R or partner used at first sex - 4th (most recent partner)"
_column(1023) byte PXANYUSE %1f "DG-1 Last 12 mos: R & partner used any method (most recent partner)"
_column(1024) byte PXMETHOD01 %2f "DG-2 Last 12 mos: Methods used by R & most recent partner - 1st (most recent partner)"
_column(1026) byte PXMETHOD02 %2f "DG-2 Last 12 mos: Methods used by R & partner - 2nd (most recent partner)"
_column(1028) byte PXMETHOD03 %2f "DG-2 Last 12 mos: Methods used by R & partner - 3rd (most recent partner)"
_column(1030) byte PXMETHOD04 %2f "DG-2 Last 12 mos: Methods used by R & partner - 4th (most recent partner)"
_column(1032) byte PXMSTUSE %2f "DG-3 Last 12 mos: method most often used by R & most recent partner"
_column(1034) int PXCONFRQ %3f "DG-4 Last 12 mos: percent of time R & P used condom (most recent partner)"
_column(1037) byte PXNOFREQ %1f "DG-5 Last 12 mos: how often R & P used any method (most recent partner)"
_column(1038) byte PXCHILD %1f "DH-1 R and partner ever have a biological child together (most recent partner)"
_column(1039) byte PXCHILDN %1f "DH-2 # bio children R and partner have had together (most recent partner)"
_column(1040) byte PXCXSEX %1f "DH-5 Sex of bio child with most recent partner - 1st child"
_column(1041) byte PXCXBORN_M %2f "DH-6 Month of birth of bio child with most recent partner - 1st child"
_column(1043) int PXCXBORN_Y %4f "DH-6 Year of birth of bio child with most recent partner - 1st child"
_column(1047) int CMCHDOB11 %4f "CM DOB for 1st child w/most recent partner"
_column(1051) byte MULTBIRT11 %1f "DH-7 Verifying if multiple birth - 1st child with most recent partner"
_column(1052) byte PXCXMARB %1f "DH-8 Married to most recent partner at time of the birth -1st bio child"
_column(1053) byte PXCXRES %1f "DH-9 Living with most recent partner at time of the birth-1st bio child"
_column(1054) byte PXCXKNOW %1f "DH-10 When R find out most recent partner was pregnant -1st bio child"
_column(1055) byte PXCXLIV01 %2f "DH-11 Where 1st bio child w/most recent partner usually lives now-1st mention"
_column(1057) byte PXCXLIV02 %1f "DH-11 Where 1st bio child w/most recent partner usually lives now-2nd mention"
_column(1058) byte PXCXAGE %1f "DH-12 Current age of 1st bio child with most recent partner"
_column(1059) byte PXCXLAW %1f "DH-13 Did R establish paternity - 1st child w/most recent partner"
_column(1060) byte PXCXHOP %1f "DH-14 Paternity established at hospital - 1st child w/last prtnr"
_column(1061) byte PXCXEVER %1f "DH-15 Did R ever live with 1st bio child with most recent partner"
_column(1062) long PXCXFAR %5f "DH-16 How far away 1st bio child w/most recent partner lives"
_column(1067) byte PXWANT %1f "DH-17 R want child at some time when most recent partner became preg w/1st child"
_column(1068) byte PXSOON %1f "DH-18 Pregnancy timing of 1st child with most recent partner"
_column(1069) byte PXHPYPG %2f "DH-19 R's happiness about pregnancy w/1st child w/most recent partner"
_column(1071) byte PXCXSEX2 %1f "DH-5 Sex of bio child with most recent partner - 2nd child"
_column(1072) byte PXCXBORN_M2 %2f "DH-6 Month of birth of bio child with most recent partner - 2nd child"
_column(1074) int PXCXBORN_Y2 %4f "DH-6 Year of birth of bio child with most recent partner - 2nd child"
_column(1078) int CMCHDOB12 %4f "CM DOB for 2nd child w/most recent partner"
_column(1082) byte MULTBIRT12 %1f "DH-7 Verifying if multiple birth - 2nd child with most recent partner"
_column(1083) byte PXCXMARB2 %1f "DH-8 Married to most recent partner at time of the birth -2nd bio child"
_column(1084) byte PXCXRES2 %1f "DH-9 Living with most recent partner at time of the birth-2nd bio child"
_column(1085) byte PXCXKNOW2 %1f "DH-10 When R find out most recent partner was pregnant -2nd bio child"
_column(1086) byte PXCXLIV11 %2f "DH-11 Where 2nd bio child w/last P usually lives now-1st mention"
_column(1088) byte PXCXLIV12 %1f "DH-11 Where 2nd bio child w/last P usually lives now-2nd mention"
_column(1089) byte PXCXAGE2 %1f "DH-12 Current age of 2nd bio child with most recent partner"
_column(1090) byte PXCXLAW2 %1f "DH-13 Did R establish paternity - 2nd child w/most recent partner"
_column(1091) byte PXCXHOP2 %1f "DH-14 Paternity established at hospital - 2nd child w/last prtnr"
_column(1092) byte PXCXEVER2 %1f "DH-15 Did R ever live with 2nd bio child with most recent partner"
_column(1093) long PXCXFAR2 %5f "DH-16 How far away 2nd bio child w/most recent partner lives"
_column(1098) byte PXWANT2 %1f "DH-17 R want child at some time when most recent partner became preg w/2nd child"
_column(1099) byte PXSOON2 %1f "DH-18 Pregnancy timing of 2nd child with most recent partner"
_column(1100) byte PXHPYPG2 %2f "DH-19 R's happiness about pregnancy w/2nd child w/most recent partner"
_column(1102) byte PXCXSEX3 %1f "DH-5 Sex of bio child with most recent partner - 3rd child"
_column(1103) byte PXCXBORN_M3 %2f "DH-6 Month of birth of bio child with most recent partner - 3rd child"
_column(1105) int PXCXBORN_Y3 %4f "DH-6 Year of birth of bio child with most recent partner - 3rd child"
_column(1109) int CMCHDOB13 %4f "CM DOB for 3rd child w/most recent partner"
_column(1113) byte MULTBIRT13 %1f "DH-7 Verifying if multiple birth - 3rd child with most recent partner"
_column(1114) byte PXCXMARB3 %1f "DH-8 Married to most recent partner at time of the birth -3rd bio child"
_column(1115) byte PXCXRES3 %1f "DH-9 Living with most recent partner at time of the birth-3rd bio child"
_column(1116) byte PXCXKNOW3 %1f "DH-10 When R find out most recent partner was pregnant -3rd bio child"
_column(1117) byte PXCXLIV21 %2f "DH-11 Where 3rd bio child w/last P usually lives now-1st mention"
_column(1119) byte PXCXLIV22 %1f "DH-11 Where 3rd bio child w/last P usually lives now-2nd mention"
_column(1120) byte PXCXAGE3 %1f "DH-12 Current age of 3rd bio child with most recent partner"
_column(1121) byte PXCXLAW3 %1f "DH-13 Did R establish paternity - 3rd child w/most recent partner"
_column(1122) byte PXCXHOP3 %1f "DH-14 Paternity established at hospital - 3rd child w/last prtnr"
_column(1123) byte PXCXEVER3 %1f "DH-15 Did R ever live with 3rd bio child with most recent partner"
_column(1124) int PXCXFAR3 %4f "DH-16 How far away 3rd bio child w/most recent partner lives"
_column(1128) byte PXWANT3 %1f "DH-17 R want child at some time when most recent partner became preg w/3rd child"
_column(1129) byte PXSOON3 %1f "DH-18 Pregnancy timing of 3rd child with most recent partner"
_column(1130) byte PXHPYPG3 %2f "DH-19 R's happiness about pregnancy w/3rd child w/most recent partner"
_column(1132) byte PXCXSEX4 %1f "DH-5 Sex of bio child with most recent partner - 4th child"
_column(1133) byte PXCXBORN_M4 %2f "DH-6 Month of birth of bio child with most recent partner - 4th child"
_column(1135) int PXCXBORN_Y4 %4f "DH-6 Year of birth of bio child with most recent partner - 4th child"
_column(1139) int CMCHDOB14 %4f "CM DOB for 4th child w/most recent partner"
_column(1143) byte MULTBIRT14 %1f "DH-7 Verifying if multiple birth - 4th child with most recent partner"
_column(1144) byte PXCXMARB4 %1f "DH-8 Married to most recent partner at time of the birth -4th bio child"
_column(1145) byte PXCXRES4 %1f "DH-9 Living with most recent partner at time of the birth-4th bio child"
_column(1146) byte PXCXKNOW4 %1f "DH-10 When R find out most recent partner was pregnant -4th bio child"
_column(1147) byte PXCXLIV31 %1f "DH-11 Where 4th bio child w/last P usually lives now-1st mention"
_column(1148) byte PXCXLIV32 %1f "DH-11 Where 4th bio child w/last P usually lives now-2nd mention"
_column(1149) byte PXCXAGE4 %1f "DH-12 Current age of 4th bio child with most recent partner"
_column(1150) byte PXCXLAW4 %1f "DH-13 Did R establish paternity - 4th child w/most recent partner"
_column(1151) byte PXCXHOP4 %1f "DH-14 Paternity established at hospital - 4th child w/last prtnr"
_column(1152) byte PXCXEVER4 %1f "DH-15 Did R ever live with 4th bio child with most recent partner"
_column(1153) int PXCXFAR4 %3f "DH-16 How far away 4th bio child w/most recent partner lives"
_column(1156) byte PXWANT4 %1f "DH-17 R want child at some time when most recent partner became preg w/4th child"
_column(1157) byte PXSOON4 %1f "DH-18 Pregnancy timing of 4th child with most recent partner"
_column(1158) byte PXHPYPG4 %2f "DH-19 R's happiness about pregnancy w/4th child w/most recent partner"
_column(1160) byte PXCXSEX5 %1f "DH-5 Sex of bio child with most recent partner - 5th child"
_column(1161) byte PXCXBORN_M5 %2f "DH-6 Month of birth of bio child with most recent partner - 5th child"
_column(1163) int PXCXBORN_Y5 %4f "DH-6 Year of birth of bio child with most recent partner - 5th child"
_column(1167) int CMCHDOB15 %4f "CM DOB for 5th child w/most recent partner"
_column(1171) byte MULTBIRT15 %1f "DH-7 Verifying if multiple birth - 5th child with most recent partner"
_column(1172) byte PXCXMARB5 %1f "DH-8 Married to most recent partner at time of the birth -5th bio child"
_column(1173) byte PXCXRES5 %1f "DH-9 Living with most recent partner at time of the birth-5th bio child"
_column(1174) byte PXCXKNOW5 %1f "DH-10 When R find out most recent partner was pregnant -5th bio child"
_column(1175) byte PXCXLIV41 %1f "DH-11 Where 5th bio child w/last P usually lives now-1st mention"
_column(1176) byte PXCXLIV42 %1f "DH-11 Where 5th bio child w/last P usually lives now-2nd mention"
_column(1177) byte PXCXAGE5 %1f "DH-12 Current age of 5th bio child with most recent partner"
_column(1178) byte PXCXLAW5 %1f "DH-13 Did R establish paternity - 5th child w/most recent partner"
_column(1179) byte PXCXHOP5 %1f "DH-14 Paternity established at hospital - 5th child w/last prtnr"
_column(1180) byte PXCXEVER5 %1f "DH-15 Did R ever live with 5th bio child with most recent partner"
_column(1181) int PXCXFAR5 %3f "DH-16 How far away 5th bio child w/most recent partner lives"
_column(1184) byte PXWANT5 %1f "DH-17 R want child at some time when most recent partner became preg w/5th child"
_column(1185) byte PXSOON5 %1f "DH-18 Pregnancy timing of 5th child with most recent partner"
_column(1186) byte PXHPYPG5 %2f "DH-19 R's happiness about pregnancy w/5th child w/most recent partner"
_column(1188) byte PXCXSEX6 %1f "DH-5 Sex of bio child with most recent partner - 6th child"
_column(1189) byte PXCXBORN_M6 %2f "DH-6 Month of birth of bio child with most recent partner - 6th child"
_column(1191) int PXCXBORN_Y6 %4f "DH-6 Year of birth of bio child with most recent partner - 6th child"
_column(1195) int CMCHDOB16 %4f "CM DOB for 6th child w/most recent partner"
_column(1199) byte MULTBIRT16 %1f "DH-7 Verifying if multiple birth - 6th child with most recent partner"
_column(1200) byte PXCXMARB6 %1f "DH-8 Married to most recent partner at time of the birth -6th bio child"
_column(1201) byte PXCXRES6 %1f "DH-9 Living with most recent partner at time of the birth-6th bio child"
_column(1202) byte PXCXKNOW6 %1f "DH-10 When R find out most recent partner was pregnant -6th bio child"
_column(1203) byte PXCXLIV51 %1f "DH-11 Where 6th bio child w/last P usually lives now-1st mention"
_column(1204) byte PXCXLIV52 %1f "DH-11 Where 6th bio child w/last P usually lives now-2nd mention"
_column(1205) byte PXCXAGE6 %1f "DH-12 Current age of 6th bio child with most recent partner"
_column(1206) byte PXCXLAW6 %1f "DH-13 Did R establish paternity - 6th child w/most recent partner"
_column(1207) byte PXCXHOP6 %1f "DH-14 Paternity established at hospital - 6th child w/last prtnr"
_column(1208) byte PXCXEVER6 %1f "DH-15 Did R ever live with 6th bio child with most recent partner"
_column(1209) byte PXCXFAR6 %2f "DH-16 How far away 6th bio child w/most recent partner lives"
_column(1211) byte PXWANT6 %1f "DH-17 R want child at some time when most recent partner became preg w/6th child"
_column(1212) byte PXSOON6 %1f "DH-18 Pregnancy timing of 6th child with most recent partner"
_column(1213) byte PXHPYPG6 %1f "DH-19 R's happiness about pregnancy w/6th child w/most recent partner"
_column(1214) byte PXCXSEX7 %1f "DH-5 Sex of bio child with most recent partner - 7th child"
_column(1215) byte PXCXBORN_M7 %1f "DH-6 Month of birth of bio child with most recent partner - 7th child"
_column(1216) int PXCXBORN_Y7 %4f "DH-6 Year of birth of bio child with most recent partner - 7th child"
_column(1220) int CMCHDOB17 %4f "CM DOB for 7th child w/most recent partner"
_column(1224) byte MULTBIRT17 %1f "DH-7 Verifying if multiple birth - 7th child with most recent partner"
_column(1225) byte PXCXMARB7 %1f "DH-8 Married to most recent partner at time of the birth -7th bio child"
_column(1226) byte PXCXRES7 %1f "DH-9 Living with most recent partner at time of the birth-7th bio child"
_column(1227) byte PXCXKNOW7 %1f "DH-10 When R find out most recent partner was pregnant -7th bio child"
_column(1228) byte PXCXLIV61 %1f "DH-11 Where 7th bio child w/last P usually lives now-1st mention"
_column(1229) byte PXCXLIV62 %1f "DH-11 Where 7th bio child w/last P usually lives now-2nd mention"
_column(1230) byte PXCXAGE7 %1f "DH-12 Current age of 7th bio child with most recent partner"
_column(1231) byte PXCXLAW7 %1f "DH-13 Did R establish paternity - 7th child w/most recent partner"
_column(1232) byte PXCXHOP7 %1f "DH-14 Paternity established at hospital - 7th child w/last prtnr"
_column(1233) byte PXCXEVER7 %1f "DH-15 Did R ever live with 7th bio child with most recent partner"
_column(1234) byte PXCXFAR7 %1f "DH-16 How far away 7th bio child w/most recent partner lives"
_column(1235) byte PXWANT7 %1f "DH-17 R want child at some time when most recent partner became preg w/7th child"
_column(1236) byte PXSOON7 %1f "DH-18 Pregnancy timing of 7th child with most recent partner"
_column(1237) byte PXHPYPG7 %1f "DH-19 R's happiness about pregnancy w/7th child w/most recent partner"
_column(1238) byte PXCPREG %1f "DI-1 Is R's current partner currently pregnant (last prtnr)"
_column(1239) byte PXTRYING %1f "DI-2 R & curr partner currently trying to get pregnant (last prtnr)"
_column(1240) int PXTRYLONG %3f "DI-3 How long R & curr prtnr trying to get pregnant (last prtnr)"
_column(1243) byte PXRWANT %1f "DI-4 Bef curr prtnr's curr preg did R want child in future (last prtnr)"
_column(1244) byte PXRSOON %1f "DI-5 Timing of current partner's current pregnancy (last prtnr)"
_column(1245) byte PXCPFEEL %2f "DI-6 How happy when found out about curr P's curr preg (last prntr)"
_column(1247) byte PXOTKID %1f "DJ-1 most recent partner have other children when started living tog"
_column(1248) byte PXOKNUM %1f "DJ-2 # children most recent partner had when started living tog"
_column(1249) byte PXOKWTH %1f "DJ-2a most recent partner's child/ren lived with R"
_column(1250) byte PXOKWTHN %1f "DJ-2b # of most recent partner's children who lived with R"
_column(1251) byte PXOKADP1 %1f "DJ-3 R legally adopted most recent partner's child/ren"
_column(1252) byte PXOKADN %1f "DJ-4 # of most recent partner's children R adopted"
_column(1253) byte PXOKSEX %1f "DJ-6 Sex of most recent partner's child R adopted-1st child"
_column(1254) byte PXOKAD %1f "DJ-6a R legally adopted or became legal guardian -last part, 1st child"
_column(1255) byte PXOKLIV1 %1f "DJ-7 Where most recent partner's chld R adoptd usu live-1st CH,1st ment"
_column(1256) byte PXOKLIV2 %1f "DJ-7 Where most recent partner's chld R adoptd usu live-1st CH,2nd ment"
_column(1257) byte PXOKFAR %2f "DJ-8 Distance last prtnr's child R adopted lives - 1st CH"
_column(1259) byte PXOKAGE %2f "DJ-9 Age of most recent partner's child R adopted - 1st child"
_column(1261) byte PXOKSEX2 %1f "DJ-6 Sex of most recent partner's child R adopted-2nd child"
_column(1262) byte PXOKAD2 %1f "DJ-6a R legally adopted or became legal guardian -last part, 2nd child"
_column(1263) byte PXOKLIV9 %1f "DJ-7 Where most recent partner's chld R adoptd usu live-2nd CH,1st ment"
_column(1264) byte PXOKLIV10 %1f "DJ-7 Where most recent partner's chld R adoptd usu live-2nd CH,2nd ment"
_column(1265) byte PXOKFAR2 %2f "DJ-8 Distance last prtnr's child R adopted lives - 2nd CH"
_column(1267) byte PXOKAGE2 %2f "DJ-9 Age of most recent partner's child R adopted - 2nd child"
_column(1269) byte PXOKSEX3 %1f "DJ-6 Sex of most recent partner's child R adopted-3rd child"
_column(1270) byte PXOKAD3 %1f "DJ-6a R legally adopted or became legal guardian -last part, 3rd child"
_column(1271) byte PXOKLIV17 %1f "DJ-7 Where most recent partner's chld R adoptd usu live-3rd CH,1st ment"
_column(1272) byte PXOKLIV18 %1f "DJ-7 Where most recent partner's chld R adoptd usu live-3rd CH,2nd ment"
_column(1273) byte PXOKFAR3 %1f "DJ-8 Distance last prtnr's child R adopted lives - 3rd CH"
_column(1274) byte PXOKAGE3 %2f "DJ-9 Age of most recent partner's child R adopted - 3rd child"
_column(1276) byte PXOKSEX4 %1f "DJ-6 Sex of most recent partner's child R adopted-4th child"
_column(1277) byte PXOKAD4 %1f "DJ-6a R legally adopted or became legal guardian -last part, 4th child"
_column(1278) byte PXOKLIV25 %1f "DJ-7 Where most recent partner's chld R adoptd usu live-4th CH,1st ment"
_column(1279) byte PXOKLIV26 %1f "DJ-7 Where most recent partner's chld R adoptd usu live-4th CH,2nd ment"
_column(1280) byte PXOKFAR4 %1f "DJ-8 Distance last prtnr's child R adopted lives - 4th CH"
_column(1281) byte PXOKAGE4 %2f "DJ-9 Age of most recent partner's child R adopted - 4th child"
_column(1283) byte D_OKAKIDS %1f "# of most recent partner's children adopted by R"
_column(1284) byte PXNBEVR %1f "DK-1 R & most recent partner have any other nonbio children under care"
_column(1285) byte PXNBNUM %1f "DK-2 # of other nonbio children under R & most recent partner's care"
_column(1286) byte PXNBREL %1f "DK-3 Any these other nonbio CH related by blood/marr-most recent partner"
_column(1287) byte PXNBRL %1f "DK-4 # of other nonbio CH related by blood/marr - most recent partner"
_column(1288) byte PXNBFOS %1f "DK-5 Any these othr nonbio CH fostr/placed by agency-most recent partner"
_column(1289) byte PXNBFS %1f "DK-6 # other nonbio chldrn foster/placed by agency- most recent partner"
_column(1290) byte PXNBAD %1f "DK-7 R adopted any of these other nonbio children - most recent partner"
_column(1291) byte PXNBADN %1f "DK-8 # of these other nonbio children R adopted-most recent partner"
_column(1292) byte PXNBSEX %1f "DK-10 Sex of other nonbio child R adopted-most recent partner, 1st child"
_column(1293) byte PXNBLIV1 %1f "DK-11 Where lives oth nbio CH R adoptd-most recent partner,1st CH, 1st"
_column(1294) byte PXNBFAR %1f "DK-12 How far lives oth nbio child R adoptd-most recent partner,1st CH"
_column(1295) byte PXNBAGE %1f "DK-13 Age of other nonbio child R adopted-most recent partner,1st child"
_column(1296) byte PXNBSEX2 %1f "DK-10 Sex of other nonbio child R adopted-most recent partner, 2nd child"
_column(1297) byte PXNBLIV9 %1f "DK-11 Where lives oth nbio CH R adoptd-most recent partner,2nd CH, 1st"
_column(1298) byte PXNBFAR2 %2f "DK-12 How far lives oth nbio child R adoptd-most recent partner,2nd CH"
_column(1300) byte PXNBAGE2 %2f "DK-13 Age of other nonbio child R adopted-most recent partner,2nd child"
_column(1302) byte D_NBAKIDS %1f "# of other nonbio children adopted by R w/most recent partner"
_column(1303) byte MARDATEN_M2 %2f "DB-1m Month R married formerr wife(2nd most recent partner in 12 months)"
_column(1305) int MARDATEN_Y2 %4f "DB-1y Year R married former wife(2nd most recent partner in last 12 mos)"
_column(1309) int CMMARP2 %4f "CM of marriage to former wife(2nd most recent partner in last 12 mos)"
_column(1313) byte AGEMARR2 %1f "DB-2 Age when R married former wife (2nd most recent partner in last 12 mos)"
_column(1314) byte LIVTOGN2 %1f "DB-3 Cohabited premaritally w/former wife (2nd most recent partner in last 12 mos )"
_column(1315) byte STRTLIVE_M2 %2f "DB-4m Month began cohab w/ formr W/P(2nd most recent partner in last 12 mos)"
_column(1317) int STRTLIVE_Y2 %4f "DB-4y Year began cohab w/ formr W/P(2nd nost recent partner in last 12 mos)"
_column(1321) int CMCOHP2 %4f "CM began cohab w/formr W/P(2nd most recent partner in last 12 mos)"
_column(1325) byte AGELIV2 %2f "DB-5 Age when began cohab with former W/P (2nd most recent partner in last 12 mos)"
_column(1327) int CMUNIONP2 %4f "CM when union began w/former W/P (2ndmost recent partner in last 12 mos)"
_column(1331) byte ENGAGTHN2 %1f "DB-6 Engaged when began cohab w/former W/P(2nd most recent partner in last 12 mos)"
_column(1332) byte MARREND2 %1f "DB-7 How marriage end w/formr wife(2nd most recent partner in last 12 mos)"
_column(1333) byte WIFEDIED_M2 %1f "DB-8m Month former wife died(2nd most recent partner in last 12 mos)"
_column(1334) byte WIFEDIED_Y2 %1f "DB-8y Year wife died(2nd most recent partner in last 12 mos)"
_column(1335) byte CMWIDP2 %1f "CM when former wife died(2nd most recent partner in last 12 mos)"
_column(1336) byte DIVORFIN_M2 %2f "DB-9m Month divorce from former wife was final(2nd most recent partner)"
_column(1338) int DIVORFIN_Y2 %4f "DB-9y Year divorce from former wife was final(2nd most recent partner)"
_column(1342) int CMDIVP2 %4f "CM when divorce from former wife was final (2nd most recent partner)"
_column(1346) byte ANNULLED_M2 %1f "DB-10m Month of annullment from former wife (2nd most recent partner)"
_column(1347) byte ANNULLED_Y2 %1f "DB-10y Year of annullment from former wife (2nd most recent partner)"
_column(1348) byte CMANNP2 %1f "CM of annullment from former wife (2nd most recent partner)"
_column(1349) byte STOPLIVE_M2 %2f "DB-11m Month last lived w/former W/P (2nd most recent partner)"
_column(1351) int STOPLIVE_Y2 %4f "DB-11y Year last lived with former W/P (2nd most recent partner)"
_column(1355) int CMSTOPP2 %4f "CM last lived with former W/P (2nd most recent partner)"
_column(1359) byte PXCURR2 %1f "DC-1 Does R consider her a current sexual partner (2nd most recent partner)"
_column(1360) byte P2CURRPRT %1f "Whether sexual partner is current (2nd most recent partner in last 12 mos)"
_column(1361) byte PXMARRY2 %1f "DC-2 Chance will marry each other (2nd most recent partner)"
_column(1362) byte PXLUSE2 %1f "DD-3 R or 2nd-to-last P use cont. at last sex (exper. quest 1)"
_column(1363) byte PXLMETH14 %2f "DD-4 method R or 2nd-to-last P used last sex (exper quest 1)-1st"
_column(1365) byte PXLMETH15 %2f "DD-4 method R or 2nd-to-last P used last sex (exper quest 1)-2nd"
_column(1367) byte PXLMETH16 %2f "DD-4 method R or 2nd-to-last P used last sex (exper quest 1)-3rd"
_column(1369) byte PXLMETH17 %1f "DD-4 method R or 2nd-to-last P used last sex (exper quest 1) -4th"
_column(1370) byte PXLRUSE2 %1f "DD-5 R use method at last sex with 2nd-to-last P"
_column(1371) byte PXLRMETH5 %2f "DD-6 Method R used, last sex with 2nd-to-last P -1st"
_column(1373) byte PXLRMETH6 %2f "DD-6 Method R used, last sex with 2nd-to-last P -2nd"
_column(1375) byte PXLRMETH7 %2f "DD-6 Method R used, last sex with 2nd-to-last P -3rd"
_column(1377) byte PXLPUSE2 %2f "DD-7 2nd-to-last P used a method at last sex w/R"
_column(1379) byte DKPXLPUSE2 %1f "DD-7b (DK followup) Don't recall or never knew (whether 2nd- to-last P used method at last sex)?"
_column(1380) int PXLPMETH12 %3f "DD-8 Method 2nd-to-last P used, last sex with R-1st"
_column(1383) byte PXLPMETH13 %2f "DD-8 Method 2nd-to-last P used, last sex with R-2nd"
_column(1385) byte PXLPMETH14 %1f "DD-8 Method 2nd-to-last P used, last sex with R-3rd"
_column(1386) byte PXLPMETH15 %1f "DD-8 Method 2nd-to-last P used, last sex with R-4th"
_column(1387) byte DKPXLPMETH2 %1f "DD-8b (DK followup) Don't recall or never knew (method 2nd-to-last P used at last sex)?"
_column(1388) byte LSXUSEP2 %1f "Method used at last sex with 2nd-to-last sexual partner"
_column(1389) byte MTONCEP2 %1f "Did R have sex more than once w/2nd-to-last partner"
_column(1390) byte PXLSXPRB2 %1f "DD-9 Could 2nd-to-last P have used method at last sex & R not know"
_column(1391) byte PXMTONCE2 %1f "DD-10 Did R have sex more than once with 2nd-to-last partner"
_column(1392) byte PXPAGE2 %2f "DD-11 Age of 2nd-to-last partner at last sex with R"
_column(1394) byte PXRELAGE2 %1f "DD-12 2nd-to-last P older/younger/same age as R at last sex"
_column(1395) byte PXRELYRS2 %1f "DD-13 # of years age diff btwn R & 2nd-to-last P at last sex"
_column(1396) byte PXFRLTN3 %2f "DD-14 Relationship at last sex with 2nd-to-last partner"
_column(1398) byte P1YMULT2 %1f "Multiple races reported for 2nd-to-last partner in last 12 mos"
_column(1399) byte P1YRACE2 %1f "RACE-recode-like variable for 2nd-to-last partner in last 12 mos"
_column(1400) byte P1YHRACE2 %1f "HISPRACE-recode-like variable for 2nd-to-last partner in last 12 mos"
_column(1401) byte P1YNRACE2 %1f "HISPRACE2-recode-like variable for 2nd-to-last partner in last 12 mos"
_column(1402) byte PXDOB_M2 %2f "DE-1 Month 2nd-to-last partner(former W/P) was born"
_column(1404) int PXDOB_Y2 %4f "DE-1 Year 2nd-to-last partner (former W/P) was born"
_column(1408) int CMDOBP2 %4f "CM for DOB of R's 2nd-to-last partner in last 12 mos (former W/P)"
_column(1412) byte PXEDUC2 %1f "DE-2 Education level of 2nd-to-last partner in last 12 mons"
_column(1413) byte PXMARBF2 %1f "DE-3 2nd-to-last partner ever been married before"
_column(1414) byte PXANYCH2 %1f "DE-4 P had chldrn whn rel'p began (2nd-to-last P last 12 mos)"
_column(1415) byte PXANYCHN2 %2f "DE-5 # of children (bio/adopted/foster) 2nd-to-last partner had"
_column(1417) byte PXABLECH2 %1f "DE-6 Physically possible for 2nd-to-last partner to have a baby"
_column(1418) byte PXSXFRST_M2 %2f "DF-1 Month 1st sex with 2nd-to-last partner in last 12 mos"
_column(1420) int PXSXFRST_Y2 %4f "DF-1 Year 1st sex with 2nd-to-last partner in last 12 mos"
_column(1424) int CMFSXP2 %4f "CM of first sex with 2nd-to-last partner in last 12 mons"
_column(1428) int AGEFSXP2 %4f "Age of first sex with 2nd-to-last sexual partner in last 12 mos"
_column(1432) byte PXAGFRST2 %2f "DF-2 R's age at 1st sex with 2nd-to-last partner in last 12 mos"
_column(1434) byte PXFRLTN4 %1f "DF-3 Relationship at 1st sex w/2nd-to-last partner in last 12 mos"
_column(1435) byte PXFUSE2 %1f "DF-4 Did R or 2nd-to-last partner use a method at 1st sex"
_column(1436) byte PXFMETH14 %2f "DF-5 Method R or 2nd-to-last partner used at first sex -1st"
_column(1438) byte PXFMETH15 %2f "DF-5 Method R or 2nd-to-last partner used at first sex -2nd"
_column(1440) byte PXFMETH16 %2f "DF-5 Method R or 2nd-to-last partner used at first sex -3rd"
_column(1442) byte PXFMETH17 %1f "DF-5 Method R or 2nd-to-last partner used at first sex -4th"
_column(1443) byte PXANYUSE2 %1f "DG-1 Last 12 mos: R & 2nd-to-last partner used any method"
_column(1444) byte PXMETHOD14 %1f "DG-2 Last 12 mos: Methods used by R & 2nd-to-last partner - 1st"
_column(1445) byte PXMETHOD15 %2f "DG-2 Last 12 mos: Methods used by R & 2nd-to-last partner - 2nd"
_column(1447) byte PXMETHOD16 %2f "DG-2 Last 12 mos: Methods used by R & 2nd-to-last partner - 3rd"
_column(1449) byte PXMETHOD17 %1f "DG-2 Last 12 mos: Methods used by R & 2nd-to-last partner - 4th"
_column(1450) byte PXMSTUSE2 %2f "DG-3 Last 12 mos: method most often used by R & 2nd-to-last P"
_column(1452) int PXCONFRQ2 %3f "DG-4 Last 12 mos: % of time R & 2nd-to-last P used condom"
_column(1455) byte PXNOFREQ2 %1f "DG-5 Last 12 mos: how often R & 2nd-to-last P used any method"
_column(1456) byte PXCHILD2 %1f "DH-1 R and 2nd-to-last partner ever have a biological child together"
_column(1457) byte PXCHILDN2 %1f "DH-2 # bio children R and 2nd-to-last partner have had together"
_column(1458) byte PXCXSEX11 %1f "DH-5 Sex of bio child with 2nd-to-last partner - 1st child"
_column(1459) byte PXCXBORN_M11 %2f "DH-6 Month of birth of bio child with 2nd-to-last partner - 1st child"
_column(1461) int PXCXBORN_Y11 %4f "DH-6 Year of birth of bio child with 2nd-to-last partner - 1st child"
_column(1465) int CMCHDOB21 %4f "CM DOB for 1st child w/2nd-to-last partner (Section DH)"
_column(1469) byte MULTBIRT21 %1f "DH-7 Verifying if multiple birth - 1st child with 2nd-to-last partner"
_column(1470) byte PXCXMARB11 %1f "DH-8 Married to 2nd-to-last partner at time of the birth -1st bio child"
_column(1471) byte PXCXRES11 %1f "DH-9 Living with 2nd-to-last partner at time of the birth-1st bio child"
_column(1472) byte PXCXKNOW11 %1f "DH-10 When R find out 2nd-to-last partner was pregnant -1st bio child"
_column(1473) byte PXCXLIV101 %2f "DH-11 Where 1st bio child w/2nd-to-last P usually lives now-1st mention"
_column(1475) byte PXCXLIV102 %1f "DH-11 Where 1st bio child w/2nd-to-last P usually lives now-2nd mention"
_column(1476) byte PXCXAGE11 %1f "DH-12 Current age of 1st bio child with 2nd-to-last partner"
_column(1477) byte PXCXLAW11 %1f "DH-13 Did R establish paternity - 1st child w/2nd-to-last partner"
_column(1478) byte PXCXHOP11 %1f "DH-14 Paternity established at hospital - 1st child w/2nd-to-last prtnr"
_column(1479) byte PXCXEVER11 %1f "DH-15 Did R ever live with 1st bio child with 2nd-to-last partner"
_column(1480) long PXCXFAR11 %5f "DH-16 How far away 1st bio child w/2nd-to-last partner lives"
_column(1485) byte PXWANT11 %1f "DH-17 R want child at some time when 2nd-to-last partner became preg w/1st child"
_column(1486) byte PXSOON11 %1f "DH-18 Pregnancy timing of 1st child with 2nd-to-last partner"
_column(1487) byte PXHPYPG11 %2f "DH-19 R's happiness about pregnancy w/1st child w/2nd-to-last partner"
_column(1489) byte PXCXSEX12 %1f "DH-5 Sex of bio child with 2nd-to-last partner - 2nd child"
_column(1490) byte PXCXBORN_M12 %2f "DH-6 Month of birth of bio child with 2nd-to-last partner - 2nd child"
_column(1492) int PXCXBORN_Y12 %4f "DH-6 Year of birth of bio child with 2nd-to-last partner - 2nd child"
_column(1496) int CMCHDOB22 %4f "CM DOB for 2nd child w/2nd-to-last partner (Section DH)"
_column(1500) byte MULTBIRT22 %1f "DH-7 Verifying if multiple birth - 2nd child with most recent partner"
_column(1501) byte PXCXMARB12 %1f "DH-8 Married to 2nd-to-last partner at time of the birth -2nd bio child"
_column(1502) byte PXCXRES12 %1f "DH-9 Living with 2nd-to-last partner at time of the birth-2nd bio child"
_column(1503) byte PXCXKNOW12 %1f "DH-10 When R find out 2nd-to-last partner was pregnant -2nd bio child"
_column(1504) byte PXCXLIV111 %1f "DH-11 Where 2nd bio child w/2nd-to-last P usually lives now-1st mention"
_column(1505) byte PXCXLIV112 %1f "DH-11 Where 2nd bio child w/2nd-to-last P usually lives now-2nd mention"
_column(1506) byte PXCXAGE12 %1f "DH-12 Current age of 2nd bio child with 2nd-to-last partner"
_column(1507) byte PXCXLAW12 %1f "DH-13 Did R establish paternity - 2nd child w/2nd-to-last partner"
_column(1508) byte PXCXHOP12 %1f "DH-14 Paternity established at hospital - 2nd child w/2nd-to-last prtnr"
_column(1509) byte PXCXEVER12 %1f "DH-15 Did R ever live with 2nd bio child with most recent partner"
_column(1510) int PXCXFAR12 %3f "DH-16 How far away 2nd bio child w/2nd-to-last partner lives"
_column(1513) byte PXWANT12 %1f "DH-17 R want child at some time when 2nd-to-last partner became preg w/2nd child"
_column(1514) byte PXSOON12 %1f "DH-18 Pregnancy timing of 2nd child with 2nd-to-last partner"
_column(1515) byte PXHPYPG12 %2f "DH-19 R's happiness about pregnancy w/2nd child w/2nd-to-last partner"
_column(1517) byte PXCXSEX13 %1f "DH-5 Sex of bio child with 2nd-to-last partner - 3rd child"
_column(1518) byte PXCXBORN_M13 %2f "DH-6 Month of birth of bio child with 2nd-to-last partner - 3rd child"
_column(1520) int PXCXBORN_Y13 %4f "DH-6 Year of birth of bio child with 2nd-to-last partner - 3rd child"
_column(1524) int CMCHDOB23 %4f "CM DOB for 3rd child w/2nd-to-last partner (Section DH)"
_column(1528) byte MULTBIRT23 %1f "DH-7 Verifying if multiple birth - 3rd child with most recent partner"
_column(1529) byte PXCXMARB13 %1f "DH-8 Married to 2nd-to-last partner at time of the birth -3rd bio child"
_column(1530) byte PXCXRES13 %1f "DH-9 Living with 2nd-to-last partner at time of the birth-3rd bio child"
_column(1531) byte PXCXKNOW13 %1f "DH-10 When R find out 2nd-to-last partner was pregnant -3rd bio child"
_column(1532) byte PXCXLIV121 %1f "DH-11 Where 3rd bio child w/2nd-to-last P usually lives now-1st mention"
_column(1533) byte PXCXLIV122 %1f "DH-11 Where 3rd bio child w/2nd-to-last P usually lives now-2nd mention"
_column(1534) byte PXCXAGE13 %1f "DH-12 Current age of 3rd bio child with 2nd-to-last partner"
_column(1535) byte PXCXLAW13 %1f "DH-13 Did R establish paternity - 3rd child w/2nd-to-last partner"
_column(1536) byte PXCXHOP13 %1f "DH-14 Paternity established at hospital - 3rd child w/2nd-to-last prtnr"
_column(1537) byte PXCXEVER13 %1f "DH-15 Did R ever live with 3rd bio child with 2nd-to-last partner"
_column(1538) int PXCXFAR13 %3f "DH-16 How far away 3rd bio child w/2nd-to-last partner lives"
_column(1541) byte PXWANT13 %1f "DH-17 R want child at some time when 2nd-to-last partner became preg w/3rd child"
_column(1542) byte PXSOON13 %1f "DH-18 Pregnancy timing of 3rd child with 2nd-to-last partner"
_column(1543) byte PXHPYPG13 %2f "DH-19 R's happiness about pregnancy w/3rd child w/2nd-to-last partner"
_column(1545) byte PXCXSEX14 %1f "DH-5 Sex of bio child with 2nd-to-last partner - 4th child"
_column(1546) byte PXCXBORN_M14 %2f "DH-6 Month of birth of bio child with 2nd-to-last partner - 4th child"
_column(1548) int PXCXBORN_Y14 %4f "DH-6 Year of birth of bio child with 2nd-to-last partner - 4th child"
_column(1552) int CMCHDOB24 %4f "CM DOB for 4th child w/2nd-to-last partner (Section DH)"
_column(1556) byte MULTBIRT24 %1f "DH-7 Verifying if multiple birth - 4th child with 2nd-to-last partner"
_column(1557) byte PXCXMARB14 %1f "DH-8 Married to 2nd-to-last partner at time of the birth -4th bio child"
_column(1558) byte PXCXRES14 %1f "DH-9 Living with 2nd-to-last partner at time of the birth-4th bio child"
_column(1559) byte PXCXKNOW14 %1f "DH-10 When R find out 2nd-to-last partner was pregnant -4th bio child"
_column(1560) byte PXCXLIV131 %1f "DH-11 Where 4th bio child w/2nd-to-last P usually lives now-1st mention"
_column(1561) byte PXCXLIV132 %1f "DH-11 Where 4th bio child w/2nd-to-last P usually lives now-2nd mention"
_column(1562) byte PXCXAGE14 %1f "DH-12 Current age of 4th bio child with 2nd-to-last partner"
_column(1563) byte PXCXLAW14 %1f "DH-13 Did R establish paternity - 4th child w/2nd-to-last partner"
_column(1564) byte PXCXHOP14 %1f "DH-14 Paternity established at hospital - 4th child w/2nd-to-last prtnr"
_column(1565) byte PXCXEVER14 %1f "DH-15 Did R ever live with 4th bio child with 2nd-to-last partner"
_column(1566) byte PXCXFAR14 %1f "DH-16 How far away 4th bio child w/2nd-to-last partner lives"
_column(1567) byte PXWANT14 %1f "DH-17 R want child at some time when 2nd-to-last partner became preg w/4th child"
_column(1568) byte PXSOON14 %1f "DH-18 Pregnancy timing of 4th child with 2nd-to-last partner"
_column(1569) byte PXHPYPG14 %1f "DH-19 R's happiness about pregnancy w/4th child w/2nd-to-last partner"
_column(1570) byte PXCXSEX15 %1f "DH-5 Sex of bio child with 2nd-to-last partner - 5th child"
_column(1571) byte PXCXBORN_M15 %1f "DH-6 Month of birth of bio child with 2nd-to-last partner - 5th child"
_column(1572) int PXCXBORN_Y15 %4f "DH-6 Year of birth of bio child with 2nd-to-last partner - 5th child"
_column(1576) int CMCHDOB25 %4f "CM DOB for 5th child w/2nd-to-last partner (Section DH)"
_column(1580) byte MULTBIRT25 %1f "DH-7 Verifying if multiple birth - 5th child with 2nd-to-last partner"
_column(1581) byte PXCXMARB15 %1f "DH-8 Married to 2nd-to-last partner at time of the birth -5th bio child"
_column(1582) byte PXCXRES15 %1f "DH-9 Living with 2nd-to-last partner at time of the birth-5th bio child"
_column(1583) byte PXCXKNOW15 %1f "DH-10 When R find out 2nd-to-last partner was pregnant -5th bio child"
_column(1584) byte PXCXLIV141 %1f "DH-11 Where 5th bio child w/2nd-to-last P usually lives now-1st mention"
_column(1585) byte PXCXLIV142 %1f "DH-11 Where 5th bio child w/2nd-to-last P usually lives now-2nd mention"
_column(1586) byte PXCXAGE15 %1f "DH-12 Current age of 5th bio child with 2nd-to-last partner"
_column(1587) byte PXCXLAW15 %1f "DH-13 Did R establish paternity - 5th child w/2nd-to-last partner"
_column(1588) byte PXCXHOP15 %1f "DH-14 Paternity established at hospital - 5th child w/2nd-to-last prtnr"
_column(1589) byte PXCXEVER15 %1f "DH-15 Did R ever live with 5th bio child with most recent partner"
_column(1590) byte PXCXFAR15 %1f "DH-16 How far away 5th bio child w/2nd-to-last partner lives"
_column(1591) byte PXWANT15 %1f "DH-17 R wanted child before 2nd-to-last partner became preg w/5th child"
_column(1592) byte PXSOON15 %1f "DH-18 Pregnancy timing of 5th child with 2nd-to-last partner"
_column(1593) byte PXHPYPG15 %2f "DH-19 R's happiness about pregnancy w/5th child w/2nd-to-last partner"
_column(1595) byte PXCPREG2 %1f "DI-1 Is R's current partner currently pregnant (2nd-to-last prtnr)"
_column(1596) byte PXTRYING2 %1f "DI-2 R & curr partner currently trying to get pregnant (2nd-to-last prtnr)"
_column(1597) int PXTRYLONG2 %3f "DI-3 How long R & curr prtnr trying to get pregnant (2nd-to-last prtnr)"
_column(1600) byte PXRWANT2 %1f "DI-4 Bef curr prtnr's curr preg did R want child in future (2nd-to-last prtnr)"
_column(1601) byte PXRSOON2 %1f "DI-5 Timing of current partner's current pregnancy (2nd-to-last prtnr)"