log using cancerxx.log, replace version 6.0 * THE FOLLOWING COMMAND TEMPORARILY CHANGES THE COMMAND- * ENDING DELIMITER FROM A CARRIAGE RETURN TO A SEMICOLON #delimit ; ********************************************************************* MAY 11, 2011 12:26 PM THIS IS AN EXAMPLE OF A STATA DO PROGRAM THAT CREATES A STATA FILE FROM THE 2010 NHIS Public Use Sample Adult Cancer ASCII FILE NOTES: EXECUTING THIS PROGRAM WILL REPLACE cancerxx.dta AND cancerxx.log IF THOSE FILES ALREADY EXIST IN THE DEFAULT DIRECTORY THIS PROGRAM ASSUMES THAT THE ASCII DATA FILE IS IN THE STATA WORKING DIRECTORY. AN EXAMPLE OF HOW TO CHANGE THE WORKING DIRECTORY WITHIN STATA IS THE FOLLOWING COMMAND: cd \nhis2010\ THIS PROGRAM OPENS A LOG FILE. IF THE PROGRAM ENDS PREMATURELY, THE LOG FILE WILL REMAIN OPEN. BEFORE RUNNING THIS PROGRAM AGAIN, THE USER SHOULD ENTER THE FOLLOWING STATA COMMAND: log close THIS IS STORED IN cancerxx.do *********************************************************************; clear; set mem 200m; * INPUT ALL VARIABLES; infix rectype 1 - 2 srvy_yr 3 - 6 str hhx 7 - 12 intv_qrt 13 - 13 assignwk 14 - 15 str fmx 16 - 17 str fpx 18 - 19 wtia_sa 20 - 26 wtfa_sa 27 - 32 region 33 - 33 strat_p 34 - 36 psu_p 37 - 38 sex 39 - 39 hispan_i 40 - 41 racerpi2 42 - 43 mracrpi2 44 - 45 mracbpi2 46 - 47 age_p 48 - 49 compstat 50 - 50 r_maritl 51 - 51 spspeak 52 - 52 cerealno 53 - 55 cerealtp 56 - 56 str certyp 57 - 131 certypn 132 - 134 str certpsp 135 - 164 certyp2 165 - 165 str certyp3 166 - 240 certyp3n 241 - 243 str certp3sp 244 - 273 milkno 274 - 276 milktp 277 - 277 milktyp 278 - 278 sodano 279 - 281 sodatp 282 - 282 frjuicno 283 - 285 frjuictp 286 - 286 coffeeno 287 - 289 coffeetp 290 - 290 spordrno 291 - 293 spordrtp 294 - 294 frtdrno 295 - 297 frtdrtp 298 - 298 fruitno 299 - 301 fruittp 302 - 302 saladno 303 - 305 saladtp 306 - 306 friesno 307 - 309 friestp 310 - 310 potatono 311 - 313 potatotp 314 - 314 beansno 315 - 317 beanstp 318 - 318 brriceno 319 - 321 brricetp 322 - 322 ovegno 323 - 325 ovegtp 326 - 326 salsano 327 - 329 salsatp 330 - 330 pizzano 331 - 333 pizzatp 334 - 334 tomsauno 335 - 337 tomsautp 338 - 338 cheeseno 339 - 341 cheesetp 342 - 342 cheestyp 343 - 343 redmetno 344 - 346 redmettp 347 - 347 prometno 348 - 350 promettp 351 - 351 breadno 352 - 354 breadtp 355 - 355 candyno 356 - 358 candytp 359 - 359 donutno 360 - 362 donuttp 363 - 363 cookieno 364 - 366 cookietp 367 - 367 icecrno 368 - 370 icecrtp 371 - 371 popcnno 372 - 374 popcntp 375 - 375 vitmin 376 - 376 vitmult 377 - 377 vitmuld 378 - 379 calca 380 - 380 calcd 381 - 382 vitd 383 - 383 vitdm 384 - 385 vitdwhy 386 - 386 str vitdspec 387 - 406 ad11a 407 - 407 ad12a 408 - 409 ad13no 410 - 412 ad13tp 413 - 413 ad14a 414 - 414 ad15a 415 - 416 ad16no 417 - 419 ad16tp 420 - 420 sitwday 421 - 422 sitwend 423 - 424 mdexer 425 - 425 mentholf 426 - 426 numciga 427 - 428 numcvar 429 - 430 fquita_1 431 - 431 fquita_2 432 - 432 fquita_3 433 - 433 fquita_4 434 - 434 fquita_5 435 - 435 fquitb_1 436 - 436 fquitb_2 437 - 437 fquitb_3 438 - 438 menthol 439 - 439 csqev 440 - 440 cquita_1 441 - 441 cquita_2 442 - 442 cquita_3 443 - 443 cquita_4 444 - 444 cquita_5 445 - 445 cquitb_1 446 - 446 cquitb_2 447 - 447 cquitb_3 448 - 448 qwant 449 - 449 cigev1 450 - 450 cigev50 451 - 451 cigcur 452 - 452 cig30d 453 - 454 snuffev 455 - 455 snufev20 456 - 456 snuffcur 457 - 457 snuff30d 458 - 459 chewev 460 - 460 chewev20 461 - 461 chewcur 462 - 462 chew30d 463 - 464 chewtyp 465 - 466 str chtypoth 467 - 486 mdtob2 487 - 487 hptob21 488 - 488 hptob22 489 - 489 hptob23 490 - 490 hptob24 491 - 491 hptob25 492 - 492 str hptoth 493 - 512 livintro 513 - 513 livsmoke 514 - 515 lvdysmok 516 - 517 livebth 518 - 518 smkpreg 519 - 519 smklst 520 - 520 qutwk 521 - 521 mthquit 522 - 523 stsmok 524 - 524 sun1hr 525 - 526 suntan 527 - 528 sun1_sha 529 - 529 sun1_cap 530 - 530 sun_hat1 531 - 531 sun2_lgs 532 - 532 sun2_lgp 533 - 533 sun2_scr 534 - 534 spf 535 - 536 spfscale 537 - 537 nburn 538 - 540 snonce 541 - 541 snnum1 542 - 544 sknx 545 - 545 rskx1_mt 546 - 547 rskx1_yr 548 - 551 rskx1n 552 - 553 rskx1t 554 - 554 rskx2 555 - 555 rskx3a 556 - 556 rskx3b 557 - 557 skinreas 558 - 558 menstage 559 - 560 menstill 561 - 561 menlast 562 - 562 birthev 563 - 563 birthnum 564 - 565 birthage 566 - 567 birthag2 568 - 571 paphad1 572 - 572 papfrst1 573 - 574 pap6yr1 575 - 576 rpap1_m1 577 - 578 rpap1_y1 579 - 582 rpap1n1 583 - 584 rpap1t1 585 - 585 rpap21 586 - 586 rpap3a1 587 - 587 rpap3b1 588 - 588 paprea1 589 - 589 presult 590 - 590 papabn3 591 - 591 papadde1 592 - 592 paptrt1 593 - 593 pnotfol 594 - 595 papnot1 596 - 597 mdrecp1 598 - 598 premind 599 - 599 hyst 600 - 600 rhys1_mt 601 - 602 rhys1_yr 603 - 606 rhys1n 607 - 608 rhys1t 609 - 609 rhys2 610 - 610 rhyst3a 611 - 611 rhyst3b 612 - 612 ovaries 613 - 613 ovarage 614 - 616 hpvhrd 617 - 617 hpvhad 618 - 618 shhpvhrd 619 - 619 shthpv 620 - 620 shhpvdos 621 - 622 hpv_mt 623 - 624 hpv_yr 625 - 628 hpvn 629 - 630 hpvt 631 - 631 hpv2 632 - 632 hpv3a 633 - 633 hpvint 634 - 634 hpvnot 635 - 636 hpvcost 637 - 637 hpvlocst 638 - 638 mamhad 639 - 639 mamage 640 - 640 mamrea 641 - 641 mam6yr 642 - 643 rmam1_mt 644 - 645 rmam1_yr 646 - 649 rmam1n 650 - 651 rmam1t 652 - 652 rmam2 653 - 653 rmam3a 654 - 654 rmam3b 655 - 655 mamreas 656 - 656 mamabn1 657 - 657 mfollow 658 - 658 mnotfol 659 - 660 mammode 661 - 661 mamcan1 662 - 662 mfound 663 - 664 str mfound2 665 - 739 lumpev2 740 - 740 lumpnum2 741 - 742 mamnot 743 - 744 mdrecmam 745 - 745 cbehad 746 - 746 rcbe1_mt 747 - 748 rcbe1_yr 749 - 752 rcbe1n 753 - 754 rcbe1t 755 - 755 rcbe2 756 - 756 rcbe3a 757 - 757 rcbe3b 758 - 758 mrihad 759 - 759 mri_mt 760 - 761 mri_yr 762 - 765 mrin 766 - 767 mrit 768 - 768 mri2 769 - 769 mri3a 770 - 770 mrirea 771 - 772 chestx 773 - 773 chestrea 774 - 774 cat12 775 - 775 catchest 776 - 776 catlung 777 - 777 aspirin 778 - 778 aspir3m 779 - 779 advil 780 - 780 advil3m 781 - 781 propecia 782 - 782 propmths 783 - 783 propreas 784 - 784 medhrt1 785 - 785 hrtever 786 - 786 hrtstop 787 - 787 medtamx1 788 - 788 tammain 789 - 789 medralx1 790 - 790 ralxreas 791 - 791 medbc1 792 - 792 psarec 793 - 793 psahad 794 - 794 rpsa1_mt 795 - 796 rpsa1_yr 797 - 800 rpsa1n 801 - 802 rpsa1t 803 - 803 rpsa2 804 - 804 rpsa3a 805 - 805 rpsa3b 806 - 806 psareas 807 - 807 psaage1 808 - 809 psa5yr 810 - 811 psaadv 812 - 812 psadisav 813 - 813 psaexp 814 - 814 colhad 815 - 815 col_mt 816 - 817 col_yr 818 - 821 coln 822 - 823 colt 824 - 824 col2 825 - 825 col3a 826 - 826 col3b 827 - 827 colreas 828 - 828 sighad 829 - 829 sig_mt 830 - 831 sig_yr 832 - 835 sign 836 - 837 sigt 838 - 838 sig2 839 - 839 sig3a 840 - 840 sig3b 841 - 841 sigreas 842 - 842 ctheard 843 - 843 cthadev 844 - 844 ct_mt 845 - 846 ct_yr 847 - 850 ctn 851 - 852 ctt 853 - 853 ct2 854 - 854 ct3a 855 - 855 ctreas 856 - 856 polyp 857 - 857 hfobhad 858 - 858 rhfo1_mt 859 - 860 rhfo1_yr 861 - 864 rhfo1n 865 - 866 rhfo1t 867 - 867 rhfo2 868 - 868 rhfob3a 869 - 869 rhfob3b 870 - 870 hfobrea1 871 - 871 hfobabn1 872 - 872 hfobtst1 873 - 873 hfobtst2 874 - 874 hfobtst3 875 - 875 hfobtst4 876 - 876 hfobtst5 877 - 877 hfobtst0 878 - 878 hfonotdo 879 - 879 fobhad 880 - 880 rfob1_mt 881 - 882 rfob1_yr 883 - 886 rfob1n 887 - 888 rfob1t 889 - 889 rfob2 890 - 890 rofob3a 891 - 891 rofob3b 892 - 892 rfobreas 893 - 893 colprob 894 - 894 coltest 895 - 895 colkind1 896 - 896 colkind2 897 - 897 colkind3 898 - 898 colkind4 899 - 899 colkind5 900 - 900 colnot 901 - 902 gtheard 903 - 903 gtposs 904 - 904 gtadvise 905 - 905 gtgrisk 906 - 906 gtbre 907 - 907 gtova 908 - 908 gtcol 909 - 909 gtoth 910 - 910 str gtrskoth 911 - 930 gtrsk_mt 931 - 932 gtrsk_yr 933 - 936 gtrskn 937 - 938 gtrskt 939 - 939 gtinsure 940 - 940 gtccom 941 - 941 gtcclom 942 - 942 gtcbom 943 - 943 fhfcan 944 - 944 fhftyp1 945 - 945 fhfage01 946 - 946 fhftyp2 947 - 947 fhfage02 948 - 948 fhftyp3 949 - 949 fhfage03 950 - 950 fhftyp4 951 - 951 fhfage04 952 - 952 fhftyp5 953 - 953 fhfage05 954 - 954 fhftyp7 955 - 955 fhfage07 956 - 956 fhftyp8 957 - 957 fhfage08 958 - 958 fhftyp9 959 - 959 fhfage09 960 - 960 fhftyp10 961 - 961 fhfage10 962 - 962 fhftyp11 963 - 963 fhfage11 964 - 964 fhftyp12 965 - 965 fhfage12 966 - 966 fhftyp13 967 - 967 fhfage13 968 - 968 fhftyp14 969 - 969 fhfage14 970 - 970 fhftyp15 971 - 971 fhfage15 972 - 972 fhftyp16 973 - 973 fhfage16 974 - 974 fhftyp17 975 - 975 fhfage17 976 - 976 fhftyp19 977 - 977 fhfage19 978 - 978 fhftyp20 979 - 979 fhfage20 980 - 980 fhftyp21 981 - 981 fhfage21 982 - 982 fhftyp22 983 - 983 fhfage22 984 - 984 fhftyp23 985 - 985 fhfage23 986 - 986 fhftyp24 987 - 987 fhfage24 988 - 988 fhftyp25 989 - 989 fhfage25 990 - 990 fhftyp26 991 - 991 fhfage26 992 - 992 fhftyp27 993 - 993 fhfage27 994 - 994 fhftyp28 995 - 995 fhfage28 996 - 996 fhftyp30 997 - 997 fhfage30 998 - 998 fhftyp31 999 - 999 fhmcan 1000 -1000 fhmtyp1 1001 -1001 fhmage01 1002 -1002 fhmtyp2 1003 -1003 fhmage02 1004 -1004 fhmtyp3 1005 -1005 fhmage03 1006 -1006 fhmtyp4 1007 -1007 fhmage04 1008 -1008 fhmtyp5 1009 -1009 fhmage05 1010 -1010 fhmtyp6 1011 -1011 fhmage06 1012 -1012 fhmtyp7 1013 -1013 fhmage07 1014 -1014 fhmtyp8 1015 -1015 fhmage08 1016 -1016 fhmtyp9 1017 -1017 fhmage09 1018 -1018 fhmtyp10 1019 -1019 fhmage10 1020 -1020 fhmtyp11 1021 -1021 fhmage11 1022 -1022 fhmtyp12 1023 -1023 fhmage12 1024 -1024 fhmtyp13 1025 -1025 fhmage13 1026 -1026 fhmtyp14 1027 -1027 fhmage14 1028 -1028 fhmtyp15 1029 -1029 fhmage15 1030 -1030 fhmtyp16 1031 -1031 fhmage16 1032 -1032 fhmtyp17 1033 -1033 fhmage17 1034 -1034 fhmtyp18 1035 -1035 fhmage18 1036 -1036 fhmtyp19 1037 -1037 fhmage19 1038 -1038 fhmtyp21 1039 -1039 fhmage21 1040 -1040 fhmtyp22 1041 -1041 fhmage22 1042 -1042 fhmtyp23 1043 -1043 fhmage23 1044 -1044 fhmtyp24 1045 -1045 fhmage24 1046 -1046 fhmtyp25 1047 -1047 fhmage25 1048 -1048 fhmtyp27 1049 -1049 fhmage27 1050 -1050 fhmtyp28 1051 -1051 fhmage28 1052 -1052 fhmtyp29 1053 -1053 fhmage29 1054 -1054 fhmtyp30 1055 -1055 fhmage30 1056 -1056 fhmtyp31 1057 -1057 fhbnum 1058 -1059 fhbcan 1060 -1061 fhbtyp1 1062 -1062 fhbman01 1063 -1064 fhbage01 1065 -1066 fhbtyp2 1067 -1067 fhbman02 1068 -1069 fhbage02 1070 -1071 fhbtyp3 1072 -1072 fhbman03 1073 -1074 fhbage03 1075 -1076 fhbtyp4 1077 -1077 fhbman04 1078 -1079 fhbage04 1080 -1081 fhbtyp5 1082 -1082 fhbman05 1083 -1084 fhbage05 1085 -1086 fhbtyp7 1087 -1087 fhbman07 1088 -1089 fhbage07 1090 -1091 fhbtyp8 1092 -1092 fhbman08 1093 -1094 fhbage08 1095 -1096 fhbtyp9 1097 -1097 fhbman09 1098 -1099 fhbage09 1100 -1101 fhbtyp10 1102 -1102 fhbman10 1103 -1104 fhbage10 1105 -1106 fhbtyp11 1107 -1107 fhbman11 1108 -1109 fhbage11 1110 -1111 fhbtyp12 1112 -1112 fhbman12 1113 -1114 fhbage12 1115 -1116 fhbtyp13 1117 -1117 fhbman13 1118 -1119 fhbage13 1120 -1121 fhbtyp14 1122 -1122 fhbman14 1123 -1124 fhbage14 1125 -1126 fhbtyp15 1127 -1127 fhbman15 1128 -1129 fhbage15 1130 -1131 fhbtyp16 1132 -1132 fhbman16 1133 -1134 fhbage16 1135 -1136 fhbtyp17 1137 -1137 fhbman17 1138 -1139 fhbage17 1140 -1141 fhbtyp19 1142 -1142 fhbman19 1143 -1144 fhbage19 1145 -1146 fhbtyp20 1147 -1147 fhbman20 1148 -1149 fhbage20 1150 -1151 fhbtyp21 1152 -1152 fhbman21 1153 -1154 fhbage21 1155 -1156 fhbtyp22 1157 -1157 fhbman22 1158 -1159 fhbage22 1160 -1161 fhbtyp23 1162 -1162 fhbman23 1163 -1164 fhbage23 1165 -1166 fhbtyp24 1167 -1167 fhbman24 1168 -1169 fhbage24 1170 -1171 fhbtyp25 1172 -1172 fhbman25 1173 -1174 fhbage25 1175 -1176 fhbtyp26 1177 -1177 fhbman26 1178 -1179 fhbage26 1180 -1181 fhbtyp27 1182 -1182 fhbman27 1183 -1184 fhbage27 1185 -1186 fhbtyp28 1187 -1187 fhbman28 1188 -1189 fhbage28 1190 -1191 fhbtyp30 1192 -1192 fhbman30 1193 -1194 fhbage30 1195 -1196 fhbtyp31 1197 -1197 fhsnum 1198 -1199 fhscan 1200 -1201 fhstyp1 1202 -1202 fhsman01 1203 -1204 fhsage01 1205 -1206 fhstyp2 1207 -1207 fhsman02 1208 -1209 fhsage02 1210 -1211 fhstyp3 1212 -1212 fhsman03 1213 -1214 fhsage03 1215 -1216 fhstyp4 1217 -1217 fhsman04 1218 -1219 fhsage04 1220 -1221 fhstyp5 1222 -1222 fhsman05 1223 -1224 fhsage05 1225 -1226 fhstyp6 1227 -1227 fhsman06 1228 -1229 fhsage06 1230 -1231 fhstyp7 1232 -1232 fhsman07 1233 -1234 fhsage07 1235 -1236 fhstyp8 1237 -1237 fhsman08 1238 -1239 fhsage08 1240 -1241 fhstyp9 1242 -1242 fhsman09 1243 -1244 fhsage09 1245 -1246 fhstyp10 1247 -1247 fhsman10 1248 -1249 fhsage10 1250 -1251 fhstyp11 1252 -1252 fhsman11 1253 -1254 fhsage11 1255 -1256 fhstyp12 1257 -1257 fhsman12 1258 -1259 fhsage12 1260 -1261 fhstyp13 1262 -1262 fhsman13 1263 -1264 fhsage13 1265 -1266 fhstyp14 1267 -1267 fhsman14 1268 -1269 fhsage14 1270 -1271 fhstyp15 1272 -1272 fhsman15 1273 -1274 fhsage15 1275 -1276 fhstyp16 1277 -1277 fhsman16 1278 -1279 fhsage16 1280 -1281 fhstyp17 1282 -1282 fhsman17 1283 -1284 fhsage17 1285 -1286 fhstyp18 1287 -1287 fhsman18 1288 -1289 fhsage18 1290 -1291 fhstyp19 1292 -1292 fhsman19 1293 -1294 fhsage19 1295 -1296 fhstyp21 1297 -1297 fhsman21 1298 -1299 fhsage21 1300 -1301 fhstyp22 1302 -1302 fhsman22 1303 -1304 fhsage22 1305 -1306 fhstyp23 1307 -1307 fhsman23 1308 -1309 fhsage23 1310 -1311 fhstyp24 1312 -1312 fhsman24 1313 -1314 fhsage24 1315 -1316 fhstyp25 1317 -1317 fhsman25 1318 -1319 fhsage25 1320 -1321 fhstyp27 1322 -1322 fhsman27 1323 -1324 fhsage27 1325 -1326 fhstyp28 1327 -1327 fhsman28 1328 -1329 fhsage28 1330 -1331 fhstyp29 1332 -1332 fhsman29 1333 -1334 fhsage29 1335 -1336 fhstyp30 1337 -1337 fhsman30 1338 -1339 fhsage30 1340 -1341 fhstyp31 1342 -1342 fhnnum 1343 -1344 fhncan 1345 -1346 fhntyp1 1347 -1347 fhnman01 1348 -1349 fhnage01 1350 -1351 fhntyp2 1352 -1352 fhnman02 1353 -1354 fhnage02 1355 -1356 fhntyp3 1357 -1357 fhnman03 1358 -1359 fhnage03 1360 -1361 fhntyp4 1362 -1362 fhnman04 1363 -1364 fhnage04 1365 -1366 fhntyp5 1367 -1367 fhnman05 1368 -1369 fhnage05 1370 -1371 fhntyp7 1372 -1372 fhnman07 1373 -1374 fhnage07 1375 -1376 fhntyp8 1377 -1377 fhnman08 1378 -1379 fhnage08 1380 -1381 fhntyp9 1382 -1382 fhnman09 1383 -1384 fhnage09 1385 -1386 fhntyp10 1387 -1387 fhnman10 1388 -1389 fhnage10 1390 -1391 fhntyp11 1392 -1392 fhnman11 1393 -1394 fhnage11 1395 -1396 fhntyp12 1397 -1397 fhnman12 1398 -1399 fhnage12 1400 -1401 fhntyp13 1402 -1402 fhnman13 1403 -1404 fhnage13 1405 -1406 fhntyp14 1407 -1407 fhnman14 1408 -1409 fhnage14 1410 -1411 fhntyp15 1412 -1412 fhnman15 1413 -1414 fhnage15 1415 -1416 fhntyp16 1417 -1417 fhnman16 1418 -1419 fhnage16 1420 -1421 fhntyp17 1422 -1422 fhnman17 1423 -1424 fhnage17 1425 -1426 fhntyp19 1427 -1427 fhnman19 1428 -1429 fhnage19 1430 -1431 fhntyp20 1432 -1432 fhnman20 1433 -1434 fhnage20 1435 -1436 fhntyp21 1437 -1437 fhnman21 1438 -1439 fhnage21 1440 -1441 fhntyp22 1442 -1442 fhnman22 1443 -1444 fhnage22 1445 -1446 fhntyp23 1447 -1447 fhnman23 1448 -1449 fhnage23 1450 -1451 fhntyp24 1452 -1452 fhnman24 1453 -1454 fhnage24 1455 -1456 fhntyp25 1457 -1457 fhnman25 1458 -1459 fhnage25 1460 -1461 fhntyp26 1462 -1462 fhnman26 1463 -1464 fhnage26 1465 -1466 fhntyp27 1467 -1467 fhnman27 1468 -1469 fhnage27 1470 -1471 fhntyp28 1472 -1472 fhnman28 1473 -1474 fhnage28 1475 -1476 fhntyp30 1477 -1477 fhnman30 1478 -1479 fhnage30 1480 -1481 fhntyp31 1482 -1482 fhdnum 1483 -1484 fhdcan 1485 -1486 fhdtyp1 1487 -1487 fhdman01 1488 -1489 fhdage01 1490 -1491 fhdtyp2 1492 -1492 fhdman02 1493 -1494 fhdage02 1495 -1496 fhdtyp3 1497 -1497 fhdman03 1498 -1499 fhdage03 1500 -1501 fhdtyp4 1502 -1502 fhdman04 1503 -1504 fhdage04 1505 -1506 fhdtyp5 1507 -1507 fhdman05 1508 -1509 fhdage05 1510 -1511 fhdtyp6 1512 -1512 fhdman06 1513 -1514 fhdage06 1515 -1516 fhdtyp7 1517 -1517 fhdman07 1518 -1519 fhdage07 1520 -1521 fhdtyp8 1522 -1522 fhdman08 1523 -1524 fhdage08 1525 -1526 fhdtyp9 1527 -1527 fhdman09 1528 -1529 fhdage09 1530 -1531 fhdtyp10 1532 -1532 fhdman10 1533 -1534 fhdage10 1535 -1536 fhdtyp11 1537 -1537 fhdman11 1538 -1539 fhdage11 1540 -1541 fhdtyp12 1542 -1542 fhdman12 1543 -1544 fhdage12 1545 -1546 fhdtyp13 1547 -1547 fhdman13 1548 -1549 fhdage13 1550 -1551 fhdtyp14 1552 -1552 fhdman14 1553 -1554 fhdage14 1555 -1556 fhdtyp15 1557 -1557 fhdman15 1558 -1559 fhdage15 1560 -1561 fhdtyp16 1562 -1562 fhdman16 1563 -1564 fhdage16 1565 -1566 fhdtyp17 1567 -1567 fhdman17 1568 -1569 fhdage17 1570 -1571 fhdtyp18 1572 -1572 fhdman18 1573 -1574 fhdage18 1575 -1576 fhdtyp19 1577 -1577 fhdman19 1578 -1579 fhdage19 1580 -1581 fhdtyp21 1582 -1582 fhdman21 1583 -1584 fhdage21 1585 -1586 fhdtyp22 1587 -1587 fhdman22 1588 -1589 fhdage22 1590 -1591 fhdtyp23 1592 -1592 fhdman23 1593 -1594 fhdage23 1595 -1596 fhdtyp24 1597 -1597 fhdman24 1598 -1599 fhdage24 1600 -1601 fhdtyp25 1602 -1602 fhdman25 1603 -1604 fhdage25 1605 -1606 fhdtyp27 1607 -1607 fhdman27 1608 -1609 fhdage27 1610 -1611 fhdtyp28 1612 -1612 fhdman28 1613 -1614 fhdage28 1615 -1616 fhdtyp29 1617 -1617 fhdman29 1618 -1619 fhdage29 1620 -1621 fhdtyp30 1622 -1622 fhdman30 1623 -1624 fhdage30 1625 -1626 fhdtyp31 1627 -1627 qol 1628 -1628 qolph 1629 -1629 qolmh 1630 -1630 qolsar 1631 -1631 cousar 1632 -1632 coepa 1633 -1633 bep7d 1634 -1634 rf7d 1635 -1635 rp7d 1636 -1637 ccbg10y 1638 -1638 wccbgw 1639 -1639 recur 1640 -1640 mrryr 1641 -1644 tretmrc1 1645 -1645 tretmrc2 1646 -1646 tretmrc3 1647 -1647 tretmrc4 1648 -1648 tretmrc5 1649 -1649 tretmrc6 1650 -1650 tretmrc7 1651 -1651 str tmrcspec 1652 -1671 tretbc 1672 -1672 ciat 1673 -1673 nfoc 1674 -1674 tretdoc 1675 -1675 fuadvev 1676 -1676 fuadvfmt 1677 -1677 hict 1678 -1678 hpcaerop 1679 -1679 hpidatt 1680 -1680 hpmetesn 1681 -1681 acdpcsg 1682 -1682 mrnpcsg 1683 -1683 str rcsgspec 1684 -1703 dkpcsg 1704 -1704 ctrsct 1705 -1705 dhibc 1706 -1706 ccfp 1707 -1707 using cancerxx.dat; replace wtia_sa = wtia_sa/10; * DEFINE VARIABLE LABELS; label variable rectype "IDN.000_00.000: File type identifier"; label variable srvy_yr " IDN.000_02.000: Year of National Health Interview Survey"; label variable hhx "IDN.000_04.000: HH identifier"; label variable intv_qrt "IDN.000_25.000: Interview Quarter"; label variable assignwk "IDN.000_30.000: Assignment Week"; label variable fmx "IDN.000_35.000: Family Serial Number"; label variable fpx "IDN.000_40.000: Person Number (Within family)"; label variable wtia_sa "IDN.000_65.000: Weight - Interim Annual"; label variable wtfa_sa "IDN.000_70.000: Weight - Final Annual"; label variable region "UCF.000_00.000: Region"; label variable strat_p " UCF.000_00.000: Pseudo-stratum for public use file variance estimation"; label variable psu_p " UCF.000_00.000: Pseudo-PSU for public use file variance estimation"; label variable sex "HHC.110_00.000: Sex"; label variable hispan_i "HHC.180_00.000: Hispanic subgroup detail"; label variable racerpi2 "HHC.200_01.000: OMB groups w/multiple race"; label variable mracrpi2 " HHC.200_01.000: Race coded to single/multiple race group"; label variable mracbpi2 " HHC.200_01.000: Race coded to single/multiple race group"; label variable age_p "HHC.420_00.000: Age"; label variable compstat "HHC.430_00.000: Record completion status"; label variable r_maritl "FID.250_00.000: Marital Status"; label variable spspeak "NAC.005_00.000: Language used most often"; label variable cerealno " NAC.010_01.000: Freq eating hot or cold cereals during the past month: # of unit s"; label variable cerealtp " NAC.010_02.000: Freq eating hot or cold cereals during the past month: Time unit s"; label variable certyp "NAC.015_00.000: First kind of cereal eaten (name)"; label variable certypn "NAC.015_00.005: First kind of cereal eaten (number)"; label variable certpsp "NAC.015_00.010: Other kind of first cereal mentioned"; label variable certyp2 "NAC.015_01.000: Ate a second kind of cereal"; label variable certyp3 "NAC.015_02.000: Second kind of cereal eaten (name)"; label variable certyp3n "NAC.015_02.005: Second kind of cereal eaten (number)"; label variable certp3sp "NAC.015_02.010: Other kind of second cereal mentioned"; label variable milkno " NAC.020_01.000: Freq drinking milk during the past month: # of units"; label variable milktp " NAC.020_02.000: Freq drinking milk during the past month: Time units"; label variable milktyp "NAC.025_00.000: Type of milk"; label variable sodano " NAC.030_01.000: Freq drinking soda during the past month: # of units"; label variable sodatp " NAC.030_02.000: Freq drinking soda during the past month: Time units"; label variable frjuicno " NAC.040_01.000: Freq drinking fruit juice during the past month: # of units"; label variable frjuictp " NAC.040_02.000: Freq drinking fruit juice during the past month: Time units"; label variable coffeeno " NAC.042_01.000: Freq drinking coffee and tea during the past month: # of units"; label variable coffeetp " NAC.042_02.000: Freq drinking coffee and tea during the past month: Time units"; label variable spordrno " NAC.045_01.000: Freq drinking sports and energy drinks during the past month: # of units"; label variable spordrtp " NAC.045_02.000: Freq drinking sports and energy drinks during the past month: Ti me units"; label variable frtdrno " NAC.060_01.000: Freq drinking sweetened fruit drinks during the past month: # of units"; label variable frtdrtp " NAC.060_02.000: Freq drinking sweetened fruit drinks during the past month: Time units"; label variable fruitno " NAC.070_01.000: Freq eating fruit during the past month: # of units"; label variable fruittp " NAC.070_02.000: Freq eating fruit during the past month: Time units"; label variable saladno " NAC.090_01.000: Freq eating a green leafy or lettuce salad during the past month : # of units"; label variable saladtp " NAC.090_02.000: Freq eating a green leafy or lettuce salad during the past month : Time units"; label variable friesno " NAC.100_01.000: Freq eating fried potatoes during the past month: # of units"; label variable friestp " NAC.100_02.000: Freq eating fried potatoes during the past month: Time units"; label variable potatono " NAC.110_01.000: Freq eating other kinds of potatoes during the past month: # of units"; label variable potatotp " NAC.110_02.000: Freq eating other kinds of potatoes during the past month: Time units"; label variable beansno " NAC.120_01.000: Freq eating beans during the past month: # of units"; label variable beanstp " NAC.120_02.000: Freq eating beans during the past month: Time units"; label variable brriceno " NAC.125_01.000: Freq eating brown rice or other cooked whole grains during the p ast month: # of units"; label variable brricetp " NAC.125_02.000: Freq eating brown rice or other cooked whole grains during the p ast month: Time units"; label variable ovegno " NAC.130_01.000: Freq eating other vegetables during the past month: # of units"; label variable ovegtp " NAC.130_02.000: Freq eating other vegetables during the past month: Time units"; label variable salsano " NAC.131_01.000: Freq eating salsa during the past month: # of units"; label variable salsatp " NAC.131_02.000: Freq eating salsa during the past month: Time units"; label variable pizzano " NAC.132_01.000: Freq eating pizza during the past month: # of units"; label variable pizzatp " NAC.132_02.000: Freq eating pizza during the past month: Time units"; label variable tomsauno " NAC.133_01.000: Freq eating tomato sauces during the past month: # of units"; label variable tomsautp " NAC.133_02.000: Freq eating tomato sauces during the past month: Time units"; label variable cheeseno " NAC.134_01.000: Freq eating cheese during the past month: # of units"; label variable cheesetp " NAC.134_02.000: Freq eating cheese during the past month: Time units"; label variable cheestyp "NAC.135_00.000: Freq eating light or low-fat cheese"; label variable redmetno " NAC.136_01.000: Freq eating red meat during the past month: # of units"; label variable redmettp " NAC.136_02.000: Freq eating red meat during the past month: Time units"; label variable prometno " NAC.137_01.000: Freq eating processed meat during the past month: # of units"; label variable promettp " NAC.137_02.000: Freq eating processed meat during the past month: Time units"; label variable breadno " NAC.138_01.000: Freq eating whole grain bread during the past month: # of units "; label variable breadtp " NAC.138_02.000: Freq eating whole grain bread during the past month: Time units "; label variable candyno " NAC.139_01.000: Freq eating candy during the past month: # of units"; label variable candytp " NAC.139_02.000: Freq eating candy during the past month: Time units"; label variable donutno " NAC.140_01.000: Freq eating doughnuts, sweet rolls, Danish, muffins, or pop-tart s during the past month: # of units"; label variable donuttp " NAC.140_02.000: Freq eating doughnuts, sweet rolls, Danish, muffins, or pop-tart s during the past month: Time units"; label variable cookieno " NAC.141_01.000: Freq eating cookies, cake, pie, or brownies during the past mont h: # of units"; label variable cookietp " NAC.141_02.000: Freq eating cookies, cake, pie, or brownies during the past mont h: Time units"; label variable icecrno " NAC.145_01.000: Freq eating ice cream or other frozen desserts during the past m onth: # of units"; label variable icecrtp " NAC.145_02.000: Freq eating ice cream or other frozen desserts during the past m onth: Time units"; label variable popcnno " NAC.150_01.000: Freq eating popcorn during the past month: # of units"; label variable popcntp " NAC.150_02.000: Freq eating popcorn during the past month: Time units"; label variable vitmin " NAC.170_00.000: Took vitamin or mineral supplements during the past month"; label variable vitmult " NAC.180_00.000: Took any multi-vitamins during the past month"; label variable vitmuld " NAC.200_01.000: Number of days during past month took multi-vitamins"; label variable calca " NAC.210_00.000: Took calcium supplement during the past month"; label variable calcd " NAC.215_01.000: Number of days during past month took calcium supplements"; label variable vitd " NAC.270_00.000: Took vitamin D pills or supplements during the past month"; label variable vitdm " NAC.280_00.000: Number of days during past month took vitamin D"; label variable vitdwhy "NAC.290_01.000: Main reason for taking vitamin D"; label variable vitdspec "NAC.300_00.000: Other reason for taking vitamin D"; label variable ad11a " NAD.010_00.000: Walk for transportation during past 7 days"; label variable ad12a " NAD.011_00.000: Number of times walking for transportation in past 7 days"; label variable ad13no " NAD.012_01.000: Duration of walking for transportation: # of units"; label variable ad13tp " NAD.012_02.000: Duration of walking for transportation: Time unit"; label variable ad14a "NAD.013_00.000: Walk for leisure during past 7 days"; label variable ad15a " NAD.014_00.000: Number of times walking for leisure in past 7 days"; label variable ad16no " NAD.015_01.000: Duration of walking for leisure: # of units"; label variable ad16tp " NAD.015_02.000: Duration of walking for leisure: Time unit"; label variable sitwday " NAD.040_00.000: Weekday hours per day sitting outside of work"; label variable sitwend " NAD.050_00.000: Weekend hours per day sitting outside of work"; label variable mdexer " NAD.060_00.000: MD recommends exercise/physical activity"; label variable mentholf " NAE.010_00.000: Usual cigarette menthol/non-menthol 12m before quitting"; label variable numciga "NAE.015_00.000: Number of cigarettes smoked daily"; label variable numcvar " NAE.017_00.000: Average number of cigarettes during longest period smoked"; label variable fquita_1 "NAE.020_01.000: Use nicotine patch to stop smoking"; label variable fquita_2 " NAE.020_02.000: Use nicotine gum or lozenge to stop smoking"; label variable fquita_3 " NAE.020_03.000: Use nicotine containing nasal spray or inhaler to stop smoking"; label variable fquita_4 " NAE.020_04.000: Use Chantix or Varenicline to stop smoking"; label variable fquita_5 " NAE.020_05.000: Use Zyban, Bupropion, or Wellbutrin to stop smoking"; label variable fquitb_1 " NAE.025_01.000: Use telephone help/quit line to stop smoking"; label variable fquitb_2 " NAE.025_02.000: Use one-on-one counseling to stop smoking"; label variable fquitb_3 " NAE.025_03.000: Use a stop smoking clinic, class, or support group to stop smoki ng"; label variable menthol " NAE.060_00.000: Usual cigarette brand menthol/non-menthol"; label variable csqev "NAE.075_00.000: Stopped smoking one day or longer"; label variable cquita_1 " NAE.080_01.000: Use nicotine patch to try to quit smoking"; label variable cquita_2 " NAE.080_02.000: Use nicotine gum or lozenge to try to quit smoking"; label variable cquita_3 " NAE.080_03.000: Use nicotine containing spray or inhaler to try to quit smoking "; label variable cquita_4 " NAE.080_04.000: Use Chantix or Varenicline to try to quit smoking"; label variable cquita_5 " NAE.080_05.000: Use Zyban, Bupropion, or Wellbutrin to try to quit smoking"; label variable cquitb_1 " NAE.085_01.000: Use telephone help/quit line to try to quit smoking"; label variable cquitb_2 " NAE.085_02.000: Use one-on-one counseling to try to quit smoking"; label variable cquitb_3 " NAE.085_03.000: Use a stop smoking clinic, class, or support group to try to qui t smoking"; label variable qwant "NAE.100_00.000: Like to completely quit smoking"; label variable cigev1 "NAE.146_00.000: Ever smoked a cigar"; label variable cigev50 "NAE.148_00.000: Smoked at least 50 cigars"; label variable cigcur " NAE.150_00.000: Smoke cigar every day/some days/not at all"; label variable cig30d " NAE.152_00.000: Number of days smoked cigar in past 30 days"; label variable snuffev "NAE.154_00.000: Ever used snuff"; label variable snufev20 "NAE.156_00.000: Used snuff at least 20 times"; label variable snuffcur " NAE.158_00.000: Use snuff every day/some days/not at all"; label variable snuff30d " NAE.159_00.000: Number of days used snuff in past 30 days"; label variable chewev "NAE.160_00.000: Ever used chewing tobacco"; label variable chewev20 "NAE.162_00.000: Used chewing tobacco at least 20 times "; label variable chewcur " NAE.164_00.000: Use chewing tobacco every day/some days/not at all"; label variable chew30d " NAE.166_00.000: Number of days used chewing tobacco in past 30 days"; label variable chewtyp " NAE.167_00.000: Brand of snuff/chewing tobacco used most often"; label variable chtypoth "NAE.168_00.000: Other brand of snuff/chewing tobacco"; label variable mdtob2 " NAE.170_00.000: Health professional advised quit smoking/using other kinds of to bacco"; label variable hptob21 " NAE.171_01.000: MD advised quit smoking/using other kinds of tobacco"; label variable hptob22 " NAE.171_02.000: Dentist advised quit smoking/using other kinds of tobacco"; label variable hptob23 " NAE.171_03.000: Nurse advised quit smoking/using other kinds of tobacco"; label variable hptob24 " NAE.171_04.000: Dental Hygienist advised quit smoking/using other kinds of tobac co"; label variable hptob25 " NAE.171_05.000: Other health prof advised quit smoking/using other kinds of toba cco"; label variable hptoth " NAE.172_00.000: Other health prof who advised quit smoking/using other kinds of tobacco"; label variable livintro "NAE.173_00.000: Residents smoke inside home"; label variable livsmoke "NAE.174_00.000: Number of residents smoking inside home "; label variable lvdysmok " NAE.176_00.000: Number of days per week residents smoke inside home"; label variable livebth "NAE.190_00.000: Had live birth in past 5 years"; label variable smkpreg " NAE.200_00.000: Smoking when became pregnant with last child"; label variable smklst " NAE.210_00.000: Smoke any time during pregnancy with last child"; label variable qutwk " NAE.220_00.000: Quit smoking for 7+ days during pregnancy with last child"; label variable mthquit " NAE.230_00.000: Month of pregnancy quit smoking for 7+ days"; label variable stsmok "NAE.240_00.000: Start smoking again during pregnancy"; label variable sun1hr "NAF.010_00.000: In sun 1 hr, effect on skin"; label variable suntan "NAF.015_00.000: In sun a long time, effect on skin"; label variable sun1_sha "NAF.020_00.000: Stay in shade on warm sunny day"; label variable sun1_cap " NAF.022_00.000: Wear baseball cap/visor on warm sunny day"; label variable sun_hat1 "NAF.023_00.000: Wear wide-brimmed hat on warm sunny day "; label variable sun2_lgs " NAF.024_00.000: Wear long sleeved shirt on warm sunny day"; label variable sun2_lgp " NAF.025_00.000: Wear long clothing to ankles on warm sunny day"; label variable sun2_scr "NAF.026_00.000: Use sunscreen on warm sunny day"; label variable spf "NAF.027_00.000: SPF of sunscreen used most often"; label variable spfscale "NAF.028_00.000: SPF number of usual sunscreen"; label variable nburn " NAF.030_00.000: Number of times sunburned during past 12 months"; label variable snonce " NAF.032_00.000: Used indoor tanning device during past 12 months"; label variable snnum1 " NAF.033_00.000: Number of times used tanning device during past 12 months"; label variable sknx "NAF.040_00.000: Ever had skin cancer exam"; label variable rskx1_mt "NAF.050_01.000: Month of most recent skin exam"; label variable rskx1_yr "NAF.050_02.000: Year of most recent skin exam"; label variable rskx1n " NAF.055_01.000: Time ago date of most recent skin exam: # of units"; label variable rskx1t " NAF.055_02.000: Time ago date of most recent skin exam: Time unit"; label variable rskx2 "NAF.060_00.000: Most recent skin exam, time categories "; label variable rskx3a " Recode: Most recent skin exam, time categories (using 2005 method)"; label variable rskx3b " Recode: Most recent skin exam, time categories (using 2000 method)"; label variable skinreas "NAF.070_00.000: Main reason for most recent skin exam"; label variable menstage "NAF.080_00.000: Age at first menstrual cycle"; label variable menstill "NAF.090_00.000: Still have menstrual cycles"; label variable menlast "NAF.100_00.000: Time of last menstrual cycle"; label variable birthev "NAF.110_00.000: Ever gave birth to live born infant"; label variable birthnum "NAF.111_00.000: Total number of live births"; label variable birthage "NAF.120_00.000: Age when first child was born"; label variable birthag2 "NAF.121_00.000: Year first child born"; label variable paphad1 "NAF.130_00.000: Ever had Pap smear/Pap test"; label variable papfrst1 "NAF.135_00.000: Age when had first Pap test"; label variable pap6yr1 "NAF.140_00.000: Number of Pap tests, last 6 years"; label variable rpap1_m1 "NAF.150_01.000: Month of most recent Pap test"; label variable rpap1_y1 "NAF.150_02.000: Year of most recent Pap test"; label variable rpap1n1 " NAF.160_01.000: Time ago date of most recent Pap test: # of units"; label variable rpap1t1 " NAF.160_02.000: Time ago date of most recent Pap test: Time unit"; label variable rpap21 "NAF.165_00.000: Most recent Pap test, time categories"; label variable rpap3a1 " Recode: Most recent Pap test, time categories (using 2005 method)"; label variable rpap3b1 " Recode: Most recent Pap test, time categories (using 2000 method)"; label variable paprea1 "NAF.170_00.000: Main reason for most recent Pap test"; label variable presult "NAF.175_00.000: Got results of most recent Pap test"; label variable papabn3 " NAF.180_00.000: Had abnormal Pap test results in last 3 years"; label variable papadde1 " NAF.190_00.000: Recommended to have more follow-up exams/tests"; label variable paptrt1 " NAF.200_00.000: Followed recommendation to have more follow-up exams/tests"; label variable pnotfol " NAF.209_00.000: Reason did not have follow-up exams/tests"; label variable papnot1 " NAF.210_00.000: Reason why never had a Pap test or none in last 3 years"; label variable mdrecp1 "NAF.215_00.000: Doctor recommended Pap test"; label variable premind " NAF.217_00.000: Reminder from doctor to have Pap test would be helpful"; label variable hyst "NAF.220_00.000: Ever had a hysterectomy"; label variable rhys1_mt "NAF.221_01.000: Month of hysterectomy"; label variable rhys1_yr "NAF.221_02.000: Year of hysterectomy"; label variable rhys1n " NAF.222_01.000: Time ago date of hysterectomy: # of units"; label variable rhys1t " NAF.222_02.000: Time ago date of hysterectomy: Time unit"; label variable rhys2 "NAF.225_00.000: Date of hysterectomy, time categories"; label variable rhyst3a " Recode: Date of hysterectomy, time categories (using 2005 method)"; label variable rhyst3b " Recode: Date of hysterectomy, time categories (using 2000 method)"; label variable ovaries "NAF.226_00.000: Had both ovaries removed"; label variable ovarage "NAF.227_00.000: Age when both ovaries were removed"; label variable hpvhrd "NAF.228_01.000: Ever heard of HPV"; label variable hpvhad "NAF.228_02.000: Told by doctor you had HPV"; label variable shhpvhrd "NAF.228_03.000: Ever heard of HPV vaccines or shots"; label variable shthpv "NAF.228_04.000: Ever received HPV shot/vaccine"; label variable shhpvdos "NAF.228_05.000: Number of HPV shots received"; label variable hpv_mt "NAF.228_06.000: Month of last HPV shot"; label variable hpv_yr "NAF.228_07.000: Year of last HPV shot"; label variable hpvn " NAF.228_08.000: Time ago date of last HPV shot: # of units"; label variable hpvt " NAF.228_09.000: Time ago date of last HPV shot: Time unit"; label variable hpv2 "NAF.228_10.000: Date of last HPV shot, time categories "; label variable hpv3a " Recode: Date of last HPV shot, time categories (using 2005 method)"; label variable hpvint "NAF.229_01.000: Interested in getting HPV vaccine"; label variable hpvnot "NAF.229_02.000: Main reason would not get vaccine"; label variable hpvcost "NAF.229_03.000: Get HPV vaccine if had to pay $360-$500 "; label variable hpvlocst " NAF.229_04.000: Get HPV vaccine if free/at much lower cost"; label variable mamhad "NAF.230_00.000: Ever had a mammogram"; label variable mamage "NAF.240_00.000: Age at first mammogram, age categories "; label variable mamrea "NAF.245_00.000: Main reason had first mammogram"; label variable mam6yr "NAF.250_00.000: Number of mammograms in last 6 years"; label variable rmam1_mt "NAF.260_01.000: Month of most recent mammogram"; label variable rmam1_yr "NAF.260_02.000: Year of most recent mammogram"; label variable rmam1n " NAF.270_01.000: Time ago date of most recent mammogram: # of units"; label variable rmam1t " NAF.270_02.000: Time ago date of most recent mammogram: Time unit"; label variable rmam2 "NAF.275_00.000: Most recent mammogram, time categories "; label variable rmam3a " Recode: Most recent mammogram, time categories (using 2005 method)"; label variable rmam3b " Recode: Most recent mammogram, time categories (using 2000 method)"; label variable mamreas "NAF.310_00.000: Main reason for most recent mammogram"; label variable mamabn1 " NAF.320_00.000: Recommended to have more tests after most recent mammogram"; label variable mfollow " NAF.325_00.000: Followed recommendation to have more tests"; label variable mnotfol "NAF.330_00.000: Reason did not have more tests"; label variable mammode "NAF.335_00.000: Mode of previous question"; label variable mamcan1 "NAF.340_00.000: Additional tests indicated cancer"; label variable mfound "NAF.345_00.000: How breast cancer was found"; label variable mfound2 " NAF.346_00.000: Specify other way breast cancer was found"; label variable lumpev2 "NAF.350_00.000: Had non-cancerous breast lump removed"; label variable lumpnum2 "NAF.351_00.000: Total number of biopsies"; label variable mamnot " NAF.360_00.000: Reason why never had a mammogram or none in past 2 years"; label variable mdrecmam "NAF.370_00.000: Doctor recommended mammogram"; label variable cbehad "NAF.390_00.000: Ever had a breast exam"; label variable rcbe1_mt "NAF.400_01.000: Month of most recent breast exam"; label variable rcbe1_yr "NAF.400_02.000: Year of most recent breast exam"; label variable rcbe1n " NAF.410_01.000: Time ago date of most recent breast exam: # of units"; label variable rcbe1t " NAF.410_02.000: Time ago date of most recent breast exam: Time unit"; label variable rcbe2 " NAF.415_00.000: Most recent breast exam, time categories"; label variable rcbe3a " Recode: Most recent breast exam, time categories (using 2005 method)"; label variable rcbe3b " Recode: Most recent breast exam, time categories (using 2000 method)"; label variable mrihad "NAF.416_00.000: Ever had a breast MRI"; label variable mri_mt "NAF.417_01.000: Month of most recent breast MRI"; label variable mri_yr "NAF.417_02.000: Year of most recent breast MRI"; label variable mrin " NAF.420_01.000: Time ago date of most recent breast MRI: # of units"; label variable mrit " NAF.420_02.000: Time ago date of most recent breast MRI: Time unit"; label variable mri2 "NAF.421_00.000: Most recent breast MRI, time categories "; label variable mri3a " Recode: Most recent breast MRI, time categories (using 2005 method)"; label variable mrirea "NAF.422_00.000: Main reason for most recent breast MRI "; label variable chestx "NAF.423_01.000: Had a chest x-ray in last 12 months"; label variable chestrea " NAF.423_02.000: Chest x-ray done in last 12 months for lung cancer/some other re ason"; label variable cat12 " NAF.423_03.000: Had CAT scan or CT scan in last 12 months"; label variable catchest " NAF.423_04.000: CAT scan done in last 12 months of chest area"; label variable catlung " NAF.423_05.000: CAT scan done of chest area for lung cancer/some other reason"; label variable aspirin " NAF.424_02.000: Take Aspirin, Bayer, Bufferin, or Excedrin regularly"; label variable aspir3m " NAF.424_03.000: Have taken these medications regularly for last 3 months"; label variable advil " NAF.424_04.000: Take Advil, Ibuprofen, Motrin, Nuprin, Aleve, Naprosyn, Naproxen , or Celebrex regularly"; label variable advil3m " NAF.424_05.000: Have taken these medications regularly for last 3 months"; label variable propecia " NAF.424_06.000: Take Propecia, Proscar, or Finasteride regularly"; label variable propmths " NAF.424_07.000: Have taken Propecia, Proscar, or Finasteride regularly for last 3 months"; label variable propreas " NAF.424_08.000: Main reason for taking Propecia, Proscar or Finasteride"; label variable medhrt1 "NAF.425_01.000: Currently taking HRT"; label variable hrtever "NAF.425_02.000: Ever taken HRT"; label variable hrtstop "NAF.425_03.000: Time since stopped using HRT"; label variable medtamx1 "NAF.425_04.000: Currently taking tamoxifen"; label variable tammain "NAF.425_05.000: Main reason taking tamoxifen"; label variable medralx1 "NAF.425_06.000: Currently taking raloxifene"; label variable ralxreas "NAF.425_07.000: Main reason taking raloxifene"; label variable medbc1 " NAF.425_08.000: Currently taking birth control pills, implants, shots"; label variable psarec "NAF.427_00.000: Doctor recommended a PSA test"; label variable psahad "NAF.430_00.000: Ever had a PSA test"; label variable rpsa1_mt "NAF.440_00.000: Month of most recent PSA test"; label variable rpsa1_yr "NAF.440_01.000: Year of most recent PSA test"; label variable rpsa1n " NAF.440_02.000: Time ago date of most recent PSA test: # of units"; label variable rpsa1t " NAF.440_03.000: Time ago date of most recent PSA test: Time unit"; label variable rpsa2 "NAF.440_04.000: Most recent PSA test, time categories"; label variable rpsa3a " Recode: Most recent PSA test, time categories (using 2005 method)"; label variable rpsa3b " Recode: Most recent PSA test, time categories (using 2000 method)"; label variable psareas "NAF.441_00.000: Main reason for most recent PSA test"; label variable psaage1 "NAF.442_00.000: Age category at first PSA test"; label variable psa5yr "NAF.450_00.000: Number of PSA tests in last 5 years"; label variable psaadv " NAF.455_00.000: Doctor talked to you about advantages of PSA test"; label variable psadisav " NAF.460_00.000: Doctor talked to you about disadvantages of PSA test"; label variable psaexp " NAF.470_00.000: Doctor told you some experts disagree about whether men should h ave PSA tests"; label variable colhad "NAF.540_00.000: Ever had a colonoscopy"; label variable col_mt "NAF.560_01.000: Month of most recent colonoscopy"; label variable col_yr "NAF.560_02.000: Year of most recent colonoscopy"; label variable coln " NAF.570_01.000: Time ago date of most recent colonoscopy: # of units"; label variable colt " NAF.570_02.000: Time ago date of most recent colonoscopy: Time unit"; label variable col2 " NAF.575_00.000: Most recent colonoscopy, time categories"; label variable col3a " Recode: Most recent colonoscopy, time categories (using 2005 method)"; label variable col3b " Recode: Most recent colonoscopy, time categories (using 2000 method)"; label variable colreas "NAF.590_00.000: Main reason for most recent colonoscopy "; label variable sighad "NAF.591_00.000: Ever had a Sigmoidoscopy"; label variable sig_mt "NAF.592_01.000: Month of most recent Sigmoidoscopy"; label variable sig_yr "NAF.593_02.000: Year of most recent Sigmoidoscopy"; label variable sign " NAF.594_01.000: Time ago date of most recent Sigmoidoscopy: # of units"; label variable sigt " NAF.595_02.000: Time ago date of most recent Sigmoidoscopy: Time unit"; label variable sig2 " NAF.596_00.000: Most recent Sigmoidoscopy, time categories"; label variable sig3a " Recode: Most recent Sigmoidoscopy, time categories (using 2005 method)"; label variable sig3b " Recode: Most recent Sigmoidoscopy, time categories (using 2000 method)"; label variable sigreas " NAF.597_00.000: Main reason for most recent Sigmoidoscopy"; label variable ctheard " NAF.611_00.000: Ever heard of CT colonography or virtual colonoscopy"; label variable cthadev " NAF.612_00.000: Ever had a CT colonography or virtual colonoscopy"; label variable ct_mt " NAF.613_01.000: Month of most recent CT colonography or virtual colonoscopy"; label variable ct_yr " NAF.614_02.000: Year of most recent CT colonography or virtual colonoscopy"; label variable ctn " NAF.615_01.000: Time ago date of most recent CT colonography or virtual colonosc opy: # of units"; label variable ctt " NAF.616_02.000: Time ago date of most recent CT colonography or virtual colonosc opy: Time unit"; label variable ct2 " NAF.617_00.000: Most recent CT colonography or virtual colonoscopy, time categor ies"; label variable ct3a " Recode: Most recent CT colonography or virtual colonoscopy, time categories (usi ng 2005 method)"; label variable ctreas " NAF.618_00.000: Main reason for most recent CT colonography or virtual colonosco py"; label variable polyp " NAF.619_00.000: Doctor told you that you had polyps, past 10 years"; label variable hfobhad " NAF.620_00.000: Had blood stool test using home test kit"; label variable rhfo1_mt " NAF.640_01.000: Month of most recent home blood stool test"; label variable rhfo1_yr " NAF.640_02.000: Year of most recent home blood stool test"; label variable rhfo1n " NAF.650_01.000: Time ago date of most recent home blood stool test: # of units"; label variable rhfo1t " NAF.650_02.000: Time ago date of most recent home blood stool test: Time unit"; label variable rhfo2 " NAF.655_00.000: Most recent home blood stool test, time categories"; label variable rhfob3a " Recode: Most recent home blood stool test, time categories (using 2005 method)"; label variable rhfob3b " Recode: Most recent home blood stool test, time categories (using 2000 method)"; label variable hfobrea1 " NAF.660_00.000: Main reason for most recent home blood stool test"; label variable hfobabn1 " NAF.670_00.000: Had abnormal home blood stool test results"; label variable hfobtst1 "NAF.680_01.000: Another fecal occult blood test"; label variable hfobtst2 "NAF.680_02.000: Sigmoidoscopy"; label variable hfobtst3 "NAF.680_03.000: Colonoscopy"; label variable hfobtst4 "NAF.680_04.000: Barium enema"; label variable hfobtst5 "NAF.680_05.000: Surgery"; label variable hfobtst0 "NAF.680_06.000: No additional tests/surgery"; label variable hfonotdo " NAF.690_06.000: Given home blood stool test kit that was not completed and retur ned"; label variable fobhad " NAF.710_00.000: Ever had blood stool test collected during doctor office visit"; label variable rfob1_mt " NAF.720_01.000: Month of most recent office blood stool test"; label variable rfob1_yr " NAF.720_02.000: Year of most recent office blood stool test"; label variable rfob1n " NAF.730_01.000: Time ago date of most recent office blood stool test: # of units "; label variable rfob1t " NAF.730_02.000: Time ago date of most recent office blood stool test: Time unit "; label variable rfob2 " NAF.735_00.000: Most recent office blood stool test, time categories"; label variable rofob3a " Recode: Most recent office blood stool test, time categories (using 2005 method) "; label variable rofob3b " Recode: Most recent office blood stool test, time categories (using 2000 method) "; label variable rfobreas " NAF.740_00.000: Main reason for most recent office blood stool test"; label variable colprob " NAF.750_00.000: Doctor recommended you be tested for colon/rectum problems, past 12 months"; label variable coltest "NAF.760_00.000: Doctor recommended particular tests"; label variable colkind1 " NAF.770_01.000: Recommended stool blood test/fecal occult blood test"; label variable colkind2 "NAF.770_02.000: Recommended Sigmoidoscopy"; label variable colkind3 "NAF.770_03.000: Recommended colonoscopy"; label variable colkind4 " NAF.770_04.000: Recommended CT colonography/virtual colonoscopy"; label variable colkind5 "NAF.770_05.000: Recommended other test"; label variable colnot " NAF.780_01.000: Reason why never had/not recently had any test to look for colon /rectum problems"; label variable gtheard " NAG.010_00.000: Heard of genetic testing for cancer risk"; label variable gtposs "NAG.020_00.000: Discussed genetic test with MD"; label variable gtadvise "NAG.025_00.000: Advised to have genetic test for cancer "; label variable gtgrisk "NAG.030_00.000: Had genetic test for cancer risk"; label variable gtbre "NAG.040_01.000: Had genetic test for breast cancer risk "; label variable gtova " NAG.040_02.000: Had genetic test for ovarian cancer risk"; label variable gtcol " NAG.040_03.000: Had genetic test for colon or rectal cancer risk"; label variable gtoth "NAG.040_04.000: Had genetic test for other cancer risk "; label variable gtrskoth "NAG.044_00.000: Other genetic tests for cancer"; label variable gtrsk_mt "NAG.050_01.000: Month of last genetic test"; label variable gtrsk_yr "NAG.050_02.000: Year of last genetic test"; label variable gtrskn " NAG.055_01.000: Time ago date of genetic test: # of units"; label variable gtrskt " NAG.055_02.000: Time ago date of genetic test: Time unit"; label variable gtinsure " NAG.060_00.000: Genetic testing affects health insurance"; label variable gtccom " NAG.070_00.000: Risk of cancer compared to average man/woman"; label variable gtcclom " NAG.080_00.000: Risk of colon/rectal cancer compared to average man/woman"; label variable gtcbom " NAG.090_00.000: Risk of breast cancer compared to average woman"; label variable fhfcan "NAH.010_00.000: Biological father ever have cancer"; label variable fhftyp1 "NAH.020_01.000: Father had bladder cancer"; label variable fhfage01 " NAH.030_01.000: Father <50 when diagnosed with bladder cancer"; label variable fhftyp2 "NAH.020_02.000: Father had blood cancer"; label variable fhfage02 " NAH.030_02.000: Father <50 when diagnosed with blood cancer"; label variable fhftyp3 "NAH.020_03.000: Father had bone cancer"; label variable fhfage03 " NAH.030_03.000: Father <50 when diagnosed with bone cancer"; label variable fhftyp4 "NAH.020_04.000: Father had brain cancer"; label variable fhfage04 " NAH.030_04.000: Father <50 when diagnosed with brain cancer"; label variable fhftyp5 "NAH.020_05.000: Father had breast cancer"; label variable fhfage05 " NAH.030_05.000: Father <50 when diagnosed with breast cancer"; label variable fhftyp7 "NAH.020_07.000: Father had colon cancer"; label variable fhfage07 " NAH.030_07.000: Father <50 when diagnosed with colon cancer"; label variable fhftyp8 "NAH.020_08.000: Father had esophageal cancer"; label variable fhfage08 " NAH.030_08.000: Father <50 when diagnosed with esophageal cancer"; label variable fhftyp9 "NAH.020_09.000: Father had gall bladder cancer"; label variable fhfage09 " NAH.030_09.000: Father <50 when diagnosed with gall bladder cancer"; label variable fhftyp10 "NAH.020_10.000: Father had kidney cancer"; label variable fhfage10 " NAH.030_10.000: Father <50 when diagnosed with kidney cancer"; label variable fhftyp11 "NAH.020_11.000: Father had larynx-windpipe cancer"; label variable fhfage11 " NAH.030_11.000: Father <50 when diagnosed with larynx-windpipe cancer"; label variable fhftyp12 "NAH.020_12.000: Father had leukemia"; label variable fhfage12 "NAH.030_12.000: Father <50 when diagnosed with leukemia "; label variable fhftyp13 "NAH.020_13.000: Father had liver cancer"; label variable fhfage13 " NAH.030_13.000: Father <50 when diagnosed with liver cancer"; label variable fhftyp14 "NAH.020_14.000: Father had lung cancer"; label variable fhfage14 " NAH.030_14.000: Father <50 when diagnosed with lung cancer"; label variable fhftyp15 "NAH.020_15.000: Father had lymphoma"; label variable fhfage15 "NAH.030_15.000: Father <50 when diagnosed with lymphoma "; label variable fhftyp16 "NAH.020_16.000: Father had melanoma"; label variable fhfage16 "NAH.030_16.000: Father <50 when diagnosed with melanoma "; label variable fhftyp17 "NAH.020_17.000: Father had mouth/tongue/lip cancer"; label variable fhfage17 " NAH.030_17.000: Father <50 when diagnosed with mouth/tongue/lip cancer"; label variable fhftyp19 "NAH.020_19.000: Father had pancreatic cancer"; label variable fhfage19 " NAH.030_19.000: Father <50 when diagnosed with pancreatic cancer"; label variable fhftyp20 "NAH.020_20.000: Father had prostate cancer"; label variable fhfage20 " NAH.030_20.000: Father <50 when diagnosed with prostate cancer"; label variable fhftyp21 "NAH.020_21.000: Father had rectal cancer"; label variable fhfage21 " NAH.030_21.000: Father <50 when diagnosed with rectal cancer"; label variable fhftyp22 "NAH.020_22.000: Father had skin (non-melanoma) cancer"; label variable fhfage22 " NAH.030_22.000: Father <50 when diagnosed with skin (non-melanoma) cancer"; label variable fhftyp23 "NAH.020_23.000: Father had skin (DK what kind) cancer"; label variable fhfage23 " NAH.030_23.000: Father <50 when diagnosed with skin (DK what kind) cancer"; label variable fhftyp24 " NAH.020_24.000: Father had soft tissue (muscle or fat) cancer"; label variable fhfage24 " NAH.030_24.000: Father <50 when diagnosed with soft tissue (muscle or fat) cance r"; label variable fhftyp25 "NAH.020_25.000: Father had stomach cancer"; label variable fhfage25 " NAH.030_25.000: Father <50 when diagnosed with stomach cancer"; label variable fhftyp26 "NAH.020_26.000: Father had testicular cancer"; label variable fhfage26 " NAH.030_26.000: Father <50 when diagnosed with testicular cancer"; label variable fhftyp27 "NAH.020_27.000: Father had throat-pharynx cancer"; label variable fhfage27 " NAH.030_27.000: Father <50 when diagnosed with throat-pharynx cancer"; label variable fhftyp28 "NAH.020_28.000: Father had thyroid cancer"; label variable fhfage28 " NAH.030_28.000: Father <50 when diagnosed with thyroid cancer"; label variable fhftyp30 "NAH.020_30.000: Father had other kind of cancer"; label variable fhfage30 " NAH.030_30.000: Father <50 when diagnosed with other kind of cancer"; label variable fhftyp31 "NAH.020_31.000: Father had more than 3 kinds of cancer "; label variable fhmcan "NAH.040_00.000: Biological mother ever have cancer"; label variable fhmtyp1 "NAH.050_01.000: Mother had bladder cancer"; label variable fhmage01 " NAH.060_01.000: Mother <50 when diagnosed with bladder cancer"; label variable fhmtyp2 "NAH.050_02.000: Mother had blood cancer"; label variable fhmage02 " NAH.060_02.000: Mother <50 when diagnosed with blood cancer"; label variable fhmtyp3 "NAH.050_03.000: Mother had bone cancer"; label variable fhmage03 " NAH.060_03.000: Mother <50 when diagnosed with bone cancer"; label variable fhmtyp4 "NAH.050_04.000: Mother had brain cancer"; label variable fhmage04 " NAH.060_04.000: Mother <50 when diagnosed with brain cancer"; label variable fhmtyp5 "NAH.050_05.000: Mother had breast cancer"; label variable fhmage05 " NAH.060_05.000: Mother <50 when diagnosed with breast cancer"; label variable fhmtyp6 "NAH.050_06.000: Mother had cervical cancer"; label variable fhmage06 " NAH.060_06.000: Mother <50 when diagnosed with cervical cancer"; label variable fhmtyp7 "NAH.050_07.000: Mother had colon cancer"; label variable fhmage07 " NAH.060_07.000: Mother <50 when diagnosed with colon cancer"; label variable fhmtyp8 "NAH.050_08.000: Mother had esophageal cancer"; label variable fhmage08 " NAH.060_08.000: Mother <50 when diagnosed with esophageal cancer"; label variable fhmtyp9 "NAH.050_09.000: Mother had gall bladder cancer"; label variable fhmage09 " NAH.060_09.000: Mother <50 when diagnosed with gall bladder cancer"; label variable fhmtyp10 "NAH.050_10.000: Mother had kidney cancer"; label variable fhmage10 " NAH.060_10.000: Mother <50 when diagnosed with kidney cancer"; label variable fhmtyp11 "NAH.050_11.000: Mother had larynx-windpipe cancer"; label variable fhmage11 " NAH.060_11.000: Mother <50 when diagnosed with larynx-windpipe cancer"; label variable fhmtyp12 "NAH.050_12.000: Mother had leukemia"; label variable fhmage12 "NAH.060_12.000: Mother <50 when diagnosed with leukemia "; label variable fhmtyp13 "NAH.050_13.000: Mother had liver cancer"; label variable fhmage13 " NAH.060_13.000: Mother <50 when diagnosed with liver cancer"; label variable fhmtyp14 "NAH.050_14.000: Mother had lung cancer"; label variable fhmage14 " NAH.060_14.000: Mother <50 when diagnosed with lung cancer"; label variable fhmtyp15 "NAH.050_15.000: Mother had lymphoma"; label variable fhmage15 "NAH.060_15.000: Mother <50 when diagnosed with lymphoma "; label variable fhmtyp16 "NAH.050_16.000: Mother had melanoma"; label variable fhmage16 "NAH.060_16.000: Mother <50 when diagnosed with melanoma "; label variable fhmtyp17 "NAH.050_17.000: Mother had mouth/tongue/lip cancer"; label variable fhmage17 " NAH.060_17.000: Mother <50 when diagnosed with mouth/tongue/lip cancer"; label variable fhmtyp18 "NAH.050_18.000: Mother had ovarian cancer"; label variable fhmage18 " NAH.060_18.000: Mother <50 when diagnosed with ovarian cancer"; label variable fhmtyp19 "NAH.050_19.000: Mother had pancreatic cancer"; label variable fhmage19 " NAH.060_19.000: Mother <50 when diagnosed with pancreatic cancer"; label variable fhmtyp21 "NAH.050_21.000: Mother had rectal cancer"; label variable fhmage21 " NAH.060_21.000: Mother <50 when diagnosed with rectal cancer"; label variable fhmtyp22 "NAH.050_22.000: Mother had skin (non-melanoma) cancer"; label variable fhmage22 " NAH.060_22.000: Mother <50 when diagnosed with skin (non-melanoma) cancer"; label variable fhmtyp23 "NAH.050_23.000: Mother had skin (DK what kind) cancer"; label variable fhmage23 " NAH.060_23.000: Mother <50 when diagnosed with skin (DK what kind) cancer"; label variable fhmtyp24 " NAH.050_24.000: Mother had soft tissue (muscle or fat) cancer"; label variable fhmage24 " NAH.060_24.000: Mother <50 when diagnosed with soft tissue (muscle or fat) cance r"; label variable fhmtyp25 "NAH.050_25.000: Mother had stomach cancer"; label variable fhmage25 " NAH.060_25.000: Mother <50 when diagnosed with stomach cancer"; label variable fhmtyp27 "NAH.050_27.000: Mother had throat-pharynx cancer"; label variable fhmage27 " NAH.060_27.000: Mother <50 when diagnosed with throat-pharynx cancer"; label variable fhmtyp28 "NAH.050_28.000: Mother had thyroid cancer"; label variable fhmage28 " NAH.060_28.000: Mother <50 when diagnosed with thyroid cancer"; label variable fhmtyp29 "NAH.050_29.000: Mother had uterine cancer"; label variable fhmage29 " NAH.060_29.000: Mother <50 when diagnosed with uterine cancer"; label variable fhmtyp30 "NAH.050_30.000: Mother had other kind of cancer"; label variable fhmage30 " NAH.060_30.000: Mother <50 when diagnosed with other kind of cancer"; label variable fhmtyp31 "NAH.050_31.000: Mother had more than 3 kinds of cancer "; label variable fhbnum "NAH.070_00.000: Number of full brothers"; label variable fhbcan " NAH.080_00.000: Number of full brothers who ever had cancer"; label variable fhbtyp1 "NAH.090_01.000: Brother/brothers had bladder cancer"; label variable fhbman01 " NAH.097_01.000: Number of brothers diagnosed with bladder cancer"; label variable fhbage01 " NAH.098_01.000: Number of brothers <50 when diagnosed with bladder cancer"; label variable fhbtyp2 "NAH.090_02.000: Brother/brothers had blood cancer"; label variable fhbman02 " NAH.097_02.000: Number of brothers diagnosed with blood cancer"; label variable fhbage02 " NAH.098_02.000: Number of brothers <50 when diagnosed with blood cancer"; label variable fhbtyp3 "NAH.090_03.000: Brother/brothers had bone cancer"; label variable fhbman03 " NAH.097_03.000: Number of brothers diagnosed with bone cancer"; label variable fhbage03 " NAH.098_03.000: Number of brothers <50 when diagnosed with bone cancer"; label variable fhbtyp4 "NAH.090_04.000: Brother/brothers had brain cancer"; label variable fhbman04 " NAH.097_04.000: Number of brothers diagnosed with brain cancer"; label variable fhbage04 " NAH.098_04.000: Number of brothers <50 when diagnosed with brain cancer"; label variable fhbtyp5 "NAH.090_05.000: Brother/brothers had breast cancer"; label variable fhbman05 " NAH.097_05.000: Number of brothers diagnosed with breast cancer"; label variable fhbage05 " NAH.098_05.000: Number of brothers <50 when diagnosed with breast cancer"; label variable fhbtyp7 "NAH.090_07.000: Brother/brothers had colon cancer"; label variable fhbman07 " NAH.097_07.000: Number of brothers diagnosed with colon cancer"; label variable fhbage07 " NAH.098_07.000: Number of brothers <50 when diagnosed with colon cancer"; label variable fhbtyp8 "NAH.090_08.000: Brother/brothers had esophageal cancer "; label variable fhbman08 " NAH.097_08.000: Number of brothers diagnosed with esophageal cancer"; label variable fhbage08 " NAH.098_08.000: Number of brothers <50 when diagnosed with esophageal cancer"; label variable fhbtyp9 " NAH.090_09.000: Brother/brothers had gall bladder cancer"; label variable fhbman09 " NAH.097_09.000: Number of brothers diagnosed with gall bladder cancer"; label variable fhbage09 " NAH.098_09.000: Number of brothers <50 when diagnosed with gall bladder cancer"; label variable fhbtyp10 "NAH.090_10.000: Brother/brothers had kidney cancer"; label variable fhbman10 " NAH.097_10.000: Number of brothers diagnosed with kidney cancer"; label variable fhbage10 " NAH.098_10.000: Number of brothers <50 when diagnosed with kidney cancer"; label variable fhbtyp11 " NAH.090_11.000: Brother/brothers had larynx-windpipe cancer"; label variable fhbman11 " NAH.097_11.000: Number of brothers diagnosed with larynx-windpipe cancer"; label variable fhbage11 " NAH.098_11.000: Number of brothers <50 when diagnosed with larynx-windpipe cance r"; label variable fhbtyp12 "NAH.090_12.000: Brother/brothers had leukemia"; label variable fhbman12 " NAH.097_12.000: Number of brothers diagnosed with leukemia"; label variable fhbage12 " NAH.098_12.000: Number of brothers <50 when diagnosed with leukemia"; label variable fhbtyp13 "NAH.090_13.000: Brother/brothers had liver cancer"; label variable fhbman13 " NAH.097_13.000: Number of brothers diagnosed with liver cancer"; label variable fhbage13 " NAH.098_13.000: Number of brothers <50 when diagnosed with liver cancer"; label variable fhbtyp14 "NAH.090_14.000: Brother/brothers had lung cancer"; label variable fhbman14 " NAH.097_14.000: Number of brothers diagnosed with lung cancer"; label variable fhbage14 " NAH.098_14.000: Number of brothers <50 when diagnosed with lung cancer"; label variable fhbtyp15 "NAH.090_15.000: Brother/brothers had lymphoma"; label variable fhbman15 " NAH.097_15.000: Number of brothers diagnosed with lymphoma"; label variable fhbage15 " NAH.098_15.000: Number of brothers <50 when diagnosed with lymphoma"; label variable fhbtyp16 "NAH.090_16.000: Brother/brothers had melanoma"; label variable fhbman16 " NAH.097_16.000: Number of brothers diagnosed with melanoma"; label variable fhbage16 " NAH.098_16.000: Number of brothers <50 when diagnosed with melanoma"; label variable fhbtyp17 " NAH.090_17.000: Brother/brothers had mouth/tongue/lip cancer"; label variable fhbman17 " NAH.097_17.000: Number of brothers diagnosed with mouth/tongue/lip cancer"; label variable fhbage17 " NAH.098_17.000: Number of brothers <50 when diagnosed with mouth/tongue/lip canc er"; label variable fhbtyp19 "NAH.090_19.000: Brother/brothers had pancreatic cancer "; label variable fhbman19 " NAH.097_19.000: Number of brothers diagnosed with pancreatic cancer"; label variable fhbage19 " NAH.098_19.000: Number of brothers <50 when diagnosed with pancreatic cancer"; label variable fhbtyp20 "NAH.090_20.000: Brother/brothers had prostate cancer"; label variable fhbman20 " NAH.097_20.000: Number of brothers diagnosed with prostate cancer"; label variable fhbage20 " NAH.098_20.000: Number of brothers <50 when diagnosed with prostate cancer"; label variable fhbtyp21 "NAH.090_21.000: Brother/brothers had rectal cancer"; label variable fhbman21 " NAH.097_21.000: Number of brothers diagnosed with rectal cancer"; label variable fhbage21 " NAH.098_21.000: Number of brothers <50 when diagnosed with rectal cancer"; label variable fhbtyp22 " NAH.090_22.000: Brother/brothers had skin (non-melanoma) cancer"; label variable fhbman22 " NAH.097_22.000: Number of brothers diagnosed with skin (non-melanoma) cancer"; label variable fhbage22 " NAH.098_22.000: Number of brothers <50 when diagnosed with skin (non-melanoma) c ancer"; label variable fhbtyp23 " NAH.090_23.000: Brother/brothers had skin (DK what kind) cancer"; label variable fhbman23 " NAH.097_23.000: Number of brothers diagnosed with skin (DK what kind) cancer"; label variable fhbage23 " NAH.098_23.000: Number of brothers <50 when diagnosed with skin (DK what kind) c ancer"; label variable fhbtyp24 " NAH.090_24.000: Brother/brothers had soft tissue (muscle or fat) cancer"; label variable fhbman24 " NAH.097_24.000: Number of brothers diagnosed with soft tissue (muscle or fat) ca ncer"; label variable fhbage24 " NAH.098_24.000: Number of brothers <50 when diagnosed with soft tissue (muscle o r fat) cancer"; label variable fhbtyp25 "NAH.090_25.000: Brother/brothers had stomach cancer"; label variable fhbman25 " NAH.097_25.000: Number of brothers diagnosed with stomach cancer"; label variable fhbage25 " NAH.098_25.000: Number of brothers <50 when diagnosed with stomach cancer"; label variable fhbtyp26 "NAH.090_26.000: Brother/brothers had testicular cancer "; label variable fhbman26 " NAH.097_26.000: Number of brothers diagnosed with testicular cancer"; label variable fhbage26 " NAH.098_26.000: Number of brothers <50 when diagnosed with testicular cancer"; label variable fhbtyp27 " NAH.090_27.000: Brother/brothers had throat-pharynx cancer"; label variable fhbman27 " NAH.097_27.000: Number of brothers diagnosed with throat-pharynx cancer"; label variable fhbage27 " NAH.098_27.000: Number of brothers <50 when diagnosed with throat-pharynx cancer "; label variable fhbtyp28 "NAH.090_28.000: Brother/brothers had thyroid cancer"; label variable fhbman28 " NAH.097_28.000: Number of brothers diagnosed with thyroid cancer"; label variable fhbage28 " NAH.098_28.000: Number of brothers <50 when diagnosed with thyroid cancer"; label variable fhbtyp30 " NAH.090_30.000: Brother/brothers had other kind of cancer"; label variable fhbman30 " NAH.097_30.000: Number of brothers diagnosed with other kind of cancer"; label variable fhbage30 " NAH.098_30.000: Number of brothers <50 when diagnosed with other kind of cancer "; label variable fhbtyp31 " NAH.090_31.000: Brother/brothers had more than 3 kinds of cancer"; label variable fhsnum "NAH.100_00.000: Number of full sisters"; label variable fhscan " NAH.110_00.000: Number of full sisters who ever had cancer"; label variable fhstyp1 "NAH.120_01.000: Sister/sisters had bladder cancer"; label variable fhsman01 " NAH.127_01.000: Number of sisters diagnosed with bladder cancer"; label variable fhsage01 " NAH.128_01.000: Number of sisters <50 when diagnosed with bladder cancer"; label variable fhstyp2 "NAH.120_02.000: Sister/sisters had blood cancer"; label variable fhsman02 " NAH.127_02.000: Number of sisters diagnosed with blood cancer"; label variable fhsage02 " NAH.128_02.000: Number of sisters <50 when diagnosed with blood cancer"; label variable fhstyp3 "NAH.120_03.000: Sister/sisters had bone cancer"; label variable fhsman03 " NAH.127_03.000: Number of sisters diagnosed with bone cancer"; label variable fhsage03 " NAH.128_03.000: Number of sisters <50 when diagnosed with bone cancer"; label variable fhstyp4 "NAH.120_04.000: Sister/sisters had brain cancer"; label variable fhsman04 " NAH.127_04.000: Number of sisters diagnosed with brain cancer"; label variable fhsage04 " NAH.128_04.000: Number of sisters <50 when diagnosed with brain cancer"; label variable fhstyp5 "NAH.120_05.000: Sister/sisters had breast cancer"; label variable fhsman05 " NAH.127_05.000: Number of sisters diagnosed with breast cancer"; label variable fhsage05 " NAH.128_05.000: Number of sisters <50 when diagnosed with breast cancer"; label variable fhstyp6 "NAH.120_06.000: Sister/sisters had cervical cancer"; label variable fhsman06 " NAH.127_06.000: Number of sisters diagnosed with cervical cancer"; label variable fhsage06 " NAH.128_06.000: Number of sisters <50 when diagnosed with cervical cancer"; label variable fhstyp7 "NAH.120_07.000: Sister/sisters had colon cancer"; label variable fhsman07 " NAH.127_07.000: Number of sisters diagnosed with colon cancer"; label variable fhsage07 " NAH.128_07.000: Number of sisters <50 when diagnosed with colon cancer"; label variable fhstyp8 "NAH.120_08.000: Sister/sisters had esophageal cancer"; label variable fhsman08 " NAH.127_08.000: Number of sisters diagnosed with esophageal cancer"; label variable fhsage08 " NAH.128_08.000: Number of sisters <50 when diagnosed with esophageal cancer"; label variable fhstyp9 "NAH.120_09.000: Sister/sisters had gall bladder cancer "; label variable fhsman09 " NAH.127_09.000: Number of sisters diagnosed with gall bladder cancer"; label variable fhsage09 " NAH.128_09.000: Number of sisters <50 when diagnosed with gall bladder cancer"; label variable fhstyp10 "NAH.120_10.000: Sister/sisters had kidney cancer"; label variable fhsman10 " NAH.127_10.000: Number of sisters diagnosed with kidney cancer"; label variable fhsage10 " NAH.128_10.000: Number of sisters <50 when diagnosed with kidney cancer"; label variable fhstyp11 " NAH.120_11.000: Sister/sisters had larynx-windpipe cancer"; label variable fhsman11 " NAH.127_11.000: Number of sisters diagnosed with larynx-windpipe cancer"; label variable fhsage11 " NAH.128_11.000: Number of sisters <50 when diagnosed with larynx-windpipe cancer "; label variable fhstyp12 "NAH.120_12.000: Sister/sisters had leukemia"; label variable fhsman12 " NAH.127_12.000: Number of sisters diagnosed with leukemia"; label variable fhsage12 " NAH.128_12.000: Number of sisters <50 when diagnosed with leukemia"; label variable fhstyp13 "NAH.120_13.000: Sister/sisters had liver cancer"; label variable fhsman13 " NAH.127_13.000: Number of sisters diagnosed with liver cancer"; label variable fhsage13 " NAH.128_13.000: Number of sisters <50 when diagnosed with liver cancer"; label variable fhstyp14 "NAH.120_14.000: Sister/sisters had lung cancer"; label variable fhsman14 " NAH.127_14.000: Number of sisters diagnosed with lung cancer"; label variable fhsage14 " NAH.128_14.000: Number of sisters <50 when diagnosed with lung cancer"; label variable fhstyp15 "NAH.120_15.000: Sister/sisters had lymphoma"; label variable fhsman15 " NAH.127_15.000: Number of sisters diagnosed with lymphoma"; label variable fhsage15 " NAH.128_15.000: Number of sisters <50 when diagnosed with lymphoma"; label variable fhstyp16 "NAH.120_16.000: Sister/sisters had melanoma"; label variable fhsman16 " NAH.127_16.000: Number of sisters diagnosed with melanoma"; label variable fhsage16 " NAH.128_16.000: Number of sisters <50 when diagnosed with melanoma"; label variable fhstyp17 " NAH.120_17.000: Sister/sisters had mouth/tongue/lip cancer"; label variable fhsman17 " NAH.127_17.000: Number of sisters diagnosed with mouth/tongue/lip cancer"; label variable fhsage17 " NAH.128_17.000: Number of sisters <50 when diagnosed with mouth/tongue/lip cance r"; label variable fhstyp18 "NAH.120_18.000: Sister/sisters had ovarian cancer"; label variable fhsman18 " NAH.127_18.000: Number of sisters diagnosed with ovarian cancer"; label variable fhsage18 " NAH.128_18.000: Number of sisters <50 when diagnosed with ovarian cancer"; label variable fhstyp19 "NAH.120_19.000: Sister/sisters had pancreatic cancer"; label variable fhsman19 " NAH.127_19.000: Number of sisters diagnosed with pancreatic cancer"; label variable fhsage19 " NAH.128_19.000: Number of sisters <50 when diagnosed with pancreatic cancer"; label variable fhstyp21 "NAH.120_21.000: Sister/sisters had rectal cancer"; label variable fhsman21 " NAH.127_21.000: Number of sisters diagnosed with rectal cancer"; label variable fhsage21 " NAH.128_21.000: Number of sisters <50 when diagnosed with rectal cancer"; label variable fhstyp22 " NAH.120_22.000: Sister/sisters had skin (non-melanoma) cancer"; label variable fhsman22 " NAH.127_22.000: Number of sisters diagnosed with skin (non-melanoma) cancer"; label variable fhsage22 " NAH.128_22.000: Number of sisters <50 when diagnosed with skin (non-melanoma) ca ncer"; label variable fhstyp23 " NAH.120_23.000: Sister/sisters had skin (DK what kind) cancer"; label variable fhsman23 " NAH.127_23.000: Number of sisters diagnosed with skin (DK what kind) cancer"; label variable fhsage23 " NAH.128_23.000: Number of sisters <50 when diagnosed with skin (DK what kind) ca ncer"; label variable fhstyp24 " NAH.120_24.000: Sister/sisters had soft tissue (muscle or fat) cancer"; label variable fhsman24 " NAH.127_24.000: Number of sisters diagnosed with soft tissue (muscle or fat) can cer"; label variable fhsage24 " NAH.128_24.000: Number of sisters <50 when diagnosed with soft tissue (muscle or fat) cancer"; label variable fhstyp25 "NAH.120_25.000: Sister/sisters had stomach cancer"; label variable fhsman25 " NAH.127_25.000: Number of sisters diagnosed with stomach cancer"; label variable fhsage25 " NAH.128_25.000: Number of sisters <50 when diagnosed with stomach cancer"; label variable fhstyp27 " NAH.120_27.000: Sister/sisters had throat-pharynx cancer"; label variable fhsman27 " NAH.127_27.000: Number of sisters diagnosed with throat-pharynx cancer"; label variable fhsage27 " NAH.128_27.000: Number of sisters <50 when diagnosed with throat-pharynx cancer "; label variable fhstyp28 "NAH.120_28.000: Sister/sisters had thyroid cancer"; label variable fhsman28 " NAH.127_28.000: Number of sisters diagnosed with thyroid cancer"; label variable fhsage28 " NAH.128_28.000: Number of sisters <50 when diagnosed with thyroid cancer"; label variable fhstyp29 "NAH.120_29.000: Sister/sisters had uterine cancer"; label variable fhsman29 " NAH.127_29.000: Number of sisters diagnosed with uterine cancer"; label variable fhsage29 " NAH.128_29.000: Number of sisters <50 when diagnosed with uterine cancer"; label variable fhstyp30 "NAH.120_30.000: Sister/sisters had other kind of cancer "; label variable fhsman30 " NAH.127_30.000: Number of sisters diagnosed with other kind of cancer"; label variable fhsage30 " NAH.128_30.000: Number of sisters <50 when diagnosed with other kind of cancer"; label variable fhstyp31 " NAH.120_31.000: Sister/sisters had more than 3 kinds of cancer"; label variable fhnnum "NAH.130_00.000: Number of biological sons"; label variable fhncan "NAH.140_00.000: Number of sons who ever had cancer"; label variable fhntyp1 "NAH.150_01.000: Son/sons had bladder cancer"; label variable fhnman01 " NAH.155_01.000: Number of sons diagnosed with bladder cancer"; label variable fhnage01 " NAH.156_01.000: Number of sons <50 when diagnosed with bladder cancer"; label variable fhntyp2 "NAH.150_02.000: Son/sons had blood cancer"; label variable fhnman02 " NAH.155_02.000: Number of sons diagnosed with blood cancer"; label variable fhnage02 " NAH.156_02.000: Number of sons <50 when diagnosed with blood cancer"; label variable fhntyp3 "NAH.150_03.000: Son/sons had bone cancer"; label variable fhnman03 " NAH.155_03.000: Number of sons diagnosed with bone cancer"; label variable fhnage03 " NAH.156_03.000: Number of sons <50 when diagnosed with bone cancer"; label variable fhntyp4 "NAH.150_04.000: Son/sons had brain cancer"; label variable fhnman04 " NAH.155_04.000: Number of sons diagnosed with brain cancer"; label variable fhnage04 " NAH.156_04.000: Number of sons <50 when diagnosed with brain cancer"; label variable fhntyp5 "NAH.150_05.000: Son/sons had breast cancer"; label variable fhnman05 " NAH.155_05.000: Number of sons diagnosed with breast cancer"; label variable fhnage05 " NAH.156_05.000: Number of sons <50 when diagnosed with breast cancer"; label variable fhntyp7 "NAH.150_07.000: Son/sons had colon cancer"; label variable fhnman07 " NAH.155_07.000: Number of sons diagnosed with colon cancer"; label variable fhnage07 " NAH.156_07.000: Number of sons <50 when diagnosed with colon cancer"; label variable fhntyp8 "NAH.150_08.000: Son/sons had esophageal cancer"; label variable fhnman08 " NAH.155_08.000: Number of sons diagnosed with esophageal cancer"; label variable fhnage08 " NAH.156_08.000: Number of sons <50 when diagnosed with esophageal cancer"; label variable fhntyp9 "NAH.150_09.000: Son/sons had gall bladder cancer"; label variable fhnman09 " NAH.155_09.000: Number of sons diagnosed with gall bladder cancer"; label variable fhnage09 " NAH.156_09.000: Number of sons <50 when diagnosed with gall bladder cancer"; label variable fhntyp10 "NAH.150_10.000: Son/sons had kidney cancer"; label variable fhnman10 " NAH.155_10.000: Number of sons diagnosed with kidney cancer"; label variable fhnage10 " NAH.156_10.000: Number of sons <50 when diagnosed with kidney cancer"; label variable fhntyp11 "NAH.150_11.000: Son/sons had larynx-windpipe cancer"; label variable fhnman11 " NAH.155_11.000: Number of sons diagnosed with larynx-windpipe cancer"; label variable fhnage11 " NAH.156_11.000: Number of sons <50 when diagnosed with larynx-windpipe cancer"; label variable fhntyp12 "NAH.150_12.000: Son/sons had leukemia"; label variable fhnman12 "NAH.155_12.000: Number of sons diagnosed with leukemia "; label variable fhnage12 " NAH.156_12.000: Number of sons <50 when diagnosed with leukemia"; label variable fhntyp13 "NAH.150_13.000: Son/sons had liver cancer"; label variable fhnman13 " NAH.155_13.000: Number of sons diagnosed with liver cancer"; label variable fhnage13 " NAH.156_13.000: Number of sons <50 when diagnosed with liver cancer"; label variable fhntyp14 "NAH.150_14.000: Son/sons had lung cancer"; label variable fhnman14 " NAH.155_14.000: Number of sons diagnosed with lung cancer"; label variable fhnage14 " NAH.156_14.000: Number of sons <50 when diagnosed with lung cancer"; label variable fhntyp15 "NAH.150_15.000: Son/sons had lymphoma"; label variable fhnman15 "NAH.155_15.000: Number of sons diagnosed with lymphoma "; label variable fhnage15 " NAH.156_15.000: Number of sons <50 when diagnosed with lymphoma"; label variable fhntyp16 "NAH.150_16.000: Son/sons had melanoma"; label variable fhnman16 "NAH.155_16.000: Number of sons diagnosed with melanoma "; label variable fhnage16 " NAH.156_16.000: Number of sons <50 when diagnosed with melanoma"; label variable fhntyp17 "NAH.150_17.000: Son/sons had mouth/tongue/lip cancer"; label variable fhnman17 " NAH.155_17.000: Number of sons diagnosed with mouth/tongue/lip cancer"; label variable fhnage17 " NAH.156_17.000: Number of sons <50 when diagnosed with mouth/tongue/lip cancer"; label variable fhntyp19 "NAH.150_19.000: Son/sons had pancreatic cancer"; label variable fhnman19 " NAH.155_19.000: Number of sons diagnosed with pancreatic cancer"; label variable fhnage19 " NAH.156_19.000: Number of sons <50 when diagnosed with pancreatic cancer"; label variable fhntyp20 "NAH.150_20.000: Son/sons had prostate cancer"; label variable fhnman20 " NAH.155_20.000: Number of sons diagnosed with prostate cancer"; label variable fhnage20 " NAH.156_20.000: Number of sons <50 when diagnosed with prostate cancer"; label variable fhntyp21 "NAH.150_21.000: Son/sons had rectal cancer"; label variable fhnman21 " NAH.155_21.000: Number of sons diagnosed with rectal cancer"; label variable fhnage21 " NAH.156_21.000: Number of sons <50 when diagnosed with rectal cancer"; label variable fhntyp22 "NAH.150_22.000: Son/sons had skin (non-melanoma) cancer "; label variable fhnman22 " NAH.155_22.000: Number of sons diagnosed with skin (non-melanoma) cancer"; label variable fhnage22 " NAH.156_22.000: Number of sons <50 when diagnosed with skin (non-melanoma) cance r"; label variable fhntyp23 "NAH.150_23.000: Son/sons had skin (DK what kind) cancer "; label variable fhnman23 " NAH.155_23.000: Number of sons diagnosed with skin (DK what kind) cancer"; label variable fhnage23 " NAH.156_23.000: Number of sons <50 when diagnosed with skin (DK what kind) cance r"; label variable fhntyp24 " NAH.150_24.000: Son/sons had soft tissue (muscle or fat) cancer"; label variable fhnman24 " NAH.155_24.000: Number of sons diagnosed with soft tissue (muscle or fat) cancer "; label variable fhnage24 " NAH.156_24.000: Number of sons <50 when diagnosed with soft tissue (muscle or fa t) cancer"; label variable fhntyp25 "NAH.150_25.000: Son/sons had stomach cancer"; label variable fhnman25 " NAH.155_25.000: Number of sons diagnosed with stomach cancer"; label variable fhnage25 " NAH.156_25.000: Number of sons <50 when diagnosed with stomach cancer"; label variable fhntyp26 "NAH.150_26.000: Son/sons had testicular cancer"; label variable fhnman26 " NAH.155_26.000: Number of sons diagnosed with testicular cancer"; label variable fhnage26 " NAH.156_26.000: Number of sons <50 when diagnosed with testicular cancer"; label variable fhntyp27 "NAH.150_27.000: Son/sons had throat-pharynx cancer"; label variable fhnman27 " NAH.155_27.000: Number of sons diagnosed with throat-pharynx cancer"; label variable fhnage27 " NAH.156_27.000: Number of sons <50 when diagnosed with throat-pharynx cancer"; label variable fhntyp28 "NAH.150_28.000: Son/sons had thyroid cancer"; label variable fhnman28 " NAH.155_28.000: Number of sons diagnosed with thyroid cancer"; label variable fhnage28 " NAH.156_28.000: Number of sons <50 when diagnosed with thyroid cancer"; label variable fhntyp30 "NAH.150_30.000: Son/sons had other kind of cancer"; label variable fhnman30 " NAH.155_30.000: Number of sons diagnosed with other kind of cancer"; label variable fhnage30 " NAH.156_30.000: Number of sons <50 when diagnosed with other kind of cancer"; label variable fhntyp31 " NAH.150_31.000: Son/sons had more than 2 kinds of cancer"; label variable fhdnum "NAH.160_00.000: Number of biological daughters"; label variable fhdcan "NAH.170_00.000: Number of daughters who ever had cancer "; label variable fhdtyp1 "NAH.180_01.000: Daughter/daughters had bladder cancer"; label variable fhdman01 " NAH.194_01.000: Number of daughters diagnosed with bladder cancer"; label variable fhdage01 " NAH.195_01.000: Number of daughters <50 when diagnosed with bladder cancer"; label variable fhdtyp2 "NAH.180_02.000: Daughter/daughters had blood cancer"; label variable fhdman02 " NAH.194_02.000: Number of daughters diagnosed with blood cancer"; label variable fhdage02 " NAH.195_02.000: Number of daughters <50 when diagnosed with blood cancer"; label variable fhdtyp3 "NAH.180_03.000: Daughter/daughters had bone cancer"; label variable fhdman03 " NAH.194_03.000: Number of daughters diagnosed with bone cancer"; label variable fhdage03 " NAH.195_03.000: Number of daughters <50 when diagnosed with bone cancer"; label variable fhdtyp4 "NAH.180_04.000: Daughter/daughters had brain cancer"; label variable fhdman04 " NAH.194_04.000: Number of daughters diagnosed with brain cancer"; label variable fhdage04 " NAH.195_04.000: Number of daughters <50 when diagnosed with brain cancer"; label variable fhdtyp5 "NAH.180_05.000: Daughter/daughters had breast cancer"; label variable fhdman05 " NAH.194_05.000: Number of daughters diagnosed with breast cancer"; label variable fhdage05 " NAH.195_05.000: Number of daughters <50 when diagnosed with breast cancer"; label variable fhdtyp6 "NAH.180_06.000: Daughter/daughters had cervical cancer "; label variable fhdman06 " NAH.194_06.000: Number of daughters diagnosed with cervical cancer"; label variable fhdage06 " NAH.195_06.000: Number of daughters <50 when diagnosed with cervical cancer"; label variable fhdtyp7 "NAH.180_07.000: Daughter/daughters had colon cancer"; label variable fhdman07 " NAH.194_07.000: Number of daughters diagnosed with colon cancer"; label variable fhdage07 " NAH.195_07.000: Number of daughters <50 when diagnosed with colon cancer"; label variable fhdtyp8 " NAH.180_08.000: Daughter/daughters had esophageal cancer"; label variable fhdman08 " NAH.194_08.000: Number of daughters diagnosed with esophageal cancer"; label variable fhdage08 " NAH.195_08.000: Number of daughters <50 when diagnosed with esophageal cancer"; label variable fhdtyp9 " NAH.180_09.000: Daughter/daughters had gall bladder cancer"; label variable fhdman09 " NAH.194_09.000: Number of daughters diagnosed with gall bladder cancer"; label variable fhdage09 " NAH.195_09.000: Number of daughters <50 when diagnosed with gall bladder cancer "; label variable fhdtyp10 "NAH.180_10.000: Daughter/daughters had kidney cancer"; label variable fhdman10 " NAH.194_10.000: Number of daughters diagnosed with kidney cancer"; label variable fhdage10 " NAH.195_10.000: Number of daughters <50 when diagnosed with kidney cancer"; label variable fhdtyp11 " NAH.180_11.000: Daughter/daughters had larynx-windpipe cancer"; label variable fhdman11 " NAH.194_11.000: Number of daughters diagnosed with larynx-windpipe cancer"; label variable fhdage11 " NAH.195_11.000: Number of daughters <50 when diagnosed with larynx-windpipe canc er"; label variable fhdtyp12 "NAH.180_12.000: Daughter/daughters had leukemia"; label variable fhdman12 " NAH.194_12.000: Number of daughters diagnosed with leukemia"; label variable fhdage12 " NAH.195_12.000: Number of daughters <50 when diagnosed with leukemia"; label variable fhdtyp13 "NAH.180_13.000: Daughter/daughters had liver cancer"; label variable fhdman13 " NAH.194_13.000: Number of daughters diagnosed with liver cancer"; label variable fhdage13 " NAH.195_13.000: Number of daughters <50 when diagnosed with liver cancer"; label variable fhdtyp14 "NAH.180_14.000: Daughter/daughters had lung cancer"; label variable fhdman14 " NAH.194_14.000: Number of daughters diagnosed with lung cancer"; label variable fhdage14 " NAH.195_14.000: Number of daughters <50 when diagnosed with lung cancer"; label variable fhdtyp15 "NAH.180_15.000: Daughter/daughters had lymphoma"; label variable fhdman15 " NAH.194_15.000: Number of daughters diagnosed with lymphoma"; label variable fhdage15 " NAH.195_15.000: Number of daughters <50 when diagnosed with lymphoma"; label variable fhdtyp16 "NAH.180_16.000: Daughter/daughters had melanoma"; label variable fhdman16 " NAH.194_16.000: Number of daughters diagnosed with melanoma"; label variable fhdage16 " NAH.195_16.000: Number of daughters <50 when diagnosed with melanoma"; label variable fhdtyp17 " NAH.180_17.000: Daughter/daughters had mouth/tongue/lip cancer"; label variable fhdman17 " NAH.194_17.000: Number of daughters diagnosed with mouth/tongue/lip cancer"; label variable fhdage17 " NAH.195_17.000: Number of daughters <50 when diagnosed with mouth/tongue/lip can cer"; label variable fhdtyp18 "NAH.180_18.000: Daughter/daughters had ovarian cancer"; label variable fhdman18 " NAH.194_18.000: Number of daughters diagnosed with ovarian cancer"; label variable fhdage18 " NAH.195_18.000: Number of daughters <50 when diagnosed with ovarian cancer"; label variable fhdtyp19 " NAH.180_19.000: Daughter/daughters had pancreatic cancer"; label variable fhdman19 " NAH.194_19.000: Number of daughters diagnosed with pancreatic cancer"; label variable fhdage19 " NAH.195_19.000: Number of daughters <50 when diagnosed with pancreatic cancer"; label variable fhdtyp21 "NAH.180_21.000: Daughter/daughters had rectal cancer"; label variable fhdman21 " NAH.194_21.000: Number of daughters diagnosed with rectal cancer"; label variable fhdage21 " NAH.195_21.000: Number of daughters <50 when diagnosed with rectal cancer"; label variable fhdtyp22 " NAH.180_22.000: Daughter/daughters had skin (non-melanoma) cancer"; label variable fhdman22 " NAH.194_22.000: Number of daughters diagnosed with skin (non-melanoma) cancer"; label variable fhdage22 " NAH.195_22.000: Number of daughters <50 when diagnosed with skin (non-melanoma) cancer"; label variable fhdtyp23 " NAH.180_23.000: Daughter/daughters had skin (DK what kind) cancer"; label variable fhdman23 " NAH.194_23.000: Number of daughters diagnosed with skin (DK what kind) cancer"; label variable fhdage23 " NAH.195_23.000: Number of daughters <50 when diagnosed with skin (DK what kind) cancer"; label variable fhdtyp24 " NAH.180_24.000: Daughter/daughters had soft tissue (muscle or fat) cancer"; label variable fhdman24 " NAH.194_24.000: Number of daughters diagnosed with soft tissue (muscle or fat) c ancer"; label variable fhdage24 " NAH.195_24.000: Number of daughters <50 when diagnosed with soft tissue (muscle or fat) cancer"; label variable fhdtyp25 "NAH.180_25.000: Daughter/daughters had stomach cancer"; label variable fhdman25 " NAH.194_25.000: Number of daughters diagnosed with stomach cancer"; label variable fhdage25 " NAH.195_25.000: Number of daughters <50 when diagnosed with stomach cancer"; label variable fhdtyp27 " NAH.180_27.000: Daughter/daughters had throat-pharynx cancer"; label variable fhdman27 " NAH.194_27.000: Number of daughters diagnosed with throat-pharynx cancer"; label variable fhdage27 " NAH.195_27.000: Number of daughters <50 when diagnosed with throat-pharynx cance r"; label variable fhdtyp28 "NAH.180_28.000: Daughter/daughters had thyroid cancer"; label variable fhdman28 " NAH.194_28.000: Number of daughters diagnosed with thyroid cancer"; label variable fhdage28 " NAH.195_28.000: Number of daughters <50 when diagnosed with thyroid cancer"; label variable fhdtyp29 "NAH.180_29.000: Daughter/daughters had uterine cancer"; label variable fhdman29 " NAH.194_29.000: Number of daughters diagnosed with uterine cancer"; label variable fhdage29 " NAH.195_29.000: Number of daughters <50 when diagnosed with uterine cancer"; label variable fhdtyp30 " NAH.180_30.000: Daughter/daughters had other kind of cancer"; label variable fhdman30 " NAH.194_30.000: Number of daughters diagnosed with other kind of cancer"; label variable fhdage30 " NAH.195_30.000: Number of daughters <50 when diagnosed with other kind of cancer "; label variable fhdtyp31 " NAH.180_31.000: Daughter/daughters had more than 2 kinds of cancer"; label variable qol "NAI.100_00.000: Reported quality of life"; label variable qolph "NAI.110_00.000: Reported physical health status"; label variable qolmh "NAI.120_00.000: Reported mental health status"; label variable qolsar " NAI.130_00.000: Reported satisfaction with social activities and relationships"; label variable cousar " NAI.140_00.000: Rating of how well carry out social activities"; label variable coepa " NAI.150_00.000: Ability to carry out everyday physical activities"; label variable bep7d " NAI.160_00.000: How often bothered by emotional problems in past 7 days"; label variable rf7d " NAI.170_00.000: Average rating of fatigue in past 7 days"; label variable rp7d "NAI.180_00.000: Average rating of pain in past 7 days"; label variable ccbg10y " NAI.190_00.000: Chance of cancer coming back/getting worse over next 10 years"; label variable wccbgw " NAI.200_00.000: How often worry cancer will come back/get worse"; label variable recur "NAI.210_00.000: Told cancer had come back"; label variable mrryr "NAI.210_00.001: Year of most recent recurrence"; label variable tretmrc1 " NAI.220_01.000: Treatment for most recent cancer: Surgery to remove the tumor"; label variable tretmrc2 " NAI.220_02.000: Treatment for most recent cancer: Radiation"; label variable tretmrc3 " NAI.220_03.000: Treatment for most recent cancer: Chemotherapy"; label variable tretmrc4 " NAI.220_04.000: Treatment for most recent cancer: Hormonal treatments"; label variable tretmrc5 " NAI.220_05.000: Treatment for most recent cancer: Bone marrow or stem cell trans plant"; label variable tretmrc6 " NAI.220_06.000: Treatment for most recent cancer: No treatment"; label variable tretmrc7 "NAI.220_07.000: Treatment for most recent cancer: Other "; label variable tmrcspec " NAI.225_00.000: Other specified treatment for most recent cancer"; label variable tretbc " NAI.230_00.000: Received cancer treatment in the last 12 months"; label variable ciat "NAI.230_00.001: Currently in active treatment"; label variable nfoc "NAI.240_00.000: Now cancer free"; label variable tretdoc " NAI.250_00.000: Received single written document describing all cancer treatment s received"; label variable fuadvev " NAI.260_00.000: Received advice from a health care professional about routine ca ncer check-ups after completing cancer treatment"; label variable fuadvfmt " NAI.260_00.001: Advice written down, printed on paper, or provided in an electro nic format"; label variable hict " NAI.270_00.000: Had health insurance that paid for all/part of cancer treatment "; label variable hpcaerop " NAI.280_00.000: Health professional spoke about how cancer may affect emotions/r elationships"; label variable hpidatt " NAI.280_00.001: Liked it if doctor initiated a discussion about how cancer may a ffect emotions/relationships"; label variable hpmetesn " NAI.290_00.000: Satisfaction with how well health professional met emotional/soc ial needs related to cancer"; label variable acdpcsg " NAI.300_00.000: Received professional counseling/joined support group after canc er diagnosis"; label variable mrnpcsg " NAI.300_00.001: Main reason did not get professional counseling/join support gro up"; label variable rcsgspec " NAI.300_00.002: Other reason for not getting professional counseling/joining sup port group"; label variable dkpcsg " NAI.300_00.003: Interested in receiving professional counseling/joining support group if known about it"; label variable ctrsct " NAI.310_00.000: Participated in research study/clinical trial as part of cancer treatment"; label variable dhibc " NAI.320_00.000: Ever denied health/life insurance because of cancer"; label variable ccfp "NAI.330_00.000: Degree cancer caused financial problems "; * DEFINE VALUE LABELS FOR REPORTS; label define cap001x 10 "10 Household" 20 "20 Person" 25 "25 Income Imputation" 30 "30 Sample Adult" 31 "31 Sample Adult Cancer" 38 "38 Quality of Life" 40 "40 Sample Child" 60 "60 Family" 63 "63 Disability Questions Tests 2010" 65 "65 Paradata" 70 "70 Injury/Poisoning Episode" 75 "75 Injury/Poisoning Verbatim" ; label define cap004x 1 "1 Quarter 1" 2 "2 Quarter 2" 3 "3 Quarter 3" 4 "4 Quarter 4" ; label define cap005x 01 "01 Week 1" 02 "02 Week 2" 03 "03 Week 3" 04 "04 Week 4" 05 "05 Week 5" 06 "06 Week 6" 07 "07 Week 7" 08 "08 Week 8" 09 "09 Week 9" 10 "10 Week 10" 11 "11 Week 11" 12 "12 Week 12" 13 "13 Week 13" ; label define cap010x 1 "1 Northeast" 2 "2 Midwest" 3 "3 South" 4 "4 West" ; label define cap013x 1 "1 Male" 2 "2 Female" ; label define cap014x 00 "00 Multiple Hispanic" 01 "01 Puerto Rico" 02 "02 Mexican" 03 "03 Mexican-American" 04 "04 Cuban/Cuban American" 05 "05 Dominican (Republic)" 06 "06 Central or South American" 07 "07 Other Latin American, type not specified" 08 "08 Other Spanish" 09 "09 Hispanic/Latino/Spanish, non-specific type" 10 "10 Hispanic/Latino/Spanish, type refused" 11 "11 Hispanic/Latino/Spanish, type not ascertained" 12 "12 Not Hispanic/Spanish origin" ; label define cap015x 01 "01 White only" 02 "02 Black/African American only" 03 "03 AIAN only" 04 "04 Asian only" 05 "05 Race group not releasable (See file layout)" 06 "06 Multiple race" ; label define cap016x 01 "01 White" 02 "02 Black/African American" 03 "03 Indian (American), Alaska Native" 09 "09 Asian Indian" 10 "10 Chinese" 11 "11 Filipino" 15 "15 Other Asian (See file layout)" 16 "16 Primary race not releasable (See file layout)" 17 "17 Multiple race, no primary race selected" ; label define cap017x 01 "01 White" 02 "02 Black/African American" 03 "03 Indian (American) (includes Eskimo, Aleut)" 06 "06 Chinese" 07 "07 Filipino" 12 "12 Asian Indian" 16 "16 Other race (See file layout)" 17 "17 Multiple race, no primary race selected" ; label define cap018x 00 "00 Under 1 year" 85 "85 85+ years" ; label define cap019x 1 "1 Not ascertained answers only" 2 "2 Refused and don't know answers only" 3 "3 Refused, DK, and not ascertained answers only" 4 "4 At least one valid answer" ; label define cap020x 0 "0 Under 14 years" 1 "1 Married - spouse in household" 2 "2 Married - spouse not in household" 3 "3 Married - spouse in household unknown" 4 "4 Widowed" 5 "5 Divorced" 6 "6 Separated" 7 "7 Never married" 8 "8 Living with partner" 9 "9 Unknown marital status" ; label define cap021x 1 "1 Only Spanish" 2 "2 Mostly Spanish" 3 "3 Spanish and English about the same" 4 "4 Mostly English" 5 "5 Only English" 6 "6 Other" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap022x 000 "000 Never" 997 "997 Refused" 998 "998 Not ascertained" 999 "999 Don't know" ; label define cap023x 0 "0 Never" 1 "1 Per day" 2 "2 Per week" 3 "3 Per month" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap025x 997 "997 Refused" 998 "998 Not ascertained" 999 "999 Don't know" ; label define cap027x 1 "1 Yes" 2 "2 No" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap033x 1 "1 Whole or regular milk" 2 "2 2% fat or reduced-fat milk" 3 " 3 1% fat or low-fat milk (includes 0.5% fat milk or 'low-fat' milk no further sp ecified)" 4 "4 Fat-free, skim or nonfat milk" 5 "5 Other" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap066x 1 "1 Almost never or never" 2 "2 About 1/4 of the time" 3 "3 About 1/2 of the time" 4 "4 About 3/4 of the time" 5 "5 Almost always or always" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap085x 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap090x 1 "1 For OVERALL health" 2 "2 For BONE health" 3 "3 To prevent CANCER" 4 "4 For some other reason" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap092x 1 "1 Yes" 2 "2 No" 3 "3 Unable to walk" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap095x 1 "1 Minutes" 2 "2 Hours" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap100x 00 "00 None" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap102x 1 "1 Yes" 2 "2 No" 3 "3 Did not see a doctor in the PAST 12 MONTHS" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap103x 1 "1 Menthol" 2 "2 Non menthol" 3 "3 No usual type" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap104x 95 "95 Varied" 96 "96 Never smoked regularly" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap105x 95 "95 95 or more cigarettes" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap127x 1 "1 Every day" 2 "2 Some days" 3 "3 Not at all" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap137x 01 "01 Beech-Nut" 02 "02 Camel Snus" 03 "03 Cope" 04 "04 Copenhagen" 05 "05 Cougar" 06 "06 Grizzly" 07 "07 Hawken" 08 "08 Husky" 09 "09 Kayak" 10 "10 Kodiak" 11 "11 Levi Garrett" 12 "12 Longhorn" 13 "13 Marlboro Snus" 14 "14 Red Man" 15 "15 Red Seal" 16 "16 Rooster" 17 "17 Silver Creek" 18 "18 Skoal" 19 "19 Taylor's Pride" 20 "20 Timber Wolfe" 21 "21 Brand not on list (specify)" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap140x 1 "1 Mentioned" 2 "2 Not mentioned" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap147x 00 "00 None" 96 "96 96+" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap148x 00 "00 Less than one day per week/rarely/none" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap153x 01 "01 First" 02 "02 Second" 03 "03 Third" 04 "04 Fourth" 05 "05 Fifth" 06 "06 Sixth" 07 "07 Seventh" 08 "08 Eighth" 09 "09 Ninth" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap154x 1 "1 Stayed off rest of pregnancy" 2 "2 Started again" 3 "3 Never started again" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap155x 01 "01 Get a severe sunburn with blisters" 02 "02 Have a moderate sunburn with peeling" 03 "03 Burn mildly with some or no darkening/tanning" 04 "04 Turn darker without sunburn" 05 "05 Nothing would happen to my skin" 06 "06 Do not go out in the sun" 07 "07 Other" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap156x 01 "01 Very dark or deeply tanned" 02 "02 Dark/Moderately tanned" 03 "03 A little dark/mildly tanned" 04 "04 Freckled but still light skinned" 05 " 05 Burned repeatedly with little or no darkening or tanning---still light skinne d" 06 "06 Don't go out in the sun" 07 "07 Other" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap157x 1 "1 Always" 2 "2 Most of the time" 3 "3 Sometimes" 4 "4 Rarely" 5 "5 Never" 6 "6 Don't go out in the sun" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap163x 50 "50 50+" 96 "96 More than one, different ones, other" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap164x 1 "1 1-14" 2 "2 15+" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap165x 000 "000 None" 997 "997 Refused" 998 "998 Not ascertained" 999 "999 Don't know" ; label define cap169x 01 "01 January" 02 "02 February" 03 "03 March" 04 "04 April" 05 "05 May" 06 "06 June" 07 "07 July" 08 "08 August" 09 "09 September" 10 "10 October" 11 "11 November" 12 "12 December" 96 "96 Time period format" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap170x 9996 "9996 Time period format" 9997 "9997 Refused" 9998 "9998 Not ascertained" 9999 "9999 Don't know" ; label define cap171x 95 "95 95+" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap172x 1 "1 Days ago" 2 "2 Weeks ago" 3 "3 Months ago" 4 "4 Years ago" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap173x 1 "1 A year ago or less" 2 "2 More than 1 year but not more than 2 years" 3 "3 More than 2 years but not more than 3 years" 4 "4 More than 3 years but not more than 5 years" 5 "5 Over 5 years ago" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap174x 1 "1 A year ago or less" 2 "2 More than 1 year but not more than 2 years" 3 "3 More than 2 years but not more than 3 years" 4 "4 More than 3 years but not more than 5 years" 5 "5 Over 5 years" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap176x 1 "1 Part of a routine exam" 2 "2 Because of a problem" 3 "3 Other reason" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap177x 00 "00 Haven't started" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap179x 1 "1 year ago or less" 2 "2 More than 1 year ago but less than 2 years ago" 3 "3 2 years ago or more" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap181x 25 "25 25+" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap183x 9997 "9997 Refused" 9998 "9998 Not ascertained" 9999 "9999 Don't know" ; label define cap186x 00 "00 None" 95 "95 95+" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap195x 1 "1 Yes" 2 "2 No" 3 "3 Only notified if there was a problem" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap199x 01 "01 No reason/never thought about it" 02 "02 Put if off/didn't get around to it" 03 "03 Too expensive/no insurance/cost" 04 "04 Too painful, unpleasant, or embarrassing" 05 "05 Had hysterectomy" 06 "06 Don't have doctor" 07 "07 Fear" 08 "08 Other" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap200x 01 "01 No reason/never thought about it" 02 "02 Didn't need it/didn't know I needed this type of test" 03 "03 Doctor didn't order it/didn't say I needed it" 04 "04 Haven't had any problems" 05 "05 Put it off/didn't get around to it" 06 "06 Too expensive/no insurance/cost" 07 "07 Too painful, unpleasant, or embarrassing" 08 "08 Had hysterectomy" 09 "09 Don't have doctor" 10 "10 Had an HPV DNA test" 11 "11 Had HPV vaccine" 12 "12 Other" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap216x 1 "1 Yes" 2 "2 No" 3 "3 Doctor refused when asked" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap217x 50 "50 50+" 96 "96 All shots" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap222x 1 "1 A year ago or less" 2 "2 More than 1 year but not more than 2 years" 3 "3 More than 2 years but not more than 3 years" 4 "4 More than 3 years but not more than 4 years" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap225x 01 "01 Does not need vaccine" 02 "02 Not sexually active" 03 "03 Too expensive" 04 "04 Too old for vaccine" 05 "05 Doctor didn't recommend it" 06 "06 Worried about safety of vaccine" 07 "07 Don't know where to get vaccine" 08 "08 My spouse/family member is against it" 09 "09 Don't know enough about vaccine" 10 "10 Already have HPV" 11 "11 Other" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap229x 1 "1 Under 30 years" 2 "2 30-39" 3 "3 40-49" 4 "4 50-59" 5 "5 60 years or older" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap230x 1 "1 Because of a breast problem" 2 "2 My healthcare provider told me I was high-risk" 3 "3 Family history of breast cancer" 4 "4 Part of a routine exam" 5 "5 I requested it" 6 "6 Other reason" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap242x 01 "01 No reason/never thought about it" 02 "02 Put if off/didn't get around to it" 03 "03 Too expensive/no insurance/cost" 04 "04 Too painful, unpleasant, or embarrassing" 05 "05 I'm too young" 06 "06 Don't have doctor" 07 "07 Fear" 08 "08 Other" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap243x 1 "1 In person" 2 "2 Over the telephone" ; label define cap245x 01 "01 Found by myself by accident" 02 "02 Found by myself during a self-breast examination" 03 "03 Found by my spouse or partner" 04 "04 Found by my physician during routine breast exam" 05 "05 Found by mammogram" 06 "06 Found by Magnetic Resonance Imaging (MRI)" 07 "07 Other: specify" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap247x 1 "1 Yes" 2 "2 No" 3 "3 Lump removed was cancerous" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap249x 01 "01 No reason/never thought about it" 02 "02 Didn't need it/didn't know I needed this type of test" 03 "03 Doctor didn't order it/didn't say I needed it" 04 "04 Haven't had any problems" 05 "05 Put it off/Didn't get around to it" 06 "06 Too expensive/no insurance/cost" 07 "07 Too painful, unpleasant or embarrassing" 08 "08 I'm too young" 09 "09 Don't have doctor" 10 "10 Other" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap266x 01 "01 A follow up of an abnormal mammogram" 02 "02 Because of a breast problem" 03 "03 Because my healthcare provider told me I was high risk" 04 "04 I have a family history of breast cancer" 05 "05 Part of a routine exam" 06 "06 I requested it" 07 "07 Other" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap268x 1 "1 Yes, to check for lung cancer" 2 "2 No, for some other reason" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap270x 1 "1 Yes" 2 "2 No" 3 "3 Several areas of upper body region" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap278x 1 "1 For problems related to my prostate" 2 "2 For male pattern baldness" 3 "3 To reduce the chance that I may develop prostate cancer" 4 "4 Other" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap281x 1 "1 2 years ago or less" 2 "2 More than 2 years ago but not more than 5 years ago" 3 "3 More than 5 years ago" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap283x 1 "1 As part of my treatment for breast cancer" 2 "2 To reduce the chance I may develop breast cancer" 3 "3 Both" 4 "4 Other reason" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap285x 1 "1 As part of my treatment for osteoporosis" 2 "2 To reduce the chance that I may develop breast cancer" 3 "3 Both" 4 "4 Other reason" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap297x 01 "01 Under 40 years" 02 "02 40-44" 03 "03 45-49" 04 "04 50-54" 05 "05 55-59" 06 "06 60-64" 07 "07 65-69" 08 "08 70 years and older" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap307x 1 "1 A year ago or less" 2 "2 More than 1 year but not more than 2 years" 3 "3 More than 2 years but not more than 3 years" 4 "4 More than 3 years but not more than 5 years" 5 "5 More than 5 years but not more than 10 years" 6 "6 Over 10 years ago" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap310x 1 "1 Part of a routine exam" 2 "2 Because of a problem" 3 "3 Follow-up test of an earlier test or screening exam" 4 "4 Other reason" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap328x 1 "1 Part of a routine exam" 2 "2 Because of a problem" 3 "3 Follow-up test or an earlier test or screening exam" 4 "4 Other reason" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap353x 1 "1 A year ago or less" 2 "2 More than 1 year but not more than 2 years" 3 "3 More than 2 years but not more than 3 years" 4 "4 More than 3 years but not more than 5 years" 5 "5 More than 5 years but not more than 10 years" 6 "6 Over 10 years" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap358x 1 "1 Mentioned" 2 "2 Not mentioned" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don’t know" ; label define cap363x 01 "01 No reason/never thought about it" 02 "02 Didn't need it/didn't know I needed this type of test" 03 "03 Doctor didn't order it/didn't say I needed it" 04 "04 Haven't had any problems" 05 "05 Put it off/Didn't get around to it" 06 "06 Too expensive/no insurance/cost" 07 "07 Too painful, unpleasant, or embarrassing" 08 "08 Had another type of colorectal exam" 09 "09 Don't have doctor" 10 "10 Other" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap378x 1 "1 More likely to get cancer" 2 "2 Less likely" 3 "3 About as likely" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap379x 1 "1 More likely to get colon or rectal cancer" 2 "2 Less likely" 3 "3 About as likely" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap380x 1 "1 More likely to get breast cancer" 2 "2 Less likely" 3 "3 About as likely" 7 "7 Refuse" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap381x 1 "1 Yes" 2 "2 No" 3 "3 Adopted or don't know biological father" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap437x 1 "1 Yes" 2 "2 No" 3 "3 Adopted or don't know biological mother" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap495x 00 "00 None" 21 "21 21+" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap498x 21 "21 21+" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap666x 00 "00 None" 21 "21 21+" 96 "96 No biological children" 97 "97 Refused" 98 "98 Not ascertained" 99 "99 Don't know" ; label define cap837x 1 "1 Excellent" 2 "2 Very good" 3 "3 Good" 4 "4 Fair" 5 "5 Poor" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap842x 1 "1 Completely" 2 "2 Mostly" 3 "3 Moderately" 4 "4 A little" 5 "5 Not at all" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap843x 1 "1 Never" 2 "2 Rarely" 3 "3 Sometimes" 4 "4 Often" 5 "5 Always" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap844x 1 "1 None" 2 "2 Mild" 3 "3 Moderate" 4 "4 Severe" 5 "5 Very severe" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap846x 1 "1 Very low" 2 "2 Fairly low" 3 "3 Moderate" 4 "4 Fairly high" 5 "5 Very high" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap847x 1 "1 Never" 2 "2 Rarely" 3 "3 Sometimes" 4 "4 Often" 5 "5 All the time" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap867x 1 "1 Very satisfied" 2 "2 Somewhat satisfied" 3 "3 Not satisfied" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap869x 1 "1 I didn't know these services were available" 2 "2 I didn't want it" 3 "3 I didn't think I needed it" 4 "4 I couldn't afford it" 5 "5 Some other reason (please specify)" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; label define cap874x 1 "1 A lot" 2 "2 Some" 3 "3 A little" 4 "4 Not at all" 7 "7 Refused" 8 "8 Not ascertained" 9 "9 Don't know" ; * ASSOCIATE VARIABLES WITH VALUE LABEL DEFINITIONS; label values rectype cap001x; label values intv_qrt cap004x; label values assignwk cap005x; label values region cap010x; label values sex cap013x; label values hispan_i cap014x; label values racerpi2 cap015x; label values mracrpi2 cap016x; label values mracbpi2 cap017x; label values age_p cap018x; label values compstat cap019x; label values r_maritl cap020x; label values spspeak cap021x; label values cerealno cap022x; label values cerealtp cap023x; label values certypn cap025x; label values certyp2 cap027x; label values certyp3n cap025x; label values milkno cap022x; label values milktp cap023x; label values milktyp cap033x; label values sodano cap022x; label values sodatp cap023x; label values frjuicno cap022x; label values frjuictp cap023x; label values coffeeno cap022x; label values coffeetp cap023x; label values spordrno cap022x; label values spordrtp cap023x; label values frtdrno cap022x; label values frtdrtp cap023x; label values fruitno cap022x; label values fruittp cap023x; label values saladno cap022x; label values saladtp cap023x; label values friesno cap022x; label values friestp cap023x; label values potatono cap022x; label values potatotp cap023x; label values beansno cap022x; label values beanstp cap023x; label values brriceno cap022x; label values brricetp cap023x; label values ovegno cap022x; label values ovegtp cap023x; label values salsano cap022x; label values salsatp cap023x; label values pizzano cap022x; label values pizzatp cap023x; label values tomsauno cap022x; label values tomsautp cap023x; label values cheeseno cap022x; label values cheesetp cap023x; label values cheestyp cap066x; label values redmetno cap022x; label values redmettp cap023x; label values prometno cap022x; label values promettp cap023x; label values breadno cap022x; label values breadtp cap023x; label values candyno cap022x; label values candytp cap023x; label values donutno cap022x; label values donuttp cap023x; label values cookieno cap022x; label values cookietp cap023x; label values icecrno cap022x; label values icecrtp cap023x; label values popcnno cap022x; label values popcntp cap023x; label values vitmin cap027x; label values vitmult cap027x; label values vitmuld cap085x; label values calca cap027x; label values calcd cap085x; label values vitd cap027x; label values vitdm cap085x; label values vitdwhy cap090x; label values ad11a cap092x; label values ad12a cap085x; label values ad13no cap025x; label values ad13tp cap095x; label values ad14a cap027x; label values ad15a cap085x; label values ad16no cap025x; label values ad16tp cap095x; label values sitwday cap100x; label values sitwend cap100x; label values mdexer cap102x; label values mentholf cap103x; label values numciga cap104x; label values numcvar cap105x; label values fquita_1 cap027x; label values fquita_2 cap027x; label values fquita_3 cap027x; label values fquita_4 cap027x; label values fquita_5 cap027x; label values fquitb_1 cap027x; label values fquitb_2 cap027x; label values fquitb_3 cap027x; label values menthol cap103x; label values csqev cap027x; label values cquita_1 cap027x; label values cquita_2 cap027x; label values cquita_3 cap027x; label values cquita_4 cap027x; label values cquita_5 cap027x; label values cquitb_1 cap027x; label values cquitb_2 cap027x; label values cquitb_3 cap027x; label values qwant cap027x; label values cigev1 cap027x; label values cigev50 cap027x; label values cigcur cap127x; label values cig30d cap100x; label values snuffev cap027x; label values snufev20 cap027x; label values snuffcur cap127x; label values snuff30d cap100x; label values chewev cap027x; label values chewev20 cap027x; label values chewcur cap127x; label values chew30d cap100x; label values chewtyp cap137x; label values mdtob2 cap027x; label values hptob21 cap140x; label values hptob22 cap140x; label values hptob23 cap140x; label values hptob24 cap140x; label values hptob25 cap140x; label values livintro cap027x; label values livsmoke cap147x; label values lvdysmok cap148x; label values livebth cap027x; label values smkpreg cap027x; label values smklst cap027x; label values qutwk cap027x; label values mthquit cap153x; label values stsmok cap154x; label values sun1hr cap155x; label values suntan cap156x; label values sun1_sha cap157x; label values sun1_cap cap157x; label values sun_hat1 cap157x; label values sun2_lgs cap157x; label values sun2_lgp cap157x; label values sun2_scr cap157x; label values spf cap163x; label values spfscale cap164x; label values nburn cap165x; label values snonce cap027x; label values snnum1 cap025x; label values sknx cap027x; label values rskx1_mt cap169x; label values rskx1_yr cap170x; label values rskx1n cap171x; label values rskx1t cap172x; label values rskx2 cap173x; label values rskx3a cap174x; label values rskx3b cap174x; label values skinreas cap176x; label values menstage cap177x; label values menstill cap027x; label values menlast cap179x; label values birthev cap027x; label values birthnum cap181x; label values birthage cap085x; label values birthag2 cap183x; label values paphad1 cap027x; label values papfrst1 cap085x; label values pap6yr1 cap186x; label values rpap1_m1 cap169x; label values rpap1_y1 cap170x; label values rpap1n1 cap171x; label values rpap1t1 cap172x; label values rpap21 cap173x; label values rpap3a1 cap174x; label values rpap3b1 cap174x; label values paprea1 cap176x; label values presult cap195x; label values papabn3 cap027x; label values papadde1 cap027x; label values paptrt1 cap027x; label values pnotfol cap199x; label values papnot1 cap200x; label values mdrecp1 cap102x; label values premind cap027x; label values hyst cap027x; label values rhys1_mt cap169x; label values rhys1_yr cap170x; label values rhys1n cap171x; label values rhys1t cap172x; label values rhys2 cap173x; label values rhyst3a cap173x; label values rhyst3b cap173x; label values ovaries cap027x; label values ovarage cap025x; label values hpvhrd cap027x; label values hpvhad cap027x; label values shhpvhrd cap027x; label values shthpv cap216x; label values shhpvdos cap217x; label values hpv_mt cap169x; label values hpv_yr cap170x; label values hpvn cap171x; label values hpvt cap172x; label values hpv2 cap222x; label values hpv3a cap222x; label values hpvint cap027x; label values hpvnot cap225x; label values hpvcost cap027x; label values hpvlocst cap027x; label values mamhad cap027x; label values mamage cap229x; label values mamrea cap230x; label values mam6yr cap186x; label values rmam1_mt cap169x; label values rmam1_yr cap170x; label values rmam1n cap171x; label values rmam1t cap172x; label values rmam2 cap173x; label values rmam3a cap173x; label values rmam3b cap173x; label values mamreas cap176x; label values mamabn1 cap027x; label values mfollow cap027x; label values mnotfol cap242x; label values mammode cap243x; label values mamcan1 cap027x; label values mfound cap245x; label values lumpev2 cap247x; label values lumpnum2 cap171x; label values mamnot cap249x; label values mdrecmam cap102x; label values cbehad cap027x; label values rcbe1_mt cap169x; label values rcbe1_yr cap170x; label values rcbe1n cap171x; label values rcbe1t cap172x; label values rcbe2 cap173x; label values rcbe3a cap173x; label values rcbe3b cap173x; label values mrihad cap027x; label values mri_mt cap169x; label values mri_yr cap170x; label values mrin cap171x; label values mrit cap172x; label values mri2 cap173x; label values mri3a cap173x; label values mrirea cap266x; label values chestx cap027x; label values chestrea cap268x; label values cat12 cap027x; label values catchest cap270x; label values catlung cap268x; label values aspirin cap027x; label values aspir3m cap027x; label values advil cap027x; label values advil3m cap027x; label values propecia cap027x; label values propmths cap027x; label values propreas cap278x; label values medhrt1 cap027x; label values hrtever cap027x; label values hrtstop cap281x; label values medtamx1 cap027x; label values tammain cap283x; label values medralx1 cap027x; label values ralxreas cap285x; label values medbc1 cap027x; label values psarec cap027x; label values psahad cap027x; label values rpsa1_mt cap169x; label values rpsa1_yr cap170x; label values rpsa1n cap171x; label values rpsa1t cap172x; label values rpsa2 cap173x; label values rpsa3a cap173x; label values rpsa3b cap173x; label values psareas cap176x; label values psaage1 cap297x; label values psa5yr cap186x; label values psaadv cap027x; label values psadisav cap027x; label values psaexp cap027x; label values colhad cap027x; label values col_mt cap169x; label values col_yr cap170x; label values coln cap171x; label values colt cap172x; label values col2 cap307x; label values col3a cap307x; label values col3b cap307x; label values colreas cap310x; label values sighad cap027x; label values sig_mt cap169x; label values sig_yr cap170x; label values sign cap171x; label values sigt cap172x; label values sig2 cap307x; label values sig3a cap307x; label values sig3b cap307x; label values sigreas cap310x; label values ctheard cap027x; label values cthadev cap027x; label values ct_mt cap169x; label values ct_yr cap170x; label values ctn cap171x; label values ctt cap172x; label values ct2 cap307x; label values ct3a cap307x; label values ctreas cap328x; label values polyp cap027x; label values hfobhad cap027x; label values rhfo1_mt cap169x; label values rhfo1_yr cap170x; label values rhfo1n cap171x; label values rhfo1t cap172x; label values rhfo2 cap307x; label values rhfob3a cap307x; label values rhfob3b cap307x; label values hfobrea1 cap176x; label values hfobabn1 cap027x; label values hfobtst1 cap140x; label values hfobtst2 cap140x; label values hfobtst3 cap140x; label values hfobtst4 cap140x; label values hfobtst5 cap140x; label values hfobtst0 cap140x; label values hfonotdo cap027x; label values fobhad cap027x; label values rfob1_mt cap169x; label values rfob1_yr cap170x; label values rfob1n cap171x; label values rfob1t cap172x; label values rfob2 cap307x; label values rofob3a cap353x; label values rofob3b cap353x; label values rfobreas cap176x; label values colprob cap027x; label values coltest cap027x; label values colkind1 cap358x; label values colkind2 cap358x; label values colkind3 cap358x; label values colkind4 cap358x; label values colkind5 cap358x; label values colnot cap363x; label values gtheard cap027x; label values gtposs cap027x; label values gtadvise cap027x; label values gtgrisk cap027x; label values gtbre cap027x; label values gtova cap027x; label values gtcol cap027x; label values gtoth cap027x; label values gtrsk_mt cap169x; label values gtrsk_yr cap170x; label values gtrskn cap171x; label values gtrskt cap172x; label values gtinsure cap027x; label values gtccom cap378x; label values gtcclom cap379x; label values gtcbom cap380x; label values fhfcan cap381x; label values fhftyp1 cap140x; label values fhfage01 cap027x; label values fhftyp2 cap140x; label values fhfage02 cap027x; label values fhftyp3 cap140x; label values fhfage03 cap027x; label values fhftyp4 cap140x; label values fhfage04 cap027x; label values fhftyp5 cap140x; label values fhfage05 cap027x; label values fhftyp7 cap140x; label values fhfage07 cap027x; label values fhftyp8 cap140x; label values fhfage08 cap027x; label values fhftyp9 cap140x; label values fhfage09 cap027x; label values fhftyp10 cap140x; label values fhfage10 cap027x; label values fhftyp11 cap140x; label values fhfage11 cap027x; label values fhftyp12 cap140x; label values fhfage12 cap027x; label values fhftyp13 cap140x; label values fhfage13 cap027x; label values fhftyp14 cap140x; label values fhfage14 cap027x; label values fhftyp15 cap140x; label values fhfage15 cap027x; label values fhftyp16 cap140x; label values fhfage16 cap027x; label values fhftyp17 cap140x; label values fhfage17 cap027x; label values fhftyp19 cap140x; label values fhfage19 cap027x; label values fhftyp20 cap140x; label values fhfage20 cap027x; label values fhftyp21 cap140x; label values fhfage21 cap027x; label values fhftyp22 cap140x; label values fhfage22 cap027x; label values fhftyp23 cap140x; label values fhfage23 cap027x; label values fhftyp24 cap140x; label values fhfage24 cap027x; label values fhftyp25 cap140x; label values fhfage25 cap027x; label values fhftyp26 cap140x; label values fhfage26 cap027x; label values fhftyp27 cap140x; label values fhfage27 cap027x; label values fhftyp28 cap140x; label values fhfage28 cap027x; label values fhftyp30 cap140x; label values fhfage30 cap027x; label values fhftyp31 cap140x; label values fhmcan cap437x; label values fhmtyp1 cap140x; label values fhmage01 cap027x; label values fhmtyp2 cap140x; label values fhmage02 cap027x; label values fhmtyp3 cap140x; label values fhmage03 cap027x; label values fhmtyp4 cap140x; label values fhmage04 cap027x; label values fhmtyp5 cap140x; label values fhmage05 cap027x; label values fhmtyp6 cap140x; label values fhmage06 cap027x; label values fhmtyp7 cap140x; label values fhmage07 cap027x; label values fhmtyp8 cap140x; label values fhmage08 cap027x; label values fhmtyp9 cap140x; label values fhmage09 cap027x; label values fhmtyp10 cap140x; label values fhmage10 cap027x; label values fhmtyp11 cap140x; label values fhmage11 cap027x; label values fhmtyp12 cap140x; label values fhmage12 cap027x; label values fhmtyp13 cap140x; label values fhmage13 cap027x; label values fhmtyp14 cap140x; label values fhmage14 cap027x; label values fhmtyp15 cap140x; label values fhmage15 cap027x; label values fhmtyp16 cap140x; label values fhmage16 cap027x; label values fhmtyp17 cap140x; label values fhmage17 cap027x; label values fhmtyp18 cap140x; label values fhmage18 cap027x; label values fhmtyp19 cap140x; label values fhmage19 cap027x; label values fhmtyp21 cap140x; label values fhmage21 cap027x; label values fhmtyp22 cap140x; label values fhmage22 cap027x; label values fhmtyp23 cap140x; label values fhmage23 cap027x; label values fhmtyp24 cap140x; label values fhmage24 cap027x; label values fhmtyp25 cap140x; label values fhmage25 cap027x; label values fhmtyp27 cap140x; label values fhmage27 cap027x; label values fhmtyp28 cap140x; label values fhmage28 cap027x; label values fhmtyp29 cap140x; label values fhmage29 cap027x; label values fhmtyp30 cap140x; label values fhmage30 cap027x; label values fhmtyp31 cap140x; label values fhbnum cap495x; label values fhbcan cap495x; label values fhbtyp1 cap140x; label values fhbman01 cap498x; label values fhbage01 cap495x; label values fhbtyp2 cap140x; label values fhbman02 cap498x; label values fhbage02 cap495x; label values fhbtyp3 cap140x; label values fhbman03 cap498x; label values fhbage03 cap495x; label values fhbtyp4 cap140x; label values fhbman04 cap498x; label values fhbage04 cap495x; label values fhbtyp5 cap140x; label values fhbman05 cap498x; label values fhbage05 cap495x; label values fhbtyp7 cap140x; label values fhbman07 cap498x; label values fhbage07 cap495x; label values fhbtyp8 cap140x; label values fhbman08 cap498x; label values fhbage08 cap495x; label values fhbtyp9 cap140x; label values fhbman09 cap498x; label values fhbage09 cap495x; label values fhbtyp10 cap140x; label values fhbman10 cap498x; label values fhbage10 cap495x; label values fhbtyp11 cap140x; label values fhbman11 cap498x; label values fhbage11 cap495x; label values fhbtyp12 cap140x; label values fhbman12 cap498x; label values fhbage12 cap495x; label values fhbtyp13 cap140x; label values fhbman13 cap498x; label values fhbage13 cap495x; label values fhbtyp14 cap140x; label values fhbman14 cap498x; label values fhbage14 cap495x; label values fhbtyp15 cap140x; label values fhbman15 cap498x; label values fhbage15 cap495x; label values fhbtyp16 cap140x; label values fhbman16 cap498x; label values fhbage16 cap495x; label values fhbtyp17 cap140x; label values fhbman17 cap498x; label values fhbage17 cap495x; label values fhbtyp19 cap140x; label values fhbman19 cap498x; label values fhbage19 cap495x; label values fhbtyp20 cap140x; label values fhbman20 cap498x; label values fhbage20 cap495x; label values fhbtyp21 cap140x; label values fhbman21 cap498x; label values fhbage21 cap495x; label values fhbtyp22 cap140x; label values fhbman22 cap498x; label values fhbage22 cap495x; label values fhbtyp23 cap140x; label values fhbman23 cap498x; label values fhbage23 cap495x; label values fhbtyp24 cap140x; label values fhbman24 cap498x; label values fhbage24 cap495x; label values fhbtyp25 cap140x; label values fhbman25 cap498x; label values fhbage25 cap495x; label values fhbtyp26 cap140x; label values fhbman26 cap498x; label values fhbage26 cap495x; label values fhbtyp27 cap140x; label values fhbman27 cap498x; label values fhbage27 cap495x; label values fhbtyp28 cap140x; label values fhbman28 cap498x; label values fhbage28 cap495x; label values fhbtyp30 cap140x; label values fhbman30 cap498x; label values fhbage30 cap495x; label values fhbtyp31 cap140x; label values fhsnum cap495x; label values fhscan cap495x; label values fhstyp1 cap140x; label values fhsman01 cap498x; label values fhsage01 cap495x; label values fhstyp2 cap140x; label values fhsman02 cap498x; label values fhsage02 cap495x; label values fhstyp3 cap140x; label values fhsman03 cap498x; label values fhsage03 cap495x; label values fhstyp4 cap140x; label values fhsman04 cap498x; label values fhsage04 cap495x; label values fhstyp5 cap140x; label values fhsman05 cap498x; label values fhsage05 cap495x; label values fhstyp6 cap140x; label values fhsman06 cap498x; label values fhsage06 cap495x; label values fhstyp7 cap140x; label values fhsman07 cap498x; label values fhsage07 cap495x; label values fhstyp8 cap140x; label values fhsman08 cap498x; label values fhsage08 cap495x; label values fhstyp9 cap140x; label values fhsman09 cap498x; label values fhsage09 cap495x; label values fhstyp10 cap140x; label values fhsman10 cap498x; label values fhsage10 cap495x; label values fhstyp11 cap140x; label values fhsman11 cap498x; label values fhsage11 cap495x; label values fhstyp12 cap140x; label values fhsman12 cap498x; label values fhsage12 cap495x; label values fhstyp13 cap140x; label values fhsman13 cap498x; label values fhsage13 cap495x; label values fhstyp14 cap140x; label values fhsman14 cap498x; label values fhsage14 cap495x; label values fhstyp15 cap140x; label values fhsman15 cap498x; label values fhsage15 cap495x; label values fhstyp16 cap140x; label values fhsman16 cap498x; label values fhsage16 cap495x; label values fhstyp17 cap140x; label values fhsman17 cap498x; label values fhsage17 cap495x; label values fhstyp18 cap140x; label values fhsman18 cap498x; label values fhsage18 cap495x; label values fhstyp19 cap140x; label values fhsman19 cap498x; label values fhsage19 cap495x; label values fhstyp21 cap140x; label values fhsman21 cap498x; label values fhsage21 cap495x; label values fhstyp22 cap140x; label values fhsman22 cap498x; label values fhsage22 cap495x; label values fhstyp23 cap140x; label values fhsman23 cap498x; label values fhsage23 cap495x; label values fhstyp24 cap140x; label values fhsman24 cap498x; label values fhsage24 cap495x; label values fhstyp25 cap140x; label values fhsman25 cap498x; label values fhsage25 cap495x; label values fhstyp27 cap140x; label values fhsman27 cap498x; label values fhsage27 cap495x; label values fhstyp28 cap140x; label values fhsman28 cap498x; label values fhsage28 cap495x; label values fhstyp29 cap140x; label values fhsman29 cap498x; label values fhsage29 cap495x; label values fhstyp30 cap140x; label values fhsman30 cap498x; label values fhsage30 cap495x; label values fhstyp31 cap140x; label values fhnnum cap666x; label values fhncan cap495x; label values fhntyp1 cap140x; label values fhnman01 cap498x; label values fhnage01 cap495x; label values fhntyp2 cap140x; label values fhnman02 cap498x; label values fhnage02 cap495x; label values fhntyp3 cap140x; label values fhnman03 cap498x; label values fhnage03 cap495x; label values fhntyp4 cap140x; label values fhnman04 cap498x; label values fhnage04 cap495x; label values fhntyp5 cap140x; label values fhnman05 cap498x; label values fhnage05 cap495x; label values fhntyp7 cap140x; label values fhnman07 cap498x; label values fhnage07 cap495x; label values fhntyp8 cap140x; label values fhnman08 cap498x; label values fhnage08 cap495x; label values fhntyp9 cap140x; label values fhnman09 cap498x; label values fhnage09 cap495x; label values fhntyp10 cap140x; label values fhnman10 cap498x; label values fhnage10 cap495x; label values fhntyp11 cap140x; label values fhnman11 cap498x; label values fhnage11 cap495x; label values fhntyp12 cap140x; label values fhnman12 cap498x; label values fhnage12 cap495x; label values fhntyp13 cap140x; label values fhnman13 cap498x; label values fhnage13 cap495x; label values fhntyp14 cap140x; label values fhnman14 cap498x; label values fhnage14 cap495x; label values fhntyp15 cap140x; label values fhnman15 cap498x; label values fhnage15 cap495x; label values fhntyp16 cap140x; label values fhnman16 cap498x; label values fhnage16 cap495x; label values fhntyp17 cap140x; label values fhnman17 cap498x; label values fhnage17 cap495x; label values fhntyp19 cap140x; label values fhnman19 cap498x; label values fhnage19 cap495x; label values fhntyp20 cap140x; label values fhnman20 cap498x; label values fhnage20 cap495x; label values fhntyp21 cap140x; label values fhnman21 cap498x; label values fhnage21 cap495x; label values fhntyp22 cap140x; label values fhnman22 cap498x; label values fhnage22 cap495x; label values fhntyp23 cap140x; label values fhnman23 cap498x; label values fhnage23 cap495x; label values fhntyp24 cap140x; label values fhnman24 cap498x; label values fhnage24 cap495x; label values fhntyp25 cap140x; label values fhnman25 cap498x; label values fhnage25 cap495x; label values fhntyp26 cap140x; label values fhnman26 cap498x; label values fhnage26 cap495x; label values fhntyp27 cap140x; label values fhnman27 cap498x; label values fhnage27 cap495x; label values fhntyp28 cap140x; label values fhnman28 cap498x; label values fhnage28 cap495x; label values fhntyp30 cap140x; label values fhnman30 cap498x; label values fhnage30 cap495x; label values fhntyp31 cap140x; label values fhdnum cap495x; label values fhdcan cap495x; label values fhdtyp1 cap140x; label values fhdman01 cap498x; label values fhdage01 cap495x; label values fhdtyp2 cap140x; label values fhdman02 cap498x; label values fhdage02 cap495x; label values fhdtyp3 cap140x; label values fhdman03 cap498x; label values fhdage03 cap495x; label values fhdtyp4 cap140x; label values fhdman04 cap498x; label values fhdage04 cap495x; label values fhdtyp5 cap140x; label values fhdman05 cap498x; label values fhdage05 cap495x; label values fhdtyp6 cap140x; label values fhdman06 cap498x; label values fhdage06 cap495x; label values fhdtyp7 cap140x; label values fhdman07 cap498x; label values fhdage07 cap495x; label values fhdtyp8 cap140x; label values fhdman08 cap498x; label values fhdage08 cap495x; label values fhdtyp9 cap140x; label values fhdman09 cap498x; label values fhdage09 cap495x; label values fhdtyp10 cap140x; label values fhdman10 cap498x; label values fhdage10 cap495x; label values fhdtyp11 cap140x; label values fhdman11 cap498x; label values fhdage11 cap495x; label values fhdtyp12 cap140x; label values fhdman12 cap498x; label values fhdage12 cap495x; label values fhdtyp13 cap140x; label values fhdman13 cap498x; label values fhdage13 cap495x; label values fhdtyp14 cap140x; label values fhdman14 cap498x; label values fhdage14 cap495x; label values fhdtyp15 cap140x; label values fhdman15 cap498x; label values fhdage15 cap495x; label values fhdtyp16 cap140x; label values fhdman16 cap498x; label values fhdage16 cap495x; label values fhdtyp17 cap140x; label values fhdman17 cap498x; label values fhdage17 cap495x; label values fhdtyp18 cap140x; label values fhdman18 cap498x; label values fhdage18 cap495x; label values fhdtyp19 cap140x; label values fhdman19 cap498x; label values fhdage19 cap495x; label values fhdtyp21 cap140x; label values fhdman21 cap498x; label values fhdage21 cap495x; label values fhdtyp22 cap140x; label values fhdman22 cap498x; label values fhdage22 cap495x; label values fhdtyp23 cap140x; label values fhdman23 cap498x; label values fhdage23 cap495x; label values fhdtyp24 cap140x; label values fhdman24 cap498x; label values fhdage24 cap495x; label values fhdtyp25 cap140x; label values fhdman25 cap498x; label values fhdage25 cap495x; label values fhdtyp27 cap140x; label values fhdman27 cap498x; label values fhdage27 cap495x; label values fhdtyp28 cap140x; label values fhdman28 cap498x; label values fhdage28 cap495x; label values fhdtyp29 cap140x; label values fhdman29 cap498x; label values fhdage29 cap495x; label values fhdtyp30 cap140x; label values fhdman30 cap498x; label values fhdage30 cap495x; label values fhdtyp31 cap140x; label values qol cap837x; label values qolph cap837x; label values qolmh cap837x; label values qolsar cap837x; label values cousar cap837x; label values coepa cap842x; label values bep7d cap843x; label values rf7d cap844x; label values rp7d cap085x; label values ccbg10y cap846x; label values wccbgw cap847x; label values recur cap027x; label values mrryr cap183x; label values tretmrc1 cap358x; label values tretmrc2 cap358x; label values tretmrc3 cap358x; label values tretmrc4 cap358x; label values tretmrc5 cap358x; label values tretmrc6 cap358x; label values tretmrc7 cap358x; label values tretbc cap027x; label values ciat cap027x; label values nfoc cap027x; label values tretdoc cap027x; label values fuadvev cap027x; label values fuadvfmt cap027x; label values hict cap027x; label values hpcaerop cap027x; label values hpidatt cap027x; label values hpmetesn cap867x; label values acdpcsg cap027x; label values mrnpcsg cap869x; label values dkpcsg cap027x; label values ctrsct cap027x; label values dhibc cap027x; label values ccfp cap874x; * DISPLAY OVERALL DESCRIPTION OF FILE; describe; * DISPLAY A TEST TABLE FROM THE FILE; tabulate rectype [fweight= wtfa_sa]; save cancerxx, replace; #delimit cr * data file is stored in cancerxx.dta * log file is stored in cancerxx.log log close