1 The SAS System 10:01 Wednesday, November 23, 2005 NOTE: Copyright (c) 2002-2003 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) 9.1 (TS1M3) Licensed to UNIV OF CA/BERKELEY, Site 0029107012. NOTE: This session is executing on the SunOS 5.8 platform. NOTE: SAS 9.1.3 Service Pack 3 You are running SAS 9. Some SAS 8 files will be automatically converted by the V9 engine; others are incompatible. Please see http://support.sas.com/rnd/migration/planning/platform/64bit.html PROC MIGRATE will preserve current SAS file attributes and is recommended for converting all your SAS libraries from any SAS 8 release to SAS 9. For details and examples, please see http://support.sas.com/rnd/migration/index.html Welcome to SAS 9.1.3 licensed to the UCB Demography Lab For a short time it will be possible to run the old version of sas by typing sas81. Soon, however, this will be the only version availalbe -- I sure hope you like it. NOTE: SAS initialization used: real time 0.54 seconds cpu time 0.14 seconds 1 *-------------------------------------------------------------------------* 2 | | 3 | SAS DATA DEFINITION STATEMENTS FOR ICPSR 8908 | 4 | 'Study of Consumer Purchases in the United States 1935-36' | 5 | ('PARTS 3-4: Income and expenditure data') | 6 | '2nd ICPSR EDITION' | 7 | 'April, 1999' | 8 | | 9 | PROC FORMAT: creates user-defined formats for the variables. Formats | 10 | replace original value codes with value code descriptions. Not all | 11 | variables necessarily have user-defined formats. | 12 | | 13 | DATA: begins a SAS data step and names an output SAS data set. | 14 | | 15 | INFILE: identifies the input file to be read with the input statement. | 16 | Users must replace the "physical-filename" with host computer specific | 17 | input file specifications. | 18 | | 19 | INPUT: assigns the name, type, decimal specification (if any), and | 20 | specifies the beginning and ending column locations for each variable | 21 | in the data file. | 22 | | 23 | FORMAT: associates the formats created by the PROC FORMAT step with | 24 | the variables named in the INPUT statement. | 25 | | 26 | NOTE: Users should modify these data definition statements to suit | 27 | their specific needs. PROC FORMAT and FORMAT sections have been | 28 | marked by SAS comment statements. To include these sections in a | 2 The SAS System 10:01 Wednesday, November 23, 2005 29 | final SAS setup, users should remove the SAS comment statements | 30 | from the desired section(s). | 31 | | 32 | These data definition statements have been tested for compatability | 33 | with SAS Release 6.11 for UNIX and/or SAS Release 6.11 for Windows. | 34 | | 35 *-------------------------------------------------------------------------; 36 37 * SAS PROC FORMAT; 38 39 40 PROC FORMAT; 41 VALUE V1FT (MAX=40) 42 8908 = "ICPSR Study Number"; NOTE: Format V1FT has been output. 43 VALUE V2FT (MAX=40) 44 1 = "February, 1991 Release" 45 2 = "April, 1999 Release"; NOTE: Format V2FT has been output. 46 VALUE V3FT (MAX=40) 47 3 = "Urban matched income/expense/food/fur" 48 4 = "Rural matched income/expense/food/fur"; NOTE: Format V3FT has been output. 49 VALUE V9FT (MAX=40) 50 99 = "No family member data for this family"; NOTE: Format V9FT has been output. 51 VALUE V10FT (MAX=40) 52 0 = "No reply/Not applicable" 53 1 = "Avon, MA" 54 2 = "East Bridgewater, MA" 55 3 = "Hebronville, MA" 56 4 = "Kingston, MA" 57 5 = "North Easton, MA" 58 6 = "North Dighton, MA" 59 10 = "Essex Junction, VT" 60 11 = "Northfield, VT" 61 12 = "Richford, VT" 62 13 = "Swanton, VT" 63 15 = "Atlanta, IL" 64 16 = "Bement, IL" 65 17 = "Cerro Gordo, IL" 66 18 = "Farmer City, IL" 67 19 = "Maroa, IL" 68 20 = "Monticello, IL" 69 21 = "Mount Pulaski, IL" 70 22 = "Tuscola, IL" 71 23 = "Brooklyn, IA" 72 24 = "Bussey, IA" 73 25 = "Dallas, IA" 74 26 = "Earlham, IA" 75 28 = "Melcher, IA" 76 29 = "Montezuma, IA" 77 30 = "New Sharon, IA" 78 31 = "Pleasantville, IA" 79 32 = "State Center, IA" 80 33 = "Victor, IA" 81 34 = "Blissfield, MI" 82 35 = "Chelsea, MI" 3 The SAS System 10:01 Wednesday, November 23, 2005 83 36 = "Concord, MI" 84 37 = "Grass Lake, MI" 85 38 = "Hudson, MI" 86 39 = "Jonesville, MI" 87 40 = "Parma, MI" 88 41 = "Tecumseh, MI" 89 42 = "Bellville, OH" 90 43 = "Cardington, OH" 91 44 = "Fredericktown, OH" 92 45 = "Mount Gilead, OH" 93 47 = "Plymouth, OH" 94 48 = "Denver, PA" 95 49 = "Marietta, PA" 96 50 = "New Freedom, PA" 97 51 = "New Holland, PA" 98 52 = "Quarryville, PA" 99 53 = "Spring Grove, PA" 100 54 = "Wrightsville, PA" 101 55 = "Horicon, WI" 102 56 = "Lake Mills, WI" 103 57 = "Mayville, WI" 104 58 = "Mount Horeb, WI" 105 59 = "Sun Praire, WI" 106 60 = "Waterloo, WI" 107 61 = "Comer, GA" 108 62 = "Commerce, GA" 109 63 = "Greensboro, GA" 110 64 = "Jefferson, GA" 111 65 = "Madison, GA" 112 66 = "Social Circle, GA" 113 67 = "Washington, GA" 114 68 = "Winder, GA" 115 69 = "Drew, MS" 116 70 = "Hollandale, MS" 117 71 = "Indianola, MS" 118 72 = "Itta Bena, MS" 119 73 = "Leland, MS" 120 74 = "Moorhead, MS" 121 75 = "Mound Bayou, MS" 122 76 = "Rosedale, MS" 123 77 = "Rubeville, MS" 124 78 = "Shaw, MS" 125 79 = "Shelby, MS" 126 80 = "Elm City, NC" 127 81 = "Franklinton, NC" 128 82 = "Louisberg, NC" 129 83 = "Nashville, NC" 130 84 = "Spring Hope, NC" 131 85 = "Wake Forest, NC" 132 86 = "Whitakers, NC" 133 87 = "Zebulon, NC" 134 88 = "Bishopsville, SC" 135 89 = "Camden, SC" 136 90 = "Lake City, SC" 137 91 = "Lamar, SC" 138 92 = "Manning, SC" 139 93 = "Summerton, SC" 140 94 = "Timmonsville, SC" 4 The SAS System 10:01 Wednesday, November 23, 2005 141 95 = "Glenwood Springs, CO" 142 96 = "Meeker, CO" 143 97 = "Red Cliff, CO" 144 98 = "Rifle, CO" 145 99 = "Bucklin, KS" 146 100 = "Cimarron, KS" 147 101 = "Fowler, KS" 148 102 = "Kinsley, KS" 149 103 = "Meade, KS" 150 104 = "Spearville, KS" 151 105 = "Forsyth, MT" 152 106 = "Casselton, ND" 153 107 = "Cooperstown, ND" 154 108 = "Finley, ND" 155 109 = "Hatton, ND" 156 110 = "Hillsboro, ND" 157 111 = "Hope, ND" 158 112 = "Lidgerwood, ND" 159 113 = "Mayville, ND" 160 114 = "Portland, ND" 161 115 = "Belle Fourche, SD" 162 116 = "Sturgis, SD" 163 117 = "Beaumont, CA" 164 118 = "Brea, CA" 165 119 = "Ceres, CA" 166 120 = "Elsinore, CA" 167 121 = "Hemet, CA" 168 122 = "La Habra, CA" 169 123 = "Manteca, CA" 170 124 = "Newman, CA" 171 125 = "Oakdale, CA" 172 126 = "Placentia, CA" 173 127 = "San Jacinto, CA" 174 128 = "Tustin, CA" 175 129 = "McMinnville, OR" 176 130 = "Newberg, OR" 177 131 = "Sheridan, OR" 178 132 = "Silverton, OR" 179 133 = "Woodburn, OR" 180 134 = "Arlington, WA" 181 135 = "Blaine, WA" 182 136 = "Burlington, WA" 183 137 = "Lynden, WA" 184 138 = "Marysville, WA" 185 139 = "Monroe, WA" 186 140 = "Snohomish, WA" 187 141 = "Astoria, OR" 188 150 = "Albany, NY" 189 200 = "Atlanta, GA" 190 201 = "Beaver Dam, WI" 191 202 = "Beres, CA" 192 204 = "Boone, IA" 193 205 = "Bryantville, MA" 194 209 = "Clark Center, IA" 195 210 = "Columbia, MO" 196 211 = "Dodge City, KS" 197 213 = "Eugene, OR" 198 215 = "Frebektor, OH" 5 The SAS System 10:01 Wednesday, November 23, 2005 199 217 = "Greeley, CO" 200 218 = "Greenfield, MA" 201 219 = "Griffin, GA" 202 221 = "Hanson, MA" 203 225 = "Klamath, OR" 204 226 = "Klamath Falls, OR" 205 227 = "Laurinburg, NC" 206 228 = "Lincoln, IL" 207 229 = "Little Bena, MS" 208 230 = "Logan, UT" 209 233 = "Minder, GA" 210 234 = "Moberly, MO" 211 237 = "Mount Vernon, OH" 212 240 = "New Philadelphia, OH" 213 242 = "Olympia, WA" 214 243 = "Provo, UT" 215 245 = "Raynham, MA" 216 249 = "Shelley, MS" 217 253 = "Sumter, SC" 218 255 = "Westbrook, ME" 219 258 = "Simmonsville, SC" 220 350 = "Aberdeen-Hoquiam, WA" 221 450 = "Beaver Falls, PA" 222 550 = "Bellingham, WA" 223 650 = "Billings, MT" 224 1100 = "Butte, MT" 225 1150 = "Columbia, SC" 226 1800 = "Chicago, IL" 227 1850 = "Connellsville, PA" 228 2200 = "Columbus, OH" 229 2800 = "Denver, CO" 230 2850 = "Dubuque, IA" 231 3700 = "Everett, WA" 232 3750 = "Gastonia, NC" 233 3850 = "Haverhill, MA" 234 3950 = "Logansport, IN" 235 4050 = "Mattoon, IL" 236 6000 = "Mobile, AL" 237 6050 = "Muncie, IN" 238 6150 = "New Britain, CT" 239 6250 = "New Castle, PA" 240 6400 = "New York, NY" 241 6800 = "Council Bluffs, IA/Omaha, NE" 242 6850 = "Peru, IN" 243 7300 = "Portland, OR" 244 7400 = "Providence, RI" 245 7450 = "Pueblo, CO" 246 7550 = "Springfield, IL" 247 7650 = "Springfield, MO" 248 7750 = "Wallingford, CT" 249 7850 = "Willimantic, CT" 250 9999 = "Illegible/Meaningless"; NOTE: Format V10FT has been output. 251 VALUE V11FT (MAX=40) 252 0 = "No reply/Not applicable (all urban famil" 253 1 = "Bristol, MA" 254 2 = "Plymouth, MA" 255 3 = "Chittenden, VT" 6 The SAS System 10:01 Wednesday, November 23, 2005 256 4 = "Franklin, VT" 257 5 = "De Witt, IL" 258 6 = "Logan, IL" 259 7 = "Macon, IL" 260 8 = "Piatt, IL" 261 9 = "Madison, IA" 262 10 = "Mahaska, IA" 263 11 = "Marion, IA" 264 12 = "Marshall, IA" 265 13 = "Poweshiek, IA" 266 14 = "Lenawee, MI" 267 15 = "Camden, NJ" 268 16 = "Gloucester, NJ" 269 17 = "Salem, NJ" 270 18 = "Crawford, OH" 271 19 = "Knox, OH" 272 20 = "Richland, OH" 273 21 = "Lancaster, PA" 274 22 = "Dane, WI" 275 23 = "Clarke, GA" 276 24 = "Elbert, GA" 277 25 = "Greene, GA" 278 26 = "Jackson, GA" 279 27 = "Madison, GA" 280 28 = "Morgan, GA" 281 29 = "Oconee, GA" 282 30 = "Wilkes, GA" 283 31 = "Bolivar, MS" 284 32 = "Leflore, MS" 285 33 = "Sunflower, MS" 286 34 = "Washington, MS" 287 35 = "Jackson, NC" 288 36 = "Macon, NC" 289 37 = "Edgecombe, NC" 290 38 = "Nash, NC" 291 39 = "Clarendon, SC" 292 40 = "Darlington, SC" 293 41 = "Florence, SC" 294 42 = "Lee, SC" 295 43 = "Marion, SC" 296 44 = "Sumter, SC" 297 45 = "Eagle, CO" 298 46 = "Garfield, CO" 299 47 = "Rio Blanco, CO" 300 48 = "Edwards, KS" 301 49 = "Ford, KS" 302 50 = "Gray, KS" 303 51 = "Meade, KS" 304 52 = "Custer, MT" 305 53 = "Barnes, ND" 306 54 = "Cass, ND" 307 55 = "Griggs, ND" 308 56 = "Steele, ND" 309 57 = "Pennington, SD" 310 58 = "Orange, CA" 311 59 = "Riverside, CA" 312 60 = "San Joaquin, CA" 313 61 = "Clackamas, OR" 7 The SAS System 10:01 Wednesday, November 23, 2005 314 62 = "Marion, OR" 315 63 = "Multnomah, OR" 316 64 = "Polk, OR" 317 65 = "Marion, OR" 318 66 = "Whatcom, WA" 319 67 = "Allegany, MD" 320 74 = "Lane, OR" 321 91 = "Butte, SD" 322 103 = "Kershaw, SC" 323 116 = "Snohomish, WA" 324 123 = "Tuscarawas, OH" 325 163 = "Wicomico, MD" 326 999 = "Illegible/Meaningless"; NOTE: Format V11FT has been output. 327 VALUE V12FT (MAX=40) 328 1 = "Connecticut" 329 2 = "Maine" 330 3 = "Massachusetts" 331 4 = "New Hampshire" 332 5 = "Rhode Island" 333 6 = "Vermont" 334 11 = "Delaware" 335 12 = "New Jersey" 336 13 = "New York" 337 14 = "Pennsylvania" 338 21 = "Illinois" 339 22 = "Indiana" 340 23 = "Michigan" 341 24 = "Ohio" 342 25 = "Wisconsin" 343 31 = "Iowa" 344 32 = "Kansas" 345 33 = "Minnesota" 346 34 = "Missouri" 347 35 = "Nebraska" 348 36 = "North Dakota" 349 37 = "South Dakota" 350 38 = "Iowa/Nebraska" 351 40 = "Virginia" 352 41 = "Alabama" 353 42 = "Arkansas" 354 43 = "Florida" 355 44 = "Georgia" 356 45 = "Louisiana" 357 46 = "Mississippi" 358 47 = "North Carolina" 359 48 = "South Carolina" 360 49 = "Texas" 361 51 = "Kentucky" 362 52 = "Maryland" 363 53 = "Oklahoma" 364 54 = "Tennessee" 365 56 = "West Virginia" 366 61 = "Arizona" 367 62 = "Colorado" 368 63 = "Idaho" 369 64 = "Montana" 370 65 = "Nevada" 8 The SAS System 10:01 Wednesday, November 23, 2005 371 66 = "New Mexico" 372 67 = "Utah" 373 68 = "Wyoming" 374 71 = "California" 375 72 = "Oregon" 376 73 = "Washington" 377 81 = "Alaska" 378 82 = "Hawaii"; NOTE: Format V12FT has been output. 379 VALUE V14FT (MAX=40) 380 1 = "Urban" 381 2 = "Rural (Village)" 382 3 = "Rural (Farm)"; NOTE: Format V14FT has been output. 383 VALUE V15FT (MAX=40) 384 0 = "Dont know/not applicable" 385 622 = "June 22"; NOTE: Format V15FT has been output. 386 VALUE V16FT (MAX=40) 387 0 = "Dont know/not applicable" 388 6 = "1936" 389 7 = "1937"; NOTE: Format V16FT has been output. 390 VALUE V17FT (MAX=40) 391 101 = "January 1"; NOTE: Format V17FT has been output. 392 VALUE V18FT (MAX=40) 393 0 = "Dont know/not applicable" 394 5 = "1935" 395 6 = "1936"; NOTE: Format V18FT has been output. 396 VALUE V19FT (MAX=40) 397 0 = "Dont know/not applicable" 398 1231 = "December 31" 399 9999 = "Illegible/Meaningless"; NOTE: Format V19FT has been output. 400 VALUE V20FT (MAX=40) 401 0 = "Dont know/not applicable" 402 5 = "1935" 403 6 = "1936" 404 7 = "1937" 405 8 = "1938" 406 9 = "1939"; NOTE: Format V20FT has been output. 407 VALUE V21FT (MAX=40) 408 0 = "Refused to give age, no rep, dont know/" 409 99 = "No Husband for this family"; NOTE: Format V21FT has been output. 410 VALUE V22FT (MAX=40) 411 0 = "0 weeks" 412 1 = "1 week" 413 2 = "2 weeks" 414 3 = "3 weeks" 415 4 = "4 weeks" 416 5 = "5 weeks" 417 6 = "6 weeks" 418 7 = "7 weeks" 419 8 = "8 weeks" 9 The SAS System 10:01 Wednesday, November 23, 2005 420 9 = "9 weeks" 421 10 = "10 weeks" 422 11 = "11 weeks" 423 12 = "12 weeks" 424 13 = "13 weeks" 425 14 = "14 weeks" 426 15 = "15 weeks" 427 16 = "16 weeks" 428 17 = "17 weeks" 429 18 = "18 weeks" 430 19 = "19 weeks" 431 20 = "20 weeks" 432 21 = "21 weeks" 433 22 = "22 weeks" 434 23 = "23 weeks" 435 24 = "24 weeks" 436 25 = "25 weeks" 437 26 = "26 weeks" 438 27 = "27 weeks" 439 28 = "28 weeks" 440 29 = "29 weeks" 441 30 = "30 weeks" 442 31 = "31 weeks" 443 32 = "32 weeks" 444 33 = "33 weeks" 445 34 = "34 weeks" 446 35 = "35 weeks" 447 36 = "36 weeks" 448 37 = "37 weeks" 449 38 = "38 weeks" 450 39 = "39 weeks" 451 40 = "40 weeks" 452 41 = "41 weeks" 453 42 = "42 weeks" 454 43 = "43 weeks" 455 44 = "44 weeks" 456 45 = "45 weeks" 457 46 = "46 weeks" 458 47 = "47 weeks" 459 48 = "48 weeks" 460 49 = "49 weeks" 461 50 = "50 weeks" 462 51 = "51 weeks" 463 52 = "52 weeks" 464 98 = "Dont know/not applicable" 465 99 = "No husband in this family"; NOTE: Format V22FT has been output. 466 VALUE V23FT (MAX=40) 467 0 = "0 weeks" 468 1 = "1 week" 469 2 = "2 weeks" 470 3 = "3 weeks" 471 4 = "4 weeks" 472 5 = "5 weeks" 473 6 = "6 weeks" 474 7 = "7 weeks" 475 8 = "8 weeks" 476 9 = "9 weeks" 10 The SAS System 10:01 Wednesday, November 23, 2005 477 10 = "10 weeks" 478 11 = "11 weeks" 479 12 = "12 weeks" 480 13 = "13 weeks" 481 14 = "14 weeks" 482 15 = "15 weeks" 483 16 = "16 weeks" 484 17 = "17 weeks" 485 18 = "18 weeks" 486 19 = "19 weeks" 487 20 = "20 weeks" 488 21 = "21 weeks" 489 22 = "22 weeks" 490 23 = "23 weeks" 491 24 = "24 weeks" 492 25 = "25 weeks" 493 26 = "26 weeks" 494 27 = "27 weeks" 495 28 = "28 weeks" 496 29 = "29 weeks" 497 30 = "30 weeks" 498 31 = "31 weeks" 499 32 = "32 weeks" 500 33 = "33 weeks" 501 34 = "34 weeks" 502 35 = "35 weeks" 503 36 = "36 weeks" 504 37 = "37 weeks" 505 38 = "38 weeks" 506 39 = "39 weeks" 507 40 = "40 weeks" 508 41 = "41 weeks" 509 42 = "42 weeks" 510 43 = "43 weeks" 511 44 = "44 weeks" 512 45 = "45 weeks" 513 46 = "46 weeks" 514 47 = "47 weeks" 515 48 = "48 weeks" 516 49 = "49 weeks" 517 50 = "50 weeks" 518 51 = "51 weeks" 519 52 = "52 weeks" 520 98 = "Dont know/not applicable" 521 99 = "No husband in this family"; NOTE: Format V23FT has been output. 522 VALUE V24FT (MAX=40) 523 0 = "Refused to give age, no rep, dont know/" 524 99 = "No Wife for this family"; NOTE: Format V24FT has been output. 525 VALUE V25FT (MAX=40) 526 0 = "0 weeks" 527 1 = "1 week" 528 2 = "2 weeks" 529 3 = "3 weeks" 530 4 = "4 weeks" 531 5 = "5 weeks" 532 6 = "6 weeks" 11 The SAS System 10:01 Wednesday, November 23, 2005 533 7 = "7 weeks" 534 8 = "8 weeks" 535 9 = "9 weeks" 536 10 = "10 weeks" 537 11 = "11 weeks" 538 12 = "12 weeks" 539 13 = "13 weeks" 540 14 = "14 weeks" 541 15 = "15 weeks" 542 16 = "16 weeks" 543 17 = "17 weeks" 544 18 = "18 weeks" 545 19 = "19 weeks" 546 20 = "20 weeks" 547 21 = "21 weeks" 548 22 = "22 weeks" 549 23 = "23 weeks" 550 24 = "24 weeks" 551 25 = "25 weeks" 552 26 = "26 weeks" 553 27 = "27 weeks" 554 28 = "28 weeks" 555 29 = "29 weeks" 556 30 = "30 weeks" 557 31 = "31 weeks" 558 32 = "32 weeks" 559 33 = "33 weeks" 560 34 = "34 weeks" 561 35 = "35 weeks" 562 36 = "36 weeks" 563 37 = "37 weeks" 564 38 = "38 weeks" 565 39 = "39 weeks" 566 40 = "40 weeks" 567 41 = "41 weeks" 568 42 = "42 weeks" 569 43 = "43 weeks" 570 44 = "44 weeks" 571 45 = "45 weeks" 572 46 = "46 weeks" 573 47 = "47 weeks" 574 48 = "48 weeks" 575 49 = "49 weeks" 576 50 = "50 weeks" 577 51 = "51 weeks" 578 52 = "52 weeks" 579 98 = "Not applicable" 580 99 = "No Wife in the family"; NOTE: Format V25FT has been output. 581 VALUE V26FT (MAX=40) 582 0 = "0 weeks" 583 1 = "1 week" 584 2 = "2 weeks" 585 3 = "3 weeks" 586 4 = "4 weeks" 587 5 = "5 weeks" 588 6 = "6 weeks" 589 7 = "7 weeks" 12 The SAS System 10:01 Wednesday, November 23, 2005 590 8 = "8 weeks" 591 9 = "9 weeks" 592 10 = "10 weeks" 593 11 = "11 weeks" 594 12 = "12 weeks" 595 13 = "13 weeks" 596 14 = "14 weeks" 597 15 = "15 weeks" 598 16 = "16 weeks" 599 17 = "17 weeks" 600 18 = "18 weeks" 601 19 = "19 weeks" 602 20 = "20 weeks" 603 21 = "21 weeks" 604 22 = "22 weeks" 605 23 = "23 weeks" 606 24 = "24 weeks" 607 25 = "25 weeks" 608 26 = "26 weeks" 609 27 = "27 weeks" 610 28 = "28 weeks" 611 29 = "29 weeks" 612 30 = "30 weeks" 613 31 = "31 weeks" 614 32 = "32 weeks" 615 33 = "33 weeks" 616 34 = "34 weeks" 617 35 = "35 weeks" 618 36 = "36 weeks" 619 37 = "37 weeks" 620 38 = "38 weeks" 621 39 = "39 weeks" 622 40 = "40 weeks" 623 41 = "41 weeks" 624 42 = "42 weeks" 625 43 = "43 weeks" 626 44 = "44 weeks" 627 45 = "45 weeks" 628 46 = "46 weeks" 629 47 = "47 weeks" 630 48 = "48 weeks" 631 49 = "49 weeks" 632 50 = "50 weeks" 633 51 = "51 weeks" 634 52 = "52 weeks" 635 98 = "Not applicable" 636 99 = "No Wife in the family"; NOTE: Format V26FT has been output. 637 VALUE V27FT (MAX=40) 638 0 = "No such family member" 639 1 = "Daughter" 640 3 = "Head" 641 4 = "Son" 642 5 = "Grandson" 643 6 = "Sister of wife" 644 7 = "Son (adopted)" 645 8 = "Daughter (adopted)" 646 9 = "Granddaughter" 13 The SAS System 10:01 Wednesday, November 23, 2005 647 10 = "Son in law" 648 11 = "Husband" 649 12 = "Wife" 650 13 = "Father (w)" 651 14 = "Mother of wife" 652 16 = "Daughter of wife" 653 17 = "Sister" 654 18 = "Son (w)" 655 19 = "Brother-in-law" 656 20 = "Nephew" 657 21 = "Brother of husband" 658 22 = "Cousin of husband" 659 24 = "Mother" 660 25 = "Sister (h)" 661 26 = "Daughter (h)" 662 27 = "Daughter-in-law (w-3)" 663 28 = "Father" 664 29 = "Friend" 665 30 = "Granddaughter (d-3)" 666 31 = "Grandson (s-3)" 667 32 = "Niece (w)" 668 33 = "Brother" 669 34 = "Daughter-in-law" 670 35 = "Aunt" 671 37 = "Mother (h)" 672 38 = "Cousin" 673 39 = "Father (h)" 674 40 = "Niece" 675 41 = "Head Female" 676 42 = "Brother of wife" 677 43 = "Daughter of Husband" 678 45 = "Son of husband" 679 46 = "Niece (h)" 680 47 = "Nephew (h)" 681 48 = "Aunt (w)" 682 49 = "Cousin (w)" 683 52 = "Son-in-law (h-3)" 684 54 = "nephew(w)" 685 55 = "Mother-in-law" 686 56 = "Grandson (3)" 687 57 = "Stepson (h)" 688 60 = "Stepson" 689 62 = "Wife's Mother/Mother of Wife" 690 64 = "Aunt (h)" 691 65 = "Granddaughter (3)" 692 70 = "Father (2)" 693 71 = "Son (foster)" 694 74 = "Son-in-law (h-4)" 695 75 = "Grandson (s-4, 5)" 696 76 = "Householder" 697 77 = "Son of wife" 698 78 = "Father-in-law" 699 79 = "Partner householder" 700 80 = "Roomer" 701 82 = "Bachelor" 702 84 = "Boy" 703 86 = "Husband (5)" 704 88 = "Daughter (5 & 6)" 14 The SAS System 10:01 Wednesday, November 23, 2005 705 89 = "Grand daughter (L-4)" 706 92 = "Widow" 707 93 = "Widower" 708 94 = "Sister-in-law" 709 102 = "Brother in law (husband of #5)" 710 107 = "Female friend" 711 109 = "Son (4)" 712 111 = "Son in law (h-4)" 713 116 = "Great Grandmother (w)" 714 118 = "Brother-in-law (h-4)" 715 119 = "Great Granddaughter" 716 120 = "Sister (II 1)" 717 121 = "Sister (II 3)" 718 122 = "Granddaughter-in-law" 719 123 = "Grandson (h)" 720 124 = "Husband (son-in-law)" 721 125 = "Daughter (w-3)" 722 126 = "Gr.daughter (d3-7)" 723 127 = "Grandson (s-3-4)" 724 128 = "Great grandmother" 725 130 = "Daughter (d4)" 726 132 = "Grand nephew (w)" 727 133 = "Gr.daughter d4" 728 134 = "Female" 729 135 = "Nephew #-2" 730 200 = "Boy (Ward)" 731 201 = "Child" 732 202 = "Foster daughter" 733 203 = "Friend Of Husband & Wife" 734 205 = "Granddaughter (H)" 735 206 = "Nephew (H and W)" 736 207 = "Orphan - No Relation" 737 208 = "Step Daughter" 738 209 = "Unrelated Woman" 739 212 = "Daughter In Law (H)" 740 213 = "Protege" 741 214 = "Taken boy" 742 215 = "Unrelated" 743 216 = "Husbands Half Brother" 744 217 = "Man" 745 218 = "Stillborn Child" 746 219 = "Friend Of Family" 747 223 = "Foster Child" 748 225 = "Grandmother (H)" 749 229 = "Daughter of 4" 750 230 = "Daughter-In-Law (W)" 751 232 = "Girl Living In" 752 233 = "Grandniece (W)" 753 236 = "Mother-In-Law of Son on Line 3" 754 240 = "Children" 755 257 = "Godson - adopted" 756 998 = "Not applicable" 757 999 = "Illegible/Meaningless"; NOTE: Format V27FT has been output. 758 VALUE V28FT (MAX=40) 759 1 = "Male" 760 2 = "Female" 761 9 = "No such family member"; 15 The SAS System 10:01 Wednesday, November 23, 2005 NOTE: Format V28FT has been output. 762 VALUE V29FT (MAX=40) 763 00.00 = "Refused to give age, no rep, dont know/" 764 99.99 = "No such family member"; NOTE: Format V29FT has been output. 765 VALUE V30FT (MAX=40) 766 0 = "0 weeks" 767 1 = "1 week" 768 2 = "2 weeks" 769 3 = "3 weeks" 770 4 = "4 weeks" 771 5 = "5 weeks" 772 6 = "6 weeks" 773 7 = "7 weeks" 774 8 = "8 weeks" 775 9 = "9 weeks" 776 10 = "10 weeks" 777 11 = "11 weeks" 778 12 = "12 weeks" 779 13 = "13 weeks" 780 14 = "14 weeks" 781 15 = "15 weeks" 782 16 = "16 weeks" 783 17 = "17 weeks" 784 18 = "18 weeks" 785 19 = "19 weeks" 786 20 = "20 weeks" 787 21 = "21 weeks" 788 22 = "22 weeks" 789 23 = "23 weeks" 790 24 = "24 weeks" 791 25 = "25 weeks" 792 26 = "26 weeks" 793 27 = "27 weeks" 794 28 = "28 weeks" 795 29 = "29 weeks" 796 30 = "30 weeks" 797 31 = "31 weeks" 798 32 = "32 weeks" 799 33 = "33 weeks" 800 34 = "34 weeks" 801 35 = "35 weeks" 802 36 = "36 weeks" 803 37 = "37 weeks" 804 38 = "38 weeks" 805 39 = "39 weeks" 806 40 = "40 weeks" 807 41 = "41 weeks" 808 42 = "42 weeks" 809 43 = "43 weeks" 810 44 = "44 weeks" 811 45 = "45 weeks" 812 46 = "46 weeks" 813 47 = "47 weeks" 814 48 = "48 weeks" 815 49 = "49 weeks" 816 50 = "50 weeks" 817 51 = "51 weeks" 16 The SAS System 10:01 Wednesday, November 23, 2005 818 52 = "52 weeks" 819 99 = "No such family member"; NOTE: Format V30FT has been output. 820 VALUE V31FT (MAX=40) 821 0 = "0 weeks" 822 1 = "1 week" 823 2 = "2 weeks" 824 3 = "3 weeks" 825 4 = "4 weeks" 826 5 = "5 weeks" 827 6 = "6 weeks" 828 7 = "7 weeks" 829 8 = "8 weeks" 830 9 = "9 weeks" 831 10 = "10 weeks" 832 11 = "11 weeks" 833 12 = "12 weeks" 834 13 = "13 weeks" 835 14 = "14 weeks" 836 15 = "15 weeks" 837 16 = "16 weeks" 838 17 = "17 weeks" 839 18 = "18 weeks" 840 19 = "19 weeks" 841 20 = "20 weeks" 842 21 = "21 weeks" 843 22 = "22 weeks" 844 23 = "23 weeks" 845 24 = "24 weeks" 846 25 = "25 weeks" 847 26 = "26 weeks" 848 27 = "27 weeks" 849 28 = "28 weeks" 850 29 = "29 weeks" 851 30 = "30 weeks" 852 31 = "31 weeks" 853 32 = "32 weeks" 854 33 = "33 weeks" 855 34 = "34 weeks" 856 35 = "35 weeks" 857 36 = "36 weeks" 858 37 = "37 weeks" 859 38 = "38 weeks" 860 39 = "39 weeks" 861 40 = "40 weeks" 862 41 = "41 weeks" 863 42 = "42 weeks" 864 43 = "43 weeks" 865 44 = "44 weeks" 866 45 = "45 weeks" 867 46 = "46 weeks" 868 47 = "47 weeks" 869 48 = "48 weeks" 870 49 = "49 weeks" 871 50 = "50 weeks" 872 51 = "51 weeks" 873 52 = "52 weeks" 874 99 = "No such family member"; 17 The SAS System 10:01 Wednesday, November 23, 2005 NOTE: Format V31FT has been output. 875 VALUE V32FT (MAX=40) 876 0 = "No such family member" 877 1 = "Daughter" 878 3 = "Head" 879 4 = "Son" 880 5 = "Grandson" 881 6 = "Sister of wife" 882 7 = "Son (adopted)" 883 8 = "Daughter (adopted)" 884 9 = "Granddaughter" 885 10 = "Son in law" 886 11 = "Husband" 887 12 = "Wife" 888 13 = "Father (w)" 889 14 = "Mother of wife" 890 16 = "Daughter of wife" 891 17 = "Sister" 892 18 = "Son (w)" 893 19 = "Brother-in-law" 894 20 = "Nephew" 895 21 = "Brother of husband" 896 22 = "Cousin of husband" 897 24 = "Mother" 898 25 = "Sister (h)" 899 26 = "Daughter (h)" 900 27 = "Daughter-in-law (w-3)" 901 28 = "Father" 902 29 = "Friend" 903 30 = "Granddaughter (d-3)" 904 31 = "Grandson (s-3)" 905 32 = "Niece (w)" 906 33 = "Brother" 907 34 = "Daughter-in-law" 908 35 = "Aunt" 909 37 = "Mother (h)" 910 38 = "Cousin" 911 39 = "Father (h)" 912 40 = "Niece" 913 41 = "Head Female" 914 42 = "Brother of wife" 915 43 = "Daughter of Husband" 916 45 = "Son of husband" 917 46 = "Niece (h)" 918 47 = "Nephew (h)" 919 48 = "Aunt (w)" 920 49 = "Cousin (w)" 921 52 = "Son-in-law (h-3)" 922 54 = "nephew(w)" 923 55 = "Mother-in-law" 924 56 = "Grandson (3)" 925 57 = "Stepson (h)" 926 60 = "Stepson" 927 62 = "Wife's Mother/Mother of Wife" 928 64 = "Aunt (h)" 929 65 = "Granddaughter (3)" 930 70 = "Father (2)" 931 71 = "Son (foster)" 18 The SAS System 10:01 Wednesday, November 23, 2005 932 74 = "Son-in-law (h-4)" 933 75 = "Grandson (s-4, 5)" 934 76 = "Householder" 935 77 = "Son of wife" 936 78 = "Father-in-law" 937 79 = "Partner householder" 938 80 = "Roomer" 939 82 = "Bachelor" 940 84 = "Boy" 941 86 = "Husband (5)" 942 88 = "Daughter (5 & 6)" 943 89 = "Grand daughter (L-4)" 944 92 = "Widow" 945 93 = "Widower" 946 94 = "Sister-in-law" 947 102 = "Brother in law (husband of #5)" 948 107 = "Female friend" 949 109 = "Son (4)" 950 111 = "Son in law (h-4)" 951 116 = "Great Grandmother (w)" 952 118 = "Brother-in-law (h-4)" 953 119 = "Great Granddaughter" 954 120 = "Sister (II 1)" 955 121 = "Sister (II 3)" 956 122 = "Granddaughter-in-law" 957 123 = "Grandson (h)" 958 124 = "Husband (son-in-law)" 959 125 = "Daughter (w-3)" 960 126 = "Gr.daughter (d3-7)" 961 127 = "Grandson (s-3-4)" 962 128 = "Great grandmother" 963 130 = "Daughter (d4)" 964 132 = "Grand nephew (w)" 965 133 = "Gr.daughter d4" 966 134 = "Female" 967 135 = "Nephew #-2" 968 200 = "Boy (Ward)" 969 201 = "Child" 970 202 = "Foster daughter" 971 203 = "Friend Of Husband & Wife" 972 205 = "Granddaughter (H)" 973 206 = "Nephew (H and W)" 974 207 = "Orphan - No Relation" 975 208 = "Step Daughter" 976 209 = "Unrelated Woman" 977 212 = "Daughter In Law (H)" 978 213 = "Protege" 979 214 = "Taken boy" 980 215 = "Unrelated" 981 216 = "Husbands Half Brother" 982 217 = "Man" 983 218 = "Stillborn Child" 984 219 = "Friend Of Family" 985 223 = "Foster Child" 986 225 = "Grandmother (H)" 987 229 = "Daughter of 4" 988 230 = "Daughter-In-Law (W)" 989 232 = "Girl Living In" 19 The SAS System 10:01 Wednesday, November 23, 2005 990 233 = "Grandniece (W)" 991 236 = "Mother-In-Law of Son on Line 3" 992 240 = "Children" 993 257 = "Godson - adopted" 994 998 = "Not applicable" 995 999 = "Illegible/Meaningless"; NOTE: Format V32FT has been output. 996 VALUE V33FT (MAX=40) 997 1 = "Male" 998 2 = "Female" 999 9 = "No such family member"; NOTE: Format V33FT has been output. 1000 VALUE V34FT (MAX=40) 1001 00.00 = "Refused to give age, no rep, dont know/" 1002 99.99 = "No such family member"; NOTE: Format V34FT has been output. 1003 VALUE V35FT (MAX=40) 1004 0 = "0 weeks" 1005 1 = "1 week" 1006 2 = "2 weeks" 1007 3 = "3 weeks" 1008 4 = "4 weeks" 1009 5 = "5 weeks" 1010 6 = "6 weeks" 1011 7 = "7 weeks" 1012 8 = "8 weeks" 1013 9 = "9 weeks" 1014 10 = "10 weeks" 1015 11 = "11 weeks" 1016 12 = "12 weeks" 1017 13 = "13 weeks" 1018 14 = "14 weeks" 1019 15 = "15 weeks" 1020 16 = "16 weeks" 1021 17 = "17 weeks" 1022 18 = "18 weeks" 1023 19 = "19 weeks" 1024 20 = "20 weeks" 1025 21 = "21 weeks" 1026 22 = "22 weeks" 1027 23 = "23 weeks" 1028 24 = "24 weeks" 1029 25 = "25 weeks" 1030 26 = "26 weeks" 1031 27 = "27 weeks" 1032 28 = "28 weeks" 1033 29 = "29 weeks" 1034 30 = "30 weeks" 1035 31 = "31 weeks" 1036 32 = "32 weeks" 1037 33 = "33 weeks" 1038 34 = "34 weeks" 1039 35 = "35 weeks" 1040 36 = "36 weeks" 1041 37 = "37 weeks" 1042 38 = "38 weeks" 1043 39 = "39 weeks" 1044 40 = "40 weeks" 20 The SAS System 10:01 Wednesday, November 23, 2005 1045 41 = "41 weeks" 1046 42 = "42 weeks" 1047 43 = "43 weeks" 1048 44 = "44 weeks" 1049 45 = "45 weeks" 1050 46 = "46 weeks" 1051 47 = "47 weeks" 1052 48 = "48 weeks" 1053 49 = "49 weeks" 1054 50 = "50 weeks" 1055 51 = "51 weeks" 1056 52 = "52 weeks" 1057 99 = "No such family member"; NOTE: Format V35FT has been output. 1058 VALUE V36FT (MAX=40) 1059 0 = "0 weeks" 1060 1 = "1 week" 1061 2 = "2 weeks" 1062 3 = "3 weeks" 1063 4 = "4 weeks" 1064 5 = "5 weeks" 1065 6 = "6 weeks" 1066 7 = "7 weeks" 1067 8 = "8 weeks" 1068 9 = "9 weeks" 1069 10 = "10 weeks" 1070 11 = "11 weeks" 1071 12 = "12 weeks" 1072 13 = "13 weeks" 1073 14 = "14 weeks" 1074 15 = "15 weeks" 1075 16 = "16 weeks" 1076 17 = "17 weeks" 1077 18 = "18 weeks" 1078 19 = "19 weeks" 1079 20 = "20 weeks" 1080 21 = "21 weeks" 1081 22 = "22 weeks" 1082 23 = "23 weeks" 1083 24 = "24 weeks" 1084 25 = "25 weeks" 1085 26 = "26 weeks" 1086 27 = "27 weeks" 1087 28 = "28 weeks" 1088 29 = "29 weeks" 1089 30 = "30 weeks" 1090 31 = "31 weeks" 1091 32 = "32 weeks" 1092 33 = "33 weeks" 1093 34 = "34 weeks" 1094 35 = "35 weeks" 1095 36 = "36 weeks" 1096 37 = "37 weeks" 1097 38 = "38 weeks" 1098 39 = "39 weeks" 1099 40 = "40 weeks" 1100 41 = "41 weeks" 1101 42 = "42 weeks" 21 The SAS System 10:01 Wednesday, November 23, 2005 1102 43 = "43 weeks" 1103 44 = "44 weeks" 1104 45 = "45 weeks" 1105 46 = "46 weeks" 1106 47 = "47 weeks" 1107 48 = "48 weeks" 1108 49 = "49 weeks" 1109 50 = "50 weeks" 1110 51 = "51 weeks" 1111 52 = "52 weeks" 1112 99 = "No such family member"; NOTE: Format V36FT has been output. 1113 VALUE V37FT (MAX=40) 1114 0 = "No such family member" 1115 1 = "Daughter" 1116 3 = "Head" 1117 4 = "Son" 1118 5 = "Grandson" 1119 6 = "Sister of wife" 1120 7 = "Son (adopted)" 1121 8 = "Daughter (adopted)" 1122 9 = "Granddaughter" 1123 10 = "Son in law" 1124 11 = "Husband" 1125 12 = "Wife" 1126 13 = "Father (w)" 1127 14 = "Mother of wife" 1128 16 = "Daughter of wife" 1129 17 = "Sister" 1130 18 = "Son (w)" 1131 19 = "Brother-in-law" 1132 20 = "Nephew" 1133 21 = "Brother of husband" 1134 22 = "Cousin of husband" 1135 24 = "Mother" 1136 25 = "Sister (h)" 1137 26 = "Daughter (h)" 1138 27 = "Daughter-in-law (w-3)" 1139 28 = "Father" 1140 29 = "Friend" 1141 30 = "Granddaughter (d-3)" 1142 31 = "Grandson (s-3)" 1143 32 = "Niece (w)" 1144 33 = "Brother" 1145 34 = "Daughter-in-law" 1146 35 = "Aunt" 1147 37 = "Mother (h)" 1148 38 = "Cousin" 1149 39 = "Father (h)" 1150 40 = "Niece" 1151 41 = "Head Female" 1152 42 = "Brother of wife" 1153 43 = "Daughter of Husband" 1154 45 = "Son of husband" 1155 46 = "Niece (h)" 1156 47 = "Nephew (h)" 1157 48 = "Aunt (w)" 1158 49 = "Cousin (w)" 22 The SAS System 10:01 Wednesday, November 23, 2005 1159 52 = "Son-in-law (h-3)" 1160 54 = "nephew(w)" 1161 55 = "Mother-in-law" 1162 56 = "Grandson (3)" 1163 57 = "Stepson (h)" 1164 60 = "Stepson" 1165 62 = "Wife's Mother/Mother of Wife" 1166 64 = "Aunt (h)" 1167 65 = "Granddaughter (3)" 1168 70 = "Father (2)" 1169 71 = "Son (foster)" 1170 74 = "Son-in-law (h-4)" 1171 75 = "Grandson (s-4, 5)" 1172 76 = "Householder" 1173 77 = "Son of wife" 1174 78 = "Father-in-law" 1175 79 = "Partner householder" 1176 80 = "Roomer" 1177 82 = "Bachelor" 1178 84 = "Boy" 1179 86 = "Husband (5)" 1180 88 = "Daughter (5 & 6)" 1181 89 = "Grand daughter (L-4)" 1182 92 = "Widow" 1183 93 = "Widower" 1184 94 = "Sister-in-law" 1185 102 = "Brother in law (husband of #5)" 1186 107 = "Female friend" 1187 109 = "Son (4)" 1188 111 = "Son in law (h-4)" 1189 116 = "Great Grandmother (w)" 1190 118 = "Brother-in-law (h-4)" 1191 119 = "Great Granddaughter" 1192 120 = "Sister (II 1)" 1193 121 = "Sister (II 3)" 1194 122 = "Granddaughter-in-law" 1195 123 = "Grandson (h)" 1196 124 = "Husband (son-in-law)" 1197 125 = "Daughter (w-3)" 1198 126 = "Gr.daughter (d3-7)" 1199 127 = "Grandson (s-3-4)" 1200 128 = "Great grandmother" 1201 130 = "Daughter (d4)" 1202 132 = "Grand nephew (w)" 1203 133 = "Gr.daughter d4" 1204 134 = "Female" 1205 135 = "Nephew #-2" 1206 200 = "Boy (Ward)" 1207 201 = "Child" 1208 202 = "Foster daughter" 1209 203 = "Friend Of Husband & Wife" 1210 205 = "Granddaughter (H)" 1211 206 = "Nephew (H and W)" 1212 207 = "Orphan - No Relation" 1213 208 = "Step Daughter" 1214 209 = "Unrelated Woman" 1215 212 = "Daughter In Law (H)" 1216 213 = "Protege" 23 The SAS System 10:01 Wednesday, November 23, 2005 1217 214 = "Taken boy" 1218 215 = "Unrelated" 1219 216 = "Husbands Half Brother" 1220 217 = "Man" 1221 218 = "Stillborn Child" 1222 219 = "Friend Of Family" 1223 223 = "Foster Child" 1224 225 = "Grandmother (H)" 1225 229 = "Daughter of 4" 1226 230 = "Daughter-In-Law (W)" 1227 232 = "Girl Living In" 1228 233 = "Grandniece (W)" 1229 236 = "Mother-In-Law of Son on Line 3" 1230 240 = "Children" 1231 257 = "Godson - adopted" 1232 998 = "Not applicable" 1233 999 = "Illegible/Meaningless"; NOTE: Format V37FT has been output. 1234 VALUE V38FT (MAX=40) 1235 1 = "Male" 1236 2 = "Female" 1237 9 = "No such family member"; NOTE: Format V38FT has been output. 1238 VALUE V39FT (MAX=40) 1239 00.00 = "Refused to give age, no rep, dont know/" 1240 99.99 = "No such family member"; NOTE: Format V39FT has been output. 1241 VALUE V40FT (MAX=40) 1242 0 = "0 weeks" 1243 1 = "1 week" 1244 2 = "2 weeks" 1245 3 = "3 weeks" 1246 4 = "4 weeks" 1247 5 = "5 weeks" 1248 6 = "6 weeks" 1249 7 = "7 weeks" 1250 8 = "8 weeks" 1251 9 = "9 weeks" 1252 10 = "10 weeks" 1253 11 = "11 weeks" 1254 12 = "12 weeks" 1255 13 = "13 weeks" 1256 14 = "14 weeks" 1257 15 = "15 weeks" 1258 16 = "16 weeks" 1259 17 = "17 weeks" 1260 18 = "18 weeks" 1261 19 = "19 weeks" 1262 20 = "20 weeks" 1263 21 = "21 weeks" 1264 22 = "22 weeks" 1265 23 = "23 weeks" 1266 24 = "24 weeks" 1267 25 = "25 weeks" 1268 26 = "26 weeks" 1269 27 = "27 weeks" 1270 28 = "28 weeks" 1271 29 = "29 weeks" 24 The SAS System 10:01 Wednesday, November 23, 2005 1272 30 = "30 weeks" 1273 31 = "31 weeks" 1274 32 = "32 weeks" 1275 33 = "33 weeks" 1276 34 = "34 weeks" 1277 35 = "35 weeks" 1278 36 = "36 weeks" 1279 37 = "37 weeks" 1280 38 = "38 weeks" 1281 39 = "39 weeks" 1282 40 = "40 weeks" 1283 41 = "41 weeks" 1284 42 = "42 weeks" 1285 43 = "43 weeks" 1286 44 = "44 weeks" 1287 45 = "45 weeks" 1288 46 = "46 weeks" 1289 47 = "47 weeks" 1290 48 = "48 weeks" 1291 49 = "49 weeks" 1292 50 = "50 weeks" 1293 51 = "51 weeks" 1294 52 = "52 weeks" 1295 99 = "No such family member"; NOTE: Format V40FT has been output. 1296 VALUE V41FT (MAX=40) 1297 0 = "0 weeks" 1298 1 = "1 week" 1299 2 = "2 weeks" 1300 3 = "3 weeks" 1301 4 = "4 weeks" 1302 5 = "5 weeks" 1303 6 = "6 weeks" 1304 7 = "7 weeks" 1305 8 = "8 weeks" 1306 9 = "9 weeks" 1307 10 = "10 weeks" 1308 11 = "11 weeks" 1309 12 = "12 weeks" 1310 13 = "13 weeks" 1311 14 = "14 weeks" 1312 15 = "15 weeks" 1313 16 = "16 weeks" 1314 17 = "17 weeks" 1315 18 = "18 weeks" 1316 19 = "19 weeks" 1317 20 = "20 weeks" 1318 21 = "21 weeks" 1319 22 = "22 weeks" 1320 23 = "23 weeks" 1321 24 = "24 weeks" 1322 25 = "25 weeks" 1323 26 = "26 weeks" 1324 27 = "27 weeks" 1325 28 = "28 weeks" 1326 29 = "29 weeks" 1327 30 = "30 weeks" 1328 31 = "31 weeks" 25 The SAS System 10:01 Wednesday, November 23, 2005 1329 32 = "32 weeks" 1330 33 = "33 weeks" 1331 34 = "34 weeks" 1332 35 = "35 weeks" 1333 36 = "36 weeks" 1334 37 = "37 weeks" 1335 38 = "38 weeks" 1336 39 = "39 weeks" 1337 40 = "40 weeks" 1338 41 = "41 weeks" 1339 42 = "42 weeks" 1340 43 = "43 weeks" 1341 44 = "44 weeks" 1342 45 = "45 weeks" 1343 46 = "46 weeks" 1344 47 = "47 weeks" 1345 48 = "48 weeks" 1346 49 = "49 weeks" 1347 50 = "50 weeks" 1348 51 = "51 weeks" 1349 52 = "52 weeks" 1350 99 = "No such family member"; NOTE: Format V41FT has been output. 1351 VALUE V42FT (MAX=40) 1352 0 = "No such family member" 1353 1 = "Daughter" 1354 3 = "Head" 1355 4 = "Son" 1356 5 = "Grandson" 1357 6 = "Sister of wife" 1358 7 = "Son (adopted)" 1359 8 = "Daughter (adopted)" 1360 9 = "Granddaughter" 1361 10 = "Son in law" 1362 11 = "Husband" 1363 12 = "Wife" 1364 13 = "Father (w)" 1365 14 = "Mother of wife" 1366 16 = "Daughter of wife" 1367 17 = "Sister" 1368 18 = "Son (w)" 1369 19 = "Brother-in-law" 1370 20 = "Nephew" 1371 21 = "Brother of husband" 1372 22 = "Cousin of husband" 1373 24 = "Mother" 1374 25 = "Sister (h)" 1375 26 = "Daughter (h)" 1376 27 = "Daughter-in-law (w-3)" 1377 28 = "Father" 1378 29 = "Friend" 1379 30 = "Granddaughter (d-3)" 1380 31 = "Grandson (s-3)" 1381 32 = "Niece (w)" 1382 33 = "Brother" 1383 34 = "Daughter-in-law" 1384 35 = "Aunt" 1385 37 = "Mother (h)" 26 The SAS System 10:01 Wednesday, November 23, 2005 1386 38 = "Cousin" 1387 39 = "Father (h)" 1388 40 = "Niece" 1389 41 = "Head Female" 1390 42 = "Brother of wife" 1391 43 = "Daughter of Husband" 1392 45 = "Son of husband" 1393 46 = "Niece (h)" 1394 47 = "Nephew (h)" 1395 48 = "Aunt (w)" 1396 49 = "Cousin (w)" 1397 52 = "Son-in-law (h-3)" 1398 54 = "nephew(w)" 1399 55 = "Mother-in-law" 1400 56 = "Grandson (3)" 1401 57 = "Stepson (h)" 1402 60 = "Stepson" 1403 62 = "Wife's Mother/Mother of Wife" 1404 64 = "Aunt (h)" 1405 65 = "Granddaughter (3)" 1406 70 = "Father (2)" 1407 71 = "Son (foster)" 1408 74 = "Son-in-law (h-4)" 1409 75 = "Grandson (s-4, 5)" 1410 76 = "Householder" 1411 77 = "Son of wife" 1412 78 = "Father-in-law" 1413 79 = "Partner householder" 1414 80 = "Roomer" 1415 82 = "Bachelor" 1416 84 = "Boy" 1417 86 = "Husband (5)" 1418 88 = "Daughter (5 & 6)" 1419 89 = "Grand daughter (L-4)" 1420 92 = "Widow" 1421 93 = "Widower" 1422 94 = "Sister-in-law" 1423 102 = "Brother in law (husband of #5)" 1424 107 = "Female friend" 1425 109 = "Son (4)" 1426 111 = "Son in law (h-4)" 1427 116 = "Great Grandmother (w)" 1428 118 = "Brother-in-law (h-4)" 1429 119 = "Great Granddaughter" 1430 120 = "Sister (II 1)" 1431 121 = "Sister (II 3)" 1432 122 = "Granddaughter-in-law" 1433 123 = "Grandson (h)" 1434 124 = "Husband (son-in-law)" 1435 125 = "Daughter (w-3)" 1436 126 = "Gr.daughter (d3-7)" 1437 127 = "Grandson (s-3-4)" 1438 128 = "Great grandmother" 1439 130 = "Daughter (d4)" 1440 132 = "Grand nephew (w)" 1441 133 = "Gr.daughter d4" 1442 134 = "Female" 1443 135 = "Nephew #-2" 27 The SAS System 10:01 Wednesday, November 23, 2005 1444 200 = "Boy (Ward)" 1445 201 = "Child" 1446 202 = "Foster daughter" 1447 203 = "Friend Of Husband & Wife" 1448 205 = "Granddaughter (H)" 1449 206 = "Nephew (H and W)" 1450 207 = "Orphan - No Relation" 1451 208 = "Step Daughter" 1452 209 = "Unrelated Woman" 1453 212 = "Daughter In Law (H)" 1454 213 = "Protege" 1455 214 = "Taken boy" 1456 215 = "Unrelated" 1457 216 = "Husbands Half Brother" 1458 217 = "Man" 1459 218 = "Stillborn Child" 1460 219 = "Friend Of Family" 1461 223 = "Foster Child" 1462 225 = "Grandmother (H)" 1463 229 = "Daughter of 4" 1464 230 = "Daughter-In-Law (W)" 1465 232 = "Girl Living In" 1466 233 = "Grandniece (W)" 1467 236 = "Mother-In-Law of Son on Line 3" 1468 240 = "Children" 1469 257 = "Godson - adopted" 1470 998 = "Not applicable" 1471 999 = "Illegible/Meaningless"; NOTE: Format V42FT has been output. 1472 VALUE V43FT (MAX=40) 1473 1 = "Male" 1474 2 = "Female" 1475 9 = "No such family member"; NOTE: Format V43FT has been output. 1476 VALUE V44FT (MAX=40) 1477 00.00 = "Refused to give age, no rep, dont know/" 1478 99.99 = "No such family member"; NOTE: Format V44FT has been output. 1479 VALUE V45FT (MAX=40) 1480 0 = "0 weeks" 1481 1 = "1 week" 1482 2 = "2 weeks" 1483 3 = "3 weeks" 1484 4 = "4 weeks" 1485 5 = "5 weeks" 1486 6 = "6 weeks" 1487 7 = "7 weeks" 1488 8 = "8 weeks" 1489 9 = "9 weeks" 1490 10 = "10 weeks" 1491 11 = "11 weeks" 1492 12 = "12 weeks" 1493 13 = "13 weeks" 1494 14 = "14 weeks" 1495 15 = "15 weeks" 1496 16 = "16 weeks" 1497 17 = "17 weeks" 1498 18 = "18 weeks" 28 The SAS System 10:01 Wednesday, November 23, 2005 1499 19 = "19 weeks" 1500 20 = "20 weeks" 1501 21 = "21 weeks" 1502 22 = "22 weeks" 1503 23 = "23 weeks" 1504 24 = "24 weeks" 1505 25 = "25 weeks" 1506 26 = "26 weeks" 1507 27 = "27 weeks" 1508 28 = "28 weeks" 1509 29 = "29 weeks" 1510 30 = "30 weeks" 1511 31 = "31 weeks" 1512 32 = "32 weeks" 1513 33 = "33 weeks" 1514 34 = "34 weeks" 1515 35 = "35 weeks" 1516 36 = "36 weeks" 1517 37 = "37 weeks" 1518 38 = "38 weeks" 1519 39 = "39 weeks" 1520 40 = "40 weeks" 1521 41 = "41 weeks" 1522 42 = "42 weeks" 1523 43 = "43 weeks" 1524 44 = "44 weeks" 1525 45 = "45 weeks" 1526 46 = "46 weeks" 1527 47 = "47 weeks" 1528 48 = "48 weeks" 1529 49 = "49 weeks" 1530 50 = "50 weeks" 1531 51 = "51 weeks" 1532 52 = "52 weeks" 1533 99 = "No such family member"; NOTE: Format V45FT has been output. 1534 VALUE V46FT (MAX=40) 1535 0 = "0 weeks" 1536 1 = "1 week" 1537 2 = "2 weeks" 1538 3 = "3 weeks" 1539 4 = "4 weeks" 1540 5 = "5 weeks" 1541 6 = "6 weeks" 1542 7 = "7 weeks" 1543 8 = "8 weeks" 1544 9 = "9 weeks" 1545 10 = "10 weeks" 1546 11 = "11 weeks" 1547 12 = "12 weeks" 1548 13 = "13 weeks" 1549 14 = "14 weeks" 1550 15 = "15 weeks" 1551 16 = "16 weeks" 1552 17 = "17 weeks" 1553 18 = "18 weeks" 1554 19 = "19 weeks" 1555 20 = "20 weeks" 29 The SAS System 10:01 Wednesday, November 23, 2005 1556 21 = "21 weeks" 1557 22 = "22 weeks" 1558 23 = "23 weeks" 1559 24 = "24 weeks" 1560 25 = "25 weeks" 1561 26 = "26 weeks" 1562 27 = "27 weeks" 1563 28 = "28 weeks" 1564 29 = "29 weeks" 1565 30 = "30 weeks" 1566 31 = "31 weeks" 1567 32 = "32 weeks" 1568 33 = "33 weeks" 1569 34 = "34 weeks" 1570 35 = "35 weeks" 1571 36 = "36 weeks" 1572 37 = "37 weeks" 1573 38 = "38 weeks" 1574 39 = "39 weeks" 1575 40 = "40 weeks" 1576 41 = "41 weeks" 1577 42 = "42 weeks" 1578 43 = "43 weeks" 1579 44 = "44 weeks" 1580 45 = "45 weeks" 1581 46 = "46 weeks" 1582 47 = "47 weeks" 1583 48 = "48 weeks" 1584 49 = "49 weeks" 1585 50 = "50 weeks" 1586 51 = "51 weeks" 1587 52 = "52 weeks" 1588 99 = "No such family member"; NOTE: Format V46FT has been output. 1589 VALUE V47FT (MAX=40) 1590 0 = "No such family member" 1591 1 = "Daughter" 1592 3 = "Head" 1593 4 = "Son" 1594 5 = "Grandson" 1595 6 = "Sister of wife" 1596 7 = "Son (adopted)" 1597 8 = "Daughter (adopted)" 1598 9 = "Granddaughter" 1599 10 = "Son in law" 1600 11 = "Husband" 1601 12 = "Wife" 1602 13 = "Father (w)" 1603 14 = "Mother of wife" 1604 16 = "Daughter of wife" 1605 17 = "Sister" 1606 18 = "Son (w)" 1607 19 = "Brother-in-law" 1608 20 = "Nephew" 1609 21 = "Brother of husband" 1610 22 = "Cousin of husband" 1611 24 = "Mother" 1612 25 = "Sister (h)" 30 The SAS System 10:01 Wednesday, November 23, 2005 1613 26 = "Daughter (h)" 1614 27 = "Daughter-in-law (w-3)" 1615 28 = "Father" 1616 29 = "Friend" 1617 30 = "Granddaughter (d-3)" 1618 31 = "Grandson (s-3)" 1619 32 = "Niece (w)" 1620 33 = "Brother" 1621 34 = "Daughter-in-law" 1622 35 = "Aunt" 1623 37 = "Mother (h)" 1624 38 = "Cousin" 1625 39 = "Father (h)" 1626 40 = "Niece" 1627 41 = "Head Female" 1628 42 = "Brother of wife" 1629 43 = "Daughter of Husband" 1630 45 = "Son of husband" 1631 46 = "Niece (h)" 1632 47 = "Nephew (h)" 1633 48 = "Aunt (w)" 1634 49 = "Cousin (w)" 1635 52 = "Son-in-law (h-3)" 1636 54 = "nephew(w)" 1637 55 = "Mother-in-law" 1638 56 = "Grandson (3)" 1639 57 = "Stepson (h)" 1640 60 = "Stepson" 1641 62 = "Wife's Mother/Mother of Wife" 1642 64 = "Aunt (h)" 1643 65 = "Granddaughter (3)" 1644 70 = "Father (2)" 1645 71 = "Son (foster)" 1646 74 = "Son-in-law (h-4)" 1647 75 = "Grandson (s-4, 5)" 1648 76 = "Householder" 1649 77 = "Son of wife" 1650 78 = "Father-in-law" 1651 79 = "Partner householder" 1652 80 = "Roomer" 1653 82 = "Bachelor" 1654 84 = "Boy" 1655 86 = "Husband (5)" 1656 88 = "Daughter (5 & 6)" 1657 89 = "Grand daughter (L-4)" 1658 92 = "Widow" 1659 93 = "Widower" 1660 94 = "Sister-in-law" 1661 102 = "Brother in law (husband of #5)" 1662 107 = "Female friend" 1663 109 = "Son (4)" 1664 111 = "Son in law (h-4)" 1665 116 = "Great Grandmother (w)" 1666 118 = "Brother-in-law (h-4)" 1667 119 = "Great Granddaughter" 1668 120 = "Sister (II 1)" 1669 121 = "Sister (II 3)" 1670 122 = "Granddaughter-in-law" 31 The SAS System 10:01 Wednesday, November 23, 2005 1671 123 = "Grandson (h)" 1672 124 = "Husband (son-in-law)" 1673 125 = "Daughter (w-3)" 1674 126 = "Gr.daughter (d3-7)" 1675 127 = "Grandson (s-3-4)" 1676 128 = "Great grandmother" 1677 130 = "Daughter (d4)" 1678 132 = "Grand nephew (w)" 1679 133 = "Gr.daughter d4" 1680 134 = "Female" 1681 135 = "Nephew #-2" 1682 200 = "Boy (Ward)" 1683 201 = "Child" 1684 202 = "Foster daughter" 1685 203 = "Friend Of Husband & Wife" 1686 205 = "Granddaughter (H)" 1687 206 = "Nephew (H and W)" 1688 207 = "Orphan - No Relation" 1689 208 = "Step Daughter" 1690 209 = "Unrelated Woman" 1691 212 = "Daughter In Law (H)" 1692 213 = "Protege" 1693 214 = "Taken boy" 1694 215 = "Unrelated" 1695 216 = "Husbands Half Brother" 1696 217 = "Man" 1697 218 = "Stillborn Child" 1698 219 = "Friend Of Family" 1699 223 = "Foster Child" 1700 225 = "Grandmother (H)" 1701 229 = "Daughter of 4" 1702 230 = "Daughter-In-Law (W)" 1703 232 = "Girl Living In" 1704 233 = "Grandniece (W)" 1705 236 = "Mother-In-Law of Son on Line 3" 1706 240 = "Children" 1707 257 = "Godson - adopted" 1708 998 = "Not applicable" 1709 999 = "Illegible/Meaningless"; NOTE: Format V47FT has been output. 1710 VALUE V48FT (MAX=40) 1711 1 = "Male" 1712 2 = "Female" 1713 9 = "No such family member"; NOTE: Format V48FT has been output. 1714 VALUE V49FT (MAX=40) 1715 00.00 = "Refused to give age, no rep, dont know/" 1716 99.99 = "No such family member"; NOTE: Format V49FT has been output. 1717 VALUE V50FT (MAX=40) 1718 0 = "0 weeks" 1719 1 = "1 week" 1720 2 = "2 weeks" 1721 3 = "3 weeks" 1722 4 = "4 weeks" 1723 5 = "5 weeks" 1724 6 = "6 weeks" 1725 7 = "7 weeks" 32 The SAS System 10:01 Wednesday, November 23, 2005 1726 8 = "8 weeks" 1727 9 = "9 weeks" 1728 10 = "10 weeks" 1729 11 = "11 weeks" 1730 12 = "12 weeks" 1731 13 = "13 weeks" 1732 14 = "14 weeks" 1733 15 = "15 weeks" 1734 16 = "16 weeks" 1735 17 = "17 weeks" 1736 18 = "18 weeks" 1737 19 = "19 weeks" 1738 20 = "20 weeks" 1739 21 = "21 weeks" 1740 22 = "22 weeks" 1741 23 = "23 weeks" 1742 24 = "24 weeks" 1743 25 = "25 weeks" 1744 26 = "26 weeks" 1745 27 = "27 weeks" 1746 28 = "28 weeks" 1747 29 = "29 weeks" 1748 30 = "30 weeks" 1749 31 = "31 weeks" 1750 32 = "32 weeks" 1751 33 = "33 weeks" 1752 34 = "34 weeks" 1753 35 = "35 weeks" 1754 36 = "36 weeks" 1755 37 = "37 weeks" 1756 38 = "38 weeks" 1757 39 = "39 weeks" 1758 40 = "40 weeks" 1759 41 = "41 weeks" 1760 42 = "42 weeks" 1761 43 = "43 weeks" 1762 44 = "44 weeks" 1763 45 = "45 weeks" 1764 46 = "46 weeks" 1765 47 = "47 weeks" 1766 48 = "48 weeks" 1767 49 = "49 weeks" 1768 50 = "50 weeks" 1769 51 = "51 weeks" 1770 52 = "52 weeks" 1771 99 = "No such family member"; NOTE: Format V50FT has been output. 1772 VALUE V51FT (MAX=40) 1773 0 = "0 weeks" 1774 1 = "1 week" 1775 2 = "2 weeks" 1776 3 = "3 weeks" 1777 4 = "4 weeks" 1778 5 = "5 weeks" 1779 6 = "6 weeks" 1780 7 = "7 weeks" 1781 8 = "8 weeks" 1782 9 = "9 weeks" 33 The SAS System 10:01 Wednesday, November 23, 2005 1783 10 = "10 weeks" 1784 11 = "11 weeks" 1785 12 = "12 weeks" 1786 13 = "13 weeks" 1787 14 = "14 weeks" 1788 15 = "15 weeks" 1789 16 = "16 weeks" 1790 17 = "17 weeks" 1791 18 = "18 weeks" 1792 19 = "19 weeks" 1793 20 = "20 weeks" 1794 21 = "21 weeks" 1795 22 = "22 weeks" 1796 23 = "23 weeks" 1797 24 = "24 weeks" 1798 25 = "25 weeks" 1799 26 = "26 weeks" 1800 27 = "27 weeks" 1801 28 = "28 weeks" 1802 29 = "29 weeks" 1803 30 = "30 weeks" 1804 31 = "31 weeks" 1805 32 = "32 weeks" 1806 33 = "33 weeks" 1807 34 = "34 weeks" 1808 35 = "35 weeks" 1809 36 = "36 weeks" 1810 37 = "37 weeks" 1811 38 = "38 weeks" 1812 39 = "39 weeks" 1813 40 = "40 weeks" 1814 41 = "41 weeks" 1815 42 = "42 weeks" 1816 43 = "43 weeks" 1817 44 = "44 weeks" 1818 45 = "45 weeks" 1819 46 = "46 weeks" 1820 47 = "47 weeks" 1821 48 = "48 weeks" 1822 49 = "49 weeks" 1823 50 = "50 weeks" 1824 51 = "51 weeks" 1825 52 = "52 weeks" 1826 99 = "No such family member"; NOTE: Format V51FT has been output. 1827 VALUE V52FT (MAX=40) 1828 0 = "No such family member" 1829 1 = "Daughter" 1830 3 = "Head" 1831 4 = "Son" 1832 5 = "Grandson" 1833 6 = "Sister of wife" 1834 7 = "Son (adopted)" 1835 8 = "Daughter (adopted)" 1836 9 = "Granddaughter" 1837 10 = "Son in law" 1838 11 = "Husband" 1839 12 = "Wife" 34 The SAS System 10:01 Wednesday, November 23, 2005 1840 13 = "Father (w)" 1841 14 = "Mother of wife" 1842 16 = "Daughter of wife" 1843 17 = "Sister" 1844 18 = "Son (w)" 1845 19 = "Brother-in-law" 1846 20 = "Nephew" 1847 21 = "Brother of husband" 1848 22 = "Cousin of husband" 1849 24 = "Mother" 1850 25 = "Sister (h)" 1851 26 = "Daughter (h)" 1852 27 = "Daughter-in-law (w-3)" 1853 28 = "Father" 1854 29 = "Friend" 1855 30 = "Granddaughter (d-3)" 1856 31 = "Grandson (s-3)" 1857 32 = "Niece (w)" 1858 33 = "Brother" 1859 34 = "Daughter-in-law" 1860 35 = "Aunt" 1861 37 = "Mother (h)" 1862 38 = "Cousin" 1863 39 = "Father (h)" 1864 40 = "Niece" 1865 41 = "Head Female" 1866 42 = "Brother of wife" 1867 43 = "Daughter of Husband" 1868 45 = "Son of husband" 1869 46 = "Niece (h)" 1870 47 = "Nephew (h)" 1871 48 = "Aunt (w)" 1872 49 = "Cousin (w)" 1873 52 = "Son-in-law (h-3)" 1874 54 = "nephew(w)" 1875 55 = "Mother-in-law" 1876 56 = "Grandson (3)" 1877 57 = "Stepson (h)" 1878 60 = "Stepson" 1879 62 = "Wife's Mother/Mother of Wife" 1880 64 = "Aunt (h)" 1881 65 = "Granddaughter (3)" 1882 70 = "Father (2)" 1883 71 = "Son (foster)" 1884 74 = "Son-in-law (h-4)" 1885 75 = "Grandson (s-4, 5)" 1886 76 = "Householder" 1887 77 = "Son of wife" 1888 78 = "Father-in-law" 1889 79 = "Partner householder" 1890 80 = "Roomer" 1891 82 = "Bachelor" 1892 84 = "Boy" 1893 86 = "Husband (5)" 1894 88 = "Daughter (5 & 6)" 1895 89 = "Grand daughter (L-4)" 1896 92 = "Widow" 1897 93 = "Widower" 35 The SAS System 10:01 Wednesday, November 23, 2005 1898 94 = "Sister-in-law" 1899 102 = "Brother in law (husband of #5)" 1900 107 = "Female friend" 1901 109 = "Son (4)" 1902 111 = "Son in law (h-4)" 1903 116 = "Great Grandmother (w)" 1904 118 = "Brother-in-law (h-4)" 1905 119 = "Great Granddaughter" 1906 120 = "Sister (II 1)" 1907 121 = "Sister (II 3)" 1908 122 = "Granddaughter-in-law" 1909 123 = "Grandson (h)" 1910 124 = "Husband (son-in-law)" 1911 125 = "Daughter (w-3)" 1912 126 = "Gr.daughter (d3-7)" 1913 127 = "Grandson (s-3-4)" 1914 128 = "Great grandmother" 1915 130 = "Daughter (d4)" 1916 132 = "Grand nephew (w)" 1917 133 = "Gr.daughter d4" 1918 134 = "Female" 1919 135 = "Nephew #-2" 1920 200 = "Boy (Ward)" 1921 201 = "Child" 1922 202 = "Foster daughter" 1923 203 = "Friend Of Husband & Wife" 1924 205 = "Granddaughter (H)" 1925 206 = "Nephew (H and W)" 1926 207 = "Orphan - No Relation" 1927 208 = "Step Daughter" 1928 209 = "Unrelated Woman" 1929 212 = "Daughter In Law (H)" 1930 213 = "Protege" 1931 214 = "Taken boy" 1932 215 = "Unrelated" 1933 216 = "Husbands Half Brother" 1934 217 = "Man" 1935 218 = "Stillborn Child" 1936 219 = "Friend Of Family" 1937 223 = "Foster Child" 1938 225 = "Grandmother (H)" 1939 229 = "Daughter of 4" 1940 230 = "Daughter-In-Law (W)" 1941 232 = "Girl Living In" 1942 233 = "Grandniece (W)" 1943 236 = "Mother-In-Law of Son on Line 3" 1944 240 = "Children" 1945 257 = "Godson - adopted" 1946 998 = "Not applicable" 1947 999 = "Illegible/Meaningless"; NOTE: Format V52FT has been output. 1948 VALUE V53FT (MAX=40) 1949 1 = "Male" 1950 2 = "Female" 1951 9 = "No such family member"; NOTE: Format V53FT has been output. 1952 VALUE V54FT (MAX=40) 1953 00.00 = "Refused to give age, no rep, dont know/" 36 The SAS System 10:01 Wednesday, November 23, 2005 1954 99.99 = "No such family member"; NOTE: Format V54FT has been output. 1955 VALUE V55FT (MAX=40) 1956 0 = "0 weeks" 1957 1 = "1 week" 1958 2 = "2 weeks" 1959 3 = "3 weeks" 1960 4 = "4 weeks" 1961 5 = "5 weeks" 1962 6 = "6 weeks" 1963 7 = "7 weeks" 1964 8 = "8 weeks" 1965 9 = "9 weeks" 1966 10 = "10 weeks" 1967 11 = "11 weeks" 1968 12 = "12 weeks" 1969 13 = "13 weeks" 1970 14 = "14 weeks" 1971 15 = "15 weeks" 1972 16 = "16 weeks" 1973 17 = "17 weeks" 1974 18 = "18 weeks" 1975 19 = "19 weeks" 1976 20 = "20 weeks" 1977 21 = "21 weeks" 1978 22 = "22 weeks" 1979 23 = "23 weeks" 1980 24 = "24 weeks" 1981 25 = "25 weeks" 1982 26 = "26 weeks" 1983 27 = "27 weeks" 1984 28 = "28 weeks" 1985 29 = "29 weeks" 1986 30 = "30 weeks" 1987 31 = "31 weeks" 1988 32 = "32 weeks" 1989 33 = "33 weeks" 1990 34 = "34 weeks" 1991 35 = "35 weeks" 1992 36 = "36 weeks" 1993 37 = "37 weeks" 1994 38 = "38 weeks" 1995 39 = "39 weeks" 1996 40 = "40 weeks" 1997 41 = "41 weeks" 1998 42 = "42 weeks" 1999 43 = "43 weeks" 2000 44 = "44 weeks" 2001 45 = "45 weeks" 2002 46 = "46 weeks" 2003 47 = "47 weeks" 2004 48 = "48 weeks" 2005 49 = "49 weeks" 2006 50 = "50 weeks" 2007 51 = "51 weeks" 2008 52 = "52 weeks" 2009 99 = "No such family member"; NOTE: Format V55FT has been output. 37 The SAS System 10:01 Wednesday, November 23, 2005 2010 VALUE V56FT (MAX=40) 2011 0 = "0 weeks" 2012 1 = "1 week" 2013 2 = "2 weeks" 2014 3 = "3 weeks" 2015 4 = "4 weeks" 2016 5 = "5 weeks" 2017 6 = "6 weeks" 2018 7 = "7 weeks" 2019 8 = "8 weeks" 2020 9 = "9 weeks" 2021 10 = "10 weeks" 2022 11 = "11 weeks" 2023 12 = "12 weeks" 2024 13 = "13 weeks" 2025 14 = "14 weeks" 2026 15 = "15 weeks" 2027 16 = "16 weeks" 2028 17 = "17 weeks" 2029 18 = "18 weeks" 2030 19 = "19 weeks" 2031 20 = "20 weeks" 2032 21 = "21 weeks" 2033 22 = "22 weeks" 2034 23 = "23 weeks" 2035 24 = "24 weeks" 2036 25 = "25 weeks" 2037 26 = "26 weeks" 2038 27 = "27 weeks" 2039 28 = "28 weeks" 2040 29 = "29 weeks" 2041 30 = "30 weeks" 2042 31 = "31 weeks" 2043 32 = "32 weeks" 2044 33 = "33 weeks" 2045 34 = "34 weeks" 2046 35 = "35 weeks" 2047 36 = "36 weeks" 2048 37 = "37 weeks" 2049 38 = "38 weeks" 2050 39 = "39 weeks" 2051 40 = "40 weeks" 2052 41 = "41 weeks" 2053 42 = "42 weeks" 2054 43 = "43 weeks" 2055 44 = "44 weeks" 2056 45 = "45 weeks" 2057 46 = "46 weeks" 2058 47 = "47 weeks" 2059 48 = "48 weeks" 2060 49 = "49 weeks" 2061 50 = "50 weeks" 2062 51 = "51 weeks" 2063 52 = "52 weeks" 2064 99 = "No such family member"; NOTE: Format V56FT has been output. 2065 VALUE V57FT (MAX=40) 2066 0 = "No such family member" 38 The SAS System 10:01 Wednesday, November 23, 2005 2067 1 = "Daughter" 2068 3 = "Head" 2069 4 = "Son" 2070 5 = "Grandson" 2071 6 = "Sister of wife" 2072 7 = "Son (adopted)" 2073 8 = "Daughter (adopted)" 2074 9 = "Granddaughter" 2075 10 = "Son in law" 2076 11 = "Husband" 2077 12 = "Wife" 2078 13 = "Father (w)" 2079 14 = "Mother of wife" 2080 16 = "Daughter of wife" 2081 17 = "Sister" 2082 18 = "Son (w)" 2083 19 = "Brother-in-law" 2084 20 = "Nephew" 2085 21 = "Brother of husband" 2086 22 = "Cousin of husband" 2087 24 = "Mother" 2088 25 = "Sister (h)" 2089 26 = "Daughter (h)" 2090 27 = "Daughter-in-law (w-3)" 2091 28 = "Father" 2092 29 = "Friend" 2093 30 = "Granddaughter (d-3)" 2094 31 = "Grandson (s-3)" 2095 32 = "Niece (w)" 2096 33 = "Brother" 2097 34 = "Daughter-in-law" 2098 35 = "Aunt" 2099 37 = "Mother (h)" 2100 38 = "Cousin" 2101 39 = "Father (h)" 2102 40 = "Niece" 2103 41 = "Head Female" 2104 42 = "Brother of wife" 2105 43 = "Daughter of Husband" 2106 45 = "Son of husband" 2107 46 = "Niece (h)" 2108 47 = "Nephew (h)" 2109 48 = "Aunt (w)" 2110 49 = "Cousin (w)" 2111 52 = "Son-in-law (h-3)" 2112 54 = "nephew(w)" 2113 55 = "Mother-in-law" 2114 56 = "Grandson (3)" 2115 57 = "Stepson (h)" 2116 60 = "Stepson" 2117 62 = "Wife's Mother/Mother of Wife" 2118 64 = "Aunt (h)" 2119 65 = "Granddaughter (3)" 2120 70 = "Father (2)" 2121 71 = "Son (foster)" 2122 74 = "Son-in-law (h-4)" 2123 75 = "Grandson (s-4, 5)" 2124 76 = "Householder" 39 The SAS System 10:01 Wednesday, November 23, 2005 2125 77 = "Son of wife" 2126 78 = "Father-in-law" 2127 79 = "Partner householder" 2128 80 = "Roomer" 2129 82 = "Bachelor" 2130 84 = "Boy" 2131 86 = "Husband (5)" 2132 88 = "Daughter (5 & 6)" 2133 89 = "Grand daughter (L-4)" 2134 92 = "Widow" 2135 93 = "Widower" 2136 94 = "Sister-in-law" 2137 102 = "Brother in law (husband of #5)" 2138 107 = "Female friend" 2139 109 = "Son (4)" 2140 111 = "Son in law (h-4)" 2141 116 = "Great Grandmother (w)" 2142 118 = "Brother-in-law (h-4)" 2143 119 = "Great Granddaughter" 2144 120 = "Sister (II 1)" 2145 121 = "Sister (II 3)" 2146 122 = "Granddaughter-in-law" 2147 123 = "Grandson (h)" 2148 124 = "Husband (son-in-law)" 2149 125 = "Daughter (w-3)" 2150 126 = "Gr.daughter (d3-7)" 2151 127 = "Grandson (s-3-4)" 2152 128 = "Great grandmother" 2153 130 = "Daughter (d4)" 2154 132 = "Grand nephew (w)" 2155 133 = "Gr.daughter d4" 2156 134 = "Female" 2157 135 = "Nephew #-2" 2158 200 = "Boy (Ward)" 2159 201 = "Child" 2160 202 = "Foster daughter" 2161 203 = "Friend Of Husband & Wife" 2162 205 = "Granddaughter (H)" 2163 206 = "Nephew (H and W)" 2164 207 = "Orphan - No Relation" 2165 208 = "Step Daughter" 2166 209 = "Unrelated Woman" 2167 212 = "Daughter In Law (H)" 2168 213 = "Protege" 2169 214 = "Taken boy" 2170 215 = "Unrelated" 2171 216 = "Husbands Half Brother" 2172 217 = "Man" 2173 218 = "Stillborn Child" 2174 219 = "Friend Of Family" 2175 223 = "Foster Child" 2176 225 = "Grandmother (H)" 2177 229 = "Daughter of 4" 2178 230 = "Daughter-In-Law (W)" 2179 232 = "Girl Living In" 2180 233 = "Grandniece (W)" 2181 236 = "Mother-In-Law of Son on Line 3" 2182 240 = "Children" 40 The SAS System 10:01 Wednesday, November 23, 2005 2183 257 = "Godson - adopted" 2184 998 = "Not applicable" 2185 999 = "Illegible/Meaningless"; NOTE: Format V57FT has been output. 2186 VALUE V58FT (MAX=40) 2187 1 = "Male" 2188 2 = "Female" 2189 9 = "No such family member"; NOTE: Format V58FT has been output. 2190 VALUE V59FT (MAX=40) 2191 00.00 = "Refused to give age, no rep, dont know/" 2192 99.99 = "No such family member"; NOTE: Format V59FT has been output. 2193 VALUE V60FT (MAX=40) 2194 0 = "0 weeks" 2195 1 = "1 week" 2196 2 = "2 weeks" 2197 3 = "3 weeks" 2198 4 = "4 weeks" 2199 5 = "5 weeks" 2200 6 = "6 weeks" 2201 7 = "7 weeks" 2202 8 = "8 weeks" 2203 9 = "9 weeks" 2204 10 = "10 weeks" 2205 11 = "11 weeks" 2206 12 = "12 weeks" 2207 13 = "13 weeks" 2208 14 = "14 weeks" 2209 15 = "15 weeks" 2210 16 = "16 weeks" 2211 17 = "17 weeks" 2212 18 = "18 weeks" 2213 19 = "19 weeks" 2214 20 = "20 weeks" 2215 21 = "21 weeks" 2216 22 = "22 weeks" 2217 23 = "23 weeks" 2218 24 = "24 weeks" 2219 25 = "25 weeks" 2220 26 = "26 weeks" 2221 27 = "27 weeks" 2222 28 = "28 weeks" 2223 29 = "29 weeks" 2224 30 = "30 weeks" 2225 31 = "31 weeks" 2226 32 = "32 weeks" 2227 33 = "33 weeks" 2228 34 = "34 weeks" 2229 35 = "35 weeks" 2230 36 = "36 weeks" 2231 37 = "37 weeks" 2232 38 = "38 weeks" 2233 39 = "39 weeks" 2234 40 = "40 weeks" 2235 41 = "41 weeks" 2236 42 = "42 weeks" 2237 43 = "43 weeks" 41 The SAS System 10:01 Wednesday, November 23, 2005 2238 44 = "44 weeks" 2239 45 = "45 weeks" 2240 46 = "46 weeks" 2241 47 = "47 weeks" 2242 48 = "48 weeks" 2243 49 = "49 weeks" 2244 50 = "50 weeks" 2245 51 = "51 weeks" 2246 52 = "52 weeks" 2247 99 = "No such family member"; NOTE: Format V60FT has been output. 2248 VALUE V61FT (MAX=40) 2249 0 = "0 weeks" 2250 1 = "1 week" 2251 2 = "2 weeks" 2252 3 = "3 weeks" 2253 4 = "4 weeks" 2254 5 = "5 weeks" 2255 6 = "6 weeks" 2256 7 = "7 weeks" 2257 8 = "8 weeks" 2258 9 = "9 weeks" 2259 10 = "10 weeks" 2260 11 = "11 weeks" 2261 12 = "12 weeks" 2262 13 = "13 weeks" 2263 14 = "14 weeks" 2264 15 = "15 weeks" 2265 16 = "16 weeks" 2266 17 = "17 weeks" 2267 18 = "18 weeks" 2268 19 = "19 weeks" 2269 20 = "20 weeks" 2270 21 = "21 weeks" 2271 22 = "22 weeks" 2272 23 = "23 weeks" 2273 24 = "24 weeks" 2274 25 = "25 weeks" 2275 26 = "26 weeks" 2276 27 = "27 weeks" 2277 28 = "28 weeks" 2278 29 = "29 weeks" 2279 30 = "30 weeks" 2280 31 = "31 weeks" 2281 32 = "32 weeks" 2282 33 = "33 weeks" 2283 34 = "34 weeks" 2284 35 = "35 weeks" 2285 36 = "36 weeks" 2286 37 = "37 weeks" 2287 38 = "38 weeks" 2288 39 = "39 weeks" 2289 40 = "40 weeks" 2290 41 = "41 weeks" 2291 42 = "42 weeks" 2292 43 = "43 weeks" 2293 44 = "44 weeks" 2294 45 = "45 weeks" 42 The SAS System 10:01 Wednesday, November 23, 2005 2295 46 = "46 weeks" 2296 47 = "47 weeks" 2297 48 = "48 weeks" 2298 49 = "49 weeks" 2299 50 = "50 weeks" 2300 51 = "51 weeks" 2301 52 = "52 weeks" 2302 99 = "No such family member"; NOTE: Format V61FT has been output. 2303 VALUE V62FT (MAX=40) 2304 0 = "No such family member" 2305 1 = "Daughter" 2306 3 = "Head" 2307 4 = "Son" 2308 5 = "Grandson" 2309 6 = "Sister of wife" 2310 7 = "Son (adopted)" 2311 8 = "Daughter (adopted)" 2312 9 = "Granddaughter" 2313 10 = "Son in law" 2314 11 = "Husband" 2315 12 = "Wife" 2316 13 = "Father (w)" 2317 14 = "Mother of wife" 2318 16 = "Daughter of wife" 2319 17 = "Sister" 2320 18 = "Son (w)" 2321 19 = "Brother-in-law" 2322 20 = "Nephew" 2323 21 = "Brother of husband" 2324 22 = "Cousin of husband" 2325 24 = "Mother" 2326 25 = "Sister (h)" 2327 26 = "Daughter (h)" 2328 27 = "Daughter-in-law (w-3)" 2329 28 = "Father" 2330 29 = "Friend" 2331 30 = "Granddaughter (d-3)" 2332 31 = "Grandson (s-3)" 2333 32 = "Niece (w)" 2334 33 = "Brother" 2335 34 = "Daughter-in-law" 2336 35 = "Aunt" 2337 37 = "Mother (h)" 2338 38 = "Cousin" 2339 39 = "Father (h)" 2340 40 = "Niece" 2341 41 = "Head Female" 2342 42 = "Brother of wife" 2343 43 = "Daughter of Husband" 2344 45 = "Son of husband" 2345 46 = "Niece (h)" 2346 47 = "Nephew (h)" 2347 48 = "Aunt (w)" 2348 49 = "Cousin (w)" 2349 52 = "Son-in-law (h-3)" 2350 54 = "nephew(w)" 2351 55 = "Mother-in-law" 43 The SAS System 10:01 Wednesday, November 23, 2005 2352 56 = "Grandson (3)" 2353 57 = "Stepson (h)" 2354 60 = "Stepson" 2355 62 = "Wife's Mother/Mother of Wife" 2356 64 = "Aunt (h)" 2357 65 = "Granddaughter (3)" 2358 70 = "Father (2)" 2359 71 = "Son (foster)" 2360 74 = "Son-in-law (h-4)" 2361 75 = "Grandson (s-4, 5)" 2362 76 = "Householder" 2363 77 = "Son of wife" 2364 78 = "Father-in-law" 2365 79 = "Partner householder" 2366 80 = "Roomer" 2367 82 = "Bachelor" 2368 84 = "Boy" 2369 86 = "Husband (5)" 2370 88 = "Daughter (5 & 6)" 2371 89 = "Grand daughter (L-4)" 2372 92 = "Widow" 2373 93 = "Widower" 2374 94 = "Sister-in-law" 2375 102 = "Brother in law (husband of #5)" 2376 107 = "Female friend" 2377 109 = "Son (4)" 2378 111 = "Son in law (h-4)" 2379 116 = "Great Grandmother (w)" 2380 118 = "Brother-in-law (h-4)" 2381 119 = "Great Granddaughter" 2382 120 = "Sister (II 1)" 2383 121 = "Sister (II 3)" 2384 122 = "Granddaughter-in-law" 2385 123 = "Grandson (h)" 2386 124 = "Husband (son-in-law)" 2387 125 = "Daughter (w-3)" 2388 126 = "Gr.daughter (d3-7)" 2389 127 = "Grandson (s-3-4)" 2390 128 = "Great grandmother" 2391 130 = "Daughter (d4)" 2392 132 = "Grand nephew (w)" 2393 133 = "Gr.daughter d4" 2394 134 = "Female" 2395 135 = "Nephew #-2" 2396 200 = "Boy (Ward)" 2397 201 = "Child" 2398 202 = "Foster daughter" 2399 203 = "Friend Of Husband & Wife" 2400 205 = "Granddaughter (H)" 2401 206 = "Nephew (H and W)" 2402 207 = "Orphan - No Relation" 2403 208 = "Step Daughter" 2404 209 = "Unrelated Woman" 2405 212 = "Daughter In Law (H)" 2406 213 = "Protege" 2407 214 = "Taken boy" 2408 215 = "Unrelated" 2409 216 = "Husbands Half Brother" 44 The SAS System 10:01 Wednesday, November 23, 2005 2410 217 = "Man" 2411 218 = "Stillborn Child" 2412 219 = "Friend Of Family" 2413 223 = "Foster Child" 2414 225 = "Grandmother (H)" 2415 229 = "Daughter of 4" 2416 230 = "Daughter-In-Law (W)" 2417 232 = "Girl Living In" 2418 233 = "Grandniece (W)" 2419 236 = "Mother-In-Law of Son on Line 3" 2420 240 = "Children" 2421 257 = "Godson - adopted" 2422 998 = "Not applicable" 2423 999 = "Illegible/Meaningless"; NOTE: Format V62FT has been output. 2424 VALUE V63FT (MAX=40) 2425 1 = "Male" 2426 2 = "Female" 2427 9 = "No such family member"; NOTE: Format V63FT has been output. 2428 VALUE V64FT (MAX=40) 2429 00.00 = "Refused to give age, no rep, dont know/" 2430 99.99 = "No such family member"; NOTE: Format V64FT has been output. 2431 VALUE V65FT (MAX=40) 2432 0 = "0 weeks" 2433 1 = "1 week" 2434 2 = "2 weeks" 2435 3 = "3 weeks" 2436 4 = "4 weeks" 2437 5 = "5 weeks" 2438 6 = "6 weeks" 2439 7 = "7 weeks" 2440 8 = "8 weeks" 2441 9 = "9 weeks" 2442 10 = "10 weeks" 2443 11 = "11 weeks" 2444 12 = "12 weeks" 2445 13 = "13 weeks" 2446 14 = "14 weeks" 2447 15 = "15 weeks" 2448 16 = "16 weeks" 2449 17 = "17 weeks" 2450 18 = "18 weeks" 2451 19 = "19 weeks" 2452 20 = "20 weeks" 2453 21 = "21 weeks" 2454 22 = "22 weeks" 2455 23 = "23 weeks" 2456 24 = "24 weeks" 2457 25 = "25 weeks" 2458 26 = "26 weeks" 2459 27 = "27 weeks" 2460 28 = "28 weeks" 2461 29 = "29 weeks" 2462 30 = "30 weeks" 2463 31 = "31 weeks" 2464 32 = "32 weeks" 45 The SAS System 10:01 Wednesday, November 23, 2005 2465 33 = "33 weeks" 2466 34 = "34 weeks" 2467 35 = "35 weeks" 2468 36 = "36 weeks" 2469 37 = "37 weeks" 2470 38 = "38 weeks" 2471 39 = "39 weeks" 2472 40 = "40 weeks" 2473 41 = "41 weeks" 2474 42 = "42 weeks" 2475 43 = "43 weeks" 2476 44 = "44 weeks" 2477 45 = "45 weeks" 2478 46 = "46 weeks" 2479 47 = "47 weeks" 2480 48 = "48 weeks" 2481 49 = "49 weeks" 2482 50 = "50 weeks" 2483 51 = "51 weeks" 2484 52 = "52 weeks" 2485 99 = "No such family member"; NOTE: Format V65FT has been output. 2486 VALUE V66FT (MAX=40) 2487 0 = "0 weeks" 2488 1 = "1 week" 2489 2 = "2 weeks" 2490 3 = "3 weeks" 2491 4 = "4 weeks" 2492 5 = "5 weeks" 2493 6 = "6 weeks" 2494 7 = "7 weeks" 2495 8 = "8 weeks" 2496 9 = "9 weeks" 2497 10 = "10 weeks" 2498 11 = "11 weeks" 2499 12 = "12 weeks" 2500 13 = "13 weeks" 2501 14 = "14 weeks" 2502 15 = "15 weeks" 2503 16 = "16 weeks" 2504 17 = "17 weeks" 2505 18 = "18 weeks" 2506 19 = "19 weeks" 2507 20 = "20 weeks" 2508 21 = "21 weeks" 2509 22 = "22 weeks" 2510 23 = "23 weeks" 2511 24 = "24 weeks" 2512 25 = "25 weeks" 2513 26 = "26 weeks" 2514 27 = "27 weeks" 2515 28 = "28 weeks" 2516 29 = "29 weeks" 2517 30 = "30 weeks" 2518 31 = "31 weeks" 2519 32 = "32 weeks" 2520 33 = "33 weeks" 2521 34 = "34 weeks" 46 The SAS System 10:01 Wednesday, November 23, 2005 2522 35 = "35 weeks" 2523 36 = "36 weeks" 2524 37 = "37 weeks" 2525 38 = "38 weeks" 2526 39 = "39 weeks" 2527 40 = "40 weeks" 2528 41 = "41 weeks" 2529 42 = "42 weeks" 2530 43 = "43 weeks" 2531 44 = "44 weeks" 2532 45 = "45 weeks" 2533 46 = "46 weeks" 2534 47 = "47 weeks" 2535 48 = "48 weeks" 2536 49 = "49 weeks" 2537 50 = "50 weeks" 2538 51 = "51 weeks" 2539 52 = "52 weeks" 2540 99 = "No such family member"; NOTE: Format V66FT has been output. 2541 VALUE V67FT (MAX=40) 2542 00.00 = "No first adult child"; NOTE: Format V67FT has been output. 2543 VALUE V68FT (MAX=40) 2544 1 = "Male" 2545 2 = "Female" 2546 9 = "No first adult child"; NOTE: Format V68FT has been output. 2547 VALUE V69FT (MAX=40) 2548 9 = "No adult children boarding and rooming a"; NOTE: Format V69FT has been output. 2549 VALUE V70FT (MAX=40) 2550 4 = "4 weeks" 2551 5 = "5 weeks" 2552 6 = "6 weeks" 2553 7 = "7 weeks" 2554 8 = "8 weeks" 2555 9 = "9 weeks" 2556 10 = "10 weeks" 2557 11 = "11 weeks" 2558 12 = "12 weeks" 2559 13 = "13 weeks" 2560 14 = "14 weeks" 2561 15 = "15 weeks" 2562 16 = "16 weeks" 2563 17 = "17 weeks" 2564 18 = "18 weeks" 2565 19 = "19 weeks" 2566 20 = "20 weeks" 2567 21 = "21 weeks" 2568 22 = "22 weeks" 2569 23 = "23 weeks" 2570 24 = "24 weeks" 2571 25 = "25 weeks" 2572 26 = "26 weeks" 2573 27 = "27 weeks" 2574 28 = "28 weeks" 2575 29 = "29 weeks" 47 The SAS System 10:01 Wednesday, November 23, 2005 2576 30 = "30 weeks" 2577 31 = "31 weeks" 2578 32 = "32 weeks" 2579 33 = "33 weeks" 2580 34 = "34 weeks" 2581 35 = "35 weeks" 2582 36 = "36 weeks" 2583 37 = "37 weeks" 2584 38 = "38 weeks" 2585 39 = "39 weeks" 2586 40 = "40 weeks" 2587 41 = "41 weeks" 2588 42 = "42 weeks" 2589 43 = "43 weeks" 2590 44 = "44 weeks" 2591 45 = "45 weeks" 2592 46 = "46 weeks" 2593 47 = "47 weeks" 2594 48 = "48 weeks" 2595 49 = "49 weeks" 2596 50 = "50 weeks" 2597 51 = "51 weeks" 2598 52 = "52 weeks" 2599 99 = "No adult children boarding and rooming a"; NOTE: Format V70FT has been output. 2600 VALUE V71FT (MAX=40) 2601 00.00 = "No second adult child"; NOTE: Format V71FT has been output. 2602 VALUE V72FT (MAX=40) 2603 1 = "Male" 2604 2 = "Female" 2605 9 = "No second adult child"; NOTE: Format V72FT has been output. 2606 VALUE V73FT (MAX=40) 2607 4 = "4 weeks" 2608 5 = "5 weeks" 2609 6 = "6 weeks" 2610 7 = "7 weeks" 2611 8 = "8 weeks" 2612 9 = "9 weeks" 2613 10 = "10 weeks" 2614 11 = "11 weeks" 2615 12 = "12 weeks" 2616 13 = "13 weeks" 2617 14 = "14 weeks" 2618 15 = "15 weeks" 2619 16 = "16 weeks" 2620 17 = "17 weeks" 2621 18 = "18 weeks" 2622 19 = "19 weeks" 2623 20 = "20 weeks" 2624 21 = "21 weeks" 2625 22 = "22 weeks" 2626 23 = "23 weeks" 2627 24 = "24 weeks" 2628 25 = "25 weeks" 2629 26 = "26 weeks" 2630 27 = "27 weeks" 48 The SAS System 10:01 Wednesday, November 23, 2005 2631 28 = "28 weeks" 2632 29 = "29 weeks" 2633 30 = "30 weeks" 2634 31 = "31 weeks" 2635 32 = "32 weeks" 2636 33 = "33 weeks" 2637 34 = "34 weeks" 2638 35 = "35 weeks" 2639 36 = "36 weeks" 2640 37 = "37 weeks" 2641 38 = "38 weeks" 2642 39 = "39 weeks" 2643 40 = "40 weeks" 2644 41 = "41 weeks" 2645 42 = "42 weeks" 2646 43 = "43 weeks" 2647 44 = "44 weeks" 2648 45 = "45 weeks" 2649 46 = "46 weeks" 2650 47 = "47 weeks" 2651 48 = "48 weeks" 2652 49 = "49 weeks" 2653 50 = "50 weeks" 2654 51 = "51 weeks" 2655 52 = "52 weeks" 2656 99 = "No adult children boarding and rooming a"; NOTE: Format V73FT has been output. 2657 VALUE V75FT (MAX=40) 2658 0 = "0 weeks" 2659 1 = "1 week" 2660 2 = "2 weeks" 2661 3 = "3 weeks" 2662 4 = "4 weeks" 2663 5 = "5 weeks" 2664 6 = "6 weeks" 2665 7 = "7 weeks" 2666 8 = "8 weeks" 2667 9 = "9 weeks" 2668 10 = "10 weeks" 2669 11 = "11 weeks" 2670 12 = "12 weeks" 2671 13 = "13 weeks" 2672 14 = "14 weeks" 2673 15 = "15 weeks" 2674 16 = "16 weeks" 2675 17 = "17 weeks" 2676 18 = "18 weeks" 2677 19 = "19 weeks" 2678 20 = "20 weeks" 2679 21 = "21 weeks" 2680 22 = "22 weeks" 2681 23 = "23 weeks" 2682 24 = "24 weeks" 2683 25 = "25 weeks" 2684 26 = "26 weeks" 2685 27 = "27 weeks" 2686 28 = "28 weeks" 2687 29 = "29 weeks" 49 The SAS System 10:01 Wednesday, November 23, 2005 2688 30 = "30 weeks" 2689 31 = "31 weeks" 2690 32 = "32 weeks" 2691 33 = "33 weeks" 2692 34 = "34 weeks" 2693 35 = "35 weeks" 2694 36 = "36 weeks" 2695 37 = "37 weeks" 2696 38 = "38 weeks" 2697 39 = "39 weeks" 2698 40 = "40 weeks" 2699 41 = "41 weeks" 2700 42 = "42 weeks" 2701 43 = "43 weeks" 2702 44 = "44 weeks" 2703 45 = "45 weeks" 2704 46 = "46 weeks" 2705 47 = "47 weeks" 2706 48 = "48 weeks" 2707 49 = "49 weeks" 2708 50 = "50 weeks" 2709 51 = "51 weeks" 2710 52 = "52 weeks"; NOTE: Format V75FT has been output. 2711 VALUE V77FT (MAX=40) 2712 0 = "0 weeks" 2713 1 = "1 week" 2714 2 = "2 weeks" 2715 3 = "3 weeks" 2716 4 = "4 weeks" 2717 5 = "5 weeks" 2718 6 = "6 weeks" 2719 7 = "7 weeks" 2720 8 = "8 weeks" 2721 9 = "9 weeks" 2722 10 = "10 weeks" 2723 11 = "11 weeks" 2724 12 = "12 weeks" 2725 13 = "13 weeks" 2726 14 = "14 weeks" 2727 15 = "15 weeks" 2728 16 = "16 weeks" 2729 17 = "17 weeks" 2730 18 = "18 weeks" 2731 19 = "19 weeks" 2732 20 = "20 weeks" 2733 21 = "21 weeks" 2734 22 = "22 weeks" 2735 23 = "23 weeks" 2736 24 = "24 weeks" 2737 25 = "25 weeks" 2738 26 = "26 weeks" 2739 27 = "27 weeks" 2740 28 = "28 weeks" 2741 29 = "29 weeks" 2742 30 = "30 weeks" 2743 31 = "31 weeks" 2744 32 = "32 weeks" 50 The SAS System 10:01 Wednesday, November 23, 2005 2745 33 = "33 weeks" 2746 34 = "34 weeks" 2747 35 = "35 weeks" 2748 36 = "36 weeks" 2749 37 = "37 weeks" 2750 38 = "38 weeks" 2751 39 = "39 weeks" 2752 40 = "40 weeks" 2753 41 = "41 weeks" 2754 42 = "42 weeks" 2755 43 = "43 weeks" 2756 44 = "44 weeks" 2757 45 = "45 weeks" 2758 46 = "46 weeks" 2759 47 = "47 weeks" 2760 48 = "48 weeks" 2761 49 = "49 weeks" 2762 50 = "50 weeks" 2763 51 = "51 weeks" 2764 52 = "52 weeks"; NOTE: Format V77FT has been output. 2765 VALUE V79FT (MAX=40) 2766 0 = "0 weeks" 2767 1 = "1 week" 2768 2 = "2 weeks" 2769 3 = "3 weeks" 2770 4 = "4 weeks" 2771 5 = "5 weeks" 2772 6 = "6 weeks" 2773 7 = "7 weeks" 2774 8 = "8 weeks" 2775 9 = "9 weeks" 2776 10 = "10 weeks" 2777 11 = "11 weeks" 2778 12 = "12 weeks" 2779 13 = "13 weeks" 2780 14 = "14 weeks" 2781 15 = "15 weeks" 2782 16 = "16 weeks" 2783 17 = "17 weeks" 2784 18 = "18 weeks" 2785 19 = "19 weeks" 2786 20 = "20 weeks" 2787 21 = "21 weeks" 2788 22 = "22 weeks" 2789 23 = "23 weeks" 2790 24 = "24 weeks" 2791 25 = "25 weeks" 2792 26 = "26 weeks" 2793 27 = "27 weeks" 2794 28 = "28 weeks" 2795 29 = "29 weeks" 2796 30 = "30 weeks" 2797 31 = "31 weeks" 2798 32 = "32 weeks" 2799 33 = "33 weeks" 2800 34 = "34 weeks" 2801 35 = "35 weeks" 51 The SAS System 10:01 Wednesday, November 23, 2005 2802 36 = "36 weeks" 2803 37 = "37 weeks" 2804 38 = "38 weeks" 2805 39 = "39 weeks" 2806 40 = "40 weeks" 2807 41 = "41 weeks" 2808 42 = "42 weeks" 2809 43 = "43 weeks" 2810 44 = "44 weeks" 2811 45 = "45 weeks" 2812 46 = "46 weeks" 2813 47 = "47 weeks" 2814 48 = "48 weeks" 2815 49 = "49 weeks" 2816 50 = "50 weeks" 2817 51 = "51 weeks" 2818 52 = "52 weeks"; NOTE: Format V79FT has been output. 2819 VALUE V81FT (MAX=40) 2820 0 = "0 weeks" 2821 1 = "1 week" 2822 2 = "2 weeks" 2823 3 = "3 weeks" 2824 4 = "4 weeks" 2825 5 = "5 weeks" 2826 6 = "6 weeks" 2827 7 = "7 weeks" 2828 8 = "8 weeks" 2829 9 = "9 weeks" 2830 10 = "10 weeks" 2831 11 = "11 weeks" 2832 12 = "12 weeks" 2833 13 = "13 weeks" 2834 14 = "14 weeks" 2835 15 = "15 weeks" 2836 16 = "16 weeks" 2837 17 = "17 weeks" 2838 18 = "18 weeks" 2839 19 = "19 weeks" 2840 20 = "20 weeks" 2841 21 = "21 weeks" 2842 22 = "22 weeks" 2843 23 = "23 weeks" 2844 24 = "24 weeks" 2845 25 = "25 weeks" 2846 26 = "26 weeks" 2847 27 = "27 weeks" 2848 28 = "28 weeks" 2849 29 = "29 weeks" 2850 30 = "30 weeks" 2851 31 = "31 weeks" 2852 32 = "32 weeks" 2853 33 = "33 weeks" 2854 34 = "34 weeks" 2855 35 = "35 weeks" 2856 36 = "36 weeks" 2857 37 = "37 weeks" 2858 38 = "38 weeks" 52 The SAS System 10:01 Wednesday, November 23, 2005 2859 39 = "39 weeks" 2860 40 = "40 weeks" 2861 41 = "41 weeks" 2862 42 = "42 weeks" 2863 43 = "43 weeks" 2864 44 = "44 weeks" 2865 45 = "45 weeks" 2866 46 = "46 weeks" 2867 47 = "47 weeks" 2868 48 = "48 weeks" 2869 49 = "49 weeks" 2870 50 = "50 weeks" 2871 51 = "51 weeks" 2872 52 = "52 weeks"; NOTE: Format V81FT has been output. 2873 VALUE V83FT (MAX=40) 2874 0 = "0 weeks" 2875 1 = "1 week" 2876 2 = "2 weeks" 2877 3 = "3 weeks" 2878 4 = "4 weeks" 2879 5 = "5 weeks" 2880 6 = "6 weeks" 2881 7 = "7 weeks" 2882 8 = "8 weeks" 2883 9 = "9 weeks" 2884 10 = "10 weeks" 2885 11 = "11 weeks" 2886 12 = "12 weeks" 2887 13 = "13 weeks" 2888 14 = "14 weeks" 2889 15 = "15 weeks" 2890 16 = "16 weeks" 2891 17 = "17 weeks" 2892 18 = "18 weeks" 2893 19 = "19 weeks" 2894 20 = "20 weeks" 2895 21 = "21 weeks" 2896 22 = "22 weeks" 2897 23 = "23 weeks" 2898 24 = "24 weeks" 2899 25 = "25 weeks" 2900 26 = "26 weeks" 2901 27 = "27 weeks" 2902 28 = "28 weeks" 2903 29 = "29 weeks" 2904 30 = "30 weeks" 2905 31 = "31 weeks" 2906 32 = "32 weeks" 2907 33 = "33 weeks" 2908 34 = "34 weeks" 2909 35 = "35 weeks" 2910 36 = "36 weeks" 2911 37 = "37 weeks" 2912 38 = "38 weeks" 2913 39 = "39 weeks" 2914 40 = "40 weeks" 2915 41 = "41 weeks" 53 The SAS System 10:01 Wednesday, November 23, 2005 2916 42 = "42 weeks" 2917 43 = "43 weeks" 2918 44 = "44 weeks" 2919 45 = "45 weeks" 2920 46 = "46 weeks" 2921 47 = "47 weeks" 2922 48 = "48 weeks" 2923 49 = "49 weeks" 2924 50 = "50 weeks" 2925 51 = "51 weeks" 2926 52 = "52 weeks"; NOTE: Format V83FT has been output. 2927 VALUE V85FT (MAX=40) 2928 0 = "0 weeks" 2929 1 = "1 week" 2930 2 = "2 weeks" 2931 3 = "3 weeks" 2932 4 = "4 weeks" 2933 5 = "5 weeks" 2934 6 = "6 weeks" 2935 7 = "7 weeks" 2936 8 = "8 weeks" 2937 9 = "9 weeks" 2938 10 = "10 weeks" 2939 11 = "11 weeks" 2940 12 = "12 weeks" 2941 13 = "13 weeks" 2942 14 = "14 weeks" 2943 15 = "15 weeks" 2944 16 = "16 weeks" 2945 17 = "17 weeks" 2946 18 = "18 weeks" 2947 19 = "19 weeks" 2948 20 = "20 weeks" 2949 21 = "21 weeks" 2950 22 = "22 weeks" 2951 23 = "23 weeks" 2952 24 = "24 weeks" 2953 25 = "25 weeks" 2954 26 = "26 weeks" 2955 27 = "27 weeks" 2956 28 = "28 weeks" 2957 29 = "29 weeks" 2958 30 = "30 weeks" 2959 31 = "31 weeks" 2960 32 = "32 weeks" 2961 33 = "33 weeks" 2962 34 = "34 weeks" 2963 35 = "35 weeks" 2964 36 = "36 weeks" 2965 37 = "37 weeks" 2966 38 = "38 weeks" 2967 39 = "39 weeks" 2968 40 = "40 weeks" 2969 41 = "41 weeks" 2970 42 = "42 weeks" 2971 43 = "43 weeks" 2972 44 = "44 weeks" 54 The SAS System 10:01 Wednesday, November 23, 2005 2973 45 = "45 weeks" 2974 46 = "46 weeks" 2975 47 = "47 weeks" 2976 48 = "48 weeks" 2977 49 = "49 weeks" 2978 50 = "50 weeks" 2979 51 = "51 weeks" 2980 52 = "52 weeks"; NOTE: Format V85FT has been output. 2981 VALUE V86FT (MAX=40) 2982 .00 = "None" 2983 1.00 = "1 month" 2984 2.00 = "2 months" 2985 3.00 = "3 months" 2986 4.00 = "4 months" 2987 5.00 = "5 months" 2988 6.00 = "6 months" 2989 7.00 = "7 months" 2990 8.00 = "8 months" 2991 9.00 = "9 months" 2992 10.00 = "10 months" 2993 11.00 = "11 months" 2994 12.00 = "12 months"; NOTE: Format V86FT has been output. 2995 VALUE V87FT (MAX=40) 2996 .00 = "None" 2997 1.00 = "1 month" 2998 2.00 = "2 months" 2999 3.00 = "3 months" 3000 4.00 = "4 months" 3001 5.00 = "5 months" 3002 6.00 = "6 months" 3003 7.00 = "7 months" 3004 8.00 = "8 months" 3005 9.00 = "9 months" 3006 10.00 = "10 months" 3007 11.00 = "11 months" 3008 12.00 = "12 months"; NOTE: Format V87FT has been output. 3009 VALUE V88FT (MAX=40) 3010 .00 = "None" 3011 1.00 = "1 month" 3012 2.00 = "2 months" 3013 3.00 = "3 months" 3014 4.00 = "4 months" 3015 5.00 = "5 months" 3016 6.00 = "6 months" 3017 7.00 = "7 months" 3018 8.00 = "8 months" 3019 9.00 = "9 months" 3020 10.00 = "10 months" 3021 11.00 = "11 months" 3022 12.00 = "12 months"; NOTE: Format V88FT has been output. 3023 VALUE V91FT (MAX=40) 3024 0 = "No" 3025 1 = "Yes"; NOTE: Format V91FT has been output. 55 The SAS System 10:01 Wednesday, November 23, 2005 3026 VALUE V92FT (MAX=40) 3027 0 = "No" 3028 1 = "Yes"; NOTE: Format V92FT has been output. 3029 VALUE V95FT (MAX=40) 3030 .00 = "None" 3031 1.00 = "1 month" 3032 2.00 = "2 months" 3033 3.00 = "3 months" 3034 4.00 = "4 months" 3035 5.00 = "5 months" 3036 6.00 = "6 months" 3037 7.00 = "7 months" 3038 8.00 = "8 months" 3039 9.00 = "9 months" 3040 10.00 = "10 months" 3041 11.00 = "11 months" 3042 12.00 = "12 months"; NOTE: Format V95FT has been output. 3043 VALUE V96FT (MAX=40) 3044 0 = "No" 3045 1 = "Yes"; NOTE: Format V96FT has been output. 3046 VALUE V97FT (MAX=40) 3047 0 = "No" 3048 1 = "Yes"; NOTE: Format V97FT has been output. 3049 VALUE V98FT (MAX=40) 3050 0 = "No" 3051 1 = "Yes"; NOTE: Format V98FT has been output. 3052 VALUE V100FT (MAX=40) 3053 0 = "Dont know/not applicable" 3054 1 = "A one-fam house, detached." 3055 2 = "A one-fam house, attached." 3056 3 = "A two-fam house, side by side." 3057 4 = "A two-fam house, two decker." 3058 5 = "An apt in a building for three families." 3059 6 = "An apt in a building for four families." 3060 7 = "An apt in a building for five or more fa" 3061 8 = "A dwelling unit in a business building." 3062 9 = "A room or rooms with another family." 3063 10 = "A room or rooms in a rooming house." 3064 11 = "Other." 3065 13 = "A one-fam house, detached and two-family" 3066 16 = "A one-fam house, detached and Other." 3067 19 = "A one-fam house, attached and one-family" 3068 20 = "A one-fam house detached, a room or room"; NOTE: Format V100FT has been output. 3069 VALUE V101FT (MAX=40) 3070 0 = "None specified" 3071 1 = "White" 3072 2 = "Negro"; NOTE: Format V101FT has been output. 3073 VALUE V102FT (MAX=40) 3074 0 = "No such family member" 3075 1 = "Daughter" 3076 3 = "Head" 56 The SAS System 10:01 Wednesday, November 23, 2005 3077 4 = "Son" 3078 5 = "Grandson" 3079 6 = "Sister of wife" 3080 7 = "Son (adopted)" 3081 8 = "Daughter (adopted)" 3082 9 = "Granddaughter" 3083 10 = "Son in law" 3084 11 = "Husband" 3085 12 = "Wife" 3086 13 = "Father (w)" 3087 14 = "Mother of wife" 3088 16 = "Daughter of wife" 3089 17 = "Sister" 3090 18 = "Son (w)" 3091 19 = "Brother-in-law" 3092 20 = "Nephew" 3093 21 = "Brother of husband" 3094 22 = "Cousin of husband" 3095 24 = "Mother" 3096 25 = "Sister (h)" 3097 26 = "Daughter (h)" 3098 27 = "Daughter-in-law (w-3)" 3099 28 = "Father" 3100 29 = "Friend" 3101 30 = "Granddaughter (d-3)" 3102 31 = "Grandson (s-3)" 3103 32 = "Niece (w)" 3104 33 = "Brother" 3105 34 = "Daughter-in-law" 3106 35 = "Aunt" 3107 37 = "Mother (h)" 3108 38 = "Cousin" 3109 39 = "Father (h)" 3110 40 = "Niece" 3111 41 = "Head Female" 3112 42 = "Brother of wife" 3113 43 = "Daughter of Husband" 3114 45 = "Son of husband" 3115 46 = "Niece (h)" 3116 47 = "Nephew (h)" 3117 48 = "Aunt (w)" 3118 49 = "Cousin (w)" 3119 52 = "Son-in-law (h-3)" 3120 54 = "nephew(w)" 3121 55 = "Mother-in-law" 3122 56 = "Grandson (3)" 3123 57 = "Stepson (h)" 3124 60 = "Stepson" 3125 62 = "Wife's Mother/Mother of Wife" 3126 64 = "Aunt (h)" 3127 65 = "Granddaughter (3)" 3128 70 = "Father (2)" 3129 71 = "Son (foster)" 3130 74 = "Son-in-law (h-4)" 3131 75 = "Grandson (s-4, 5)" 3132 76 = "Householder" 3133 77 = "Son of wife" 3134 78 = "Father-in-law" 57 The SAS System 10:01 Wednesday, November 23, 2005 3135 79 = "Partner householder" 3136 80 = "Roomer" 3137 82 = "Bachelor" 3138 84 = "Boy" 3139 86 = "Husband (5)" 3140 88 = "Daughter (5 & 6)" 3141 89 = "Grand daughter (L-4)" 3142 92 = "Widow" 3143 93 = "Widower" 3144 94 = "Sister-in-law" 3145 102 = "Brother in law (husband of #5)" 3146 107 = "Female friend" 3147 109 = "Son (4)" 3148 111 = "Son in law (h-4)" 3149 116 = "Great Grandmother (w)" 3150 118 = "Brother-in-law (h-4)" 3151 119 = "Great Granddaughter" 3152 120 = "Sister (II 1)" 3153 121 = "Sister (II 3)" 3154 122 = "Granddaughter-in-law" 3155 123 = "Grandson (h)" 3156 124 = "Husband (son-in-law)" 3157 125 = "Daughter (w-3)" 3158 126 = "Gr.daughter (d3-7)" 3159 127 = "Grandson (s-3-4)" 3160 128 = "Great grandmother" 3161 130 = "Daughter (d4)" 3162 132 = "Grand nephew (w)" 3163 133 = "Gr.daughter d4" 3164 134 = "Female" 3165 135 = "Nephew #-2" 3166 200 = "Boy (Ward)" 3167 201 = "Child" 3168 202 = "Foster daughter" 3169 203 = "Friend Of Husband & Wife" 3170 205 = "Granddaughter (H)" 3171 206 = "Nephew (H and W)" 3172 207 = "Orphan - No Relation" 3173 208 = "Step Daughter" 3174 209 = "Unrelated Woman" 3175 212 = "Daughter In Law (H)" 3176 213 = "Protege" 3177 214 = "Taken boy" 3178 215 = "Unrelated" 3179 216 = "Husbands Half Brother" 3180 217 = "Man" 3181 218 = "Stillborn Child" 3182 219 = "Friend Of Family" 3183 223 = "Foster Child" 3184 225 = "Grandmother (H)" 3185 229 = "Daughter of 4" 3186 230 = "Daughter-In-Law (W)" 3187 232 = "Girl Living In" 3188 233 = "Grandniece (W)" 3189 236 = "Mother-In-Law of Son on Line 3" 3190 240 = "Children" 3191 257 = "Godson - adopted" 3192 998 = "Not applicable" 58 The SAS System 10:01 Wednesday, November 23, 2005 3193 999 = "Illegible/Meaningless"; NOTE: Format V102FT has been output. 3194 VALUE V103FT (MAX=40) 3195 0 = "None Specified" 3196 99 = "No such family member"; NOTE: Format V103FT has been output. 3197 VALUE V104FT (MAX=40) 3198 0 = "Refused to give age, no rep, dont know/" 3199 99 = "No such family member"; NOTE: Format V104FT has been output. 3200 VALUE V107FT (MAX=40) 3201 0 = "None specified" 3202 1 = "Self-employed" 3203 2 = "Salaried worker/wage earner" 3204 3 = "Employed on work-relief project" 3205 9 = "No such family member"; NOTE: Format V107FT has been output. 3206 VALUE V108FT (MAX=40) 3207 99999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V108FT has been output. 3208 VALUE V109FT (MAX=40) 3209 0 = "Refused to give, no rep, dont know/not" 3210 1 = "Hour" 3211 2 = "Day" 3212 3 = "Week" 3213 4 = "Month" 3214 5 = "Year" 3215 9 = "No such family member"; NOTE: Format V109FT has been output. 3216 VALUE V110FT (MAX=40) 3217 9999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V110FT has been output. 3218 VALUE V111FT (MAX=40) 3219 99999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V111FT has been output. 3220 VALUE V112FT (MAX=40) 3221 0 = "No such family member" 3222 1 = "Daughter" 3223 3 = "Head" 3224 4 = "Son" 3225 5 = "Grandson" 3226 6 = "Sister of wife" 3227 7 = "Son (adopted)" 3228 8 = "Daughter (adopted)" 3229 9 = "Granddaughter" 3230 10 = "Son in law" 3231 11 = "Husband" 3232 12 = "Wife" 3233 13 = "Father (w)" 3234 14 = "Mother of wife" 3235 16 = "Daughter of wife" 3236 17 = "Sister" 3237 18 = "Son (w)" 3238 19 = "Brother-in-law" 3239 20 = "Nephew" 3240 21 = "Brother of husband" 3241 22 = "Cousin of husband" 3242 24 = "Mother" 59 The SAS System 10:01 Wednesday, November 23, 2005 3243 25 = "Sister (h)" 3244 26 = "Daughter (h)" 3245 27 = "Daughter-in-law (w-3)" 3246 28 = "Father" 3247 29 = "Friend" 3248 30 = "Granddaughter (d-3)" 3249 31 = "Grandson (s-3)" 3250 32 = "Niece (w)" 3251 33 = "Brother" 3252 34 = "Daughter-in-law" 3253 35 = "Aunt" 3254 37 = "Mother (h)" 3255 38 = "Cousin" 3256 39 = "Father (h)" 3257 40 = "Niece" 3258 41 = "Head Female" 3259 42 = "Brother of wife" 3260 43 = "Daughter of Husband" 3261 45 = "Son of husband" 3262 46 = "Niece (h)" 3263 47 = "Nephew (h)" 3264 48 = "Aunt (w)" 3265 49 = "Cousin (w)" 3266 52 = "Son-in-law (h-3)" 3267 54 = "nephew(w)" 3268 55 = "Mother-in-law" 3269 56 = "Grandson (3)" 3270 57 = "Stepson (h)" 3271 60 = "Stepson" 3272 62 = "Wife's Mother/Mother of Wife" 3273 64 = "Aunt (h)" 3274 65 = "Granddaughter (3)" 3275 70 = "Father (2)" 3276 71 = "Son (foster)" 3277 74 = "Son-in-law (h-4)" 3278 75 = "Grandson (s-4, 5)" 3279 76 = "Householder" 3280 77 = "Son of wife" 3281 78 = "Father-in-law" 3282 79 = "Partner householder" 3283 80 = "Roomer" 3284 82 = "Bachelor" 3285 84 = "Boy" 3286 86 = "Husband (5)" 3287 88 = "Daughter (5 & 6)" 3288 89 = "Grand daughter (L-4)" 3289 92 = "Widow" 3290 93 = "Widower" 3291 94 = "Sister-in-law" 3292 102 = "Brother in law (husband of #5)" 3293 107 = "Female friend" 3294 109 = "Son (4)" 3295 111 = "Son in law (h-4)" 3296 116 = "Great Grandmother (w)" 3297 118 = "Brother-in-law (h-4)" 3298 119 = "Great Granddaughter" 3299 120 = "Sister (II 1)" 3300 121 = "Sister (II 3)" 60 The SAS System 10:01 Wednesday, November 23, 2005 3301 122 = "Granddaughter-in-law" 3302 123 = "Grandson (h)" 3303 124 = "Husband (son-in-law)" 3304 125 = "Daughter (w-3)" 3305 126 = "Gr.daughter (d3-7)" 3306 127 = "Grandson (s-3-4)" 3307 128 = "Great grandmother" 3308 130 = "Daughter (d4)" 3309 132 = "Grand nephew (w)" 3310 133 = "Gr.daughter d4" 3311 134 = "Female" 3312 135 = "Nephew #-2" 3313 200 = "Boy (Ward)" 3314 201 = "Child" 3315 202 = "Foster daughter" 3316 203 = "Friend Of Husband & Wife" 3317 205 = "Granddaughter (H)" 3318 206 = "Nephew (H and W)" 3319 207 = "Orphan - No Relation" 3320 208 = "Step Daughter" 3321 209 = "Unrelated Woman" 3322 212 = "Daughter In Law (H)" 3323 213 = "Protege" 3324 214 = "Taken boy" 3325 215 = "Unrelated" 3326 216 = "Husbands Half Brother" 3327 217 = "Man" 3328 218 = "Stillborn Child" 3329 219 = "Friend Of Family" 3330 223 = "Foster Child" 3331 225 = "Grandmother (H)" 3332 229 = "Daughter of 4" 3333 230 = "Daughter-In-Law (W)" 3334 232 = "Girl Living In" 3335 233 = "Grandniece (W)" 3336 236 = "Mother-In-Law of Son on Line 3" 3337 240 = "Children" 3338 257 = "Godson - adopted" 3339 998 = "Not applicable" 3340 999 = "Illegible/Meaningless"; NOTE: Format V112FT has been output. 3341 VALUE V113FT (MAX=40) 3342 0 = "None specified" 3343 99 = "No such family member"; NOTE: Format V113FT has been output. 3344 VALUE V114FT (MAX=40) 3345 0 = "Refused to give age, no rep, dont know/" 3346 99 = "No such family member"; NOTE: Format V114FT has been output. 3347 VALUE V117FT (MAX=40) 3348 0 = "None specified" 3349 1 = "Self-employed" 3350 2 = "Salaried worker/wage earner" 3351 3 = "Employed on work-relief project" 3352 9 = "No such family member"; NOTE: Format V117FT has been output. 3353 VALUE V118FT (MAX=40) 3354 9999.99 = "Refused to give, no rep, DK/NA, no such"; 61 The SAS System 10:01 Wednesday, November 23, 2005 NOTE: Format V118FT has been output. 3355 VALUE V119FT (MAX=40) 3356 0 = "Refused to give, no rep, dont know/not" 3357 1 = "Hour" 3358 2 = "Day" 3359 3 = "Week" 3360 4 = "Month" 3361 5 = "Year" 3362 9 = "No such family member"; NOTE: Format V119FT has been output. 3363 VALUE V120FT (MAX=40) 3364 9999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V120FT has been output. 3365 VALUE V121FT (MAX=40) 3366 9999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V121FT has been output. 3367 VALUE V122FT (MAX=40) 3368 0 = "No such family member" 3369 1 = "Daughter" 3370 3 = "Head" 3371 4 = "Son" 3372 5 = "Grandson" 3373 6 = "Sister of wife" 3374 7 = "Son (adopted)" 3375 8 = "Daughter (adopted)" 3376 9 = "Granddaughter" 3377 10 = "Son in law" 3378 11 = "Husband" 3379 12 = "Wife" 3380 13 = "Father (w)" 3381 14 = "Mother of wife" 3382 16 = "Daughter of wife" 3383 17 = "Sister" 3384 18 = "Son (w)" 3385 19 = "Brother-in-law" 3386 20 = "Nephew" 3387 21 = "Brother of husband" 3388 22 = "Cousin of husband" 3389 24 = "Mother" 3390 25 = "Sister (h)" 3391 26 = "Daughter (h)" 3392 27 = "Daughter-in-law (w-3)" 3393 28 = "Father" 3394 29 = "Friend" 3395 30 = "Granddaughter (d-3)" 3396 31 = "Grandson (s-3)" 3397 32 = "Niece (w)" 3398 33 = "Brother" 3399 34 = "Daughter-in-law" 3400 35 = "Aunt" 3401 37 = "Mother (h)" 3402 38 = "Cousin" 3403 39 = "Father (h)" 3404 40 = "Niece" 3405 41 = "Head Female" 3406 42 = "Brother of wife" 3407 43 = "Daughter of Husband" 3408 45 = "Son of husband" 62 The SAS System 10:01 Wednesday, November 23, 2005 3409 46 = "Niece (h)" 3410 47 = "Nephew (h)" 3411 48 = "Aunt (w)" 3412 49 = "Cousin (w)" 3413 52 = "Son-in-law (h-3)" 3414 54 = "nephew(w)" 3415 55 = "Mother-in-law" 3416 56 = "Grandson (3)" 3417 57 = "Stepson (h)" 3418 60 = "Stepson" 3419 62 = "Wife's Mother/Mother of Wife" 3420 64 = "Aunt (h)" 3421 65 = "Granddaughter (3)" 3422 70 = "Father (2)" 3423 71 = "Son (foster)" 3424 74 = "Son-in-law (h-4)" 3425 75 = "Grandson (s-4, 5)" 3426 76 = "Householder" 3427 77 = "Son of wife" 3428 78 = "Father-in-law" 3429 79 = "Partner householder" 3430 80 = "Roomer" 3431 82 = "Bachelor" 3432 84 = "Boy" 3433 86 = "Husband (5)" 3434 88 = "Daughter (5 & 6)" 3435 89 = "Grand daughter (L-4)" 3436 92 = "Widow" 3437 93 = "Widower" 3438 94 = "Sister-in-law" 3439 102 = "Brother in law (husband of #5)" 3440 107 = "Female friend" 3441 109 = "Son (4)" 3442 111 = "Son in law (h-4)" 3443 116 = "Great Grandmother (w)" 3444 118 = "Brother-in-law (h-4)" 3445 119 = "Great Granddaughter" 3446 120 = "Sister (II 1)" 3447 121 = "Sister (II 3)" 3448 122 = "Granddaughter-in-law" 3449 123 = "Grandson (h)" 3450 124 = "Husband (son-in-law)" 3451 125 = "Daughter (w-3)" 3452 126 = "Gr.daughter (d3-7)" 3453 127 = "Grandson (s-3-4)" 3454 128 = "Great grandmother" 3455 130 = "Daughter (d4)" 3456 132 = "Grand nephew (w)" 3457 133 = "Gr.daughter d4" 3458 134 = "Female" 3459 135 = "Nephew #-2" 3460 200 = "Boy (Ward)" 3461 201 = "Child" 3462 202 = "Foster daughter" 3463 203 = "Friend Of Husband & Wife" 3464 205 = "Granddaughter (H)" 3465 206 = "Nephew (H and W)" 3466 207 = "Orphan - No Relation" 63 The SAS System 10:01 Wednesday, November 23, 2005 3467 208 = "Step Daughter" 3468 209 = "Unrelated Woman" 3469 212 = "Daughter In Law (H)" 3470 213 = "Protege" 3471 214 = "Taken boy" 3472 215 = "Unrelated" 3473 216 = "Husbands Half Brother" 3474 217 = "Man" 3475 218 = "Stillborn Child" 3476 219 = "Friend Of Family" 3477 223 = "Foster Child" 3478 225 = "Grandmother (H)" 3479 229 = "Daughter of 4" 3480 230 = "Daughter-In-Law (W)" 3481 232 = "Girl Living In" 3482 233 = "Grandniece (W)" 3483 236 = "Mother-In-Law of Son on Line 3" 3484 240 = "Children" 3485 257 = "Godson - adopted" 3486 998 = "Not applicable" 3487 999 = "Illegible/Meaningless"; NOTE: Format V122FT has been output. 3488 VALUE V123FT (MAX=40) 3489 0 = "None specified" 3490 9 = "No such family member"; NOTE: Format V123FT has been output. 3491 VALUE V124FT (MAX=40) 3492 0 = "Refused to give age, no rep, dont know/" 3493 99 = "No such family member"; NOTE: Format V124FT has been output. 3494 VALUE V127FT (MAX=40) 3495 0 = "None specified" 3496 1 = "Self-employed" 3497 2 = "Salaried worker/wage earner" 3498 3 = "Employed on work-relief project" 3499 9 = "No such family member"; NOTE: Format V127FT has been output. 3500 VALUE V128FT (MAX=40) 3501 9999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V128FT has been output. 3502 VALUE V129FT (MAX=40) 3503 0 = "Refused to give, no rep, dont know/not" 3504 1 = "Hour" 3505 2 = "Day" 3506 3 = "Week" 3507 4 = "Month" 3508 5 = "Year" 3509 9 = "No such family member"; NOTE: Format V129FT has been output. 3510 VALUE V130FT (MAX=40) 3511 999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V130FT has been output. 3512 VALUE V131FT (MAX=40) 3513 9999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V131FT has been output. 3514 VALUE V132FT (MAX=40) 3515 0 = "No such family member" 3516 1 = "Daughter" 64 The SAS System 10:01 Wednesday, November 23, 2005 3517 3 = "Head" 3518 4 = "Son" 3519 5 = "Grandson" 3520 6 = "Sister of wife" 3521 7 = "Son (adopted)" 3522 8 = "Daughter (adopted)" 3523 9 = "Granddaughter" 3524 10 = "Son in law" 3525 11 = "Husband" 3526 12 = "Wife" 3527 13 = "Father (w)" 3528 14 = "Mother of wife" 3529 16 = "Daughter of wife" 3530 17 = "Sister" 3531 18 = "Son (w)" 3532 19 = "Brother-in-law" 3533 20 = "Nephew" 3534 21 = "Brother of husband" 3535 22 = "Cousin of husband" 3536 24 = "Mother" 3537 25 = "Sister (h)" 3538 26 = "Daughter (h)" 3539 27 = "Daughter-in-law (w-3)" 3540 28 = "Father" 3541 29 = "Friend" 3542 30 = "Granddaughter (d-3)" 3543 31 = "Grandson (s-3)" 3544 32 = "Niece (w)" 3545 33 = "Brother" 3546 34 = "Daughter-in-law" 3547 35 = "Aunt" 3548 37 = "Mother (h)" 3549 38 = "Cousin" 3550 39 = "Father (h)" 3551 40 = "Niece" 3552 41 = "Head Female" 3553 42 = "Brother of wife" 3554 43 = "Daughter of Husband" 3555 45 = "Son of husband" 3556 46 = "Niece (h)" 3557 47 = "Nephew (h)" 3558 48 = "Aunt (w)" 3559 49 = "Cousin (w)" 3560 52 = "Son-in-law (h-3)" 3561 54 = "nephew(w)" 3562 55 = "Mother-in-law" 3563 56 = "Grandson (3)" 3564 57 = "Stepson (h)" 3565 60 = "Stepson" 3566 62 = "Wife's Mother/Mother of Wife" 3567 64 = "Aunt (h)" 3568 65 = "Granddaughter (3)" 3569 70 = "Father (2)" 3570 71 = "Son (foster)" 3571 74 = "Son-in-law (h-4)" 3572 75 = "Grandson (s-4, 5)" 3573 76 = "Householder" 3574 77 = "Son of wife" 65 The SAS System 10:01 Wednesday, November 23, 2005 3575 78 = "Father-in-law" 3576 79 = "Partner householder" 3577 80 = "Roomer" 3578 82 = "Bachelor" 3579 84 = "Boy" 3580 86 = "Husband (5)" 3581 88 = "Daughter (5 & 6)" 3582 89 = "Grand daughter (L-4)" 3583 92 = "Widow" 3584 93 = "Widower" 3585 94 = "Sister-in-law" 3586 102 = "Brother in law (husband of #5)" 3587 107 = "Female friend" 3588 109 = "Son (4)" 3589 111 = "Son in law (h-4)" 3590 116 = "Great Grandmother (w)" 3591 118 = "Brother-in-law (h-4)" 3592 119 = "Great Granddaughter" 3593 120 = "Sister (II 1)" 3594 121 = "Sister (II 3)" 3595 122 = "Granddaughter-in-law" 3596 123 = "Grandson (h)" 3597 124 = "Husband (son-in-law)" 3598 125 = "Daughter (w-3)" 3599 126 = "Gr.daughter (d3-7)" 3600 127 = "Grandson (s-3-4)" 3601 128 = "Great grandmother" 3602 130 = "Daughter (d4)" 3603 132 = "Grand nephew (w)" 3604 133 = "Gr.daughter d4" 3605 134 = "Female" 3606 135 = "Nephew #-2" 3607 200 = "Boy (Ward)" 3608 201 = "Child" 3609 202 = "Foster daughter" 3610 203 = "Friend Of Husband & Wife" 3611 205 = "Granddaughter (H)" 3612 206 = "Nephew (H and W)" 3613 207 = "Orphan - No Relation" 3614 208 = "Step Daughter" 3615 209 = "Unrelated Woman" 3616 212 = "Daughter In Law (H)" 3617 213 = "Protege" 3618 214 = "Taken boy" 3619 215 = "Unrelated" 3620 216 = "Husbands Half Brother" 3621 217 = "Man" 3622 218 = "Stillborn Child" 3623 219 = "Friend Of Family" 3624 223 = "Foster Child" 3625 225 = "Grandmother (H)" 3626 229 = "Daughter of 4" 3627 230 = "Daughter-In-Law (W)" 3628 232 = "Girl Living In" 3629 233 = "Grandniece (W)" 3630 236 = "Mother-In-Law of Son on Line 3" 3631 240 = "Children" 3632 257 = "Godson - adopted" 66 The SAS System 10:01 Wednesday, November 23, 2005 3633 998 = "Not applicable" 3634 999 = "Illegible/Meaningless"; NOTE: Format V132FT has been output. 3635 VALUE V133FT (MAX=40) 3636 0 = "None specified" 3637 99 = "No such family member"; NOTE: Format V133FT has been output. 3638 VALUE V134FT (MAX=40) 3639 0 = "Refused to give age, no rep, dont know/" 3640 99 = "No such family member"; NOTE: Format V134FT has been output. 3641 VALUE V137FT (MAX=40) 3642 0 = "None specified" 3643 1 = "Self-employed" 3644 2 = "Salaried worker/wage earner" 3645 3 = "Employed on work-relief project" 3646 9 = "No such family member"; NOTE: Format V137FT has been output. 3647 VALUE V138FT (MAX=40) 3648 999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V138FT has been output. 3649 VALUE V139FT (MAX=40) 3650 0 = "Refused to give, no reply, DK/NA" 3651 1 = "Hour" 3652 2 = "Day" 3653 3 = "Week" 3654 4 = "Month" 3655 5 = "Year" 3656 9 = "No such family member"; NOTE: Format V139FT has been output. 3657 VALUE V140FT (MAX=40) 3658 999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V140FT has been output. 3659 VALUE V141FT (MAX=40) 3660 9999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V141FT has been output. 3661 VALUE V142FT (MAX=40) 3662 0 = "No such family member" 3663 1 = "Daughter" 3664 3 = "Head" 3665 4 = "Son" 3666 5 = "Grandson" 3667 6 = "Sister of wife" 3668 7 = "Son (adopted)" 3669 8 = "Daughter (adopted)" 3670 9 = "Granddaughter" 3671 10 = "Son in law" 3672 11 = "Husband" 3673 12 = "Wife" 3674 13 = "Father (w)" 3675 14 = "Mother of wife" 3676 16 = "Daughter of wife" 3677 17 = "Sister" 3678 18 = "Son (w)" 3679 19 = "Brother-in-law" 3680 20 = "Nephew" 3681 21 = "Brother of husband" 3682 22 = "Cousin of husband" 67 The SAS System 10:01 Wednesday, November 23, 2005 3683 24 = "Mother" 3684 25 = "Sister (h)" 3685 26 = "Daughter (h)" 3686 27 = "Daughter-in-law (w-3)" 3687 28 = "Father" 3688 29 = "Friend" 3689 30 = "Granddaughter (d-3)" 3690 31 = "Grandson (s-3)" 3691 32 = "Niece (w)" 3692 33 = "Brother" 3693 34 = "Daughter-in-law" 3694 35 = "Aunt" 3695 37 = "Mother (h)" 3696 38 = "Cousin" 3697 39 = "Father (h)" 3698 40 = "Niece" 3699 41 = "Head Female" 3700 42 = "Brother of wife" 3701 43 = "Daughter of Husband" 3702 45 = "Son of husband" 3703 46 = "Niece (h)" 3704 47 = "Nephew (h)" 3705 48 = "Aunt (w)" 3706 49 = "Cousin (w)" 3707 52 = "Son-in-law (h-3)" 3708 54 = "nephew(w)" 3709 55 = "Mother-in-law" 3710 56 = "Grandson (3)" 3711 57 = "Stepson (h)" 3712 60 = "Stepson" 3713 62 = "Wife's Mother/Mother of Wife" 3714 64 = "Aunt (h)" 3715 65 = "Granddaughter (3)" 3716 70 = "Father (2)" 3717 71 = "Son (foster)" 3718 74 = "Son-in-law (h-4)" 3719 75 = "Grandson (s-4, 5)" 3720 76 = "Householder" 3721 77 = "Son of wife" 3722 78 = "Father-in-law" 3723 79 = "Partner householder" 3724 80 = "Roomer" 3725 82 = "Bachelor" 3726 84 = "Boy" 3727 86 = "Husband (5)" 3728 88 = "Daughter (5 & 6)" 3729 89 = "Grand daughter (L-4)" 3730 92 = "Widow" 3731 93 = "Widower" 3732 94 = "Sister-in-law" 3733 102 = "Brother in law (husband of #5)" 3734 107 = "Female friend" 3735 109 = "Son (4)" 3736 111 = "Son in law (h-4)" 3737 116 = "Great Grandmother (w)" 3738 118 = "Brother-in-law (h-4)" 3739 119 = "Great Granddaughter" 3740 120 = "Sister (II 1)" 68 The SAS System 10:01 Wednesday, November 23, 2005 3741 121 = "Sister (II 3)" 3742 122 = "Granddaughter-in-law" 3743 123 = "Grandson (h)" 3744 124 = "Husband (son-in-law)" 3745 125 = "Daughter (w-3)" 3746 126 = "Gr.daughter (d3-7)" 3747 127 = "Grandson (s-3-4)" 3748 128 = "Great grandmother" 3749 130 = "Daughter (d4)" 3750 132 = "Grand nephew (w)" 3751 133 = "Gr.daughter d4" 3752 134 = "Female" 3753 135 = "Nephew #-2" 3754 200 = "Boy (Ward)" 3755 201 = "Child" 3756 202 = "Foster daughter" 3757 203 = "Friend Of Husband & Wife" 3758 205 = "Granddaughter (H)" 3759 206 = "Nephew (H and W)" 3760 207 = "Orphan - No Relation" 3761 208 = "Step Daughter" 3762 209 = "Unrelated Woman" 3763 212 = "Daughter In Law (H)" 3764 213 = "Protege" 3765 214 = "Taken boy" 3766 215 = "Unrelated" 3767 216 = "Husbands Half Brother" 3768 217 = "Man" 3769 218 = "Stillborn Child" 3770 219 = "Friend Of Family" 3771 223 = "Foster Child" 3772 225 = "Grandmother (H)" 3773 229 = "Daughter of 4" 3774 230 = "Daughter-In-Law (W)" 3775 232 = "Girl Living In" 3776 233 = "Grandniece (W)" 3777 236 = "Mother-In-Law of Son on Line 3" 3778 240 = "Children" 3779 257 = "Godson - adopted" 3780 998 = "Not applicable" 3781 999 = "Illegible/Meaningless"; NOTE: Format V142FT has been output. 3782 VALUE V143FT (MAX=40) 3783 0 = "None specified" 3784 99 = "No such family member"; NOTE: Format V143FT has been output. 3785 VALUE V144FT (MAX=40) 3786 0 = "Refused to give age, no rep, dont know/" 3787 99 = "No such family member"; NOTE: Format V144FT has been output. 3788 VALUE V147FT (MAX=40) 3789 0 = "None specified" 3790 1 = "Self-employed" 3791 2 = "Salaried worker/wage earner" 3792 3 = "Employed on work-relief project" 3793 9 = "No such family member"; NOTE: Format V147FT has been output. 3794 VALUE V148FT (MAX=40) 69 The SAS System 10:01 Wednesday, November 23, 2005 3795 999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V148FT has been output. 3796 VALUE V149FT (MAX=40) 3797 0 = "Refused to give, no reply, dont know/no" 3798 1 = "Hour" 3799 2 = "Day" 3800 3 = "Week" 3801 4 = "Month" 3802 5 = "Year" 3803 9 = "No such family member"; NOTE: Format V149FT has been output. 3804 VALUE V150FT (MAX=40) 3805 999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V150FT has been output. 3806 VALUE V151FT (MAX=40) 3807 9999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V151FT has been output. 3808 VALUE V152FT (MAX=40) 3809 0 = "No such family member" 3810 1 = "Daughter" 3811 3 = "Head" 3812 4 = "Son" 3813 5 = "Grandson" 3814 6 = "Sister of wife" 3815 7 = "Son (adopted)" 3816 8 = "Daughter (adopted)" 3817 9 = "Granddaughter" 3818 10 = "Son in law" 3819 11 = "Husband" 3820 12 = "Wife" 3821 13 = "Father (w)" 3822 14 = "Mother of wife" 3823 16 = "Daughter of wife" 3824 17 = "Sister" 3825 18 = "Son (w)" 3826 19 = "Brother-in-law" 3827 20 = "Nephew" 3828 21 = "Brother of husband" 3829 22 = "Cousin of husband" 3830 24 = "Mother" 3831 25 = "Sister (h)" 3832 26 = "Daughter (h)" 3833 27 = "Daughter-in-law (w-3)" 3834 28 = "Father" 3835 29 = "Friend" 3836 30 = "Granddaughter (d-3)" 3837 31 = "Grandson (s-3)" 3838 32 = "Niece (w)" 3839 33 = "Brother" 3840 34 = "Daughter-in-law" 3841 35 = "Aunt" 3842 37 = "Mother (h)" 3843 38 = "Cousin" 3844 39 = "Father (h)" 3845 40 = "Niece" 3846 41 = "Head Female" 3847 42 = "Brother of wife" 3848 43 = "Daughter of Husband" 70 The SAS System 10:01 Wednesday, November 23, 2005 3849 45 = "Son of husband" 3850 46 = "Niece (h)" 3851 47 = "Nephew (h)" 3852 48 = "Aunt (w)" 3853 49 = "Cousin (w)" 3854 52 = "Son-in-law (h-3)" 3855 54 = "nephew(w)" 3856 55 = "Mother-in-law" 3857 56 = "Grandson (3)" 3858 57 = "Stepson (h)" 3859 60 = "Stepson" 3860 62 = "Wife's Mother/Mother of Wife" 3861 64 = "Aunt (h)" 3862 65 = "Granddaughter (3)" 3863 70 = "Father (2)" 3864 71 = "Son (foster)" 3865 74 = "Son-in-law (h-4)" 3866 75 = "Grandson (s-4, 5)" 3867 76 = "Householder" 3868 77 = "Son of wife" 3869 78 = "Father-in-law" 3870 79 = "Partner householder" 3871 80 = "Roomer" 3872 82 = "Bachelor" 3873 84 = "Boy" 3874 86 = "Husband (5)" 3875 88 = "Daughter (5 & 6)" 3876 89 = "Grand daughter (L-4)" 3877 92 = "Widow" 3878 93 = "Widower" 3879 94 = "Sister-in-law" 3880 102 = "Brother in law (husband of #5)" 3881 107 = "Female friend" 3882 109 = "Son (4)" 3883 111 = "Son in law (h-4)" 3884 116 = "Great Grandmother (w)" 3885 118 = "Brother-in-law (h-4)" 3886 119 = "Great Granddaughter" 3887 120 = "Sister (II 1)" 3888 121 = "Sister (II 3)" 3889 122 = "Granddaughter-in-law" 3890 123 = "Grandson (h)" 3891 124 = "Husband (son-in-law)" 3892 125 = "Daughter (w-3)" 3893 126 = "Gr.daughter (d3-7)" 3894 127 = "Grandson (s-3-4)" 3895 128 = "Great grandmother" 3896 130 = "Daughter (d4)" 3897 132 = "Grand nephew (w)" 3898 133 = "Gr.daughter d4" 3899 134 = "Female" 3900 135 = "Nephew #-2" 3901 200 = "Boy (Ward)" 3902 201 = "Child" 3903 202 = "Foster daughter" 3904 203 = "Friend Of Husband & Wife" 3905 205 = "Granddaughter (H)" 3906 206 = "Nephew (H and W)" 71 The SAS System 10:01 Wednesday, November 23, 2005 3907 207 = "Orphan - No Relation" 3908 208 = "Step Daughter" 3909 209 = "Unrelated Woman" 3910 212 = "Daughter In Law (H)" 3911 213 = "Protege" 3912 214 = "Taken boy" 3913 215 = "Unrelated" 3914 216 = "Husbands Half Brother" 3915 217 = "Man" 3916 218 = "Stillborn Child" 3917 219 = "Friend Of Family" 3918 223 = "Foster Child" 3919 225 = "Grandmother (H)" 3920 229 = "Daughter of 4" 3921 230 = "Daughter-In-Law (W)" 3922 232 = "Girl Living In" 3923 233 = "Grandniece (W)" 3924 236 = "Mother-In-Law of Son on Line 3" 3925 240 = "Children" 3926 257 = "Godson - adopted" 3927 998 = "Not applicable" 3928 999 = "Illegible/Meaningless"; NOTE: Format V152FT has been output. 3929 VALUE V153FT (MAX=40) 3930 0 = "None specified" 3931 99 = "No such family member"; NOTE: Format V153FT has been output. 3932 VALUE V154FT (MAX=40) 3933 0 = "Refused to give age, no rep, dont know/" 3934 99 = "No such family member"; NOTE: Format V154FT has been output. 3935 VALUE V157FT (MAX=40) 3936 0 = "None specified" 3937 1 = "Self-employed" 3938 2 = "Salaried worker/wage earner" 3939 3 = "Employed on work-relief project" 3940 9 = "No such family member"; NOTE: Format V157FT has been output. 3941 VALUE V158FT (MAX=40) 3942 999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V158FT has been output. 3943 VALUE V159FT (MAX=40) 3944 0 = "Refused to give, no rep, dont know/not" 3945 1 = "Hour" 3946 2 = "Day" 3947 3 = "Week" 3948 4 = "Month" 3949 5 = "Year" 3950 9 = "No such family member"; NOTE: Format V159FT has been output. 3951 VALUE V160FT (MAX=40) 3952 99.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V160FT has been output. 3953 VALUE V161FT (MAX=40) 3954 999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V161FT has been output. 3955 VALUE V162FT (MAX=40) 3956 0 = "No such family member" 72 The SAS System 10:01 Wednesday, November 23, 2005 3957 1 = "Daughter" 3958 3 = "Head" 3959 4 = "Son" 3960 5 = "Grandson" 3961 6 = "Sister of wife" 3962 7 = "Son (adopted)" 3963 8 = "Daughter (adopted)" 3964 9 = "Granddaughter" 3965 10 = "Son in law" 3966 11 = "Husband" 3967 12 = "Wife" 3968 13 = "Father (w)" 3969 14 = "Mother of wife" 3970 16 = "Daughter of wife" 3971 17 = "Sister" 3972 18 = "Son (w)" 3973 19 = "Brother-in-law" 3974 20 = "Nephew" 3975 21 = "Brother of husband" 3976 22 = "Cousin of husband" 3977 24 = "Mother" 3978 25 = "Sister (h)" 3979 26 = "Daughter (h)" 3980 27 = "Daughter-in-law (w-3)" 3981 28 = "Father" 3982 29 = "Friend" 3983 30 = "Granddaughter (d-3)" 3984 31 = "Grandson (s-3)" 3985 32 = "Niece (w)" 3986 33 = "Brother" 3987 34 = "Daughter-in-law" 3988 35 = "Aunt" 3989 37 = "Mother (h)" 3990 38 = "Cousin" 3991 39 = "Father (h)" 3992 40 = "Niece" 3993 41 = "Head Female" 3994 42 = "Brother of wife" 3995 43 = "Daughter of Husband" 3996 45 = "Son of husband" 3997 46 = "Niece (h)" 3998 47 = "Nephew (h)" 3999 48 = "Aunt (w)" 4000 49 = "Cousin (w)" 4001 52 = "Son-in-law (h-3)" 4002 54 = "nephew(w)" 4003 55 = "Mother-in-law" 4004 56 = "Grandson (3)" 4005 57 = "Stepson (h)" 4006 60 = "Stepson" 4007 62 = "Wife's Mother/Mother of Wife" 4008 64 = "Aunt (h)" 4009 65 = "Granddaughter (3)" 4010 70 = "Father (2)" 4011 71 = "Son (foster)" 4012 74 = "Son-in-law (h-4)" 4013 75 = "Grandson (s-4, 5)" 4014 76 = "Householder" 73 The SAS System 10:01 Wednesday, November 23, 2005 4015 77 = "Son of wife" 4016 78 = "Father-in-law" 4017 79 = "Partner householder" 4018 80 = "Roomer" 4019 82 = "Bachelor" 4020 84 = "Boy" 4021 86 = "Husband (5)" 4022 88 = "Daughter (5 & 6)" 4023 89 = "Grand daughter (L-4)" 4024 92 = "Widow" 4025 93 = "Widower" 4026 94 = "Sister-in-law" 4027 102 = "Brother in law (husband of #5)" 4028 107 = "Female friend" 4029 109 = "Son (4)" 4030 111 = "Son in law (h-4)" 4031 116 = "Great Grandmother (w)" 4032 118 = "Brother-in-law (h-4)" 4033 119 = "Great Granddaughter" 4034 120 = "Sister (II 1)" 4035 121 = "Sister (II 3)" 4036 122 = "Granddaughter-in-law" 4037 123 = "Grandson (h)" 4038 124 = "Husband (son-in-law)" 4039 125 = "Daughter (w-3)" 4040 126 = "Gr.daughter (d3-7)" 4041 127 = "Grandson (s-3-4)" 4042 128 = "Great grandmother" 4043 130 = "Daughter (d4)" 4044 132 = "Grand nephew (w)" 4045 133 = "Gr.daughter d4" 4046 134 = "Female" 4047 135 = "Nephew #-2" 4048 200 = "Boy (Ward)" 4049 201 = "Child" 4050 202 = "Foster daughter" 4051 203 = "Friend Of Husband & Wife" 4052 205 = "Granddaughter (H)" 4053 206 = "Nephew (H and W)" 4054 207 = "Orphan - No Relation" 4055 208 = "Step Daughter" 4056 209 = "Unrelated Woman" 4057 212 = "Daughter In Law (H)" 4058 213 = "Protege" 4059 214 = "Taken boy" 4060 215 = "Unrelated" 4061 216 = "Husbands Half Brother" 4062 217 = "Man" 4063 218 = "Stillborn Child" 4064 219 = "Friend Of Family" 4065 223 = "Foster Child" 4066 225 = "Grandmother (H)" 4067 229 = "Daughter of 4" 4068 230 = "Daughter-In-Law (W)" 4069 232 = "Girl Living In" 4070 233 = "Grandniece (W)" 4071 236 = "Mother-In-Law of Son on Line 3" 4072 240 = "Children" 74 The SAS System 10:01 Wednesday, November 23, 2005 4073 257 = "Godson - adopted" 4074 998 = "Not applicable" 4075 999 = "Illegible/Meaningless"; NOTE: Format V162FT has been output. 4076 VALUE V163FT (MAX=40) 4077 0 = "None specified" 4078 99 = "No such family member"; NOTE: Format V163FT has been output. 4079 VALUE V164FT (MAX=40) 4080 0 = "Refused to give age, no rep, dont know/" 4081 99 = "No such family member"; NOTE: Format V164FT has been output. 4082 VALUE V167FT (MAX=40) 4083 0 = "None specified" 4084 1 = "Self-employed" 4085 2 = "Salaried worker/wage earner" 4086 3 = "Employed on work-relief project" 4087 9 = "No such family member"; NOTE: Format V167FT has been output. 4088 VALUE V168FT (MAX=40) 4089 99.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V168FT has been output. 4090 VALUE V169FT (MAX=40) 4091 0 = "Refused to give, no reply, DK/NA" 4092 1 = "Hour" 4093 2 = "Day" 4094 3 = "Week" 4095 4 = "Month" 4096 5 = "Year" 4097 9 = "No such family member"; NOTE: Format V169FT has been output. 4098 VALUE V170FT (MAX=40) 4099 99.99 = "Refused to give, no reply, DK/NA, no suc"; NOTE: Format V170FT has been output. 4100 VALUE V171FT (MAX=40) 4101 999.99 = "Refused to give, no reply, DK/NA, no suc"; NOTE: Format V171FT has been output. 4102 VALUE V172FT (MAX=40) 4103 0 = "No such family member" 4104 1 = "Daughter" 4105 3 = "Head" 4106 4 = "Son" 4107 5 = "Grandson" 4108 6 = "Sister of wife" 4109 7 = "Son (adopted)" 4110 8 = "Daughter (adopted)" 4111 9 = "Granddaughter" 4112 10 = "Son in law" 4113 11 = "Husband" 4114 12 = "Wife" 4115 13 = "Father (w)" 4116 14 = "Mother of wife" 4117 16 = "Daughter of wife" 4118 17 = "Sister" 4119 18 = "Son (w)" 4120 19 = "Brother-in-law" 4121 20 = "Nephew" 4122 21 = "Brother of husband" 75 The SAS System 10:01 Wednesday, November 23, 2005 4123 22 = "Cousin of husband" 4124 24 = "Mother" 4125 25 = "Sister (h)" 4126 26 = "Daughter (h)" 4127 27 = "Daughter-in-law (w-3)" 4128 28 = "Father" 4129 29 = "Friend" 4130 30 = "Granddaughter (d-3)" 4131 31 = "Grandson (s-3)" 4132 32 = "Niece (w)" 4133 33 = "Brother" 4134 34 = "Daughter-in-law" 4135 35 = "Aunt" 4136 37 = "Mother (h)" 4137 38 = "Cousin" 4138 39 = "Father (h)" 4139 40 = "Niece" 4140 41 = "Head Female" 4141 42 = "Brother of wife" 4142 43 = "Daughter of Husband" 4143 45 = "Son of husband" 4144 46 = "Niece (h)" 4145 47 = "Nephew (h)" 4146 48 = "Aunt (w)" 4147 49 = "Cousin (w)" 4148 52 = "Son-in-law (h-3)" 4149 54 = "nephew(w)" 4150 55 = "Mother-in-law" 4151 56 = "Grandson (3)" 4152 57 = "Stepson (h)" 4153 60 = "Stepson" 4154 62 = "Wife's Mother/Mother of Wife" 4155 64 = "Aunt (h)" 4156 65 = "Granddaughter (3)" 4157 70 = "Father (2)" 4158 71 = "Son (foster)" 4159 74 = "Son-in-law (h-4)" 4160 75 = "Grandson (s-4, 5)" 4161 76 = "Householder" 4162 77 = "Son of wife" 4163 78 = "Father-in-law" 4164 79 = "Partner householder" 4165 80 = "Roomer" 4166 82 = "Bachelor" 4167 84 = "Boy" 4168 86 = "Husband (5)" 4169 88 = "Daughter (5 & 6)" 4170 89 = "Grand daughter (L-4)" 4171 92 = "Widow" 4172 93 = "Widower" 4173 94 = "Sister-in-law" 4174 102 = "Brother in law (husband of #5)" 4175 107 = "Female friend" 4176 109 = "Son (4)" 4177 111 = "Son in law (h-4)" 4178 116 = "Great Grandmother (w)" 4179 118 = "Brother-in-law (h-4)" 4180 119 = "Great Granddaughter" 76 The SAS System 10:01 Wednesday, November 23, 2005 4181 120 = "Sister (II 1)" 4182 121 = "Sister (II 3)" 4183 122 = "Granddaughter-in-law" 4184 123 = "Grandson (h)" 4185 124 = "Husband (son-in-law)" 4186 125 = "Daughter (w-3)" 4187 126 = "Gr.daughter (d3-7)" 4188 127 = "Grandson (s-3-4)" 4189 128 = "Great grandmother" 4190 130 = "Daughter (d4)" 4191 132 = "Grand nephew (w)" 4192 133 = "Gr.daughter d4" 4193 134 = "Female" 4194 135 = "Nephew #-2" 4195 200 = "Boy (Ward)" 4196 201 = "Child" 4197 202 = "Foster daughter" 4198 203 = "Friend Of Husband & Wife" 4199 205 = "Granddaughter (H)" 4200 206 = "Nephew (H and W)" 4201 207 = "Orphan - No Relation" 4202 208 = "Step Daughter" 4203 209 = "Unrelated Woman" 4204 212 = "Daughter In Law (H)" 4205 213 = "Protege" 4206 214 = "Taken boy" 4207 215 = "Unrelated" 4208 216 = "Husbands Half Brother" 4209 217 = "Man" 4210 218 = "Stillborn Child" 4211 219 = "Friend Of Family" 4212 223 = "Foster Child" 4213 225 = "Grandmother (H)" 4214 229 = "Daughter of 4" 4215 230 = "Daughter-In-Law (W)" 4216 232 = "Girl Living In" 4217 233 = "Grandniece (W)" 4218 236 = "Mother-In-Law of Son on Line 3" 4219 240 = "Children" 4220 257 = "Godson - adopted" 4221 998 = "Not applicable" 4222 999 = "Illegible/Meaningless"; NOTE: Format V172FT has been output. 4223 VALUE V173FT (MAX=40) 4224 0 = "None specified" 4225 99 = "No such family member"; NOTE: Format V173FT has been output. 4226 VALUE V174FT (MAX=40) 4227 0 = "Refused to give age, no rep, dont know/" 4228 99 = "No such family member"; NOTE: Format V174FT has been output. 4229 VALUE V177FT (MAX=40) 4230 0 = "None specified" 4231 1 = "Self-employed" 4232 2 = "Salaried worker/wage earner" 4233 3 = "Employed on work-relief project" 4234 9 = "No such family member"; NOTE: Format V177FT has been output. 77 The SAS System 10:01 Wednesday, November 23, 2005 4235 VALUE V178FT (MAX=40) 4236 99.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V178FT has been output. 4237 VALUE V179FT (MAX=40) 4238 0 = "Refused to give, no rep, dont know/not" 4239 1 = "Hour" 4240 2 = "Day" 4241 3 = "Week" 4242 4 = "Month" 4243 5 = "Year" 4244 9 = "No such family member"; NOTE: Format V179FT has been output. 4245 VALUE V180FT (MAX=40) 4246 99.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V180FT has been output. 4247 VALUE V181FT (MAX=40) 4248 999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V181FT has been output. 4249 VALUE V182FT (MAX=40) 4250 0 = "No such family member" 4251 1 = "Daughter" 4252 3 = "Head" 4253 4 = "Son" 4254 5 = "Grandson" 4255 6 = "Sister of wife" 4256 7 = "Son (adopted)" 4257 8 = "Daughter (adopted)" 4258 9 = "Granddaughter" 4259 10 = "Son in law" 4260 11 = "Husband" 4261 12 = "Wife" 4262 13 = "Father (w)" 4263 14 = "Mother of wife" 4264 16 = "Daughter of wife" 4265 17 = "Sister" 4266 18 = "Son (w)" 4267 19 = "Brother-in-law" 4268 20 = "Nephew" 4269 21 = "Brother of husband" 4270 22 = "Cousin of husband" 4271 24 = "Mother" 4272 25 = "Sister (h)" 4273 26 = "Daughter (h)" 4274 27 = "Daughter-in-law (w-3)" 4275 28 = "Father" 4276 29 = "Friend" 4277 30 = "Granddaughter (d-3)" 4278 31 = "Grandson (s-3)" 4279 32 = "Niece (w)" 4280 33 = "Brother" 4281 34 = "Daughter-in-law" 4282 35 = "Aunt" 4283 37 = "Mother (h)" 4284 38 = "Cousin" 4285 39 = "Father (h)" 4286 40 = "Niece" 4287 41 = "Head Female" 4288 42 = "Brother of wife" 78 The SAS System 10:01 Wednesday, November 23, 2005 4289 43 = "Daughter of Husband" 4290 45 = "Son of husband" 4291 46 = "Niece (h)" 4292 47 = "Nephew (h)" 4293 48 = "Aunt (w)" 4294 49 = "Cousin (w)" 4295 52 = "Son-in-law (h-3)" 4296 54 = "nephew(w)" 4297 55 = "Mother-in-law" 4298 56 = "Grandson (3)" 4299 57 = "Stepson (h)" 4300 60 = "Stepson" 4301 62 = "Wife's Mother/Mother of Wife" 4302 64 = "Aunt (h)" 4303 65 = "Granddaughter (3)" 4304 70 = "Father (2)" 4305 71 = "Son (foster)" 4306 74 = "Son-in-law (h-4)" 4307 75 = "Grandson (s-4, 5)" 4308 76 = "Householder" 4309 77 = "Son of wife" 4310 78 = "Father-in-law" 4311 79 = "Partner householder" 4312 80 = "Roomer" 4313 82 = "Bachelor" 4314 84 = "Boy" 4315 86 = "Husband (5)" 4316 88 = "Daughter (5 & 6)" 4317 89 = "Grand daughter (L-4)" 4318 92 = "Widow" 4319 93 = "Widower" 4320 94 = "Sister-in-law" 4321 102 = "Brother in law (husband of #5)" 4322 107 = "Female friend" 4323 109 = "Son (4)" 4324 111 = "Son in law (h-4)" 4325 116 = "Great Grandmother (w)" 4326 118 = "Brother-in-law (h-4)" 4327 119 = "Great Granddaughter" 4328 120 = "Sister (II 1)" 4329 121 = "Sister (II 3)" 4330 122 = "Granddaughter-in-law" 4331 123 = "Grandson (h)" 4332 124 = "Husband (son-in-law)" 4333 125 = "Daughter (w-3)" 4334 126 = "Gr.daughter (d3-7)" 4335 127 = "Grandson (s-3-4)" 4336 128 = "Great grandmother" 4337 130 = "Daughter (d4)" 4338 132 = "Grand nephew (w)" 4339 133 = "Gr.daughter d4" 4340 134 = "Female" 4341 135 = "Nephew #-2" 4342 200 = "Boy (Ward)" 4343 201 = "Child" 4344 202 = "Foster daughter" 4345 203 = "Friend Of Husband & Wife" 4346 205 = "Granddaughter (H)" 79 The SAS System 10:01 Wednesday, November 23, 2005 4347 206 = "Nephew (H and W)" 4348 207 = "Orphan - No Relation" 4349 208 = "Step Daughter" 4350 209 = "Unrelated Woman" 4351 212 = "Daughter In Law (H)" 4352 213 = "Protege" 4353 214 = "Taken boy" 4354 215 = "Unrelated" 4355 216 = "Husbands Half Brother" 4356 217 = "Man" 4357 218 = "Stillborn Child" 4358 219 = "Friend Of Family" 4359 223 = "Foster Child" 4360 225 = "Grandmother (H)" 4361 229 = "Daughter of 4" 4362 230 = "Daughter-In-Law (W)" 4363 232 = "Girl Living In" 4364 233 = "Grandniece (W)" 4365 236 = "Mother-In-Law of Son on Line 3" 4366 240 = "Children" 4367 257 = "Godson - adopted" 4368 998 = "Not applicable" 4369 999 = "Illegible/Meaningless"; NOTE: Format V182FT has been output. 4370 VALUE V183FT (MAX=40) 4371 0 = "None specified" 4372 99 = "No such family member"; NOTE: Format V183FT has been output. 4373 VALUE V184FT (MAX=40) 4374 0 = "Refused to give age, no rep, dont know/" 4375 99 = "No such family member"; NOTE: Format V184FT has been output. 4376 VALUE V187FT (MAX=40) 4377 0 = "None specified" 4378 1 = "Self-employed" 4379 2 = "Salaried worker/wage earner" 4380 3 = "Employed on work-relief project" 4381 9 = "No such family member"; NOTE: Format V187FT has been output. 4382 VALUE V188FT (MAX=40) 4383 99.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V188FT has been output. 4384 VALUE V189FT (MAX=40) 4385 0 = "Refused to give, no rep, dont know/not" 4386 1 = "Hour" 4387 2 = "Day" 4388 3 = "Week" 4389 4 = "Month" 4390 5 = "Year" 4391 9 = "No such family member"; NOTE: Format V189FT has been output. 4392 VALUE V190FT (MAX=40) 4393 99.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V190FT has been output. 4394 VALUE V191FT (MAX=40) 4395 999.99 = "Refused to give, no rep, DK/NA, no such"; NOTE: Format V191FT has been output. 4396 VALUE V192FT (MAX=40) 80 The SAS System 10:01 Wednesday, November 23, 2005 4397 99999.99 = "Refused to give, no rep, dont know/not"; NOTE: Format V192FT has been output. 4398 VALUE V193FT (MAX=40) 4399 99999.99 = "Refused to give, no rep, dont know/not"; NOTE: Format V193FT has been output. 4400 VALUE V206FT (MAX=40) 4401 99999.99 = "Missing data"; NOTE: Format V206FT has been output. 4402 VALUE V207FT (MAX=40) 4403 0 = "No" 4404 1 = "Yes"; NOTE: Format V207FT has been output. 4405 VALUE V208FT (MAX=40) 4406 0 = "No" 4407 1 = "Yes" 4408 9 = "Illegible/Meaningless"; NOTE: Format V208FT has been output. 4409 VALUE V209FT (MAX=40) 4410 0 = "No" 4411 1 = "Yes"; NOTE: Format V209FT has been output. 4412 VALUE V210FT (MAX=40) 4413 0 = "No" 4414 1 = "Yes"; NOTE: Format V210FT has been output. 4415 VALUE V212FT (MAX=40) 4416 0 = "No" 4417 1 = "Yes"; NOTE: Format V212FT has been output. 4418 VALUE V214FT (MAX=40) 4419 0 = "No" 4420 1 = "Yes"; NOTE: Format V214FT has been output. 4421 VALUE V216FT (MAX=40) 4422 0 = "No" 4423 1 = "Yes"; NOTE: Format V216FT has been output. 4424 VALUE V218FT (MAX=40) 4425 0 = "No" 4426 1 = "Yes"; NOTE: Format V218FT has been output. 4427 VALUE V220FT (MAX=40) 4428 0 = "No" 4429 1 = "Yes"; NOTE: Format V220FT has been output. 4430 VALUE V222FT (MAX=40) 4431 0 = "No" 4432 1 = "Yes"; NOTE: Format V222FT has been output. 4433 VALUE V224FT (MAX=40) 4434 0 = "No" 4435 1 = "Yes"; NOTE: Format V224FT has been output. 4436 VALUE V226FT (MAX=40) 4437 0 = "No" 4438 1 = "Yes"; NOTE: Format V226FT has been output. 4439 VALUE V228FT (MAX=40) 81 The SAS System 10:01 Wednesday, November 23, 2005 4440 0 = "No" 4441 1 = "Yes"; NOTE: Format V228FT has been output. 4442 VALUE V230FT (MAX=40) 4443 0 = "No" 4444 1 = "Yes"; NOTE: Format V230FT has been output. 4445 VALUE V252FT (MAX=40) 4446 0 = "No" 4447 1 = "Yes"; NOTE: Format V252FT has been output. 4448 VALUE V256FT (MAX=40) 4449 0 = "None" 4450 1 = "1 week" 4451 2 = "2 weeks" 4452 3 = "3 weeks" 4453 4 = "4 weeks" 4454 5 = "5 weeks" 4455 6 = "6 weeks" 4456 7 = "7 weeks" 4457 8 = "8 weeks" 4458 9 = "9 weeks" 4459 10 = "10 weeks" 4460 11 = "11 weeks" 4461 12 = "12 weeks" 4462 13 = "13 weeks" 4463 14 = "14 weeks" 4464 15 = "15 weeks" 4465 16 = "16 weeks" 4466 17 = "17 weeks" 4467 18 = "18 weeks" 4468 19 = "19 weeks" 4469 20 = "20 weeks" 4470 21 = "21 weeks" 4471 22 = "22 weeks" 4472 23 = "23 weeks" 4473 24 = "24 weeks" 4474 25 = "25 weeks" 4475 26 = "26 weeks" 4476 27 = "27 weeks" 4477 28 = "28 weeks" 4478 29 = "29 weeks" 4479 30 = "30 weeks" 4480 31 = "31 weeks" 4481 32 = "32 weeks" 4482 33 = "33 weeks" 4483 34 = "34 weeks" 4484 35 = "35 weeks" 4485 36 = "36 weeks" 4486 37 = "37 weeks" 4487 38 = "38 weeks" 4488 39 = "39 weeks" 4489 40 = "40 weeks" 4490 41 = "41 weeks" 4491 42 = "42 weeks" 4492 43 = "43 weeks" 4493 44 = "44 weeks" 4494 45 = "45 weeks" 82 The SAS System 10:01 Wednesday, November 23, 2005 4495 46 = "46 weeks" 4496 47 = "47 weeks" 4497 48 = "48 weeks" 4498 49 = "49 weeks" 4499 50 = "50 weeks" 4500 51 = "51 weeks" 4501 52 = "52 weeks"; NOTE: Format V256FT has been output. 4502 VALUE V259FT (MAX=40) 4503 0 = "None" 4504 1 = "1 week" 4505 2 = "2 weeks" 4506 3 = "3 weeks" 4507 4 = "4 weeks" 4508 5 = "5 weeks" 4509 6 = "6 weeks" 4510 7 = "7 weeks" 4511 8 = "8 weeks" 4512 9 = "9 weeks" 4513 10 = "10 weeks" 4514 11 = "11 weeks" 4515 12 = "12 weeks" 4516 13 = "13 weeks" 4517 14 = "14 weeks" 4518 15 = "15 weeks" 4519 16 = "16 weeks" 4520 17 = "17 weeks" 4521 18 = "18 weeks" 4522 19 = "19 weeks" 4523 20 = "20 weeks" 4524 21 = "21 weeks" 4525 22 = "22 weeks" 4526 23 = "23 weeks" 4527 24 = "24 weeks" 4528 25 = "25 weeks" 4529 26 = "26 weeks" 4530 27 = "27 weeks" 4531 28 = "28 weeks" 4532 29 = "29 weeks" 4533 30 = "30 weeks" 4534 31 = "31 weeks" 4535 32 = "32 weeks" 4536 33 = "33 weeks" 4537 34 = "34 weeks" 4538 35 = "35 weeks" 4539 36 = "36 weeks" 4540 37 = "37 weeks" 4541 38 = "38 weeks" 4542 39 = "39 weeks" 4543 40 = "40 weeks" 4544 41 = "41 weeks" 4545 42 = "42 weeks" 4546 43 = "43 weeks" 4547 44 = "44 weeks" 4548 45 = "45 weeks" 4549 46 = "46 weeks" 4550 47 = "47 weeks" 4551 48 = "48 weeks" 83 The SAS System 10:01 Wednesday, November 23, 2005 4552 49 = "49 weeks" 4553 50 = "50 weeks" 4554 51 = "51 weeks" 4555 52 = "52 weeks" 4556 99 = "Illegible/ Meaningless"; NOTE: Format V259FT has been output. 4557 VALUE V262FT (MAX=40) 4558 0 = "None" 4559 1 = "1 week" 4560 2 = "2 weeks" 4561 3 = "3 weeks" 4562 4 = "4 weeks" 4563 5 = "5 weeks" 4564 6 = "6 weeks" 4565 7 = "7 weeks" 4566 8 = "8 weeks" 4567 9 = "9 weeks" 4568 10 = "10 weeks" 4569 11 = "11 weeks" 4570 12 = "12 weeks" 4571 13 = "13 weeks" 4572 14 = "14 weeks" 4573 15 = "15 weeks" 4574 16 = "16 weeks" 4575 17 = "17 weeks" 4576 18 = "18 weeks" 4577 19 = "19 weeks" 4578 20 = "20 weeks" 4579 21 = "21 weeks" 4580 22 = "22 weeks" 4581 23 = "23 weeks" 4582 24 = "24 weeks" 4583 25 = "25 weeks" 4584 26 = "26 weeks" 4585 27 = "27 weeks" 4586 28 = "28 weeks" 4587 29 = "29 weeks" 4588 30 = "30 weeks" 4589 31 = "31 weeks" 4590 32 = "32 weeks" 4591 33 = "33 weeks" 4592 34 = "34 weeks" 4593 35 = "35 weeks" 4594 36 = "36 weeks" 4595 37 = "37 weeks" 4596 38 = "38 weeks" 4597 39 = "39 weeks" 4598 40 = "40 weeks" 4599 41 = "41 weeks" 4600 42 = "42 weeks" 4601 43 = "43 weeks" 4602 44 = "44 weeks" 4603 45 = "45 weeks" 4604 46 = "46 weeks" 4605 47 = "47 weeks" 4606 48 = "48 weeks" 4607 49 = "49 weeks" 4608 50 = "50 weeks" 84 The SAS System 10:01 Wednesday, November 23, 2005 4609 51 = "51 weeks" 4610 52 = "52 weeks"; NOTE: Format V262FT has been output. 4611 VALUE V265FT (MAX=40) 4612 0 = "None" 4613 1 = "1 week" 4614 2 = "2 weeks" 4615 3 = "3 weeks" 4616 4 = "4 weeks" 4617 5 = "5 weeks" 4618 6 = "6 weeks" 4619 7 = "7 weeks" 4620 8 = "8 weeks" 4621 9 = "9 weeks" 4622 10 = "10 weeks" 4623 11 = "11 weeks" 4624 12 = "12 weeks" 4625 13 = "13 weeks" 4626 14 = "14 weeks" 4627 15 = "15 weeks" 4628 16 = "16 weeks" 4629 17 = "17 weeks" 4630 18 = "18 weeks" 4631 19 = "19 weeks" 4632 20 = "20 weeks" 4633 21 = "21 weeks" 4634 22 = "22 weeks" 4635 23 = "23 weeks" 4636 24 = "24 weeks" 4637 25 = "25 weeks" 4638 26 = "26 weeks" 4639 27 = "27 weeks" 4640 28 = "28 weeks" 4641 29 = "29 weeks" 4642 30 = "30 weeks" 4643 31 = "31 weeks" 4644 32 = "32 weeks" 4645 33 = "33 weeks" 4646 34 = "34 weeks" 4647 35 = "35 weeks" 4648 36 = "36 weeks" 4649 37 = "37 weeks" 4650 38 = "38 weeks" 4651 39 = "39 weeks" 4652 40 = "40 weeks" 4653 41 = "41 weeks" 4654 42 = "42 weeks" 4655 43 = "43 weeks" 4656 44 = "44 weeks" 4657 45 = "45 weeks" 4658 46 = "46 weeks" 4659 47 = "47 weeks" 4660 48 = "48 weeks" 4661 49 = "49 weeks" 4662 50 = "50 weeks" 4663 51 = "51 weeks" 4664 52 = "52 weeks"; NOTE: Format V265FT has been output. 85 The SAS System 10:01 Wednesday, November 23, 2005 4665 VALUE V297FT (MAX=40) 4666 622 = "June 22" 4667 9999 = "Illegibl/ Meaningless"; NOTE: Format V297FT has been output. 4668 VALUE V298FT (MAX=40) 4669 101 = "January 1" 4670 9999 = "Missing Data"; NOTE: Format V298FT has been output. 4671 VALUE V299FT (MAX=40) 4672 1231 = "December 31" 4673 9999 = "Illegible/Meaningless"; NOTE: Format V299FT has been output. 4674 VALUE V300FT (MAX=40) 4675 0 = "Dont know/not applicable" 4676 5 = "1935" 4677 6 = "1936" 4678 7 = "1937" 4679 8 = "1938"; NOTE: Format V300FT has been output. 4680 VALUE V301FT (MAX=40) 4681 .00 = "None" 4682 1.00 = "1 month" 4683 2.00 = "2 months" 4684 3.00 = "3 months" 4685 4.00 = "4 months" 4686 5.00 = "5 months" 4687 6.00 = "6 months" 4688 7.00 = "7 months" 4689 8.00 = "8 months" 4690 9.00 = "9 months" 4691 10.00 = "10 months" 4692 11.00 = "11 months" 4693 12.00 = "12 months"; NOTE: Format V301FT has been output. 4694 VALUE V302FT (MAX=40) 4695 1 = "A - Single family detached" 4696 2 = "B - One family attached" 4697 3 = "C - 2 Family - side by side" 4698 4 = "D - 2 family house, 2 decks (d)" 4699 5 = "E - Multiple dwelling" 4700 6 = "F - 4 fam. apt. build." 4701 7 = "G - 5 fam. apt. build." 4702 8 = "H - Residence in building" 4703 10 = "J" 4704 11 = "K - Dwelling unit in church" 4705 50 = "1 family house" 4706 51 = "2 family house" 4707 53 = "3 family house" 4708 54 = "4 family house" 4709 55 = "5 family house" 4710 56 = "6 family house" 4711 57 = "7 family house" 4712 58 = "8 family house" 4713 59 = "9 family house" 4714 60 = "Apartment Building" 4715 62 = "l a h r" 4716 63 = "lah nr" 4717 65 = "m. f. d." 86 The SAS System 10:01 Wednesday, November 23, 2005 4718 66 = "Multiple" 4719 67 = "Multiple family dwelling" 4720 68 = "N" 4721 69 = "One family house" 4722 70 = "Room" 4723 71 = "Westmore apartment building" 4724 72 = "X" 4725 73 = "y" 4726 75 = "Basement of apartment house" 4727 76 = "Detached 2 family house" 4728 77 = "Multiple family apartments" 4729 78 = "One family floorlong" 4730 79 = "Two story farm dwelling" 4731 80 = "Hotel-apartment" 4732 81 = "Multiple family dwelling, 3 families" 4733 82 = "One family side by side" 4734 83 = "Rooms" 4735 84 = "Three family house" 4736 99 = "Illegible/Meaningless"; NOTE: Format V302FT has been output. 4737 VALUE V303FT (MAX=40) 4738 1 = "One" 4739 2 = "Two" 4740 3 = "Three" 4741 4 = "Four" 4742 5 = "Five" 4743 6 = "Six" 4744 7 = "Seven" 4745 8 = "Eight" 4746 9 = "Nine" 4747 10 = "Ten" 4748 97 = "Refused" 4749 98 = "Dont know" 4750 99 = "Missing data"; NOTE: Format V303FT has been output. 4751 VALUE V305FT (MAX=40) 4752 0 = "No" 4753 1 = "Yes"; NOTE: Format V305FT has been output. 4754 VALUE V306FT (MAX=40) 4755 0 = "No" 4756 1 = "Yes"; NOTE: Format V306FT has been output. 4757 VALUE V307FT (MAX=40) 4758 0 = "No" 4759 1 = "Yes"; NOTE: Format V307FT has been output. 4760 VALUE V308FT (MAX=40) 4761 0 = "No" 4762 1 = "Yes"; NOTE: Format V308FT has been output. 4763 VALUE V309FT (MAX=40) 4764 0 = "No" 4765 1 = "Yes"; NOTE: Format V309FT has been output. 4766 VALUE V310FT (MAX=40) 4767 0 = "No" 4768 1 = "Yes"; 87 The SAS System 10:01 Wednesday, November 23, 2005 NOTE: Format V310FT has been output. 4769 VALUE V311FT (MAX=40) 4770 0 = "No" 4771 1 = "Yes"; NOTE: Format V311FT has been output. 4772 VALUE V312FT (MAX=40) 4773 0 = "Missing Data" 4774 1 = "Family reported having this facility" 4775 2 = "Family did not report having this facili"; NOTE: Format V312FT has been output. 4776 VALUE V313FT (MAX=40) 4777 0 = "Missing Data" 4778 1 = "Family reported having this facility" 4779 2 = "Family did not report having this facili"; NOTE: Format V313FT has been output. 4780 VALUE V314FT (MAX=40) 4781 0 = "Missing Data" 4782 1 = "Family reported having this facility" 4783 2 = "Family did not report having this facili"; NOTE: Format V314FT has been output. 4784 VALUE V315FT (MAX=40) 4785 0 = "Missing Data" 4786 1 = "Family reported having this facility" 4787 2 = "Family did not report having this facili"; NOTE: Format V315FT has been output. 4788 VALUE V316FT (MAX=40) 4789 0 = "Missing Data" 4790 1 = "Family reported having this facility" 4791 2 = "Family did not report having this facili"; NOTE: Format V316FT has been output. 4792 VALUE V317FT (MAX=40) 4793 0 = "Missing Data" 4794 1 = "Family reported having this facility" 4795 2 = "Family did not report having this facili"; NOTE: Format V317FT has been output. 4796 VALUE V318FT (MAX=40) 4797 0 = "Missing Data" 4798 1 = "Family reported having this facility" 4799 2 = "Family did not report having this facili"; NOTE: Format V318FT has been output. 4800 VALUE V319FT (MAX=40) 4801 0 = "Missing Data" 4802 1 = "Family reported having this facility" 4803 2 = "Family did not report having this facili"; NOTE: Format V319FT has been output. 4804 VALUE V320FT (MAX=40) 4805 0 = "No" 4806 1 = "Yes"; NOTE: Format V320FT has been output. 4807 VALUE V321FT (MAX=40) 4808 0 = "No" 4809 1 = "Yes"; NOTE: Format V321FT has been output. 4810 VALUE V322FT (MAX=40) 4811 0 = "No" 4812 1 = "Yes"; NOTE: Format V322FT has been output. 4813 VALUE V323FT (MAX=40) 88 The SAS System 10:01 Wednesday, November 23, 2005 4814 0 = "No" 4815 1 = "Yes"; NOTE: Format V323FT has been output. 4816 VALUE V324FT (MAX=40) 4817 0 = "No" 4818 1 = "Yes"; NOTE: Format V324FT has been output. 4819 VALUE V325FT (MAX=40) 4820 0 = "No" 4821 1 = "Yes"; NOTE: Format V325FT has been output. 4822 VALUE V326FT (MAX=40) 4823 0 = "No" 4824 1 = "Yes"; NOTE: Format V326FT has been output. 4825 VALUE V327FT (MAX=40) 4826 0 = "No" 4827 1 = "Yes"; NOTE: Format V327FT has been output. 4828 VALUE V328FT (MAX=40) 4829 0 = "No" 4830 1 = "Yes"; NOTE: Format V328FT has been output. 4831 VALUE V329FT (MAX=40) 4832 0 = "No" 4833 1 = "Yes"; NOTE: Format V329FT has been output. 4834 VALUE V332FT (MAX=40) 4835 0 = "Missing Data" 4836 1 = "Family reported having this facility" 4837 2 = "Family did not report having this facili"; NOTE: Format V332FT has been output. 4838 VALUE V333FT (MAX=40) 4839 0 = "Missing Data" 4840 1 = "Family reported using this method"; NOTE: Format V333FT has been output. 4841 VALUE V334FT (MAX=40) 4842 0 = "No" 4843 1 = "Yes"; NOTE: Format V334FT has been output. 4844 VALUE V335FT (MAX=40) 4845 0 = "No" 4846 1 = "Yes"; NOTE: Format V335FT has been output. 4847 VALUE V336FT (MAX=40) 4848 0 = "No" 4849 1 = "Yes"; NOTE: Format V336FT has been output. 4850 VALUE V338FT (MAX=40) 4851 0 = "No" 4852 1 = "Yes"; NOTE: Format V338FT has been output. 4853 VALUE V339FT (MAX=40) 4854 0 = "No" 4855 1 = "Yes"; NOTE: Format V339FT has been output. 4856 VALUE V340FT (MAX=40) 4857 0 = "No" 89 The SAS System 10:01 Wednesday, November 23, 2005 4858 1 = "Yes"; NOTE: Format V340FT has been output. 4859 VALUE V341FT (MAX=40) 4860 0 = "No" 4861 1 = "Yes"; NOTE: Format V341FT has been output. 4862 VALUE V342FT (MAX=40) 4863 0 = "Missing Data" 4864 1 = "Family reported using this method"; NOTE: Format V342FT has been output. 4865 VALUE V343FT (MAX=40) 4866 0 = "No" 4867 1 = "Yes"; NOTE: Format V343FT has been output. 4868 VALUE V344FT (MAX=40) 4869 0 = "No" 4870 1 = "Yes"; NOTE: Format V344FT has been output. 4871 VALUE V345FT (MAX=40) 4872 0 = "No" 4873 1 = "Yes"; NOTE: Format V345FT has been output. 4874 VALUE V346FT (MAX=40) 4875 0 = "No" 4876 1 = "Yes"; NOTE: Format V346FT has been output. 4877 VALUE V347FT (MAX=40) 4878 0 = "No" 4879 1 = "Yes"; NOTE: Format V347FT has been output. 4880 VALUE V348FT (MAX=40) 4881 0 = "No" 4882 1 = "Yes"; NOTE: Format V348FT has been output. 4883 VALUE V349FT (MAX=40) 4884 0 = "No" 4885 1 = "Yes"; NOTE: Format V349FT has been output. 4886 VALUE V350FT (MAX=40) 4887 0 = "Missing Data" 4888 1 = "Family reported using this fuel."; NOTE: Format V350FT has been output. 4889 VALUE V351FT (MAX=40) 4890 0 = "Missing Data" 4891 1 = "Family reported using this fuel."; NOTE: Format V351FT has been output. 4892 VALUE V352FT (MAX=40) 4893 0 = "No" 4894 1 = "Yes"; NOTE: Format V352FT has been output. 4895 VALUE V353FT (MAX=40) 4896 .00 = "Zero months" 4897 1.00 = "One month" 4898 2.00 = "Two months" 4899 3.00 = "Three months" 4900 4.00 = "Four months" 4901 5.00 = "Five months" 4902 6.00 = "Six months" 90 The SAS System 10:01 Wednesday, November 23, 2005 4903 7.00 = "Seven months" 4904 8.00 = "Eight months" 4905 9.00 = "Nine months" 4906 10.00 = "Ten months" 4907 11.00 = "Eleven months" 4908 12.00 = "Twelve months"; NOTE: Format V353FT has been output. 4909 VALUE V354FT (MAX=40) 4910 .00 = "Zero months" 4911 1.00 = "One month" 4912 2.00 = "Two months" 4913 3.00 = "Three months" 4914 4.00 = "Four months" 4915 5.00 = "Five months" 4916 6.00 = "Six months" 4917 7.00 = "Seven months" 4918 8.00 = "Eight months" 4919 9.00 = "Nine months" 4920 10.00 = "Ten months" 4921 11.00 = "Eleven months" 4922 12.00 = "Twelve months"; NOTE: Format V354FT has been output. 4923 VALUE V365FT (MAX=40) 4924 .00 = "Zero months" 4925 1.00 = "One month" 4926 2.00 = "Two months" 4927 3.00 = "Three months" 4928 4.00 = "Four months" 4929 5.00 = "Five months" 4930 6.00 = "Six months" 4931 7.00 = "Seven months" 4932 8.00 = "Eight months" 4933 9.00 = "Nine months" 4934 10.00 = "Ten months" 4935 11.00 = "Eleven months" 4936 12.00 = "Twelve months"; NOTE: Format V365FT has been output. 4937 VALUE V366FT (MAX=40) 4938 .00 = "Zero months" 4939 1.00 = "One month" 4940 2.00 = "Two months" 4941 3.00 = "Three months" 4942 4.00 = "Four months" 4943 5.00 = "Five months" 4944 6.00 = "Six months" 4945 7.00 = "Seven months" 4946 8.00 = "Eight months" 4947 9.00 = "Nine months" 4948 10.00 = "Ten months" 4949 11.00 = "Eleven months" 4950 12.00 = "Twelve months"; NOTE: Format V366FT has been output. 4951 VALUE V367FT (MAX=40) 4952 .00 = "Zero months" 4953 1.00 = "One month" 4954 2.00 = "Two months" 4955 3.00 = "Three months" 4956 4.00 = "Four months" 91 The SAS System 10:01 Wednesday, November 23, 2005 4957 5.00 = "Five months" 4958 6.00 = "Six months" 4959 7.00 = "Seven months" 4960 8.00 = "Eight months" 4961 9.00 = "Nine months" 4962 10.00 = "Ten months" 4963 11.00 = "Eleven months" 4964 12.00 = "Twelve months"; NOTE: Format V367FT has been output. 4965 VALUE V368FT (MAX=40) 4966 .00 = "Zero months" 4967 1.00 = "One month" 4968 2.00 = "Two months" 4969 3.00 = "Three months" 4970 4.00 = "Four months" 4971 5.00 = "Five months" 4972 6.00 = "Six months" 4973 7.00 = "Seven months" 4974 8.00 = "Eight months" 4975 9.00 = "Nine months" 4976 10.00 = "Ten months" 4977 11.00 = "Eleven months" 4978 12.00 = "Twelve months"; NOTE: Format V368FT has been output. 4979 VALUE V404FT (MAX=40) 4980 0 = "No" 4981 1 = "Yes"; NOTE: Format V404FT has been output. 4982 VALUE V405FT (MAX=40) 4983 0 = "No" 4984 1 = "Yes"; NOTE: Format V405FT has been output. 4985 VALUE V406FT (MAX=40) 4986 0 = "No" 4987 1 = "Yes"; NOTE: Format V406FT has been output. 4988 VALUE V407FT (MAX=40) 4989 0 = "No" 4990 1 = "Yes"; NOTE: Format V407FT has been output. 4991 VALUE V408FT (MAX=40) 4992 0 = "No" 4993 1 = "Yes"; NOTE: Format V408FT has been output. 4994 VALUE V409FT (MAX=40) 4995 0 = "No" 4996 1 = "Yes"; NOTE: Format V409FT has been output. 4997 VALUE V410FT (MAX=40) 4998 0 = "No" 4999 1 = "Yes"; NOTE: Format V410FT has been output. 5000 VALUE V411FT (MAX=40) 5001 0 = "No" 5002 1 = "Yes"; NOTE: Format V411FT has been output. 5003 VALUE V412FT (MAX=40) 5004 0 = "No Reply" 92 The SAS System 10:01 Wednesday, November 23, 2005 5005 1 = "January" 5006 2 = "February" 5007 3 = "March" 5008 4 = "April" 5009 5 = "May" 5010 6 = "June" 5011 7 = "July" 5012 8 = "August" 5013 9 = "September" 5014 10 = "October" 5015 11 = "November" 5016 12 = "December" 5017 13 = "December, January, February" 5018 14 = "March, April, May" 5019 15 = "June, July, August" 5020 16 = "September, October, November" 5021 17 = "January, February" 5022 18 = "January, February, March" 5023 19 = "March, April" 5024 20 = "April, May" 5025 21 = "April, May, June" 5026 22 = "June, July" 5027 23 = "July, August" 5028 24 = "August, September" 5029 25 = "September, October" 5030 26 = "October, November" 5031 27 = "October, November, December" 5032 28 = "December, January" 5033 29 = "February, March" 5034 30 = "Spring" 5035 31 = "Summer" 5036 32 = "Fall" 5037 33 = "Winter" 5038 91 = "December, April, May" 5039 93 = "June, July, October" 5040 94 = "April, October, November" 5041 95 = "September, October, February" 5042 96 = "September, November, December 1935" 5043 99 = "Illegible/ Meaningless"; NOTE: Format V412FT has been output. 5044 VALUE V413FT (MAX=40) 5045 0 = "No Reply" 5046 1 = "January" 5047 2 = "February" 5048 3 = "March" 5049 4 = "April" 5050 5 = "May" 5051 6 = "June" 5052 7 = "July" 5053 8 = "August" 5054 9 = "September" 5055 10 = "October" 5056 11 = "November" 5057 12 = "December" 5058 13 = "December, January, February" 5059 14 = "March, April, May" 5060 15 = "June, July, August" 5061 16 = "September, October, November" 93 The SAS System 10:01 Wednesday, November 23, 2005 5062 17 = "January, February" 5063 18 = "January, February, March" 5064 19 = "March, April" 5065 20 = "April, May" 5066 21 = "April, May, June" 5067 22 = "June, July" 5068 23 = "July, August" 5069 24 = "August, September" 5070 25 = "September, October" 5071 26 = "October, November" 5072 27 = "October, November, December" 5073 28 = "December, January" 5074 29 = "February, March" 5075 30 = "Spring" 5076 31 = "Summer" 5077 32 = "Fall" 5078 33 = "Winter" 5079 91 = "December, April, May" 5080 93 = "June, July, October" 5081 94 = "April, October, November" 5082 95 = "September, October, February" 5083 96 = "September, November, December 1935" 5084 99 = "Illegible/ Meaningless"; NOTE: Format V413FT has been output. 5085 VALUE V414FT (MAX=40) 5086 0 = "No Reply" 5087 1 = "January" 5088 2 = "February" 5089 3 = "March" 5090 4 = "April" 5091 5 = "May" 5092 6 = "June" 5093 7 = "July" 5094 8 = "August" 5095 9 = "September" 5096 10 = "October" 5097 11 = "November" 5098 12 = "December" 5099 13 = "December, January, February" 5100 14 = "March, April, May" 5101 15 = "June, July, August" 5102 16 = "September, October, November" 5103 17 = "January, February" 5104 18 = "January, February, March" 5105 19 = "March, April" 5106 20 = "April, May" 5107 21 = "April, May, June" 5108 22 = "June, July" 5109 23 = "July, August" 5110 24 = "August, September" 5111 25 = "September, October" 5112 26 = "October, November" 5113 27 = "October, November, December" 5114 28 = "December, January" 5115 29 = "February, March" 5116 30 = "Spring" 5117 31 = "Summer" 5118 32 = "Fall" 94 The SAS System 10:01 Wednesday, November 23, 2005 5119 33 = "Winter" 5120 91 = "December, April, May" 5121 93 = "June, July, October" 5122 94 = "April, October, November" 5123 95 = "September, October, February" 5124 96 = "September, November, December 1935" 5125 99 = "Illegible/ Meaningless"; NOTE: Format V414FT has been output. 5126 VALUE V415FT (MAX=40) 5127 0 = "No Reply" 5128 1 = "January" 5129 2 = "February" 5130 3 = "March" 5131 4 = "April" 5132 5 = "May" 5133 6 = "June" 5134 7 = "July" 5135 8 = "August" 5136 9 = "September" 5137 10 = "October" 5138 11 = "November" 5139 12 = "December" 5140 13 = "December, January, February" 5141 14 = "March, April, May" 5142 15 = "June, July, August" 5143 16 = "September, October, November" 5144 17 = "January, February" 5145 18 = "January, February, March" 5146 19 = "March, April" 5147 20 = "April, May" 5148 21 = "April, May, June" 5149 22 = "June, July" 5150 23 = "July, August" 5151 24 = "August, September" 5152 25 = "September, October" 5153 26 = "October, November" 5154 27 = "October, November, December" 5155 28 = "December, January" 5156 29 = "February, March" 5157 30 = "Spring" 5158 31 = "Summer" 5159 32 = "Fall" 5160 33 = "Winter" 5161 91 = "December, April, May" 5162 93 = "June, July, October" 5163 94 = "April, October, November" 5164 95 = "September, October, February" 5165 96 = "September, November, December 1935" 5166 99 = "Illegible/ Meaningless"; NOTE: Format V415FT has been output. 5167 VALUE V416FT (MAX=40) 5168 0 = "No Reply" 5169 1 = "January" 5170 2 = "February" 5171 3 = "March" 5172 4 = "April" 5173 5 = "May" 5174 6 = "June" 95 The SAS System 10:01 Wednesday, November 23, 2005 5175 7 = "July" 5176 8 = "August" 5177 9 = "September" 5178 10 = "October" 5179 11 = "November" 5180 12 = "December" 5181 13 = "December, January, February" 5182 14 = "March, April, May" 5183 15 = "June, July, August" 5184 16 = "September, October, November" 5185 17 = "January, February" 5186 18 = "January, February, March" 5187 19 = "March, April" 5188 20 = "April, May" 5189 21 = "April, May, June" 5190 22 = "June, July" 5191 23 = "July, August" 5192 24 = "August, September" 5193 25 = "September, October" 5194 26 = "October, November" 5195 27 = "October, November, December" 5196 28 = "December, January" 5197 29 = "February, March" 5198 30 = "Spring" 5199 31 = "Summer" 5200 32 = "Fall" 5201 33 = "Winter" 5202 91 = "December, April, May" 5203 93 = "June, July, October" 5204 94 = "April, October, November" 5205 95 = "September, October, February" 5206 96 = "September, November, December 1935" 5207 99 = "Illegible/ Meaningless"; NOTE: Format V416FT has been output. 5208 VALUE V417FT (MAX=40) 5209 0 = "No Reply" 5210 1 = "100 pound bag / 1 cwt" 5211 2 = "Ton" 5212 3 = "1/2 ton / 1000 pound ton" 5213 4 = "20 pound bag" 5214 5 = "200 pounds" 5215 6 = "2000 pound ton for 4.50, 100 pound sack" 5216 7 = "2000 pound ton, 100 pound sack" 5217 8 = "2000 pound ton, 5 tons at 8.00 each and" 5218 9 = "2000 pound ton; 4 tons at 5.50, 12 tons" 5219 10 = "300 pound sack" 5220 11 = "50 pound bag" 5221 12 = "80 pound bu" 5222 13 = "Bag" 5223 14 = "Cord" 5224 15 = "Pound" 5225 16 = "Ton, 12.50 for 5 tons, and 10.25 for 1 t" 5226 17 = "R refused to itemize expenses" 5227 18 = "2000 pound ton / short ton" 5228 19 = "1/4 ton 1 165" 5229 99 = "Illegible/ Meaningless"; NOTE: Format V417FT has been output. 5230 VALUE V429FT (MAX=40) 96 The SAS System 10:01 Wednesday, November 23, 2005 5231 0 = "No Reply" 5232 1 = "1 pound" 5233 2 = "100 pound" 5234 3 = "1000 pound ton" 5235 4 = "15 pounds" 5236 5 = "18 pound bag" 5237 6 = "2000 pound ton" 5238 7 = "3 pound bag" 5239 8 = "6 pound bag" 5240 9 = "Bag" 5241 10 = "Briquets in tons" 5242 11 = "Sack" 5243 12 = "Ton" 5244 13 = "11 tons for 13.00/ton and 2 tons for 12." 5245 99 = "Illegible/ Meaningless"; NOTE: Format V429FT has been output. 5246 VALUE V441FT (MAX=40) 5247 0 = "No Reply" 5248 1 = "Gallon" 5249 2 = "50 gallon barrel" 5250 3 = "100 gallons" 5251 4 = "200 gallon" 5252 5 = "3 pound bag"; NOTE: Format V441FT has been output. 5253 VALUE V453FT (MAX=40) 5254 0 = "No Reply" 5255 1 = ".1 cord" 5256 2 = ".25 cord" 5257 3 = ".25 truck" 5258 4 = ".5 cord" 5259 5 = "1/8 cord" 5260 6 = "10 pound" 5261 7 = "100 pound" 5262 8 = "1000 pound" 5263 9 = "15 pound bag" 5264 10 = "16 inch cord" 5265 11 = "18 pound" 5266 12 = "2 bag" 5267 13 = "2 bundles" 5268 14 = "2 bunch" 5269 15 = "2 bushel basket" 5270 16 = "2 cords at 5.00 each, and 1 load at 2.00" 5271 17 = "200 cubic feet sawdust" 5272 18 = "200 pound sawdust" 5273 19 = "2000 pounds" 5274 20 = "250 pound" 5275 21 = "3 10 pound bags" 5276 22 = "3 baskets" 5277 23 = "3 bundles" 5278 24 = "300 pound" 5279 25 = "4 load" 5280 26 = "500 pound" 5281 27 = "Bag" 5282 28 = "Bags, cords" 5283 29 = "Basket" 5284 30 = "Bundle" 5285 31 = "Bunch" 5286 32 = "Bushel" 97 The SAS System 10:01 Wednesday, November 23, 2005 5287 33 = "Bundle of kindling" 5288 34 = "Bucket" 5289 35 = "Cord, bundle" 5290 36 = "Bunch, cord" 5291 37 = "Cord" 5292 38 = "Bushel basket" 5293 39 = "Gallon" 5294 40 = "Load" 5295 41 = "Load for 4.00, cord for 5.00" 5296 42 = "Sack" 5297 43 = "Rick" 5298 44 = "Load kindling" 5299 45 = "Sack, cord" 5300 46 = "Sawdust" 5301 47 = "Ton" 5302 48 = ".2 cord" 5303 49 = "1/1000 cord" 5304 50 = "1/250 cord" 5305 51 = "1/12 cord" 5306 52 = "6 bunches" 5307 98 = "X"; NOTE: Format V453FT has been output. 5308 VALUE V465FT (MAX=40) 5309 0 = "No Reply" 5310 1 = "1 carton presto logs" 5311 2 = "175 gallons" 5312 3 = "5 gallons" 5313 4 = "50 gallons" 5314 5 = "Gallon" 5315 6 = "Gallon gas" 5316 7 = "Gallon range oil" 5317 8 = "Load" 5318 9 = "LT" 5319 10 = "N.R." 5320 11 = "Quarts" 5321 12 = "2 gallion" 5322 76 = "1" 5323 77 = "Kilowatt-hour"; NOTE: Format V465FT has been output. 5324 VALUE V478FT (MAX=40) 5325 0 = "No Reply" 5326 1 = "1 kilowatt-hour" 5327 2 = "100 kilowatt-hours" 5328 3 = "1000 kilowatt-hours" 5329 4 = "60 kilowatt-hours" 5330 5 = "Kilowatt-hour" 5331 6 = "Kilowatt-hour sliding scale" 5332 7 = "elect. hr." 5333 9 = "Illegible/ Meaningless"; NOTE: Format V478FT has been output. 5334 VALUE V485FT (MAX=40) 5335 0 = "No Reply" 5336 1 = "1 m" 5337 2 = "1 m. ft." 5338 3 = "100 cubic feet" 5339 4 = "1000 cubic feet" 5340 5 = "1000 cubic feet sliding scale" 5341 6 = "1800 cubic feet" 98 The SAS System 10:01 Wednesday, November 23, 2005 5342 7 = "200 cubic feet for .75" 5343 8 = "2000 cubic feet" 5344 9 = "6 cubic feet" 5345 10 = "Cubic feet" 5346 11 = "Cubic feet slding scale" 5347 12 = "Cubic feet sliding scale water heater" 5348 13 = "hot water heater" 5349 14 = "I.M sliding scale" 5350 15 = "M cubic feet" 5351 16 = "Rate" 5352 17 = "Sliding scale" 5353 18 = "Therm" 5354 19 = "Therm sliding scale" 5355 72 = "6" 5356 73 = "Cubmotor" 5357 74 = "M" 5358 75 = "Pounds" 5359 99 = "Illegible/ Meaningless"; NOTE: Format V485FT has been output. 5360 VALUE V492FT (MAX=40) 5361 0 = "No Reply" 5362 1 = ".5 pound" 5363 2 = ".5 CWT." 5364 3 = "1 pound" 5365 4 = "10 pound" 5366 5 = "100 pound" 5367 6 = "1000 pound" 5368 7 = "12.5 pound" 5369 8 = "2.5 pound" 5370 9 = "20 pound" 5371 10 = "200 pound" 5372 11 = "25 pound" 5373 12 = "30 pound" 5374 13 = "35 pound" 5375 14 = "40 pound" 5376 15 = "5 pound" 5377 16 = "50 pound" 5378 17 = "500 pound" 5379 18 = "59 pound cake" 5380 19 = "75 pound" 5381 20 = "Crate" 5382 21 = "Pound" 5383 22 = "Piece" 5384 23 = "X" 5385 24 = "Cubic feet" 5386 80 = "1" 5387 81 = "100" 5388 82 = "3.6" 5389 83 = "30" 5390 84 = "33" 5391 85 = "50" 5392 86 = "8.67" 5393 87 = "1000 c f" 5394 88 = "25 CWT"; NOTE: Format V492FT has been output. 5395 VALUE V504FT (MAX=40) 5396 0 = "No Reply" 5397 1 = "1 pound 12 oz bag of charcoal" 99 The SAS System 10:01 Wednesday, November 23, 2005 5398 2 = "200 cubic feet sawdust" 5399 3 = "Pound" 5400 4 = "Saw dust 100 pound unit" 5401 5 = "Saw dust 200 pound unit" 5402 6 = "Sawdust" 5403 7 = "Load" 5404 8 = "Bag of charcoal" 5405 9 = "Bundle of kindling" 5406 10 = "Kindling" 5407 11 = "Load" 5408 12 = "Load of kindling" 5409 13 = "Load of sawdust" 5410 14 = "Unit of sawdust" 5411 99 = "Illegible/ Meaningless"; NOTE: Format V504FT has been output. 5412 VALUE V532FT (MAX=40) 5413 0 = "No Reply" 5414 12 = "1 Ton" 5415 13 = "11 tons for 13.00/ton and 2 tons for 12." 5416 20 = ".2" 5417 21 = ".5" 5418 22 = "1" 5419 23 = "1.5" 5420 24 = "12" 5421 25 = "2" 5422 26 = "3" 5423 27 = "4" 5424 28 = "5" 5425 29 = "6" 5426 30 = "7.5" 5427 40 = ".25" 5428 41 = ".6" 5429 42 = "1 Load" 5430 43 = "10 Cords" 5431 44 = "24" 5432 45 = "8"; NOTE: Format V532FT has been output. 5433 VALUE V534FT (MAX=40) 5434 0 = "No Reply" 5435 30 = "Bundle" 5436 37 = "1 cord" 5437 40 = "1 load" 5438 47 = "1 ton" 5439 50 = "1" 5440 51 = "1 acre" 5441 52 = "10" 5442 53 = "10 cords" 5443 54 = "11" 5444 55 = "12" 5445 56 = "12 cords" 5446 57 = "13 cords" 5447 58 = "14 cords" 5448 59 = "15" 5449 60 = "15 cords" 5450 61 = "16" 5451 62 = "2" 5452 63 = "2 cords" 5453 64 = "20" 100 The SAS System 10:01 Wednesday, November 23, 2005 5454 65 = "20 racks" 5455 66 = "25 cords" 5456 67 = "3" 5457 68 = "3 cords" 5458 69 = "30" 5459 70 = "32" 5460 71 = "35" 5461 72 = "4" 5462 73 = "4 cords" 5463 74 = "40" 5464 75 = "42" 5465 76 = "5" 5466 77 = "5 cords" 5467 78 = "5 loads" 5468 79 = "50" 5469 80 = "6" 5470 81 = "6 cords" 5471 82 = "7" 5472 83 = "7 cords" 5473 84 = "8" 5474 85 = "8 cords" 5475 86 = "9" 5476 87 = "9 cords" 5477 98 = "x" 5478 101 = ".17" 5479 102 = ".25" 5480 103 = ".33" 5481 104 = ".33 cord" 5482 105 = ".5" 5483 106 = ".5 cord" 5484 107 = ".5 ton" 5485 108 = ".67" 5486 109 = ".75" 5487 110 = "1 pile & 1 tier" 5488 111 = "1.25" 5489 112 = "1.25 cords" 5490 113 = "1.5" 5491 114 = "1.5 cords" 5492 115 = "1.6" 5493 116 = "10 sacks" 5494 117 = "100" 5495 118 = "11 cords" 5496 119 = "12 loads" 5497 120 = "13" 5498 121 = "14" 5499 122 = "16 cords" 5500 123 = "16 loads" 5501 124 = "19" 5502 125 = "2 loads" 5503 126 = "2.5" 5504 127 = "20 cords" 5505 128 = "20 loads" 5506 129 = "22" 5507 130 = "24" 5508 131 = "25" 5509 132 = "26" 5510 133 = "3 loads" 5511 134 = "3.25" 101 The SAS System 10:01 Wednesday, November 23, 2005 5512 135 = "3.5" 5513 136 = "3.75" 5514 137 = "30 cords" 5515 138 = "33" 5516 139 = "4 loads" 5517 140 = "4.5" 5518 141 = "40 loads" 5519 142 = "48" 5520 143 = "5.33" 5521 144 = "5.5" 5522 145 = "52" 5523 146 = "52 loads" 5524 147 = "6 loads" 5525 148 = "6.5" 5526 149 = "6.6" 5527 150 = "7 loads" 5528 151 = "7.5" 5529 152 = "70" 5530 153 = "90" 5531 154 = "900" 5532 155 = "Cob (2 loads)" 5533 156 = "Cob 1 load"; NOTE: Format V534FT has been output. 5534 VALUE V561FT (MAX=40) 5535 0 = "0 weeks" 5536 1 = "1 week" 5537 2 = "2 weeks" 5538 3 = "3 weeks" 5539 4 = "4 weeks" 5540 5 = "5 weeks" 5541 6 = "6 weeks" 5542 7 = "7 weeks" 5543 8 = "8 weeks" 5544 9 = "9 weeks" 5545 10 = "10 weeks" 5546 11 = "11 weeks" 5547 12 = "12 weeks" 5548 13 = "13 weeks" 5549 14 = "14 weeks" 5550 15 = "15 weeks" 5551 16 = "16 weeks" 5552 17 = "17 weeks" 5553 18 = "18 weeks" 5554 19 = "19 weeks" 5555 20 = "20 weeks" 5556 21 = "21 weeks" 5557 22 = "22 weeks" 5558 23 = "23 weeks" 5559 24 = "24 weeks" 5560 25 = "25 weeks" 5561 26 = "26 weeks" 5562 27 = "27 weeks" 5563 28 = "28 weeks" 5564 29 = "29 weeks" 5565 30 = "30 weeks" 5566 31 = "31 weeks" 5567 32 = "32 weeks" 5568 33 = "33 weeks" 102 The SAS System 10:01 Wednesday, November 23, 2005 5569 34 = "34 weeks" 5570 35 = "35 weeks" 5571 36 = "36 weeks" 5572 37 = "37 weeks" 5573 38 = "38 weeks" 5574 39 = "39 weeks" 5575 40 = "40 weeks" 5576 41 = "41 weeks" 5577 42 = "42 weeks" 5578 43 = "43 weeks" 5579 44 = "44 weeks" 5580 45 = "45 weeks" 5581 46 = "46 weeks" 5582 47 = "47 weeks" 5583 48 = "48 weeks" 5584 49 = "49 weeks" 5585 50 = "50 weeks" 5586 51 = "51 weeks" 5587 52 = "52 weeks"; NOTE: Format V561FT has been output. 5588 VALUE V562FT (MAX=40) 5589 0 = "No" 5590 1 = "Yes"; NOTE: Format V562FT has been output. 5591 VALUE V563FT (MAX=40) 5592 0 = "No" 5593 1 = "Yes"; NOTE: Format V563FT has been output. 5594 VALUE V564FT (MAX=40) 5595 0 = "No" 5596 1 = "Yes"; NOTE: Format V564FT has been output. 5597 VALUE V565FT (MAX=40) 5598 0 = "No" 5599 1 = "Yes"; NOTE: Format V565FT has been output. 5600 VALUE V569FT (MAX=40) 5601 0 = "0 weeks" 5602 1 = "1 week" 5603 2 = "2 weeks" 5604 3 = "3 weeks" 5605 4 = "4 weeks" 5606 5 = "5 weeks" 5607 6 = "6 weeks" 5608 7 = "7 weeks" 5609 8 = "8 weeks" 5610 9 = "9 weeks" 5611 10 = "10 weeks" 5612 11 = "11 weeks" 5613 12 = "12 weeks" 5614 13 = "13 weeks" 5615 14 = "14 weeks" 5616 15 = "15 weeks" 5617 16 = "16 weeks" 5618 17 = "17 weeks" 5619 18 = "18 weeks" 5620 19 = "19 weeks" 5621 20 = "20 weeks" 103 The SAS System 10:01 Wednesday, November 23, 2005 5622 21 = "21 weeks" 5623 22 = "22 weeks" 5624 23 = "23 weeks" 5625 24 = "24 weeks" 5626 25 = "25 weeks" 5627 26 = "26 weeks" 5628 27 = "27 weeks" 5629 28 = "28 weeks" 5630 29 = "29 weeks" 5631 30 = "30 weeks" 5632 31 = "31 weeks" 5633 32 = "32 weeks" 5634 33 = "33 weeks" 5635 34 = "34 weeks" 5636 35 = "35 weeks" 5637 36 = "36 weeks" 5638 37 = "37 weeks" 5639 38 = "38 weeks" 5640 39 = "39 weeks" 5641 40 = "40 weeks" 5642 41 = "41 weeks" 5643 42 = "42 weeks" 5644 43 = "43 weeks" 5645 44 = "44 weeks" 5646 45 = "45 weeks" 5647 46 = "46 weeks" 5648 47 = "47 weeks" 5649 48 = "48 weeks" 5650 49 = "49 weeks" 5651 50 = "50 weeks" 5652 51 = "51 weeks" 5653 52 = "52 weeks"; NOTE: Format V569FT has been output. 5654 VALUE V570FT (MAX=40) 5655 0 = "No" 5656 1 = "Yes"; NOTE: Format V570FT has been output. 5657 VALUE V571FT (MAX=40) 5658 0 = "No" 5659 1 = "Yes"; NOTE: Format V571FT has been output. 5660 VALUE V572FT (MAX=40) 5661 0 = "No" 5662 1 = "Yes"; NOTE: Format V572FT has been output. 5663 VALUE V573FT (MAX=40) 5664 0 = "No" 5665 1 = "Yes"; NOTE: Format V573FT has been output. 5666 VALUE V577FT (MAX=40) 5667 0 = "0 weeks" 5668 1 = "1 week" 5669 2 = "2 weeks" 5670 3 = "3 weeks" 5671 4 = "4 weeks" 5672 5 = "5 weeks" 5673 6 = "6 weeks" 5674 7 = "7 weeks" 104 The SAS System 10:01 Wednesday, November 23, 2005 5675 8 = "8 weeks" 5676 9 = "9 weeks" 5677 10 = "10 weeks" 5678 11 = "11 weeks" 5679 12 = "12 weeks" 5680 13 = "13 weeks" 5681 14 = "14 weeks" 5682 15 = "15 weeks" 5683 16 = "16 weeks" 5684 17 = "17 weeks" 5685 18 = "18 weeks" 5686 19 = "19 weeks" 5687 20 = "20 weeks" 5688 21 = "21 weeks" 5689 22 = "22 weeks" 5690 23 = "23 weeks" 5691 24 = "24 weeks" 5692 25 = "25 weeks" 5693 26 = "26 weeks" 5694 27 = "27 weeks" 5695 28 = "28 weeks" 5696 29 = "29 weeks" 5697 30 = "30 weeks" 5698 31 = "31 weeks" 5699 32 = "32 weeks" 5700 33 = "33 weeks" 5701 34 = "34 weeks" 5702 35 = "35 weeks" 5703 36 = "36 weeks" 5704 37 = "37 weeks" 5705 38 = "38 weeks" 5706 39 = "39 weeks" 5707 40 = "40 weeks" 5708 41 = "41 weeks" 5709 42 = "42 weeks" 5710 43 = "43 weeks" 5711 44 = "44 weeks" 5712 45 = "45 weeks" 5713 46 = "46 weeks" 5714 47 = "47 weeks" 5715 48 = "48 weeks" 5716 49 = "49 weeks" 5717 50 = "50 weeks" 5718 51 = "51 weeks" 5719 52 = "52 weeks"; NOTE: Format V577FT has been output. 5720 VALUE V578FT (MAX=40) 5721 0 = "No" 5722 1 = "Yes"; NOTE: Format V578FT has been output. 5723 VALUE V579FT (MAX=40) 5724 0 = "No" 5725 1 = "Yes"; NOTE: Format V579FT has been output. 5726 VALUE V580FT (MAX=40) 5727 0 = "No" 5728 1 = "Yes"; NOTE: Format V580FT has been output. 105 The SAS System 10:01 Wednesday, November 23, 2005 5729 VALUE V584FT (MAX=40) 5730 0 = "0 weeks" 5731 1 = "1 week" 5732 2 = "2 weeks" 5733 3 = "3 weeks" 5734 4 = "4 weeks" 5735 5 = "5 weeks" 5736 6 = "6 weeks" 5737 7 = "7 weeks" 5738 8 = "8 weeks" 5739 9 = "9 weeks" 5740 10 = "10 weeks" 5741 11 = "11 weeks" 5742 12 = "12 weeks" 5743 13 = "13 weeks" 5744 14 = "14 weeks" 5745 15 = "15 weeks" 5746 16 = "16 weeks" 5747 17 = "17 weeks" 5748 18 = "18 weeks" 5749 19 = "19 weeks" 5750 20 = "20 weeks" 5751 21 = "21 weeks" 5752 22 = "22 weeks" 5753 23 = "23 weeks" 5754 24 = "24 weeks" 5755 25 = "25 weeks" 5756 26 = "26 weeks" 5757 27 = "27 weeks" 5758 28 = "28 weeks" 5759 29 = "29 weeks" 5760 30 = "30 weeks" 5761 31 = "31 weeks" 5762 32 = "32 weeks" 5763 33 = "33 weeks" 5764 34 = "34 weeks" 5765 35 = "35 weeks" 5766 36 = "36 weeks" 5767 37 = "37 weeks" 5768 38 = "38 weeks" 5769 39 = "39 weeks" 5770 40 = "40 weeks" 5771 41 = "41 weeks" 5772 42 = "42 weeks" 5773 43 = "43 weeks" 5774 44 = "44 weeks" 5775 45 = "45 weeks" 5776 46 = "46 weeks" 5777 47 = "47 weeks" 5778 48 = "48 weeks" 5779 49 = "49 weeks" 5780 50 = "50 weeks" 5781 51 = "51 weeks" 5782 52 = "52 weeks"; NOTE: Format V584FT has been output. 5783 VALUE V585FT (MAX=40) 5784 0 = "No" 5785 1 = "Yes"; 106 The SAS System 10:01 Wednesday, November 23, 2005 NOTE: Format V585FT has been output. 5786 VALUE V586FT (MAX=40) 5787 0 = "No" 5788 1 = "Yes"; NOTE: Format V586FT has been output. 5789 VALUE V587FT (MAX=40) 5790 0 = "No" 5791 1 = "Yes" 5792 9 = "Illegible/ Meaningless"; NOTE: Format V587FT has been output. 5793 VALUE V588FT (MAX=40) 5794 0 = "No" 5795 1 = "Yes"; NOTE: Format V588FT has been output. 5796 VALUE V592FT (MAX=40) 5797 0 = "0 weeks" 5798 1 = "1 week" 5799 2 = "2 weeks" 5800 3 = "3 weeks" 5801 4 = "4 weeks" 5802 5 = "5 weeks" 5803 6 = "6 weeks" 5804 7 = "7 weeks" 5805 8 = "8 weeks" 5806 9 = "9 weeks" 5807 10 = "10 weeks" 5808 11 = "11 weeks" 5809 12 = "12 weeks" 5810 13 = "13 weeks" 5811 14 = "14 weeks" 5812 15 = "15 weeks" 5813 16 = "16 weeks" 5814 17 = "17 weeks" 5815 18 = "18 weeks" 5816 19 = "19 weeks" 5817 20 = "20 weeks" 5818 21 = "21 weeks" 5819 22 = "22 weeks" 5820 23 = "23 weeks" 5821 24 = "24 weeks" 5822 25 = "25 weeks" 5823 26 = "26 weeks" 5824 27 = "27 weeks" 5825 28 = "28 weeks" 5826 29 = "29 weeks" 5827 30 = "30 weeks" 5828 31 = "31 weeks" 5829 32 = "32 weeks" 5830 33 = "33 weeks" 5831 34 = "34 weeks" 5832 35 = "35 weeks" 5833 36 = "36 weeks" 5834 37 = "37 weeks" 5835 38 = "38 weeks" 5836 39 = "39 weeks" 5837 40 = "40 weeks" 5838 41 = "41 weeks" 5839 42 = "42 weeks" 107 The SAS System 10:01 Wednesday, November 23, 2005 5840 43 = "43 weeks" 5841 44 = "44 weeks" 5842 45 = "45 weeks" 5843 46 = "46 weeks" 5844 47 = "47 weeks" 5845 48 = "48 weeks" 5846 49 = "49 weeks" 5847 50 = "50 weeks" 5848 51 = "51 weeks" 5849 52 = "52 weeks"; NOTE: Format V592FT has been output. 5850 VALUE V593FT (MAX=40) 5851 0 = "No" 5852 1 = "Yes"; NOTE: Format V593FT has been output. 5853 VALUE V594FT (MAX=40) 5854 0 = "No" 5855 1 = "Yes"; NOTE: Format V594FT has been output. 5856 VALUE V595FT (MAX=40) 5857 0 = "No" 5858 1 = "Yes"; NOTE: Format V595FT has been output. 5859 VALUE V596FT (MAX=40) 5860 0 = "No" 5861 1 = "Yes"; NOTE: Format V596FT has been output. 5862 VALUE V622FT (MAX=40) 5863 0 = "No" 5864 1 = "Yes"; NOTE: Format V622FT has been output. 5865 VALUE V623FT (MAX=40) 5866 0 = "No" 5867 1 = "Yes"; NOTE: Format V623FT has been output. 5868 VALUE V624FT (MAX=40) 5869 0 = "No" 5870 1 = "Yes"; NOTE: Format V624FT has been output. 5871 VALUE V625FT (MAX=40) 5872 0 = "No" 5873 1 = "Yes"; NOTE: Format V625FT has been output. 5874 VALUE V628FT (MAX=40) 5875 .00 = "Zero months" 5876 1.00 = "One month" 5877 2.00 = "Two months" 5878 3.00 = "Three months" 5879 4.00 = "Four months" 5880 5.00 = "Five months" 5881 6.00 = "Six months" 5882 7.00 = "Seven months" 5883 8.00 = "Eight months" 5884 9.00 = "Nine months" 5885 10.00 = "Ten months" 5886 11.00 = "Eleven months" 5887 12.00 = "Twelve months"; NOTE: Format V628FT has been output. 108 The SAS System 10:01 Wednesday, November 23, 2005 5888 VALUE V631FT (MAX=40) 5889 0 = "0 weeks" 5890 1 = "1 week" 5891 2 = "2 weeks" 5892 3 = "3 weeks" 5893 4 = "4 weeks" 5894 5 = "5 weeks" 5895 6 = "6 weeks" 5896 7 = "7 weeks" 5897 8 = "8 weeks" 5898 9 = "9 weeks" 5899 10 = "10 weeks" 5900 11 = "11 weeks" 5901 12 = "12 weeks" 5902 13 = "13 weeks" 5903 14 = "14 weeks" 5904 15 = "15 weeks" 5905 16 = "16 weeks" 5906 17 = "17 weeks" 5907 18 = "18 weeks" 5908 19 = "19 weeks" 5909 20 = "20 weeks" 5910 21 = "21 weeks" 5911 22 = "22 weeks" 5912 23 = "23 weeks" 5913 24 = "24 weeks" 5914 25 = "25 weeks" 5915 26 = "26 weeks" 5916 27 = "27 weeks" 5917 28 = "28 weeks" 5918 29 = "29 weeks" 5919 30 = "30 weeks" 5920 31 = "31 weeks" 5921 32 = "32 weeks" 5922 33 = "33 weeks" 5923 34 = "34 weeks" 5924 35 = "35 weeks" 5925 36 = "36 weeks" 5926 37 = "37 weeks" 5927 38 = "38 weeks" 5928 39 = "39 weeks" 5929 40 = "40 weeks" 5930 41 = "41 weeks" 5931 42 = "42 weeks" 5932 43 = "43 weeks" 5933 44 = "44 weeks" 5934 45 = "45 weeks" 5935 46 = "46 weeks" 5936 47 = "47 weeks" 5937 48 = "48 weeks" 5938 49 = "49 weeks" 5939 50 = "50 weeks" 5940 51 = "51 weeks" 5941 52 = "52 weeks"; NOTE: Format V631FT has been output. 5942 VALUE V633FT (MAX=40) 5943 0 = "No laundry service specified" 5944 1 = "Cleaned" 109 The SAS System 10:01 Wednesday, November 23, 2005 5945 2 = "Complete" 5946 3 = "Curtains, draperies, etc." 5947 4 = "Damp wash" 5948 5 = "Done at home" 5949 6 = "Family finish" 5950 7 = "Family" 5951 8 = "Finised" 5952 9 = "Finish shirts" 5953 10 = "Finished - wet work" 5954 11 = "Flat" 5955 12 = "Flat finish" 5956 13 = "Flat ironed" 5957 14 = "Flat wash" 5958 15 = "Flat work" 5959 16 = "Flat work finished" 5960 17 = "Flat work wash" 5961 18 = "Half wet, half finished" 5962 19 = "Hydro" 5963 20 = "Hydro. shirts finished" 5964 21 = "Ironed" 5965 22 = "Ironed and wet wash" 5966 23 = "Ironed and mangled" 5967 24 = "Laundry ironed" 5968 25 = "Mangled" 5969 26 = "Mangled - shirt finished" 5970 27 = "Mangled shirts ironed" 5971 28 = "Semi finish" 5972 29 = "Shirts finished, rest rough dry" 5973 30 = "Shirts-ironed" 5974 31 = "Washed and ironed" 5975 32 = "Washed and ironed finished" 5976 33 = "Wet" 5977 34 = "Wet and dry" 5978 35 = "Wet wash" 5979 36 = "Wet wash and mangled" 5980 37 = "Wet wash shirts finished" 5981 38 = "Combination" 5982 39 = "Economy wash" 5983 40 = "Finished (complete)" 5984 41 = "Finished (prim pressed)" 5985 42 = "Flat dryed" 5986 43 = "Flat work ironed balance wet wash" 5987 44 = "Rough" 5988 45 = "Rough dry , mangled, ironed" 5989 46 = "Rough dry, partly finished" 5990 47 = "Rough dry, shirts finished" 5991 48 = "Sales coats ironed" 5992 49 = "Semi-flat" 5993 50 = "Thrift" 5994 51 = "Rough dried" 5995 52 = "Rough dry finish bleach" 5996 53 = "Collars ironed"; NOTE: Format V633FT has been output. 5997 VALUE V640FT (MAX=40) 5998 99 = "Illegible/ Meaningless"; NOTE: Format V640FT has been output. 5999 VALUE V643FT (MAX=40) 6000 0 = "No" 110 The SAS System 10:01 Wednesday, November 23, 2005 6001 1 = "Yes"; NOTE: Format V643FT has been output. 6002 VALUE V644FT (MAX=40) 6003 99 = "Illegible/Meaningless"; NOTE: Format V644FT has been output. 6004 VALUE V647FT (MAX=40) 6005 0 = "No" 6006 1 = "Yes"; NOTE: Format V647FT has been output. 6007 VALUE V649FT (MAX=40) 6008 0 = "No" 6009 1 = "Yes"; NOTE: Format V649FT has been output. 6010 VALUE V651FT (MAX=40) 6011 0 = "No" 6012 1 = "Yes"; NOTE: Format V651FT has been output. 6013 VALUE V652FT (MAX=40) 6014 0 = "01 Adenoids" 6015 2 = "Asthma" 6016 3 = "Astropith" 6017 4 = "Baby" 6018 5 = "Bone" 6019 6 = "Chest" 6020 7 = "Chiropodist" 6021 8 = "Chiropractor" 6022 9 = "Chiropractor, ear & nose" 6023 10 = "Dental" 6024 11 = "Dermatologist" 6025 12 = "Ear" 6026 13 = "Ear-nose-throat" 6027 14 = "Eye" 6028 15 = "Eye, ear, nose n throat" 6029 16 = "Eye-ear-nose" 6030 17 = "Eyes, ears & throat" 6031 18 = "Foot" 6032 19 = "General surgery" 6033 20 = "General ex." 6034 21 = "Goiter" 6035 22 = "Gynecologist" 6036 23 = "Heart" 6037 24 = "Kidney" 6038 25 = "Lansing ear" 6039 26 = "Limb" 6040 27 = "Nerve" 6041 28 = "Nose" 6042 29 = "Nose and throat" 6043 30 = "O.b." 6044 31 = "Operation" 6045 32 = "Osteopath" 6046 33 = "Pediatrician, 2 calls @ 3.00 each" 6047 34 = "Portland sanitarium, eye-ear-nose and th" 6048 35 = "Rdctum" 6049 36 = "Stomach" 6050 37 = "Throat" 6051 38 = "Tonsilectomy" 6052 39 = "X-ray" 6053 40 = "Appendectomist (throat specialist)" 111 The SAS System 10:01 Wednesday, November 23, 2005 6054 41 = "Appendectomy" 6055 42 = "Blood specialist" 6056 43 = "Bone surgeon" 6057 44 = "Brain surgeon" 6058 45 = "Child" 6059 46 = "Confinement" 6060 47 = "Dental surgeon" 6061 48 = "Diagnostician" 6062 49 = "Diognostician, surgeon" 6063 50 = "Ear surgeon" 6064 51 = "Eye, ear" 6065 52 = "For operation" 6066 53 = "Heart examination" 6067 54 = "Heart-lung" 6068 55 = "Hernia" 6069 56 = "Lung" 6070 57 = "Nerve- eye" 6071 58 = "Orthopedist" 6072 59 = "Ostepath eye" 6073 60 = "Pre natal care" 6074 61 = "Radiologist" 6075 62 = "Radium-treat" 6076 63 = "Sinus" 6077 70 = "Cancer" 6078 71 = "Dental x rays" 6079 72 = "Eczyma" 6080 73 = "Female operation" 6081 74 = "Miscarriage" 6082 75 = "Operation for tumor" 6083 76 = "Setting broken arm" 6084 77 = "Treatment for wry neck" 6085 80 = "Child birth" 6086 81 = "Diabetic" 6087 82 = "Doctor at hospital" 6088 83 = "Female specialist" 6089 84 = "Minor operation" 6090 85 = "Thyroid" 6091 99 = "Illegible/ Meaningless"; NOTE: Format V652FT has been output. 6092 VALUE V654FT (MAX=40) 6093 0 = "No" 6094 1 = "Yes"; NOTE: Format V654FT has been output. 6095 VALUE V655FT (MAX=40) 6096 99 = "Illegible/ Meaningless"; NOTE: Format V655FT has been output. 6097 VALUE V658FT (MAX=40) 6098 0 = "No" 6099 1 = "Yes"; NOTE: Format V658FT has been output. 6100 VALUE V659FT (MAX=40) 6101 99 = "Illegible/ Meaningless"; NOTE: Format V659FT has been output. 6102 VALUE V662FT (MAX=40) 6103 0 = "No" 6104 1 = "Yes"; NOTE: Format V662FT has been output. 6105 VALUE V666FT (MAX=40) 112 The SAS System 10:01 Wednesday, November 23, 2005 6106 0 = "No" 6107 1 = "Yes"; NOTE: Format V666FT has been output. 6108 VALUE V667FT (MAX=40) 6109 99 = "Illegible/Meaningless"; NOTE: Format V667FT has been output. 6110 VALUE V670FT (MAX=40) 6111 0 = "No" 6112 1 = "Yes"; NOTE: Format V670FT has been output. 6113 VALUE V674FT (MAX=40) 6114 0 = "No" 6115 1 = "Yes"; NOTE: Format V674FT has been output. 6116 VALUE V676FT (MAX=40) 6117 0 = "No" 6118 1 = "Yes"; NOTE: Format V676FT has been output. 6119 VALUE V678FT (MAX=40) 6120 0 = "No" 6121 1 = "Yes"; NOTE: Format V678FT has been output. 6122 VALUE V680FT (MAX=40) 6123 0 = "No" 6124 1 = "Yes"; NOTE: Format V680FT has been output. 6125 VALUE V682FT (MAX=40) 6126 0 = "No" 6127 1 = "Yes"; NOTE: Format V682FT has been output. 6128 VALUE V684FT (MAX=40) 6129 0 = "No" 6130 1 = "Yes"; NOTE: Format V684FT has been output. 6131 VALUE V688FT (MAX=40) 6132 0 = "No Reply" 6133 1 = "Connecticut" 6134 2 = "Maine" 6135 3 = "Massachusetts" 6136 4 = "New Hampshire" 6137 5 = "Rhode Island" 6138 6 = "Vermont" 6139 11 = "Delaware" 6140 12 = "New Jersey" 6141 13 = "New York" 6142 14 = "Pennsylvania" 6143 21 = "Illinois" 6144 22 = "Indiana" 6145 23 = "Michigan" 6146 24 = "Ohio" 6147 25 = "Wisconsin" 6148 31 = "Iowa" 6149 32 = "Kansas" 6150 33 = "Minnesota" 6151 34 = "Missouri" 6152 35 = "Nebraska" 6153 36 = "North Dakota" 6154 37 = "South Dakota" 113 The SAS System 10:01 Wednesday, November 23, 2005 6155 38 = "Iowa/Nebraska" 6156 40 = "Virginia" 6157 41 = "Alabama" 6158 42 = "Arkansas" 6159 43 = "Florida" 6160 44 = "Georgia" 6161 45 = "Louisiana" 6162 46 = "Mississippi" 6163 47 = "North Carolina" 6164 48 = "South Carolina" 6165 49 = "Texas" 6166 51 = "Kentucky" 6167 52 = "Maryland" 6168 53 = "Oklahoma" 6169 54 = "Tennessee" 6170 56 = "West Virginia" 6171 61 = "Arizona" 6172 62 = "Colorado" 6173 63 = "Idaho" 6174 64 = "Montana" 6175 65 = "Nevada" 6176 66 = "New Mexico" 6177 67 = "Utah" 6178 68 = "Wyoming" 6179 71 = "California" 6180 72 = "Oregon" 6181 73 = "Washington" 6182 81 = "Alaska" 6183 82 = "Hawaii" 6184 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 6185 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 6186 103 = "16-Colo./23-Ill." 6187 104 = "19-Mo./5-Kansas/1-Colorado" 6188 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 6189 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 6190 107 = "21-Mo./5-Kansas/1-Colorado" 6191 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 6192 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 6193 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 6194 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 6195 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 6196 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 6197 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 6198 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 6199 116 = "4-Georgia/3-Florida/19-Colorado" 6200 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 6201 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 6202 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 6203 120 = "ark, mo" 6204 121 = "ARK,COLO" 6205 122 = "CAL, ILL" 6206 123 = "cal, ind" 6207 124 = "cal, n.y., ala, la" 6208 125 = "cal, wash" 6209 126 = "CALIF,ORE" 6210 127 = "CALIF., MONT" 6211 128 = "COLO, MO, ILL" 6212 129 = "colo, ore, ark" 114 The SAS System 10:01 Wednesday, November 23, 2005 6213 130 = "COLO., MONT." 6214 131 = "Colorado/Missouri" 6215 132 = "MD., OHIO" 6216 133 = "fla, s. c." 6217 134 = "ga, ala" 6218 135 = "ga, s. c." 6219 136 = "georgia, ind, ore" 6220 137 = "GA AND FL" 6221 138 = "IA, ILL" 6222 139 = "ILL, IND" 6223 140 = "ill, mass" 6224 141 = "ILL, N YORK" 6225 142 = "ILLINOIS, OHIO" 6226 143 = "ILLINOIS-6, WASHINGTON-20" 6227 144 = "ILL,WASH" 6228 145 = "ILL, WISC" 6229 146 = "ILL,MISSOURI, CAL,WASH.ORE" 6230 147 = "ILL., MINN." 6231 148 = "ILL., MONT" 6232 149 = "INDIANA, PENNSYLVANIA" 6233 150 = "ILLINOIS OREGON" 6234 151 = "IOWA, D.C., OHIO" 6235 152 = "Iowa, Illinois, Indiana" 6236 153 = "iowa, ohio" 6237 154 = "IOWA,WASH" 6238 155 = "Iowa/Colorado" 6239 156 = "KAN. OKLA. ORE. MONT." 6240 157 = "Kan.,Minn.,Neb." 6241 158 = "kans, okla" 6242 159 = "KANSAS OREGON" 6243 160 = "KANSAS,WASH" 6244 161 = "KENTUCKY COLORADO" 6245 162 = "KENTUCKY, NEW YORK" 6246 163 = "kentucky, ohio" 6247 164 = "KY,ILL" 6248 165 = "la, ala" 6249 166 = "mass, ala" 6250 167 = "MASS, IOWA" 6251 168 = "mass, n y, wash d.c." 6252 169 = "mass, ny" 6253 170 = "MASS, OHIO" 6254 171 = "MASS,PA" 6255 172 = "Mass. Rhode Island" 6256 173 = "Mass., Maine, Rhode Island" 6257 174 = "IND, KY" 6258 175 = "ind, mont, ore" 6259 176 = "MICH MONT." 6260 177 = "MICHIGAN, INDIANA" 6261 178 = "mich, ind, pa, ohio" 6262 179 = "MICH,WASH" 6263 180 = "MICH,ILL,OHIO" 6264 181 = "MICHIGAN ILLINOIS" 6265 182 = "MINN, IOWA" 6266 183 = "MINN, MONT" 6267 184 = "minn, ohio" 6268 185 = "MINN, WASH, MONT" 6269 186 = "MINN,ILL,WASH" 6270 187 = "MINN,WASH" 115 The SAS System 10:01 Wednesday, November 23, 2005 6271 188 = "MINN., WIS." 6272 189 = "MINNESOTA,N.DAKOTA" 6273 190 = "MISS, TEXAS" 6274 191 = "MISS,MICH,MRY, ILL" 6275 192 = "MO, ILL" 6276 193 = "Mo.-5/Colo.-24" 6277 194 = "Mo.-5/Okla.-14/Colo.-18" 6278 195 = "MONT, MISS, TEXAS" 6279 196 = "MONT, NEV." 6280 197 = "WASH, MONT" 6281 198 = "MONT,TENN, IOWA" 6282 199 = "Mont., Neb." 6283 200 = "n c, ore" 6284 201 = "N.J., N.Y." 6285 202 = "n j, penn, n y" 6286 203 = "N.DAKOTA,WASH" 6287 204 = "n. y., ala" 6288 205 = "n. y., and s. c." 6289 206 = "N.Y., PA., ILL." 6290 207 = "N.Y., WASH" 6291 208 = "n.y./s.c." 6292 209 = "NC/CA" 6293 210 = "NEB, WASH" 6294 211 = "NEB., COLO." 6295 212 = "NEB., TEX., IOWA & ILL." 6296 213 = "NEBR, N.Y., CAL, ILL" 6297 214 = "NEBRASKA OREGON" 6298 215 = "New Hamp., Mass." 6299 216 = "ohio, fla, kent." 6300 217 = "Ohio, Kent., Ind." 6301 218 = "OHIO, MICHIGAN" 6302 219 = "ohio, ore" 6303 220 = "S.C., OHIO" 6304 221 = "INDIANA, OHIO, ILLINOIS" 6305 222 = "OHIO,PA" 6306 223 = "OK,SC,KS" 6307 224 = "okla, ark" 6308 225 = "OKLA,COLO" 6309 226 = "okla, kans" 6310 227 = "okla, wash" 6311 228 = "INDIANA, NEW MEXICO" 6312 229 = "OKLA,MISSOURI,COLO" 6313 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 6314 231 = "ILL, S. DAK" 6315 232 = "WISCONSIN OREGON" 6316 233 = "ORE,WASH" 6317 234 = "PA, IOWA" 6318 235 = "PA,N.Y." 6319 236 = "pa, w va" 6320 237 = "PA,NY,OHIO" 6321 238 = "Rhode Island, N. Hampshire" 6322 239 = "SO. DAKOTA, MONT" 6323 240 = "tenn, ohio" 6324 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 6325 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 6326 243 = "TENNESSEE, TEXAS, OREGON" 6327 244 = "tex, calif, mich, ohio" 6328 245 = "INDIANA, OHIO" 116 The SAS System 10:01 Wednesday, November 23, 2005 6329 246 = "TEXAS,WASH" 6330 247 = "UTAH COLORADO" 6331 248 = "UTAH,WASH" 6332 249 = "VA, OHIO" 6333 250 = "w. va., indiana, abroad(missionary), wn." 6334 251 = "W. VA., OHIO" 6335 252 = "W.VA, IND" 6336 253 = "wash d. c., wash" 6337 254 = "wash, alaska" 6338 255 = "wash, ark" 6339 256 = "WASH, ILL, IOWA" 6340 257 = "WASHINGTON, IDAHO" 6341 258 = "WIS., N.D." 6342 259 = "WISC, IOWA" 6343 260 = "WISCONSIN IDAHO" 6344 261 = "WISCONSIN ILLINOIS IOWA OREGON" 6345 262 = "WISCONSIN, WASHINGTON" 6346 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 6347 264 = "WYOMING IDAHO" 6348 265 = "WYOMING OREGON" 6349 266 = "PA, ILL" 6350 268 = "ore, wash, cal" 6351 269 = "tex, ohio, mich" 6352 270 = "WASHINGTON OREGON COLORADO" 6353 271 = "wash, miss" 6354 272 = "ill, ala" 6355 273 = "FLA, ALA" 6356 300 = "abroad, wn." 6357 301 = "B.C." 6358 302 = "CANADA" 6359 303 = "CANADA, ILLINOIS" 6360 304 = "CANADA, OHIO" 6361 305 = "EUROPE" 6362 306 = "foreign" 6363 307 = "france, austria, ore" 6364 308 = "IOWA CANADA" 6365 309 = "MI, CANADA" 6366 310 = "missouri, scotland" 6367 311 = "oregon, canada" 6368 312 = "panama" 6369 313 = "SOUTH AMERICA" 6370 999 = "Illegible/ Meaningless"; NOTE: Format V688FT has been output. 6371 VALUE V690FT (MAX=40) 6372 0 = "No Reply" 6373 1 = "Connecticut" 6374 2 = "Maine" 6375 3 = "Massachusetts" 6376 4 = "New Hampshire" 6377 5 = "Rhode Island" 6378 6 = "Vermont" 6379 11 = "Delaware" 6380 12 = "New Jersey" 6381 13 = "New York" 6382 14 = "Pennsylvania" 6383 21 = "Illinois" 6384 22 = "Indiana" 6385 23 = "Michigan" 117 The SAS System 10:01 Wednesday, November 23, 2005 6386 24 = "Ohio" 6387 25 = "Wisconsin" 6388 31 = "Iowa" 6389 32 = "Kansas" 6390 33 = "Minnesota" 6391 34 = "Missouri" 6392 35 = "Nebraska" 6393 36 = "North Dakota" 6394 37 = "South Dakota" 6395 38 = "Iowa/Nebraska" 6396 40 = "Virginia" 6397 41 = "Alabama" 6398 42 = "Arkansas" 6399 43 = "Florida" 6400 44 = "Georgia" 6401 45 = "Louisiana" 6402 46 = "Mississippi" 6403 47 = "North Carolina" 6404 48 = "South Carolina" 6405 49 = "Texas" 6406 51 = "Kentucky" 6407 52 = "Maryland" 6408 53 = "Oklahoma" 6409 54 = "Tennessee" 6410 56 = "West Virginia" 6411 61 = "Arizona" 6412 62 = "Colorado" 6413 63 = "Idaho" 6414 64 = "Montana" 6415 65 = "Nevada" 6416 66 = "New Mexico" 6417 67 = "Utah" 6418 68 = "Wyoming" 6419 71 = "California" 6420 72 = "Oregon" 6421 73 = "Washington" 6422 81 = "Alaska" 6423 82 = "Hawaii" 6424 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 6425 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 6426 103 = "16-Colo./23-Ill." 6427 104 = "19-Mo./5-Kansas/1-Colorado" 6428 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 6429 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 6430 107 = "21-Mo./5-Kansas/1-Colorado" 6431 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 6432 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 6433 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 6434 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 6435 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 6436 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 6437 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 6438 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 6439 116 = "4-Georgia/3-Florida/19-Colorado" 6440 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 6441 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 6442 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 6443 120 = "ark, mo" 118 The SAS System 10:01 Wednesday, November 23, 2005 6444 121 = "ARK,COLO" 6445 122 = "CAL, ILL" 6446 123 = "cal, ind" 6447 124 = "cal, n.y., ala, la" 6448 125 = "cal, wash" 6449 126 = "CALIF,ORE" 6450 127 = "CALIF., MONT" 6451 128 = "COLO, MO, ILL" 6452 129 = "colo, ore, ark" 6453 130 = "COLO., MONT." 6454 131 = "Colorado/Missouri" 6455 132 = "MD., OHIO" 6456 133 = "fla, s. c." 6457 134 = "ga, ala" 6458 135 = "ga, s. c." 6459 136 = "georgia, ind, ore" 6460 137 = "GA AND FL" 6461 138 = "IA, ILL" 6462 139 = "ILL, IND" 6463 140 = "ill, mass" 6464 141 = "ILL, N YORK" 6465 142 = "ILLINOIS, OHIO" 6466 143 = "ILLINOIS-6, WASHINGTON-20" 6467 144 = "ILL,WASH" 6468 145 = "ILL, WISC" 6469 146 = "ILL,MISSOURI, CAL,WASH.ORE" 6470 147 = "ILL., MINN." 6471 148 = "ILL., MONT" 6472 149 = "INDIANA, PENNSYLVANIA" 6473 150 = "ILLINOIS OREGON" 6474 151 = "IOWA, D.C., OHIO" 6475 152 = "Iowa, Illinois, Indiana" 6476 153 = "iowa, ohio" 6477 154 = "IOWA,WASH" 6478 155 = "Iowa/Colorado" 6479 156 = "KAN. OKLA. ORE. MONT." 6480 157 = "Kan.,Minn.,Neb." 6481 158 = "kans, okla" 6482 159 = "KANSAS OREGON" 6483 160 = "KANSAS,WASH" 6484 161 = "KENTUCKY COLORADO" 6485 162 = "KENTUCKY, NEW YORK" 6486 163 = "kentucky, ohio" 6487 164 = "KY,ILL" 6488 165 = "la, ala" 6489 166 = "mass, ala" 6490 167 = "MASS, IOWA" 6491 168 = "mass, n y, wash d.c." 6492 169 = "mass, ny" 6493 170 = "MASS, OHIO" 6494 171 = "MASS,PA" 6495 172 = "Mass. Rhode Island" 6496 173 = "Mass., Maine, Rhode Island" 6497 174 = "IND, KY" 6498 175 = "ind, mont, ore" 6499 176 = "MICH MONT." 6500 177 = "MICHIGAN, INDIANA" 6501 178 = "mich, ind, pa, ohio" 119 The SAS System 10:01 Wednesday, November 23, 2005 6502 179 = "MICH,WASH" 6503 180 = "MICH,ILL,OHIO" 6504 181 = "MICHIGAN ILLINOIS" 6505 182 = "MINN, IOWA" 6506 183 = "MINN, MONT" 6507 184 = "minn, ohio" 6508 185 = "MINN, WASH, MONT" 6509 186 = "MINN,ILL,WASH" 6510 187 = "MINN,WASH" 6511 188 = "MINN., WIS." 6512 189 = "MINNESOTA,N.DAKOTA" 6513 190 = "MISS, TEXAS" 6514 191 = "MISS,MICH,MRY, ILL" 6515 192 = "MO, ILL" 6516 193 = "Mo.-5/Colo.-24" 6517 194 = "Mo.-5/Okla.-14/Colo.-18" 6518 195 = "MONT, MISS, TEXAS" 6519 196 = "MONT, NEV." 6520 197 = "WASH, MONT" 6521 198 = "MONT,TENN, IOWA" 6522 199 = "Mont., Neb." 6523 200 = "n c, ore" 6524 201 = "N.J., N.Y." 6525 202 = "n j, penn, n y" 6526 203 = "N.DAKOTA,WASH" 6527 204 = "n. y., ala" 6528 205 = "n. y., and s. c." 6529 206 = "N.Y., PA., ILL." 6530 207 = "N.Y., WASH" 6531 208 = "n.y./s.c." 6532 209 = "NC/CA" 6533 210 = "NEB, WASH" 6534 211 = "NEB., COLO." 6535 212 = "NEB., TEX., IOWA & ILL." 6536 213 = "NEBR, N.Y., CAL, ILL" 6537 214 = "NEBRASKA OREGON" 6538 215 = "New Hamp., Mass." 6539 216 = "ohio, fla, kent." 6540 217 = "Ohio, Kent., Ind." 6541 218 = "OHIO, MICHIGAN" 6542 219 = "ohio, ore" 6543 220 = "S.C., OHIO" 6544 221 = "INDIANA, OHIO, ILLINOIS" 6545 222 = "OHIO,PA" 6546 223 = "OK,SC,KS" 6547 224 = "okla, ark" 6548 225 = "OKLA,COLO" 6549 226 = "okla, kans" 6550 227 = "okla, wash" 6551 228 = "INDIANA, NEW MEXICO" 6552 229 = "OKLA,MISSOURI,COLO" 6553 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 6554 231 = "ILL, S. DAK" 6555 232 = "WISCONSIN OREGON" 6556 233 = "ORE,WASH" 6557 234 = "PA, IOWA" 6558 235 = "PA,N.Y." 6559 236 = "pa, w va" 120 The SAS System 10:01 Wednesday, November 23, 2005 6560 237 = "PA,NY,OHIO" 6561 238 = "Rhode Island, N. Hampshire" 6562 239 = "SO. DAKOTA, MONT" 6563 240 = "tenn, ohio" 6564 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 6565 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 6566 243 = "TENNESSEE, TEXAS, OREGON" 6567 244 = "tex, calif, mich, ohio" 6568 245 = "INDIANA, OHIO" 6569 246 = "TEXAS,WASH" 6570 247 = "UTAH COLORADO" 6571 248 = "UTAH,WASH" 6572 249 = "VA, OHIO" 6573 250 = "w. va., indiana, abroad(missionary), wn." 6574 251 = "W. VA., OHIO" 6575 252 = "W.VA, IND" 6576 253 = "wash d. c., wash" 6577 254 = "wash, alaska" 6578 255 = "wash, ark" 6579 256 = "WASH, ILL, IOWA" 6580 257 = "WASHINGTON, IDAHO" 6581 258 = "WIS., N.D." 6582 259 = "WISC, IOWA" 6583 260 = "WISCONSIN IDAHO" 6584 261 = "WISCONSIN ILLINOIS IOWA OREGON" 6585 262 = "WISCONSIN, WASHINGTON" 6586 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 6587 264 = "WYOMING IDAHO" 6588 265 = "WYOMING OREGON" 6589 266 = "PA, ILL" 6590 268 = "ore, wash, cal" 6591 269 = "tex, ohio, mich" 6592 270 = "WASHINGTON OREGON COLORADO" 6593 271 = "wash, miss" 6594 272 = "ill, ala" 6595 273 = "FLA, ALA" 6596 300 = "abroad, wn." 6597 301 = "B.C." 6598 302 = "CANADA" 6599 303 = "CANADA, ILLINOIS" 6600 304 = "CANADA, OHIO" 6601 305 = "EUROPE" 6602 306 = "foreign" 6603 307 = "france, austria, ore" 6604 308 = "IOWA CANADA" 6605 309 = "MI, CANADA" 6606 310 = "missouri, scotland" 6607 311 = "oregon, canada" 6608 312 = "panama" 6609 313 = "SOUTH AMERICA" 6610 999 = "Illegible/ Meaningless"; NOTE: Format V690FT has been output. 6611 VALUE V692FT (MAX=40) 6612 0 = "No Reply" 6613 1 = "Connecticut" 6614 2 = "Maine" 6615 3 = "Massachusetts" 6616 4 = "New Hampshire" 121 The SAS System 10:01 Wednesday, November 23, 2005 6617 5 = "Rhode Island" 6618 6 = "Vermont" 6619 11 = "Delaware" 6620 12 = "New Jersey" 6621 13 = "New York" 6622 14 = "Pennsylvania" 6623 21 = "Illinois" 6624 22 = "Indiana" 6625 23 = "Michigan" 6626 24 = "Ohio" 6627 25 = "Wisconsin" 6628 31 = "Iowa" 6629 32 = "Kansas" 6630 33 = "Minnesota" 6631 34 = "Missouri" 6632 35 = "Nebraska" 6633 36 = "North Dakota" 6634 37 = "South Dakota" 6635 38 = "Iowa/Nebraska" 6636 40 = "Virginia" 6637 41 = "Alabama" 6638 42 = "Arkansas" 6639 43 = "Florida" 6640 44 = "Georgia" 6641 45 = "Louisiana" 6642 46 = "Mississippi" 6643 47 = "North Carolina" 6644 48 = "South Carolina" 6645 49 = "Texas" 6646 51 = "Kentucky" 6647 52 = "Maryland" 6648 53 = "Oklahoma" 6649 54 = "Tennessee" 6650 56 = "West Virginia" 6651 61 = "Arizona" 6652 62 = "Colorado" 6653 63 = "Idaho" 6654 64 = "Montana" 6655 65 = "Nevada" 6656 66 = "New Mexico" 6657 67 = "Utah" 6658 68 = "Wyoming" 6659 71 = "California" 6660 72 = "Oregon" 6661 73 = "Washington" 6662 81 = "Alaska" 6663 82 = "Hawaii" 6664 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 6665 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 6666 103 = "16-Colo./23-Ill." 6667 104 = "19-Mo./5-Kansas/1-Colorado" 6668 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 6669 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 6670 107 = "21-Mo./5-Kansas/1-Colorado" 6671 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 6672 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 6673 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 6674 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 122 The SAS System 10:01 Wednesday, November 23, 2005 6675 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 6676 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 6677 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 6678 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 6679 116 = "4-Georgia/3-Florida/19-Colorado" 6680 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 6681 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 6682 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 6683 120 = "ark, mo" 6684 121 = "ARK,COLO" 6685 122 = "CAL, ILL" 6686 123 = "cal, ind" 6687 124 = "cal, n.y., ala, la" 6688 125 = "cal, wash" 6689 126 = "CALIF,ORE" 6690 127 = "CALIF., MONT" 6691 128 = "COLO, MO, ILL" 6692 129 = "colo, ore, ark" 6693 130 = "COLO., MONT." 6694 131 = "Colorado/Missouri" 6695 132 = "MD., OHIO" 6696 133 = "fla, s. c." 6697 134 = "ga, ala" 6698 135 = "ga, s. c." 6699 136 = "georgia, ind, ore" 6700 137 = "GA AND FL" 6701 138 = "IA, ILL" 6702 139 = "ILL, IND" 6703 140 = "ill, mass" 6704 141 = "ILL, N YORK" 6705 142 = "ILLINOIS, OHIO" 6706 143 = "ILLINOIS-6, WASHINGTON-20" 6707 144 = "ILL,WASH" 6708 145 = "ILL, WISC" 6709 146 = "ILL,MISSOURI, CAL,WASH.ORE" 6710 147 = "ILL., MINN." 6711 148 = "ILL., MONT" 6712 149 = "INDIANA, PENNSYLVANIA" 6713 150 = "ILLINOIS OREGON" 6714 151 = "IOWA, D.C., OHIO" 6715 152 = "Iowa, Illinois, Indiana" 6716 153 = "iowa, ohio" 6717 154 = "IOWA,WASH" 6718 155 = "Iowa/Colorado" 6719 156 = "KAN. OKLA. ORE. MONT." 6720 157 = "Kan.,Minn.,Neb." 6721 158 = "kans, okla" 6722 159 = "KANSAS OREGON" 6723 160 = "KANSAS,WASH" 6724 161 = "KENTUCKY COLORADO" 6725 162 = "KENTUCKY, NEW YORK" 6726 163 = "kentucky, ohio" 6727 164 = "KY,ILL" 6728 165 = "la, ala" 6729 166 = "mass, ala" 6730 167 = "MASS, IOWA" 6731 168 = "mass, n y, wash d.c." 6732 169 = "mass, ny" 123 The SAS System 10:01 Wednesday, November 23, 2005 6733 170 = "MASS, OHIO" 6734 171 = "MASS,PA" 6735 172 = "Mass. Rhode Island" 6736 173 = "Mass., Maine, Rhode Island" 6737 174 = "IND, KY" 6738 175 = "ind, mont, ore" 6739 176 = "MICH MONT." 6740 177 = "MICHIGAN, INDIANA" 6741 178 = "mich, ind, pa, ohio" 6742 179 = "MICH,WASH" 6743 180 = "MICH,ILL,OHIO" 6744 181 = "MICHIGAN ILLINOIS" 6745 182 = "MINN, IOWA" 6746 183 = "MINN, MONT" 6747 184 = "minn, ohio" 6748 185 = "MINN, WASH, MONT" 6749 186 = "MINN,ILL,WASH" 6750 187 = "MINN,WASH" 6751 188 = "MINN., WIS." 6752 189 = "MINNESOTA,N.DAKOTA" 6753 190 = "MISS, TEXAS" 6754 191 = "MISS,MICH,MRY, ILL" 6755 192 = "MO, ILL" 6756 193 = "Mo.-5/Colo.-24" 6757 194 = "Mo.-5/Okla.-14/Colo.-18" 6758 195 = "MONT, MISS, TEXAS" 6759 196 = "MONT, NEV." 6760 197 = "WASH, MONT" 6761 198 = "MONT,TENN, IOWA" 6762 199 = "Mont., Neb." 6763 200 = "n c, ore" 6764 201 = "N.J., N.Y." 6765 202 = "n j, penn, n y" 6766 203 = "N.DAKOTA,WASH" 6767 204 = "n. y., ala" 6768 205 = "n. y., and s. c." 6769 206 = "N.Y., PA., ILL." 6770 207 = "N.Y., WASH" 6771 208 = "n.y./s.c." 6772 209 = "NC/CA" 6773 210 = "NEB, WASH" 6774 211 = "NEB., COLO." 6775 212 = "NEB., TEX., IOWA & ILL." 6776 213 = "NEBR, N.Y., CAL, ILL" 6777 214 = "NEBRASKA OREGON" 6778 215 = "New Hamp., Mass." 6779 216 = "ohio, fla, kent." 6780 217 = "Ohio, Kent., Ind." 6781 218 = "OHIO, MICHIGAN" 6782 219 = "ohio, ore" 6783 220 = "S.C., OHIO" 6784 221 = "INDIANA, OHIO, ILLINOIS" 6785 222 = "OHIO,PA" 6786 223 = "OK,SC,KS" 6787 224 = "okla, ark" 6788 225 = "OKLA,COLO" 6789 226 = "okla, kans" 6790 227 = "okla, wash" 124 The SAS System 10:01 Wednesday, November 23, 2005 6791 228 = "INDIANA, NEW MEXICO" 6792 229 = "OKLA,MISSOURI,COLO" 6793 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 6794 231 = "ILL, S. DAK" 6795 232 = "WISCONSIN OREGON" 6796 233 = "ORE,WASH" 6797 234 = "PA, IOWA" 6798 235 = "PA,N.Y." 6799 236 = "pa, w va" 6800 237 = "PA,NY,OHIO" 6801 238 = "Rhode Island, N. Hampshire" 6802 239 = "SO. DAKOTA, MONT" 6803 240 = "tenn, ohio" 6804 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 6805 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 6806 243 = "TENNESSEE, TEXAS, OREGON" 6807 244 = "tex, calif, mich, ohio" 6808 245 = "INDIANA, OHIO" 6809 246 = "TEXAS,WASH" 6810 247 = "UTAH COLORADO" 6811 248 = "UTAH,WASH" 6812 249 = "VA, OHIO" 6813 250 = "w. va., indiana, abroad(missionary), wn." 6814 251 = "W. VA., OHIO" 6815 252 = "W.VA, IND" 6816 253 = "wash d. c., wash" 6817 254 = "wash, alaska" 6818 255 = "wash, ark" 6819 256 = "WASH, ILL, IOWA" 6820 257 = "WASHINGTON, IDAHO" 6821 258 = "WIS., N.D." 6822 259 = "WISC, IOWA" 6823 260 = "WISCONSIN IDAHO" 6824 261 = "WISCONSIN ILLINOIS IOWA OREGON" 6825 262 = "WISCONSIN, WASHINGTON" 6826 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 6827 264 = "WYOMING IDAHO" 6828 265 = "WYOMING OREGON" 6829 266 = "PA, ILL" 6830 268 = "ore, wash, cal" 6831 269 = "tex, ohio, mich" 6832 270 = "WASHINGTON OREGON COLORADO" 6833 271 = "wash, miss" 6834 272 = "ill, ala" 6835 273 = "FLA, ALA" 6836 300 = "abroad, wn." 6837 301 = "B.C." 6838 302 = "CANADA" 6839 303 = "CANADA, ILLINOIS" 6840 304 = "CANADA, OHIO" 6841 305 = "EUROPE" 6842 306 = "foreign" 6843 307 = "france, austria, ore" 6844 308 = "IOWA CANADA" 6845 309 = "MI, CANADA" 6846 310 = "missouri, scotland" 6847 311 = "oregon, canada" 6848 312 = "panama" 125 The SAS System 10:01 Wednesday, November 23, 2005 6849 313 = "SOUTH AMERICA" 6850 999 = "Illegible/ Meaningless"; NOTE: Format V692FT has been output. 6851 VALUE V694FT (MAX=40) 6852 0 = "No Reply" 6853 1 = "Connecticut" 6854 2 = "Maine" 6855 3 = "Massachusetts" 6856 4 = "New Hampshire" 6857 5 = "Rhode Island" 6858 6 = "Vermont" 6859 11 = "Delaware" 6860 12 = "New Jersey" 6861 13 = "New York" 6862 14 = "Pennsylvania" 6863 21 = "Illinois" 6864 22 = "Indiana" 6865 23 = "Michigan" 6866 24 = "Ohio" 6867 25 = "Wisconsin" 6868 31 = "Iowa" 6869 32 = "Kansas" 6870 33 = "Minnesota" 6871 34 = "Missouri" 6872 35 = "Nebraska" 6873 36 = "North Dakota" 6874 37 = "South Dakota" 6875 38 = "Iowa/Nebraska" 6876 40 = "Virginia" 6877 41 = "Alabama" 6878 42 = "Arkansas" 6879 43 = "Florida" 6880 44 = "Georgia" 6881 45 = "Louisiana" 6882 46 = "Mississippi" 6883 47 = "North Carolina" 6884 48 = "South Carolina" 6885 49 = "Texas" 6886 51 = "Kentucky" 6887 52 = "Maryland" 6888 53 = "Oklahoma" 6889 54 = "Tennessee" 6890 56 = "West Virginia" 6891 61 = "Arizona" 6892 62 = "Colorado" 6893 63 = "Idaho" 6894 64 = "Montana" 6895 65 = "Nevada" 6896 66 = "New Mexico" 6897 67 = "Utah" 6898 68 = "Wyoming" 6899 71 = "California" 6900 72 = "Oregon" 6901 73 = "Washington" 6902 81 = "Alaska" 6903 82 = "Hawaii" 6904 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 6905 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 126 The SAS System 10:01 Wednesday, November 23, 2005 6906 103 = "16-Colo./23-Ill." 6907 104 = "19-Mo./5-Kansas/1-Colorado" 6908 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 6909 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 6910 107 = "21-Mo./5-Kansas/1-Colorado" 6911 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 6912 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 6913 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 6914 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 6915 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 6916 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 6917 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 6918 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 6919 116 = "4-Georgia/3-Florida/19-Colorado" 6920 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 6921 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 6922 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 6923 120 = "ark, mo" 6924 121 = "ARK,COLO" 6925 122 = "CAL, ILL" 6926 123 = "cal, ind" 6927 124 = "cal, n.y., ala, la" 6928 125 = "cal, wash" 6929 126 = "CALIF,ORE" 6930 127 = "CALIF., MONT" 6931 128 = "COLO, MO, ILL" 6932 129 = "colo, ore, ark" 6933 130 = "COLO., MONT." 6934 131 = "Colorado/Missouri" 6935 132 = "MD., OHIO" 6936 133 = "fla, s. c." 6937 134 = "ga, ala" 6938 135 = "ga, s. c." 6939 136 = "georgia, ind, ore" 6940 137 = "GA AND FL" 6941 138 = "IA, ILL" 6942 139 = "ILL, IND" 6943 140 = "ill, mass" 6944 141 = "ILL, N YORK" 6945 142 = "ILLINOIS, OHIO" 6946 143 = "ILLINOIS-6, WASHINGTON-20" 6947 144 = "ILL,WASH" 6948 145 = "ILL, WISC" 6949 146 = "ILL,MISSOURI, CAL,WASH.ORE" 6950 147 = "ILL., MINN." 6951 148 = "ILL., MONT" 6952 149 = "INDIANA, PENNSYLVANIA" 6953 150 = "ILLINOIS OREGON" 6954 151 = "IOWA, D.C., OHIO" 6955 152 = "Iowa, Illinois, Indiana" 6956 153 = "iowa, ohio" 6957 154 = "IOWA,WASH" 6958 155 = "Iowa/Colorado" 6959 156 = "KAN. OKLA. ORE. MONT." 6960 157 = "Kan.,Minn.,Neb." 6961 158 = "kans, okla" 6962 159 = "KANSAS OREGON" 6963 160 = "KANSAS,WASH" 127 The SAS System 10:01 Wednesday, November 23, 2005 6964 161 = "KENTUCKY COLORADO" 6965 162 = "KENTUCKY, NEW YORK" 6966 163 = "kentucky, ohio" 6967 164 = "KY,ILL" 6968 165 = "la, ala" 6969 166 = "mass, ala" 6970 167 = "MASS, IOWA" 6971 168 = "mass, n y, wash d.c." 6972 169 = "mass, ny" 6973 170 = "MASS, OHIO" 6974 171 = "MASS,PA" 6975 172 = "Mass. Rhode Island" 6976 173 = "Mass., Maine, Rhode Island" 6977 174 = "IND, KY" 6978 175 = "ind, mont, ore" 6979 176 = "MICH MONT." 6980 177 = "MICHIGAN, INDIANA" 6981 178 = "mich, ind, pa, ohio" 6982 179 = "MICH,WASH" 6983 180 = "MICH,ILL,OHIO" 6984 181 = "MICHIGAN ILLINOIS" 6985 182 = "MINN, IOWA" 6986 183 = "MINN, MONT" 6987 184 = "minn, ohio" 6988 185 = "MINN, WASH, MONT" 6989 186 = "MINN,ILL,WASH" 6990 187 = "MINN,WASH" 6991 188 = "MINN., WIS." 6992 189 = "MINNESOTA,N.DAKOTA" 6993 190 = "MISS, TEXAS" 6994 191 = "MISS,MICH,MRY, ILL" 6995 192 = "MO, ILL" 6996 193 = "Mo.-5/Colo.-24" 6997 194 = "Mo.-5/Okla.-14/Colo.-18" 6998 195 = "MONT, MISS, TEXAS" 6999 196 = "MONT, NEV." 7000 197 = "WASH, MONT" 7001 198 = "MONT,TENN, IOWA" 7002 199 = "Mont., Neb." 7003 200 = "n c, ore" 7004 201 = "N.J., N.Y." 7005 202 = "n j, penn, n y" 7006 203 = "N.DAKOTA,WASH" 7007 204 = "n. y., ala" 7008 205 = "n. y., and s. c." 7009 206 = "N.Y., PA., ILL." 7010 207 = "N.Y., WASH" 7011 208 = "n.y./s.c." 7012 209 = "NC/CA" 7013 210 = "NEB, WASH" 7014 211 = "NEB., COLO." 7015 212 = "NEB., TEX., IOWA & ILL." 7016 213 = "NEBR, N.Y., CAL, ILL" 7017 214 = "NEBRASKA OREGON" 7018 215 = "New Hamp., Mass." 7019 216 = "ohio, fla, kent." 7020 217 = "Ohio, Kent., Ind." 7021 218 = "OHIO, MICHIGAN" 128 The SAS System 10:01 Wednesday, November 23, 2005 7022 219 = "ohio, ore" 7023 220 = "S.C., OHIO" 7024 221 = "INDIANA, OHIO, ILLINOIS" 7025 222 = "OHIO,PA" 7026 223 = "OK,SC,KS" 7027 224 = "okla, ark" 7028 225 = "OKLA,COLO" 7029 226 = "okla, kans" 7030 227 = "okla, wash" 7031 228 = "INDIANA, NEW MEXICO" 7032 229 = "OKLA,MISSOURI,COLO" 7033 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 7034 231 = "ILL, S. DAK" 7035 232 = "WISCONSIN OREGON" 7036 233 = "ORE,WASH" 7037 234 = "PA, IOWA" 7038 235 = "PA,N.Y." 7039 236 = "pa, w va" 7040 237 = "PA,NY,OHIO" 7041 238 = "Rhode Island, N. Hampshire" 7042 239 = "SO. DAKOTA, MONT" 7043 240 = "tenn, ohio" 7044 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 7045 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 7046 243 = "TENNESSEE, TEXAS, OREGON" 7047 244 = "tex, calif, mich, ohio" 7048 245 = "INDIANA, OHIO" 7049 246 = "TEXAS,WASH" 7050 247 = "UTAH COLORADO" 7051 248 = "UTAH,WASH" 7052 249 = "VA, OHIO" 7053 250 = "w. va., indiana, abroad(missionary), wn." 7054 251 = "W. VA., OHIO" 7055 252 = "W.VA, IND" 7056 253 = "wash d. c., wash" 7057 254 = "wash, alaska" 7058 255 = "wash, ark" 7059 256 = "WASH, ILL, IOWA" 7060 257 = "WASHINGTON, IDAHO" 7061 258 = "WIS., N.D." 7062 259 = "WISC, IOWA" 7063 260 = "WISCONSIN IDAHO" 7064 261 = "WISCONSIN ILLINOIS IOWA OREGON" 7065 262 = "WISCONSIN, WASHINGTON" 7066 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 7067 264 = "WYOMING IDAHO" 7068 265 = "WYOMING OREGON" 7069 266 = "PA, ILL" 7070 268 = "ore, wash, cal" 7071 269 = "tex, ohio, mich" 7072 270 = "WASHINGTON OREGON COLORADO" 7073 271 = "wash, miss" 7074 272 = "ill, ala" 7075 273 = "FLA, ALA" 7076 300 = "abroad, wn." 7077 301 = "B.C." 7078 302 = "CANADA" 7079 303 = "CANADA, ILLINOIS" 129 The SAS System 10:01 Wednesday, November 23, 2005 7080 304 = "CANADA, OHIO" 7081 305 = "EUROPE" 7082 306 = "foreign" 7083 307 = "france, austria, ore" 7084 308 = "IOWA CANADA" 7085 309 = "MI, CANADA" 7086 310 = "missouri, scotland" 7087 311 = "oregon, canada" 7088 312 = "panama" 7089 313 = "SOUTH AMERICA" 7090 999 = "Illegible/ Meaningless"; NOTE: Format V694FT has been output. 7091 VALUE V696FT (MAX=40) 7092 0 = "No Reply" 7093 1 = "Connecticut" 7094 2 = "Maine" 7095 3 = "Massachusetts" 7096 4 = "New Hampshire" 7097 5 = "Rhode Island" 7098 6 = "Vermont" 7099 11 = "Delaware" 7100 12 = "New Jersey" 7101 13 = "New York" 7102 14 = "Pennsylvania" 7103 21 = "Illinois" 7104 22 = "Indiana" 7105 23 = "Michigan" 7106 24 = "Ohio" 7107 25 = "Wisconsin" 7108 31 = "Iowa" 7109 32 = "Kansas" 7110 33 = "Minnesota" 7111 34 = "Missouri" 7112 35 = "Nebraska" 7113 36 = "North Dakota" 7114 37 = "South Dakota" 7115 38 = "Iowa/Nebraska" 7116 40 = "Virginia" 7117 41 = "Alabama" 7118 42 = "Arkansas" 7119 43 = "Florida" 7120 44 = "Georgia" 7121 45 = "Louisiana" 7122 46 = "Mississippi" 7123 47 = "North Carolina" 7124 48 = "South Carolina" 7125 49 = "Texas" 7126 51 = "Kentucky" 7127 52 = "Maryland" 7128 53 = "Oklahoma" 7129 54 = "Tennessee" 7130 56 = "West Virginia" 7131 61 = "Arizona" 7132 62 = "Colorado" 7133 63 = "Idaho" 7134 64 = "Montana" 7135 65 = "Nevada" 7136 66 = "New Mexico" 130 The SAS System 10:01 Wednesday, November 23, 2005 7137 67 = "Utah" 7138 68 = "Wyoming" 7139 71 = "California" 7140 72 = "Oregon" 7141 73 = "Washington" 7142 81 = "Alaska" 7143 82 = "Hawaii" 7144 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 7145 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 7146 103 = "16-Colo./23-Ill." 7147 104 = "19-Mo./5-Kansas/1-Colorado" 7148 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 7149 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 7150 107 = "21-Mo./5-Kansas/1-Colorado" 7151 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 7152 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 7153 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 7154 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 7155 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 7156 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 7157 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 7158 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 7159 116 = "4-Georgia/3-Florida/19-Colorado" 7160 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 7161 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 7162 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 7163 120 = "ark, mo" 7164 121 = "ARK,COLO" 7165 122 = "CAL, ILL" 7166 123 = "cal, ind" 7167 124 = "cal, n.y., ala, la" 7168 125 = "cal, wash" 7169 126 = "CALIF,ORE" 7170 127 = "CALIF., MONT" 7171 128 = "COLO, MO, ILL" 7172 129 = "colo, ore, ark" 7173 130 = "COLO., MONT." 7174 131 = "Colorado/Missouri" 7175 132 = "MD., OHIO" 7176 133 = "fla, s. c." 7177 134 = "ga, ala" 7178 135 = "ga, s. c." 7179 136 = "georgia, ind, ore" 7180 137 = "GA AND FL" 7181 138 = "IA, ILL" 7182 139 = "ILL, IND" 7183 140 = "ill, mass" 7184 141 = "ILL, N YORK" 7185 142 = "ILLINOIS, OHIO" 7186 143 = "ILLINOIS-6, WASHINGTON-20" 7187 144 = "ILL,WASH" 7188 145 = "ILL, WISC" 7189 146 = "ILL,MISSOURI, CAL,WASH.ORE" 7190 147 = "ILL., MINN." 7191 148 = "ILL., MONT" 7192 149 = "INDIANA, PENNSYLVANIA" 7193 150 = "ILLINOIS OREGON" 7194 151 = "IOWA, D.C., OHIO" 131 The SAS System 10:01 Wednesday, November 23, 2005 7195 152 = "Iowa, Illinois, Indiana" 7196 153 = "iowa, ohio" 7197 154 = "IOWA,WASH" 7198 155 = "Iowa/Colorado" 7199 156 = "KAN. OKLA. ORE. MONT." 7200 157 = "Kan.,Minn.,Neb." 7201 158 = "kans, okla" 7202 159 = "KANSAS OREGON" 7203 160 = "KANSAS,WASH" 7204 161 = "KENTUCKY COLORADO" 7205 162 = "KENTUCKY, NEW YORK" 7206 163 = "kentucky, ohio" 7207 164 = "KY,ILL" 7208 165 = "la, ala" 7209 166 = "mass, ala" 7210 167 = "MASS, IOWA" 7211 168 = "mass, n y, wash d.c." 7212 169 = "mass, ny" 7213 170 = "MASS, OHIO" 7214 171 = "MASS,PA" 7215 172 = "Mass. Rhode Island" 7216 173 = "Mass., Maine, Rhode Island" 7217 174 = "IND, KY" 7218 175 = "ind, mont, ore" 7219 176 = "MICH MONT." 7220 177 = "MICHIGAN, INDIANA" 7221 178 = "mich, ind, pa, ohio" 7222 179 = "MICH,WASH" 7223 180 = "MICH,ILL,OHIO" 7224 181 = "MICHIGAN ILLINOIS" 7225 182 = "MINN, IOWA" 7226 183 = "MINN, MONT" 7227 184 = "minn, ohio" 7228 185 = "MINN, WASH, MONT" 7229 186 = "MINN,ILL,WASH" 7230 187 = "MINN,WASH" 7231 188 = "MINN., WIS." 7232 189 = "MINNESOTA,N.DAKOTA" 7233 190 = "MISS, TEXAS" 7234 191 = "MISS,MICH,MRY, ILL" 7235 192 = "MO, ILL" 7236 193 = "Mo.-5/Colo.-24" 7237 194 = "Mo.-5/Okla.-14/Colo.-18" 7238 195 = "MONT, MISS, TEXAS" 7239 196 = "MONT, NEV." 7240 197 = "WASH, MONT" 7241 198 = "MONT,TENN, IOWA" 7242 199 = "Mont., Neb." 7243 200 = "n c, ore" 7244 201 = "N.J., N.Y." 7245 202 = "n j, penn, n y" 7246 203 = "N.DAKOTA,WASH" 7247 204 = "n. y., ala" 7248 205 = "n. y., and s. c." 7249 206 = "N.Y., PA., ILL." 7250 207 = "N.Y., WASH" 7251 208 = "n.y./s.c." 7252 209 = "NC/CA" 132 The SAS System 10:01 Wednesday, November 23, 2005 7253 210 = "NEB, WASH" 7254 211 = "NEB., COLO." 7255 212 = "NEB., TEX., IOWA & ILL." 7256 213 = "NEBR, N.Y., CAL, ILL" 7257 214 = "NEBRASKA OREGON" 7258 215 = "New Hamp., Mass." 7259 216 = "ohio, fla, kent." 7260 217 = "Ohio, Kent., Ind." 7261 218 = "OHIO, MICHIGAN" 7262 219 = "ohio, ore" 7263 220 = "S.C., OHIO" 7264 221 = "INDIANA, OHIO, ILLINOIS" 7265 222 = "OHIO,PA" 7266 223 = "OK,SC,KS" 7267 224 = "okla, ark" 7268 225 = "OKLA,COLO" 7269 226 = "okla, kans" 7270 227 = "okla, wash" 7271 228 = "INDIANA, NEW MEXICO" 7272 229 = "OKLA,MISSOURI,COLO" 7273 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 7274 231 = "ILL, S. DAK" 7275 232 = "WISCONSIN OREGON" 7276 233 = "ORE,WASH" 7277 234 = "PA, IOWA" 7278 235 = "PA,N.Y." 7279 236 = "pa, w va" 7280 237 = "PA,NY,OHIO" 7281 238 = "Rhode Island, N. Hampshire" 7282 239 = "SO. DAKOTA, MONT" 7283 240 = "tenn, ohio" 7284 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 7285 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 7286 243 = "TENNESSEE, TEXAS, OREGON" 7287 244 = "tex, calif, mich, ohio" 7288 245 = "INDIANA, OHIO" 7289 246 = "TEXAS,WASH" 7290 247 = "UTAH COLORADO" 7291 248 = "UTAH,WASH" 7292 249 = "VA, OHIO" 7293 250 = "w. va., indiana, abroad(missionary), wn." 7294 251 = "W. VA., OHIO" 7295 252 = "W.VA, IND" 7296 253 = "wash d. c., wash" 7297 254 = "wash, alaska" 7298 255 = "wash, ark" 7299 256 = "WASH, ILL, IOWA" 7300 257 = "WASHINGTON, IDAHO" 7301 258 = "WIS., N.D." 7302 259 = "WISC, IOWA" 7303 260 = "WISCONSIN IDAHO" 7304 261 = "WISCONSIN ILLINOIS IOWA OREGON" 7305 262 = "WISCONSIN, WASHINGTON" 7306 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 7307 264 = "WYOMING IDAHO" 7308 265 = "WYOMING OREGON" 7309 266 = "PA, ILL" 7310 268 = "ore, wash, cal" 133 The SAS System 10:01 Wednesday, November 23, 2005 7311 269 = "tex, ohio, mich" 7312 270 = "WASHINGTON OREGON COLORADO" 7313 271 = "wash, miss" 7314 272 = "ill, ala" 7315 273 = "FLA, ALA" 7316 300 = "abroad, wn." 7317 301 = "B.C." 7318 302 = "CANADA" 7319 303 = "CANADA, ILLINOIS" 7320 304 = "CANADA, OHIO" 7321 305 = "EUROPE" 7322 306 = "foreign" 7323 307 = "france, austria, ore" 7324 308 = "IOWA CANADA" 7325 309 = "MI, CANADA" 7326 310 = "missouri, scotland" 7327 311 = "oregon, canada" 7328 312 = "panama" 7329 313 = "SOUTH AMERICA" 7330 999 = "Illegible/ Meaningless"; NOTE: Format V696FT has been output. 7331 VALUE V698FT (MAX=40) 7332 0 = "No Reply" 7333 1 = "Connecticut" 7334 2 = "Maine" 7335 3 = "Massachusetts" 7336 4 = "New Hampshire" 7337 5 = "Rhode Island" 7338 6 = "Vermont" 7339 11 = "Delaware" 7340 12 = "New Jersey" 7341 13 = "New York" 7342 14 = "Pennsylvania" 7343 21 = "Illinois" 7344 22 = "Indiana" 7345 23 = "Michigan" 7346 24 = "Ohio" 7347 25 = "Wisconsin" 7348 31 = "Iowa" 7349 32 = "Kansas" 7350 33 = "Minnesota" 7351 34 = "Missouri" 7352 35 = "Nebraska" 7353 36 = "North Dakota" 7354 37 = "South Dakota" 7355 38 = "Iowa/Nebraska" 7356 40 = "Virginia" 7357 41 = "Alabama" 7358 42 = "Arkansas" 7359 43 = "Florida" 7360 44 = "Georgia" 7361 45 = "Louisiana" 7362 46 = "Mississippi" 7363 47 = "North Carolina" 7364 48 = "South Carolina" 7365 49 = "Texas" 7366 51 = "Kentucky" 7367 52 = "Maryland" 134 The SAS System 10:01 Wednesday, November 23, 2005 7368 53 = "Oklahoma" 7369 54 = "Tennessee" 7370 56 = "West Virginia" 7371 61 = "Arizona" 7372 62 = "Colorado" 7373 63 = "Idaho" 7374 64 = "Montana" 7375 65 = "Nevada" 7376 66 = "New Mexico" 7377 67 = "Utah" 7378 68 = "Wyoming" 7379 71 = "California" 7380 72 = "Oregon" 7381 73 = "Washington" 7382 81 = "Alaska" 7383 82 = "Hawaii" 7384 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 7385 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 7386 103 = "16-Colo./23-Ill." 7387 104 = "19-Mo./5-Kansas/1-Colorado" 7388 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 7389 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 7390 107 = "21-Mo./5-Kansas/1-Colorado" 7391 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 7392 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 7393 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 7394 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 7395 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 7396 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 7397 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 7398 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 7399 116 = "4-Georgia/3-Florida/19-Colorado" 7400 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 7401 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 7402 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 7403 120 = "ark, mo" 7404 121 = "ARK,COLO" 7405 122 = "CAL, ILL" 7406 123 = "cal, ind" 7407 124 = "cal, n.y., ala, la" 7408 125 = "cal, wash" 7409 126 = "CALIF,ORE" 7410 127 = "CALIF., MONT" 7411 128 = "COLO, MO, ILL" 7412 129 = "colo, ore, ark" 7413 130 = "COLO., MONT." 7414 131 = "Colorado/Missouri" 7415 132 = "MD., OHIO" 7416 133 = "fla, s. c." 7417 134 = "ga, ala" 7418 135 = "ga, s. c." 7419 136 = "georgia, ind, ore" 7420 137 = "GA AND FL" 7421 138 = "IA, ILL" 7422 139 = "ILL, IND" 7423 140 = "ill, mass" 7424 141 = "ILL, N YORK" 7425 142 = "ILLINOIS, OHIO" 135 The SAS System 10:01 Wednesday, November 23, 2005 7426 143 = "ILLINOIS-6, WASHINGTON-20" 7427 144 = "ILL,WASH" 7428 145 = "ILL, WISC" 7429 146 = "ILL,MISSOURI, CAL,WASH.ORE" 7430 147 = "ILL., MINN." 7431 148 = "ILL., MONT" 7432 149 = "INDIANA, PENNSYLVANIA" 7433 150 = "ILLINOIS OREGON" 7434 151 = "IOWA, D.C., OHIO" 7435 152 = "Iowa, Illinois, Indiana" 7436 153 = "iowa, ohio" 7437 154 = "IOWA,WASH" 7438 155 = "Iowa/Colorado" 7439 156 = "KAN. OKLA. ORE. MONT." 7440 157 = "Kan.,Minn.,Neb." 7441 158 = "kans, okla" 7442 159 = "KANSAS OREGON" 7443 160 = "KANSAS,WASH" 7444 161 = "KENTUCKY COLORADO" 7445 162 = "KENTUCKY, NEW YORK" 7446 163 = "kentucky, ohio" 7447 164 = "KY,ILL" 7448 165 = "la, ala" 7449 166 = "mass, ala" 7450 167 = "MASS, IOWA" 7451 168 = "mass, n y, wash d.c." 7452 169 = "mass, ny" 7453 170 = "MASS, OHIO" 7454 171 = "MASS,PA" 7455 172 = "Mass. Rhode Island" 7456 173 = "Mass., Maine, Rhode Island" 7457 174 = "IND, KY" 7458 175 = "ind, mont, ore" 7459 176 = "MICH MONT." 7460 177 = "MICHIGAN, INDIANA" 7461 178 = "mich, ind, pa, ohio" 7462 179 = "MICH,WASH" 7463 180 = "MICH,ILL,OHIO" 7464 181 = "MICHIGAN ILLINOIS" 7465 182 = "MINN, IOWA" 7466 183 = "MINN, MONT" 7467 184 = "minn, ohio" 7468 185 = "MINN, WASH, MONT" 7469 186 = "MINN,ILL,WASH" 7470 187 = "MINN,WASH" 7471 188 = "MINN., WIS." 7472 189 = "MINNESOTA,N.DAKOTA" 7473 190 = "MISS, TEXAS" 7474 191 = "MISS,MICH,MRY, ILL" 7475 192 = "MO, ILL" 7476 193 = "Mo.-5/Colo.-24" 7477 194 = "Mo.-5/Okla.-14/Colo.-18" 7478 195 = "MONT, MISS, TEXAS" 7479 196 = "MONT, NEV." 7480 197 = "WASH, MONT" 7481 198 = "MONT,TENN, IOWA" 7482 199 = "Mont., Neb." 7483 200 = "n c, ore" 136 The SAS System 10:01 Wednesday, November 23, 2005 7484 201 = "N.J., N.Y." 7485 202 = "n j, penn, n y" 7486 203 = "N.DAKOTA,WASH" 7487 204 = "n. y., ala" 7488 205 = "n. y., and s. c." 7489 206 = "N.Y., PA., ILL." 7490 207 = "N.Y., WASH" 7491 208 = "n.y./s.c." 7492 209 = "NC/CA" 7493 210 = "NEB, WASH" 7494 211 = "NEB., COLO." 7495 212 = "NEB., TEX., IOWA & ILL." 7496 213 = "NEBR, N.Y., CAL, ILL" 7497 214 = "NEBRASKA OREGON" 7498 215 = "New Hamp., Mass." 7499 216 = "ohio, fla, kent." 7500 217 = "Ohio, Kent., Ind." 7501 218 = "OHIO, MICHIGAN" 7502 219 = "ohio, ore" 7503 220 = "S.C., OHIO" 7504 221 = "INDIANA, OHIO, ILLINOIS" 7505 222 = "OHIO,PA" 7506 223 = "OK,SC,KS" 7507 224 = "okla, ark" 7508 225 = "OKLA,COLO" 7509 226 = "okla, kans" 7510 227 = "okla, wash" 7511 228 = "INDIANA, NEW MEXICO" 7512 229 = "OKLA,MISSOURI,COLO" 7513 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 7514 231 = "ILL, S. DAK" 7515 232 = "WISCONSIN OREGON" 7516 233 = "ORE,WASH" 7517 234 = "PA, IOWA" 7518 235 = "PA,N.Y." 7519 236 = "pa, w va" 7520 237 = "PA,NY,OHIO" 7521 238 = "Rhode Island, N. Hampshire" 7522 239 = "SO. DAKOTA, MONT" 7523 240 = "tenn, ohio" 7524 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 7525 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 7526 243 = "TENNESSEE, TEXAS, OREGON" 7527 244 = "tex, calif, mich, ohio" 7528 245 = "INDIANA, OHIO" 7529 246 = "TEXAS,WASH" 7530 247 = "UTAH COLORADO" 7531 248 = "UTAH,WASH" 7532 249 = "VA, OHIO" 7533 250 = "w. va., indiana, abroad(missionary), wn." 7534 251 = "W. VA., OHIO" 7535 252 = "W.VA, IND" 7536 253 = "wash d. c., wash" 7537 254 = "wash, alaska" 7538 255 = "wash, ark" 7539 256 = "WASH, ILL, IOWA" 7540 257 = "WASHINGTON, IDAHO" 7541 258 = "WIS., N.D." 137 The SAS System 10:01 Wednesday, November 23, 2005 7542 259 = "WISC, IOWA" 7543 260 = "WISCONSIN IDAHO" 7544 261 = "WISCONSIN ILLINOIS IOWA OREGON" 7545 262 = "WISCONSIN, WASHINGTON" 7546 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 7547 264 = "WYOMING IDAHO" 7548 265 = "WYOMING OREGON" 7549 266 = "PA, ILL" 7550 268 = "ore, wash, cal" 7551 269 = "tex, ohio, mich" 7552 270 = "WASHINGTON OREGON COLORADO" 7553 271 = "wash, miss" 7554 272 = "ill, ala" 7555 273 = "FLA, ALA" 7556 300 = "abroad, wn." 7557 301 = "B.C." 7558 302 = "CANADA" 7559 303 = "CANADA, ILLINOIS" 7560 304 = "CANADA, OHIO" 7561 305 = "EUROPE" 7562 306 = "foreign" 7563 307 = "france, austria, ore" 7564 308 = "IOWA CANADA" 7565 309 = "MI, CANADA" 7566 310 = "missouri, scotland" 7567 311 = "oregon, canada" 7568 312 = "panama" 7569 313 = "SOUTH AMERICA" 7570 999 = "Illegible/ Meaningless"; NOTE: Format V698FT has been output. 7571 VALUE V700FT (MAX=40) 7572 0 = "No Reply" 7573 1 = "Connecticut" 7574 2 = "Maine" 7575 3 = "Massachusetts" 7576 4 = "New Hampshire" 7577 5 = "Rhode Island" 7578 6 = "Vermont" 7579 11 = "Delaware" 7580 12 = "New Jersey" 7581 13 = "New York" 7582 14 = "Pennsylvania" 7583 21 = "Illinois" 7584 22 = "Indiana" 7585 23 = "Michigan" 7586 24 = "Ohio" 7587 25 = "Wisconsin" 7588 31 = "Iowa" 7589 32 = "Kansas" 7590 33 = "Minnesota" 7591 34 = "Missouri" 7592 35 = "Nebraska" 7593 36 = "North Dakota" 7594 37 = "South Dakota" 7595 38 = "Iowa/Nebraska" 7596 40 = "Virginia" 7597 41 = "Alabama" 7598 42 = "Arkansas" 138 The SAS System 10:01 Wednesday, November 23, 2005 7599 43 = "Florida" 7600 44 = "Georgia" 7601 45 = "Louisiana" 7602 46 = "Mississippi" 7603 47 = "North Carolina" 7604 48 = "South Carolina" 7605 49 = "Texas" 7606 51 = "Kentucky" 7607 52 = "Maryland" 7608 53 = "Oklahoma" 7609 54 = "Tennessee" 7610 56 = "West Virginia" 7611 61 = "Arizona" 7612 62 = "Colorado" 7613 63 = "Idaho" 7614 64 = "Montana" 7615 65 = "Nevada" 7616 66 = "New Mexico" 7617 67 = "Utah" 7618 68 = "Wyoming" 7619 71 = "California" 7620 72 = "Oregon" 7621 73 = "Washington" 7622 81 = "Alaska" 7623 82 = "Hawaii" 7624 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 7625 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 7626 103 = "16-Colo./23-Ill." 7627 104 = "19-Mo./5-Kansas/1-Colorado" 7628 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 7629 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 7630 107 = "21-Mo./5-Kansas/1-Colorado" 7631 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 7632 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 7633 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 7634 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 7635 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 7636 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 7637 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 7638 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 7639 116 = "4-Georgia/3-Florida/19-Colorado" 7640 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 7641 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 7642 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 7643 120 = "ark, mo" 7644 121 = "ARK,COLO" 7645 122 = "CAL, ILL" 7646 123 = "cal, ind" 7647 124 = "cal, n.y., ala, la" 7648 125 = "cal, wash" 7649 126 = "CALIF,ORE" 7650 127 = "CALIF., MONT" 7651 128 = "COLO, MO, ILL" 7652 129 = "colo, ore, ark" 7653 130 = "COLO., MONT." 7654 131 = "Colorado/Missouri" 7655 132 = "MD., OHIO" 7656 133 = "fla, s. c." 139 The SAS System 10:01 Wednesday, November 23, 2005 7657 134 = "ga, ala" 7658 135 = "ga, s. c." 7659 136 = "georgia, ind, ore" 7660 137 = "GA AND FL" 7661 138 = "IA, ILL" 7662 139 = "ILL, IND" 7663 140 = "ill, mass" 7664 141 = "ILL, N YORK" 7665 142 = "ILLINOIS, OHIO" 7666 143 = "ILLINOIS-6, WASHINGTON-20" 7667 144 = "ILL,WASH" 7668 145 = "ILL, WISC" 7669 146 = "ILL,MISSOURI, CAL,WASH.ORE" 7670 147 = "ILL., MINN." 7671 148 = "ILL., MONT" 7672 149 = "INDIANA, PENNSYLVANIA" 7673 150 = "ILLINOIS OREGON" 7674 151 = "IOWA, D.C., OHIO" 7675 152 = "Iowa, Illinois, Indiana" 7676 153 = "iowa, ohio" 7677 154 = "IOWA,WASH" 7678 155 = "Iowa/Colorado" 7679 156 = "KAN. OKLA. ORE. MONT." 7680 157 = "Kan.,Minn.,Neb." 7681 158 = "kans, okla" 7682 159 = "KANSAS OREGON" 7683 160 = "KANSAS,WASH" 7684 161 = "KENTUCKY COLORADO" 7685 162 = "KENTUCKY, NEW YORK" 7686 163 = "kentucky, ohio" 7687 164 = "KY,ILL" 7688 165 = "la, ala" 7689 166 = "mass, ala" 7690 167 = "MASS, IOWA" 7691 168 = "mass, n y, wash d.c." 7692 169 = "mass, ny" 7693 170 = "MASS, OHIO" 7694 171 = "MASS,PA" 7695 172 = "Mass. Rhode Island" 7696 173 = "Mass., Maine, Rhode Island" 7697 174 = "IND, KY" 7698 175 = "ind, mont, ore" 7699 176 = "MICH MONT." 7700 177 = "MICHIGAN, INDIANA" 7701 178 = "mich, ind, pa, ohio" 7702 179 = "MICH,WASH" 7703 180 = "MICH,ILL,OHIO" 7704 181 = "MICHIGAN ILLINOIS" 7705 182 = "MINN, IOWA" 7706 183 = "MINN, MONT" 7707 184 = "minn, ohio" 7708 185 = "MINN, WASH, MONT" 7709 186 = "MINN,ILL,WASH" 7710 187 = "MINN,WASH" 7711 188 = "MINN., WIS." 7712 189 = "MINNESOTA,N.DAKOTA" 7713 190 = "MISS, TEXAS" 7714 191 = "MISS,MICH,MRY, ILL" 140 The SAS System 10:01 Wednesday, November 23, 2005 7715 192 = "MO, ILL" 7716 193 = "Mo.-5/Colo.-24" 7717 194 = "Mo.-5/Okla.-14/Colo.-18" 7718 195 = "MONT, MISS, TEXAS" 7719 196 = "MONT, NEV." 7720 197 = "WASH, MONT" 7721 198 = "MONT,TENN, IOWA" 7722 199 = "Mont., Neb." 7723 200 = "n c, ore" 7724 201 = "N.J., N.Y." 7725 202 = "n j, penn, n y" 7726 203 = "N.DAKOTA,WASH" 7727 204 = "n. y., ala" 7728 205 = "n. y., and s. c." 7729 206 = "N.Y., PA., ILL." 7730 207 = "N.Y., WASH" 7731 208 = "n.y./s.c." 7732 209 = "NC/CA" 7733 210 = "NEB, WASH" 7734 211 = "NEB., COLO." 7735 212 = "NEB., TEX., IOWA & ILL." 7736 213 = "NEBR, N.Y., CAL, ILL" 7737 214 = "NEBRASKA OREGON" 7738 215 = "New Hamp., Mass." 7739 216 = "ohio, fla, kent." 7740 217 = "Ohio, Kent., Ind." 7741 218 = "OHIO, MICHIGAN" 7742 219 = "ohio, ore" 7743 220 = "S.C., OHIO" 7744 221 = "INDIANA, OHIO, ILLINOIS" 7745 222 = "OHIO,PA" 7746 223 = "OK,SC,KS" 7747 224 = "okla, ark" 7748 225 = "OKLA,COLO" 7749 226 = "okla, kans" 7750 227 = "okla, wash" 7751 228 = "INDIANA, NEW MEXICO" 7752 229 = "OKLA,MISSOURI,COLO" 7753 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 7754 231 = "ILL, S. DAK" 7755 232 = "WISCONSIN OREGON" 7756 233 = "ORE,WASH" 7757 234 = "PA, IOWA" 7758 235 = "PA,N.Y." 7759 236 = "pa, w va" 7760 237 = "PA,NY,OHIO" 7761 238 = "Rhode Island, N. Hampshire" 7762 239 = "SO. DAKOTA, MONT" 7763 240 = "tenn, ohio" 7764 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 7765 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 7766 243 = "TENNESSEE, TEXAS, OREGON" 7767 244 = "tex, calif, mich, ohio" 7768 245 = "INDIANA, OHIO" 7769 246 = "TEXAS,WASH" 7770 247 = "UTAH COLORADO" 7771 248 = "UTAH,WASH" 7772 249 = "VA, OHIO" 141 The SAS System 10:01 Wednesday, November 23, 2005 7773 250 = "w. va., indiana, abroad(missionary), wn." 7774 251 = "W. VA., OHIO" 7775 252 = "W.VA, IND" 7776 253 = "wash d. c., wash" 7777 254 = "wash, alaska" 7778 255 = "wash, ark" 7779 256 = "WASH, ILL, IOWA" 7780 257 = "WASHINGTON, IDAHO" 7781 258 = "WIS., N.D." 7782 259 = "WISC, IOWA" 7783 260 = "WISCONSIN IDAHO" 7784 261 = "WISCONSIN ILLINOIS IOWA OREGON" 7785 262 = "WISCONSIN, WASHINGTON" 7786 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 7787 264 = "WYOMING IDAHO" 7788 265 = "WYOMING OREGON" 7789 266 = "PA, ILL" 7790 268 = "ore, wash, cal" 7791 269 = "tex, ohio, mich" 7792 270 = "WASHINGTON OREGON COLORADO" 7793 271 = "wash, miss" 7794 272 = "ill, ala" 7795 273 = "FLA, ALA" 7796 300 = "abroad, wn." 7797 301 = "B.C." 7798 302 = "CANADA" 7799 303 = "CANADA, ILLINOIS" 7800 304 = "CANADA, OHIO" 7801 305 = "EUROPE" 7802 306 = "foreign" 7803 307 = "france, austria, ore" 7804 308 = "IOWA CANADA" 7805 309 = "MI, CANADA" 7806 310 = "missouri, scotland" 7807 311 = "oregon, canada" 7808 312 = "panama" 7809 313 = "SOUTH AMERICA" 7810 999 = "Illegible/ Meaningless"; NOTE: Format V700FT has been output. 7811 VALUE V702FT (MAX=40) 7812 0 = "No Reply" 7813 1 = "Connecticut" 7814 2 = "Maine" 7815 3 = "Massachusetts" 7816 4 = "New Hampshire" 7817 5 = "Rhode Island" 7818 6 = "Vermont" 7819 11 = "Delaware" 7820 12 = "New Jersey" 7821 13 = "New York" 7822 14 = "Pennsylvania" 7823 21 = "Illinois" 7824 22 = "Indiana" 7825 23 = "Michigan" 7826 24 = "Ohio" 7827 25 = "Wisconsin" 7828 31 = "Iowa" 7829 32 = "Kansas" 142 The SAS System 10:01 Wednesday, November 23, 2005 7830 33 = "Minnesota" 7831 34 = "Missouri" 7832 35 = "Nebraska" 7833 36 = "North Dakota" 7834 37 = "South Dakota" 7835 38 = "Iowa/Nebraska" 7836 40 = "Virginia" 7837 41 = "Alabama" 7838 42 = "Arkansas" 7839 43 = "Florida" 7840 44 = "Georgia" 7841 45 = "Louisiana" 7842 46 = "Mississippi" 7843 47 = "North Carolina" 7844 48 = "South Carolina" 7845 49 = "Texas" 7846 51 = "Kentucky" 7847 52 = "Maryland" 7848 53 = "Oklahoma" 7849 54 = "Tennessee" 7850 56 = "West Virginia" 7851 61 = "Arizona" 7852 62 = "Colorado" 7853 63 = "Idaho" 7854 64 = "Montana" 7855 65 = "Nevada" 7856 66 = "New Mexico" 7857 67 = "Utah" 7858 68 = "Wyoming" 7859 71 = "California" 7860 72 = "Oregon" 7861 73 = "Washington" 7862 81 = "Alaska" 7863 82 = "Hawaii" 7864 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 7865 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 7866 103 = "16-Colo./23-Ill." 7867 104 = "19-Mo./5-Kansas/1-Colorado" 7868 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 7869 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 7870 107 = "21-Mo./5-Kansas/1-Colorado" 7871 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 7872 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 7873 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 7874 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 7875 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 7876 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 7877 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 7878 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 7879 116 = "4-Georgia/3-Florida/19-Colorado" 7880 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 7881 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 7882 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 7883 120 = "ark, mo" 7884 121 = "ARK,COLO" 7885 122 = "CAL, ILL" 7886 123 = "cal, ind" 7887 124 = "cal, n.y., ala, la" 143 The SAS System 10:01 Wednesday, November 23, 2005 7888 125 = "cal, wash" 7889 126 = "CALIF,ORE" 7890 127 = "CALIF., MONT" 7891 128 = "COLO, MO, ILL" 7892 129 = "colo, ore, ark" 7893 130 = "COLO., MONT." 7894 131 = "Colorado/Missouri" 7895 132 = "MD., OHIO" 7896 133 = "fla, s. c." 7897 134 = "ga, ala" 7898 135 = "ga, s. c." 7899 136 = "georgia, ind, ore" 7900 137 = "GA AND FL" 7901 138 = "IA, ILL" 7902 139 = "ILL, IND" 7903 140 = "ill, mass" 7904 141 = "ILL, N YORK" 7905 142 = "ILLINOIS, OHIO" 7906 143 = "ILLINOIS-6, WASHINGTON-20" 7907 144 = "ILL,WASH" 7908 145 = "ILL, WISC" 7909 146 = "ILL,MISSOURI, CAL,WASH.ORE" 7910 147 = "ILL., MINN." 7911 148 = "ILL., MONT" 7912 149 = "INDIANA, PENNSYLVANIA" 7913 150 = "ILLINOIS OREGON" 7914 151 = "IOWA, D.C., OHIO" 7915 152 = "Iowa, Illinois, Indiana" 7916 153 = "iowa, ohio" 7917 154 = "IOWA,WASH" 7918 155 = "Iowa/Colorado" 7919 156 = "KAN. OKLA. ORE. MONT." 7920 157 = "Kan.,Minn.,Neb." 7921 158 = "kans, okla" 7922 159 = "KANSAS OREGON" 7923 160 = "KANSAS,WASH" 7924 161 = "KENTUCKY COLORADO" 7925 162 = "KENTUCKY, NEW YORK" 7926 163 = "kentucky, ohio" 7927 164 = "KY,ILL" 7928 165 = "la, ala" 7929 166 = "mass, ala" 7930 167 = "MASS, IOWA" 7931 168 = "mass, n y, wash d.c." 7932 169 = "mass, ny" 7933 170 = "MASS, OHIO" 7934 171 = "MASS,PA" 7935 172 = "Mass. Rhode Island" 7936 173 = "Mass., Maine, Rhode Island" 7937 174 = "IND, KY" 7938 175 = "ind, mont, ore" 7939 176 = "MICH MONT." 7940 177 = "MICHIGAN, INDIANA" 7941 178 = "mich, ind, pa, ohio" 7942 179 = "MICH,WASH" 7943 180 = "MICH,ILL,OHIO" 7944 181 = "MICHIGAN ILLINOIS" 7945 182 = "MINN, IOWA" 144 The SAS System 10:01 Wednesday, November 23, 2005 7946 183 = "MINN, MONT" 7947 184 = "minn, ohio" 7948 185 = "MINN, WASH, MONT" 7949 186 = "MINN,ILL,WASH" 7950 187 = "MINN,WASH" 7951 188 = "MINN., WIS." 7952 189 = "MINNESOTA,N.DAKOTA" 7953 190 = "MISS, TEXAS" 7954 191 = "MISS,MICH,MRY, ILL" 7955 192 = "MO, ILL" 7956 193 = "Mo.-5/Colo.-24" 7957 194 = "Mo.-5/Okla.-14/Colo.-18" 7958 195 = "MONT, MISS, TEXAS" 7959 196 = "MONT, NEV." 7960 197 = "WASH, MONT" 7961 198 = "MONT,TENN, IOWA" 7962 199 = "Mont., Neb." 7963 200 = "n c, ore" 7964 201 = "N.J., N.Y." 7965 202 = "n j, penn, n y" 7966 203 = "N.DAKOTA,WASH" 7967 204 = "n. y., ala" 7968 205 = "n. y., and s. c." 7969 206 = "N.Y., PA., ILL." 7970 207 = "N.Y., WASH" 7971 208 = "n.y./s.c." 7972 209 = "NC/CA" 7973 210 = "NEB, WASH" 7974 211 = "NEB., COLO." 7975 212 = "NEB., TEX., IOWA & ILL." 7976 213 = "NEBR, N.Y., CAL, ILL" 7977 214 = "NEBRASKA OREGON" 7978 215 = "New Hamp., Mass." 7979 216 = "ohio, fla, kent." 7980 217 = "Ohio, Kent., Ind." 7981 218 = "OHIO, MICHIGAN" 7982 219 = "ohio, ore" 7983 220 = "S.C., OHIO" 7984 221 = "INDIANA, OHIO, ILLINOIS" 7985 222 = "OHIO,PA" 7986 223 = "OK,SC,KS" 7987 224 = "okla, ark" 7988 225 = "OKLA,COLO" 7989 226 = "okla, kans" 7990 227 = "okla, wash" 7991 228 = "INDIANA, NEW MEXICO" 7992 229 = "OKLA,MISSOURI,COLO" 7993 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 7994 231 = "ILL, S. DAK" 7995 232 = "WISCONSIN OREGON" 7996 233 = "ORE,WASH" 7997 234 = "PA, IOWA" 7998 235 = "PA,N.Y." 7999 236 = "pa, w va" 8000 237 = "PA,NY,OHIO" 8001 238 = "Rhode Island, N. Hampshire" 8002 239 = "SO. DAKOTA, MONT" 8003 240 = "tenn, ohio" 145 The SAS System 10:01 Wednesday, November 23, 2005 8004 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 8005 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 8006 243 = "TENNESSEE, TEXAS, OREGON" 8007 244 = "tex, calif, mich, ohio" 8008 245 = "INDIANA, OHIO" 8009 246 = "TEXAS,WASH" 8010 247 = "UTAH COLORADO" 8011 248 = "UTAH,WASH" 8012 249 = "VA, OHIO" 8013 250 = "w. va., indiana, abroad(missionary), wn." 8014 251 = "W. VA., OHIO" 8015 252 = "W.VA, IND" 8016 253 = "wash d. c., wash" 8017 254 = "wash, alaska" 8018 255 = "wash, ark" 8019 256 = "WASH, ILL, IOWA" 8020 257 = "WASHINGTON, IDAHO" 8021 258 = "WIS., N.D." 8022 259 = "WISC, IOWA" 8023 260 = "WISCONSIN IDAHO" 8024 261 = "WISCONSIN ILLINOIS IOWA OREGON" 8025 262 = "WISCONSIN, WASHINGTON" 8026 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 8027 264 = "WYOMING IDAHO" 8028 265 = "WYOMING OREGON" 8029 266 = "PA, ILL" 8030 268 = "ore, wash, cal" 8031 269 = "tex, ohio, mich" 8032 270 = "WASHINGTON OREGON COLORADO" 8033 271 = "wash, miss" 8034 272 = "ill, ala" 8035 273 = "FLA, ALA" 8036 300 = "abroad, wn." 8037 301 = "B.C." 8038 302 = "CANADA" 8039 303 = "CANADA, ILLINOIS" 8040 304 = "CANADA, OHIO" 8041 305 = "EUROPE" 8042 306 = "foreign" 8043 307 = "france, austria, ore" 8044 308 = "IOWA CANADA" 8045 309 = "MI, CANADA" 8046 310 = "missouri, scotland" 8047 311 = "oregon, canada" 8048 312 = "panama" 8049 313 = "SOUTH AMERICA" 8050 999 = "Illegible/ Meaningless"; NOTE: Format V702FT has been output. 8051 VALUE V704FT (MAX=40) 8052 0 = "No Reply" 8053 1 = "Connecticut" 8054 2 = "Maine" 8055 3 = "Massachusetts" 8056 4 = "New Hampshire" 8057 5 = "Rhode Island" 8058 6 = "Vermont" 8059 11 = "Delaware" 8060 12 = "New Jersey" 146 The SAS System 10:01 Wednesday, November 23, 2005 8061 13 = "New York" 8062 14 = "Pennsylvania" 8063 21 = "Illinois" 8064 22 = "Indiana" 8065 23 = "Michigan" 8066 24 = "Ohio" 8067 25 = "Wisconsin" 8068 31 = "Iowa" 8069 32 = "Kansas" 8070 33 = "Minnesota" 8071 34 = "Missouri" 8072 35 = "Nebraska" 8073 36 = "North Dakota" 8074 37 = "South Dakota" 8075 38 = "Iowa/Nebraska" 8076 40 = "Virginia" 8077 41 = "Alabama" 8078 42 = "Arkansas" 8079 43 = "Florida" 8080 44 = "Georgia" 8081 45 = "Louisiana" 8082 46 = "Mississippi" 8083 47 = "North Carolina" 8084 48 = "South Carolina" 8085 49 = "Texas" 8086 51 = "Kentucky" 8087 52 = "Maryland" 8088 53 = "Oklahoma" 8089 54 = "Tennessee" 8090 56 = "West Virginia" 8091 61 = "Arizona" 8092 62 = "Colorado" 8093 63 = "Idaho" 8094 64 = "Montana" 8095 65 = "Nevada" 8096 66 = "New Mexico" 8097 67 = "Utah" 8098 68 = "Wyoming" 8099 71 = "California" 8100 72 = "Oregon" 8101 73 = "Washington" 8102 81 = "Alaska" 8103 82 = "Hawaii" 8104 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 8105 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 8106 103 = "16-Colo./23-Ill." 8107 104 = "19-Mo./5-Kansas/1-Colorado" 8108 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 8109 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 8110 107 = "21-Mo./5-Kansas/1-Colorado" 8111 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 8112 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 8113 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 8114 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 8115 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 8116 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 8117 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 8118 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 147 The SAS System 10:01 Wednesday, November 23, 2005 8119 116 = "4-Georgia/3-Florida/19-Colorado" 8120 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 8121 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 8122 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 8123 120 = "ark, mo" 8124 121 = "ARK,COLO" 8125 122 = "CAL, ILL" 8126 123 = "cal, ind" 8127 124 = "cal, n.y., ala, la" 8128 125 = "cal, wash" 8129 126 = "CALIF,ORE" 8130 127 = "CALIF., MONT" 8131 128 = "COLO, MO, ILL" 8132 129 = "colo, ore, ark" 8133 130 = "COLO., MONT." 8134 131 = "Colorado/Missouri" 8135 132 = "MD., OHIO" 8136 133 = "fla, s. c." 8137 134 = "ga, ala" 8138 135 = "ga, s. c." 8139 136 = "georgia, ind, ore" 8140 137 = "GA AND FL" 8141 138 = "IA, ILL" 8142 139 = "ILL, IND" 8143 140 = "ill, mass" 8144 141 = "ILL, N YORK" 8145 142 = "ILLINOIS, OHIO" 8146 143 = "ILLINOIS-6, WASHINGTON-20" 8147 144 = "ILL,WASH" 8148 145 = "ILL, WISC" 8149 146 = "ILL,MISSOURI, CAL,WASH.ORE" 8150 147 = "ILL., MINN." 8151 148 = "ILL., MONT" 8152 149 = "INDIANA, PENNSYLVANIA" 8153 150 = "ILLINOIS OREGON" 8154 151 = "IOWA, D.C., OHIO" 8155 152 = "Iowa, Illinois, Indiana" 8156 153 = "iowa, ohio" 8157 154 = "IOWA,WASH" 8158 155 = "Iowa/Colorado" 8159 156 = "KAN. OKLA. ORE. MONT." 8160 157 = "Kan.,Minn.,Neb." 8161 158 = "kans, okla" 8162 159 = "KANSAS OREGON" 8163 160 = "KANSAS,WASH" 8164 161 = "KENTUCKY COLORADO" 8165 162 = "KENTUCKY, NEW YORK" 8166 163 = "kentucky, ohio" 8167 164 = "KY,ILL" 8168 165 = "la, ala" 8169 166 = "mass, ala" 8170 167 = "MASS, IOWA" 8171 168 = "mass, n y, wash d.c." 8172 169 = "mass, ny" 8173 170 = "MASS, OHIO" 8174 171 = "MASS,PA" 8175 172 = "Mass. Rhode Island" 8176 173 = "Mass., Maine, Rhode Island" 148 The SAS System 10:01 Wednesday, November 23, 2005 8177 174 = "IND, KY" 8178 175 = "ind, mont, ore" 8179 176 = "MICH MONT." 8180 177 = "MICHIGAN, INDIANA" 8181 178 = "mich, ind, pa, ohio" 8182 179 = "MICH,WASH" 8183 180 = "MICH,ILL,OHIO" 8184 181 = "MICHIGAN ILLINOIS" 8185 182 = "MINN, IOWA" 8186 183 = "MINN, MONT" 8187 184 = "minn, ohio" 8188 185 = "MINN, WASH, MONT" 8189 186 = "MINN,ILL,WASH" 8190 187 = "MINN,WASH" 8191 188 = "MINN., WIS." 8192 189 = "MINNESOTA,N.DAKOTA" 8193 190 = "MISS, TEXAS" 8194 191 = "MISS,MICH,MRY, ILL" 8195 192 = "MO, ILL" 8196 193 = "Mo.-5/Colo.-24" 8197 194 = "Mo.-5/Okla.-14/Colo.-18" 8198 195 = "MONT, MISS, TEXAS" 8199 196 = "MONT, NEV." 8200 197 = "WASH, MONT" 8201 198 = "MONT,TENN, IOWA" 8202 199 = "Mont., Neb." 8203 200 = "n c, ore" 8204 201 = "N.J., N.Y." 8205 202 = "n j, penn, n y" 8206 203 = "N.DAKOTA,WASH" 8207 204 = "n. y., ala" 8208 205 = "n. y., and s. c." 8209 206 = "N.Y., PA., ILL." 8210 207 = "N.Y., WASH" 8211 208 = "n.y./s.c." 8212 209 = "NC/CA" 8213 210 = "NEB, WASH" 8214 211 = "NEB., COLO." 8215 212 = "NEB., TEX., IOWA & ILL." 8216 213 = "NEBR, N.Y., CAL, ILL" 8217 214 = "NEBRASKA OREGON" 8218 215 = "New Hamp., Mass." 8219 216 = "ohio, fla, kent." 8220 217 = "Ohio, Kent., Ind." 8221 218 = "OHIO, MICHIGAN" 8222 219 = "ohio, ore" 8223 220 = "S.C., OHIO" 8224 221 = "INDIANA, OHIO, ILLINOIS" 8225 222 = "OHIO,PA" 8226 223 = "OK,SC,KS" 8227 224 = "okla, ark" 8228 225 = "OKLA,COLO" 8229 226 = "okla, kans" 8230 227 = "okla, wash" 8231 228 = "INDIANA, NEW MEXICO" 8232 229 = "OKLA,MISSOURI,COLO" 8233 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 8234 231 = "ILL, S. DAK" 149 The SAS System 10:01 Wednesday, November 23, 2005 8235 232 = "WISCONSIN OREGON" 8236 233 = "ORE,WASH" 8237 234 = "PA, IOWA" 8238 235 = "PA,N.Y." 8239 236 = "pa, w va" 8240 237 = "PA,NY,OHIO" 8241 238 = "Rhode Island, N. Hampshire" 8242 239 = "SO. DAKOTA, MONT" 8243 240 = "tenn, ohio" 8244 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 8245 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 8246 243 = "TENNESSEE, TEXAS, OREGON" 8247 244 = "tex, calif, mich, ohio" 8248 245 = "INDIANA, OHIO" 8249 246 = "TEXAS,WASH" 8250 247 = "UTAH COLORADO" 8251 248 = "UTAH,WASH" 8252 249 = "VA, OHIO" 8253 250 = "w. va., indiana, abroad(missionary), wn." 8254 251 = "W. VA., OHIO" 8255 252 = "W.VA, IND" 8256 253 = "wash d. c., wash" 8257 254 = "wash, alaska" 8258 255 = "wash, ark" 8259 256 = "WASH, ILL, IOWA" 8260 257 = "WASHINGTON, IDAHO" 8261 258 = "WIS., N.D." 8262 259 = "WISC, IOWA" 8263 260 = "WISCONSIN IDAHO" 8264 261 = "WISCONSIN ILLINOIS IOWA OREGON" 8265 262 = "WISCONSIN, WASHINGTON" 8266 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 8267 264 = "WYOMING IDAHO" 8268 265 = "WYOMING OREGON" 8269 266 = "PA, ILL" 8270 268 = "ore, wash, cal" 8271 269 = "tex, ohio, mich" 8272 270 = "WASHINGTON OREGON COLORADO" 8273 271 = "wash, miss" 8274 272 = "ill, ala" 8275 273 = "FLA, ALA" 8276 300 = "abroad, wn." 8277 301 = "B.C." 8278 302 = "CANADA" 8279 303 = "CANADA, ILLINOIS" 8280 304 = "CANADA, OHIO" 8281 305 = "EUROPE" 8282 306 = "foreign" 8283 307 = "france, austria, ore" 8284 308 = "IOWA CANADA" 8285 309 = "MI, CANADA" 8286 310 = "missouri, scotland" 8287 311 = "oregon, canada" 8288 312 = "panama" 8289 313 = "SOUTH AMERICA" 8290 999 = "Illegible/ Meaningless"; NOTE: Format V704FT has been output. 8291 VALUE V706FT (MAX=40) 150 The SAS System 10:01 Wednesday, November 23, 2005 8292 0 = "No Reply" 8293 1 = "Connecticut" 8294 2 = "Maine" 8295 3 = "Massachusetts" 8296 4 = "New Hampshire" 8297 5 = "Rhode Island" 8298 6 = "Vermont" 8299 11 = "Delaware" 8300 12 = "New Jersey" 8301 13 = "New York" 8302 14 = "Pennsylvania" 8303 21 = "Illinois" 8304 22 = "Indiana" 8305 23 = "Michigan" 8306 24 = "Ohio" 8307 25 = "Wisconsin" 8308 31 = "Iowa" 8309 32 = "Kansas" 8310 33 = "Minnesota" 8311 34 = "Missouri" 8312 35 = "Nebraska" 8313 36 = "North Dakota" 8314 37 = "South Dakota" 8315 38 = "Iowa/Nebraska" 8316 40 = "Virginia" 8317 41 = "Alabama" 8318 42 = "Arkansas" 8319 43 = "Florida" 8320 44 = "Georgia" 8321 45 = "Louisiana" 8322 46 = "Mississippi" 8323 47 = "North Carolina" 8324 48 = "South Carolina" 8325 49 = "Texas" 8326 51 = "Kentucky" 8327 52 = "Maryland" 8328 53 = "Oklahoma" 8329 54 = "Tennessee" 8330 56 = "West Virginia" 8331 61 = "Arizona" 8332 62 = "Colorado" 8333 63 = "Idaho" 8334 64 = "Montana" 8335 65 = "Nevada" 8336 66 = "New Mexico" 8337 67 = "Utah" 8338 68 = "Wyoming" 8339 71 = "California" 8340 72 = "Oregon" 8341 73 = "Washington" 8342 81 = "Alaska" 8343 82 = "Hawaii" 8344 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 8345 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 8346 103 = "16-Colo./23-Ill." 8347 104 = "19-Mo./5-Kansas/1-Colorado" 8348 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 8349 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 151 The SAS System 10:01 Wednesday, November 23, 2005 8350 107 = "21-Mo./5-Kansas/1-Colorado" 8351 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 8352 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 8353 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 8354 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 8355 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 8356 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 8357 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 8358 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 8359 116 = "4-Georgia/3-Florida/19-Colorado" 8360 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 8361 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 8362 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 8363 120 = "ark, mo" 8364 121 = "ARK,COLO" 8365 122 = "CAL, ILL" 8366 123 = "cal, ind" 8367 124 = "cal, n.y., ala, la" 8368 125 = "cal, wash" 8369 126 = "CALIF,ORE" 8370 127 = "CALIF., MONT" 8371 128 = "COLO, MO, ILL" 8372 129 = "colo, ore, ark" 8373 130 = "COLO., MONT." 8374 131 = "Colorado/Missouri" 8375 132 = "MD., OHIO" 8376 133 = "fla, s. c." 8377 134 = "ga, ala" 8378 135 = "ga, s. c." 8379 136 = "georgia, ind, ore" 8380 137 = "GA AND FL" 8381 138 = "IA, ILL" 8382 139 = "ILL, IND" 8383 140 = "ill, mass" 8384 141 = "ILL, N YORK" 8385 142 = "ILLINOIS, OHIO" 8386 143 = "ILLINOIS-6, WASHINGTON-20" 8387 144 = "ILL,WASH" 8388 145 = "ILL, WISC" 8389 146 = "ILL,MISSOURI, CAL,WASH.ORE" 8390 147 = "ILL., MINN." 8391 148 = "ILL., MONT" 8392 149 = "INDIANA, PENNSYLVANIA" 8393 150 = "ILLINOIS OREGON" 8394 151 = "IOWA, D.C., OHIO" 8395 152 = "Iowa, Illinois, Indiana" 8396 153 = "iowa, ohio" 8397 154 = "IOWA,WASH" 8398 155 = "Iowa/Colorado" 8399 156 = "KAN. OKLA. ORE. MONT." 8400 157 = "Kan.,Minn.,Neb." 8401 158 = "kans, okla" 8402 159 = "KANSAS OREGON" 8403 160 = "KANSAS,WASH" 8404 161 = "KENTUCKY COLORADO" 8405 162 = "KENTUCKY, NEW YORK" 8406 163 = "kentucky, ohio" 8407 164 = "KY,ILL" 152 The SAS System 10:01 Wednesday, November 23, 2005 8408 165 = "la, ala" 8409 166 = "mass, ala" 8410 167 = "MASS, IOWA" 8411 168 = "mass, n y, wash d.c." 8412 169 = "mass, ny" 8413 170 = "MASS, OHIO" 8414 171 = "MASS,PA" 8415 172 = "Mass. Rhode Island" 8416 173 = "Mass., Maine, Rhode Island" 8417 174 = "IND, KY" 8418 175 = "ind, mont, ore" 8419 176 = "MICH MONT." 8420 177 = "MICHIGAN, INDIANA" 8421 178 = "mich, ind, pa, ohio" 8422 179 = "MICH,WASH" 8423 180 = "MICH,ILL,OHIO" 8424 181 = "MICHIGAN ILLINOIS" 8425 182 = "MINN, IOWA" 8426 183 = "MINN, MONT" 8427 184 = "minn, ohio" 8428 185 = "MINN, WASH, MONT" 8429 186 = "MINN,ILL,WASH" 8430 187 = "MINN,WASH" 8431 188 = "MINN., WIS." 8432 189 = "MINNESOTA,N.DAKOTA" 8433 190 = "MISS, TEXAS" 8434 191 = "MISS,MICH,MRY, ILL" 8435 192 = "MO, ILL" 8436 193 = "Mo.-5/Colo.-24" 8437 194 = "Mo.-5/Okla.-14/Colo.-18" 8438 195 = "MONT, MISS, TEXAS" 8439 196 = "MONT, NEV." 8440 197 = "WASH, MONT" 8441 198 = "MONT,TENN, IOWA" 8442 199 = "Mont., Neb." 8443 200 = "n c, ore" 8444 201 = "N.J., N.Y." 8445 202 = "n j, penn, n y" 8446 203 = "N.DAKOTA,WASH" 8447 204 = "n. y., ala" 8448 205 = "n. y., and s. c." 8449 206 = "N.Y., PA., ILL." 8450 207 = "N.Y., WASH" 8451 208 = "n.y./s.c." 8452 209 = "NC/CA" 8453 210 = "NEB, WASH" 8454 211 = "NEB., COLO." 8455 212 = "NEB., TEX., IOWA & ILL." 8456 213 = "NEBR, N.Y., CAL, ILL" 8457 214 = "NEBRASKA OREGON" 8458 215 = "New Hamp., Mass." 8459 216 = "ohio, fla, kent." 8460 217 = "Ohio, Kent., Ind." 8461 218 = "OHIO, MICHIGAN" 8462 219 = "ohio, ore" 8463 220 = "S.C., OHIO" 8464 221 = "INDIANA, OHIO, ILLINOIS" 8465 222 = "OHIO,PA" 153 The SAS System 10:01 Wednesday, November 23, 2005 8466 223 = "OK,SC,KS" 8467 224 = "okla, ark" 8468 225 = "OKLA,COLO" 8469 226 = "okla, kans" 8470 227 = "okla, wash" 8471 228 = "INDIANA, NEW MEXICO" 8472 229 = "OKLA,MISSOURI,COLO" 8473 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 8474 231 = "ILL, S. DAK" 8475 232 = "WISCONSIN OREGON" 8476 233 = "ORE,WASH" 8477 234 = "PA, IOWA" 8478 235 = "PA,N.Y." 8479 236 = "pa, w va" 8480 237 = "PA,NY,OHIO" 8481 238 = "Rhode Island, N. Hampshire" 8482 239 = "SO. DAKOTA, MONT" 8483 240 = "tenn, ohio" 8484 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 8485 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 8486 243 = "TENNESSEE, TEXAS, OREGON" 8487 244 = "tex, calif, mich, ohio" 8488 245 = "INDIANA, OHIO" 8489 246 = "TEXAS,WASH" 8490 247 = "UTAH COLORADO" 8491 248 = "UTAH,WASH" 8492 249 = "VA, OHIO" 8493 250 = "w. va., indiana, abroad(missionary), wn." 8494 251 = "W. VA., OHIO" 8495 252 = "W.VA, IND" 8496 253 = "wash d. c., wash" 8497 254 = "wash, alaska" 8498 255 = "wash, ark" 8499 256 = "WASH, ILL, IOWA" 8500 257 = "WASHINGTON, IDAHO" 8501 258 = "WIS., N.D." 8502 259 = "WISC, IOWA" 8503 260 = "WISCONSIN IDAHO" 8504 261 = "WISCONSIN ILLINOIS IOWA OREGON" 8505 262 = "WISCONSIN, WASHINGTON" 8506 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 8507 264 = "WYOMING IDAHO" 8508 265 = "WYOMING OREGON" 8509 266 = "PA, ILL" 8510 268 = "ore, wash, cal" 8511 269 = "tex, ohio, mich" 8512 270 = "WASHINGTON OREGON COLORADO" 8513 271 = "wash, miss" 8514 272 = "ill, ala" 8515 273 = "FLA, ALA" 8516 300 = "abroad, wn." 8517 301 = "B.C." 8518 302 = "CANADA" 8519 303 = "CANADA, ILLINOIS" 8520 304 = "CANADA, OHIO" 8521 305 = "EUROPE" 8522 306 = "foreign" 8523 307 = "france, austria, ore" 154 The SAS System 10:01 Wednesday, November 23, 2005 8524 308 = "IOWA CANADA" 8525 309 = "MI, CANADA" 8526 310 = "missouri, scotland" 8527 311 = "oregon, canada" 8528 312 = "panama" 8529 313 = "SOUTH AMERICA" 8530 999 = "Illegible/ Meaningless"; NOTE: Format V706FT has been output. 8531 VALUE V708FT (MAX=40) 8532 0 = "No Reply" 8533 1 = "Connecticut" 8534 2 = "Maine" 8535 3 = "Massachusetts" 8536 4 = "New Hampshire" 8537 5 = "Rhode Island" 8538 6 = "Vermont" 8539 11 = "Delaware" 8540 12 = "New Jersey" 8541 13 = "New York" 8542 14 = "Pennsylvania" 8543 21 = "Illinois" 8544 22 = "Indiana" 8545 23 = "Michigan" 8546 24 = "Ohio" 8547 25 = "Wisconsin" 8548 31 = "Iowa" 8549 32 = "Kansas" 8550 33 = "Minnesota" 8551 34 = "Missouri" 8552 35 = "Nebraska" 8553 36 = "North Dakota" 8554 37 = "South Dakota" 8555 38 = "Iowa/Nebraska" 8556 40 = "Virginia" 8557 41 = "Alabama" 8558 42 = "Arkansas" 8559 43 = "Florida" 8560 44 = "Georgia" 8561 45 = "Louisiana" 8562 46 = "Mississippi" 8563 47 = "North Carolina" 8564 48 = "South Carolina" 8565 49 = "Texas" 8566 51 = "Kentucky" 8567 52 = "Maryland" 8568 53 = "Oklahoma" 8569 54 = "Tennessee" 8570 56 = "West Virginia" 8571 61 = "Arizona" 8572 62 = "Colorado" 8573 63 = "Idaho" 8574 64 = "Montana" 8575 65 = "Nevada" 8576 66 = "New Mexico" 8577 67 = "Utah" 8578 68 = "Wyoming" 8579 71 = "California" 8580 72 = "Oregon" 155 The SAS System 10:01 Wednesday, November 23, 2005 8581 73 = "Washington" 8582 81 = "Alaska" 8583 82 = "Hawaii" 8584 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 8585 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 8586 103 = "16-Colo./23-Ill." 8587 104 = "19-Mo./5-Kansas/1-Colorado" 8588 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 8589 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 8590 107 = "21-Mo./5-Kansas/1-Colorado" 8591 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 8592 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 8593 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 8594 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 8595 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 8596 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 8597 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 8598 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 8599 116 = "4-Georgia/3-Florida/19-Colorado" 8600 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 8601 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 8602 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 8603 120 = "ark, mo" 8604 121 = "ARK,COLO" 8605 122 = "CAL, ILL" 8606 123 = "cal, ind" 8607 124 = "cal, n.y., ala, la" 8608 125 = "cal, wash" 8609 126 = "CALIF,ORE" 8610 127 = "CALIF., MONT" 8611 128 = "COLO, MO, ILL" 8612 129 = "colo, ore, ark" 8613 130 = "COLO., MONT." 8614 131 = "Colorado/Missouri" 8615 132 = "MD., OHIO" 8616 133 = "fla, s. c." 8617 134 = "ga, ala" 8618 135 = "ga, s. c." 8619 136 = "georgia, ind, ore" 8620 137 = "GA AND FL" 8621 138 = "IA, ILL" 8622 139 = "ILL, IND" 8623 140 = "ill, mass" 8624 141 = "ILL, N YORK" 8625 142 = "ILLINOIS, OHIO" 8626 143 = "ILLINOIS-6, WASHINGTON-20" 8627 144 = "ILL,WASH" 8628 145 = "ILL, WISC" 8629 146 = "ILL,MISSOURI, CAL,WASH.ORE" 8630 147 = "ILL., MINN." 8631 148 = "ILL., MONT" 8632 149 = "INDIANA, PENNSYLVANIA" 8633 150 = "ILLINOIS OREGON" 8634 151 = "IOWA, D.C., OHIO" 8635 152 = "Iowa, Illinois, Indiana" 8636 153 = "iowa, ohio" 8637 154 = "IOWA,WASH" 8638 155 = "Iowa/Colorado" 156 The SAS System 10:01 Wednesday, November 23, 2005 8639 156 = "KAN. OKLA. ORE. MONT." 8640 157 = "Kan.,Minn.,Neb." 8641 158 = "kans, okla" 8642 159 = "KANSAS OREGON" 8643 160 = "KANSAS,WASH" 8644 161 = "KENTUCKY COLORADO" 8645 162 = "KENTUCKY, NEW YORK" 8646 163 = "kentucky, ohio" 8647 164 = "KY,ILL" 8648 165 = "la, ala" 8649 166 = "mass, ala" 8650 167 = "MASS, IOWA" 8651 168 = "mass, n y, wash d.c." 8652 169 = "mass, ny" 8653 170 = "MASS, OHIO" 8654 171 = "MASS,PA" 8655 172 = "Mass. Rhode Island" 8656 173 = "Mass., Maine, Rhode Island" 8657 174 = "IND, KY" 8658 175 = "ind, mont, ore" 8659 176 = "MICH MONT." 8660 177 = "MICHIGAN, INDIANA" 8661 178 = "mich, ind, pa, ohio" 8662 179 = "MICH,WASH" 8663 180 = "MICH,ILL,OHIO" 8664 181 = "MICHIGAN ILLINOIS" 8665 182 = "MINN, IOWA" 8666 183 = "MINN, MONT" 8667 184 = "minn, ohio" 8668 185 = "MINN, WASH, MONT" 8669 186 = "MINN,ILL,WASH" 8670 187 = "MINN,WASH" 8671 188 = "MINN., WIS." 8672 189 = "MINNESOTA,N.DAKOTA" 8673 190 = "MISS, TEXAS" 8674 191 = "MISS,MICH,MRY, ILL" 8675 192 = "MO, ILL" 8676 193 = "Mo.-5/Colo.-24" 8677 194 = "Mo.-5/Okla.-14/Colo.-18" 8678 195 = "MONT, MISS, TEXAS" 8679 196 = "MONT, NEV." 8680 197 = "WASH, MONT" 8681 198 = "MONT,TENN, IOWA" 8682 199 = "Mont., Neb." 8683 200 = "n c, ore" 8684 201 = "N.J., N.Y." 8685 202 = "n j, penn, n y" 8686 203 = "N.DAKOTA,WASH" 8687 204 = "n. y., ala" 8688 205 = "n. y., and s. c." 8689 206 = "N.Y., PA., ILL." 8690 207 = "N.Y., WASH" 8691 208 = "n.y./s.c." 8692 209 = "NC/CA" 8693 210 = "NEB, WASH" 8694 211 = "NEB., COLO." 8695 212 = "NEB., TEX., IOWA & ILL." 8696 213 = "NEBR, N.Y., CAL, ILL" 157 The SAS System 10:01 Wednesday, November 23, 2005 8697 214 = "NEBRASKA OREGON" 8698 215 = "New Hamp., Mass." 8699 216 = "ohio, fla, kent." 8700 217 = "Ohio, Kent., Ind." 8701 218 = "OHIO, MICHIGAN" 8702 219 = "ohio, ore" 8703 220 = "S.C., OHIO" 8704 221 = "INDIANA, OHIO, ILLINOIS" 8705 222 = "OHIO,PA" 8706 223 = "OK,SC,KS" 8707 224 = "okla, ark" 8708 225 = "OKLA,COLO" 8709 226 = "okla, kans" 8710 227 = "okla, wash" 8711 228 = "INDIANA, NEW MEXICO" 8712 229 = "OKLA,MISSOURI,COLO" 8713 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 8714 231 = "ILL, S. DAK" 8715 232 = "WISCONSIN OREGON" 8716 233 = "ORE,WASH" 8717 234 = "PA, IOWA" 8718 235 = "PA,N.Y." 8719 236 = "pa, w va" 8720 237 = "PA,NY,OHIO" 8721 238 = "Rhode Island, N. Hampshire" 8722 239 = "SO. DAKOTA, MONT" 8723 240 = "tenn, ohio" 8724 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 8725 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 8726 243 = "TENNESSEE, TEXAS, OREGON" 8727 244 = "tex, calif, mich, ohio" 8728 245 = "INDIANA, OHIO" 8729 246 = "TEXAS,WASH" 8730 247 = "UTAH COLORADO" 8731 248 = "UTAH,WASH" 8732 249 = "VA, OHIO" 8733 250 = "w. va., indiana, abroad(missionary), wn." 8734 251 = "W. VA., OHIO" 8735 252 = "W.VA, IND" 8736 253 = "wash d. c., wash" 8737 254 = "wash, alaska" 8738 255 = "wash, ark" 8739 256 = "WASH, ILL, IOWA" 8740 257 = "WASHINGTON, IDAHO" 8741 258 = "WIS., N.D." 8742 259 = "WISC, IOWA" 8743 260 = "WISCONSIN IDAHO" 8744 261 = "WISCONSIN ILLINOIS IOWA OREGON" 8745 262 = "WISCONSIN, WASHINGTON" 8746 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 8747 264 = "WYOMING IDAHO" 8748 265 = "WYOMING OREGON" 8749 266 = "PA, ILL" 8750 268 = "ore, wash, cal" 8751 269 = "tex, ohio, mich" 8752 270 = "WASHINGTON OREGON COLORADO" 8753 271 = "wash, miss" 8754 272 = "ill, ala" 158 The SAS System 10:01 Wednesday, November 23, 2005 8755 273 = "FLA, ALA" 8756 300 = "abroad, wn." 8757 301 = "B.C." 8758 302 = "CANADA" 8759 303 = "CANADA, ILLINOIS" 8760 304 = "CANADA, OHIO" 8761 305 = "EUROPE" 8762 306 = "foreign" 8763 307 = "france, austria, ore" 8764 308 = "IOWA CANADA" 8765 309 = "MI, CANADA" 8766 310 = "missouri, scotland" 8767 311 = "oregon, canada" 8768 312 = "panama" 8769 313 = "SOUTH AMERICA" 8770 999 = "Illegible/ Meaningless"; NOTE: Format V708FT has been output. 8771 VALUE V710FT (MAX=40) 8772 0 = "No Reply" 8773 1 = "Connecticut" 8774 2 = "Maine" 8775 3 = "Massachusetts" 8776 4 = "New Hampshire" 8777 5 = "Rhode Island" 8778 6 = "Vermont" 8779 11 = "Delaware" 8780 12 = "New Jersey" 8781 13 = "New York" 8782 14 = "Pennsylvania" 8783 21 = "Illinois" 8784 22 = "Indiana" 8785 23 = "Michigan" 8786 24 = "Ohio" 8787 25 = "Wisconsin" 8788 31 = "Iowa" 8789 32 = "Kansas" 8790 33 = "Minnesota" 8791 34 = "Missouri" 8792 35 = "Nebraska" 8793 36 = "North Dakota" 8794 37 = "South Dakota" 8795 38 = "Iowa/Nebraska" 8796 40 = "Virginia" 8797 41 = "Alabama" 8798 42 = "Arkansas" 8799 43 = "Florida" 8800 44 = "Georgia" 8801 45 = "Louisiana" 8802 46 = "Mississippi" 8803 47 = "North Carolina" 8804 48 = "South Carolina" 8805 49 = "Texas" 8806 51 = "Kentucky" 8807 52 = "Maryland" 8808 53 = "Oklahoma" 8809 54 = "Tennessee" 8810 56 = "West Virginia" 8811 61 = "Arizona" 159 The SAS System 10:01 Wednesday, November 23, 2005 8812 62 = "Colorado" 8813 63 = "Idaho" 8814 64 = "Montana" 8815 65 = "Nevada" 8816 66 = "New Mexico" 8817 67 = "Utah" 8818 68 = "Wyoming" 8819 71 = "California" 8820 72 = "Oregon" 8821 73 = "Washington" 8822 81 = "Alaska" 8823 82 = "Hawaii" 8824 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 8825 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 8826 103 = "16-Colo./23-Ill." 8827 104 = "19-Mo./5-Kansas/1-Colorado" 8828 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 8829 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 8830 107 = "21-Mo./5-Kansas/1-Colorado" 8831 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 8832 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 8833 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 8834 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 8835 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 8836 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 8837 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 8838 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 8839 116 = "4-Georgia/3-Florida/19-Colorado" 8840 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 8841 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 8842 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 8843 120 = "ark, mo" 8844 121 = "ARK,COLO" 8845 122 = "CAL, ILL" 8846 123 = "cal, ind" 8847 124 = "cal, n.y., ala, la" 8848 125 = "cal, wash" 8849 126 = "CALIF,ORE" 8850 127 = "CALIF., MONT" 8851 128 = "COLO, MO, ILL" 8852 129 = "colo, ore, ark" 8853 130 = "COLO., MONT." 8854 131 = "Colorado/Missouri" 8855 132 = "MD., OHIO" 8856 133 = "fla, s. c." 8857 134 = "ga, ala" 8858 135 = "ga, s. c." 8859 136 = "georgia, ind, ore" 8860 137 = "GA AND FL" 8861 138 = "IA, ILL" 8862 139 = "ILL, IND" 8863 140 = "ill, mass" 8864 141 = "ILL, N YORK" 8865 142 = "ILLINOIS, OHIO" 8866 143 = "ILLINOIS-6, WASHINGTON-20" 8867 144 = "ILL,WASH" 8868 145 = "ILL, WISC" 8869 146 = "ILL,MISSOURI, CAL,WASH.ORE" 160 The SAS System 10:01 Wednesday, November 23, 2005 8870 147 = "ILL., MINN." 8871 148 = "ILL., MONT" 8872 149 = "INDIANA, PENNSYLVANIA" 8873 150 = "ILLINOIS OREGON" 8874 151 = "IOWA, D.C., OHIO" 8875 152 = "Iowa, Illinois, Indiana" 8876 153 = "iowa, ohio" 8877 154 = "IOWA,WASH" 8878 155 = "Iowa/Colorado" 8879 156 = "KAN. OKLA. ORE. MONT." 8880 157 = "Kan.,Minn.,Neb." 8881 158 = "kans, okla" 8882 159 = "KANSAS OREGON" 8883 160 = "KANSAS,WASH" 8884 161 = "KENTUCKY COLORADO" 8885 162 = "KENTUCKY, NEW YORK" 8886 163 = "kentucky, ohio" 8887 164 = "KY,ILL" 8888 165 = "la, ala" 8889 166 = "mass, ala" 8890 167 = "MASS, IOWA" 8891 168 = "mass, n y, wash d.c." 8892 169 = "mass, ny" 8893 170 = "MASS, OHIO" 8894 171 = "MASS,PA" 8895 172 = "Mass. Rhode Island" 8896 173 = "Mass., Maine, Rhode Island" 8897 174 = "IND, KY" 8898 175 = "ind, mont, ore" 8899 176 = "MICH MONT." 8900 177 = "MICHIGAN, INDIANA" 8901 178 = "mich, ind, pa, ohio" 8902 179 = "MICH,WASH" 8903 180 = "MICH,ILL,OHIO" 8904 181 = "MICHIGAN ILLINOIS" 8905 182 = "MINN, IOWA" 8906 183 = "MINN, MONT" 8907 184 = "minn, ohio" 8908 185 = "MINN, WASH, MONT" 8909 186 = "MINN,ILL,WASH" 8910 187 = "MINN,WASH" 8911 188 = "MINN., WIS." 8912 189 = "MINNESOTA,N.DAKOTA" 8913 190 = "MISS, TEXAS" 8914 191 = "MISS,MICH,MRY, ILL" 8915 192 = "MO, ILL" 8916 193 = "Mo.-5/Colo.-24" 8917 194 = "Mo.-5/Okla.-14/Colo.-18" 8918 195 = "MONT, MISS, TEXAS" 8919 196 = "MONT, NEV." 8920 197 = "WASH, MONT" 8921 198 = "MONT,TENN, IOWA" 8922 199 = "Mont., Neb." 8923 200 = "n c, ore" 8924 201 = "N.J., N.Y." 8925 202 = "n j, penn, n y" 8926 203 = "N.DAKOTA,WASH" 8927 204 = "n. y., ala" 161 The SAS System 10:01 Wednesday, November 23, 2005 8928 205 = "n. y., and s. c." 8929 206 = "N.Y., PA., ILL." 8930 207 = "N.Y., WASH" 8931 208 = "n.y./s.c." 8932 209 = "NC/CA" 8933 210 = "NEB, WASH" 8934 211 = "NEB., COLO." 8935 212 = "NEB., TEX., IOWA & ILL." 8936 213 = "NEBR, N.Y., CAL, ILL" 8937 214 = "NEBRASKA OREGON" 8938 215 = "New Hamp., Mass." 8939 216 = "ohio, fla, kent." 8940 217 = "Ohio, Kent., Ind." 8941 218 = "OHIO, MICHIGAN" 8942 219 = "ohio, ore" 8943 220 = "S.C., OHIO" 8944 221 = "INDIANA, OHIO, ILLINOIS" 8945 222 = "OHIO,PA" 8946 223 = "OK,SC,KS" 8947 224 = "okla, ark" 8948 225 = "OKLA,COLO" 8949 226 = "okla, kans" 8950 227 = "okla, wash" 8951 228 = "INDIANA, NEW MEXICO" 8952 229 = "OKLA,MISSOURI,COLO" 8953 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 8954 231 = "ILL, S. DAK" 8955 232 = "WISCONSIN OREGON" 8956 233 = "ORE,WASH" 8957 234 = "PA, IOWA" 8958 235 = "PA,N.Y." 8959 236 = "pa, w va" 8960 237 = "PA,NY,OHIO" 8961 238 = "Rhode Island, N. Hampshire" 8962 239 = "SO. DAKOTA, MONT" 8963 240 = "tenn, ohio" 8964 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 8965 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 8966 243 = "TENNESSEE, TEXAS, OREGON" 8967 244 = "tex, calif, mich, ohio" 8968 245 = "INDIANA, OHIO" 8969 246 = "TEXAS,WASH" 8970 247 = "UTAH COLORADO" 8971 248 = "UTAH,WASH" 8972 249 = "VA, OHIO" 8973 250 = "w. va., indiana, abroad(missionary), wn." 8974 251 = "W. VA., OHIO" 8975 252 = "W.VA, IND" 8976 253 = "wash d. c., wash" 8977 254 = "wash, alaska" 8978 255 = "wash, ark" 8979 256 = "WASH, ILL, IOWA" 8980 257 = "WASHINGTON, IDAHO" 8981 258 = "WIS., N.D." 8982 259 = "WISC, IOWA" 8983 260 = "WISCONSIN IDAHO" 8984 261 = "WISCONSIN ILLINOIS IOWA OREGON" 8985 262 = "WISCONSIN, WASHINGTON" 162 The SAS System 10:01 Wednesday, November 23, 2005 8986 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 8987 264 = "WYOMING IDAHO" 8988 265 = "WYOMING OREGON" 8989 266 = "PA, ILL" 8990 268 = "ore, wash, cal" 8991 269 = "tex, ohio, mich" 8992 270 = "WASHINGTON OREGON COLORADO" 8993 271 = "wash, miss" 8994 272 = "ill, ala" 8995 273 = "FLA, ALA" 8996 300 = "abroad, wn." 8997 301 = "B.C." 8998 302 = "CANADA" 8999 303 = "CANADA, ILLINOIS" 9000 304 = "CANADA, OHIO" 9001 305 = "EUROPE" 9002 306 = "foreign" 9003 307 = "france, austria, ore" 9004 308 = "IOWA CANADA" 9005 309 = "MI, CANADA" 9006 310 = "missouri, scotland" 9007 311 = "oregon, canada" 9008 312 = "panama" 9009 313 = "SOUTH AMERICA" 9010 999 = "Illegible/ Meaningless"; NOTE: Format V710FT has been output. 9011 VALUE V712FT (MAX=40) 9012 0 = "No Reply" 9013 1 = "Connecticut" 9014 2 = "Maine" 9015 3 = "Massachusetts" 9016 4 = "New Hampshire" 9017 5 = "Rhode Island" 9018 6 = "Vermont" 9019 11 = "Delaware" 9020 12 = "New Jersey" 9021 13 = "New York" 9022 14 = "Pennsylvania" 9023 21 = "Illinois" 9024 22 = "Indiana" 9025 23 = "Michigan" 9026 24 = "Ohio" 9027 25 = "Wisconsin" 9028 31 = "Iowa" 9029 32 = "Kansas" 9030 33 = "Minnesota" 9031 34 = "Missouri" 9032 35 = "Nebraska" 9033 36 = "North Dakota" 9034 37 = "South Dakota" 9035 38 = "Iowa/Nebraska" 9036 40 = "Virginia" 9037 41 = "Alabama" 9038 42 = "Arkansas" 9039 43 = "Florida" 9040 44 = "Georgia" 9041 45 = "Louisiana" 9042 46 = "Mississippi" 163 The SAS System 10:01 Wednesday, November 23, 2005 9043 47 = "North Carolina" 9044 48 = "South Carolina" 9045 49 = "Texas" 9046 51 = "Kentucky" 9047 52 = "Maryland" 9048 53 = "Oklahoma" 9049 54 = "Tennessee" 9050 56 = "West Virginia" 9051 61 = "Arizona" 9052 62 = "Colorado" 9053 63 = "Idaho" 9054 64 = "Montana" 9055 65 = "Nevada" 9056 66 = "New Mexico" 9057 67 = "Utah" 9058 68 = "Wyoming" 9059 71 = "California" 9060 72 = "Oregon" 9061 73 = "Washington" 9062 81 = "Alaska" 9063 82 = "Hawaii" 9064 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 9065 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 9066 103 = "16-Colo./23-Ill." 9067 104 = "19-Mo./5-Kansas/1-Colorado" 9068 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 9069 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 9070 107 = "21-Mo./5-Kansas/1-Colorado" 9071 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 9072 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 9073 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 9074 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 9075 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 9076 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 9077 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 9078 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 9079 116 = "4-Georgia/3-Florida/19-Colorado" 9080 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 9081 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 9082 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 9083 120 = "ark, mo" 9084 121 = "ARK,COLO" 9085 122 = "CAL, ILL" 9086 123 = "cal, ind" 9087 124 = "cal, n.y., ala, la" 9088 125 = "cal, wash" 9089 126 = "CALIF,ORE" 9090 127 = "CALIF., MONT" 9091 128 = "COLO, MO, ILL" 9092 129 = "colo, ore, ark" 9093 130 = "COLO., MONT." 9094 131 = "Colorado/Missouri" 9095 132 = "MD., OHIO" 9096 133 = "fla, s. c." 9097 134 = "ga, ala" 9098 135 = "ga, s. c." 9099 136 = "georgia, ind, ore" 9100 137 = "GA AND FL" 164 The SAS System 10:01 Wednesday, November 23, 2005 9101 138 = "IA, ILL" 9102 139 = "ILL, IND" 9103 140 = "ill, mass" 9104 141 = "ILL, N YORK" 9105 142 = "ILLINOIS, OHIO" 9106 143 = "ILLINOIS-6, WASHINGTON-20" 9107 144 = "ILL,WASH" 9108 145 = "ILL, WISC" 9109 146 = "ILL,MISSOURI, CAL,WASH.ORE" 9110 147 = "ILL., MINN." 9111 148 = "ILL., MONT" 9112 149 = "INDIANA, PENNSYLVANIA" 9113 150 = "ILLINOIS OREGON" 9114 151 = "IOWA, D.C., OHIO" 9115 152 = "Iowa, Illinois, Indiana" 9116 153 = "iowa, ohio" 9117 154 = "IOWA,WASH" 9118 155 = "Iowa/Colorado" 9119 156 = "KAN. OKLA. ORE. MONT." 9120 157 = "Kan.,Minn.,Neb." 9121 158 = "kans, okla" 9122 159 = "KANSAS OREGON" 9123 160 = "KANSAS,WASH" 9124 161 = "KENTUCKY COLORADO" 9125 162 = "KENTUCKY, NEW YORK" 9126 163 = "kentucky, ohio" 9127 164 = "KY,ILL" 9128 165 = "la, ala" 9129 166 = "mass, ala" 9130 167 = "MASS, IOWA" 9131 168 = "mass, n y, wash d.c." 9132 169 = "mass, ny" 9133 170 = "MASS, OHIO" 9134 171 = "MASS,PA" 9135 172 = "Mass. Rhode Island" 9136 173 = "Mass., Maine, Rhode Island" 9137 174 = "IND, KY" 9138 175 = "ind, mont, ore" 9139 176 = "MICH MONT." 9140 177 = "MICHIGAN, INDIANA" 9141 178 = "mich, ind, pa, ohio" 9142 179 = "MICH,WASH" 9143 180 = "MICH,ILL,OHIO" 9144 181 = "MICHIGAN ILLINOIS" 9145 182 = "MINN, IOWA" 9146 183 = "MINN, MONT" 9147 184 = "minn, ohio" 9148 185 = "MINN, WASH, MONT" 9149 186 = "MINN,ILL,WASH" 9150 187 = "MINN,WASH" 9151 188 = "MINN., WIS." 9152 189 = "MINNESOTA,N.DAKOTA" 9153 190 = "MISS, TEXAS" 9154 191 = "MISS,MICH,MRY, ILL" 9155 192 = "MO, ILL" 9156 193 = "Mo.-5/Colo.-24" 9157 194 = "Mo.-5/Okla.-14/Colo.-18" 9158 195 = "MONT, MISS, TEXAS" 165 The SAS System 10:01 Wednesday, November 23, 2005 9159 196 = "MONT, NEV." 9160 197 = "WASH, MONT" 9161 198 = "MONT,TENN, IOWA" 9162 199 = "Mont., Neb." 9163 200 = "n c, ore" 9164 201 = "N.J., N.Y." 9165 202 = "n j, penn, n y" 9166 203 = "N.DAKOTA,WASH" 9167 204 = "n. y., ala" 9168 205 = "n. y., and s. c." 9169 206 = "N.Y., PA., ILL." 9170 207 = "N.Y., WASH" 9171 208 = "n.y./s.c." 9172 209 = "NC/CA" 9173 210 = "NEB, WASH" 9174 211 = "NEB., COLO." 9175 212 = "NEB., TEX., IOWA & ILL." 9176 213 = "NEBR, N.Y., CAL, ILL" 9177 214 = "NEBRASKA OREGON" 9178 215 = "New Hamp., Mass." 9179 216 = "ohio, fla, kent." 9180 217 = "Ohio, Kent., Ind." 9181 218 = "OHIO, MICHIGAN" 9182 219 = "ohio, ore" 9183 220 = "S.C., OHIO" 9184 221 = "INDIANA, OHIO, ILLINOIS" 9185 222 = "OHIO,PA" 9186 223 = "OK,SC,KS" 9187 224 = "okla, ark" 9188 225 = "OKLA,COLO" 9189 226 = "okla, kans" 9190 227 = "okla, wash" 9191 228 = "INDIANA, NEW MEXICO" 9192 229 = "OKLA,MISSOURI,COLO" 9193 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 9194 231 = "ILL, S. DAK" 9195 232 = "WISCONSIN OREGON" 9196 233 = "ORE,WASH" 9197 234 = "PA, IOWA" 9198 235 = "PA,N.Y." 9199 236 = "pa, w va" 9200 237 = "PA,NY,OHIO" 9201 238 = "Rhode Island, N. Hampshire" 9202 239 = "SO. DAKOTA, MONT" 9203 240 = "tenn, ohio" 9204 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 9205 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 9206 243 = "TENNESSEE, TEXAS, OREGON" 9207 244 = "tex, calif, mich, ohio" 9208 245 = "INDIANA, OHIO" 9209 246 = "TEXAS,WASH" 9210 247 = "UTAH COLORADO" 9211 248 = "UTAH,WASH" 9212 249 = "VA, OHIO" 9213 250 = "w. va., indiana, abroad(missionary), wn." 9214 251 = "W. VA., OHIO" 9215 252 = "W.VA, IND" 9216 253 = "wash d. c., wash" 166 The SAS System 10:01 Wednesday, November 23, 2005 9217 254 = "wash, alaska" 9218 255 = "wash, ark" 9219 256 = "WASH, ILL, IOWA" 9220 257 = "WASHINGTON, IDAHO" 9221 258 = "WIS., N.D." 9222 259 = "WISC, IOWA" 9223 260 = "WISCONSIN IDAHO" 9224 261 = "WISCONSIN ILLINOIS IOWA OREGON" 9225 262 = "WISCONSIN, WASHINGTON" 9226 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 9227 264 = "WYOMING IDAHO" 9228 265 = "WYOMING OREGON" 9229 266 = "PA, ILL" 9230 268 = "ore, wash, cal" 9231 269 = "tex, ohio, mich" 9232 270 = "WASHINGTON OREGON COLORADO" 9233 271 = "wash, miss" 9234 272 = "ill, ala" 9235 273 = "FLA, ALA" 9236 300 = "abroad, wn." 9237 301 = "B.C." 9238 302 = "CANADA" 9239 303 = "CANADA, ILLINOIS" 9240 304 = "CANADA, OHIO" 9241 305 = "EUROPE" 9242 306 = "foreign" 9243 307 = "france, austria, ore" 9244 308 = "IOWA CANADA" 9245 309 = "MI, CANADA" 9246 310 = "missouri, scotland" 9247 311 = "oregon, canada" 9248 312 = "panama" 9249 313 = "SOUTH AMERICA" 9250 999 = "Illegible/ Meaningless"; NOTE: Format V712FT has been output. 9251 VALUE V714FT (MAX=40) 9252 0 = "No Reply" 9253 1 = "Connecticut" 9254 2 = "Maine" 9255 3 = "Massachusetts" 9256 4 = "New Hampshire" 9257 5 = "Rhode Island" 9258 6 = "Vermont" 9259 11 = "Delaware" 9260 12 = "New Jersey" 9261 13 = "New York" 9262 14 = "Pennsylvania" 9263 21 = "Illinois" 9264 22 = "Indiana" 9265 23 = "Michigan" 9266 24 = "Ohio" 9267 25 = "Wisconsin" 9268 31 = "Iowa" 9269 32 = "Kansas" 9270 33 = "Minnesota" 9271 34 = "Missouri" 9272 35 = "Nebraska" 9273 36 = "North Dakota" 167 The SAS System 10:01 Wednesday, November 23, 2005 9274 37 = "South Dakota" 9275 38 = "Iowa/Nebraska" 9276 40 = "Virginia" 9277 41 = "Alabama" 9278 42 = "Arkansas" 9279 43 = "Florida" 9280 44 = "Georgia" 9281 45 = "Louisiana" 9282 46 = "Mississippi" 9283 47 = "North Carolina" 9284 48 = "South Carolina" 9285 49 = "Texas" 9286 51 = "Kentucky" 9287 52 = "Maryland" 9288 53 = "Oklahoma" 9289 54 = "Tennessee" 9290 56 = "West Virginia" 9291 61 = "Arizona" 9292 62 = "Colorado" 9293 63 = "Idaho" 9294 64 = "Montana" 9295 65 = "Nevada" 9296 66 = "New Mexico" 9297 67 = "Utah" 9298 68 = "Wyoming" 9299 71 = "California" 9300 72 = "Oregon" 9301 73 = "Washington" 9302 81 = "Alaska" 9303 82 = "Hawaii" 9304 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 9305 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 9306 103 = "16-Colo./23-Ill." 9307 104 = "19-Mo./5-Kansas/1-Colorado" 9308 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 9309 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 9310 107 = "21-Mo./5-Kansas/1-Colorado" 9311 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 9312 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 9313 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 9314 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 9315 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 9316 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 9317 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 9318 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 9319 116 = "4-Georgia/3-Florida/19-Colorado" 9320 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 9321 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 9322 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 9323 120 = "ark, mo" 9324 121 = "ARK,COLO" 9325 122 = "CAL, ILL" 9326 123 = "cal, ind" 9327 124 = "cal, n.y., ala, la" 9328 125 = "cal, wash" 9329 126 = "CALIF,ORE" 9330 127 = "CALIF., MONT" 9331 128 = "COLO, MO, ILL" 168 The SAS System 10:01 Wednesday, November 23, 2005 9332 129 = "colo, ore, ark" 9333 130 = "COLO., MONT." 9334 131 = "Colorado/Missouri" 9335 132 = "MD., OHIO" 9336 133 = "fla, s. c." 9337 134 = "ga, ala" 9338 135 = "ga, s. c." 9339 136 = "georgia, ind, ore" 9340 137 = "GA AND FL" 9341 138 = "IA, ILL" 9342 139 = "ILL, IND" 9343 140 = "ill, mass" 9344 141 = "ILL, N YORK" 9345 142 = "ILLINOIS, OHIO" 9346 143 = "ILLINOIS-6, WASHINGTON-20" 9347 144 = "ILL,WASH" 9348 145 = "ILL, WISC" 9349 146 = "ILL,MISSOURI, CAL,WASH.ORE" 9350 147 = "ILL., MINN." 9351 148 = "ILL., MONT" 9352 149 = "INDIANA, PENNSYLVANIA" 9353 150 = "ILLINOIS OREGON" 9354 151 = "IOWA, D.C., OHIO" 9355 152 = "Iowa, Illinois, Indiana" 9356 153 = "iowa, ohio" 9357 154 = "IOWA,WASH" 9358 155 = "Iowa/Colorado" 9359 156 = "KAN. OKLA. ORE. MONT." 9360 157 = "Kan.,Minn.,Neb." 9361 158 = "kans, okla" 9362 159 = "KANSAS OREGON" 9363 160 = "KANSAS,WASH" 9364 161 = "KENTUCKY COLORADO" 9365 162 = "KENTUCKY, NEW YORK" 9366 163 = "kentucky, ohio" 9367 164 = "KY,ILL" 9368 165 = "la, ala" 9369 166 = "mass, ala" 9370 167 = "MASS, IOWA" 9371 168 = "mass, n y, wash d.c." 9372 169 = "mass, ny" 9373 170 = "MASS, OHIO" 9374 171 = "MASS,PA" 9375 172 = "Mass. Rhode Island" 9376 173 = "Mass., Maine, Rhode Island" 9377 174 = "IND, KY" 9378 175 = "ind, mont, ore" 9379 176 = "MICH MONT." 9380 177 = "MICHIGAN, INDIANA" 9381 178 = "mich, ind, pa, ohio" 9382 179 = "MICH,WASH" 9383 180 = "MICH,ILL,OHIO" 9384 181 = "MICHIGAN ILLINOIS" 9385 182 = "MINN, IOWA" 9386 183 = "MINN, MONT" 9387 184 = "minn, ohio" 9388 185 = "MINN, WASH, MONT" 9389 186 = "MINN,ILL,WASH" 169 The SAS System 10:01 Wednesday, November 23, 2005 9390 187 = "MINN,WASH" 9391 188 = "MINN., WIS." 9392 189 = "MINNESOTA,N.DAKOTA" 9393 190 = "MISS, TEXAS" 9394 191 = "MISS,MICH,MRY, ILL" 9395 192 = "MO, ILL" 9396 193 = "Mo.-5/Colo.-24" 9397 194 = "Mo.-5/Okla.-14/Colo.-18" 9398 195 = "MONT, MISS, TEXAS" 9399 196 = "MONT, NEV." 9400 197 = "WASH, MONT" 9401 198 = "MONT,TENN, IOWA" 9402 199 = "Mont., Neb." 9403 200 = "n c, ore" 9404 201 = "N.J., N.Y." 9405 202 = "n j, penn, n y" 9406 203 = "N.DAKOTA,WASH" 9407 204 = "n. y., ala" 9408 205 = "n. y., and s. c." 9409 206 = "N.Y., PA., ILL." 9410 207 = "N.Y., WASH" 9411 208 = "n.y./s.c." 9412 209 = "NC/CA" 9413 210 = "NEB, WASH" 9414 211 = "NEB., COLO." 9415 212 = "NEB., TEX., IOWA & ILL." 9416 213 = "NEBR, N.Y., CAL, ILL" 9417 214 = "NEBRASKA OREGON" 9418 215 = "New Hamp., Mass." 9419 216 = "ohio, fla, kent." 9420 217 = "Ohio, Kent., Ind." 9421 218 = "OHIO, MICHIGAN" 9422 219 = "ohio, ore" 9423 220 = "S.C., OHIO" 9424 221 = "INDIANA, OHIO, ILLINOIS" 9425 222 = "OHIO,PA" 9426 223 = "OK,SC,KS" 9427 224 = "okla, ark" 9428 225 = "OKLA,COLO" 9429 226 = "okla, kans" 9430 227 = "okla, wash" 9431 228 = "INDIANA, NEW MEXICO" 9432 229 = "OKLA,MISSOURI,COLO" 9433 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 9434 231 = "ILL, S. DAK" 9435 232 = "WISCONSIN OREGON" 9436 233 = "ORE,WASH" 9437 234 = "PA, IOWA" 9438 235 = "PA,N.Y." 9439 236 = "pa, w va" 9440 237 = "PA,NY,OHIO" 9441 238 = "Rhode Island, N. Hampshire" 9442 239 = "SO. DAKOTA, MONT" 9443 240 = "tenn, ohio" 9444 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 9445 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 9446 243 = "TENNESSEE, TEXAS, OREGON" 9447 244 = "tex, calif, mich, ohio" 170 The SAS System 10:01 Wednesday, November 23, 2005 9448 245 = "INDIANA, OHIO" 9449 246 = "TEXAS,WASH" 9450 247 = "UTAH COLORADO" 9451 248 = "UTAH,WASH" 9452 249 = "VA, OHIO" 9453 250 = "w. va., indiana, abroad(missionary), wn." 9454 251 = "W. VA., OHIO" 9455 252 = "W.VA, IND" 9456 253 = "wash d. c., wash" 9457 254 = "wash, alaska" 9458 255 = "wash, ark" 9459 256 = "WASH, ILL, IOWA" 9460 257 = "WASHINGTON, IDAHO" 9461 258 = "WIS., N.D." 9462 259 = "WISC, IOWA" 9463 260 = "WISCONSIN IDAHO" 9464 261 = "WISCONSIN ILLINOIS IOWA OREGON" 9465 262 = "WISCONSIN, WASHINGTON" 9466 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 9467 264 = "WYOMING IDAHO" 9468 265 = "WYOMING OREGON" 9469 266 = "PA, ILL" 9470 268 = "ore, wash, cal" 9471 269 = "tex, ohio, mich" 9472 270 = "WASHINGTON OREGON COLORADO" 9473 271 = "wash, miss" 9474 272 = "ill, ala" 9475 273 = "FLA, ALA" 9476 300 = "abroad, wn." 9477 301 = "B.C." 9478 302 = "CANADA" 9479 303 = "CANADA, ILLINOIS" 9480 304 = "CANADA, OHIO" 9481 305 = "EUROPE" 9482 306 = "foreign" 9483 307 = "france, austria, ore" 9484 308 = "IOWA CANADA" 9485 309 = "MI, CANADA" 9486 310 = "missouri, scotland" 9487 311 = "oregon, canada" 9488 312 = "panama" 9489 313 = "SOUTH AMERICA" 9490 999 = "Illegible/ Meaningless"; NOTE: Format V714FT has been output. 9491 VALUE V716FT (MAX=40) 9492 0 = "No Reply" 9493 1 = "Connecticut" 9494 2 = "Maine" 9495 3 = "Massachusetts" 9496 4 = "New Hampshire" 9497 5 = "Rhode Island" 9498 6 = "Vermont" 9499 11 = "Delaware" 9500 12 = "New Jersey" 9501 13 = "New York" 9502 14 = "Pennsylvania" 9503 21 = "Illinois" 9504 22 = "Indiana" 171 The SAS System 10:01 Wednesday, November 23, 2005 9505 23 = "Michigan" 9506 24 = "Ohio" 9507 25 = "Wisconsin" 9508 31 = "Iowa" 9509 32 = "Kansas" 9510 33 = "Minnesota" 9511 34 = "Missouri" 9512 35 = "Nebraska" 9513 36 = "North Dakota" 9514 37 = "South Dakota" 9515 38 = "Iowa/Nebraska" 9516 40 = "Virginia" 9517 41 = "Alabama" 9518 42 = "Arkansas" 9519 43 = "Florida" 9520 44 = "Georgia" 9521 45 = "Louisiana" 9522 46 = "Mississippi" 9523 47 = "North Carolina" 9524 48 = "South Carolina" 9525 49 = "Texas" 9526 51 = "Kentucky" 9527 52 = "Maryland" 9528 53 = "Oklahoma" 9529 54 = "Tennessee" 9530 56 = "West Virginia" 9531 61 = "Arizona" 9532 62 = "Colorado" 9533 63 = "Idaho" 9534 64 = "Montana" 9535 65 = "Nevada" 9536 66 = "New Mexico" 9537 67 = "Utah" 9538 68 = "Wyoming" 9539 71 = "California" 9540 72 = "Oregon" 9541 73 = "Washington" 9542 81 = "Alaska" 9543 82 = "Hawaii" 9544 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 9545 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 9546 103 = "16-Colo./23-Ill." 9547 104 = "19-Mo./5-Kansas/1-Colorado" 9548 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 9549 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 9550 107 = "21-Mo./5-Kansas/1-Colorado" 9551 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 9552 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 9553 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 9554 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 9555 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 9556 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 9557 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 9558 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 9559 116 = "4-Georgia/3-Florida/19-Colorado" 9560 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 9561 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 9562 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 172 The SAS System 10:01 Wednesday, November 23, 2005 9563 120 = "ark, mo" 9564 121 = "ARK,COLO" 9565 122 = "CAL, ILL" 9566 123 = "cal, ind" 9567 124 = "cal, n.y., ala, la" 9568 125 = "cal, wash" 9569 126 = "CALIF,ORE" 9570 127 = "CALIF., MONT" 9571 128 = "COLO, MO, ILL" 9572 129 = "colo, ore, ark" 9573 130 = "COLO., MONT." 9574 131 = "Colorado/Missouri" 9575 132 = "MD., OHIO" 9576 133 = "fla, s. c." 9577 134 = "ga, ala" 9578 135 = "ga, s. c." 9579 136 = "georgia, ind, ore" 9580 137 = "GA AND FL" 9581 138 = "IA, ILL" 9582 139 = "ILL, IND" 9583 140 = "ill, mass" 9584 141 = "ILL, N YORK" 9585 142 = "ILLINOIS, OHIO" 9586 143 = "ILLINOIS-6, WASHINGTON-20" 9587 144 = "ILL,WASH" 9588 145 = "ILL, WISC" 9589 146 = "ILL,MISSOURI, CAL,WASH.ORE" 9590 147 = "ILL., MINN." 9591 148 = "ILL., MONT" 9592 149 = "INDIANA, PENNSYLVANIA" 9593 150 = "ILLINOIS OREGON" 9594 151 = "IOWA, D.C., OHIO" 9595 152 = "Iowa, Illinois, Indiana" 9596 153 = "iowa, ohio" 9597 154 = "IOWA,WASH" 9598 155 = "Iowa/Colorado" 9599 156 = "KAN. OKLA. ORE. MONT." 9600 157 = "Kan.,Minn.,Neb." 9601 158 = "kans, okla" 9602 159 = "KANSAS OREGON" 9603 160 = "KANSAS,WASH" 9604 161 = "KENTUCKY COLORADO" 9605 162 = "KENTUCKY, NEW YORK" 9606 163 = "kentucky, ohio" 9607 164 = "KY,ILL" 9608 165 = "la, ala" 9609 166 = "mass, ala" 9610 167 = "MASS, IOWA" 9611 168 = "mass, n y, wash d.c." 9612 169 = "mass, ny" 9613 170 = "MASS, OHIO" 9614 171 = "MASS,PA" 9615 172 = "Mass. Rhode Island" 9616 173 = "Mass., Maine, Rhode Island" 9617 174 = "IND, KY" 9618 175 = "ind, mont, ore" 9619 176 = "MICH MONT." 9620 177 = "MICHIGAN, INDIANA" 173 The SAS System 10:01 Wednesday, November 23, 2005 9621 178 = "mich, ind, pa, ohio" 9622 179 = "MICH,WASH" 9623 180 = "MICH,ILL,OHIO" 9624 181 = "MICHIGAN ILLINOIS" 9625 182 = "MINN, IOWA" 9626 183 = "MINN, MONT" 9627 184 = "minn, ohio" 9628 185 = "MINN, WASH, MONT" 9629 186 = "MINN,ILL,WASH" 9630 187 = "MINN,WASH" 9631 188 = "MINN., WIS." 9632 189 = "MINNESOTA,N.DAKOTA" 9633 190 = "MISS, TEXAS" 9634 191 = "MISS,MICH,MRY, ILL" 9635 192 = "MO, ILL" 9636 193 = "Mo.-5/Colo.-24" 9637 194 = "Mo.-5/Okla.-14/Colo.-18" 9638 195 = "MONT, MISS, TEXAS" 9639 196 = "MONT, NEV." 9640 197 = "WASH, MONT" 9641 198 = "MONT,TENN, IOWA" 9642 199 = "Mont., Neb." 9643 200 = "n c, ore" 9644 201 = "N.J., N.Y." 9645 202 = "n j, penn, n y" 9646 203 = "N.DAKOTA,WASH" 9647 204 = "n. y., ala" 9648 205 = "n. y., and s. c." 9649 206 = "N.Y., PA., ILL." 9650 207 = "N.Y., WASH" 9651 208 = "n.y./s.c." 9652 209 = "NC/CA" 9653 210 = "NEB, WASH" 9654 211 = "NEB., COLO." 9655 212 = "NEB., TEX., IOWA & ILL." 9656 213 = "NEBR, N.Y., CAL, ILL" 9657 214 = "NEBRASKA OREGON" 9658 215 = "New Hamp., Mass." 9659 216 = "ohio, fla, kent." 9660 217 = "Ohio, Kent., Ind." 9661 218 = "OHIO, MICHIGAN" 9662 219 = "ohio, ore" 9663 220 = "S.C., OHIO" 9664 221 = "INDIANA, OHIO, ILLINOIS" 9665 222 = "OHIO,PA" 9666 223 = "OK,SC,KS" 9667 224 = "okla, ark" 9668 225 = "OKLA,COLO" 9669 226 = "okla, kans" 9670 227 = "okla, wash" 9671 228 = "INDIANA, NEW MEXICO" 9672 229 = "OKLA,MISSOURI,COLO" 9673 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 9674 231 = "ILL, S. DAK" 9675 232 = "WISCONSIN OREGON" 9676 233 = "ORE,WASH" 9677 234 = "PA, IOWA" 9678 235 = "PA,N.Y." 174 The SAS System 10:01 Wednesday, November 23, 2005 9679 236 = "pa, w va" 9680 237 = "PA,NY,OHIO" 9681 238 = "Rhode Island, N. Hampshire" 9682 239 = "SO. DAKOTA, MONT" 9683 240 = "tenn, ohio" 9684 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 9685 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 9686 243 = "TENNESSEE, TEXAS, OREGON" 9687 244 = "tex, calif, mich, ohio" 9688 245 = "INDIANA, OHIO" 9689 246 = "TEXAS,WASH" 9690 247 = "UTAH COLORADO" 9691 248 = "UTAH,WASH" 9692 249 = "VA, OHIO" 9693 250 = "w. va., indiana, abroad(missionary), wn." 9694 251 = "W. VA., OHIO" 9695 252 = "W.VA, IND" 9696 253 = "wash d. c., wash" 9697 254 = "wash, alaska" 9698 255 = "wash, ark" 9699 256 = "WASH, ILL, IOWA" 9700 257 = "WASHINGTON, IDAHO" 9701 258 = "WIS., N.D." 9702 259 = "WISC, IOWA" 9703 260 = "WISCONSIN IDAHO" 9704 261 = "WISCONSIN ILLINOIS IOWA OREGON" 9705 262 = "WISCONSIN, WASHINGTON" 9706 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 9707 264 = "WYOMING IDAHO" 9708 265 = "WYOMING OREGON" 9709 266 = "PA, ILL" 9710 268 = "ore, wash, cal" 9711 269 = "tex, ohio, mich" 9712 270 = "WASHINGTON OREGON COLORADO" 9713 271 = "wash, miss" 9714 272 = "ill, ala" 9715 273 = "FLA, ALA" 9716 300 = "abroad, wn." 9717 301 = "B.C." 9718 302 = "CANADA" 9719 303 = "CANADA, ILLINOIS" 9720 304 = "CANADA, OHIO" 9721 305 = "EUROPE" 9722 306 = "foreign" 9723 307 = "france, austria, ore" 9724 308 = "IOWA CANADA" 9725 309 = "MI, CANADA" 9726 310 = "missouri, scotland" 9727 311 = "oregon, canada" 9728 312 = "panama" 9729 313 = "SOUTH AMERICA" 9730 999 = "Illegible/ Meaningless"; NOTE: Format V716FT has been output. 9731 VALUE V718FT (MAX=40) 9732 0 = "No Reply" 9733 1 = "Connecticut" 9734 2 = "Maine" 9735 3 = "Massachusetts" 175 The SAS System 10:01 Wednesday, November 23, 2005 9736 4 = "New Hampshire" 9737 5 = "Rhode Island" 9738 6 = "Vermont" 9739 11 = "Delaware" 9740 12 = "New Jersey" 9741 13 = "New York" 9742 14 = "Pennsylvania" 9743 21 = "Illinois" 9744 22 = "Indiana" 9745 23 = "Michigan" 9746 24 = "Ohio" 9747 25 = "Wisconsin" 9748 31 = "Iowa" 9749 32 = "Kansas" 9750 33 = "Minnesota" 9751 34 = "Missouri" 9752 35 = "Nebraska" 9753 36 = "North Dakota" 9754 37 = "South Dakota" 9755 38 = "Iowa/Nebraska" 9756 40 = "Virginia" 9757 41 = "Alabama" 9758 42 = "Arkansas" 9759 43 = "Florida" 9760 44 = "Georgia" 9761 45 = "Louisiana" 9762 46 = "Mississippi" 9763 47 = "North Carolina" 9764 48 = "South Carolina" 9765 49 = "Texas" 9766 51 = "Kentucky" 9767 52 = "Maryland" 9768 53 = "Oklahoma" 9769 54 = "Tennessee" 9770 56 = "West Virginia" 9771 61 = "Arizona" 9772 62 = "Colorado" 9773 63 = "Idaho" 9774 64 = "Montana" 9775 65 = "Nevada" 9776 66 = "New Mexico" 9777 67 = "Utah" 9778 68 = "Wyoming" 9779 71 = "California" 9780 72 = "Oregon" 9781 73 = "Washington" 9782 81 = "Alaska" 9783 82 = "Hawaii" 9784 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 9785 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 9786 103 = "16-Colo./23-Ill." 9787 104 = "19-Mo./5-Kansas/1-Colorado" 9788 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 9789 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 9790 107 = "21-Mo./5-Kansas/1-Colorado" 9791 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 9792 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 9793 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 176 The SAS System 10:01 Wednesday, November 23, 2005 9794 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 9795 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 9796 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 9797 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 9798 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 9799 116 = "4-Georgia/3-Florida/19-Colorado" 9800 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 9801 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 9802 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 9803 120 = "ark, mo" 9804 121 = "ARK,COLO" 9805 122 = "CAL, ILL" 9806 123 = "cal, ind" 9807 124 = "cal, n.y., ala, la" 9808 125 = "cal, wash" 9809 126 = "CALIF,ORE" 9810 127 = "CALIF., MONT" 9811 128 = "COLO, MO, ILL" 9812 129 = "colo, ore, ark" 9813 130 = "COLO., MONT." 9814 131 = "Colorado/Missouri" 9815 132 = "MD., OHIO" 9816 133 = "fla, s. c." 9817 134 = "ga, ala" 9818 135 = "ga, s. c." 9819 136 = "georgia, ind, ore" 9820 137 = "GA AND FL" 9821 138 = "IA, ILL" 9822 139 = "ILL, IND" 9823 140 = "ill, mass" 9824 141 = "ILL, N YORK" 9825 142 = "ILLINOIS, OHIO" 9826 143 = "ILLINOIS-6, WASHINGTON-20" 9827 144 = "ILL,WASH" 9828 145 = "ILL, WISC" 9829 146 = "ILL,MISSOURI, CAL,WASH.ORE" 9830 147 = "ILL., MINN." 9831 148 = "ILL., MONT" 9832 149 = "INDIANA, PENNSYLVANIA" 9833 150 = "ILLINOIS OREGON" 9834 151 = "IOWA, D.C., OHIO" 9835 152 = "Iowa, Illinois, Indiana" 9836 153 = "iowa, ohio" 9837 154 = "IOWA,WASH" 9838 155 = "Iowa/Colorado" 9839 156 = "KAN. OKLA. ORE. MONT." 9840 157 = "Kan.,Minn.,Neb." 9841 158 = "kans, okla" 9842 159 = "KANSAS OREGON" 9843 160 = "KANSAS,WASH" 9844 161 = "KENTUCKY COLORADO" 9845 162 = "KENTUCKY, NEW YORK" 9846 163 = "kentucky, ohio" 9847 164 = "KY,ILL" 9848 165 = "la, ala" 9849 166 = "mass, ala" 9850 167 = "MASS, IOWA" 9851 168 = "mass, n y, wash d.c." 177 The SAS System 10:01 Wednesday, November 23, 2005 9852 169 = "mass, ny" 9853 170 = "MASS, OHIO" 9854 171 = "MASS,PA" 9855 172 = "Mass. Rhode Island" 9856 173 = "Mass., Maine, Rhode Island" 9857 174 = "IND, KY" 9858 175 = "ind, mont, ore" 9859 176 = "MICH MONT." 9860 177 = "MICHIGAN, INDIANA" 9861 178 = "mich, ind, pa, ohio" 9862 179 = "MICH,WASH" 9863 180 = "MICH,ILL,OHIO" 9864 181 = "MICHIGAN ILLINOIS" 9865 182 = "MINN, IOWA" 9866 183 = "MINN, MONT" 9867 184 = "minn, ohio" 9868 185 = "MINN, WASH, MONT" 9869 186 = "MINN,ILL,WASH" 9870 187 = "MINN,WASH" 9871 188 = "MINN., WIS." 9872 189 = "MINNESOTA,N.DAKOTA" 9873 190 = "MISS, TEXAS" 9874 191 = "MISS,MICH,MRY, ILL" 9875 192 = "MO, ILL" 9876 193 = "Mo.-5/Colo.-24" 9877 194 = "Mo.-5/Okla.-14/Colo.-18" 9878 195 = "MONT, MISS, TEXAS" 9879 196 = "MONT, NEV." 9880 197 = "WASH, MONT" 9881 198 = "MONT,TENN, IOWA" 9882 199 = "Mont., Neb." 9883 200 = "n c, ore" 9884 201 = "N.J., N.Y." 9885 202 = "n j, penn, n y" 9886 203 = "N.DAKOTA,WASH" 9887 204 = "n. y., ala" 9888 205 = "n. y., and s. c." 9889 206 = "N.Y., PA., ILL." 9890 207 = "N.Y., WASH" 9891 208 = "n.y./s.c." 9892 209 = "NC/CA" 9893 210 = "NEB, WASH" 9894 211 = "NEB., COLO." 9895 212 = "NEB., TEX., IOWA & ILL." 9896 213 = "NEBR, N.Y., CAL, ILL" 9897 214 = "NEBRASKA OREGON" 9898 215 = "New Hamp., Mass." 9899 216 = "ohio, fla, kent." 9900 217 = "Ohio, Kent., Ind." 9901 218 = "OHIO, MICHIGAN" 9902 219 = "ohio, ore" 9903 220 = "S.C., OHIO" 9904 221 = "INDIANA, OHIO, ILLINOIS" 9905 222 = "OHIO,PA" 9906 223 = "OK,SC,KS" 9907 224 = "okla, ark" 9908 225 = "OKLA,COLO" 9909 226 = "okla, kans" 178 The SAS System 10:01 Wednesday, November 23, 2005 9910 227 = "okla, wash" 9911 228 = "INDIANA, NEW MEXICO" 9912 229 = "OKLA,MISSOURI,COLO" 9913 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 9914 231 = "ILL, S. DAK" 9915 232 = "WISCONSIN OREGON" 9916 233 = "ORE,WASH" 9917 234 = "PA, IOWA" 9918 235 = "PA,N.Y." 9919 236 = "pa, w va" 9920 237 = "PA,NY,OHIO" 9921 238 = "Rhode Island, N. Hampshire" 9922 239 = "SO. DAKOTA, MONT" 9923 240 = "tenn, ohio" 9924 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 9925 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 9926 243 = "TENNESSEE, TEXAS, OREGON" 9927 244 = "tex, calif, mich, ohio" 9928 245 = "INDIANA, OHIO" 9929 246 = "TEXAS,WASH" 9930 247 = "UTAH COLORADO" 9931 248 = "UTAH,WASH" 9932 249 = "VA, OHIO" 9933 250 = "w. va., indiana, abroad(missionary), wn." 9934 251 = "W. VA., OHIO" 9935 252 = "W.VA, IND" 9936 253 = "wash d. c., wash" 9937 254 = "wash, alaska" 9938 255 = "wash, ark" 9939 256 = "WASH, ILL, IOWA" 9940 257 = "WASHINGTON, IDAHO" 9941 258 = "WIS., N.D." 9942 259 = "WISC, IOWA" 9943 260 = "WISCONSIN IDAHO" 9944 261 = "WISCONSIN ILLINOIS IOWA OREGON" 9945 262 = "WISCONSIN, WASHINGTON" 9946 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 9947 264 = "WYOMING IDAHO" 9948 265 = "WYOMING OREGON" 9949 266 = "PA, ILL" 9950 268 = "ore, wash, cal" 9951 269 = "tex, ohio, mich" 9952 270 = "WASHINGTON OREGON COLORADO" 9953 271 = "wash, miss" 9954 272 = "ill, ala" 9955 273 = "FLA, ALA" 9956 300 = "abroad, wn." 9957 301 = "B.C." 9958 302 = "CANADA" 9959 303 = "CANADA, ILLINOIS" 9960 304 = "CANADA, OHIO" 9961 305 = "EUROPE" 9962 306 = "foreign" 9963 307 = "france, austria, ore" 9964 308 = "IOWA CANADA" 9965 309 = "MI, CANADA" 9966 310 = "missouri, scotland" 9967 311 = "oregon, canada" 179 The SAS System 10:01 Wednesday, November 23, 2005 9968 312 = "panama" 9969 313 = "SOUTH AMERICA" 9970 999 = "Illegible/ Meaningless"; NOTE: Format V718FT has been output. 9971 VALUE V720FT (MAX=40) 9972 0 = "No Reply" 9973 1 = "Connecticut" 9974 2 = "Maine" 9975 3 = "Massachusetts" 9976 4 = "New Hampshire" 9977 5 = "Rhode Island" 9978 6 = "Vermont" 9979 11 = "Delaware" 9980 12 = "New Jersey" 9981 13 = "New York" 9982 14 = "Pennsylvania" 9983 21 = "Illinois" 9984 22 = "Indiana" 9985 23 = "Michigan" 9986 24 = "Ohio" 9987 25 = "Wisconsin" 9988 31 = "Iowa" 9989 32 = "Kansas" 9990 33 = "Minnesota" 9991 34 = "Missouri" 9992 35 = "Nebraska" 9993 36 = "North Dakota" 9994 37 = "South Dakota" 9995 38 = "Iowa/Nebraska" 9996 40 = "Virginia" 9997 41 = "Alabama" 9998 42 = "Arkansas" 9999 43 = "Florida" 10000 44 = "Georgia" 10001 45 = "Louisiana" 10002 46 = "Mississippi" 10003 47 = "North Carolina" 10004 48 = "South Carolina" 10005 49 = "Texas" 10006 51 = "Kentucky" 10007 52 = "Maryland" 10008 53 = "Oklahoma" 10009 54 = "Tennessee" 10010 56 = "West Virginia" 10011 61 = "Arizona" 10012 62 = "Colorado" 10013 63 = "Idaho" 10014 64 = "Montana" 10015 65 = "Nevada" 10016 66 = "New Mexico" 10017 67 = "Utah" 10018 68 = "Wyoming" 10019 71 = "California" 10020 72 = "Oregon" 10021 73 = "Washington" 10022 81 = "Alaska" 10023 82 = "Hawaii" 10024 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 180 The SAS System 10:01 Wednesday, November 23, 2005 10025 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 10026 103 = "16-Colo./23-Ill." 10027 104 = "19-Mo./5-Kansas/1-Colorado" 10028 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 10029 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 10030 107 = "21-Mo./5-Kansas/1-Colorado" 10031 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 10032 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 10033 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 10034 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 10035 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 10036 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 10037 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 10038 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 10039 116 = "4-Georgia/3-Florida/19-Colorado" 10040 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 10041 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 10042 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 10043 120 = "ark, mo" 10044 121 = "ARK,COLO" 10045 122 = "CAL, ILL" 10046 123 = "cal, ind" 10047 124 = "cal, n.y., ala, la" 10048 125 = "cal, wash" 10049 126 = "CALIF,ORE" 10050 127 = "CALIF., MONT" 10051 128 = "COLO, MO, ILL" 10052 129 = "colo, ore, ark" 10053 130 = "COLO., MONT." 10054 131 = "Colorado/Missouri" 10055 132 = "MD., OHIO" 10056 133 = "fla, s. c." 10057 134 = "ga, ala" 10058 135 = "ga, s. c." 10059 136 = "georgia, ind, ore" 10060 137 = "GA AND FL" 10061 138 = "IA, ILL" 10062 139 = "ILL, IND" 10063 140 = "ill, mass" 10064 141 = "ILL, N YORK" 10065 142 = "ILLINOIS, OHIO" 10066 143 = "ILLINOIS-6, WASHINGTON-20" 10067 144 = "ILL,WASH" 10068 145 = "ILL, WISC" 10069 146 = "ILL,MISSOURI, CAL,WASH.ORE" 10070 147 = "ILL., MINN." 10071 148 = "ILL., MONT" 10072 149 = "INDIANA, PENNSYLVANIA" 10073 150 = "ILLINOIS OREGON" 10074 151 = "IOWA, D.C., OHIO" 10075 152 = "Iowa, Illinois, Indiana" 10076 153 = "iowa, ohio" 10077 154 = "IOWA,WASH" 10078 155 = "Iowa/Colorado" 10079 156 = "KAN. OKLA. ORE. MONT." 10080 157 = "Kan.,Minn.,Neb." 10081 158 = "kans, okla" 10082 159 = "KANSAS OREGON" 181 The SAS System 10:01 Wednesday, November 23, 2005 10083 160 = "KANSAS,WASH" 10084 161 = "KENTUCKY COLORADO" 10085 162 = "KENTUCKY, NEW YORK" 10086 163 = "kentucky, ohio" 10087 164 = "KY,ILL" 10088 165 = "la, ala" 10089 166 = "mass, ala" 10090 167 = "MASS, IOWA" 10091 168 = "mass, n y, wash d.c." 10092 169 = "mass, ny" 10093 170 = "MASS, OHIO" 10094 171 = "MASS,PA" 10095 172 = "Mass. Rhode Island" 10096 173 = "Mass., Maine, Rhode Island" 10097 174 = "IND, KY" 10098 175 = "ind, mont, ore" 10099 176 = "MICH MONT." 10100 177 = "MICHIGAN, INDIANA" 10101 178 = "mich, ind, pa, ohio" 10102 179 = "MICH,WASH" 10103 180 = "MICH,ILL,OHIO" 10104 181 = "MICHIGAN ILLINOIS" 10105 182 = "MINN, IOWA" 10106 183 = "MINN, MONT" 10107 184 = "minn, ohio" 10108 185 = "MINN, WASH, MONT" 10109 186 = "MINN,ILL,WASH" 10110 187 = "MINN,WASH" 10111 188 = "MINN., WIS." 10112 189 = "MINNESOTA,N.DAKOTA" 10113 190 = "MISS, TEXAS" 10114 191 = "MISS,MICH,MRY, ILL" 10115 192 = "MO, ILL" 10116 193 = "Mo.-5/Colo.-24" 10117 194 = "Mo.-5/Okla.-14/Colo.-18" 10118 195 = "MONT, MISS, TEXAS" 10119 196 = "MONT, NEV." 10120 197 = "WASH, MONT" 10121 198 = "MONT,TENN, IOWA" 10122 199 = "Mont., Neb." 10123 200 = "n c, ore" 10124 201 = "N.J., N.Y." 10125 202 = "n j, penn, n y" 10126 203 = "N.DAKOTA,WASH" 10127 204 = "n. y., ala" 10128 205 = "n. y., and s. c." 10129 206 = "N.Y., PA., ILL." 10130 207 = "N.Y., WASH" 10131 208 = "n.y./s.c." 10132 209 = "NC/CA" 10133 210 = "NEB, WASH" 10134 211 = "NEB., COLO." 10135 212 = "NEB., TEX., IOWA & ILL." 10136 213 = "NEBR, N.Y., CAL, ILL" 10137 214 = "NEBRASKA OREGON" 10138 215 = "New Hamp., Mass." 10139 216 = "ohio, fla, kent." 10140 217 = "Ohio, Kent., Ind." 182 The SAS System 10:01 Wednesday, November 23, 2005 10141 218 = "OHIO, MICHIGAN" 10142 219 = "ohio, ore" 10143 220 = "S.C., OHIO" 10144 221 = "INDIANA, OHIO, ILLINOIS" 10145 222 = "OHIO,PA" 10146 223 = "OK,SC,KS" 10147 224 = "okla, ark" 10148 225 = "OKLA,COLO" 10149 226 = "okla, kans" 10150 227 = "okla, wash" 10151 228 = "INDIANA, NEW MEXICO" 10152 229 = "OKLA,MISSOURI,COLO" 10153 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 10154 231 = "ILL, S. DAK" 10155 232 = "WISCONSIN OREGON" 10156 233 = "ORE,WASH" 10157 234 = "PA, IOWA" 10158 235 = "PA,N.Y." 10159 236 = "pa, w va" 10160 237 = "PA,NY,OHIO" 10161 238 = "Rhode Island, N. Hampshire" 10162 239 = "SO. DAKOTA, MONT" 10163 240 = "tenn, ohio" 10164 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 10165 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 10166 243 = "TENNESSEE, TEXAS, OREGON" 10167 244 = "tex, calif, mich, ohio" 10168 245 = "INDIANA, OHIO" 10169 246 = "TEXAS,WASH" 10170 247 = "UTAH COLORADO" 10171 248 = "UTAH,WASH" 10172 249 = "VA, OHIO" 10173 250 = "w. va., indiana, abroad(missionary), wn." 10174 251 = "W. VA., OHIO" 10175 252 = "W.VA, IND" 10176 253 = "wash d. c., wash" 10177 254 = "wash, alaska" 10178 255 = "wash, ark" 10179 256 = "WASH, ILL, IOWA" 10180 257 = "WASHINGTON, IDAHO" 10181 258 = "WIS., N.D." 10182 259 = "WISC, IOWA" 10183 260 = "WISCONSIN IDAHO" 10184 261 = "WISCONSIN ILLINOIS IOWA OREGON" 10185 262 = "WISCONSIN, WASHINGTON" 10186 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 10187 264 = "WYOMING IDAHO" 10188 265 = "WYOMING OREGON" 10189 266 = "PA, ILL" 10190 268 = "ore, wash, cal" 10191 269 = "tex, ohio, mich" 10192 270 = "WASHINGTON OREGON COLORADO" 10193 271 = "wash, miss" 10194 272 = "ill, ala" 10195 273 = "FLA, ALA" 10196 300 = "abroad, wn." 10197 301 = "B.C." 10198 302 = "CANADA" 183 The SAS System 10:01 Wednesday, November 23, 2005 10199 303 = "CANADA, ILLINOIS" 10200 304 = "CANADA, OHIO" 10201 305 = "EUROPE" 10202 306 = "foreign" 10203 307 = "france, austria, ore" 10204 308 = "IOWA CANADA" 10205 309 = "MI, CANADA" 10206 310 = "missouri, scotland" 10207 311 = "oregon, canada" 10208 312 = "panama" 10209 313 = "SOUTH AMERICA" 10210 999 = "Illegible/ Meaningless"; NOTE: Format V720FT has been output. 10211 VALUE V722FT (MAX=40) 10212 0 = "No Reply" 10213 1 = "Connecticut" 10214 2 = "Maine" 10215 3 = "Massachusetts" 10216 4 = "New Hampshire" 10217 5 = "Rhode Island" 10218 6 = "Vermont" 10219 11 = "Delaware" 10220 12 = "New Jersey" 10221 13 = "New York" 10222 14 = "Pennsylvania" 10223 21 = "Illinois" 10224 22 = "Indiana" 10225 23 = "Michigan" 10226 24 = "Ohio" 10227 25 = "Wisconsin" 10228 31 = "Iowa" 10229 32 = "Kansas" 10230 33 = "Minnesota" 10231 34 = "Missouri" 10232 35 = "Nebraska" 10233 36 = "North Dakota" 10234 37 = "South Dakota" 10235 38 = "Iowa/Nebraska" 10236 40 = "Virginia" 10237 41 = "Alabama" 10238 42 = "Arkansas" 10239 43 = "Florida" 10240 44 = "Georgia" 10241 45 = "Louisiana" 10242 46 = "Mississippi" 10243 47 = "North Carolina" 10244 48 = "South Carolina" 10245 49 = "Texas" 10246 51 = "Kentucky" 10247 52 = "Maryland" 10248 53 = "Oklahoma" 10249 54 = "Tennessee" 10250 56 = "West Virginia" 10251 61 = "Arizona" 10252 62 = "Colorado" 10253 63 = "Idaho" 10254 64 = "Montana" 10255 65 = "Nevada" 184 The SAS System 10:01 Wednesday, November 23, 2005 10256 66 = "New Mexico" 10257 67 = "Utah" 10258 68 = "Wyoming" 10259 71 = "California" 10260 72 = "Oregon" 10261 73 = "Washington" 10262 81 = "Alaska" 10263 82 = "Hawaii" 10264 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 10265 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 10266 103 = "16-Colo./23-Ill." 10267 104 = "19-Mo./5-Kansas/1-Colorado" 10268 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 10269 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 10270 107 = "21-Mo./5-Kansas/1-Colorado" 10271 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 10272 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 10273 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 10274 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 10275 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 10276 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 10277 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 10278 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 10279 116 = "4-Georgia/3-Florida/19-Colorado" 10280 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 10281 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 10282 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 10283 120 = "ark, mo" 10284 121 = "ARK,COLO" 10285 122 = "CAL, ILL" 10286 123 = "cal, ind" 10287 124 = "cal, n.y., ala, la" 10288 125 = "cal, wash" 10289 126 = "CALIF,ORE" 10290 127 = "CALIF., MONT" 10291 128 = "COLO, MO, ILL" 10292 129 = "colo, ore, ark" 10293 130 = "COLO., MONT." 10294 131 = "Colorado/Missouri" 10295 132 = "MD., OHIO" 10296 133 = "fla, s. c." 10297 134 = "ga, ala" 10298 135 = "ga, s. c." 10299 136 = "georgia, ind, ore" 10300 137 = "GA AND FL" 10301 138 = "IA, ILL" 10302 139 = "ILL, IND" 10303 140 = "ill, mass" 10304 141 = "ILL, N YORK" 10305 142 = "ILLINOIS, OHIO" 10306 143 = "ILLINOIS-6, WASHINGTON-20" 10307 144 = "ILL,WASH" 10308 145 = "ILL, WISC" 10309 146 = "ILL,MISSOURI, CAL,WASH.ORE" 10310 147 = "ILL., MINN." 10311 148 = "ILL., MONT" 10312 149 = "INDIANA, PENNSYLVANIA" 10313 150 = "ILLINOIS OREGON" 185 The SAS System 10:01 Wednesday, November 23, 2005 10314 151 = "IOWA, D.C., OHIO" 10315 152 = "Iowa, Illinois, Indiana" 10316 153 = "iowa, ohio" 10317 154 = "IOWA,WASH" 10318 155 = "Iowa/Colorado" 10319 156 = "KAN. OKLA. ORE. MONT." 10320 157 = "Kan.,Minn.,Neb." 10321 158 = "kans, okla" 10322 159 = "KANSAS OREGON" 10323 160 = "KANSAS,WASH" 10324 161 = "KENTUCKY COLORADO" 10325 162 = "KENTUCKY, NEW YORK" 10326 163 = "kentucky, ohio" 10327 164 = "KY,ILL" 10328 165 = "la, ala" 10329 166 = "mass, ala" 10330 167 = "MASS, IOWA" 10331 168 = "mass, n y, wash d.c." 10332 169 = "mass, ny" 10333 170 = "MASS, OHIO" 10334 171 = "MASS,PA" 10335 172 = "Mass. Rhode Island" 10336 173 = "Mass., Maine, Rhode Island" 10337 174 = "IND, KY" 10338 175 = "ind, mont, ore" 10339 176 = "MICH MONT." 10340 177 = "MICHIGAN, INDIANA" 10341 178 = "mich, ind, pa, ohio" 10342 179 = "MICH,WASH" 10343 180 = "MICH,ILL,OHIO" 10344 181 = "MICHIGAN ILLINOIS" 10345 182 = "MINN, IOWA" 10346 183 = "MINN, MONT" 10347 184 = "minn, ohio" 10348 185 = "MINN, WASH, MONT" 10349 186 = "MINN,ILL,WASH" 10350 187 = "MINN,WASH" 10351 188 = "MINN., WIS." 10352 189 = "MINNESOTA,N.DAKOTA" 10353 190 = "MISS, TEXAS" 10354 191 = "MISS,MICH,MRY, ILL" 10355 192 = "MO, ILL" 10356 193 = "Mo.-5/Colo.-24" 10357 194 = "Mo.-5/Okla.-14/Colo.-18" 10358 195 = "MONT, MISS, TEXAS" 10359 196 = "MONT, NEV." 10360 197 = "WASH, MONT" 10361 198 = "MONT,TENN, IOWA" 10362 199 = "Mont., Neb." 10363 200 = "n c, ore" 10364 201 = "N.J., N.Y." 10365 202 = "n j, penn, n y" 10366 203 = "N.DAKOTA,WASH" 10367 204 = "n. y., ala" 10368 205 = "n. y., and s. c." 10369 206 = "N.Y., PA., ILL." 10370 207 = "N.Y., WASH" 10371 208 = "n.y./s.c." 186 The SAS System 10:01 Wednesday, November 23, 2005 10372 209 = "NC/CA" 10373 210 = "NEB, WASH" 10374 211 = "NEB., COLO." 10375 212 = "NEB., TEX., IOWA & ILL." 10376 213 = "NEBR, N.Y., CAL, ILL" 10377 214 = "NEBRASKA OREGON" 10378 215 = "New Hamp., Mass." 10379 216 = "ohio, fla, kent." 10380 217 = "Ohio, Kent., Ind." 10381 218 = "OHIO, MICHIGAN" 10382 219 = "ohio, ore" 10383 220 = "S.C., OHIO" 10384 221 = "INDIANA, OHIO, ILLINOIS" 10385 222 = "OHIO,PA" 10386 223 = "OK,SC,KS" 10387 224 = "okla, ark" 10388 225 = "OKLA,COLO" 10389 226 = "okla, kans" 10390 227 = "okla, wash" 10391 228 = "INDIANA, NEW MEXICO" 10392 229 = "OKLA,MISSOURI,COLO" 10393 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 10394 231 = "ILL, S. DAK" 10395 232 = "WISCONSIN OREGON" 10396 233 = "ORE,WASH" 10397 234 = "PA, IOWA" 10398 235 = "PA,N.Y." 10399 236 = "pa, w va" 10400 237 = "PA,NY,OHIO" 10401 238 = "Rhode Island, N. Hampshire" 10402 239 = "SO. DAKOTA, MONT" 10403 240 = "tenn, ohio" 10404 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 10405 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 10406 243 = "TENNESSEE, TEXAS, OREGON" 10407 244 = "tex, calif, mich, ohio" 10408 245 = "INDIANA, OHIO" 10409 246 = "TEXAS,WASH" 10410 247 = "UTAH COLORADO" 10411 248 = "UTAH,WASH" 10412 249 = "VA, OHIO" 10413 250 = "w. va., indiana, abroad(missionary), wn." 10414 251 = "W. VA., OHIO" 10415 252 = "W.VA, IND" 10416 253 = "wash d. c., wash" 10417 254 = "wash, alaska" 10418 255 = "wash, ark" 10419 256 = "WASH, ILL, IOWA" 10420 257 = "WASHINGTON, IDAHO" 10421 258 = "WIS., N.D." 10422 259 = "WISC, IOWA" 10423 260 = "WISCONSIN IDAHO" 10424 261 = "WISCONSIN ILLINOIS IOWA OREGON" 10425 262 = "WISCONSIN, WASHINGTON" 10426 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 10427 264 = "WYOMING IDAHO" 10428 265 = "WYOMING OREGON" 10429 266 = "PA, ILL" 187 The SAS System 10:01 Wednesday, November 23, 2005 10430 268 = "ore, wash, cal" 10431 269 = "tex, ohio, mich" 10432 270 = "WASHINGTON OREGON COLORADO" 10433 271 = "wash, miss" 10434 272 = "ill, ala" 10435 273 = "FLA, ALA" 10436 300 = "abroad, wn." 10437 301 = "B.C." 10438 302 = "CANADA" 10439 303 = "CANADA, ILLINOIS" 10440 304 = "CANADA, OHIO" 10441 305 = "EUROPE" 10442 306 = "foreign" 10443 307 = "france, austria, ore" 10444 308 = "IOWA CANADA" 10445 309 = "MI, CANADA" 10446 310 = "missouri, scotland" 10447 311 = "oregon, canada" 10448 312 = "panama" 10449 313 = "SOUTH AMERICA" 10450 999 = "Illegible/ Meaningless"; NOTE: Format V722FT has been output. 10451 VALUE V724FT (MAX=40) 10452 0 = "No Reply" 10453 1 = "Connecticut" 10454 2 = "Maine" 10455 3 = "Massachusetts" 10456 4 = "New Hampshire" 10457 5 = "Rhode Island" 10458 6 = "Vermont" 10459 11 = "Delaware" 10460 12 = "New Jersey" 10461 13 = "New York" 10462 14 = "Pennsylvania" 10463 21 = "Illinois" 10464 22 = "Indiana" 10465 23 = "Michigan" 10466 24 = "Ohio" 10467 25 = "Wisconsin" 10468 31 = "Iowa" 10469 32 = "Kansas" 10470 33 = "Minnesota" 10471 34 = "Missouri" 10472 35 = "Nebraska" 10473 36 = "North Dakota" 10474 37 = "South Dakota" 10475 38 = "Iowa/Nebraska" 10476 40 = "Virginia" 10477 41 = "Alabama" 10478 42 = "Arkansas" 10479 43 = "Florida" 10480 44 = "Georgia" 10481 45 = "Louisiana" 10482 46 = "Mississippi" 10483 47 = "North Carolina" 10484 48 = "South Carolina" 10485 49 = "Texas" 10486 51 = "Kentucky" 188 The SAS System 10:01 Wednesday, November 23, 2005 10487 52 = "Maryland" 10488 53 = "Oklahoma" 10489 54 = "Tennessee" 10490 56 = "West Virginia" 10491 61 = "Arizona" 10492 62 = "Colorado" 10493 63 = "Idaho" 10494 64 = "Montana" 10495 65 = "Nevada" 10496 66 = "New Mexico" 10497 67 = "Utah" 10498 68 = "Wyoming" 10499 71 = "California" 10500 72 = "Oregon" 10501 73 = "Washington" 10502 81 = "Alaska" 10503 82 = "Hawaii" 10504 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 10505 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 10506 103 = "16-Colo./23-Ill." 10507 104 = "19-Mo./5-Kansas/1-Colorado" 10508 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 10509 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 10510 107 = "21-Mo./5-Kansas/1-Colorado" 10511 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 10512 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 10513 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 10514 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 10515 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 10516 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 10517 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 10518 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 10519 116 = "4-Georgia/3-Florida/19-Colorado" 10520 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 10521 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 10522 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 10523 120 = "ark, mo" 10524 121 = "ARK,COLO" 10525 122 = "CAL, ILL" 10526 123 = "cal, ind" 10527 124 = "cal, n.y., ala, la" 10528 125 = "cal, wash" 10529 126 = "CALIF,ORE" 10530 127 = "CALIF., MONT" 10531 128 = "COLO, MO, ILL" 10532 129 = "colo, ore, ark" 10533 130 = "COLO., MONT." 10534 131 = "Colorado/Missouri" 10535 132 = "MD., OHIO" 10536 133 = "fla, s. c." 10537 134 = "ga, ala" 10538 135 = "ga, s. c." 10539 136 = "georgia, ind, ore" 10540 137 = "GA AND FL" 10541 138 = "IA, ILL" 10542 139 = "ILL, IND" 10543 140 = "ill, mass" 10544 141 = "ILL, N YORK" 189 The SAS System 10:01 Wednesday, November 23, 2005 10545 142 = "ILLINOIS, OHIO" 10546 143 = "ILLINOIS-6, WASHINGTON-20" 10547 144 = "ILL,WASH" 10548 145 = "ILL, WISC" 10549 146 = "ILL,MISSOURI, CAL,WASH.ORE" 10550 147 = "ILL., MINN." 10551 148 = "ILL., MONT" 10552 149 = "INDIANA, PENNSYLVANIA" 10553 150 = "ILLINOIS OREGON" 10554 151 = "IOWA, D.C., OHIO" 10555 152 = "Iowa, Illinois, Indiana" 10556 153 = "iowa, ohio" 10557 154 = "IOWA,WASH" 10558 155 = "Iowa/Colorado" 10559 156 = "KAN. OKLA. ORE. MONT." 10560 157 = "Kan.,Minn.,Neb." 10561 158 = "kans, okla" 10562 159 = "KANSAS OREGON" 10563 160 = "KANSAS,WASH" 10564 161 = "KENTUCKY COLORADO" 10565 162 = "KENTUCKY, NEW YORK" 10566 163 = "kentucky, ohio" 10567 164 = "KY,ILL" 10568 165 = "la, ala" 10569 166 = "mass, ala" 10570 167 = "MASS, IOWA" 10571 168 = "mass, n y, wash d.c." 10572 169 = "mass, ny" 10573 170 = "MASS, OHIO" 10574 171 = "MASS,PA" 10575 172 = "Mass. Rhode Island" 10576 173 = "Mass., Maine, Rhode Island" 10577 174 = "IND, KY" 10578 175 = "ind, mont, ore" 10579 176 = "MICH MONT." 10580 177 = "MICHIGAN, INDIANA" 10581 178 = "mich, ind, pa, ohio" 10582 179 = "MICH,WASH" 10583 180 = "MICH,ILL,OHIO" 10584 181 = "MICHIGAN ILLINOIS" 10585 182 = "MINN, IOWA" 10586 183 = "MINN, MONT" 10587 184 = "minn, ohio" 10588 185 = "MINN, WASH, MONT" 10589 186 = "MINN,ILL,WASH" 10590 187 = "MINN,WASH" 10591 188 = "MINN., WIS." 10592 189 = "MINNESOTA,N.DAKOTA" 10593 190 = "MISS, TEXAS" 10594 191 = "MISS,MICH,MRY, ILL" 10595 192 = "MO, ILL" 10596 193 = "Mo.-5/Colo.-24" 10597 194 = "Mo.-5/Okla.-14/Colo.-18" 10598 195 = "MONT, MISS, TEXAS" 10599 196 = "MONT, NEV." 10600 197 = "WASH, MONT" 10601 198 = "MONT,TENN, IOWA" 10602 199 = "Mont., Neb." 190 The SAS System 10:01 Wednesday, November 23, 2005 10603 200 = "n c, ore" 10604 201 = "N.J., N.Y." 10605 202 = "n j, penn, n y" 10606 203 = "N.DAKOTA,WASH" 10607 204 = "n. y., ala" 10608 205 = "n. y., and s. c." 10609 206 = "N.Y., PA., ILL." 10610 207 = "N.Y., WASH" 10611 208 = "n.y./s.c." 10612 209 = "NC/CA" 10613 210 = "NEB, WASH" 10614 211 = "NEB., COLO." 10615 212 = "NEB., TEX., IOWA & ILL." 10616 213 = "NEBR, N.Y., CAL, ILL" 10617 214 = "NEBRASKA OREGON" 10618 215 = "New Hamp., Mass." 10619 216 = "ohio, fla, kent." 10620 217 = "Ohio, Kent., Ind." 10621 218 = "OHIO, MICHIGAN" 10622 219 = "ohio, ore" 10623 220 = "S.C., OHIO" 10624 221 = "INDIANA, OHIO, ILLINOIS" 10625 222 = "OHIO,PA" 10626 223 = "OK,SC,KS" 10627 224 = "okla, ark" 10628 225 = "OKLA,COLO" 10629 226 = "okla, kans" 10630 227 = "okla, wash" 10631 228 = "INDIANA, NEW MEXICO" 10632 229 = "OKLA,MISSOURI,COLO" 10633 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 10634 231 = "ILL, S. DAK" 10635 232 = "WISCONSIN OREGON" 10636 233 = "ORE,WASH" 10637 234 = "PA, IOWA" 10638 235 = "PA,N.Y." 10639 236 = "pa, w va" 10640 237 = "PA,NY,OHIO" 10641 238 = "Rhode Island, N. Hampshire" 10642 239 = "SO. DAKOTA, MONT" 10643 240 = "tenn, ohio" 10644 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 10645 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 10646 243 = "TENNESSEE, TEXAS, OREGON" 10647 244 = "tex, calif, mich, ohio" 10648 245 = "INDIANA, OHIO" 10649 246 = "TEXAS,WASH" 10650 247 = "UTAH COLORADO" 10651 248 = "UTAH,WASH" 10652 249 = "VA, OHIO" 10653 250 = "w. va., indiana, abroad(missionary), wn." 10654 251 = "W. VA., OHIO" 10655 252 = "W.VA, IND" 10656 253 = "wash d. c., wash" 10657 254 = "wash, alaska" 10658 255 = "wash, ark" 10659 256 = "WASH, ILL, IOWA" 10660 257 = "WASHINGTON, IDAHO" 191 The SAS System 10:01 Wednesday, November 23, 2005 10661 258 = "WIS., N.D." 10662 259 = "WISC, IOWA" 10663 260 = "WISCONSIN IDAHO" 10664 261 = "WISCONSIN ILLINOIS IOWA OREGON" 10665 262 = "WISCONSIN, WASHINGTON" 10666 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 10667 264 = "WYOMING IDAHO" 10668 265 = "WYOMING OREGON" 10669 266 = "PA, ILL" 10670 268 = "ore, wash, cal" 10671 269 = "tex, ohio, mich" 10672 270 = "WASHINGTON OREGON COLORADO" 10673 271 = "wash, miss" 10674 272 = "ill, ala" 10675 273 = "FLA, ALA" 10676 300 = "abroad, wn." 10677 301 = "B.C." 10678 302 = "CANADA" 10679 303 = "CANADA, ILLINOIS" 10680 304 = "CANADA, OHIO" 10681 305 = "EUROPE" 10682 306 = "foreign" 10683 307 = "france, austria, ore" 10684 308 = "IOWA CANADA" 10685 309 = "MI, CANADA" 10686 310 = "missouri, scotland" 10687 311 = "oregon, canada" 10688 312 = "panama" 10689 313 = "SOUTH AMERICA" 10690 999 = "Illegible/ Meaningless"; NOTE: Format V724FT has been output. 10691 VALUE V726FT (MAX=40) 10692 0 = "No Reply" 10693 1 = "Connecticut" 10694 2 = "Maine" 10695 3 = "Massachusetts" 10696 4 = "New Hampshire" 10697 5 = "Rhode Island" 10698 6 = "Vermont" 10699 11 = "Delaware" 10700 12 = "New Jersey" 10701 13 = "New York" 10702 14 = "Pennsylvania" 10703 21 = "Illinois" 10704 22 = "Indiana" 10705 23 = "Michigan" 10706 24 = "Ohio" 10707 25 = "Wisconsin" 10708 31 = "Iowa" 10709 32 = "Kansas" 10710 33 = "Minnesota" 10711 34 = "Missouri" 10712 35 = "Nebraska" 10713 36 = "North Dakota" 10714 37 = "South Dakota" 10715 38 = "Iowa/Nebraska" 10716 40 = "Virginia" 10717 41 = "Alabama" 192 The SAS System 10:01 Wednesday, November 23, 2005 10718 42 = "Arkansas" 10719 43 = "Florida" 10720 44 = "Georgia" 10721 45 = "Louisiana" 10722 46 = "Mississippi" 10723 47 = "North Carolina" 10724 48 = "South Carolina" 10725 49 = "Texas" 10726 51 = "Kentucky" 10727 52 = "Maryland" 10728 53 = "Oklahoma" 10729 54 = "Tennessee" 10730 56 = "West Virginia" 10731 61 = "Arizona" 10732 62 = "Colorado" 10733 63 = "Idaho" 10734 64 = "Montana" 10735 65 = "Nevada" 10736 66 = "New Mexico" 10737 67 = "Utah" 10738 68 = "Wyoming" 10739 71 = "California" 10740 72 = "Oregon" 10741 73 = "Washington" 10742 81 = "Alaska" 10743 82 = "Hawaii" 10744 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 10745 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 10746 103 = "16-Colo./23-Ill." 10747 104 = "19-Mo./5-Kansas/1-Colorado" 10748 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 10749 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 10750 107 = "21-Mo./5-Kansas/1-Colorado" 10751 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 10752 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 10753 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 10754 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 10755 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 10756 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 10757 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 10758 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 10759 116 = "4-Georgia/3-Florida/19-Colorado" 10760 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 10761 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 10762 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 10763 120 = "ark, mo" 10764 121 = "ARK,COLO" 10765 122 = "CAL, ILL" 10766 123 = "cal, ind" 10767 124 = "cal, n.y., ala, la" 10768 125 = "cal, wash" 10769 126 = "CALIF,ORE" 10770 127 = "CALIF., MONT" 10771 128 = "COLO, MO, ILL" 10772 129 = "colo, ore, ark" 10773 130 = "COLO., MONT." 10774 131 = "Colorado/Missouri" 10775 132 = "MD., OHIO" 193 The SAS System 10:01 Wednesday, November 23, 2005 10776 133 = "fla, s. c." 10777 134 = "ga, ala" 10778 135 = "ga, s. c." 10779 136 = "georgia, ind, ore" 10780 137 = "GA AND FL" 10781 138 = "IA, ILL" 10782 139 = "ILL, IND" 10783 140 = "ill, mass" 10784 141 = "ILL, N YORK" 10785 142 = "ILLINOIS, OHIO" 10786 143 = "ILLINOIS-6, WASHINGTON-20" 10787 144 = "ILL,WASH" 10788 145 = "ILL, WISC" 10789 146 = "ILL,MISSOURI, CAL,WASH.ORE" 10790 147 = "ILL., MINN." 10791 148 = "ILL., MONT" 10792 149 = "INDIANA, PENNSYLVANIA" 10793 150 = "ILLINOIS OREGON" 10794 151 = "IOWA, D.C., OHIO" 10795 152 = "Iowa, Illinois, Indiana" 10796 153 = "iowa, ohio" 10797 154 = "IOWA,WASH" 10798 155 = "Iowa/Colorado" 10799 156 = "KAN. OKLA. ORE. MONT." 10800 157 = "Kan.,Minn.,Neb." 10801 158 = "kans, okla" 10802 159 = "KANSAS OREGON" 10803 160 = "KANSAS,WASH" 10804 161 = "KENTUCKY COLORADO" 10805 162 = "KENTUCKY, NEW YORK" 10806 163 = "kentucky, ohio" 10807 164 = "KY,ILL" 10808 165 = "la, ala" 10809 166 = "mass, ala" 10810 167 = "MASS, IOWA" 10811 168 = "mass, n y, wash d.c." 10812 169 = "mass, ny" 10813 170 = "MASS, OHIO" 10814 171 = "MASS,PA" 10815 172 = "Mass. Rhode Island" 10816 173 = "Mass., Maine, Rhode Island" 10817 174 = "IND, KY" 10818 175 = "ind, mont, ore" 10819 176 = "MICH MONT." 10820 177 = "MICHIGAN, INDIANA" 10821 178 = "mich, ind, pa, ohio" 10822 179 = "MICH,WASH" 10823 180 = "MICH,ILL,OHIO" 10824 181 = "MICHIGAN ILLINOIS" 10825 182 = "MINN, IOWA" 10826 183 = "MINN, MONT" 10827 184 = "minn, ohio" 10828 185 = "MINN, WASH, MONT" 10829 186 = "MINN,ILL,WASH" 10830 187 = "MINN,WASH" 10831 188 = "MINN., WIS." 10832 189 = "MINNESOTA,N.DAKOTA" 10833 190 = "MISS, TEXAS" 194 The SAS System 10:01 Wednesday, November 23, 2005 10834 191 = "MISS,MICH,MRY, ILL" 10835 192 = "MO, ILL" 10836 193 = "Mo.-5/Colo.-24" 10837 194 = "Mo.-5/Okla.-14/Colo.-18" 10838 195 = "MONT, MISS, TEXAS" 10839 196 = "MONT, NEV." 10840 197 = "WASH, MONT" 10841 198 = "MONT,TENN, IOWA" 10842 199 = "Mont., Neb." 10843 200 = "n c, ore" 10844 201 = "N.J., N.Y." 10845 202 = "n j, penn, n y" 10846 203 = "N.DAKOTA,WASH" 10847 204 = "n. y., ala" 10848 205 = "n. y., and s. c." 10849 206 = "N.Y., PA., ILL." 10850 207 = "N.Y., WASH" 10851 208 = "n.y./s.c." 10852 209 = "NC/CA" 10853 210 = "NEB, WASH" 10854 211 = "NEB., COLO." 10855 212 = "NEB., TEX., IOWA & ILL." 10856 213 = "NEBR, N.Y., CAL, ILL" 10857 214 = "NEBRASKA OREGON" 10858 215 = "New Hamp., Mass." 10859 216 = "ohio, fla, kent." 10860 217 = "Ohio, Kent., Ind." 10861 218 = "OHIO, MICHIGAN" 10862 219 = "ohio, ore" 10863 220 = "S.C., OHIO" 10864 221 = "INDIANA, OHIO, ILLINOIS" 10865 222 = "OHIO,PA" 10866 223 = "OK,SC,KS" 10867 224 = "okla, ark" 10868 225 = "OKLA,COLO" 10869 226 = "okla, kans" 10870 227 = "okla, wash" 10871 228 = "INDIANA, NEW MEXICO" 10872 229 = "OKLA,MISSOURI,COLO" 10873 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 10874 231 = "ILL, S. DAK" 10875 232 = "WISCONSIN OREGON" 10876 233 = "ORE,WASH" 10877 234 = "PA, IOWA" 10878 235 = "PA,N.Y." 10879 236 = "pa, w va" 10880 237 = "PA,NY,OHIO" 10881 238 = "Rhode Island, N. Hampshire" 10882 239 = "SO. DAKOTA, MONT" 10883 240 = "tenn, ohio" 10884 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 10885 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 10886 243 = "TENNESSEE, TEXAS, OREGON" 10887 244 = "tex, calif, mich, ohio" 10888 245 = "INDIANA, OHIO" 10889 246 = "TEXAS,WASH" 10890 247 = "UTAH COLORADO" 10891 248 = "UTAH,WASH" 195 The SAS System 10:01 Wednesday, November 23, 2005 10892 249 = "VA, OHIO" 10893 250 = "w. va., indiana, abroad(missionary), wn." 10894 251 = "W. VA., OHIO" 10895 252 = "W.VA, IND" 10896 253 = "wash d. c., wash" 10897 254 = "wash, alaska" 10898 255 = "wash, ark" 10899 256 = "WASH, ILL, IOWA" 10900 257 = "WASHINGTON, IDAHO" 10901 258 = "WIS., N.D." 10902 259 = "WISC, IOWA" 10903 260 = "WISCONSIN IDAHO" 10904 261 = "WISCONSIN ILLINOIS IOWA OREGON" 10905 262 = "WISCONSIN, WASHINGTON" 10906 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 10907 264 = "WYOMING IDAHO" 10908 265 = "WYOMING OREGON" 10909 266 = "PA, ILL" 10910 268 = "ore, wash, cal" 10911 269 = "tex, ohio, mich" 10912 270 = "WASHINGTON OREGON COLORADO" 10913 271 = "wash, miss" 10914 272 = "ill, ala" 10915 273 = "FLA, ALA" 10916 300 = "abroad, wn." 10917 301 = "B.C." 10918 302 = "CANADA" 10919 303 = "CANADA, ILLINOIS" 10920 304 = "CANADA, OHIO" 10921 305 = "EUROPE" 10922 306 = "foreign" 10923 307 = "france, austria, ore" 10924 308 = "IOWA CANADA" 10925 309 = "MI, CANADA" 10926 310 = "missouri, scotland" 10927 311 = "oregon, canada" 10928 312 = "panama" 10929 313 = "SOUTH AMERICA" 10930 999 = "Illegible/ Meaningless"; NOTE: Format V726FT has been output. 10931 VALUE V728FT (MAX=40) 10932 0 = "No Reply" 10933 1 = "Connecticut" 10934 2 = "Maine" 10935 3 = "Massachusetts" 10936 4 = "New Hampshire" 10937 5 = "Rhode Island" 10938 6 = "Vermont" 10939 11 = "Delaware" 10940 12 = "New Jersey" 10941 13 = "New York" 10942 14 = "Pennsylvania" 10943 21 = "Illinois" 10944 22 = "Indiana" 10945 23 = "Michigan" 10946 24 = "Ohio" 10947 25 = "Wisconsin" 10948 31 = "Iowa" 196 The SAS System 10:01 Wednesday, November 23, 2005 10949 32 = "Kansas" 10950 33 = "Minnesota" 10951 34 = "Missouri" 10952 35 = "Nebraska" 10953 36 = "North Dakota" 10954 37 = "South Dakota" 10955 38 = "Iowa/Nebraska" 10956 40 = "Virginia" 10957 41 = "Alabama" 10958 42 = "Arkansas" 10959 43 = "Florida" 10960 44 = "Georgia" 10961 45 = "Louisiana" 10962 46 = "Mississippi" 10963 47 = "North Carolina" 10964 48 = "South Carolina" 10965 49 = "Texas" 10966 51 = "Kentucky" 10967 52 = "Maryland" 10968 53 = "Oklahoma" 10969 54 = "Tennessee" 10970 56 = "West Virginia" 10971 61 = "Arizona" 10972 62 = "Colorado" 10973 63 = "Idaho" 10974 64 = "Montana" 10975 65 = "Nevada" 10976 66 = "New Mexico" 10977 67 = "Utah" 10978 68 = "Wyoming" 10979 71 = "California" 10980 72 = "Oregon" 10981 73 = "Washington" 10982 81 = "Alaska" 10983 82 = "Hawaii" 10984 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 10985 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 10986 103 = "16-Colo./23-Ill." 10987 104 = "19-Mo./5-Kansas/1-Colorado" 10988 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 10989 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 10990 107 = "21-Mo./5-Kansas/1-Colorado" 10991 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 10992 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 10993 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 10994 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 10995 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 10996 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 10997 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 10998 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 10999 116 = "4-Georgia/3-Florida/19-Colorado" 11000 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 11001 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 11002 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 11003 120 = "ark, mo" 11004 121 = "ARK,COLO" 11005 122 = "CAL, ILL" 11006 123 = "cal, ind" 197 The SAS System 10:01 Wednesday, November 23, 2005 11007 124 = "cal, n.y., ala, la" 11008 125 = "cal, wash" 11009 126 = "CALIF,ORE" 11010 127 = "CALIF., MONT" 11011 128 = "COLO, MO, ILL" 11012 129 = "colo, ore, ark" 11013 130 = "COLO., MONT." 11014 131 = "Colorado/Missouri" 11015 132 = "MD., OHIO" 11016 133 = "fla, s. c." 11017 134 = "ga, ala" 11018 135 = "ga, s. c." 11019 136 = "georgia, ind, ore" 11020 137 = "GA AND FL" 11021 138 = "IA, ILL" 11022 139 = "ILL, IND" 11023 140 = "ill, mass" 11024 141 = "ILL, N YORK" 11025 142 = "ILLINOIS, OHIO" 11026 143 = "ILLINOIS-6, WASHINGTON-20" 11027 144 = "ILL,WASH" 11028 145 = "ILL, WISC" 11029 146 = "ILL,MISSOURI, CAL,WASH.ORE" 11030 147 = "ILL., MINN." 11031 148 = "ILL., MONT" 11032 149 = "INDIANA, PENNSYLVANIA" 11033 150 = "ILLINOIS OREGON" 11034 151 = "IOWA, D.C., OHIO" 11035 152 = "Iowa, Illinois, Indiana" 11036 153 = "iowa, ohio" 11037 154 = "IOWA,WASH" 11038 155 = "Iowa/Colorado" 11039 156 = "KAN. OKLA. ORE. MONT." 11040 157 = "Kan.,Minn.,Neb." 11041 158 = "kans, okla" 11042 159 = "KANSAS OREGON" 11043 160 = "KANSAS,WASH" 11044 161 = "KENTUCKY COLORADO" 11045 162 = "KENTUCKY, NEW YORK" 11046 163 = "kentucky, ohio" 11047 164 = "KY,ILL" 11048 165 = "la, ala" 11049 166 = "mass, ala" 11050 167 = "MASS, IOWA" 11051 168 = "mass, n y, wash d.c." 11052 169 = "mass, ny" 11053 170 = "MASS, OHIO" 11054 171 = "MASS,PA" 11055 172 = "Mass. Rhode Island" 11056 173 = "Mass., Maine, Rhode Island" 11057 174 = "IND, KY" 11058 175 = "ind, mont, ore" 11059 176 = "MICH MONT." 11060 177 = "MICHIGAN, INDIANA" 11061 178 = "mich, ind, pa, ohio" 11062 179 = "MICH,WASH" 11063 180 = "MICH,ILL,OHIO" 11064 181 = "MICHIGAN ILLINOIS" 198 The SAS System 10:01 Wednesday, November 23, 2005 11065 182 = "MINN, IOWA" 11066 183 = "MINN, MONT" 11067 184 = "minn, ohio" 11068 185 = "MINN, WASH, MONT" 11069 186 = "MINN,ILL,WASH" 11070 187 = "MINN,WASH" 11071 188 = "MINN., WIS." 11072 189 = "MINNESOTA,N.DAKOTA" 11073 190 = "MISS, TEXAS" 11074 191 = "MISS,MICH,MRY, ILL" 11075 192 = "MO, ILL" 11076 193 = "Mo.-5/Colo.-24" 11077 194 = "Mo.-5/Okla.-14/Colo.-18" 11078 195 = "MONT, MISS, TEXAS" 11079 196 = "MONT, NEV." 11080 197 = "WASH, MONT" 11081 198 = "MONT,TENN, IOWA" 11082 199 = "Mont., Neb." 11083 200 = "n c, ore" 11084 201 = "N.J., N.Y." 11085 202 = "n j, penn, n y" 11086 203 = "N.DAKOTA,WASH" 11087 204 = "n. y., ala" 11088 205 = "n. y., and s. c." 11089 206 = "N.Y., PA., ILL." 11090 207 = "N.Y., WASH" 11091 208 = "n.y./s.c." 11092 209 = "NC/CA" 11093 210 = "NEB, WASH" 11094 211 = "NEB., COLO." 11095 212 = "NEB., TEX., IOWA & ILL." 11096 213 = "NEBR, N.Y., CAL, ILL" 11097 214 = "NEBRASKA OREGON" 11098 215 = "New Hamp., Mass." 11099 216 = "ohio, fla, kent." 11100 217 = "Ohio, Kent., Ind." 11101 218 = "OHIO, MICHIGAN" 11102 219 = "ohio, ore" 11103 220 = "S.C., OHIO" 11104 221 = "INDIANA, OHIO, ILLINOIS" 11105 222 = "OHIO,PA" 11106 223 = "OK,SC,KS" 11107 224 = "okla, ark" 11108 225 = "OKLA,COLO" 11109 226 = "okla, kans" 11110 227 = "okla, wash" 11111 228 = "INDIANA, NEW MEXICO" 11112 229 = "OKLA,MISSOURI,COLO" 11113 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 11114 231 = "ILL, S. DAK" 11115 232 = "WISCONSIN OREGON" 11116 233 = "ORE,WASH" 11117 234 = "PA, IOWA" 11118 235 = "PA,N.Y." 11119 236 = "pa, w va" 11120 237 = "PA,NY,OHIO" 11121 238 = "Rhode Island, N. Hampshire" 11122 239 = "SO. DAKOTA, MONT" 199 The SAS System 10:01 Wednesday, November 23, 2005 11123 240 = "tenn, ohio" 11124 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 11125 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 11126 243 = "TENNESSEE, TEXAS, OREGON" 11127 244 = "tex, calif, mich, ohio" 11128 245 = "INDIANA, OHIO" 11129 246 = "TEXAS,WASH" 11130 247 = "UTAH COLORADO" 11131 248 = "UTAH,WASH" 11132 249 = "VA, OHIO" 11133 250 = "w. va., indiana, abroad(missionary), wn." 11134 251 = "W. VA., OHIO" 11135 252 = "W.VA, IND" 11136 253 = "wash d. c., wash" 11137 254 = "wash, alaska" 11138 255 = "wash, ark" 11139 256 = "WASH, ILL, IOWA" 11140 257 = "WASHINGTON, IDAHO" 11141 258 = "WIS., N.D." 11142 259 = "WISC, IOWA" 11143 260 = "WISCONSIN IDAHO" 11144 261 = "WISCONSIN ILLINOIS IOWA OREGON" 11145 262 = "WISCONSIN, WASHINGTON" 11146 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 11147 264 = "WYOMING IDAHO" 11148 265 = "WYOMING OREGON" 11149 266 = "PA, ILL" 11150 268 = "ore, wash, cal" 11151 269 = "tex, ohio, mich" 11152 270 = "WASHINGTON OREGON COLORADO" 11153 271 = "wash, miss" 11154 272 = "ill, ala" 11155 273 = "FLA, ALA" 11156 300 = "abroad, wn." 11157 301 = "B.C." 11158 302 = "CANADA" 11159 303 = "CANADA, ILLINOIS" 11160 304 = "CANADA, OHIO" 11161 305 = "EUROPE" 11162 306 = "foreign" 11163 307 = "france, austria, ore" 11164 308 = "IOWA CANADA" 11165 309 = "MI, CANADA" 11166 310 = "missouri, scotland" 11167 311 = "oregon, canada" 11168 312 = "panama" 11169 313 = "SOUTH AMERICA" 11170 999 = "Illegible/ Meaningless"; NOTE: Format V728FT has been output. 11171 VALUE V730FT (MAX=40) 11172 0 = "No Reply" 11173 1 = "Connecticut" 11174 2 = "Maine" 11175 3 = "Massachusetts" 11176 4 = "New Hampshire" 11177 5 = "Rhode Island" 11178 6 = "Vermont" 11179 11 = "Delaware" 200 The SAS System 10:01 Wednesday, November 23, 2005 11180 12 = "New Jersey" 11181 13 = "New York" 11182 14 = "Pennsylvania" 11183 21 = "Illinois" 11184 22 = "Indiana" 11185 23 = "Michigan" 11186 24 = "Ohio" 11187 25 = "Wisconsin" 11188 31 = "Iowa" 11189 32 = "Kansas" 11190 33 = "Minnesota" 11191 34 = "Missouri" 11192 35 = "Nebraska" 11193 36 = "North Dakota" 11194 37 = "South Dakota" 11195 38 = "Iowa/Nebraska" 11196 40 = "Virginia" 11197 41 = "Alabama" 11198 42 = "Arkansas" 11199 43 = "Florida" 11200 44 = "Georgia" 11201 45 = "Louisiana" 11202 46 = "Mississippi" 11203 47 = "North Carolina" 11204 48 = "South Carolina" 11205 49 = "Texas" 11206 51 = "Kentucky" 11207 52 = "Maryland" 11208 53 = "Oklahoma" 11209 54 = "Tennessee" 11210 56 = "West Virginia" 11211 61 = "Arizona" 11212 62 = "Colorado" 11213 63 = "Idaho" 11214 64 = "Montana" 11215 65 = "Nevada" 11216 66 = "New Mexico" 11217 67 = "Utah" 11218 68 = "Wyoming" 11219 71 = "California" 11220 72 = "Oregon" 11221 73 = "Washington" 11222 81 = "Alaska" 11223 82 = "Hawaii" 11224 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 11225 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 11226 103 = "16-Colo./23-Ill." 11227 104 = "19-Mo./5-Kansas/1-Colorado" 11228 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 11229 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 11230 107 = "21-Mo./5-Kansas/1-Colorado" 11231 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 11232 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 11233 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 11234 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 11235 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 11236 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 11237 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 201 The SAS System 10:01 Wednesday, November 23, 2005 11238 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 11239 116 = "4-Georgia/3-Florida/19-Colorado" 11240 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 11241 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 11242 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 11243 120 = "ark, mo" 11244 121 = "ARK,COLO" 11245 122 = "CAL, ILL" 11246 123 = "cal, ind" 11247 124 = "cal, n.y., ala, la" 11248 125 = "cal, wash" 11249 126 = "CALIF,ORE" 11250 127 = "CALIF., MONT" 11251 128 = "COLO, MO, ILL" 11252 129 = "colo, ore, ark" 11253 130 = "COLO., MONT." 11254 131 = "Colorado/Missouri" 11255 132 = "MD., OHIO" 11256 133 = "fla, s. c." 11257 134 = "ga, ala" 11258 135 = "ga, s. c." 11259 136 = "georgia, ind, ore" 11260 137 = "GA AND FL" 11261 138 = "IA, ILL" 11262 139 = "ILL, IND" 11263 140 = "ill, mass" 11264 141 = "ILL, N YORK" 11265 142 = "ILLINOIS, OHIO" 11266 143 = "ILLINOIS-6, WASHINGTON-20" 11267 144 = "ILL,WASH" 11268 145 = "ILL, WISC" 11269 146 = "ILL,MISSOURI, CAL,WASH.ORE" 11270 147 = "ILL., MINN." 11271 148 = "ILL., MONT" 11272 149 = "INDIANA, PENNSYLVANIA" 11273 150 = "ILLINOIS OREGON" 11274 151 = "IOWA, D.C., OHIO" 11275 152 = "Iowa, Illinois, Indiana" 11276 153 = "iowa, ohio" 11277 154 = "IOWA,WASH" 11278 155 = "Iowa/Colorado" 11279 156 = "KAN. OKLA. ORE. MONT." 11280 157 = "Kan.,Minn.,Neb." 11281 158 = "kans, okla" 11282 159 = "KANSAS OREGON" 11283 160 = "KANSAS,WASH" 11284 161 = "KENTUCKY COLORADO" 11285 162 = "KENTUCKY, NEW YORK" 11286 163 = "kentucky, ohio" 11287 164 = "KY,ILL" 11288 165 = "la, ala" 11289 166 = "mass, ala" 11290 167 = "MASS, IOWA" 11291 168 = "mass, n y, wash d.c." 11292 169 = "mass, ny" 11293 170 = "MASS, OHIO" 11294 171 = "MASS,PA" 11295 172 = "Mass. Rhode Island" 202 The SAS System 10:01 Wednesday, November 23, 2005 11296 173 = "Mass., Maine, Rhode Island" 11297 174 = "IND, KY" 11298 175 = "ind, mont, ore" 11299 176 = "MICH MONT." 11300 177 = "MICHIGAN, INDIANA" 11301 178 = "mich, ind, pa, ohio" 11302 179 = "MICH,WASH" 11303 180 = "MICH,ILL,OHIO" 11304 181 = "MICHIGAN ILLINOIS" 11305 182 = "MINN, IOWA" 11306 183 = "MINN, MONT" 11307 184 = "minn, ohio" 11308 185 = "MINN, WASH, MONT" 11309 186 = "MINN,ILL,WASH" 11310 187 = "MINN,WASH" 11311 188 = "MINN., WIS." 11312 189 = "MINNESOTA,N.DAKOTA" 11313 190 = "MISS, TEXAS" 11314 191 = "MISS,MICH,MRY, ILL" 11315 192 = "MO, ILL" 11316 193 = "Mo.-5/Colo.-24" 11317 194 = "Mo.-5/Okla.-14/Colo.-18" 11318 195 = "MONT, MISS, TEXAS" 11319 196 = "MONT, NEV." 11320 197 = "WASH, MONT" 11321 198 = "MONT,TENN, IOWA" 11322 199 = "Mont., Neb." 11323 200 = "n c, ore" 11324 201 = "N.J., N.Y." 11325 202 = "n j, penn, n y" 11326 203 = "N.DAKOTA,WASH" 11327 204 = "n. y., ala" 11328 205 = "n. y., and s. c." 11329 206 = "N.Y., PA., ILL." 11330 207 = "N.Y., WASH" 11331 208 = "n.y./s.c." 11332 209 = "NC/CA" 11333 210 = "NEB, WASH" 11334 211 = "NEB., COLO." 11335 212 = "NEB., TEX., IOWA & ILL." 11336 213 = "NEBR, N.Y., CAL, ILL" 11337 214 = "NEBRASKA OREGON" 11338 215 = "New Hamp., Mass." 11339 216 = "ohio, fla, kent." 11340 217 = "Ohio, Kent., Ind." 11341 218 = "OHIO, MICHIGAN" 11342 219 = "ohio, ore" 11343 220 = "S.C., OHIO" 11344 221 = "INDIANA, OHIO, ILLINOIS" 11345 222 = "OHIO,PA" 11346 223 = "OK,SC,KS" 11347 224 = "okla, ark" 11348 225 = "OKLA,COLO" 11349 226 = "okla, kans" 11350 227 = "okla, wash" 11351 228 = "INDIANA, NEW MEXICO" 11352 229 = "OKLA,MISSOURI,COLO" 11353 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 203 The SAS System 10:01 Wednesday, November 23, 2005 11354 231 = "ILL, S. DAK" 11355 232 = "WISCONSIN OREGON" 11356 233 = "ORE,WASH" 11357 234 = "PA, IOWA" 11358 235 = "PA,N.Y." 11359 236 = "pa, w va" 11360 237 = "PA,NY,OHIO" 11361 238 = "Rhode Island, N. Hampshire" 11362 239 = "SO. DAKOTA, MONT" 11363 240 = "tenn, ohio" 11364 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 11365 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 11366 243 = "TENNESSEE, TEXAS, OREGON" 11367 244 = "tex, calif, mich, ohio" 11368 245 = "INDIANA, OHIO" 11369 246 = "TEXAS,WASH" 11370 247 = "UTAH COLORADO" 11371 248 = "UTAH,WASH" 11372 249 = "VA, OHIO" 11373 250 = "w. va., indiana, abroad(missionary), wn." 11374 251 = "W. VA., OHIO" 11375 252 = "W.VA, IND" 11376 253 = "wash d. c., wash" 11377 254 = "wash, alaska" 11378 255 = "wash, ark" 11379 256 = "WASH, ILL, IOWA" 11380 257 = "WASHINGTON, IDAHO" 11381 258 = "WIS., N.D." 11382 259 = "WISC, IOWA" 11383 260 = "WISCONSIN IDAHO" 11384 261 = "WISCONSIN ILLINOIS IOWA OREGON" 11385 262 = "WISCONSIN, WASHINGTON" 11386 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 11387 264 = "WYOMING IDAHO" 11388 265 = "WYOMING OREGON" 11389 266 = "PA, ILL" 11390 268 = "ore, wash, cal" 11391 269 = "tex, ohio, mich" 11392 270 = "WASHINGTON OREGON COLORADO" 11393 271 = "wash, miss" 11394 272 = "ill, ala" 11395 273 = "FLA, ALA" 11396 300 = "abroad, wn." 11397 301 = "B.C." 11398 302 = "CANADA" 11399 303 = "CANADA, ILLINOIS" 11400 304 = "CANADA, OHIO" 11401 305 = "EUROPE" 11402 306 = "foreign" 11403 307 = "france, austria, ore" 11404 308 = "IOWA CANADA" 11405 309 = "MI, CANADA" 11406 310 = "missouri, scotland" 11407 311 = "oregon, canada" 11408 312 = "panama" 11409 313 = "SOUTH AMERICA" 11410 999 = "Illegible/ Meaningless"; NOTE: Format V730FT has been output. 204 The SAS System 10:01 Wednesday, November 23, 2005 11411 VALUE V732FT (MAX=40) 11412 0 = "No Reply" 11413 1 = "Connecticut" 11414 2 = "Maine" 11415 3 = "Massachusetts" 11416 4 = "New Hampshire" 11417 5 = "Rhode Island" 11418 6 = "Vermont" 11419 11 = "Delaware" 11420 12 = "New Jersey" 11421 13 = "New York" 11422 14 = "Pennsylvania" 11423 21 = "Illinois" 11424 22 = "Indiana" 11425 23 = "Michigan" 11426 24 = "Ohio" 11427 25 = "Wisconsin" 11428 31 = "Iowa" 11429 32 = "Kansas" 11430 33 = "Minnesota" 11431 34 = "Missouri" 11432 35 = "Nebraska" 11433 36 = "North Dakota" 11434 37 = "South Dakota" 11435 38 = "Iowa/Nebraska" 11436 40 = "Virginia" 11437 41 = "Alabama" 11438 42 = "Arkansas" 11439 43 = "Florida" 11440 44 = "Georgia" 11441 45 = "Louisiana" 11442 46 = "Mississippi" 11443 47 = "North Carolina" 11444 48 = "South Carolina" 11445 49 = "Texas" 11446 51 = "Kentucky" 11447 52 = "Maryland" 11448 53 = "Oklahoma" 11449 54 = "Tennessee" 11450 56 = "West Virginia" 11451 61 = "Arizona" 11452 62 = "Colorado" 11453 63 = "Idaho" 11454 64 = "Montana" 11455 65 = "Nevada" 11456 66 = "New Mexico" 11457 67 = "Utah" 11458 68 = "Wyoming" 11459 71 = "California" 11460 72 = "Oregon" 11461 73 = "Washington" 11462 81 = "Alaska" 11463 82 = "Hawaii" 11464 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 11465 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 11466 103 = "16-Colo./23-Ill." 11467 104 = "19-Mo./5-Kansas/1-Colorado" 11468 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 205 The SAS System 10:01 Wednesday, November 23, 2005 11469 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 11470 107 = "21-Mo./5-Kansas/1-Colorado" 11471 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 11472 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 11473 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 11474 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 11475 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 11476 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 11477 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 11478 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 11479 116 = "4-Georgia/3-Florida/19-Colorado" 11480 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 11481 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 11482 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 11483 120 = "ark, mo" 11484 121 = "ARK,COLO" 11485 122 = "CAL, ILL" 11486 123 = "cal, ind" 11487 124 = "cal, n.y., ala, la" 11488 125 = "cal, wash" 11489 126 = "CALIF,ORE" 11490 127 = "CALIF., MONT" 11491 128 = "COLO, MO, ILL" 11492 129 = "colo, ore, ark" 11493 130 = "COLO., MONT." 11494 131 = "Colorado/Missouri" 11495 132 = "MD., OHIO" 11496 133 = "fla, s. c." 11497 134 = "ga, ala" 11498 135 = "ga, s. c." 11499 136 = "georgia, ind, ore" 11500 137 = "GA AND FL" 11501 138 = "IA, ILL" 11502 139 = "ILL, IND" 11503 140 = "ill, mass" 11504 141 = "ILL, N YORK" 11505 142 = "ILLINOIS, OHIO" 11506 143 = "ILLINOIS-6, WASHINGTON-20" 11507 144 = "ILL,WASH" 11508 145 = "ILL, WISC" 11509 146 = "ILL,MISSOURI, CAL,WASH.ORE" 11510 147 = "ILL., MINN." 11511 148 = "ILL., MONT" 11512 149 = "INDIANA, PENNSYLVANIA" 11513 150 = "ILLINOIS OREGON" 11514 151 = "IOWA, D.C., OHIO" 11515 152 = "Iowa, Illinois, Indiana" 11516 153 = "iowa, ohio" 11517 154 = "IOWA,WASH" 11518 155 = "Iowa/Colorado" 11519 156 = "KAN. OKLA. ORE. MONT." 11520 157 = "Kan.,Minn.,Neb." 11521 158 = "kans, okla" 11522 159 = "KANSAS OREGON" 11523 160 = "KANSAS,WASH" 11524 161 = "KENTUCKY COLORADO" 11525 162 = "KENTUCKY, NEW YORK" 11526 163 = "kentucky, ohio" 206 The SAS System 10:01 Wednesday, November 23, 2005 11527 164 = "KY,ILL" 11528 165 = "la, ala" 11529 166 = "mass, ala" 11530 167 = "MASS, IOWA" 11531 168 = "mass, n y, wash d.c." 11532 169 = "mass, ny" 11533 170 = "MASS, OHIO" 11534 171 = "MASS,PA" 11535 172 = "Mass. Rhode Island" 11536 173 = "Mass., Maine, Rhode Island" 11537 174 = "IND, KY" 11538 175 = "ind, mont, ore" 11539 176 = "MICH MONT." 11540 177 = "MICHIGAN, INDIANA" 11541 178 = "mich, ind, pa, ohio" 11542 179 = "MICH,WASH" 11543 180 = "MICH,ILL,OHIO" 11544 181 = "MICHIGAN ILLINOIS" 11545 182 = "MINN, IOWA" 11546 183 = "MINN, MONT" 11547 184 = "minn, ohio" 11548 185 = "MINN, WASH, MONT" 11549 186 = "MINN,ILL,WASH" 11550 187 = "MINN,WASH" 11551 188 = "MINN., WIS." 11552 189 = "MINNESOTA,N.DAKOTA" 11553 190 = "MISS, TEXAS" 11554 191 = "MISS,MICH,MRY, ILL" 11555 192 = "MO, ILL" 11556 193 = "Mo.-5/Colo.-24" 11557 194 = "Mo.-5/Okla.-14/Colo.-18" 11558 195 = "MONT, MISS, TEXAS" 11559 196 = "MONT, NEV." 11560 197 = "WASH, MONT" 11561 198 = "MONT,TENN, IOWA" 11562 199 = "Mont., Neb." 11563 200 = "n c, ore" 11564 201 = "N.J., N.Y." 11565 202 = "n j, penn, n y" 11566 203 = "N.DAKOTA,WASH" 11567 204 = "n. y., ala" 11568 205 = "n. y., and s. c." 11569 206 = "N.Y., PA., ILL." 11570 207 = "N.Y., WASH" 11571 208 = "n.y./s.c." 11572 209 = "NC/CA" 11573 210 = "NEB, WASH" 11574 211 = "NEB., COLO." 11575 212 = "NEB., TEX., IOWA & ILL." 11576 213 = "NEBR, N.Y., CAL, ILL" 11577 214 = "NEBRASKA OREGON" 11578 215 = "New Hamp., Mass." 11579 216 = "ohio, fla, kent." 11580 217 = "Ohio, Kent., Ind." 11581 218 = "OHIO, MICHIGAN" 11582 219 = "ohio, ore" 11583 220 = "S.C., OHIO" 11584 221 = "INDIANA, OHIO, ILLINOIS" 207 The SAS System 10:01 Wednesday, November 23, 2005 11585 222 = "OHIO,PA" 11586 223 = "OK,SC,KS" 11587 224 = "okla, ark" 11588 225 = "OKLA,COLO" 11589 226 = "okla, kans" 11590 227 = "okla, wash" 11591 228 = "INDIANA, NEW MEXICO" 11592 229 = "OKLA,MISSOURI,COLO" 11593 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 11594 231 = "ILL, S. DAK" 11595 232 = "WISCONSIN OREGON" 11596 233 = "ORE,WASH" 11597 234 = "PA, IOWA" 11598 235 = "PA,N.Y." 11599 236 = "pa, w va" 11600 237 = "PA,NY,OHIO" 11601 238 = "Rhode Island, N. Hampshire" 11602 239 = "SO. DAKOTA, MONT" 11603 240 = "tenn, ohio" 11604 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 11605 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 11606 243 = "TENNESSEE, TEXAS, OREGON" 11607 244 = "tex, calif, mich, ohio" 11608 245 = "INDIANA, OHIO" 11609 246 = "TEXAS,WASH" 11610 247 = "UTAH COLORADO" 11611 248 = "UTAH,WASH" 11612 249 = "VA, OHIO" 11613 250 = "w. va., indiana, abroad(missionary), wn." 11614 251 = "W. VA., OHIO" 11615 252 = "W.VA, IND" 11616 253 = "wash d. c., wash" 11617 254 = "wash, alaska" 11618 255 = "wash, ark" 11619 256 = "WASH, ILL, IOWA" 11620 257 = "WASHINGTON, IDAHO" 11621 258 = "WIS., N.D." 11622 259 = "WISC, IOWA" 11623 260 = "WISCONSIN IDAHO" 11624 261 = "WISCONSIN ILLINOIS IOWA OREGON" 11625 262 = "WISCONSIN, WASHINGTON" 11626 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 11627 264 = "WYOMING IDAHO" 11628 265 = "WYOMING OREGON" 11629 266 = "PA, ILL" 11630 268 = "ore, wash, cal" 11631 269 = "tex, ohio, mich" 11632 270 = "WASHINGTON OREGON COLORADO" 11633 271 = "wash, miss" 11634 272 = "ill, ala" 11635 273 = "FLA, ALA" 11636 300 = "abroad, wn." 11637 301 = "B.C." 11638 302 = "CANADA" 11639 303 = "CANADA, ILLINOIS" 11640 304 = "CANADA, OHIO" 11641 305 = "EUROPE" 11642 306 = "foreign" 208 The SAS System 10:01 Wednesday, November 23, 2005 11643 307 = "france, austria, ore" 11644 308 = "IOWA CANADA" 11645 309 = "MI, CANADA" 11646 310 = "missouri, scotland" 11647 311 = "oregon, canada" 11648 312 = "panama" 11649 313 = "SOUTH AMERICA" 11650 999 = "Illegible/ Meaningless"; NOTE: Format V732FT has been output. 11651 VALUE V734FT (MAX=40) 11652 0 = "No Reply" 11653 1 = "Connecticut" 11654 2 = "Maine" 11655 3 = "Massachusetts" 11656 4 = "New Hampshire" 11657 5 = "Rhode Island" 11658 6 = "Vermont" 11659 11 = "Delaware" 11660 12 = "New Jersey" 11661 13 = "New York" 11662 14 = "Pennsylvania" 11663 21 = "Illinois" 11664 22 = "Indiana" 11665 23 = "Michigan" 11666 24 = "Ohio" 11667 25 = "Wisconsin" 11668 31 = "Iowa" 11669 32 = "Kansas" 11670 33 = "Minnesota" 11671 34 = "Missouri" 11672 35 = "Nebraska" 11673 36 = "North Dakota" 11674 37 = "South Dakota" 11675 38 = "Iowa/Nebraska" 11676 40 = "Virginia" 11677 41 = "Alabama" 11678 42 = "Arkansas" 11679 43 = "Florida" 11680 44 = "Georgia" 11681 45 = "Louisiana" 11682 46 = "Mississippi" 11683 47 = "North Carolina" 11684 48 = "South Carolina" 11685 49 = "Texas" 11686 51 = "Kentucky" 11687 52 = "Maryland" 11688 53 = "Oklahoma" 11689 54 = "Tennessee" 11690 56 = "West Virginia" 11691 61 = "Arizona" 11692 62 = "Colorado" 11693 63 = "Idaho" 11694 64 = "Montana" 11695 65 = "Nevada" 11696 66 = "New Mexico" 11697 67 = "Utah" 11698 68 = "Wyoming" 11699 71 = "California" 209 The SAS System 10:01 Wednesday, November 23, 2005 11700 72 = "Oregon" 11701 73 = "Washington" 11702 81 = "Alaska" 11703 82 = "Hawaii" 11704 101 = "10 YRS. MINNESOTA, 28 YRS. WASHINGTON" 11705 102 = "12 YRS. MICHIGAN,7 YRS. FLORIDA" 11706 103 = "16-Colo./23-Ill." 11707 104 = "19-Mo./5-Kansas/1-Colorado" 11708 105 = "20 YRS. TENNESSEE, 9 YRS. GEORGIA" 11709 106 = "20 YRS. TENNESSEE, 11 YRS. GEORGIA" 11710 107 = "21-Mo./5-Kansas/1-Colorado" 11711 108 = "25 YRS. TENNESSEE, 6 YRS. GEORGIA" 11712 109 = "26 YRS. TENNESSEE, 6 YRS. GEORGIA" 11713 110 = "27 YRS. MINNESOTA, 7 YRS. GEORGIA" 11714 111 = "28 YRS.KENTUCKY,5 YRS.GEORGIA." 11715 112 = "30 YRS. MINNESOTA, 7 YRS. GEORGIA" 11716 113 = "31 YRS. OREGON, 1 YR. WASHINGTON" 11717 114 = "33 YRS. OREGON, 1 YR. WASHINGTON" 11718 115 = "4 YRS. MINNESOTA, 28 YRS. WASHINGTON." 11719 116 = "4-Georgia/3-Florida/19-Colorado" 11720 117 = "46 YRS.KENTUCKY, 5 YRS.GEORGIA" 11721 118 = "6 YRS. FLORIDA,41 YRS.GEORGIA" 11722 119 = "9 YRS. ALABAMA, 1 YR. GEORGIA" 11723 120 = "ark, mo" 11724 121 = "ARK,COLO" 11725 122 = "CAL, ILL" 11726 123 = "cal, ind" 11727 124 = "cal, n.y., ala, la" 11728 125 = "cal, wash" 11729 126 = "CALIF,ORE" 11730 127 = "CALIF., MONT" 11731 128 = "COLO, MO, ILL" 11732 129 = "colo, ore, ark" 11733 130 = "COLO., MONT." 11734 131 = "Colorado/Missouri" 11735 132 = "MD., OHIO" 11736 133 = "fla, s. c." 11737 134 = "ga, ala" 11738 135 = "ga, s. c." 11739 136 = "georgia, ind, ore" 11740 137 = "GA AND FL" 11741 138 = "IA, ILL" 11742 139 = "ILL, IND" 11743 140 = "ill, mass" 11744 141 = "ILL, N YORK" 11745 142 = "ILLINOIS, OHIO" 11746 143 = "ILLINOIS-6, WASHINGTON-20" 11747 144 = "ILL,WASH" 11748 145 = "ILL, WISC" 11749 146 = "ILL,MISSOURI, CAL,WASH.ORE" 11750 147 = "ILL., MINN." 11751 148 = "ILL., MONT" 11752 149 = "INDIANA, PENNSYLVANIA" 11753 150 = "ILLINOIS OREGON" 11754 151 = "IOWA, D.C., OHIO" 11755 152 = "Iowa, Illinois, Indiana" 11756 153 = "iowa, ohio" 11757 154 = "IOWA,WASH" 210 The SAS System 10:01 Wednesday, November 23, 2005 11758 155 = "Iowa/Colorado" 11759 156 = "KAN. OKLA. ORE. MONT." 11760 157 = "Kan.,Minn.,Neb." 11761 158 = "kans, okla" 11762 159 = "KANSAS OREGON" 11763 160 = "KANSAS,WASH" 11764 161 = "KENTUCKY COLORADO" 11765 162 = "KENTUCKY, NEW YORK" 11766 163 = "kentucky, ohio" 11767 164 = "KY,ILL" 11768 165 = "la, ala" 11769 166 = "mass, ala" 11770 167 = "MASS, IOWA" 11771 168 = "mass, n y, wash d.c." 11772 169 = "mass, ny" 11773 170 = "MASS, OHIO" 11774 171 = "MASS,PA" 11775 172 = "Mass. Rhode Island" 11776 173 = "Mass., Maine, Rhode Island" 11777 174 = "IND, KY" 11778 175 = "ind, mont, ore" 11779 176 = "MICH MONT." 11780 177 = "MICHIGAN, INDIANA" 11781 178 = "mich, ind, pa, ohio" 11782 179 = "MICH,WASH" 11783 180 = "MICH,ILL,OHIO" 11784 181 = "MICHIGAN ILLINOIS" 11785 182 = "MINN, IOWA" 11786 183 = "MINN, MONT" 11787 184 = "minn, ohio" 11788 185 = "MINN, WASH, MONT" 11789 186 = "MINN,ILL,WASH" 11790 187 = "MINN,WASH" 11791 188 = "MINN., WIS." 11792 189 = "MINNESOTA,N.DAKOTA" 11793 190 = "MISS, TEXAS" 11794 191 = "MISS,MICH,MRY, ILL" 11795 192 = "MO, ILL" 11796 193 = "Mo.-5/Colo.-24" 11797 194 = "Mo.-5/Okla.-14/Colo.-18" 11798 195 = "MONT, MISS, TEXAS" 11799 196 = "MONT, NEV." 11800 197 = "WASH, MONT" 11801 198 = "MONT,TENN, IOWA" 11802 199 = "Mont., Neb." 11803 200 = "n c, ore" 11804 201 = "N.J., N.Y." 11805 202 = "n j, penn, n y" 11806 203 = "N.DAKOTA,WASH" 11807 204 = "n. y., ala" 11808 205 = "n. y., and s. c." 11809 206 = "N.Y., PA., ILL." 11810 207 = "N.Y., WASH" 11811 208 = "n.y./s.c." 11812 209 = "NC/CA" 11813 210 = "NEB, WASH" 11814 211 = "NEB., COLO." 11815 212 = "NEB., TEX., IOWA & ILL." 211 The SAS System 10:01 Wednesday, November 23, 2005 11816 213 = "NEBR, N.Y., CAL, ILL" 11817 214 = "NEBRASKA OREGON" 11818 215 = "New Hamp., Mass." 11819 216 = "ohio, fla, kent." 11820 217 = "Ohio, Kent., Ind." 11821 218 = "OHIO, MICHIGAN" 11822 219 = "ohio, ore" 11823 220 = "S.C., OHIO" 11824 221 = "INDIANA, OHIO, ILLINOIS" 11825 222 = "OHIO,PA" 11826 223 = "OK,SC,KS" 11827 224 = "okla, ark" 11828 225 = "OKLA,COLO" 11829 226 = "okla, kans" 11830 227 = "okla, wash" 11831 228 = "INDIANA, NEW MEXICO" 11832 229 = "OKLA,MISSOURI,COLO" 11833 230 = "OKLAHOMA 9 YRS. TEXAS 7 YRS. MONTANA 5 Y" 11834 231 = "ILL, S. DAK" 11835 232 = "WISCONSIN OREGON" 11836 233 = "ORE,WASH" 11837 234 = "PA, IOWA" 11838 235 = "PA,N.Y." 11839 236 = "pa, w va" 11840 237 = "PA,NY,OHIO" 11841 238 = "Rhode Island, N. Hampshire" 11842 239 = "SO. DAKOTA, MONT" 11843 240 = "tenn, ohio" 11844 241 = "TENNESSEE 28 YRS. GEORGIA 5 YRS." 11845 242 = "TENNESSEE 32 YRS. GEORGIA 5 YRS." 11846 243 = "TENNESSEE, TEXAS, OREGON" 11847 244 = "tex, calif, mich, ohio" 11848 245 = "INDIANA, OHIO" 11849 246 = "TEXAS,WASH" 11850 247 = "UTAH COLORADO" 11851 248 = "UTAH,WASH" 11852 249 = "VA, OHIO" 11853 250 = "w. va., indiana, abroad(missionary), wn." 11854 251 = "W. VA., OHIO" 11855 252 = "W.VA, IND" 11856 253 = "wash d. c., wash" 11857 254 = "wash, alaska" 11858 255 = "wash, ark" 11859 256 = "WASH, ILL, IOWA" 11860 257 = "WASHINGTON, IDAHO" 11861 258 = "WIS., N.D." 11862 259 = "WISC, IOWA" 11863 260 = "WISCONSIN IDAHO" 11864 261 = "WISCONSIN ILLINOIS IOWA OREGON" 11865 262 = "WISCONSIN, WASHINGTON" 11866 263 = "WISCONSIN, MINNESOTA, NORTH DAKOTA" 11867 264 = "WYOMING IDAHO" 11868 265 = "WYOMING OREGON" 11869 266 = "PA, ILL" 11870 268 = "ore, wash, cal" 11871 269 = "tex, ohio, mich" 11872 270 = "WASHINGTON OREGON COLORADO" 11873 271 = "wash, miss" 212 The SAS System 10:01 Wednesday, November 23, 2005 11874 272 = "ill, ala" 11875 273 = "FLA, ALA" 11876 300 = "abroad, wn." 11877 301 = "B.C." 11878 302 = "CANADA" 11879 303 = "CANADA, ILLINOIS" 11880 304 = "CANADA, OHIO" 11881 305 = "EUROPE" 11882 306 = "foreign" 11883 307 = "france, austria, ore" 11884 308 = "IOWA CANADA" 11885 309 = "MI, CANADA" 11886 310 = "missouri, scotland" 11887 311 = "oregon, canada" 11888 312 = "panama" 11889 313 = "SOUTH AMERICA" 11890 999 = "Illegible/ Meaningless"; NOTE: Format V734FT has been output. 11891 VALUE V780FT (MAX=40) 11892 0 = "No Reply" 11893 1 = "Accordian" 11894 2 = "Alto horn" 11895 3 = "Baby grand piano" 11896 4 = "Banjo" 11897 5 = "Bugle" 11898 6 = "Clarinet" 11899 7 = "Drum" 11900 8 = "Flute" 11901 9 = "Guitar" 11902 10 = "Harmonica" 11903 12 = "Phonograph" 11904 13 = "Piano" 11905 14 = "Piano tuned" 11906 15 = "Repair" 11907 16 = "Saxophone" 11908 17 = "Saxphone, piano" 11909 18 = "Trombone" 11910 19 = "Trumpet" 11911 20 = "Violin" 11912 21 = "Ukelele" 11913 22 = "Upkeep on piano" 11914 99 = "Illegible/Meaningless"; NOTE: Format V780FT has been output. 11915 VALUE V840FT (MAX=40) 11916 0 = "No School/No Reply" 11917 1 = "1" 11918 2 = "2" 11919 3 = "3" 11920 4 = "4" 11921 5 = "5" 11922 6 = "6" 11923 7 = "7" 11924 8 = "8" 11925 9 = "9" 11926 10 = "10" 11927 11 = "11" 11928 12 = "12" 11929 13 = "1 year college" 213 The SAS System 10:01 Wednesday, November 23, 2005 11930 14 = "2 years college" 11931 15 = "3 years college" 11932 16 = "4 /c 17 5 years college" 11933 18 = "6 years college" 11934 19 = "7 years college" 11935 20 = "8 years college" 11936 21 = "9 years college" 11937 22 = "10 years college" 11938 23 = "11 years college" 11939 24 = "PhD" 11940 25 = "Dental college" 11941 26 = "12\ Business college" 11942 30 = "1 B college" 11943 31 = ".5 years college" 11944 32 = "2Y Y Normal" 11945 33 = "Business school" 11946 41 = "4.5 years college" 11947 42 = "6.5" 11948 43 = "C" 11949 44 = "D.D." 11950 99 = "Illegible/ Meaningless"; NOTE: Format V840FT has been output. 11951 VALUE V841FT (MAX=40) 11952 0 = "No School/No Reply" 11953 1 = "1" 11954 2 = "2" 11955 3 = "3" 11956 4 = "4" 11957 5 = "5" 11958 6 = "6" 11959 7 = "7" 11960 8 = "8" 11961 9 = "9" 11962 10 = "10" 11963 11 = "11" 11964 12 = "12" 11965 13 = "1 years college" 11966 14 = "2 years college" 11967 15 = "3 years college" 11968 16 = "4 years college" 11969 17 = "5 years college" 11970 18 = "6 years college" 11971 19 = "7 years college" 11972 20 = "8 years college" 11973 21 = "9 years college" 11974 22 = "8 plus" 11975 23 = "2.5-years college" 11976 24 = "3.5 college" 11977 25 = "4.5 years college" 11978 26 = "8 months college" 11979 30 = "1.5 college" 11980 31 = "7.5" 11981 32 = "High school & normal school" 11982 33 = "Business school" 11983 41 = "4.5 years college" 11984 42 = "6.5" 11985 43 = "C" 11986 44 = "D.D." 214 The SAS System 10:01 Wednesday, November 23, 2005 11987 99 = "Illegible/ Meaningless"; NOTE: Format V841FT has been output. 11988 VALUE V842FT (MAX=40) 11989 0 = "No Reply" 11990 1 = "Male" 11991 2 = "Female"; NOTE: Format V842FT has been output. 11992 VALUE V843FT (MAX=40) 11993 0 = "No Reply"; NOTE: Format V843FT has been output. 11994 VALUE V844FT (MAX=40) 11995 0 = "No" 11996 1 = "Yes"; NOTE: Format V844FT has been output. 11997 VALUE V851FT (MAX=40) 11998 0 = "No" 11999 1 = "Yes"; NOTE: Format V851FT has been output. 12000 VALUE V861FT (MAX=40) 12001 0 = "No Reply" 12002 1 = "January" 12003 2 = "February" 12004 3 = "March" 12005 4 = "April" 12006 5 = "May" 12007 6 = "June" 12008 7 = "July" 12009 8 = "August" 12010 9 = "September" 12011 10 = "October" 12012 11 = "November" 12013 12 = "December" 12014 13 = "December, January, February" 12015 14 = "March, April, May" 12016 15 = "June, July, August" 12017 16 = "September, October, November" 12018 17 = "January, February" 12019 18 = "January, February, March" 12020 19 = "March, April" 12021 20 = "April, May" 12022 21 = "April, May, June" 12023 22 = "June, July" 12024 23 = "July, August" 12025 24 = "August, September" 12026 25 = "September, October" 12027 26 = "October, November" 12028 27 = "October, November, December" 12029 28 = "December, January" 12030 29 = "February, March" 12031 30 = "Spring" 12032 31 = "Summer" 12033 32 = "Fall" 12034 33 = "Winter" 12035 91 = "December, April, May" 12036 93 = "June, July, October" 12037 94 = "April, October, November" 12038 95 = "September, October, February" 12039 96 = "September, November, December 1935" 215 The SAS System 10:01 Wednesday, November 23, 2005 12040 99 = "Illegible/ Meaningless"; NOTE: Format V861FT has been output. 12041 VALUE V862FT (MAX=40) 12042 0 = "No Reply" 12043 1 = "January" 12044 2 = "February" 12045 3 = "March" 12046 4 = "April" 12047 5 = "May" 12048 6 = "June" 12049 7 = "July" 12050 8 = "August" 12051 9 = "September" 12052 10 = "October" 12053 11 = "November" 12054 12 = "December" 12055 13 = "December, January, February" 12056 14 = "March, April, May" 12057 15 = "June, July, August" 12058 16 = "September, October, November" 12059 17 = "January, February" 12060 18 = "January, February, March" 12061 19 = "March, April" 12062 20 = "April, May" 12063 21 = "April, May, June" 12064 22 = "June, July" 12065 23 = "July, August" 12066 24 = "August, September" 12067 25 = "September, October" 12068 26 = "October, November" 12069 27 = "October, November, December" 12070 28 = "December, January" 12071 29 = "February, March" 12072 30 = "Spring" 12073 31 = "Summer" 12074 32 = "Fall" 12075 33 = "Winter" 12076 91 = "December, April, May" 12077 93 = "June, July, October" 12078 94 = "April, October, November" 12079 95 = "September, October, February" 12080 96 = "September, November, December 1935" 12081 99 = "Illegible/ Meaningless"; NOTE: Format V862FT has been output. 12082 VALUE V863FT (MAX=40) 12083 0 = "No Reply" 12084 1 = "January" 12085 2 = "February" 12086 3 = "March" 12087 4 = "April" 12088 5 = "May" 12089 6 = "June" 12090 7 = "July" 12091 8 = "August" 12092 9 = "September" 12093 10 = "October" 12094 11 = "November" 12095 12 = "December" 216 The SAS System 10:01 Wednesday, November 23, 2005 12096 13 = "December, January, February" 12097 14 = "March, April, May" 12098 15 = "June, July, August" 12099 16 = "September, October, November" 12100 17 = "January, February" 12101 18 = "January, February, March" 12102 19 = "March, April" 12103 20 = "April, May" 12104 21 = "April, May, June" 12105 22 = "June, July" 12106 23 = "July, August" 12107 24 = "August, September" 12108 25 = "September, October" 12109 26 = "October, November" 12110 27 = "October, November, December" 12111 28 = "December, January" 12112 29 = "February, March" 12113 30 = "Spring" 12114 31 = "Summer" 12115 32 = "Fall" 12116 33 = "Winter" 12117 91 = "December, April, May" 12118 93 = "June, July, October" 12119 94 = "April, October, November" 12120 95 = "September, October, February" 12121 96 = "September, November, December 1935" 12122 99 = "Illegible/ Meaningless"; NOTE: Format V863FT has been output. 12123 VALUE V864FT (MAX=40) 12124 0 = "No Reply" 12125 1 = "January" 12126 2 = "February" 12127 3 = "March" 12128 4 = "April" 12129 5 = "May" 12130 6 = "June" 12131 7 = "July" 12132 8 = "August" 12133 9 = "September" 12134 10 = "October" 12135 11 = "November" 12136 12 = "December" 12137 13 = "December, January, February" 12138 14 = "March, April, May" 12139 15 = "June, July, August" 12140 16 = "September, October, November" 12141 17 = "January, February" 12142 18 = "January, February, March" 12143 19 = "March, April" 12144 20 = "April, May" 12145 21 = "April, May, June" 12146 22 = "June, July" 12147 23 = "July, August" 12148 24 = "August, September" 12149 25 = "September, October" 12150 26 = "October, November" 12151 27 = "October, November, December" 12152 28 = "December, January" 217 The SAS System 10:01 Wednesday, November 23, 2005 12153 29 = "February, March" 12154 30 = "Spring" 12155 31 = "Summer" 12156 32 = "Fall" 12157 33 = "Winter" 12158 91 = "December, April, May" 12159 93 = "June, July, October" 12160 94 = "April, October, November" 12161 95 = "September, October, February" 12162 96 = "September, November, December 1935" 12163 99 = "Illegible/ Meaningless"; NOTE: Format V864FT has been output. 12164 VALUE V865FT (MAX=40) 12165 0 = "No Reply" 12166 1 = "January" 12167 2 = "February" 12168 3 = "March" 12169 4 = "April" 12170 5 = "May" 12171 6 = "June" 12172 7 = "July" 12173 8 = "August" 12174 9 = "September" 12175 10 = "October" 12176 11 = "November" 12177 12 = "December" 12178 13 = "December, January, February" 12179 14 = "March, April, May" 12180 15 = "June, July, August" 12181 16 = "September, October, November" 12182 17 = "January, February" 12183 18 = "January, February, March" 12184 19 = "March, April" 12185 20 = "April, May" 12186 21 = "April, May, June" 12187 22 = "June, July" 12188 23 = "July, August" 12189 24 = "August, September" 12190 25 = "September, October" 12191 26 = "October, November" 12192 27 = "October, November, December" 12193 28 = "December, January" 12194 29 = "February, March" 12195 30 = "Spring" 12196 31 = "Summer" 12197 32 = "Fall" 12198 33 = "Winter" 12199 91 = "December, April, May" 12200 93 = "June, July, October" 12201 94 = "April, October, November" 12202 95 = "September, October, February" 12203 96 = "September, November, December 1935" 12204 99 = "Illegible/ Meaningless"; NOTE: Format V865FT has been output. 12205 VALUE V1088FT (MAX=40) 12206 0 = "No" 12207 1 = "Yes"; NOTE: Format V1088FT has been output. 218 The SAS System 10:01 Wednesday, November 23, 2005 12208 VALUE V1089FT (MAX=40) 12209 0 = "No" 12210 1 = "Yes"; NOTE: Format V1089FT has been output. 12211 VALUE V1090FT (MAX=40) 12212 0 = "No" 12213 1 = "Yes"; NOTE: Format V1090FT has been output. 12214 VALUE V1091FT (MAX=40) 12215 0 = "No" 12216 1 = "Yes"; NOTE: Format V1091FT has been output. 12217 VALUE V1092FT (MAX=40) 12218 0 = "No" 12219 1 = "Yes"; NOTE: Format V1092FT has been output. 12220 VALUE V1093FT (MAX=40) 12221 0 = "No" 12222 1 = "Yes"; NOTE: Format V1093FT has been output. 12223 VALUE V1094FT (MAX=40) 12224 .00 = "None" 12225 1.00 = "1 month" 12226 2.00 = "2 months" 12227 3.00 = "3 months" 12228 4.00 = "4 months" 12229 5.00 = "5 months" 12230 6.00 = "6 months" 12231 7.00 = "7 months" 12232 8.00 = "8 months" 12233 9.00 = "9 months" 12234 10.00 = "10 months" 12235 11.00 = "11 months" 12236 12.00 = "12 months"; NOTE: Format V1094FT has been output. 12237 VALUE V1095FT (MAX=40) 12238 .00 = "None" 12239 1.00 = "1 month" 12240 2.00 = "2 months" 12241 3.00 = "3 months" 12242 4.00 = "4 months" 12243 5.00 = "5 months" 12244 6.00 = "6 months" 12245 7.00 = "7 months" 12246 8.00 = "8 months" 12247 9.00 = "9 months" 12248 10.00 = "10 months" 12249 11.00 = "11 months" 12250 12.00 = "12 months"; NOTE: Format V1095FT has been output. 12251 VALUE V1096FT (MAX=40) 12252 .00 = "None" 12253 1.00 = "1 month" 12254 2.00 = "2 months" 12255 3.00 = "3 months" 12256 4.00 = "4 months" 12257 5.00 = "5 months" 12258 6.00 = "6 months" 219 The SAS System 10:01 Wednesday, November 23, 2005 12259 7.00 = "7 months" 12260 8.00 = "8 months" 12261 9.00 = "9 months" 12262 10.00 = "10 months" 12263 11.00 = "11 months" 12264 12.00 = "12 months"; NOTE: Format V1096FT has been output. 12265 VALUE V1097FT (MAX=40) 12266 .00 = "None" 12267 1.00 = "1 month" 12268 2.00 = "2 months" 12269 3.00 = "3 months" 12270 4.00 = "4 months" 12271 5.00 = "5 months" 12272 6.00 = "6 months" 12273 7.00 = "7 months" 12274 8.00 = "8 months" 12275 9.00 = "9 months" 12276 10.00 = "10 months" 12277 11.00 = "11 months" 12278 12.00 = "12 months"; NOTE: Format V1097FT has been output. 12279 VALUE V1098FT (MAX=40) 12280 0 = "No Reply"; NOTE: Format V1098FT has been output. 12281 VALUE V1099FT (MAX=40) 12282 0 = "No" 12283 1 = "Yes"; NOTE: Format V1099FT has been output. 12284 VALUE V1100FT (MAX=40) 12285 0 = "No" 12286 1 = "Yes"; NOTE: Format V1100FT has been output. 12287 VALUE V1101FT (MAX=40) 12288 1 = "1930 DeSoto sedan" 12289 2 = "1929 Essex" 12290 3 = "1929 Ford" 12291 4 = "1930 Ford" 12292 5 = "1931 Chevrolet Coach" 12293 6 = "1932 Plymouth Coach" 12294 7 = "1933 Coupe Essex" 12295 8 = "1934 Ford" 12296 9 = "1927 Chevrolet" 12297 10 = "1927 Ford Coach" 12298 11 = "1931 Chrysler Sedan" 12299 12 = "1932 Chevrolet" 12300 13 = "Album" 12301 14 = "Auburn" 12302 15 = "Auburn sedan" 12303 16 = "Bailey" 12304 17 = "Buick" 12305 18 = "Buick - 8" 12306 19 = "Buick Cash" 12307 20 = "Buick Sedan" 12308 21 = "Buick Terms" 12309 22 = "Cadillac" 12310 23 = "Cadillac 8" 12311 24 = "Chandler" 220 The SAS System 10:01 Wednesday, November 23, 2005 12312 25 = "Chevrolet" 12313 26 = "Chevrolet 2 Door" 12314 27 = "Chevrolet Coach" 12315 28 = "Chevrolet coach 1933" 12316 29 = "Chevrolet Coupe 28" 12317 30 = "Chevrolet Sedan" 12318 31 = "Chevrolet Town Sedan" 12319 32 = "Chevrolet 1932" 12320 33 = "Chevrolet C." 12321 34 = "Chevrolet Coupe" 12322 35 = "Chrysler" 12323 36 = "Chrysler 6 Sedan" 12324 37 = "Chrysler 8" 12325 38 = "Chrysler Coach" 12326 39 = "De Soto" 12327 40 = "De Soto Sedan" 12328 41 = "Del Terr. Brougham" 12329 42 = "Dodge" 12330 43 = "Dodge 1932" 12331 44 = "Dodge 1929" 12332 45 = "Dodge Coach" 12333 46 = "Dodge Coupe" 12334 47 = "Dodge Sedan" 12335 48 = "Dodge Touring" 12336 49 = "Dodge Truck" 12337 50 = "Durant" 12338 51 = "Erskine" 12339 52 = "Essex" 12340 53 = "Essex Coach" 12341 55 = "Flint" 12342 56 = "Ford" 12343 57 = "Ford A" 12344 58 = "Ford (Deluxe)" 12345 59 = "Ford - 1931" 12346 60 = "Ford 1928" 12347 61 = "Ford Coach" 12348 62 = "Ford Coupe" 12349 63 = "Ford Model A" 12350 64 = "Ford Model T" 12351 65 = "Ford Sedan" 12352 66 = "Ford Touring" 12353 67 = "Ford Truck" 12354 68 = "Ford Tudor" 12355 69 = "Ford V-8" 12356 70 = "Ford V-8 Delta" 12357 71 = "Ford V-8 2 Door" 12358 72 = "Ford V-8 Coach" 12359 73 = "Ford V-8 Sedan" 12360 74 = "Franklin" 12361 75 = "Franklin Sea" 12362 76 = "Gardner" 12363 77 = "Graham" 12364 78 = "Graham Page" 12365 79 = "Graham Paige Sedan" 12366 80 = "Graham Sedan" 12367 81 = "Hudson" 12368 82 = "Hudson Sedan 1929" 12369 83 = "Huffmobile" 221 The SAS System 10:01 Wednesday, November 23, 2005 12370 84 = "Hupmobile" 12371 85 = "Hup. Touring" 12372 86 = "Jewett" 12373 87 = "Jordan" 12374 88 = "Knight" 12375 89 = "Lafayette" 12376 90 = "La Grayette" 12377 91 = "La Salle" 12378 92 = "La Salle Coupe" 12379 93 = "Lincoln" 12380 94 = "Marquette" 12381 95 = "Maxwell" 12382 96 = "Mormon" 12383 97 = "Nash" 12384 98 = "Nash (1931)" 12385 99 = "Nash Sedan" 12386 100 = "Nash-Coupe" 12387 101 = "Oakland" 12388 102 = "Oakland Coupe" 12389 103 = "Oakland Sedan" 12390 104 = "Oldsmobile" 12391 105 = "Oldsmobile Sedan" 12392 106 = "Oldsmobile Coach" 12393 107 = "Oldsmobile 1920" 12394 108 = "Overland" 12395 109 = "Packard" 12396 110 = "Packard Sedan" 12397 111 = "Peerless" 12398 112 = "Pierce Arrow" 12399 113 = "Plymouth" 12400 114 = "Plymouth Coach" 12401 115 = "Plymouth Coupe" 12402 116 = "Plymouth Deluxe 4 door" 12403 117 = "Plymouth Sedan" 12404 118 = "Pontiac" 12405 119 = "Pontiac Sedan" 12406 120 = "Pontiac-6" 12407 121 = "Reo" 12408 122 = "Reo Coupe" 12409 123 = "Rickenbacher" 12410 124 = "Rio Sedan" 12411 125 = "Rockne Sedan" 12412 126 = "Rollins" 12413 127 = "Rosevelt Coach" 12414 128 = "Rouchne" 12415 129 = "Senaplane" 12416 130 = "Sota" 12417 131 = "Star" 12418 132 = "Star Coupe" 12419 133 = "Star Sedan" 12420 134 = "Studebaker" 12421 135 = "Studebacker Sedan" 12422 136 = "Studebaker Coupe" 12423 137 = "Studebaker light delivery truck" 12424 138 = "Studebaker pres." 12425 139 = "Stutz" 12426 140 = "T. model truck" 12427 141 = "Tenaplane" 222 The SAS System 10:01 Wednesday, November 23, 2005 12428 142 = "Terraplane" 12429 143 = "V 8" 12430 144 = "Velie" 12431 145 = "Voluppett" 12432 146 = "Whippet" 12433 147 = "Whippet Sedan" 12434 148 = "Willip" 12435 149 = "Willis Knight" 12436 150 = "Willys" 12437 151 = "Willys 6" 12438 152 = "Wolverine" 12439 153 = "Willys 77" 12440 201 = "1924 Model Chandler" 12441 202 = "1924 Star" 12442 203 = "1926 Chevrolet" 12443 204 = "1927 Chevrolet" 12444 205 = "1927 Ford T" 12445 206 = "1928 Chevrolet" 12446 207 = "1929" 12447 208 = "1926 Buick" 12448 209 = "1928 Dodge" 12449 210 = "1930 Ford Truck" 12450 211 = "1931 Chevrolet" 12451 212 = "Chalmers" 12452 213 = "Cohen" 12453 214 = "Dart" 12454 215 = "Essex 150" 12455 216 = "Ford 2" 12456 217 = "Ford 350" 12457 218 = "Ford Roadstar" 12458 219 = "Inter" 12459 220 = "Knox" 12460 221 = "Locomobile" 12461 222 = "Model B. Ford" 12462 223 = "Roadster Cut Back" 12463 224 = "Rockne" 12464 225 = "Terraplane Sedan" 12465 226 = "Sohio" 12466 227 = "S-Pag2" 12467 228 = "Morw" 12468 301 = "1926 Star Coupe" 12469 302 = "1928 Durant" 12470 303 = "Chevrolet Truck" 12471 304 = "Continental" 12472 305 = "Denoe" 12473 306 = "Frank" 12474 307 = "Halcon Knight" 12475 308 = "Hallys Knight" 12476 309 = "International" 12477 310 = "Monquitte" 12478 311 = "Page" 12479 312 = "V-8 Coach" 12480 313 = "Coupe" 12481 314 = "Mercedes" 12482 315 = "One ton international truck" 12483 316 = "Purlon" 12484 317 = "Sebry" 12485 318 = "White Knight" 223 The SAS System 10:01 Wednesday, November 23, 2005 12486 999 = "Illegible/ Meaningless"; NOTE: Format V1101FT has been output. 12487 VALUE V1102FT (MAX=40) 12488 0000.00 = "No Reply"; NOTE: Format V1102FT has been output. 12489 VALUE V1104FT (MAX=40) 12490 0 = "No" 12491 1 = "Yes"; NOTE: Format V1104FT has been output. 12492 VALUE V1105FT (MAX=40) 12493 0 = "No" 12494 1 = "Yes"; NOTE: Format V1105FT has been output. 12495 VALUE V1106FT (MAX=40) 12496 1 = "1930 DeSoto sedan" 12497 2 = "1929 Essex" 12498 3 = "1929 Ford" 12499 4 = "1930 Ford" 12500 5 = "1931 Chevrolet Coach" 12501 6 = "1932 Plymouth Coach" 12502 7 = "1933 Coupe Essex" 12503 8 = "1934 Ford" 12504 9 = "1927 Chevrolet" 12505 10 = "1927 Ford Coach" 12506 11 = "1931 Chrysler Sedan" 12507 12 = "1932 Chevrolet" 12508 13 = "Album" 12509 14 = "Auburn" 12510 15 = "Auburn sedan" 12511 16 = "Bailey" 12512 17 = "Buick" 12513 18 = "Buick - 8" 12514 19 = "Buick Cash" 12515 20 = "Buick Sedan" 12516 21 = "Buick Terms" 12517 22 = "Cadillac" 12518 23 = "Cadillac 8" 12519 24 = "Chandler" 12520 25 = "Chevrolet" 12521 26 = "Chevrolet 2 Door" 12522 27 = "Chevrolet Coach" 12523 28 = "Chevrolet coach 1933" 12524 29 = "Chevrolet Coupe 28" 12525 30 = "Chevrolet Sedan" 12526 31 = "Chevrolet Town Sedan" 12527 32 = "Chevrolet 1932" 12528 33 = "Chevrolet C." 12529 34 = "Chevrolet Coupe" 12530 35 = "Chrysler" 12531 36 = "Chrysler 6 Sedan" 12532 37 = "Chrysler 8" 12533 38 = "Chrysler Coach" 12534 39 = "De Soto" 12535 40 = "De Soto Sedan" 12536 41 = "Del Terr. Brougham" 12537 42 = "Dodge" 12538 43 = "Dodge 1932" 12539 44 = "Dodge 1929" 224 The SAS System 10:01 Wednesday, November 23, 2005 12540 45 = "Dodge Coach" 12541 46 = "Dodge Coupe" 12542 47 = "Dodge Sedan" 12543 48 = "Dodge Touring" 12544 49 = "Dodge Truck" 12545 50 = "Durant" 12546 51 = "Erskine" 12547 52 = "Essex" 12548 53 = "Essex Coach" 12549 55 = "Flint" 12550 56 = "Ford" 12551 57 = "Ford A" 12552 58 = "Ford (Deluxe)" 12553 59 = "Ford - 1931" 12554 60 = "Ford 1928" 12555 61 = "Ford Coach" 12556 62 = "Ford Coupe" 12557 63 = "Ford Model A" 12558 64 = "Ford Model T" 12559 65 = "Ford Sedan" 12560 66 = "Ford Touring" 12561 67 = "Ford Truck" 12562 68 = "Ford Tudor" 12563 69 = "Ford V-8" 12564 70 = "Ford V-8 Delta" 12565 71 = "Ford V-8 2 Door" 12566 72 = "Ford V-8 Coach" 12567 73 = "Ford V-8 Sedan" 12568 74 = "Franklin" 12569 75 = "Franklin Sea" 12570 76 = "Gardner" 12571 77 = "Graham" 12572 78 = "Graham Page" 12573 79 = "Graham Paige Sedan" 12574 80 = "Graham Sedan" 12575 81 = "Hudson" 12576 82 = "Hudson Sedan 1929" 12577 83 = "Huffmobile" 12578 84 = "Hupmobile" 12579 85 = "Hup. Touring" 12580 86 = "Jewett" 12581 87 = "Jordan" 12582 88 = "Knight" 12583 89 = "Lafayette" 12584 90 = "La Grayette" 12585 91 = "La Salle" 12586 92 = "La Salle Coupe" 12587 93 = "Lincoln" 12588 94 = "Marquette" 12589 95 = "Maxwell" 12590 96 = "Mormon" 12591 97 = "Nash" 12592 98 = "Nash (1931)" 12593 99 = "Nash Sedan" 12594 100 = "Nash-Coupe" 12595 101 = "Oakland" 12596 102 = "Oakland Coupe" 12597 103 = "Oakland Sedan" 225 The SAS System 10:01 Wednesday, November 23, 2005 12598 104 = "Oldsmobile" 12599 105 = "Oldsmobile Sedan" 12600 106 = "Oldsmobile Coach" 12601 107 = "Oldsmobile 1920" 12602 108 = "Overland" 12603 109 = "Packard" 12604 110 = "Packard Sedan" 12605 111 = "Peerless" 12606 112 = "Pierce Arrow" 12607 113 = "Plymouth" 12608 114 = "Plymouth Coach" 12609 115 = "Plymouth Coupe" 12610 116 = "Plymouth Deluxe 4 door" 12611 117 = "Plymouth Sedan" 12612 118 = "Pontiac" 12613 119 = "Pontiac Sedan" 12614 120 = "Pontiac-6" 12615 121 = "Reo" 12616 122 = "Reo Coupe" 12617 123 = "Rickenbacher" 12618 124 = "Rio Sedan" 12619 125 = "Rockne Sedan" 12620 126 = "Rollins" 12621 127 = "Rosevelt Coach" 12622 128 = "Rouchne" 12623 129 = "Senaplane" 12624 130 = "Sota" 12625 131 = "Star" 12626 132 = "Star Coupe" 12627 133 = "Star Sedan" 12628 134 = "Studebaker" 12629 135 = "Studebacker Sedan" 12630 136 = "Studebaker Coupe" 12631 137 = "Studebaker light delivery truck" 12632 138 = "Studebaker pres." 12633 139 = "Stutz" 12634 140 = "T. model truck" 12635 141 = "Tenaplane" 12636 142 = "Terraplane" 12637 143 = "V 8" 12638 144 = "Velie" 12639 145 = "Voluppett" 12640 146 = "Whippet" 12641 147 = "Whippet Sedan" 12642 148 = "Willip" 12643 149 = "Willis Knight" 12644 150 = "Willys" 12645 151 = "Willys 6" 12646 152 = "Wolverine" 12647 153 = "Willys 77" 12648 201 = "1924 Model Chandler" 12649 202 = "1924 Star" 12650 203 = "1926 Chevrolet" 12651 204 = "1927 Chevrolet" 12652 205 = "1927 Ford T" 12653 206 = "1928 Chevrolet" 12654 207 = "1929" 12655 208 = "1926 Buick" 226 The SAS System 10:01 Wednesday, November 23, 2005 12656 209 = "1928 Dodge" 12657 210 = "1930 Ford Truck" 12658 211 = "1931 Chevrolet" 12659 212 = "Chalmers" 12660 213 = "Cohen" 12661 214 = "Dart" 12662 215 = "Essex 150" 12663 216 = "Ford 2" 12664 217 = "Ford 350" 12665 218 = "Ford Roadstar" 12666 219 = "Inter" 12667 220 = "Knox" 12668 221 = "Locomobile" 12669 222 = "Model B. Ford" 12670 223 = "Roadster Cut Back" 12671 224 = "Rockne" 12672 225 = "Terraplane Sedan" 12673 226 = "Sohio" 12674 227 = "S-Pag2" 12675 228 = "Morw" 12676 301 = "1926 Star Coupe" 12677 302 = "1928 Durant" 12678 303 = "Chevrolet Truck" 12679 304 = "Continental" 12680 305 = "Denoe" 12681 306 = "Frank" 12682 307 = "Halcon Knight" 12683 308 = "Hallys Knight" 12684 309 = "International" 12685 310 = "Monquitte" 12686 311 = "Page" 12687 312 = "V-8 Coach" 12688 313 = "Coupe" 12689 314 = "Mercedes" 12690 315 = "One ton international truck" 12691 316 = "Purlon" 12692 317 = "Sebry" 12693 318 = "White Knight" 12694 999 = "Illegible/ Meaningless"; NOTE: Format V1106FT has been output. 12695 VALUE V1108FT (MAX=40) 12696 0 = "No Reply"; NOTE: Format V1108FT has been output. 12697 VALUE V1109FT (MAX=40) 12698 0 = "No" 12699 1 = "Yes"; NOTE: Format V1109FT has been output. 12700 VALUE V1110FT (MAX=40) 12701 1 = "1930 DeSoto sedan" 12702 2 = "1929 Essex" 12703 3 = "1929 Ford" 12704 4 = "1930 Ford" 12705 5 = "1931 Chevrolet Coach" 12706 6 = "1932 Plymouth Coach" 12707 7 = "1933 Coupe Essex" 12708 8 = "1934 Ford" 12709 9 = "1927 Chevrolet" 12710 10 = "1927 Ford Coach" 227 The SAS System 10:01 Wednesday, November 23, 2005 12711 11 = "1931 Chrysler Sedan" 12712 12 = "1932 Chevrolet" 12713 13 = "Album" 12714 14 = "Auburn" 12715 15 = "Auburn sedan" 12716 16 = "Bailey" 12717 17 = "Buick" 12718 18 = "Buick - 8" 12719 19 = "Buick Cash" 12720 20 = "Buick Sedan" 12721 21 = "Buick Terms" 12722 22 = "Cadillac" 12723 23 = "Cadillac 8" 12724 24 = "Chandler" 12725 25 = "Chevrolet" 12726 26 = "Chevrolet 2 Door" 12727 27 = "Chevrolet Coach" 12728 28 = "Chevrolet coach 1933" 12729 29 = "Chevrolet Coupe 28" 12730 30 = "Chevrolet Sedan" 12731 31 = "Chevrolet Town Sedan" 12732 32 = "Chevrolet 1932" 12733 33 = "Chevrolet C." 12734 34 = "Chevrolet Coupe" 12735 35 = "Chrysler" 12736 36 = "Chrysler 6 Sedan" 12737 37 = "Chrysler 8" 12738 38 = "Chrysler Coach" 12739 39 = "De Soto" 12740 40 = "De Soto Sedan" 12741 41 = "Del Terr. Brougham" 12742 42 = "Dodge" 12743 43 = "Dodge 1932" 12744 44 = "Dodge 1929" 12745 45 = "Dodge Coach" 12746 46 = "Dodge Coupe" 12747 47 = "Dodge Sedan" 12748 48 = "Dodge Touring" 12749 49 = "Dodge Truck" 12750 50 = "Durant" 12751 51 = "Erskine" 12752 52 = "Essex" 12753 53 = "Essex Coach" 12754 55 = "Flint" 12755 56 = "Ford" 12756 57 = "Ford A" 12757 58 = "Ford (Deluxe)" 12758 59 = "Ford - 1931" 12759 60 = "Ford 1928" 12760 61 = "Ford Coach" 12761 62 = "Ford Coupe" 12762 63 = "Ford Model A" 12763 64 = "Ford Model T" 12764 65 = "Ford Sedan" 12765 66 = "Ford Touring" 12766 67 = "Ford Truck" 12767 68 = "Ford Tudor" 12768 69 = "Ford V-8" 228 The SAS System 10:01 Wednesday, November 23, 2005 12769 70 = "Ford V-8 Delta" 12770 71 = "Ford V-8 2 Door" 12771 72 = "Ford V-8 Coach" 12772 73 = "Ford V-8 Sedan" 12773 74 = "Franklin" 12774 75 = "Franklin Sea" 12775 76 = "Gardner" 12776 77 = "Graham" 12777 78 = "Graham Page" 12778 79 = "Graham Paige Sedan" 12779 80 = "Graham Sedan" 12780 81 = "Hudson" 12781 82 = "Hudson Sedan 1929" 12782 83 = "Huffmobile" 12783 84 = "Hupmobile" 12784 85 = "Hup. Touring" 12785 86 = "Jewett" 12786 87 = "Jordan" 12787 88 = "Knight" 12788 89 = "Lafayette" 12789 90 = "La Grayette" 12790 91 = "La Salle" 12791 92 = "La Salle Coupe" 12792 93 = "Lincoln" 12793 94 = "Marquette" 12794 95 = "Maxwell" 12795 96 = "Mormon" 12796 97 = "Nash" 12797 98 = "Nash (1931)" 12798 99 = "Nash Sedan" 12799 100 = "Nash-Coupe" 12800 101 = "Oakland" 12801 102 = "Oakland Coupe" 12802 103 = "Oakland Sedan" 12803 104 = "Oldsmobile" 12804 105 = "Oldsmobile Sedan" 12805 106 = "Oldsmobile Coach" 12806 107 = "Oldsmobile 1920" 12807 108 = "Overland" 12808 109 = "Packard" 12809 110 = "Packard Sedan" 12810 111 = "Peerless" 12811 112 = "Pierce Arrow" 12812 113 = "Plymouth" 12813 114 = "Plymouth Coach" 12814 115 = "Plymouth Coupe" 12815 116 = "Plymouth Deluxe 4 door" 12816 117 = "Plymouth Sedan" 12817 118 = "Pontiac" 12818 119 = "Pontiac Sedan" 12819 120 = "Pontiac-6" 12820 121 = "Reo" 12821 122 = "Reo Coupe" 12822 123 = "Rickenbacher" 12823 124 = "Rio Sedan" 12824 125 = "Rockne Sedan" 12825 126 = "Rollins" 12826 127 = "Rosevelt Coach" 229 The SAS System 10:01 Wednesday, November 23, 2005 12827 128 = "Rouchne" 12828 129 = "Senaplane" 12829 130 = "Sota" 12830 131 = "Star" 12831 132 = "Star Coupe" 12832 133 = "Star Sedan" 12833 134 = "Studebaker" 12834 135 = "Studebacker Sedan" 12835 136 = "Studebaker Coupe" 12836 137 = "Studebaker light delivery truck" 12837 138 = "Studebaker pres." 12838 139 = "Stutz" 12839 140 = "T. model truck" 12840 141 = "Tenaplane" 12841 142 = "Terraplane" 12842 143 = "V 8" 12843 144 = "Velie" 12844 145 = "Voluppett" 12845 146 = "Whippet" 12846 147 = "Whippet Sedan" 12847 148 = "Willip" 12848 149 = "Willis Knight" 12849 150 = "Willys" 12850 151 = "Willys 6" 12851 152 = "Wolverine" 12852 153 = "Willys 77" 12853 201 = "1924 Model Chandler" 12854 202 = "1924 Star" 12855 203 = "1926 Chevrolet" 12856 204 = "1927 Chevrolet" 12857 205 = "1927 Ford T" 12858 206 = "1928 Chevrolet" 12859 207 = "1929" 12860 208 = "1926 Buick" 12861 209 = "1928 Dodge" 12862 210 = "1930 Ford Truck" 12863 211 = "1931 Chevrolet" 12864 212 = "Chalmers" 12865 213 = "Cohen" 12866 214 = "Dart" 12867 215 = "Essex 150" 12868 216 = "Ford 2" 12869 217 = "Ford 350" 12870 218 = "Ford Roadstar" 12871 219 = "Inter" 12872 220 = "Knox" 12873 221 = "Locomobile" 12874 222 = "Model B. Ford" 12875 223 = "Roadster Cut Back" 12876 224 = "Rockne" 12877 225 = "Terraplane Sedan" 12878 226 = "Sohio" 12879 227 = "S-Pag2" 12880 228 = "Morw" 12881 301 = "1926 Star Coupe" 12882 302 = "1928 Durant" 12883 303 = "Chevrolet Truck" 12884 304 = "Continental" 230 The SAS System 10:01 Wednesday, November 23, 2005 12885 305 = "Denoe" 12886 306 = "Frank" 12887 307 = "Halcon Knight" 12888 308 = "Hallys Knight" 12889 309 = "International" 12890 310 = "Monquitte" 12891 311 = "Page" 12892 312 = "V-8 Coach" 12893 313 = "Coupe" 12894 314 = "Mercedes" 12895 315 = "One ton international truck" 12896 316 = "Purlon" 12897 317 = "Sebry" 12898 318 = "White Knight" 12899 999 = "Illegible/ Meaningless"; NOTE: Format V1110FT has been output. 12900 VALUE V1115FT (MAX=40) 12901 1 = "January" 12902 2 = "February" 12903 3 = "March" 12904 4 = "April" 12905 5 = "May" 12906 6 = "June" 12907 7 = "July" 12908 8 = "August" 12909 9 = "September" 12910 10 = "October" 12911 11 = "November" 12912 12 = "December" 12913 99 = "Illegible/ Meaningless"; NOTE: Format V1115FT has been output. 12914 VALUE V1116FT (MAX=40) 12915 0 = "No" 12916 1 = "Yes"; NOTE: Format V1116FT has been output. 12917 VALUE V1117FT (MAX=40) 12918 0 = "No" 12919 1 = "Yes"; NOTE: Format V1117FT has been output. 12920 VALUE V1149FT (MAX=40) 12921 0 = "No such family member/No Reply"; NOTE: Format V1149FT has been output. 12922 VALUE V1150FT (MAX=40) 12923 0 = "No such family member/No Reply"; NOTE: Format V1150FT has been output. 12924 VALUE V1151FT (MAX=40) 12925 000.00 = "No such family member/No Reply"; NOTE: Format V1151FT has been output. 12926 VALUE V1152FT (MAX=40) 12927 000.00 = "No such family member/No Reply"; NOTE: Format V1152FT has been output. 12928 VALUE V1153FT (MAX=40) 12929 000.00 = "No such family member/No Reply"; NOTE: Format V1153FT has been output. 12930 VALUE V1154FT (MAX=40) 12931 000.00 = "No such family member/No Reply"; NOTE: Format V1154FT has been output. 12932 VALUE V1155FT (MAX=40) 231 The SAS System 10:01 Wednesday, November 23, 2005 12933 000.00 = "No such family member/No Reply"; NOTE: Format V1155FT has been output. 12934 VALUE V1156FT (MAX=40) 12935 000.00 = "No such family member/No Reply"; NOTE: Format V1156FT has been output. 12936 VALUE V1266FT (MAX=40) 12937 0 = "No Reply" 12938 1 = ".10 tip" 12939 2 = ".25" 12940 3 = ".35" 12941 4 = ".45" 12942 5 = ".5" 12943 6 = ".50, 5.00" 12944 7 = ".6" 12945 8 = ".70" 12946 9 = "1 @ 6.00" 12947 10 = "1 wave @ .95" 12948 11 = "1 at .20" 12949 12 = "1 at 1.50" 12950 13 = "1 per wave" 12951 14 = "1 permanent" 12952 15 = "1 wave" 12953 16 = "1 wave @ 3.50" 12954 17 = "1 wave at 3.00" 12955 18 = "1.50" 12956 19 = "10.00 permanent" 12957 20 = "12" 12958 21 = "12 @ .75" 12959 22 = "12 at 1.00" 12960 23 = "12.00" 12961 24 = "125" 12962 25 = "15 waves at .25" 12963 26 = "2" 12964 27 = "2 @ .50" 12965 28 = "2 @ 5.00" 12966 29 = "2 washes @.35 each" 12967 30 = "2 at 3.00" 12968 31 = "2 at 3.50" 12969 32 = "2 each year" 12970 33 = "2 permanents" 12971 34 = "2 waves" 12972 35 = "2.00" 12973 36 = "2.00 permanent" 12974 37 = "2.40 month" 12975 38 = "2.50" 12976 39 = "20" 12977 40 = "24" 12978 41 = "25" 12979 42 = "26" 12980 43 = "26 at .75" 12981 44 = "3 @ 2.50" 12982 45 = "3 at 5.00" 12983 46 = "3 permanent at 5.00" 12984 47 = "3 x" 12985 48 = "3.00" 12986 49 = "3/1.00" 12987 50 = "4 at 1.50" 12988 51 = "4-1 permanent" 232 The SAS System 10:01 Wednesday, November 23, 2005 12989 52 = "400" 12990 53 = "5" 12991 54 = "5.00 permanent" 12992 55 = "5.5" 12993 56 = "52 x .50" 12994 57 = "6 waves at 5.00" 12995 58 = "6 x .25" 12996 59 = "8" 12997 60 = "Hair wash" 12998 61 = "Permanent" 12999 62 = "Waves" 13000 63 = "Permanents" 13001 64 = "Set" 13002 65 = "Shampoo" 13003 66 = "Shampoo, Marc" 13004 67 = "Wave" 13005 68 = "Waves 12.00" 13006 69 = "Hair dress" 13007 70 = "Long hair" 13008 71 = "Oil treatment" 13009 72 = "Permanent 6.00" 13010 73 = "Permanent, 2.50" 13011 74 = "Permanent wave" 13012 75 = "Permanents and waves" 13013 76 = "Wave 15.00" 13014 77 = "Wave 5.00" 13015 78 = "Wave, 1.49 x 2" 13016 80 = "1" 13017 81 = "1 @ 3.00" 13018 82 = "13" 13019 83 = "2 @ 1.98" 13020 84 = "2 perms 1.98" 13021 85 = "5.00" 13022 86 = "6.00" 13023 87 = "Free" 13024 88 = "Plus 1 @5" 13025 89 = "Plus 3.5" 13026 90 = "Shampoo, Wave" 13027 91 = "Wave 3,75" 13028 92 = "Wave 4.80" 13029 93 = "Wave for 6" 13030 99 = "H" 13031 101 = "1 @ 5.00" 13032 102 = "1 Shampoo/week @ .50, 1 wave @ 5.00" 13033 103 = "10.00 wave" 13034 104 = "15 waves .50" 13035 105 = "2 permanents 3.00" 13036 106 = "2 permanents 9.50" 13037 107 = "2 waves per month @ .25 for 12 months" 13038 108 = "4 permanents 5.00" 13039 109 = "6 shaves" 13040 110 = "Haircuts & shampoos" 13041 111 = "Haircuts & waves" 13042 112 = "Number = 1 per week" 13043 113 = "Permanent 12.00" 13044 114 = "Permanent 2.5" 13045 115 = "Permanent shampoo etc." 13046 116 = "Waves 3.00"; 233 The SAS System 10:01 Wednesday, November 23, 2005 NOTE: Format V1266FT has been output. 13047 VALUE V1270FT (MAX=40) 13048 0 = "No Reply" 13049 1 = ".05 tip" 13050 2 = ".10" 13051 3 = ".10 tip" 13052 4 = ".12" 13053 5 = ".15" 13054 6 = ".15 tip" 13055 7 = ".2" 13056 8 = ".25" 13057 9 = ".25/month" 13058 10 = ".35" 13059 11 = ".37" 13060 12 = "10 days" 13061 13 = "26 at .25" 13062 14 = "12" 13063 15 = "12 x .35" 13064 16 = "12 year beard trimmed" 13065 17 = "12-ave" 13066 18 = "17" 13067 19 = "18" 13068 20 = "2 permanents" 13069 21 = "20" 13070 22 = "24" 13071 23 = "24 per year" 13072 24 = "24 x .30" 13073 25 = "25" 13074 26 = "26" 13075 27 = "3" 13076 28 = "3.6" 13077 29 = "36 at .25" 13078 30 = "4 x" 13079 31 = "48" 13080 32 = "6 per yr" 13081 33 = "6.5" 13082 34 = "8 haircuts/yr" 13083 35 = "Russian Baths" 13084 36 = "Shave" 13085 37 = "Shaves" 13086 38 = "Combination 1.35" 13087 39 = "Every 2 months" 13088 40 = "Facial" 13089 41 = "One per month" 13090 42 = "Shaves, shampoos" 13091 43 = "Tonic" 13092 44 = "6 x" 13093 45 = ".3" 13094 50 = ".3" 13095 51 = "12 shaves .15" 13096 52 = "2" 13097 53 = "2 shaves .15" 13098 54 = "20 at .2 shaves" 13099 55 = "40 at .20" 13100 56 = "52 at .15" 13101 57 = "7 shaves AT .15" 13102 58 = "Also 104 shaves at .15" 13103 59 = "Free" 234 The SAS System 10:01 Wednesday, November 23, 2005 13104 60 = "Wife cuts" 13105 70 = "1 per month" 13106 71 = "1 shave per month at .25 for 12 months" 13107 72 = "102 shaves at .40" 13108 73 = "104 shaves .15" 13109 74 = "120 shaves .20" 13110 75 = "156 at .15 shaves" 13111 76 = "156 shaves .15" 13112 77 = "2 permanents, .40 each .12/month" 13113 78 = "2 shaves" 13114 79 = "2 shaves .20" 13115 80 = "3 at 2.00" 13116 81 = "50 shaves .25" 13117 82 = "Haircuts & shaves" 13118 83 = "Number = 1 per week" 13119 84 = "Shave twice at .15 weeks"; NOTE: Format V1270FT has been output. 13120 VALUE V1274FT (MAX=40) 13121 0 = "No Reply" 13122 1 = ".35" 13123 2 = ".65" 13124 3 = "wave" 13125 4 = "12" 13126 5 = "17" 13127 6 = "2 Permanents at 5.00 each" 13128 7 = "2 waves at 2.50" 13129 8 = "2 waves, 5.00 each" 13130 9 = "20" 13131 10 = "24" 13132 11 = "24 x .25" 13133 12 = "26" 13134 13 = "26 at .25" 13135 14 = "28" 13136 15 = "34" 13137 16 = "4 waves at 1.50" 13138 17 = "52" 13139 18 = "6" 13140 19 = "8" 13141 20 = "9 1 465" 13142 21 = "Permanent" 13143 22 = "Son-.50-22 years" 13144 23 = "Shampoos, waves" 13145 24 = "Daughter (18)" 13146 25 = "One per month" 13147 26 = "Permanent, 5.00" 13148 27 = "Permanents" 13149 28 = "Permanent wave" 13150 29 = "Permanents at 2.50" 13151 30 = "Shampoo" 13152 31 = "Waves" 13153 32 = "3" 13154 40 = "2 at 1.98" 13155 41 = "2 at 1.50" 13156 42 = "26 Waves 2.5 & permanent at 5" 13157 43 = "30" 13158 44 = "By father" 13159 45 = "Cut at home" 13160 46 = "Free" 235 The SAS System 10:01 Wednesday, November 23, 2005 13161 51 = "plus 4.00" 13162 52 = "2.00" 13163 54 = "8 at .25" 13164 55 = "Number = 2 per month" 13165 56 = "Price = .40/month"; NOTE: Format V1274FT has been output. 13166 VALUE V1278FT (MAX=40) 13167 0 = "No Reply" 13168 1 = ".05" 13169 2 = ".40" 13170 3 = ".5" 13171 4 = ".75" 13172 5 = "1 wave" 13173 6 = "1 wave at 5.00" 13174 7 = "10" 13175 8 = "12" 13176 9 = "12 x .35" 13177 10 = "12-2 permanents, 3.50-4 fingerwaves" 13178 11 = "17" 13179 12 = "2 waves at 1.50" 13180 13 = "2 waves at 3.00" 13181 14 = "2 waves, 5.00 each" 13182 15 = "2.50" 13183 16 = "208" 13184 17 = "24" 13185 18 = "26" 13186 19 = "3 permanents, 3.00 each" 13187 20 = "3 waves at 5.00" 13188 21 = "3.90" 13189 22 = "36" 13190 23 = "40" 13191 24 = "5" 13192 25 = "5.00" 13193 26 = "50" 13194 27 = "52" 13195 28 = "52 shaves at .15" 13196 29 = "Facial 1.25" 13197 30 = "Permanent, finger wave" 13198 31 = "Permanent" 13199 32 = "Permanent 5.00, Set .50" 13200 33 = "Permanents, Waves" 13201 34 = "Shampoo" 13202 35 = "Shampoo, Waves, Manicure" 13203 36 = "Wave" 13204 37 = "Waves" 13205 38 = "Waves 400" 13206 39 = "Waves, Facials" 13207 40 = "Father" 13208 41 = "Hair oiled and pressed" 13209 42 = "Including tip" 13210 43 = "Permanent waves 10.00" 13211 44 = "Permanent waves, manicures, and facials" 13212 45 = "Permanents 2 x 3.50" 13213 46 = "Shampoo, waves" 13214 47 = "Shave" 13215 48 = "Waves (2 each)" 13216 50 = ".1" 13217 51 = ".25" 236 The SAS System 10:01 Wednesday, November 23, 2005 13218 52 = "1 at 2.00" 13219 53 = "1 at 4.00" 13220 54 = "2.5 waves" 13221 55 = "6" 13222 56 = "Free" 13223 57 = "Long hair" 13224 58 = "Shaves" 13225 60 = "2 Permanent, .40 each at .40/month" 13226 61 = "2 Permanents" 13227 62 = "2 Waves" 13228 63 = "2 Waves 2.5" 13229 64 = "4 at .35/month" 13230 65 = "52 shampoos at .50 , 2 waves" 13231 66 = "Daughter & son" 13232 67 = "Plus sets"; NOTE: Format V1278FT has been output. 13233 VALUE V1291FT (MAX=40) 13234 0 = "No" 13235 1 = "Yes"; NOTE: Format V1291FT has been output. 13236 VALUE V1292FT (MAX=40) 13237 0 = "No Reply" 13238 1 = "Spring" 13239 2 = "Summer" 13240 3 = "Fall" 13241 4 = "Winter" 13242 5 = "All" 13243 9 = "Illegible/ Meaningless"; NOTE: Format V1292FT has been output. 13244 VALUE V1293FT (MAX=40) 13245 0 = "No" 13246 1 = "Yes"; NOTE: Format V1293FT has been output. 13247 VALUE V1294FT (MAX=40) 13248 0 = "No Reply" 13249 1 = "Spring" 13250 2 = "Summer" 13251 3 = "Fall" 13252 4 = "Winter" 13253 5 = "All" 13254 9 = "Illegible/ Meaningless"; NOTE: Format V1294FT has been output. 13255 VALUE V1295FT (MAX=40) 13256 0 = "No" 13257 1 = "Yes"; NOTE: Format V1295FT has been output. 13258 VALUE V1296FT (MAX=40) 13259 0 = "No Reply" 13260 1 = "Spring" 13261 2 = "Summer" 13262 3 = "Fall" 13263 4 = "Winter" 13264 5 = "All" 13265 9 = "Illegible/ Meaningless"; NOTE: Format V1296FT has been output. 13266 VALUE V1297FT (MAX=40) 13267 0 = "No" 13268 1 = "Yes"; 237 The SAS System 10:01 Wednesday, November 23, 2005 NOTE: Format V1297FT has been output. 13269 VALUE V1299FT (MAX=40) 13270 0 = "No Reply" 13271 1 = "Spring" 13272 2 = "Summer" 13273 3 = "Fall" 13274 4 = "Winter" 13275 5 = "All" 13276 9 = "Illegible/ Meaningless"; NOTE: Format V1299FT has been output. 13277 VALUE V1300FT (MAX=40) 13278 0 = "No" 13279 1 = "Yes"; NOTE: Format V1300FT has been output. 13280 VALUE V1302FT (MAX=40) 13281 0 = "No Reply" 13282 1 = "Spring" 13283 2 = "Summer" 13284 3 = "Fall" 13285 4 = "Winter" 13286 5 = "All" 13287 9 = "Illegible/ Meaningless"; NOTE: Format V1302FT has been output. 13288 VALUE V1303FT (MAX=40) 13289 0 = "No" 13290 1 = "Yes"; NOTE: Format V1303FT has been output. 13291 VALUE V1305FT (MAX=40) 13292 0 = "No Reply" 13293 1 = "Spring" 13294 2 = "Summer" 13295 3 = "Fall" 13296 4 = "Winter" 13297 5 = "All" 13298 9 = "Illegible/ Meaningless"; NOTE: Format V1305FT has been output. 13299 VALUE V1306FT (MAX=40) 13300 0 = "No" 13301 1 = "Yes"; NOTE: Format V1306FT has been output. 13302 VALUE V1308FT (MAX=40) 13303 0 = "No Reply" 13304 1 = "Spring" 13305 2 = "Summer" 13306 3 = "Fall" 13307 4 = "Winter" 13308 5 = "All" 13309 9 = "Illegible/ Meaningless"; NOTE: Format V1308FT has been output. 13310 VALUE V1309FT (MAX=40) 13311 0 = "No" 13312 1 = "Yes"; NOTE: Format V1309FT has been output. 13313 VALUE V1311FT (MAX=40) 13314 0 = "No Reply" 13315 1 = "Spring" 13316 2 = "Summer" 13317 3 = "Fall" 238 The SAS System 10:01 Wednesday, November 23, 2005 13318 4 = "Winter" 13319 5 = "All" 13320 9 = "Illegible/ Meaningless"; NOTE: Format V1311FT has been output. 13321 VALUE V1312FT (MAX=40) 13322 0 = "No" 13323 1 = "Yes"; NOTE: Format V1312FT has been output. 13324 VALUE V1314FT (MAX=40) 13325 0 = "No" 13326 1 = "Yes"; NOTE: Format V1314FT has been output. 13327 VALUE V1316FT (MAX=40) 13328 0 = "No Reply" 13329 1 = "Spring" 13330 2 = "Summer" 13331 3 = "Fall" 13332 4 = "Winter" 13333 5 = "All" 13334 9 = "Illegible/ Meaningless"; NOTE: Format V1316FT has been output. 13335 VALUE V1317FT (MAX=40) 13336 0 = "No" 13337 1 = "Yes"; NOTE: Format V1317FT has been output. 13338 VALUE V1319FT (MAX=40) 13339 0 = "No Reply" 13340 1 = "Spring" 13341 2 = "Summer" 13342 3 = "Fall" 13343 4 = "Winter" 13344 5 = "All" 13345 9 = "Illegible/ Meaningless"; NOTE: Format V1319FT has been output. 13346 VALUE V1320FT (MAX=40) 13347 0 = "No" 13348 1 = "Yes"; NOTE: Format V1320FT has been output. 13349 VALUE V1322FT (MAX=40) 13350 0 = "No Reply" 13351 1 = "Spring" 13352 2 = "Summer" 13353 3 = "Fall" 13354 4 = "Winter" 13355 5 = "All" 13356 9 = "Illegible/ Meaningless"; NOTE: Format V1322FT has been output. 13357 VALUE V1323FT (MAX=40) 13358 0 = "No" 13359 1 = "Yes"; NOTE: Format V1323FT has been output. 13360 VALUE V1325FT (MAX=40) 13361 0 = "No Reply" 13362 1 = "Spring" 13363 2 = "Summer" 13364 3 = "Fall" 13365 4 = "Winter" 13366 5 = "All" 239 The SAS System 10:01 Wednesday, November 23, 2005 13367 9 = "Illegible/ Meaningless"; NOTE: Format V1325FT has been output. 13368 VALUE V1335FT (MAX=40) 13369 0 = "No" 13370 1 = "Yes"; NOTE: Format V1335FT has been output. 13371 VALUE V1342FT (MAX=40) 13372 101 = "January 1" 13373 9999 = "Missing Data"; NOTE: Format V1342FT has been output. 13374 VALUE V1343FT (MAX=40) 13375 1231 = "December 31" 13376 9998 = "Dont know/not applicable"; NOTE: Format V1343FT has been output. 13377 VALUE V1344FT (MAX=40) 13378 5 = "1935" 13379 6 = "1936" 13380 7 = "1937" 13381 8 = "Dont know/not applicable"; NOTE: Format V1344FT has been output. 13382 VALUE V1362FT (MAX=40) 13383 0 = "No Reply" 13384 1 = "Annual" 13385 2 = "Biannually" 13386 3 = "Quarterly" 13387 4 = "Monthly" 13388 5 = "Semi-monthly" 13389 6 = "Weekly" 13390 7 = "Bi-weekly" 13391 8 = "Annualy, semi-annualy" 13392 9 = "Annually, quarterly" 13393 10 = "Annualy, monthly" 13394 11 = "Weekly, 0.62 per week" 13395 12 = "An. - weekly" 13396 13 = "Quarterly semi-monthly" 13397 14 = "Monthly, semi-annly" 13398 15 = "M0, weekly" 13399 16 = "Bi-annually, weekly" 13400 17 = "Monthly, quarterly" 13401 18 = "Quarterly semi-monthly" 13402 19 = "Quarterly, weekly" 13403 20 = "Bi-weekly, quarterly" 13404 21 = "Weekly-1.00, and quarterly-10.25" 13405 22 = "Monthly, weekly" 13406 23 = "Monthly, 14.00 per month" 13407 24 = "Weekly, semi-monthly" 13408 25 = "Monthly yearly" 13409 26 = "8.00 per month (monthly)" 13410 27 = "Annually, quarterly, weekly" 13411 28 = "Annually, monthly, weekly" 13412 29 = "Annually, monthly, quarterly" 13413 30 = "Monthly/weekly/semi-annually" 13414 31 = "Monthly, quarterly, semi-annually" 13415 32 = "Annually, semi-annually, monthly" 13416 33 = "Monthly, weekly, quarterly, & semi-annu" 13417 34 = "Quarterly, semi-annually, yearly" 13418 35 = "Quarterly, semi-annually, weekly" 13419 36 = "Annually, semi-annually, weekly" 240 The SAS System 10:01 Wednesday, November 23, 2005 13420 37 = "Annually, semi-annually, quarterly, week" 13421 38 = "Quarterly, monthly, weekly" 13422 39 = "Annually, semi-annually, quarterly, mont" 13423 40 = "Weekly, monthly, semi-annually, annually" 13424 41 = "Weekly, monthly, quarterly, semi-annuall" 13425 42 = "Annually, quarterly, monthly, weekly" 13426 43 = "Varied" 13427 44 = "Monthly, semi-monthly, semi-annually" 13428 45 = "$68 once per year, $52 2-3 months" 13429 46 = ".20 weekly, 15.00 annually, 7.00 quarter" 13430 47 = ".30 weekly" 13431 48 = ".66 weekly, 60.60 yearly" 13432 49 = "1 monthly, 8 weekly" 13433 50 = "1.50 monthly, 24.00 annually" 13434 51 = "13.99 quarterly, 30.08 monthly" 13435 52 = "2.50 per month, 2.00 per month" 13436 53 = "21.49 monthly, 8.25 quarterly" 13437 54 = "3.45 monthly" 13438 55 = "3.60 quarterly, 3.60 quarterly" 13439 56 = "3.95 per month" 13440 57 = "4 weekly, 1 semi-annually" 13441 58 = "4.00 per month, 12 months" 13442 59 = "78.00 semi-annually" 13443 60 = "1.50 weekly" 13444 61 = "Monthly/bi-monthly" 13445 62 = "1.80 a month" 13446 63 = "Every 3 years paid last year" 13447 64 = "Monthly $1.00" 13448 65 = "Monthly 3.25" 13449 66 = "Weekly 1.08/week for 26 weeks" 13450 70 = "at death of member" 13451 71 = "$ 1.00 per month" 13452 72 = "$1.00 each week" 13453 73 = ".14 and monthly" 13454 74 = ".40 week" 13455 75 = "1 1.00 weekly, 1 .50 weekly" 13456 76 = "1 month other 1 year" 13457 77 = "1-w 3-m" 13458 78 = "1.30 weekly" 13459 79 = "1.50 weekly" 13460 80 = "10.96 per quarter" 13461 81 = "2 weekly/1 semi-annually/1 every two wee" 13462 82 = "2.43 weekly, 10.50 quarterly" 13463 83 = "3 weekly-80-35-10" 13464 84 = "30 month group" 13465 85 = "7.50 quarterly" 13466 86 = "8.74 quaterly and .25 weekly" 13467 87 = "8.94 quarterly/.83 weekly" 13468 88 = "All frequencies" 13469 89 = "Burial insurance 12 months at 1.00" 13470 90 = "Burial weekly life monthly" 13471 91 = "Life quarterly burial monthly" 13472 92 = "Quarterly 10.00, weekly .66" 13473 93 = "Quarterly, bi-monthly" 13474 94 = "Quarterly---62.62" 13475 95 = "Bi-weekly & annually" 13476 96 = "Monthly:3/yr." 13477 97 = "$35 every 3 months" 241 The SAS System 10:01 Wednesday, November 23, 2005 13478 98 = "1 yearly 2 monthly" 13479 99 = "Illegible/ Meaningless"; NOTE: Format V1362FT has been output. 13480 VALUE V1367FT (MAX=40) 13481 0 = "No reply" 13482 1 = "Bequest" 13483 2 = "POSTAL SAVING" 13484 3 = "BOARDING BILL UNCOLLECTED" 13485 4 = "DUE ON SALARY" 13486 5 = "INHERITANCE" 13487 6 = "PROVIDENT FUND" 13488 7 = "REAL ESTATE" 13489 8 = "ROOM AND BOARD FROM PREVIOUS YEAR"; NOTE: Format V1367FT has been output. 13490 VALUE V1388FT (MAX=40) 13491 0 = "No Reply" 13492 1 = "1934 automobile" 13493 2 = "1934 living room suite" 13494 3 = "3 piece bedroom suite" 13495 4 = "Automobile" 13496 5 = "Bedroom dining room living room suites" 13497 6 = "Bedroom set" 13498 7 = "Cemetary lot" 13499 8 = "Circulator" 13500 9 = "Clothing" 13501 10 = "Coat" 13502 11 = "Chairs and rugs" 13503 12 = "Davenport, chair, rug" 13504 13 = "Diamond ring" 13505 14 = "Dining and bedroom suite" 13506 15 = "Dining room furniture" 13507 16 = "Electric washer" 13508 17 = "Electric refrigerator" 13509 18 = "Electric stove" 13510 19 = "Electric sweeper" 13511 20 = "Electrolux ref." 13512 21 = "Ford" 13513 22 = "Furnishing" 13514 23 = "Furniture" 13515 24 = "Frigidaire" 13516 25 = "Gas fixtures" 13517 26 = "Gas heating equipment" 13518 27 = "Gas water heater" 13519 28 = "Grave markers" 13520 29 = "Heater" 13521 30 = "Hot water boiler" 13522 31 = "Household furniture" 13523 32 = "Household furniture, paid $50.00 month f" 13524 33 = "Household goods" 13525 34 = "Ice box" 13526 35 = "Living room furniture" 13527 36 = "Living room/kitchen furniture" 13528 37 = "Mattress" 13529 38 = "Piano" 13530 39 = "Radio" 13531 40 = "Refeigerator" 13532 41 = "Rugs" 13533 42 = "Rugs (3)" 242 The SAS System 10:01 Wednesday, November 23, 2005 13534 43 = "Rugs, mattresses, 2 springs" 13535 44 = "Reed suite & studio couch" 13536 45 = "Sewing machine" 13537 46 = "Stove" 13538 47 = "Studio couch balance" 13539 48 = "Threshing separator" 13540 49 = "Vacuum cleaner" 13541 50 = "Washer" 13542 51 = "Washing machine" 13543 52 = "Bicycle" 13544 53 = "Clarinet" 13545 54 = "Disher" 13546 55 = "Gas range" 13547 56 = "Living room, bedroom, and kitchen set" 13548 57 = "Oil burner" 13549 58 = "Oil heater" 13550 59 = "Radio and rugs" 13551 60 = "Rug 9x12" 13552 61 = "Stove and water heater, electric" 13553 62 = "Suit" 13554 63 = "Two piece suite" 13555 64 = "Watch/fraternity pin" 13556 65 = "Willys car" 13557 70 = "Bed" 13558 71 = "Cabinet stove" 13559 72 = "Engine" 13560 73 = "Gasoline store" 13561 74 = "Horses" 13562 75 = "Mule" 13563 76 = "Ring" 13564 77 = "Separator" 13565 78 = "Store" 13566 79 = "Tractor" 13567 80 = "Truck" 13568 82 = "Bed davenport chair" 13569 83 = "Bedroom / living room" 13570 84 = "Flute" 13571 85 = "Davenport" 13572 86 = "Davenport and chair" 13573 87 = "Doctor bill" 13574 88 = "Gas electrolux" 13575 89 = "Gas refrigerator" 13576 90 = "Kelirnator" 13577 91 = "Law books" 13578 92 = "Stone" 13579 93 = "Stove and refrigerator" 13580 94 = "Chesterfield set" 13581 95 = "Crib, cabinet" 13582 96 = "Furnishings and stove" 13583 97 = "Studio couch" 13584 99 = "Illegible/ Meaningless"; NOTE: Format V1388FT has been output. 13585 VALUE V1390FT (MAX=40) 13586 0 = "No Reply" 13587 1 = "Automobile" 13588 2 = "Bedroom suite" 13589 3 = "Davenport" 13590 4 = "Dresser, bed" 243 The SAS System 10:01 Wednesday, November 23, 2005 13591 5 = "Furnace" 13592 6 = "Furniture" 13593 7 = "Gas stove" 13594 8 = "Glider & table" 13595 9 = "Piano" 13596 10 = "Radio" 13597 11 = "Range" 13598 12 = "Refrigerator" 13599 13 = "Sewing machine" 13600 14 = "Vacuum cleaner" 13601 15 = "Washing machine" 13602 16 = "Watch" 13603 17 = "Dining room furniture" 13604 18 = "Dry goods" 13605 19 = "Elec sewing mach" 13606 20 = "Electric washer" 13607 21 = "Front room suite" 13608 22 = "Household furnishings" 13609 23 = "Kitchen cabinet" 13610 24 = "Linoleum" 13611 25 = "Living room suite" 13612 26 = "Three rugs" 13613 27 = "Ice box" 13614 30 = "Tractor and plower" 13615 40 = "Clothes" 13616 41 = "Equipment" 13617 42 = "Floor lamp" 13618 43 = "Kelvinator" 13619 44 = "Magazine subscription" 13620 45 = "Odd furniture" 13621 46 = "Store" 13622 48 = "Trade in car"; NOTE: Format V1390FT has been output. 13623 VALUE V1392FT (MAX=40) 13624 0 = "No Reply" 13625 1 = "Electric stove" 13626 2 = "Furniture" 13627 3 = "Gas furnace" 13628 4 = "Refrigerator" 13629 5 = "Vacuum cleaner" 13630 6 = "Vacuum cleaner & sewing machine" 13631 7 = "Bedroom furniture" 13632 8 = "Electric washer" 13633 9 = "Living room suite" 13634 10 = "Washer & mangel" 13635 11 = "Including carrying charges" 13636 12 = "Chair" 13637 20 = "Clothing" 13638 21 = "Tractor" 13639 30 = "Business equipment" 13640 31 = "Car" 13641 33 = "Radio" 13642 34 = "Washing machine"; NOTE: Format V1392FT has been output. 13643 VALUE V1394FT (MAX=40) 13644 0 = "No Reply" 13645 1 = "1 bed room suite" 13646 3 = "Auto" 244