*********************************************************************; **** DATA SET NAME: "D:\LAB2\LAB2.DAT" ****; **** LRECL: 1297 ****; **** LRECL includes 2 positions for CRLF, assuming use of PC SAS ****; *********************************************************************; FILENAME LAB2 "D:\LAB\DAT\LAB2.DAT" LRECL=1297; DATA WORK; INFILE LAB2 MISSOVER; LENGTH SEQN 7 DMPFSEQ 5 DMPSTAT 3 DMARETHN 3 DMARACER 3 DMAETHNR 3 HSSEX 3 HSAGEIR 3 HSAGEU 3 HSAITMOR 4 HSFSIZER 3 HSHSIZER 3 DMPCNTYR 3 DMPFIPSR 3 DMPMETRO 3 DMPCREGN 3 DMPPIR 8 SDPPHASE 3 SDPPSU6 4 SDPSTRA6 4 SDPPSU1 4 SDPSTRA1 4 SDPPSU2 4 SDPSTRA2 4 WTPFQX6 8 WTPFEX6 8 WTPFHX6 8 WTPFALG6 8 WTPFCNS6 8 WTPFSD6 8 WTPFMD6 8 WTPFHSD6 8 WTPFHMD6 8 WTPFQX1 8 WTPFEX1 8 WTPFHX1 8 WTPFALG1 8 WTPFCNS1 8 WTPFSD1 8 WTPFMD1 8 WTPFHSD1 8 WTPFHMD1 8 WTPFQX2 8 WTPFEX2 8 WTPFHX2 8 WTPFALG2 8 WTPFCNS2 8 WTPFSD2 8 WTPFMD2 8 WTPFHSD2 8 WTPFHMD2 8 WTPQRP1 8 WTPQRP2 8 WTPQRP3 8 WTPQRP4 8 WTPQRP5 8 WTPQRP6 8 WTPQRP7 8 WTPQRP8 8 WTPQRP9 8 WTPQRP10 8 WTPQRP11 8 WTPQRP12 8 WTPQRP13 8 WTPQRP14 8 WTPQRP15 8 WTPQRP16 8 WTPQRP17 8 WTPQRP18 8 WTPQRP19 8 WTPQRP20 8 WTPQRP21 8 WTPQRP22 8 WTPQRP23 8 WTPQRP24 8 WTPQRP25 8 WTPQRP26 8 WTPQRP27 8 WTPQRP28 8 WTPQRP29 8 WTPQRP30 8 WTPQRP31 8 WTPQRP32 8 WTPQRP33 8 WTPQRP34 8 WTPQRP35 8 WTPQRP36 8 WTPQRP37 8 WTPQRP38 8 WTPQRP39 8 WTPQRP40 8 WTPQRP41 8 WTPQRP42 8 WTPQRP43 8 WTPQRP44 8 WTPQRP45 8 WTPQRP46 8 WTPQRP47 8 WTPQRP48 8 WTPQRP49 8 WTPQRP50 8 WTPQRP51 8 WTPQRP52 8 WTPXRP1 8 WTPXRP2 8 WTPXRP3 8 WTPXRP4 8 WTPXRP5 8 WTPXRP6 8 WTPXRP7 8 WTPXRP8 8 WTPXRP9 8 WTPXRP10 8 WTPXRP11 8 WTPXRP12 8 WTPXRP13 8 WTPXRP14 8 WTPXRP15 8 WTPXRP16 8 WTPXRP17 8 WTPXRP18 8 WTPXRP19 8 WTPXRP20 8 WTPXRP21 8 WTPXRP22 8 WTPXRP23 8 WTPXRP24 8 WTPXRP25 8 WTPXRP26 8 WTPXRP27 8 WTPXRP28 8 WTPXRP29 8 WTPXRP30 8 WTPXRP31 8 WTPXRP32 8 WTPXRP33 8 WTPXRP34 8 WTPXRP35 8 WTPXRP36 8 WTPXRP37 8 WTPXRP38 8 WTPXRP39 8 WTPXRP40 8 WTPXRP41 8 WTPXRP42 8 WTPXRP43 8 WTPXRP44 8 WTPXRP45 8 WTPXRP46 8 WTPXRP47 8 WTPXRP48 8 WTPXRP49 8 WTPXRP50 8 WTPXRP51 8 WTPXRP52 8 HYAITMO 4 MXPLANG 3 MXPSESSR 3 MXPTIDW 3 MXPAXTMR 4 HXPTIDW 3 HXPAXTMR 4 HXPSESSR 3 COP 8 HOPSI 8 VDP 8 VDPSI 8 T4P 8 T4PSI 8 THP 8 THPSI 8 TMP 8 TAP 8 HPP 3 HPPCAG 3 ; FORMAT DMPPIR Z6.3 WTPFQX6 Z9.2 WTPFEX6 Z9.2 WTPFHX6 Z9.2 WTPFALG6 Z9.2 WTPFCNS6 Z9.2 WTPFSD6 Z9.2 WTPFMD6 Z9.2 WTPFHSD6 Z9.2 WTPFHMD6 Z9.2 WTPFQX1 Z9.2 WTPFEX1 Z9.2 WTPFHX1 Z9.2 WTPFALG1 Z9.2 WTPFCNS1 Z9.2 WTPFSD1 Z9.2 WTPFMD1 Z9.2 WTPFHSD1 Z9.2 WTPFHMD1 Z9.2 WTPFQX2 Z9.2 WTPFEX2 Z9.2 WTPFHX2 Z9.2 WTPFALG2 Z9.2 WTPFCNS2 Z9.2 WTPFSD2 Z9.2 WTPFMD2 Z9.2 WTPFHSD2 Z9.2 WTPFHMD2 Z9.2 WTPQRP1 Z9.2 WTPQRP2 Z9.2 WTPQRP3 Z9.2 WTPQRP4 Z9.2 WTPQRP5 Z9.2 WTPQRP6 Z9.2 WTPQRP7 Z9.2 WTPQRP8 Z9.2 WTPQRP9 Z9.2 WTPQRP10 Z9.2 WTPQRP11 Z9.2 WTPQRP12 Z9.2 WTPQRP13 Z9.2 WTPQRP14 Z9.2 WTPQRP15 Z9.2 WTPQRP16 Z9.2 WTPQRP17 Z9.2 WTPQRP18 Z9.2 WTPQRP19 Z9.2 WTPQRP20 Z9.2 WTPQRP21 Z9.2 WTPQRP22 Z9.2 WTPQRP23 Z9.2 WTPQRP24 Z9.2 WTPQRP25 Z9.2 WTPQRP26 Z9.2 WTPQRP27 Z9.2 WTPQRP28 Z9.2 WTPQRP29 Z9.2 WTPQRP30 Z9.2 WTPQRP31 Z9.2 WTPQRP32 Z9.2 WTPQRP33 Z9.2 WTPQRP34 Z9.2 WTPQRP35 Z9.2 WTPQRP36 Z9.2 WTPQRP37 Z9.2 WTPQRP38 Z9.2 WTPQRP39 Z9.2 WTPQRP40 Z9.2 WTPQRP41 Z9.2 WTPQRP42 Z9.2 WTPQRP43 Z9.2 WTPQRP44 Z9.2 WTPQRP45 Z9.2 WTPQRP46 Z9.2 WTPQRP47 Z9.2 WTPQRP48 Z9.2 WTPQRP49 Z9.2 WTPQRP50 Z9.2 WTPQRP51 Z9.2 WTPQRP52 Z9.2 WTPXRP1 Z9.2 WTPXRP2 Z9.2 WTPXRP3 Z9.2 WTPXRP4 Z9.2 WTPXRP5 Z9.2 WTPXRP6 Z9.2 WTPXRP7 Z9.2 WTPXRP8 Z9.2 WTPXRP9 Z9.2 WTPXRP10 Z9.2 WTPXRP11 Z9.2 WTPXRP12 Z9.2 WTPXRP13 Z9.2 WTPXRP14 Z9.2 WTPXRP15 Z9.2 WTPXRP16 Z9.2 WTPXRP17 Z9.2 WTPXRP18 Z9.2 WTPXRP19 Z9.2 WTPXRP20 Z9.2 WTPXRP21 Z9.2 WTPXRP22 Z9.2 WTPXRP23 Z9.2 WTPXRP24 Z9.2 WTPXRP25 Z9.2 WTPXRP26 Z9.2 WTPXRP27 Z9.2 WTPXRP28 Z9.2 WTPXRP29 Z9.2 WTPXRP30 Z9.2 WTPXRP31 Z9.2 WTPXRP32 Z9.2 WTPXRP33 Z9.2 WTPXRP34 Z9.2 WTPXRP35 Z9.2 WTPXRP36 Z9.2 WTPXRP37 Z9.2 WTPXRP38 Z9.2 WTPXRP39 Z9.2 WTPXRP40 Z9.2 WTPXRP41 Z9.2 WTPXRP42 Z9.2 WTPXRP43 Z9.2 WTPXRP44 Z9.2 WTPXRP45 Z9.2 WTPXRP46 Z9.2 WTPXRP47 Z9.2 WTPXRP48 Z9.2 WTPXRP49 Z9.2 WTPXRP50 Z9.2 WTPXRP51 Z9.2 WTPXRP52 Z9.2 COP 9.3 HOPSI 5.2 VDP 6.1 VDPSI 5.1 THP 8.2 THPSI 8.2 TMP 8.1 TAP 8.1 HPP 2. ; INPUT SEQN 1-5 DMPFSEQ 6-10 DMPSTAT 11 DMARETHN 12 DMARACER 13 DMAETHNR 14 HSSEX 15 HSAGEIR 16-17 HSAGEU 18 HSAITMOR 19-22 HSFSIZER 23-24 HSHSIZER 25-26 DMPCNTYR 27-29 DMPFIPSR 30-31 DMPMETRO 32 DMPCREGN 33 DMPPIR 34-39 SDPPHASE 40 SDPPSU6 41 SDPSTRA6 42-43 SDPPSU1 44 SDPSTRA1 45-46 SDPPSU2 47 SDPSTRA2 48-49 WTPFQX6 50-58 WTPFEX6 59-67 WTPFHX6 68-76 WTPFALG6 77-85 WTPFCNS6 86-94 WTPFSD6 95-103 WTPFMD6 104-112 WTPFHSD6 113-121 WTPFHMD6 122-130 WTPFQX1 131-139 WTPFEX1 140-148 WTPFHX1 149-157 WTPFALG1 158-166 WTPFCNS1 167-175 WTPFSD1 176-184 WTPFMD1 185-193 WTPFHSD1 194-202 WTPFHMD1 203-211 WTPFQX2 212-220 WTPFEX2 221-229 WTPFHX2 230-238 WTPFALG2 239-247 WTPFCNS2 248-256 WTPFSD2 257-265 WTPFMD2 266-274 WTPFHSD2 275-283 WTPFHMD2 284-292 WTPQRP1 293-301 WTPQRP2 302-310 WTPQRP3 311-319 WTPQRP4 320-328 WTPQRP5 329-337 WTPQRP6 338-346 WTPQRP7 347-355 WTPQRP8 356-364 WTPQRP9 365-373 WTPQRP10 374-382 WTPQRP11 383-391 WTPQRP12 392-400 WTPQRP13 401-409 WTPQRP14 410-418 WTPQRP15 419-427 WTPQRP16 428-436 WTPQRP17 437-445 WTPQRP18 446-454 WTPQRP19 455-463 WTPQRP20 464-472 WTPQRP21 473-481 WTPQRP22 482-490 WTPQRP23 491-499 WTPQRP24 500-508 WTPQRP25 509-517 WTPQRP26 518-526 WTPQRP27 527-535 WTPQRP28 536-544 WTPQRP29 545-553 WTPQRP30 554-562 WTPQRP31 563-571 WTPQRP32 572-580 WTPQRP33 581-589 WTPQRP34 590-598 WTPQRP35 599-607 WTPQRP36 608-616 WTPQRP37 617-625 WTPQRP38 626-634 WTPQRP39 635-643 WTPQRP40 644-652 WTPQRP41 653-661 WTPQRP42 662-670 WTPQRP43 671-679 WTPQRP44 680-688 WTPQRP45 689-697 WTPQRP46 698-706 WTPQRP47 707-715 WTPQRP48 716-724 WTPQRP49 725-733 WTPQRP50 734-742 WTPQRP51 743-751 WTPQRP52 752-760 WTPXRP1 761-769 WTPXRP2 770-778 WTPXRP3 779-787 WTPXRP4 788-796 WTPXRP5 797-805 WTPXRP6 806-814 WTPXRP7 815-823 WTPXRP8 824-832 WTPXRP9 833-841 WTPXRP10 842-850 WTPXRP11 851-859 WTPXRP12 860-868 WTPXRP13 869-877 WTPXRP14 878-886 WTPXRP15 887-895 WTPXRP16 896-904 WTPXRP17 905-913 WTPXRP18 914-922 WTPXRP19 923-931 WTPXRP20 932-940 WTPXRP21 941-949 WTPXRP22 950-958 WTPXRP23 959-967 WTPXRP24 968-976 WTPXRP25 977-985 WTPXRP26 986-994 WTPXRP27 995-1003 WTPXRP28 1004-1012 WTPXRP29 1013-1021 WTPXRP30 1022-1030 WTPXRP31 1031-1039 WTPXRP32 1040-1048 WTPXRP33 1049-1057 WTPXRP34 1058-1066 WTPXRP35 1067-1075 WTPXRP36 1076-1084 WTPXRP37 1085-1093 WTPXRP38 1094-1102 WTPXRP39 1103-1111 WTPXRP40 1112-1120 WTPXRP41 1121-1129 WTPXRP42 1130-1138 WTPXRP43 1139-1147 WTPXRP44 1148-1156 WTPXRP45 1157-1165 WTPXRP46 1166-1174 WTPXRP47 1175-1183 WTPXRP48 1184-1192 WTPXRP49 1193-1201 WTPXRP50 1202-1210 WTPXRP51 1211-1219 WTPXRP52 1220-1228 HYAITMO 1229-1232 MXPLANG 1233 MXPSESSR 1234 MXPTIDW 1235 MXPAXTMR 1236-1239 HXPTIDW 1240 HXPAXTMR 1241-1244 HXPSESSR 1245 COP 1246-1250 HOPSI 1251-1254 VDP 1255-1259 VDPSI 1260-1264 T4P 1265-1268 T4PSI 1269-1273 THP 1274-1279 THPSI 1280-1285 TMP 1286-1289 TAP 1290-1293 HPP 1294 HPPCAG 1295 ; LABEL SEQN = "Sample person identification number" DMPFSEQ = "Family sequence number" DMPSTAT = "Examination/interview Status" DMARETHN = "Race-ethnicity" DMARACER = "Race" DMAETHNR = "Ethnicity" HSSEX = "Sex" HSAGEIR = "Age at interview (Screener)" HSAGEU = "Age at interview - unit (Screener)" HSAITMOR = "Age in months at interview (screener)" HSFSIZER = "Family size (persons in family)" HSHSIZER = "Household size (persons in dwelling)" DMPCNTYR = "County code" DMPFIPSR = "FIPS code for State" DMPMETRO = "Rural/urban code based on USDA code" DMPCREGN = "Census region, weighting(Texas in south)" DMPPIR = "Poverty Income Ratio (unimputed income)" SDPPHASE = "Phase of NHANES III survey" SDPPSU6 = "Total NHANES III pseudo-PSU" SDPSTRA6 = "Total NHANES III pseudo-stratum" SDPPSU1 = "Pseudo-PSU for phase 1" SDPSTRA1 = "Pseudo-stratum for phase 1" SDPPSU2 = "Pseudo-PSU for phase 2" SDPSTRA2 = "Pseudo-stratum for phase 2" WTPFQX6 = "Total interviewed sample final weight" WTPFEX6 = "Total MEC-examined sample final weight" WTPFHX6 = "Total M+H examined sample final weight" WTPFALG6 = "Total allergy subsample final weight" WTPFCNS6 = "Total CNS subsample final weight" WTPFSD6 = "Total morning subsample final wgt" WTPFMD6 = "Total afternoon/eve subsample final wgt" WTPFHSD6 = "Total M+H morning subsample final wgt" WTPFHMD6 = "Total M+H afternoon subsample final wgt" WTPFQX1 = "Phase 1 interviewed sample final wgt" WTPFEX1 = "Phase 1 MEC examined sample final wgt" WTPFHX1 = "Phase 1 M+H examined sample final wgt" WTPFALG1 = "Phase 1 allergy subsample final wgt" WTPFCNS1 = "Phase 1 CNS subsample final wgt" WTPFSD1 = "Phase 1 morning sess subsample final wgt" WTPFMD1 = "Phase 1 aft/eve subsample final wgt" WTPFHSD1 = "Phase 1 morning M+H subsample final wgt" WTPFHMD1 = "Phase 1 aft/eve M+H subsample final wgt" WTPFQX2 = "Phase 2 interviewed sample final wgt" WTPFEX2 = "Phase 2 MEC examined sample final wgt" WTPFHX2 = "Phase 2 M+H examined sample final wgt" WTPFALG2 = "Phase 2 allergy subsample final wgt" WTPFCNS2 = "Phase 2 CNS subsample final wgt" WTPFSD2 = "Phase 2 morning sess subsample final wgt" WTPFMD2 = "Phase 2 aft/eve subsample final wgt" WTPFHSD2 = "Phase 2 morning M+H subsample final wgt" WTPFHMD2 = "Phase 2 aft/eve M+H subsample final wgt" WTPQRP1 = "Replicate 1 final interview weight" WTPQRP2 = "Replicate 2 final interview weight" WTPQRP3 = "Replicate 3 final interview weight" WTPQRP4 = "Replicate 4 final interview weight" WTPQRP5 = "Replicate 5 final interview weight" WTPQRP6 = "Replicate 6 final interview weight" WTPQRP7 = "Replicate 7 final interview weight" WTPQRP8 = "Replicate 8 final interview weight" WTPQRP9 = "Replicate 9 final interview weight" WTPQRP10 = "Replicate 10 final interview weight" WTPQRP11 = "Replicate 11 final interview weight" WTPQRP12 = "Replicate 12 final interview weight" WTPQRP13 = "Replicate 13 final interview weight" WTPQRP14 = "Replicate 14 final interview weight" WTPQRP15 = "Replicate 15 final interview weight" WTPQRP16 = "Replicate 16 final interview weight" WTPQRP17 = "Replicate 17 final interview weight" WTPQRP18 = "Replicate 18 final interview weight" WTPQRP19 = "Replicate 19 final interview weight" WTPQRP20 = "Replicate 20 final interview weight" WTPQRP21 = "Replicate 21 final interview weight" WTPQRP22 = "Replicate 22 final interview weight" WTPQRP23 = "Replicate 23 final interview weight" WTPQRP24 = "Replicate 24 final interview weight" WTPQRP25 = "Replicate 25 final interview weight" WTPQRP26 = "Replicate 26 final interview weight" WTPQRP27 = "Replicate 27 final interview weight" WTPQRP28 = "Replicate 28 final interview weight" WTPQRP29 = "Replicate 29 final interview weight" WTPQRP30 = "Replicate 30 final interview weight" WTPQRP31 = "Replicate 31 final interview weight" WTPQRP32 = "Replicate 32 final interview weight" WTPQRP33 = "Replicate 33 final interview weight" WTPQRP34 = "Replicate 34 final interview weight" WTPQRP35 = "Replicate 35 final interview weight" WTPQRP36 = "Replicate 36 final interview weight" WTPQRP37 = "Replicate 37 final interview weight" WTPQRP38 = "Replicate 38 final interview weight" WTPQRP39 = "Replicate 39 final interview weight" WTPQRP40 = "Replicate 40 final interview weight" WTPQRP41 = "Replicate 41 final interview weight" WTPQRP42 = "Replicate 42 final interview weight" WTPQRP43 = "Replicate 43 final interview weight" WTPQRP44 = "Replicate 44 final interview weight" WTPQRP45 = "Replicate 45 final interview weight" WTPQRP46 = "Replicate 46 final interview weight" WTPQRP47 = "Replicate 47 final interview weight" WTPQRP48 = "Replicate 48 final interview weight" WTPQRP49 = "Replicate 49 final interview weight" WTPQRP50 = "Replicate 50 final interview weight" WTPQRP51 = "Replicate 51 final interview weight" WTPQRP52 = "Replicate 52 final interview weight" WTPXRP1 = "Replicate 1 final exam weight" WTPXRP2 = "Replicate 2 final exam weight" WTPXRP3 = "Replicate 3 final exam weight" WTPXRP4 = "Replicate 4 final exam weight" WTPXRP5 = "Replicate 5 final exam weight" WTPXRP6 = "Replicate 6 final exam weight" WTPXRP7 = "Replicate 7 final exam weight" WTPXRP8 = "Replicate 8 final exam weight" WTPXRP9 = "Replicate 9 final exam weight" WTPXRP10 = "Replicate 10 final exam weight" WTPXRP11 = "Replicate 11 final exam weight" WTPXRP12 = "Replicate 12 final exam weight" WTPXRP13 = "Replicate 13 final exam weight" WTPXRP14 = "Replicate 14 final exam weight" WTPXRP15 = "Replicate 15 final exam weight" WTPXRP16 = "Replicate 16 final exam weight" WTPXRP17 = "Replicate 17 final exam weight" WTPXRP18 = "Replicate 18 final exam weight" WTPXRP19 = "Replicate 19 final exam weight" WTPXRP20 = "Replicate 20 final exam weight" WTPXRP21 = "Replicate 21 final exam weight" WTPXRP22 = "Replicate 22 final exam weight" WTPXRP23 = "Replicate 23 final exam weight" WTPXRP24 = "Replicate 24 final exam weight" WTPXRP25 = "Replicate 25 final exam weight" WTPXRP26 = "Replicate 26 final exam weight" WTPXRP27 = "Replicate 27 final exam weight" WTPXRP28 = "Replicate 28 final exam weight" WTPXRP29 = "Replicate 29 final exam weight" WTPXRP30 = "Replicate 30 final exam weight" WTPXRP31 = "Replicate 31 final exam weight" WTPXRP32 = "Replicate 32 final exam weight" WTPXRP33 = "Replicate 33 final exam weight" WTPXRP34 = "Replicate 34 final exam weight" WTPXRP35 = "Replicate 35 final exam weight" WTPXRP36 = "Replicate 36 final exam weight" WTPXRP37 = "Replicate 37 final exam weight" WTPXRP38 = "Replicate 38 final exam weight" WTPXRP39 = "Replicate 39 final exam weight" WTPXRP40 = "Replicate 40 final exam weight" WTPXRP41 = "Replicate 41 final exam weight" WTPXRP42 = "Replicate 42 final exam weight" WTPXRP43 = "Replicate 43 final exam weight" WTPXRP44 = "Replicate 44 final exam weight" WTPXRP45 = "Replicate 45 final exam weight" WTPXRP46 = "Replicate 46 final exam weight" WTPXRP47 = "Replicate 47 final exam weight" WTPXRP48 = "Replicate 48 final exam weight" WTPXRP49 = "Replicate 49 final exam weight" WTPXRP50 = "Replicate 50 final exam weight" WTPXRP51 = "Replicate 51 final exam weight" WTPXRP52 = "Replicate 52 final exam weight" HYAITMO = "Age in months at youth interview" MXPLANG = "Language used by SP in MEC" MXPSESSR = "Session for MEC examination" MXPTIDW = "Day of week of MEC exam" MXPAXTMR = "Age in months at MEC exam" HXPTIDW = "Day of week of home exam" HXPAXTMR = "Age in months at home exam" HXPSESSR = "Session for home examination" COP = "Serum cotinine (ng/mL)" HOPSI = "Serum homocysteine: SI (umol/L)" VDP = "Serum vitamin D (ng/mL)" VDPSI = "Serum vitamin D: SI (nmol/L)" T4P = "Serum thyroxine (ug/dL)" T4PSI = "Serum thyroxine: SI (nmol/L)" THP = "Serum thyroid stim hormone (TSH) (uU/mL)" THPSI = "Serum thyroid stim hormone: SI (mU/L)" TMP = "Serum antimicrosomal antibody (U/mL)" TAP = "Serum anti-thyroglobulin antibody (U/mL)" HPP = "Serum helicobacter pylori antibody" HPPCAG = "Serum h. pylori Cag A seropositivity" ;