*** 1984 Prison Census *** For this project, all I use is the count, the ADP, the state, *** and a summary of court orders *** So leave the data in order, but create new variables for just those *** characteristics *** I also need a unique id for each facility *** Finally, I put these new variables first in the variable list, *** so that they can be found easily. *** First, open up the data [This is just from the ICPSR data definition statement] *-------------------------------------------------------------------------* | | | SPSS DATA DEFINITION STATEMENTS FOR ICPSR 8444 | | CENSUS OF STATE ADULT CORRECTIONAL FACILITIES, 1984 | | 1ST ICPSR EDITION | | FEBRUARY 1997 | | | | DATA LIST: assigns the name, type, decimal specification (if any), | | and specifies the beginning and ending column locations for each | | variable in the data file. Users must replace the "physical-filename" | | with host computer specific input file specifications. | | | | VARIABLE LABELS: assigns descriptive labels to all variables. | | variables.abels and variable names may be identical for some | | | | MISSING VALUES: declares user-defined missing values. Not all | | variables in this data file necessarily have user-defined missing | | transformations, statistical calculations, and case selection. | | | | MISSING VALUE RECODE: sets user-defined numeric missing values to | | missing as interpreted by the SPSS system. Only variables with | | user-defined missing values are included in the statements. | | | | VALUE LABELS: assigns descriptive labels to codes in the data file. | | Not all variables necessarily have assigned value labels. | | | | NOTE: Users should modify these data definition statements to suit | | their specific needs. MISSING VALUES and MISSING VALUE RECODE | | sections have been marked by SPSS comment statements. To include these | | sections in a final SPSS setup, users should remove the SPSS comment | | statements from the desired section(s). | | | | These data definition statements have been tested for compatibility | | with SPSS Release 5.0 for UNIX and/or SPSS Release 6.1 for Windows. | *-------------------------------------------------------------------------. * SPSS FILE HANDLE, DATA LIST COMMANDS. FILE HANDLE DATA / NAME="D:/TechnicalAppendix/CorrectionalCensuses/odata[1].s8444" LRECL=2154. DATA LIST FILE=DATA / V1 1-4 V2 5 V3 6 V4 7-9 V5 10-11 V6 12-13 V7 14-16 V8 17-18 V9 19 V10 20 V11 21 V12 22 V13 23-24 V14 25 V15 26 V16 27 V17 28 V18 29 V19 30 V20 31 V21 32 V22 33 V23 34 V24 35 V25 36 V26 37 V27 38 V28 39 V29 40 V30 41 V31 42 V32 43 V33 44 V34 45 V35 46 V36 47 V37 48-51 V38 52-55 V39 56-59 V40 60 V41 61-64 V42 65-68 V43 69 V44 70-73 V45 74-77 V46 78-81 V47 82-85 V48 86-90 V49 91-95 V50 96-100 V51 101-105 V52 106-110 V53 111-115 V54 116-120 V55 121-124 V56 125-128 V57 129-132 V58 133-136 V59 137-140 V60 141-144 V61 145-148 V62 149-152 V63 153-156 V64 157-160 V65 161-164 V66 165-168 V67 169-172 V68 173-176 V69 177-180 V70 181-184 V71 185-188 V72 189-192 V73 193-196 V74 197-200 V75 201-204 V76 205-208 V77 209-212 V78 213-216 V79 217-220 V80 221-224 V81 225-228 V82 229-232 V83 233-236 V84 237-240 V85 241-244 V86 245-248 V87 249-252 V88 253-256 V89 257-260 V90 261-264 V91 265-268 V92 269-272 V93 273-276 V94 277 V95 278-282 V96 283-286 V97 287-288 V98 289 V99 290 V100 291-294 V101 295 V102 296-300 V103 301-304 V104 305-306 V105 307 V106 308 V107 309-312 V108 313 V109 314-318 V110 319-322 V111 323-324 V112 325 V113 326 V114 327-330 V115 331 V116 332-336 V117 337-340 V118 341-342 V119 343 V120 344 V121 345-348 V122 349 V123 350-354 V124 355-358 V125 359-360 V126 361 V127 362 V128 363-366 V129 367 V130 368-372 V131 373-376 V132 377-378 V133 379 V134 380 V135 381-384 V136 385 V137 386-390 V138 391-394 V139 395-396 V140 397 V141 398 V142 399-402 V143 403 V144 404-408 V145 409-412 V146 413-414 V147 415 V148 416 V149 417-420 V150 421 V151 422-426 V152 427-430 V153 431-432 V154 433 V155 434 V156 435-438 V157 439 V158 440-444 V159 445-448 V160 449-450 V161 451 V162 452 V163 453-456 V164 457 V165 458-462 V166 463-466 V167 467-468 V168 469 V169 470 V170 471-474 V171 475 V172 476-480 V173 481-484 V174 485-486 V175 487 V176 488 V177 489-492 V178 493 V179 494-498 V180 499-502 V181 503-504 V182 505 V183 506 V184 507-510 V185 511 V186 512-516 V187 517-520 V188 521-522 V189 523 V190 524 V191 525-528 V192 529 V193 530-534 V194 535-538 V195 539-540 V196 541 V197 542 V198 543-546 V199 547 V200 548-552 V201 553-556 V202 557-558 V203 559 V204 560 V205 561-564 V206 565 V207 566-570 V208 571-574 V209 575-576 V210 577 V211 578 V212 579-582 V213 583 V214 584-588 V215 589-592 V216 593-594 V217 595 V218 596 V219 597-600 V220 601 V221 602-606 V222 607-610 V223 611-612 V224 613 V225 614 V226 615-618 V227 619 V228 620-624 V229 625-628 V230 629-630 V231 631 V232 632 V233 633-636 V234 637 V235 638-642 V236 643-646 V237 647-648 V238 649 V239 650 V240 651-654 V241 655-658 V242 659 V243 660-664 V244 665-668 V245 669-670 V246 671 V247 672 V248 673-676 V249 677-680 V250 681 V251 682-686 V252 687-690 V253 691-692 V254 693 V255 694 V256 695-698 V257 699-702 V258 703 V259 704-708 V260 709-712 V261 713-714 V262 715 V263 716 V264 717-720 V265 721-724 V266 725 V267 726-730 V268 731-734 V269 735-736 V270 737 V271 738 V272 739-742 V273 743-746 V274 747 V275 748-752 V276 753-756 V277 757-758 V278 759 V279 760 V280 761-764 V281 765-768 V282 769 V283 770-774 V284 775-778 V285 779-780 V286 781 V287 782 V288 783-786 V289 787-790 V290 791 V291 792-796 V292 797-800 V293 801-802 V294 803 V295 804 V296 805-808 V297 809-812 V298 813 V299 814-818 V300 819-822 V301 823-824 V302 825 V303 826 V304 827-830 V305 831-834 V306 835 V307 836-840 V308 841-844 V309 845-846 V310 847 V311 848 V312 849-852 V313 853-856 V314 857 V315 858-862 V316 863-866 V317 867-868 V318 869 V319 870 V320 871-874 V321 875-878 V322 879 V323 880-884 V324 885-888 V325 889-890 V326 891 V327 892 V328 893-896 V329 897-900 V330 901 V331 902-906 V332 907-910 V333 911-912 V334 913 V335 914 V336 915-918 V337 919-922 V338 923 V339 924-928 V340 929-932 V341 933-934 V342 935 V343 936 V344 937-940 V345 941-944 V346 945 V347 946-950 V348 951-954 V349 955-956 V350 957 V351 958 V352 959-962 V353 963-966 V354 967 V355 968-972 V356 973-976 V357 977-978 V358 979 V359 980 V360 981-984 V361 985-988 V362 989 V363 990-994 V364 995-998 V365 999-1000 V366 1001 V367 1002 V368 1003-1006 V369 1007-1010 V370 1011 V371 1012-1016 V372 1017-1020 V373 1021-1022 V374 1023 V375 1024 V376 1025-1028 V377 1029-1032 V378 1033 V379 1034-1038 V380 1039-1042 V381 1043-1044 V382 1045 V383 1046 V384 1047-1050 V385 1051-1054 V386 1055 V387 1056-1060 V388 1061-1064 V389 1065-1066 V390 1067 V391 1068 V392 1069-1072 V393 1073-1076 V394 1077-1080 V395 1081 V396 1082-1085 V397 1086 V398 1087-1090 V399 1091 V400 1092-1095 V401 1096 V402 1097-1100 V403 1101 V404 1102-1105 V405 1106 V406 1107-1110 V407 1111 V408 1112-1115 V409 1116 V410 1117-1120 V411 1121 V412 1122-1125 V413 1126 V414 1127-1130 V415 1131 V416 1132-1135 V417 1136 V418 1137-1140 V419 1141 V420 1142-1145 V421 1146 V422 1147-1150 V423 1151 V424 1152-1155 V425 1156 V426 1157-1160 V427 1161 V428 1162-1165 V429 1166 V430 1167 V431 1168-1171 V432 1172 V433 1173-1176 V434 1177 V435 1178 V436 1179-1182 V437 1183 V438 1184-1187 V439 1188 V440 1189-1192 V441 1193 V442 1194-1197 V443 1198 V444 1199 V445 1200-1203 V446 1204 V447 1205-1208 V448 1209 V449 1210 V450 1211-1214 V451 1215 V452 1216-1219 V453 1220 V454 1221-1224 V455 1225-1228 V456 1229-1232 V457 1233 V458 1234-1237 V459 1238-1241 V460 1242-1245 V461 1246 V462 1247-1250 V463 1251-1254 V464 1255-1258 V465 1259 V466 1260-1263 V467 1264-1267 V468 1268-1271 V469 1272 V470 1273-1276 V471 1277-1280 V472 1281-1284 V473 1285 V474 1286-1287 V475 1288-1291 V476 1292-1295 V477 1296-1299 V478 1300 V479 1301-1302 V480 1303-1306 V481 1307-1310 V482 1311-1314 V483 1315 V484 1316-1317 V485 1318-1321 V486 1322-1325 V487 1326-1329 V488 1330 V489 1331-1332 V490 1333-1336 V491 1337-1340 V492 1341-1344 V493 1345 V494 1346-1349 V495 1350-1353 V496 1354-1357 V497 1358 V498 1359-1362 V499 1363-1366 V500 1367-1370 V501 1371 V502 1372-1375 V503 1376-1379 V504 1380-1383 V505 1384 V506 1385-1388 V507 1389-1392 V508 1393-1396 V509 1397 V510 1398-1401 V511 1402-1405 V512 1406-1409 V513 1410 V514 1411-1412 V515 1413-1416 V516 1417-1420 V517 1421-1424 V518 1425 V519 1426-1427 V520 1428-1431 V521 1432-1435 V522 1436-1439 V523 1440 V524 1441-1442 V525 1443-1446 V526 1447-1450 V527 1451-1454 V528 1455 V529 1456-1457 V530 1458-1461 V531 1462-1465 V532 1466-1469 V533 1470 V534 1471-1474 V535 1475-1478 V536 1479-1482 V537 1483 V538 1484-1487 V539 1488-1491 V540 1492-1495 V541 1496 V542 1497-1500 V543 1501-1504 V544 1505-1508 V545 1509 V546 1510-1513 V547 1514-1517 V548 1518-1521 V549 1522 V550 1523-1524 V551 1525-1528 V552 1529-1532 V553 1533-1536 V554 1537 V555 1538-1539 V556 1540-1543 V557 1544-1547 V558 1548-1551 V559 1552 V560 1553-1554 V561 1555-1558 V562 1559-1562 V563 1563-1566 V564 1567 V565 1568-1569 V566 1570-1573 V567 1574-1577 V568 1578-1581 V569 1582 V570 1583-1586 V571 1587-1590 V572 1591-1594 V573 1595-1598 V574 1599-1601 V575 1602-1604 V576 1605-1607 V577 1608-1610 V578 1611-1614 V579 1615-1618 V580 1619-1622 V581 1623-1626 V582 1627-1629 V583 1630-1632 V584 1633-1635 V585 1636-1638 V586 1639-1642 V587 1643-1646 V588 1647-1650 V589 1651-1654 V590 1655-1657 V591 1658-1660 V592 1661-1663 V593 1664-1666 V594 1667-1670 V595 1671-1674 V596 1675-1678 V597 1679-1682 V598 1683-1685 V599 1686-1688 V600 1689-1691 V601 1692-1694 V602 1695-1698 V603 1699-1702 V604 1703-1706 V605 1707-1710 V606 1711-1713 V607 1714-1716 V608 1717-1719 V609 1720-1722 V610 1723-1726 V611 1727-1730 V612 1731-1734 V613 1735-1738 V614 1739-1741 V615 1742-1744 V616 1745-1747 V617 1748-1750 V618 1751-1754 V619 1755-1758 V620 1759-1762 V621 1763-1766 V622 1767-1769 V623 1770-1772 V624 1773-1775 V625 1776-1778 V626 1779-1782 V627 1783-1786 V628 1787-1790 V629 1791-1794 V630 1795-1797 V631 1798-1800 V632 1801-1803 V633 1804-1806 V634 1807-1810 V635 1811-1814 V636 1815-1818 V637 1819-1822 V638 1823-1825 V639 1826-1828 V640 1829-1831 V641 1832-1834 V642 1835-1838 V643 1839-1842 V644 1843-1846 V645 1847-1850 V646 1851-1854 V647 1855-1858 V648 1859-1862 V649 1863-1866 V650 1867-1870 V651 1871-1874 V652 1875-1878 V653 1879-1882 V654 1883-1886 V655 1887-1890 V656 1891-1894 V657 1895-1898 V658 1899-1902 V659 1903-1906 V660 1907-1910 V661 1911-1914 V662 1915-1918 V663 1919-1922 V664 1923-1926 V665 1927-1930 V666 1931-1934 V667 1935-1938 V668 1939-1942 V669 1943-1946 V670 1947-1950 V671 1951-1954 V672 1955-1958 V673 1959-1962 V674 1963 V675 1964 V676 1965 V677 1966 V678 1967 V679 1968 V680 1969 V681 1970 V682 1971-1974 V683 1975-1978 V684 1979-1982 V685 1983-1986 V686 1987-1990 V687 1991-1994 V688 1995-1996 V689 1997-1998 V690 1999-2000 V691 2001-2002 V692 2003-2004 V693 2005-2006 V694 2007-2008 V695 2009-2010 V696 2011-2012 V697 2013-2014 V698 2015-2016 V699 2017-2018 V700 2019-2020 V701 2021-2022 V702 2023-2024 V703 2025-2026 V704 2027-2028 V705 2029-2030 V706 2031 V707 2032-2033 V708 2034-2035 V709 2036-2037 V710 2038 V711 2039-2040 V712 2041-2042 V713 2043-2044 V714 2045 V715 2046 V716 2047 V717 2048 V718 2049 V719 2050 V720 2051 V721 2052 V722 2053 V723 2054 V724 2055 V725 2056 V726 2057 V727 2058 V728 2059 V729 2060 V730 2061 V731 2062-2065 V732 2066-2069 V733 2070-2071 V734 2072-2073 V735 2074-2075 V736 2076-2077 V737 2078-2079 V738 2080 V739 2081-2082 V740 2083 V741 2084-2085 V742 2086-2088 V743 2089 V744 2090-2092 V745 2093 V746 2094-2096 V747 2097-2099 V748 2100-2102 V749 2103-2104 V750 2105-2106 V751 2107-2108 V752 2109-2110 V753 2111-2112 V754 2113-2114 V755 2115-2122 V756 2123-2130 V757 2131-2138 V758 2139-2146 V759 2147-2154. * SPSS VARIABLE LABELS COMMAND. VARIABLE LABELS V1 "ICPSR STUDY NUMBER-8444" V2 "ICPSR EDITION NUMBER-1" V3 "ICPSR PART NUMBER" V4 "ICPSR SEQ ID NUMBER" V5 "FORM NUMBER" V6 "STATE ID" V7 "COUNTY" V8 "NEW UNIQUE ID" V9 "NEW ADP" V10 "NEW TYPE" V11 "NEW EMP" V12 "NEW SEX" V13 "OLD UNIQUE ID" V14 "OLD TYPE" V15 "OLD EMP" V16 "OLD SEX" V17 "PHYS SECURTY MIN/MED/MAX" V18 "PERIMETER" V19 "TOWERS" V20 "PATROLS" V21 "SURVEILLANCE, DETECTION" V22 "RESIDENT/INMATE HOUSING" V23 "CUSTODY LEVEL" V24 "DAY MOVEMNT WITHIN FACIL" V25 "NIGHT MOVEMNT WITHIN FAC" V26 "MOVEMENT OUTSIDE FACILIT" V27 "SUPERVISION" V28 "ACCESS TO JOBS" V29 "FURLOUGHS" V30 "YOUTHFUL OFFENDERS" V31 "RECEPTION/DIAGNOSIS" V32 "MEDICAL TREATMENT" V33 "GEN ADULT POP CONFINEMNT" V34 "WORK RELEASE/PRERELEASE" V35 "OTHER FUNCTION" V36 "ORIG CONSTRUCTN PURPOSE" V37 "YEAR ORIG CONST PURPOSE" V38 "YR ORIG CONSTRUCTION" V39 "YR 1ST USED AS FACILITY" V40 "FAC USE BEFORE CONVERT" V41 "CAPACITY SET BY STATE" V42 "DESIGN CAPACITY" V43 "ORDER-LIMIT # RES/INMATE" V44 "MAX NUMBER-COURT ORDER" V45 "AVG (MEAN) DAILY POP" V46 "AVG (MEAN) MALE POPULATN" V47 "AVG (MEAN) FEMALE POP" V48 "POP MOVEMENT-ADMITTED" V49 "MALES ADMITTED" V50 "FEMALES ADMITTED" V51 "TOT DISCH OR TRANSF OUT" V52 "MALES DISCH/TRANSF OUT" V53 "FEMALES DISCH/TRASNF OUT" V54 "# RETURN DIR TO NONCOM" V55 "TOTAL MALE INMATE COUNT" V56 "TOTAL FEM INMATE COUNT" V57 "# MALES MAXIMUM CUSTODY" V58 "# FEMS MAXIMUM CUSTODY" V59 "# MALES MEDIUM CUSTODY" V60 "# FEMALES MEDIUM CUSTODY" V61 "# MALES MINIMUM CUSTODY" V62 "# FEMS MINIMUM CUSTODY" V63 "# MALES UNSENTENCED" V64 "# FEMALES UNSENTENCED" V65 "# MALES OTHER CUSTODY" V66 "# FEMALES OTHER CUSTODY" V67 "TOTAL MALE RESIDENTS" V68 "TOTAL FEMALE RESIDENTS" V69 "# SENTENCED MALE NOT DEP" V70 "# SENTENCD FEM NOT DEPAR" V71 "# UNSENTEN MALE NOT DEPA" V72 "# UNSENTEN FEM NOT DEPAR" V73 "# SENTENCED MALE DEPART" V74 "# SENTENCD FEM REG DEPAR" V75 "# UNSENTEN MALE REG DEPA" V76 "# UNSENTEN FEM REG DEPAR" V77 "TOTAL MALES BY RACE" V78 "TOTAL FEMALES BY RACE" V79 "# WHITE MALES NOT HISPAN" V80 "# WHITE FEM NOT HISPANIC" V81 "# BLACK MALE NOT HISPANI" V82 "# BLACK FEM NOT HISPANIC" V83 "# HISPANIC-ORIGIN MALES" V84 "# HISPANIC-ORIGIN FEMALE" V85 "# WHITE MALE HISPANICS" V86 "# WHITE FEMALE HISPANICS" V87 "# BLACK MALE HISPANICS" V88 "# BLACK FEMALE HISPANICS" V89 "# MALE NATIVE AMERICANS" V90 "# FEM NATIVE AMERICANS" V91 "# MALE ASIAN/PACIFIC ISL" V92 "# FEM ASIAN/PACIFIC ISLS" V93 "L1-79 RATED CAPAC 1 UNIT" V94 "L1-79 NON-RATED ONE UNIT" V95 "L1-79 FLOOR SPACE 1 UNIT" V96 "L1-79 # CONFINEMNT UNITS" V97 "L1-79 AVG HRS/DAY CONFIN" V98 "L1-79 CONFINE UNIT USE" V99 "L1-79 UNIT SECURIT DESIG" V100 "L2-79 RATED CAPAC 1 UNIT" V101 "L2-79 NON-RATED ONE UNIT" V102 "L2-79 FLOOR SPACE 1 UNIT" V103 "L2-79 # CONFINEMNT UNITS" V104 "L2-79 AVG HRS/DAY CONFIN" V105 "L2-79 CONFINE UNIT USE" V106 "L2-79 UNIT SECURIT DESIG" V107 "L3-79 RATED CAPAC 1 UNIT" V108 "L3-79 NON-RATED ONE UNIT" V109 "L3-79 FLOOR SPACE 1 UNIT" V110 "L3-79 # CONFINEMNT UNITS" V111 "L3-79 AVG HRS/DAY CONFIN" V112 "L3-79 CONFINE UNIT USE" V113 "L3-79 UNIT SECURIT DESIG" V114 "L4-79 RATED CAPAC 1 UNIT" V115 "L4-79 NON-RATED ONE UNIT" V116 "L4-79 FLOOR SPACE 1 UNIT" V117 "L4-79 # CONFINEMNT UNITS" V118 "L4-79 AVG HRS/DAY CONFIN" V119 "L4-79 CONFINE UNIT USE" V120 "L4-79 UNIT SECURIT DESIG" V121 "L5-79 RATED CAPAC 1 UNIT" V122 "L5-79 NON-RATED ONE UNIT" V123 "L5-79 FLOOR SPACE 1 UNIT" V124 "L5-79 # CONFINEMNT UNITS" V125 "L5-79 AVG HRS/DAY CONFIN" V126 "L5-79 CONFINE UNIT USE" V127 "L5-79 UNIT SECURIT DESIG" V128 "L6-79 RATED CAPAC 1 UNIT" V129 "L6-79 NON-RATED ONE UNIT" V130 "L6-79 FLOOR SPACE 1 UNIT" V131 "L6-79 # CONFINEMNT UNITS" V132 "L6-79 AVG HRS/DAY CONFIN" V133 "L6-79 CONFINE UNIT USE" V134 "L6-79 UNIT SECURIT DESIG" V135 "L7-79 RATED CAPAC 1 UNIT" V136 "L7-79 NON-RATED ONE UNIT" V137 "L7-79 FLOOR SPACE 1 UNIT" V138 "L7-79 # CONFINEMNT UNITS" V139 "L7-79 AVG HRS/DAY CONFIN" V140 "L7-79 CONFINE UNIT USE" V141 "L7-79 UNIT SECURIT DESIG" V142 "L8-79 RATED CAPAC 1 UNIT" V143 "L8-79 NON-RATED ONE UNIT" V144 "L8-79 FLOOR SPACE 1 UNIT" V145 "L8-79 # CONFINEMNT UNITS" V146 "L8-79 AVG HRS/DAY CONFIN" V147 "L8-79 CONFINE UNIT USE" V148 "L8-79 UNIT SECURIT DESIG" V149 "L9-79 RATED CAPAC 1 UNIT" V150 "L9-79 NON-RATED ONE UNIT" V151 "L9-79 FLOOR SPACE 1 UNIT" V152 "L9-79 # CONFINEMNT UNITS" V153 "L9-79 AVG HRS/DAY CONFIN" V154 "L9-79 CONFINE UNIT USE" V155 "L9-79 UNIT SECURIT DESIG" V156 "L10-79 RATED CAPC 1 UNIT" V157 "L10-79 NON-RATED 1 UNIT" V158 "L10-79 FLOOR SPAC 1 UNIT" V159 "L10-79 # CONFINEMNT UNIT" V160 "L10-79 AVG HR/DAY CONFIN" V161 "L10-79 CONFINE UNIT USE" V162 "L10-79 UNIT SECUR DESIGN" V163 "L11-79 RATED CAPC 1 UNIT" V164 "L11-79 NON-RATED 1 UNIT" V165 "L11-79 FLOOR SPAC 1 UNIT" V166 "L11-79 # CONFINEMNT UNIT" V167 "L11-79 AVG HR/DAY CONFIN" V168 "L11-79 CONFINE UNIT USE" V169 "L11-79 UNIT SECUR DESIGN" V170 "L12-79 RATED CAPC 1 UNIT" V171 "L12-79 NON-RATED 1 UNIT" V172 "L12-79 FLOOR SPAC 1 UNIT" V173 "L12-79 # CONFINEMNT UNIT" V174 "L12-79 AVG HR/DAY CONFIN" V175 "L12-79 CONFINE UNIT USE" V176 "L12-79 UNIT SECUR DESIGN" V177 "L13-79 RATED CAPC 1 UNIT" V178 "L13-79 NON-RATED 1 UNIT" V179 "L13-79 FLOOR SPAC 1 UNIT" V180 "L13-79 # CONFINEMNT UNIT" V181 "L13-79 AVG HR/DAY CONFIN" V182 "L13-79 CONFINE UNIT USE" V183 "L13-79 UNIT SECUR DESIGN" V184 "L14-79 RATED CAPC 1 UNIT" V185 "L14-79 NON-RATED 1 UNIT" V186 "L14-79 FLOOR SPAC 1 UNIT" V187 "L14-79 # CONFINEMNT UNIT" V188 "L14-79 AVG HR/DAY CONFIN" V189 "L14-79 CONFINE UNIT USE" V190 "L14-79 UNIT SECUR DESIGN" V191 "L15-79 RATED CAPC 1 UNIT" V192 "L15-79 NON-RATED 1 UNIT" V193 "L15-79 FLOOR SPAC 1 UNIT" V194 "L15-79 # CONFINEMNT UNIT" V195 "L15-79 AVG HR/DAY CONFIN" V196 "L15-79 CONFINE UNIT USE" V197 "L15-79 UNIT SECUR DESIGN" V198 "L16-79 RATED CAPC 1 UNIT" V199 "L16-79 NON-RATED 1 UNIT" V200 "L16-79 FLOOR SPAC 1 UNIT" V201 "L16-79 # CONFINEMNT UNIT" V202 "L16-79 AVG HR/DAY CONFIN" V203 "L16-79 CONFINE UNIT USE" V204 "L16-79 UNIT SECUR DESIGN" V205 "L17-79 RATED CAPC 1 UNIT" V206 "L17-79 NON-RATED 1 UNIT" V207 "L17-79 FLOOR SPAC 1 UNIT" V208 "L17-79 # CONFINEMNT UNIT" V209 "L17-79 AVG HR/DAY CONFIN" V210 "L17-79 CONFINE UNIT USE" V211 "L17-79 UNIT SECUR DESIGN" V212 "L18-79 RATED CAPC 1 UNIT" V213 "L18-79 NON-RATED 1 UNIT" V214 "L18-79 FLOOR SPAC 1 UNIT" V215 "L18-79 # CONFINEMNT UNIT" V216 "L18-79 AVG HR/DAY CONFIN" V217 "L18-79 CONFINE UNIT USE" V218 "L18-79 UNIT SECUR DESIGN" V219 "L19-79 RATED CAPC 1 UNIT" V220 "L19-79 NON-RATED 1 UNIT" V221 "L19-79 FLOOR SPAC 1 UNIT" V222 "L19-79 # CONFINEMNT UNIT" V223 "L19-79 AVG HR/DAY CONFIN" V224 "L19-79 CONFINE UNIT USE" V225 "L19-79 UNIT SECUR DESIGN" V226 "L20-79 RATED CAPC 1 UNIT" V227 "L20-79 NON-RATED 1 UNIT" V228 "L20-79 FLOOR SPAC 1 UNIT" V229 "L20-79 # CONFINEMNT UNIT" V230 "L20-79 AVG HR/DAY CONFIN" V231 "L20-79 CONFINE UNIT USE" V232 "L20-79 UNIT SECUR DESIGN" V233 "L1-84 RATED CAPAC 1 UNIT" V234 "L1-84 NON-RATED ONE UNIT" V235 "L1-84 FLOOR SPACE 1 UNIT" V236 "L1-84 # CONFINEMNT UNITS" V237 "L1-84 AVG HRS/DAY CONFIN" V238 "L1-84 CONFINE UNIT USE" V239 "L1-84 UNIT SECURIT DESIG" V240 "L1-84 # RES/INMATE 6/30" V241 "L2-84 RATED CAPAC 1 UNIT" V242 "L2-84 NON-RATED ONE UNIT" V243 "L2-84 FLOOR SPACE 1 UNIT" V244 "L2-84 # CONFINEMNT UNITS" V245 "L2-84 AVG HRS/DAY CONFIN" V246 "L2-84 CONFINE UNIT USE" V247 "L2-84 UNIT SECURIT DESIG" V248 "L2-84 # RES/INMATE 6/30" V249 "L2-84 RATED CAPAC 1 UNIT" V250 "L3-84 NON-RATED ONE UNIT" V251 "L3-84 FLOOR SPACE 1 UNIT" V252 "L3-84 # CONFINEMNT UNITS" V253 "L3-84 AVG HRS/DAY CONFIN" V254 "L3-84 CONFINE UNIT USE" V255 "L3-84 UNIT SECURIT DESIG" V256 "L3-84 # RES/INMATE 6/30" V257 "L4-84 RATED CAPAC 1 UNIT" V258 "L4-84 NON-RATED ONE UNIT" V259 "L4-84 FLOOR SPACE 1 UNIT" V260 "L4-84 # CONFINEMNT UNITS" V261 "L4-84 AVG HRS/DAY CONFIN" V262 "L4-84 CONFINE UNIT USE" V263 "L4-84 UNIT SECURIT DESIG" V264 "L4-84 # RES/INMATE 6/30" V265 "L5-84 RATED CAPAC 1 UNIT" V266 "L5-84 NON-RATED ONE UNIT" V267 "L5-84 FLOOR SPACE 1 UNIT" V268 "L5-84 # CONFINEMNT UNITS" V269 "L5-84 AVG HRS/DAY CONFIN" V270 "L5-84 CONFINE UNIT USE" V271 "L5-84 UNIT SECURIT DESIG" V272 "L5-84 # RES/INMATE 6/30" V273 "L6-84 RATED CAPAC 1 UNIT" V274 "L6-84 NON-RATED ONE UNIT" V275 "L6-84 FLOOR SPACE 1 UNIT" V276 "L6-84 # CONFINEMNT UNITS" V277 "L6-84 AVG HRS/DAY CONFIN" V278 "L6-84 CONFINE UNIT USE" V279 "L6-84 UNIT SECURIT DESIG" V280 "L6-84 # RES/INMATE 6/30" V281 "L7-84 RATED CAPAC 1 UNIT" V282 "L7-84 NON-RATED ONE UNIT" V283 "L7-84 FLOOR SPACE 1 UNIT" V284 "L7-84 # CONFINEMNT UNITS" V285 "L7-84 AVG HRS/DAY CONFIN" V286 "L7-84 FLOOR SPACE 1 UNIT" V287 "L7-84 UNIT SECURIT DESIG" V288 "L7-84 # RES/INMATE 6/30" V289 "L8-84 RATED CAPAC 1 UNIT" V290 "L8-84 NON-RATED ONE UNIT" V291 "L8-84 FLOOR SPACE 1 UNIT" V292 "L8-84 # CONFINEMNT UNITS" V293 "L8-84 AVG HRS/DAY CONFIN" V294 "L8-84 CONFINE UNIT USE" V295 "L8-84 UNIT SECURIT DESIG" V296 "L8-84 # RES/INMATE 6/30" V297 "L9-84 RATED CAPAC 1 UNIT" V298 "L9-84 NON-RATED ONE UNIT" V299 "L9-84 FLOOR SPACE 1 UNIT" V300 "L9-84 # CONFINEMNT UNITS" V301 "L9-84 AVG HRS/DAY CONFIN" V302 "L9-84 CONFINE UNIT USE" V303 "L9-84 UNIT SECURIT DESIG" V304 "L9-84 # RES/INMATE 6/30" V305 "L10-84 RATED CAPC 1 UNIT" V306 "L10-84 NON-RATED 1 UNIT" V307 "L10-84 FLOOR SPAC 1 UNIT" V308 "L10-84 # CONFINEMNT UNIT" V309 "L10-84 AVG HR/DAY CONFIN" V310 "L10-84 CONFINE UNIT USE" V311 "L10-84 UNIT SECUR DESIGN" V312 "L10-84 # RES/INMATE 6/30" V313 "L11-84 RATED CAPC 1 UNIT" V314 "L11-84 NON-RATED 1 UNIT" V315 "L11-84 FLOOR SPAC 1 UNIT" V316 "L11-84 # CONFINEMNT UNIT" V317 "L11-84 AVG HR/DAY CONFIN" V318 "L11-84 CONFINE UNIT USE" V319 "L11-84 UNIT SECUR DESIGN" V320 "L11-84 # RES/INMATE 6/30" V321 "L12-84 RATED CAPC 1 UNIT" V322 "L12-84 NON-RATED 1 UNIT" V323 "L12-84 FLOOR SPAC 1 UNIT" V324 "L12-84 # CONFINEMNT UNIT" V325 "L12-84 AVG HR/DAY CONFIN" V326 "L12-84 CONFINE UNIT USE" V327 "L12-84 UNIT SECUR DESIGN" V328 "L12-84 # RES/INMATE 6/30" V329 "L13-84 RATED CAPC 1 UNIT" V330 "L13-84 NON-RATED 1 UNIT" V331 "L13-84 FLOOR SPAC 1 UNIT" V332 "L13-84 # CONFINEMNT UNIT" V333 "L13-84 AVG HR/DAY CONFIN" V334 "L13-84 CONFINE UNIT USE" V335 "L13-84 UNIT SECUR DESIGN" V336 "L13-84 # RES/INMATE 6/30" V337 "L14-84 RATED CAPC 1 UNIT" V338 "L14-84 NON-RATED 1 UNIT" V339 "L14-84 FLOOR SPAC 1 UNIT" V340 "L14-84 # CONFINEMNT UNIT" V341 "L14-84 AVG HR/DAY CONFIN" V342 "L14-84 CONFINE UNIT USE" V343 "L14-84 UNIT SECUR DESIGN" V344 "L14-84 # RES/INMATE 6/30" V345 "L15-84 RATED CAPC 1 UNIT" V346 "L15-84 NON-RATED 1 UNIT" V347 "L15-84 FLOOR SPAC 1 UNIT" V348 "L15-84 # CONFINEMNT UNIT" V349 "L15-84 AVG HR/DAY CONFIN" V350 "L15-84 CONFINE UNIT USE" V351 "L15-84 UNIT SECUR DESIGN" V352 "L15-84 # RES/INMATE 6/30" V353 "L16-84 RATED CAPC 1 UNIT" V354 "L16-84 NON-RATED 1 UNIT" V355 "L16-84 FLOOR SPAC 1 UNIT" V356 "L16-84 # CONFINEMNT UNIT" V357 "L16-84 AVG HR/DAY CONFIN" V358 "L16-84 CONFINE UNIT USE" V359 "L16-84 UNIT SECUR DESIGN" V360 "L16-84 # RES/INMATE 6/30" V361 "L17-84 RATED CAPC 1 UNIT" V362 "L17-84 NON-RATED 1 UNIT" V363 "L17-84 FLOOR SPAC 1 UNIT" V364 "L17-84 # CONFINEMNT UNIT" V365 "L17-84 AVG HR/DAY CONFIN" V366 "L17-84 CONFINE UNIT USE" V367 "L17-84 UNIT SECUR DESIGN" V368 "L17-84 # RES/INMATE 6/30" V369 "L18-84 RATED CAPC 1 UNIT" V370 "L18-84 NON-RATED 1 UNIT" V371 "L18-84 FLOOR SPAC 1 UNIT" V372 "L18-84 # CONFINEMNT UNIT" V373 "L18-84 AVG HR/DAY CONFIN" V374 "L18-84 CONFINE UNIT USE" V375 "L18-84 UNIT SECUR DESIGN" V376 "L18-84 # RES/INMATE 6/30" V377 "L19-84 RATED CAPC 1 UNIT" V378 "L19-84 NON-RATED 1 UNIT" V379 "L19-84 FLOOR SPAC 1 UNIT" V380 "L19-84 # CONFINEMNT UNIT" V381 "L19-84 AVG HR/DAY CONFIN" V382 "L19-84 CONFINE UNIT USE" V383 "L19-84 UNIT SECUR DESIGN" V384 "L19-84 # RES/INMATE 6/30" V385 "L20-84 RATED CAPC 1 UNIT" V386 "L20-84 NON-RATED 1 UNIT" V387 "L20-84 FLOOR SPAC 1 UNIT" V388 "L20-84 # CONFINEMNT UNIT" V389 "L20-84 AVG HR/DAY CONFIN" V390 "L20-84 CONFINE UNIT USE" V391 "L20-84 UNIT SECUR DESIGN" V392 "L20-84 # RES/INMATE 6/30" V393 "TOT RES/INMATES 6/30/84" V394 "# MALES ENROLLED IN ABE" V395 "MALES EST. ENROLLED ABE" V396 "# FEMS ENROLLED IN ABE" V397 "FEMS EST. ENROLLED ABE" V398 "# MALES ENROLLED GED" V399 "MALES EST. ENROLLED GED" V400 "# FEMALES ENROLLED GED" V401 "FEMALES EST. ENROLED GED" V402 "# MALES ENROL SPECIAL ED" V403 "MALES EST. ENROL SPEC ED" V404 "# FEMALES ENROL SPEC ED" V405 "FEMS EST. ENROL SPEC ED" V406 "# M ENROL COL ED INSIDE" V407 "M EST ENROL COL ED INSID" V408 "# F ENROL COL ED INSIDE" V409 "F EST ENROL COL ED INSID" V410 "# M ENROL COL ED OUTSIDE" V411 "M EST ENROL COL ED OUTSI" V412 "# F ENROL COL ED OUTSIDE" V413 "F EST ENROL COL ED OUTSI" V414 "# M ENROL PSYCH COUNSLNG" V415 "M EST ENROL PSYCH COUNSL" V416 "# F ENROL PSYCH COUNSLNG" V417 "F EST ENROL PSYCH COUNSL" V418 "# M ENROL EMPLOY COUNSEL" V419 "M EST ENROL EMPLOY COUNS" V420 "# F ENROL EMPLOY COUNSEL" V421 "F EST ENROL EMPLOY COUNS" V422 "# M ENROL SPEC ADJ PROG" V423 "M EST ENROL SPEC ADJ PRG" V424 "# F ENROL SPEC ADJ PROG" V425 "F EST ENROL SPEC ADJ PRG" V426 "# M ENROL PARENTING PROG" V427 "M EST ENROL PARENTNG PRG" V428 "# F ENROL PARENTING PROG" V429 "F EST ENROL PARENTNG PRG" V430 "OTHER COUNSELING 1" V431 "# M ENROL OTH COUNS 1" V432 "M EST ENROL OTH COUNS 1" V433 "# FEM EST OTH COUNS 1" V434 "F EST ENROL OTH COUNS 1" V435 "OTHER COUNSELING 2" V436 "# MALES OTH COUNS 2" V437 "M EST ENROL OTH COUNS 2" V438 "# F ENROL OTH COUNS 2" V439 "F EST ENROL OTH COUNS 2" V440 "# MALES WORK RELEASE PRG" V441 "MALES EST WORK RELEASE" V442 "# FEMS WORK RELEASE PROG" V443 "FEMS EST WORK RELEASE" V444 "OTHER WORK RELEASE 1" V445 "# M ENROL OTH WK REL 1" V446 "M EST ENROL OTH WKREL 1" V447 "# F ENROL OTH WK REL 1" V448 "F EST ENROL OTH WKREL 1" V449 "OTHER WORK RELEASE 2" V450 "# M ENROL OTH WK REL 2" V451 "M EST ENROL OTH WKREL 2" V452 "# F ENROL OTH WK REL 2" V453 "F EST ENROL OTH WKREL 2" V454 "#M INDU JOB:FURN MAK/REP" V455 "#F INDU JOB:FURN MAK/REP" V456 "INDU JOB:FRN MAK-HR WAGE" V457 "INDU JOB:FRN MAK-PAID" V458 "#M INDU JOB: SHOP" V459 "#F INDU JOB: SHOP" V460 "INDU JOB:SHOP-HRLY WAGE" V461 "INDU JOB:SHOP-PAID" V462 "#M INDU JOB:LIC/SIGNS" V463 "#F INDU JOB:LIC/SIGNS" V464 "INDU JOB:LIC/SGN-HR WAGE" V465 "INDU JOB:LIC/SGN-PAID" V466 "#M INDU JOB:TEXTILES" V467 "#F INDU JOB:TEXTILES" V468 "INDU JOB:TEXTILE-HR WAGE" V469 "INDU JOB:TEXTILE-PAID" V470 "#M INDU JOB:FARM/AGR/BTR" V471 "#F INDU JOB:FARM/AGR/BTR" V472 "INDU JOB:FRM/AGR-HR WAGE" V473 "INDU JOB:FRM/AGR-PAID" V474 "INDU JOB:OTHER-1ST" V475 "#M INDU JOB:OTHER-1ST" V476 "#F INDU JOB:OTHER-1ST" V477 "INDU JOB:OTR-1ST HR WAGE" V478 "INDU JOB:OTR-1ST PAID" V479 "INDU JOB:OTHER-2ND" V480 "#M INDU JOB:OTR-2ND" V481 "#F INDU JOB:OTR-2ND" V482 "INDU JOB:OTR-2ND HR WAGE" V483 "INDU JOB:OTR-2ND PAID" V484 "INDU JOB:OTHER-3RD" V485 "#M INDU JOB:OTR-3RD" V486 "#F INDU JOB:OTR-3RD" V487 "INDU JOB:OTR-3RD HR WAGE" V488 "INDU JOB:OTR-3RD PAID" V489 "INDU JOB:OTHER-4TH" V490 "#M INDU JOB:OTR-4TH" V491 "#F INDU JOB:OTR-4TH" V492 "INDU JOB:OTR-4TH HR WAGE" V493 "INDU JOB:OTR-4TH PAID" V494 "#M MAINT JOB:FOOD SRV" V495 "#F MAINT JOB:FOOD SRV" V496 "MAINT JOB:FOOD-HR WAGE" V497 "MAINT JOB:FOOD-PAID" V498 "#M MAINT JOB:PHYS PL/RPR" V499 "#F MAINT JOB:PHYS PL/RPR" V500 "MAINT JOB:PHYS PL-WAGE" V501 "MAINT JOB:PHYS PL-PAID" V502 "#M MAINT JOB:LAUNDRY" V503 "#F MAINT JOB:LAUNDRY" V504 "MAINT JOB:LAUNDRY-WAGE" V505 "MAINT JOB:LAUNDRY-PAID" V506 "#M MAINT JOB:GRNDS/GARDN" V507 "#F MAINT JOB:GRNDS/GARDN" V508 "MAINT JOB:GRND/GARD-WAGE" V509 "MAINT JOB:GRND/GARD-PAID" V510 "#M MAINT JOB:CONSTRUCTN" V511 "#F MAINT JOB:CONSTRUCTN" V512 "MAINT JOB:CONSTRUC-WAGE" V513 "MAINT JOB:CONSTRUC-PAID" V514 "MAINT JOB:OTHER-1ST" V515 "#M MAINT JOB:OTR-1ST" V516 "#F MAINT JOB:OTR-1ST" V517 "MAINT JOB:OTR-1ST WAGE" V518 "MAINT JOB:OTR-1ST PAID" V519 "MAINT JOB:OTHER-2ND" V520 "#M MAINT JOB:OTR-2ND" V521 "#F MAINT JOB:OTR-2ND" V522 "MAINT JOB:OTR-2ND WAGE" V523 "MAINT JOB:OTR-2ND PAID" V524 "MAINT JOB:OTHER-3RD" V525 "#M MAINT JOB:OTR-3RD" V526 "#F MAINT JOB:OTR-3RD" V527 "MAINT JOB:OTR-3RD WAGE" V528 "MAINT JOB:OTR-3RD PAID" V529 "MAINT JOB:OTHER-4TH" V530 "#M MAINT JOB:OTR-4TH" V531 "#F MAINT JOB:OTR-4TH" V532 "MAINT JOB:OTR-4TH WAGE" V533 "MAINT JOB:OTR-4TH PAID" V534 "#M VOC TR JOB:AUTO RPAIR" V535 "#F VOC TR JOB:AUTO RPAIR" V536 "VOC TR JOB:AUTO RPR-WAGE" V537 "VOC TR JOB:AUTO RPR-PAID" V538 "#M VOC TR JOB:SH MET SHP" V539 "#F VOC TR JOB:SH MET SHP" V540 "VOC TR JOB:SH MET-WAGE" V541 "VOC TR JOB:SH MET-PAID" V542 "#M VOC TR JOB:DRAFTING" V543 "#F VOC TR JOB:DRAFTING" V544 "VOC TR JOB:DRAFTG-WAGE" V545 "VOC TR JOB:DRAFTG-PAID" V546 "#M VOC TR JOB:DATA PROC" V547 "#F VOC TR JOB:DATA PROC" V548 "VOC TR JOB:DATA PR-WAGE" V549 "VOC TR JOB:DATA PR-PAID" V550 "VOC TR JOB:OTHER-1ST" V551 "#M VOC TR JOB:OTR-1ST" V552 "#F VOC TR JOB:OTR-1ST" V553 "VOC TR JOB:OTR-1ST WAGE" V554 "VOC TR JOB:OTR-1ST PAID" V555 "VOC TR JOB:OTHER-2ND" V556 "#M VOC TR JOB:OTR-2ND" V557 "#F VOC TR JOB:OTR-2ND" V558 "VOC TR JOB:OTR-2ND WAGE" V559 "VOC TR JOB:OTR-2ND PAID" V560 "VOC TR JOB:OTHER-3RD" V561 "#M VOC TR JOB:OTR-3RD" V562 "#F VOC TR JOB:OTR-3RD" V563 "VOC TR JOB:OTR-3RD WAGE" V564 "VOC TR JOB:OTR-3RD PAID" V565 "VOC TR JOB:OTHER-4TH" V566 "#M VOC TR JOB:OTR-4TH" V567 "#F VOC TR JOB:OTR-4TH" V568 "VOC TR JOB:OTR-4TH WAGE" V569 "VOC TR JOB:OTR-4TH PAID" V570 "TOTAL MALE PAY FULL TIME" V571 "TOTAL FEM PAY FULL TIME" V572 "TOTAL MALE PAY PART TIME" V573 "TOTAL FEM PAY PART TIME" V574 "TOT MALE NONPAY FULL TIM" V575 "TOT FEM NONPAY FULL TIME" V576 "TOT MALE NONPAY PART TIM" V577 "TOT FEM NONPAY PART TIME" V578 "MALE ADMIN PAY FULL TIME" V579 "FEM ADMIN PAY FULL TIME" V580 "MALE ADMIN PAY PART TIME" V581 "FEM ADMIN PAY PART TIME" V582 "M ADMIN NONPAY FULL TIME" V583 "F ADMIN NONPAY FULL TIME" V584 "M ADMIN NONPAY PART TIME" V585 "F ADMIN NONPAY PART TIME" V586 "MALE F/T PAY CUST/SECUR" V587 "FEM F/T PAY CUST/SECUR" V588 "MALE P/T PAY CUST/SECUR" V589 "FEM P/T PAY CUST/SECUR" V590 "MALE F/T NONPAY CUST/SEC" V591 "FEM F/T NONPAY CUST/SEC" V592 "MALE P/T NONPAY CUST/SEC" V593 "FEM P/T NONPAY CUST/SEC" V594 "M FULL TIME PAY CLERICAL" V595 "F FULL TIME PAY CLERICAL" V596 "M PART TIME PAY CLERICAL" V597 "F PART TIME PAY CLERICAL" V598 "MALE F/T NONPAY CLERICAL" V599 "FEM F/T NONPAY CLERICAL" V600 "MALE P/T NONPAY CLERICAL" V601 "FEM P/T NONPAY CLERICAL" V602 "MALE F/T PAY TREAT/EDUC" V603 "FEM F/T PAY TREAT/EDUC" V604 "MALE P/T PAY TREAT/EDUC" V605 "FEM P/T PAY TREAT/EDUC" V606 "MALE F/T NONPAY TREAT/ED" V607 "FEM F/T NONPAY TREAT/ED" V608 "MALE P/T NONPAY TREAT/ED" V609 "FEM P/T NONPAY TREAT/ED" V610 "MALE FULL TIME PAY PSYCH" V611 "FEM FULL TIME PAY PSYCH" V612 "MALE PART TIME PAY PSYCH" V613 "FEM PART TIME PAY PSYCH" V614 "M FULL TIME NONPAY PSYCH" V615 "F FULL TIME NONPAY PSYCH" V616 "M PART TIME NONPAY PSYCH" V617 "F PART TIME NONPAY PSYCH" V618 "MALE FULL TIME PAY MEDIC" V619 "FEM FULL TIME PAY MEDIC" V620 "MALE PART TIME PAY MEDIC" V621 "FEM PART TIME PAY MEDIC" V622 "M FULL TIME NONPAY MEDIC" V623 "F FULL TIME NONPAY MEDIC" V624 "M PART TIME NONPAY MEDIC" V625 "F PART TIME NONPAY MEDIC" V626 "M F/T PAY MAINT/CULINARY" V627 "F F/T PAY MAINT/CULINARY" V628 "M P/T PAY MAINT/CULINARY" V629 "F P/T PAY MAINT/CULINARY" V630 "M F/T NONPAY MAINT/CULIN" V631 "F F/T NONPAY MAINT/CULIN" V632 "M P/T NONPAY MAINT/CULIN" V633 "F P/T NONPAY MAINT/CULIN" V634 "MALE FULL TIME PAY OTHER" V635 "FEM FULL TIME PAY OTHER" V636 "MALE PART TIME PAY OTHER" V637 "FEM PART TIME PAY OTHER" V638 "M FULL TIME NONPAY OTHER" V639 "F FULL TIME NONPAY OTHER" V640 "M PART TIME NONPAY OTHER" V641 "F PART TIME NONPAY OTHER" V642 "TOT FULL TIME PAY STAFF" V643 "TOT PART TIME PAY STAFF" V644 "TOTAL F/T NONPAY STAFF" V645 "TOTAL P/T NONPAY STAFF" V646 "# WHITE NONHISP F/T PAY" V647 "# WHITE NONHISP P/T PAY" V648 "# WHITE NONHISP F/T NON" V649 "# WHITE NONHISP P/T NON" V650 "# BLACK NONHISP F/T PAY" V651 "# BLACK NONHISP P/T PAY" V652 "# BLACK NONHISP F/T NON" V653 "# BLACK NONHISP P/T NON" V654 "# HISPANIC F/T PAYROLL" V655 "# HISPANIC P/T PAYROLL" V656 "# HISPANIC F/T NONPAYROL" V657 "# HISPANIC P/T NONPAYROL" V658 "# WHITE HISPANIC F/T PAY" V659 "# WHITE HISPANIC P/T PAY" V660 "# WHITE HISP F/T NONPAY" V661 "# WHITE HISP P/T NONPAY" V662 "# BLACK HISPANIC F/T PAY" V663 "# BLACK HISPANIC P/T PAY" V664 "# BLACK HISP F/T NONPAY" V665 "# BLACK HISP P/T NONPAY" V666 "# NATIVE AMER F/T PAYROL" V667 "# NATIVE AMER P/T PAYROL" V668 "# NATIVE AMER F/T NONPAY" V669 "# NATIVE AMER P/T NONPAY" V670 "# ASIAN/PAC F/T PAYROLL" V671 "# ASIAN/PAC P/T PAYROLL" V672 "# ASIAN/PAC F/T NONPAY" V673 "# ASIAN/PAC P/T NONPAY" V674 "IN-HOUSE MEDICL FACILITY" V675 "CONTRACT W/ LICEN HOSPIT" V676 "SHARE MED FACIL W/ ANOTH" V677 "INFIRMRY W/ OVERNIGHT BD" V678 "INFIRMRY NO OVERNIGHT BD" V679 "MED EXAM ROOM IN FACILIT" V680 "DENTAL OFFICE/LABORATORY" V681 "NONE OF THE ABOVE" V682 "TOT RES/INMATES ON MEDIC" V683 "# MALES ON MEDICATION" V684 "# FEMALES ON MEDICATION" V685 "TOTAL ON PSYCHOTROPICS" V686 "# MALES ON PSYCHOTROPICS" V687 "# FEM ON PSYCHOTROPICS" V688 "TOTAL RES/INMATE DEATHS" V689 "# MALE RES/INMATE DEATHS" V690 "# FEM RES/INMATE DEATHS" V691 "TOTAL DEATH BY ILLNESS" V692 "# MALE DEATHS BY ILLNESS" V693 "# FEM DEATHS BY ILLNESS" V694 "TOTAL DEATHS BY SUICIDE" V695 "# MALE DEATHS BY SUICIDE" V696 "# FEM DEATHS BY SUICIDE" V697 "TOTAL HOMICIDE BY OTHERS" V698 "MALE HOMICIDES BY OTHERS" V699 "FEM HOMICIDES BY OTHERS" V700 "TOT HOMICIDES OTH CAUSES" V701 "# MALES HOMICID OTH CAUS" V702 "# FEMS HOMICID OTH CAUSE" V703 "TOTAL DEATHS BY AIDS" V704 "# MALE DEATHS BY AIDS" V705 "# FEMALE DEATHS BY AIDS" V706 "OTHER DEATHS 1" V707 "TOTAL OTHER DEATHS 1" V708 "# MALE OTHER DEATHS 1" V709 "# FEMALE OTHER DEATHS 1" V710 "OTHER DEATHS 2" V711 "TOTAL OTHER DEATHS 2" V712 "# MALE OTHER DEATHS 2" V713 "# FEMALE OTHER DEATHS 2" V714 "UNDER COURT ORDER?" V715 "CROWDED LIVING UNITS" V716 "MED FACILITIES/SERVICES" V717 "RECREATION FACILITES" V718 "MAIL/VISITATION POLICIES" V719 "FIRE HAZARDS" V720 "STAFFING PATTERNS" V721 "EDUC/TRAINING PROGRAMS" V722 "COUNSELING PROGRAMS" V723 "FOOD SERVICE (QUAN/QUAL)" V724 "DISCRIMINATION--SEX,RACE" V725 "DISCIPLINE/GRIEVANCE" V726 "ADMIN/PUNITIVE SEGREGATN" V727 "OTH REASON 1 COURT ORDR" V728 "UNDER ORDER FOR REASON1" V729 "OTH REASON 2 COURT ORDR" V730 "UNDER ORDER FOR REASON2" V731 "# ASSAULTS ON STAFF" V732 "#ASSAULTS ON RES/INMATES" V733 "# RIOTS BY RESID/INMATES" V734 "# FOOD FASTS" V735 "# STRIKES BY RES/INMATES" V736 "# ESCAPES BY RES/INMATES" V737 "# FIRES BY RES/INMATES" V738 "OTHER INCIDENT 1" V739 "# OTHER INCIDENTS 1" V740 "OTHER INCINDENT 2" V741 "# OTHER INCIDENTS 2" V742 "AVG LENGTH OF RESIDENCY" V743 "MARIEL CUBANS/HAITIANS?" V744 "# MARIEL CUBANS/HAITIANS" V745 "ILLEGAL ALIENS?" V746 "# ILLEGAL ALIENS" V747 "# RES/INMATES < AGE 18" V748 "# < AGE 18 ADM 7/83-6/84" V749 "FISCAL YEAR BEGIN MONTH" V750 "FISCAL YEAR BEGIN DAY" V751 "FISCAL YEAR BEGIN YEAR" V752 "FISCAL YEAR END MONTH" V753 "FISCAL YEAR END DAY" V754 "FISCAL YEAR END YEAR" V755 "GROSS SALARIES AND WAGES" V756 "OTHER OPERATING EXPENDIT" V757 "CONSTRUCTION COSTS" V758 "EQUIPMENT COSTS" V759 "OTHER CAPITAL EXPENDITUR". * SPSS VALUE LABELS COMMAND. VALUE LABELS V1 8444 "The ICPSR has attached this number as a unique" / V2 1 "First version, 1986 release" / V3 1 "The entire study is contained in one file" / V5 42 "Questionnaire CJ-42" 43 "Questionnaire CJ-43" / V6 01 "Alabama" 02 "Alaska" 03 "Arizona" 04 "Arkansas" 05 "California" 06 "Colorado" 07 "Connecticut" 08 "Delaware" 09 "District of Columbia" 10 "Florida" 11 "Georgia" 12 "Hawaii" 13 "Idaho" 14 "Illinois" 15 "Indiana" 16 "Iowa" 17 "Kansas" 18 "Kentucky" 19 "Louisiana" 20 "Maine" 21 "Maryland" 22 "Massachusetts" 23 "Michigan" 24 "Minnesota" 25 "Mississippi" 26 "Missouri" 27 "Montana" 28 "Nebraska" 29 "Nevada" 30 "New Hampshire" 31 "New Jersey" 32 "New Mexico" 33 "New York" 34 "North Carolina" 35 "North Dakota" 36 "Ohio" 37 "Oklahoma" 38 "Oregon" 39 "Pennsylvania" 40 "Rhode Island" 41 "South Carolina" 42 "South Dakota" 43 "Tennessee" 44 "Texas" 45 "Utah" 46 "Vermont" 47 "Virginia" 48 "Washington" 49 "West Virginia" 50 "Wisconsin" 51 "Wyoming" / V9 1 "1-49 residents/inmates" 2 "50-149 residents/inmates" 3 "150-499 residents/inmates" 4 "500-999 residents/inmates" 5 "1000-1999 residents/inmates" 6 "2000-2999 residents/inmates" 7 "3000-3999 residents/inmates" 8 "4000-4999 residents/inmates" 9 "5000+ residents/inmates" / V10 1 "Administrative agency" 2 "Maximum (closed)" 3 "Medium" 4 "Minimum" 5 "Reception or diagnosis and classification" 6 "Medical treatment or hospital" 7 "Youthful offender" 8 "Work release/prerelease" / V11 1 "1-49 employees" 2 "50-99 employees" 3 "100-199 employees" 4 "200-299 employees" 5 "300-499 employees" 6 "500-599 employees" 7 "600-999 employees" 8 "1000-1500 employees" 9 "1500+ employees" 0 "No employment" / V12 1 "Males only" 2 "Females only" 3 "Males and females" / V14 1 "Administrative agency" 2 "Maximum (closed)" 3 "Medium" 4 "Minimum" 5 "Reception/diagnosis and classification" 6 "Medical treatment or hospital" 7 "Youthful offender" 8 "Work release/prerelease" / V15 1 "1-49 employees" 2 "50-99 employees" 3 "100-199 employees" 4 "200-299 employees" 5 "300-499 employees" 6 "500-599 employees" 7 "600-999 employees" 8 "1000-1500 employees" 9 "1500+ employees" 0 "No employment" / V16 1 "Males only" 2 "Females only" 3 "Males and females" 0 "Unknown" / V17 1 "Maximum (close)" 2 "Medium" 3 "Minimum" / V18 1 "Wall or double fence with electronic detection and" 2 "Double fence with electronic detection and 2-8 rolls" 3 "Single fence or unarmed posts and 0-1 roll(s) of" 4 "None" / V19 1 "Towers manned 24 hours" 2 "Towers manned less than 24 hours" 3 "None" / V20 1 "24 hour roving patrol" 2 "Intermittent patrol" 3 "None" / V21 1 "Electronic perimeter system in fence line" 2 "None" / V22 1 "Single cells/rooms only" 2 "Single cells/rooms and dormitories" 3 "Dormitories only" / V23 1 "Maximum" 2 "Medium" 3 "Minimum" 4 "Unclassified" / V24 1 "Escorted only" 2 "Unescorted, but observed by staff" 3 "Unrestricted" / V25 1 "Escorted only" 2 "Unescorted, but observed by staff" 3 "Unrestricted" / V26 1 "Movement in full restraints with armed, one-on-one" 2 "Movement in handcuffs with armed escort" 3 "Movement with unarmed escort" 4 "Unescorted movement" / V27 1 "Continuous supervision" 2 "Frequent supervision" 3 "Periodic supervision" / V28 1 "None" 2 "Jobs inside the perimeter" 3 "Supervised jobs outside the perimeter/confines of" 4 "Unsupervised jobs outside the perimeter/confines of" / V29 1 "Not eligible for furloughs" 2 "Eligible for escorted furloughs" 3 "Eligible for unescorted furloughs" / V30 0 "No" 1 "Yes" / V31 0 "No" 1 "Yes" / V32 0 "No" 1 "Yes" / V33 0 "No" 1 "Yes" / V34 0 "No" 1 "Yes" / V35 0 "No" 1 "Yes" / V36 1 "Yes" 2 "No" / V37 0 "Unknown, or not originally constructed as a" / V38 0 "Unknown, or originally constructed as a" / V39 0 "Unknown, or originally constructed as a" / V40 1 "Military base" 2 "Hospital/mental institution" 3 "Hotel" 4 "Juvenile facility" 5 "Form CJ-42: Noncommunity-based adult correctional" 6 "Form CJ-42 ONLY: Other - specify" 0 "Inapplicable" / V43 1 "Yes" 2 "No" / V94 9 "Not rated; actual number of beds reported in VAR 93" 0 "Inapplicable" / V98 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V99 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V101 9 "Not rated; actual number of beds reported in VAR 100" 0 "Inapplicable" / V105 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V106 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V108 9 "Not rated; actual number of beds reported in VAR 107" 0 "Inapplicable" / V112 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V113 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V115 9 "Not rated; actual number of beds reported in VAR 114" 0 "Inapplicable" / V119 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V120 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V122 9 "Not rated; actual number of beds reported in VAR 121" 0 "Inapplicable" / V126 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V127 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V129 9 "Not rated; actual number of beds reported in VAR 128" 0 "Inapplicable" / V133 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V134 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V136 9 "Not rated; actual number of beds reported in VAR 135" 0 "Inapplicable" / V140 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V141 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V143 9 "Not rated; actual number of beds reported in VAR 142" 0 "Inapplicable" / V147 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V148 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V150 9 "Not rated; actual number of beds reported in VAR 149" 0 "Inapplicable" / V154 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V155 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V157 9 "Not rated; actual number of beds reported in VAR 156" 0 "Inapplicable" / V161 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V162 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V164 9 "Not rated; actual number of beds reported in VAR 163" 0 "Inapplicable" / V168 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V169 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V171 9 "Not rated; actual number of beds reported in VAR 170" 0 "Inapplicable" / V175 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V176 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V178 9 "Not rated; actual number of beds reported in VAR 177" 0 "Inapplicable" / V182 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V183 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V185 4 "Not rated; actual number of beds reported in VAR 184" 0 "Inapplicable" / V189 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V190 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V192 9 "Not rated; actual number of beds reported in VAR 191" 0 "Inapplicable" / V196 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V197 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V199 9 "Not rated; actual number of beds reported in VAR 198" 0 "Inapplicable" / V203 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V204 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V206 9 "Not rated; actual number of beds reported in VAR 205" 0 "Inapplicable" / V210 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V211 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V213 9 "Not rated; actual number of beds reported in VAR 212" 0 "Inapplicable" / V217 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V218 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V220 9 "Not rated; actual number of beds reported in VAR 219" 0 "Inapplicable" / V224 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V225 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V227 9 "Not rated; actual number of beds reported in VAR 226" 0 "Inapplicable" / V231 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Other 1" 7 "Other 2" 8 "Other 3" 9 "Not ascertained" 0 "Inapplicable, no unit coded" / V232 1 "Maximum" 2 "Close" 3 "Medium" 4 "Minimum" 5 "Other 1" 6 "Other 2" 7 "Other 3" 8 "Other 4" 9 "Not ascertained" 0 "Inapplicable" / V234 9 "Not rated; actual number of beds reported in VAR 233" 0 "Inapplicable" / V238 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V239 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V242 9 "Not rated; actual number of beds reported in VAR 241" 0 "Inapplicable" / V246 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V247 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V250 9 "Not rated; actual number of beds reported in VAR 249" 0 "Inapplicable" / V254 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V255 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V258 9 "Not rated; actual number of beds reported in VAR 257" 0 "Inapplicable" / V262 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V263 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V266 9 "Not rated; actual number of beds reported in VAR 265" 0 "Inapplicable" / V270 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V271 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V274 9 "Not rated; actual number of beds reported in VAR 273" 0 "Inapplicable" / V278 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V279 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V282 9 "Not rated; actual number of beds reported in VAR 281" 0 "Inapplicable" / V286 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V287 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V290 9 "Not rated; actual number of beds reported in VAR 289" 0 "Inapplicable" / V294 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V295 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V298 9 "Not rated; actual number of beds reported in VAR 297" 0 "Inapplicable" / V302 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V303 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V306 9 "Not rated; actual number of beds reported in VAR 305" 0 "Inapplicable" / V310 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V311 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V314 9 "Not rated; actual number of beds reported in VAR 313" 0 "Inapplicable" / V318 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V319 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V322 9 "Not rated; actual number of beds reported in VAR 321" 0 "Inapplicable" / V326 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V327 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V330 9 "Not rated; actual number of beds reported in VAR 329" 0 "Inapplicable" / V334 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V335 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V338 9 "Not rated; actual number of beds reported in VAR 337" 0 "Inapplicable" / V342 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V343 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V346 9 "Not rated; actual number of beds reported in VAR 345" 0 "Inapplicable" / V350 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V351 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V354 9 "Not rated; actual number of beds reported in VAR 353" 0 "Inapplicable" / V358 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V359 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V362 9 "Not rated; actual number of beds reported in VAR 361" 0 "Inapplicable" / V366 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V367 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V370 9 "Not rated; actual number of beds reported in VAR 369" 0 "Inapplicable" / V374 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V375 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V378 9 "Not rated; actual number of beds reported in VAR 377" 0 "Inapplicable" / V382 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V383 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V386 9 "Not rated; actual number of beds reported in VAR 385" 0 "Inapplicable" / V390 1 "General housing unit" 2 "Protective custody unit" 3 "Administrative segregation unit" 4 "Disciplinary action unit" 5 "Unit for sick or injured residents/inmates" 6 "Work release" 7 "Other 1" 8 "Other 2" 9 "Other 3" 0 "Inapplicable, no unit coded" / V391 1 "Maximum (close) security unit" 2 "Medium security unit" 3 "Minimum security unit" 0 "Inapplicable" / V395 3 "Yes" 0 "Inapplicable" / V397 3 "Yes" 0 "Inapplicable" / V399 3 "Yes" 0 "Inapplicable" / V401 3 "Yes" 0 "Inapplicable" / V403 3 "Yes" 0 "Inapplicable" / V405 3 "Yes" 0 "Inapplicable" / V407 3 "Yes" 0 "Inapplicable" / V409 3 "Yes" 0 "Inapplicable" / V411 3 "Yes" 0 "Inapplicable" / V413 3 "Yes" 0 "Inapplicable" / V415 3 "Yes" 0 "Inapplicable" / V417 3 "Yes" 0 "Inapplicable" / V419 3 "Yes" 0 "Inapplicable" / V421 3 "Yes" 0 "Inapplicable" / V423 3 "Yes" 0 "Inapplicable" / V425 3 "Yes" 0 "Inapplicable" / V427 3 "Yes" 0 "Inapplicable" / V429 3 "Yes" 0 "Inapplicable" / V430 5 "Group counseling" 9 "Other counseling: sex offenders, etc" 0 "Inapplicable" / V432 3 "Yes" 0 "Inapplicable" / V434 3 "Yes" 0 "Inapplicable" / V435 5 "Group counseling" 9 "Other counseling: sex offenders, etc" 0 "Inapplicable" / V437 3 "Yes" 0 "Inapplicable" / V439 3 "Yes" 0 "Inapplicable" / V441 3 "Yes" 0 "Inapplicable" / V443 3 "Yes" 0 "Inapplicable" / V444 1 "Religious programs" 9 "Recreational programs, etc" 0 "Inapplicable" / V446 3 "Yes" 0 "Inapplicable" / V448 3 "Yes" 0 "Inapplicable" / V449 1 "Religious programs" 9 "Recreational programs, etc" 0 "Inapplicable" / V451 3 "Yes" 0 "Inapplicable" / V453 3 "Yes" 0 "Inapplicable" / V457 4 "Yes" 0 "Inapplicable" / V461 4 "Yes" 0 "Inapplicable" / V465 4 "Yes" 0 "Inapplicable" / V469 4 "Yes" 0 "Inapplicable" / V473 4 "Yes" 0 "Inapplicable" / V474 6 "D" 7 "Forestry/natural resources/conservation" 8 "Clerical/hospitals/general workcrews, misc" 9 "Data processing/warehouse industry/sewing/machine" 0 "Inapplicable" / V478 4 "Yes" 0 "Inapplicable" / V479 6 "D" 7 "Forestry/natural resources/conservation" 8 "Clerical/hospitals/general workcrews, misc" 9 "Data processing/warehouse industry/sewing/machine" 0 "Inapplicable" / V483 4 "Yes" 0 "Inapplicable" / V484 6 "D" 7 "Forestry/natural resources/conservation" 8 "Clerical/hospitals/general workcrews, misc" 9 "Data processing/warehouse industry/sewing/machine" 0 "Inapplicable" / V488 4 "Yes" 0 "Inapplicable" / V489 6 "D" 7 "Forestry/natural resources/conservation" 8 "Clerical/hospitals/general workcrews, misc" 9 "Data processing/warehouse industry/sewing/machine" 0 "Inapplicable" / V493 4 "Yes" 0 "Inapplicable" / V497 4 "Yes" 0 "Inapplicable" / V501 4 "Yes" 0 "Inapplicable" / V505 4 "Yes" 0 "Inapplicable" / V509 4 "Yes" 0 "Inapplicable" / V513 4 "Yes" 0 "Inapplicable" / V514 6 "General maintenance crews: porters, custodial," 7 "Clerical" 8 "Educational/vocational/recreational aids" 9 "Drivers/librarians/mechanics/gate crews/barbers," 0 "Inapplicable" / V518 4 "Yes" 0 "Inapplicable" / V519 6 "General maintenance crews: porters, custodial," 7 "Clerical" 8 "Educational/vocational/recreational aids" 9 "Drivers/librarians/mechanics/gate crews/barbers," 0 "Inapplicable" / V523 4 "Yes" 0 "Inapplicable" / V524 6 "General maintenance crews: porters, custodial," 7 "Clerical" 8 "Educational/vocational/recreational aids" 9 "Drivers/librarians/mechanics/gate crews/barbers," 0 "Inapplicable" / V528 4 "Yes" 0 "Inapplicable" / V529 6 "General maintenance crews: porters, custodial," 7 "Clerical" 8 "Educational/vocational/recreational aids" 9 "Drivers/librarians/mechanics/gate crews/barbers," 0 "Inapplicable" / V533 4 "Yes" 0 "Inapplicable" / V537 4 "Yes" 0 "Inapplicable" / V541 4 "Yes" 0 "Inapplicable" / V545 4 "Yes" 0 "Inapplicable" / V549 4 "Yes" 0 "Inapplicable" / V550 5 "Building/construction trades (includes electrical" 6 "Office/secretarial skills" 7 "Television/radio/appliance repair" 9 "Other vocational training: includes heating/AC/" 0 "Inapplicable" / V554 4 "Yes" 0 "Inapplicable" / V555 5 "Building/construction trades (includes electrical" 6 "Office/secretarial skills" 7 "Television/radio/appliance repair" 9 "Other vocational training: includes heating/AC/" 0 "Inapplicable" / V559 4 "Yes" 0 "Inapplicable" / V560 5 "Building/construction trades (includes electrical" 6 "Office/secretarial skills" 7 "Television/radio/appliance repair" 9 "Other vocational training: includes heating/AC/" 0 "Inapplicable" / V564 4 "Yes" 0 "Inapplicable" / V565 5 "Building/construction trades (includes electrical" 6 "Office/secretarial skills" 7 "Television/radio/appliance repair" 9 "Other vocational training: includes heating/AC/" 0 "Inapplicable" / V569 4 "Yes" 0 "Inapplicable" / V674 1 "Yes" 2 "No" 0 "Inapplicable" / V675 1 "Yes" 2 "No" 0 "Inapplicable" / V676 1 "Yes" 2 "No" 0 "Inapplicable" / V677 1 "Yes" 2 "No" 0 "Inapplicable" / V678 1 "Yes" 2 "No" 0 "Inapplicable" / V679 1 "Yes" 2 "No" 0 "Inapplicable" / V680 1 "Yes" 2 "No" 0 "Inapplicable" / V681 1 "Yes" 2 "No" 0 "Inapplicable" / V706 1 "Accident" 9 "Other: Legal execution, killed while attempting" 0 "None" / V710 1 "Accident" 9 "Other: Legal execution, killed while attempting" 0 "None" / V714 1 "Yes" 2 "No" / V715 1 "Under court order, in compliance" 2 "Under court order, not in compliance" 3 "Under consent decree" 0 "Inapplicable" / V716 1 "Under court order, in compliance" 2 "Under court order, not in compliance" 3 "Under consent decree" 0 "Inapplicable" / V717 1 "Under court order, in compliance" 2 "Under court order, not in compliance" 3 "Under consent decree" 0 "Inapplicable" / V718 1 "Under court order, in compliance" 2 "Under court order, not in compliance" 3 "Under consent decree" 0 "Inapplicable" / V719 1 "Under court order, in compliance" 2 "Under court order, not in compliance" 3 "Under consent decree" 0 "Inapplicable" / V720 1 "Under court order, in compliance" 2 "Under court order, not in compliance" 3 "Under consent decree" 0 "Inapplicable" / V721 1 "Under court order, in compliance" 2 "Under court order, not in compliance" 3 "Under consent decree" 0 "Inapplicable" / V722 1 "Under court order, in compliance" 2 "Under court order, not in compliance" 3 "Under consent decree" 0 "Inapplicable" / V723 1 "Under court order, in compliance" 2 "Under court order, not in compliance" 3 "Under consent decree" 0 "Inapplicable" / V724 1 "Under court order, in compliance" 2 "Under court order, not in compliance" 3 "Under consent decree" 0 "Inapplicable" / V725 1 "Under court order, in compliance" 2 "Under court order, not in compliance" 3 "Under consent decree" 0 "Inapplicable" / V726 1 "Under court order, in compliance" 2 "Under court order, not in compliance" 3 "Under consent decree" 0 "Inapplicable" / V727 1 "Law library" 9 "Other reason: mother/child service, etc" 0 "Inapplicable" / V728 1 "Under court order, in compliance" 2 "Under court order, not in compliance" 3 "Under consent decree" 0 "Inapplicable" / V729 1 "Law library" 9 "Other reason: mother/child service, etc" 0 "Inapplicable" / V730 1 "Under court order, in compliance" 2 "Under court order, not in compliance" 3 "Under consent decree" 0 "Inapplicable" / V738 1 "Property damage (includes destroying property, unit" 9 "Other (includes fighting, self mutilation, attempted" 0 "Inapplicable" / V740 1 "Property damage (includes destroying property, unit" 9 "Other (includes fighting, self mutilation, attempted" 0 "Inapplicable" / V743 1 "Yes" 2 "No" 3 "Dont know" / V745 1 "Yes" 2 "No" 3 "Dont know" /. * SPSS MISSING VALUES COMMAND. MISSING VALUES V11 (0000000) V15 (0000000) V16 (0000000) V37 (0000000) V38 (0000000) V39 (0000000) V40 (0000000) V94 (0000000) V98 (0000000, 0000009 THRU HIGHEST) V99 (0000000, 0000009 THRU HIGHEST) V101 (0000000) V105 (0000000, 0000009 THRU HIGHEST) V106 (0000000, 0000009 THRU HIGHEST) V108 (0000000) V112 (0000000, 0000009 THRU HIGHEST) V113 (0000000, 0000009 THRU HIGHEST) V115 (0000000) V119 (0000000, 0000009 THRU HIGHEST) V120 (0000000, 0000009 THRU HIGHEST) V122 (0000000) V126 (0000000, 0000009 THRU HIGHEST) V127 (0000000, 0000009 THRU HIGHEST) V129 (0000000) V133 (0000000, 0000009 THRU HIGHEST) V134 (0000000, 0000009 THRU HIGHEST) V136 (0000000) V140 (0000000, 0000009 THRU HIGHEST) V141 (0000000, 0000009 THRU HIGHEST) V143 (0000000) V147 (0000000, 0000009 THRU HIGHEST) V148 (0000000, 0000009 THRU HIGHEST) V150 (0000000) V154 (0000000, 0000009 THRU HIGHEST) V155 (0000000, 0000009 THRU HIGHEST) V157 (0000000) V161 (0000000, 0000009 THRU HIGHEST) V162 (0000000, 0000009 THRU HIGHEST) V164 (0000000) V168 (0000000, 0000009 THRU HIGHEST) V169 (0000000, 0000009 THRU HIGHEST) V171 (0000000) V175 (0000000, 0000009 THRU HIGHEST) V176 (0000000, 0000009 THRU HIGHEST) V178 (0000000) V182 (0000000, 0000009 THRU HIGHEST) V183 (0000000, 0000009 THRU HIGHEST) V185 (0000000) V189 (0000000, 0000009 THRU HIGHEST) V190 (0000000, 0000009 THRU HIGHEST) V192 (0000000) V196 (0000000, 0000009 THRU HIGHEST) V197 (0000000, 0000009 THRU HIGHEST) V199 (0000000) V203 (0000000, 0000009 THRU HIGHEST) V204 (0000000, 0000009 THRU HIGHEST) V206 (0000000) V210 (0000000, 0000009 THRU HIGHEST) V211 (0000000, 0000009 THRU HIGHEST) V213 (0000000) V217 (0000000, 0000009 THRU HIGHEST) V218 (0000000, 0000009 THRU HIGHEST) V220 (0000000) V224 (0000000, 0000009 THRU HIGHEST) V225 (0000000, 0000009 THRU HIGHEST) V227 (0000000) V231 (0000000, 0000009 THRU HIGHEST) V232 (0000000, 0000009 THRU HIGHEST) V234 (0000000) V238 (0000000) V239 (0000000) V242 (0000000) V246 (0000000) V247 (0000000) V250 (0000000) V254 (0000000) V255 (0000000) V258 (0000000) V262 (0000000) V263 (0000000) V266 (0000000) V270 (0000000) V271 (0000000) V274 (0000000) V278 (0000000) V279 (0000000) V282 (0000000) V286 (0000000) V287 (0000000) V290 (0000000) V294 (0000000) V295 (0000000) V298 (0000000) V302 (0000000) V303 (0000000) V306 (0000000) V310 (0000000) V311 (0000000) V314 (0000000) V318 (0000000) V319 (0000000) V322 (0000000) V326 (0000000) V327 (0000000) V330 (0000000) V334 (0000000) V335 (0000000) V338 (0000000) V342 (0000000) V343 (0000000) V346 (0000000) V350 (0000000) V351 (0000000) V354 (0000000) V358 (0000000) V359 (0000000) V362 (0000000) V366 (0000000) V367 (0000000) V370 (0000000) V374 (0000000) V375 (0000000) V378 (0000000) V382 (0000000) V383 (0000000) V386 (0000000) V390 (0000000) V391 (0000000) V395 (0000000) V397 (0000000) V399 (0000000) V401 (0000000) V403 (0000000) V405 (0000000) V407 (0000000) V409 (0000000) V411 (0000000) V413 (0000000) V415 (0000000) V417 (0000000) V419 (0000000) V421 (0000000) V423 (0000000) V425 (0000000) V427 (0000000) V429 (0000000) V430 (0000000) V432 (0000000) V434 (0000000) V435 (0000000) V437 (0000000) V439 (0000000) V441 (0000000) V443 (0000000) V444 (0000000) V446 (0000000) V448 (0000000) V449 (0000000) V451 (0000000) V453 (0000000) V457 (0000000) V461 (0000000) V465 (0000000) V469 (0000000) V473 (0000000) V474 (0000000) V478 (0000000) V479 (0000000) V483 (0000000) V484 (0000000) V488 (0000000) V489 (0000000) V493 (0000000) V497 (0000000) V501 (0000000) V505 (0000000) V509 (0000000) V513 (0000000) V514 (0000000) V518 (0000000) V519 (0000000) V523 (0000000) V524 (0000000) V528 (0000000) V529 (0000000) V533 (0000000) V537 (0000000) V541 (0000000) V545 (0000000) V549 (0000000) V550 (0000000) V554 (0000000) V555 (0000000) V559 (0000000) V560 (0000000) V564 (0000000) V565 (0000000) V569 (0000000) V674 (0000000) V675 (0000000) V676 (0000000) V677 (0000000) V678 (0000000) V679 (0000000) V680 (0000000) V681 (0000000) V706 (0000000) V710 (0000000) V715 (0000000) V716 (0000000) V717 (0000000) V718 (0000000) V719 (0000000) V720 (0000000) V721 (0000000) V722 (0000000) V723 (0000000) V724 (0000000) V725 (0000000) V726 (0000000) V727 (0000000) V728 (0000000) V729 (0000000) V730 (0000000) V738 (0000000) V740 (0000000) V743 (0000003) V745 (0000003) . ***Next, generate id for 8444. **************************************************************************** ** CREATING THE ID **************************************************************************** ** 1984 PRISON **************************************************************************** NUMERIC id (f16.0). COMPUTE id = v8 * 10**3 +7 * 10**5 + v6 * 10**14. IF (v6 EQ 9)id = v8 * 10**3 +200100107 * 10**5 + v6 * 10**14. EXECUTE. *** if v6(state)=9(District of Columbia) force the *** id to have the same city/county/gov codes as *** the DC prisons have in other years *** For this project, all I use is the state, the count, the ADP, *** and a summary of court orders *** So leave the data in order, but create new variables for just those characteristics RECODE v6 (else = copy) into state. COMPUTE count = v55 + v56. RECODE v45 (else = copy) into ADP. RECODE v43 (1=1) (2=0) into popcp. RECODE v714 (1=1) (2=0) into ord_o . COMPUTE order = 0. IF(v714 = 1 | v715 = 1 | v715 = 2 | v715 = 3 | v716 = 1 | v716 = 2 | v716 = 3 | v717 = 1 | v717 = 2 | v717 = 3 | v718 = 1 | v718 = 2 | v718 = 3 | v719 = 1 | v719 = 2 | v719 = 3 | v720 = 1 | v720 = 2 | v720 = 3 | v721 = 1 | v721 = 2 | v721 = 3 | v722 = 1 | v722 = 2 | v722 = 3 | v723 = 1 | v723 = 2 | v723 = 3 | v724 = 1 | v724 = 2 | v724 = 3 | v725 = 1 | v725 = 2 | v725 = 3 | v726 = 1 | v726 = 2 | v726 = 3 | v727 = 1 | v727 = 9 | v729 = 1 | v729 = 9 | v728 = 1 | v728 = 2 | v728 = 3 | v730 = 1 | v730 = 2 | v730 = 3 ) order = 1. COMPUTE ordsm = 0. IF(popcp = 1 | order = 1)ordsm = 1. COMPUTE S = 1. FORMATS S popcp ord_o order ordsm state (F1.0). FORMATS state (F2.0). FORMATS ADP count (F8.0). VARIABLE LABELS order "non-population cap order" ordsm "population cap or other order" ord_o "BJS summary: non-pop cap order" S "In the 1984 Census" . VALUE LABELS state 01 "Alabama" 02 "Alaska" 03 "Arizona" 04 "Arkansas" 05 "California" 06 "Colorado" 07 "Connecticut" 08 "Delaware" 09 "District of Columbia" 10 "Florida" 11 "Georgia" 12 "Hawaii" 13 "Idaho" 14 "Illinois" 15 "Indiana" 16 "Iowa" 17 "Kansas" 18 "Kentucky" 19 "Louisiana" 20 "Maine" 21 "Maryland" 22 "Massachusetts" 23 "Michigan" 24 "Minnesota" 25 "Mississippi" 26 "Missouri" 27 "Montana" 28 "Nebraska" 29 "Nevada" 30 "New Hampshire" 31 "New Jersey" 32 "New Mexico" 33 "New York" 34 "North Carolina" 35 "North Dakota" 36 "Ohio" 37 "Oklahoma" 38 "Oregon" 39 "Pennsylvania" 40 "Rhode Island" 41 "South Carolina" 42 "South Dakota" 43 "Tennessee" 44 "Texas" 45 "Utah" 46 "Vermont" 47 "Virginia" 48 "Washington" 49 "West Virginia" 50 "Wisconsin" 51 "Wyoming" / popcp order ordsm ord_o S 0 "No (0)" 1 "Yes (1)" . MATCH FILES FILE = * /KEEP id S state count ADP popcp order ordsm ord_o ALL. SAVE OUTFILE = 'D:/TechnicalAppendix/CorrectionalCensuses/Prison1984.sav' . *** APPEND "_84" to each variable name *** REMEMBER, each name needs to be 5 or fewer characters FLIP. STRING newname(A8). COMPUTE newname=CONCAT(RTRIM(case_lbl),'_84'). WRITE OUTFILE='D:\temp\rename.sps' / 'RENAME VARIABLE ('case_lbl'='newname').'. EXECUTE. GET FILE = 'D:\TechnicalAppendix\CorrectionalCensuses\Prison1984.sav' . INCLUDE 'D:\temp\rename.sps'. RENAME VARIABLE (id_84 = id). SAVE OUTFILE = 'D:\TechnicalAppendix\CorrectionalCensuses\Prison1984.sav' .