* l:\ir\survey\nsse\aaude\Formats.sas ; proc format; value cmp 0 = 'Not part of random sample (0)' 1 = 'Part of random sample (1)' ; * first set of formats are taken/copied from NSSE - format names have been modified ; value often 1 = 'Never (1)' 2 = 'Sometimes (2)' 3 = 'Often (3)' 4 = 'Very Often (4)' ; value much 1 = 'Very little (1)' 2 = 'Some (2)' 3 = 'Quite a bit (3)' 4 = 'Very much (4)' ; value reports 1 = 'None (1)' 2 = ' 1 - 4 (2)' 3 = ' 5 - 10 (3)' 4 = '11 - 20 (4)' 5 = '21+ (5)' ; value probset 1 = 'None (1)' 2 = '1 - 2 (2)' 3 = '3 - 4 (3)' 4 = '5 - 6 (4)' 5 = '7+ (5)' ; value exam1_ 1 = '1 - Mostly multiple-choice/short answer' 7 = '7 - Mostly essay/open-ended problems ' ; value exam2_ 1 = '1 - Very little' 7 = '7 - Very much ' ; value und 1 = 'Undecided (1)' 2 = 'No (2)' 3 = 'Yes (3)' ; value planto 1 = "Have not decided (1)" 2 = "Do not plan to do (2)" 3 = "Plan to do (3)" 4 = "Done (4)" ; value othstu 1 = '1 - Unfriendly, unsupportive, sense of alienation' 7 = '7 - Friendly, supportive, sense of belonging ' ; value facmem 1 = '1 - Unavailable, unhelpful, unsympathetic' 7 = '7 - Available, helpful, sympathetic ' ; value admin 1 = '1 - Unhelpful, inconsiderate, rigid' 7 = '7 - Helpful, considerate, flexible ' ; value Hours1_ 1 = '< 5 hrs/week (1)' 2 = ' 6-10 hrs/week (2)' 3 = '11-15 hrs/week (3)' 4 = '16-20 hrs/week (4)' 5 = '21-25 hrs/week (5)' 6 = '26-30 hrs/week (6)' 7 = '31+ hrs/week (7)' ; value Hours2_ 1 = '0 hrs/week (1)' 2 = ' 1- 5 hrs/week (2)' 3 = ' 6-10 hrs/week (3)' 4 = '11-15 hrs/week (4)' 5 = '16-20 hrs/week (5)' 6 = '21-25 hrs/week (6)' 7 = '26-30 hrs/week (7)' 8 = '31+ hrs/week (8)' ; value poor 1 = 'Poor (1)' 2 = 'Fair (2)' 3 = 'Good (3)' 4 = 'Excellent (4)' ; value def 1 = 'Definitely no (1)' 2 = 'Probably no (2)' 3 = 'Probably yes (3)' 4 = 'Definitely yes (4)' ; value age 1 = '< 19 (1)' 2 = '20-23 (2)' 3 = '24-29 (3)' 4 = '30-39 (4)' 5 = '40-55 (5)' 6 = '> 55 (6)' ; value gend 1 = 'Male (1)' 2 = 'Female (2)' ; value yesno 1 = 'No (1)' 2 = 'Yes (2)' ; value race 1 = "American Indian or other Native American (1)" 2 = "Asian, Asian American or Pacific Islander(2)" 3 = "Black or African American (3)" 4 = "White (non-Hispanic) (4)" 5 = "Mexican or Mexican American (5)" 6 = "Puerto Rican (6)" 7 = "Other Hispanic or Latino (7)" 8 = "Multiracial (8)" 9 = "Other (9)" 10 = "I prefer not to respond (10)" ; value mult 1 = 'One ethnic ID (1)' 2 = 'More than one ethnic ID (2)' ; value class 1 = 'Freshman (1)' 2 = 'Sophomore (2)' 3 = 'Junior (3)' 4 = 'Senior (4)' 5 = 'Unclasified (5)' ; value begin 1 = 'Started here (1)' 2 = 'Started elsewhere (2)' ; value check 0 = 'Not Checked (0)' 1 = 'Checked (1)' ; value fltime 1 = 'Less than Full-time (1)' 2 = 'Full-time (2)' ; value sport4_ 1 = 'Baseball (1)' 2 = 'Basketball (2)' 3 = 'Bowling (3)' 4 = 'Cross Country (4)' 5 = 'Fencing (5)' 6 = 'Field Hockey (6)' 7 = 'Football (7)' 8 = 'Golf (8)' 9 = 'Gymnastics (9)' 10 = 'Ice Hockey (10)' 11 = 'Track & Field (11)' 12 = 'Lacrosse (12)' 13 = 'Rifle (13)' 14 = 'Rowing (14)' 15 = 'Skiing (15)' 16 = 'Soccer (16)' 17 = 'Softball (17)' 18 = 'Swimming & Diving (18)' 19 = 'Tennis (19)' 20 = 'Volleyball (20)' 21 = 'Water Polo (21)' 22 = 'Wrestling (22)' 23 = 'Other (23)' ; value sport5_ 1 = 'Baseball (1)' 2 = 'Basketball (2)' 3 = 'Bowling (3)' 4 = 'Cross Country (4)' 5 = 'Fencing (5)' 6 = 'Field Hockey (6)' 7 = 'Football (7)' 8 = 'Golf (8)' 9 = 'Gymnastics (9)' 10 = 'Ice Hockey (10)' 11 = 'Track & Field (11)' 12 = 'Lacrosse (12)' 13 = 'Rifle (13)' 14 = 'Rowing (14)' 15 = 'Skiing (15)' 16 = 'Soccer (16)' 17 = 'Softball (17)' 18 = 'Swimming & Diving (18)' 19 = 'Tennis (19)' 20 = 'Volleyball (20)' 21 = 'Water Polo (21)' 22 = 'Wrestling (22)' 23 = 'Other (23)' 24 = 'More than one sport (24)' ; value tm 1 = 'Team Member (1)' ; value grades2_ 1 = 'C/C-/lower (1)' 2 = 'B-/C+ (2)' 3 = 'B (3)' 4 = 'A-/B+ (4)' 5 = 'A (5)' ; value grades3_ 1 = 'C/C-/lower (1)' 2 = 'B-/C+ (2)' 3 = 'B (3)' 4 = 'B+ (4)' 5 = 'A- (5)' 6 = 'A (6)' ; value grades4_ 1 = 'C-/lower (1)' 2 = 'C (2)' 3 = 'C+ (3)' 4 = 'B- (4)' 5 = 'B (5)' 6 = 'B+ (6)' 7 = 'A- (7)' 8 = 'A (8)' ; value yes2_ 1 = 'Yes (1)' 8 = 'Non-coded response (8)' ; value livenow 1 = 'Dorm/other campus housing (1)' 2 = 'Residence w/in walking distance of inst (2)' 3 = 'Residence w/in driving distance of inst (3)' 4 = 'Fraternity or sorority house (4)' 5 = 'None of the above (5)'; value parents 1 = 'No (1)' 2 = 'Yes, mother only (2)' 3 = 'Yes, father only (3)' 4 = 'Yes, both parents (4)' 5 = "Don't know (5)" ; value pared 1 = 'Did not finish HS (1)' 2 = 'Grad from HS (2)' 3 = 'Attend college, no degree (3)' 4 = 'Completed Assoc degree (4)' 5 = 'Completed Bach degree (5)' 6 = 'Completed Masters degree (6)' 7 = 'Completed Doctoral degree (7)' ; value major1_ 0 = 'No 2nd major selected (0)' 1 = 'Agriculture (1)' 2 = 'Bilogical/life sciences (2)' 3 = 'Business (3)' 4 = 'Communications (4)' 5 = 'Computer & info sciences (5)' 6 = 'Education (6)' 7 = 'Engineering (7)' 8 = 'Ethnic & cultural studies (8)' 9 = 'Foreign languages & lit (9)' 10 = 'Health-related fields (10)' 11 = 'Humanities (11)' 12 = 'Liberal/general studies (12)' 13 = 'Mathematics (13)' 14 = 'Multi/interdisc studies (14)' 15 = 'Parks, rec, sports mngmt (15)' 16 = 'Physical sciences (16)' 17 = 'Public administration (17)' 18 = 'Social sciences (18)' 19 = 'Visual & performing arts (19)' 20 = 'Undecided major (20)' 21 = 'Other major (21)' 22 = '2+ primary majors (22)' ; value major2_ 1 = "Art, fine and applied (1)" 2 = "English (language and literature) (2)" 3 = "History (3)" 4 = "Journalism (4)" 5 = "Language and literature (except English) (5)" 6 = "Music (6)" 7 = "Philosophy (7)" 8 = "Speech (8)" 9 = "Theater or drama (9)" 10 = "Theology or religion (10)" 11 = "Other arts & humanities (11)" 12 = "Biology (general) (12)" 13 = "Biochemistry or biophysics (13)" 14 = "Botany (14)" 15 = "Environmental science (15)" 16 = "Marine (life) science (16)" 17 = "Microbiology or bacteriology (17)" 18 = "Zoology (18)" 19 = "Other biological science (19)" 20 = "Accounting (20)" 21 = "Business administration (general) (21)" 22 = "Finance (22)" 23 = "International business (23)" 24 = "Marketing (24)" 25 = "Management (25)" 26 = "Other business (26)" 27 = "Business education (27)" 28 = "Elementary/middle school education (28)" 29 = "Music or art education (29)" 30 = "Physical education or recreation (30)" 31 = "Secondary education (31)" 32 = "Special education (32)" 33 = "Other education (33)" 34 = "Aero-/astronautical engineering (34)" 35 = "Civil engineering (35)" 36 = "Chemical engineering (36)" 37 = "Electrical or electronic engineering (37)" 38 = "Industrial engineering (38)" 39 = "Materials engineering (39)" 40 = "Mechanical engineering (40)" 41 = "General/other engineering (41)" 42 = "Astronomy (42)" 43 = "Atmospheric science(including meteorology) (43)" 44 = "Chemistry (44)" 45 = "Earth science (including geology) (45)" 46 = "Mathematics (46)" 47 = "Physics (47)" 48 = "Statistics (48)" 49 = "Other physical science (49)" 50 = "Architecture (50)" 51 = "Urban planning (51)" 52 = "Health technology (medical, dental, laboratory) (52)" 53 = "Law (53)" 54 = "Library/archival science (54)" 55 = "Medicine (55)" 56 = "Dentistry (56)" 57 = "Veterinarian (57)" 58 = "Nursing (58)" 59 = "Pharmacy (59)" 60 = "Allied health/other medical (60)" 61 = "Therapy (occupational, physical, speech) (61)" 62 = "Other professional (62)" 63 = "Anthropology (63)" 64 = "Economics (64)" 65 = "Ethnic studies (65)" 66 = "Geography (66)" 67 = "Political science (including government, international relations)(67)" 68 = "Psychology (68)" 69 = "Social work (69)" 70 = "Sociology (70)" 71 = "Gender studies (71)" 72 = "Other social science (72)" 73 = "Agriculture (73)" 74 = "Communications (74)" 75 = "Computer science (75)" 76 = "Family Studies (76)" 77 = "Natural resources and conservation (77)" 78 = "Kinesiology (78)" 79 = "Criminal justice (79)" 80 = "Military science (80)" 81 = "Parks, recreation, leisure studies, sports management (81)" 82 = "Public administration (82)" 83 = "Technical/vocational (83)" 84 = "Other field (84)" 85 = "Undecided (85)" 99 = "Invalid response (99)" ; value field 1 = "Arts and humanities (1)" 2 = "Biological science (2)" 3 = "Business (3)" 4 = "Education (4)" 5 = "Engineering (5)" 6 = "Physical science (6)" 7 = "Professional (7)" 8 = "Social science (8)" 9 = "Other (9)" 10 = "Undecided (10)" ; value dblmaj 1 = 'Not double major (1)' 2 = 'Double major (2)' ; value ethnic 1 = 'African American/Black (1)' 2 = 'American Indian/Alsaska Native (2)' 3 = 'Asian/Pacific Islander (3)' 4 = 'Caucasian/White (4)' 5 = 'Hispanic (5)' 6 = 'Other (6)' 7 = 'Multi-racial (7)' 8 = 'Foreign (8)' 9 = 'Unknown (9)' ; value rank 1 = 'Freshman (1)' 2 = 'Sophomore (2)' 3 = 'Junior (3)' 4 = 'Senior (4)' 5 = 'Other (5)' ; value fullpart 1 = 'Part-time (1)' 2 = 'Full-time (2)' ; value smpl0_ 1 = 'Paper questionnaire (1)' 2 = 'Web questionnaire (2)' 3 = 'Paper questionnaire - oversample (3)' 4 = 'Web questionnaire - oversample (4)' 5 = 'Univeral Web-only - oversample (5)' 6 = 'Locally administered - oversample (6)' ; value smpl1_ 1 = 'Contribute to national norm (1)' 2 = 'Random oversample (2)' 3 = 'Targeted oversample (3)' 4 = 'Locally-administered oversample (4)' 5 = "Misc, does not add to nat'l norm (5)" 6 = "ineligible student" ; value smpl5_ 1 = "Base random sample (1)" 2 = "Standard random oversample (FY/SR only) (2)" 3 = "Requested random oversample (FY/SR only) (3)" 4 = "Targeted oversample (4)" 5 = "Locally administered sample or oversample (5)" ; value elig 1 = "Eligible (1)" 2 = "Ineligible (2)" ; value excld 1 = "Included (1)" 2 = "Excluded (2)" ; value mode 1 = 'Paper (1)' 2 = 'Web (2)' ; value contact 1 = "Paper mailing & some e-mail contacts (1)" 2 = "E-mail contacts only (2)" 3 = "E-mail contacts & some paper mailing (3)" 4 = "Locally administered paper survey (4)" ; value sizel 1 = "Far larger than you'd like (1)" 2 = 'Somewhat larger (2)' 3 = 'OK in size (3)' 4 = 'Smaller than you would like (4)' 9 = 'N/A - no lower div classes (9)' ; value sizeu 1 = "Far larger than you'd like (1)" 2 = 'Somewhat larger (2)' 3 = 'OK in size (3)' 4 = 'Smaller than you would like (4)' 9 = 'N/A - no upper div classes (9)' ; value poorl 1 = 'Poor (1)' 2 = 'Fair (2)' 3 = 'Good (3)' 4 = 'Excellent (4)' 9 = 'N/A - no lower div classes (9)' ; value pooru 1 = 'Poor (1)' 2 = 'Fair (2)' 3 = 'Good (3)' 4 = 'Excellent (4)' 9 = 'N/A - no upper div classes (9)' ; value avail1_ 1 = 'Hardly ever (1)' 2 = 'Some of the time (2)' 3 = 'Most of the time (3)' 9 = 'N/A - not taken any yet (9)' ; value avail2_ 1 = 'Hardly ever (1)' 2 = 'Some of the time (2)' 3 = 'Most of the time (3)' 4 = 'Always or nearly always (4)' 9 = 'N/A - not taken any yet (9)' ; value qual 1 = 'Poor (1)' 2 = 'Fair (2)' 3 = 'Good (3)' 4 = 'Excellent (4)' ; value qualm 1 = 'Poor (1)' 2 = 'Fair (2)' 3 = 'Good (3)' 4 = 'Excellent (4)' 9 = 'No major yet (9)' ; value quala 1 = 'Poor (1)' 2 = 'Fair (2)' 3 = 'Good (3)' 4 = 'Excellent (4)' 9 = 'N/A (9)' ; value source 1 = 'Advisors in college/dept (1)' 2 = 'Instructor/staff member - not an advisor (2)' 3 = 'Online registration & degree tracking system (3)' 4 = 'Undergrad catalog/other publications (4)' 5 = 'Friends or faimly (5)' 9 = "N/A (9)" ; value agree 1 = 'Strongly disagree (1)' 2 = 'Disagree (2)' 3 = 'Agree (3)' 4 = 'Strongly agree (4)' 9 = 'N/A (9)' ; value complete 1 = 'May not complete degree (1)' 2 = 'At another univ (2)' 3 = 'At this univ in > 5 yrs (3)' 4 = 'At this univ in 4-5 yrs (4)' 5 = 'At this univ in <= 4 yrs (5)' ; value plans 1 = 'Attend grad/professional school (1)' 2 = 'Be employed (2)' 3 = 'Attend grad school & be employed (3)' 4 = 'Take time off, relax, travel, etc. (4)' 5 = 'Not sure (5)' ; value obstacle 1 = 'Money, work, finances (1)' 2 = 'Family obligations (2)' 3 = 'Difficulties getting courses needed (3)' 4 = 'Lack of good academic advising (4)' 5 = 'Lack of personal motivation (5)' 9 = 'No real obstacles (9)' ; value obstac2_ 1 = 'Money, work, finances (1)' 2 = 'Family obligations (2)' 3 = 'Difficulties getting courses needed (3)' 4 = 'Lack of good academic advising (4)' 5 = 'Lack of personal motivation (5)' 6 = 'Poor academic performance (6)' 9 = 'No real obstacles (9)' ; value working 1 = 'To gain knowledge/skills (1)' 2 = 'To earn money for basic expenses (2)' 3 = 'To earn extra spending money (3)' 4 = 'For something to do (4)' 9 = "Don't work for pay (9)" ; value chal 1 = 'Never (1)' 2 = 'Seldom (2)' 3 = 'Some of the time (3)' 4 = 'Most of the time (4)' ; value disgree 4 = 'Strongly Disagree (4)' 3 = 'Disagree (3)' 2 = 'Agree (2)' 1 = 'Stongly Agree (1)' ; value yesno1_ 1 = 'Yes (1)' 0 = 'No (0)' ; value little 1 = 'Very much (1)' 2 = 'Quite a bit (2)' 3 = 'Some (3)' 4 = 'Very little (4)' ; value never 1 = 'Very often (1)' 2 = 'Often (2)' 3 = 'Occasionally (3)' 4 = 'Never (4)' ; value hours3_ 1 = '21-25 hrs/week (1)' 2 = '16-20 hrs/week (2)' 3 = '11-15 hrs/week (3)' 4 = ' 6-10 hrs/week (4)' 5 = '< 5 hrs/week (5)' ; value hours4_ 1 = '21-25 hrs/week (1)' 2 = '16-20 hrs/week (2)' 3 = '11-15 hrs/week (3)' 4 = ' 6-10 hrs/week (4)' 5 = ' 1- 5 hrs/week (5)' 6 = '0 hrs/week (6)' ; value pop 0 = 'Not part of the base population (0)' 1 = 'Part of the base population (1)' ; value $wp 'W' = 'Web' 'P' = 'Paper' ; value ansaau 0 = 'Did not answer AAU questions (0)' 1 = 'Answered AAU questions (1)' ; value hwprob 1 = 'None (1)' 2 = ' 1 - 3 (2)' 3 = ' 4 - 6 (3)' 4 = ' 7 - 10 (4)' 5 = '11+ (5)' ; value majmult 1 = 'One major checked (1)' 2 = 'Multiple majors checked (2)' ; value cc 15 = 'Doctoral/Research Univ-Extensive (15)' 16 = 'Doctoral/Research Univ-Intensive (16)' 21 = 'Masters Colleges & Univ I (21)' 22 = 'Masters Colleges & Univ II (22)' 31 = 'Baccalaureate Colleges-Liberal Arts (31)' 32 = 'Baccalaureate Colleges-General (32)' 33 = 'Baccalaureate/Associates Colleges (33)' 40 = 'Associates Colleges (40)' 51 = 'Specialized Institutions-Theological seminaries (51)' 52 = 'Specialized Institutions-Medical school & centers (52)' 53 = 'Specialized Institutions-Other separate health profession (53)' 54 = 'Specialized Institutions-Schools of engineering & technology (54)' 55 = 'Specialized Institutions-Schools of business & management (55)' 56 = 'Specialized Institutions-art, music & design (56)' 57 = 'Specialized Institutions-Schools of law (57)' 58 = 'Specialized Institutions-Teachers colleges (58)' 59 = 'Specialized Institutions-Other (59)' 60 = 'Tribal Colleges & Universities (60)' ; value carn 1 = 'DRU Extensive (1)' 2 = 'DRU Intensive (2)' 3 = 'MA I & II (3)' 4 = 'BA Liberal Arts (4)' 5 = 'BA General (5)' 6 = 'Other codes 33-60 (6)' ; value consort 1 = 'Consortium ?s not asked (1)' 2 = 'Consortium ?s asked (2)' ; value target 1 = "Included in Institutional Report (1)" 2 = "Excluded from Institutional Report (2)" ; value con0_ 0 = 'Not in a consortium (0)' 1 = "Women's Colleges (1)" 3 = 'CUNY (3)' 4 = 'Urban Universities (4)' 5 = 'Mid-Atlantic Private Universities (5)' 6 = 'UMASS (6)' 7 = 'AAUDE (7)' 8 = 'CIC (8)' 9 = 'CCC & U (9)' 10 = 'New Jersey Schools (10)' ; value con1_ 1 = 'AAUDE (1)' 2 = 'AITU (2)' 3 = 'CCCU (3)' 4 = 'Concordia (4)' 5 = 'Urban Universities (5)' 6 = 'Connecticut (6)' 7 = 'Kentucky (7)' 8 = 'Texas A & M (8)' 9 = 'Wisconsin (9)' 10 = 'Not in a consortium (10)' ; value con2_ 1 = 'AAUDE (1)' 2 = 'AITU (2)' 3 = 'Cal State System (3)' 4 = 'Catholic Colleges (4)' 5 = 'Connecticut (5)' 6 = 'COPLAC (6)' 7 = 'Flashlight Group (7)' 8 = 'Texas 6 (8)' 9 = 'UMASS (9)' 10 = 'Urban Universities (10)' 11 = 'Womens Colleges (11)' 12 = 'RAND (12)' 13 = 'Soutwest Texas State (13)' 14 = 'Not in a consortium (14)' ; value con3_ 1 = 'AAUDE (1)' 2 = 'AICAD (2)' 3 = 'AITU (3)' 4 = 'Concordia (4)' 5 = 'COPLAC (5)' 6 = 'HBCU (6)' 7 = 'Jesuit Colleges (7)' 8 = 'Kentucky Colleges (8)' 9 = 'Private Liberal Arts (9)' 10 = 'UT System (10)' 11 = 'Texas A & M System (11)' 12 = 'Urban Universities (12)' 13 = 'Womens Colleges (13)' 14 = 'The Work Colleges (14)' 15 = 'South Dakota Public Universities (15)' 16 = 'Not in corsotium (16)' ; value con4_ 0 = 'Not in corsotium (0)' 2 = 'American Democracy Project (2)' 3 = 'AAUDE (3)' 7 = 'Canadian research universities (7)' 8 = 'Catholic Colleges & Universities (8)' 13 = 'Council for Christian Colleges & Universities (13)' 14 = 'Council of Independent Colleges (14)' 15 = 'COPLAC (15)' 18 = 'HBCU (18)' 20 = 'Jesuit Colleges (20)' 24 = 'Private Liberal Arts Universities (24)' 25 = 'South Dakota Public Universities (25)' 35 = 'University of Texas (35)' 36 = 'University of Wisconsin (36)' 37 = 'Urban Universities (37)' 38 = 'Womens Colleges (38)' 40 = 'Hispanic Serving Institutions (40)' 41 = 'University of Maine (41)' 42 = 'West Virginia State System (42)' ; value CON5_ 0 = "Not in a consortium" 1 = "American Association of State Colleges & Universities (AASCU" 2 = "American Democracy Project" 3 = "Association of American Universities Data Exchange (AAUDE)" 4 = "Association of Independent Colleges of Art and Design (AICAD" 5 = "Association of Independent Technical Universities (AITU)" 6 = "California State University" 7 = "Canadian research universities (G10)" 8 = "Catholic Colleges & Universities" 9 = "City University of New York" 10 = "Committee on Institutional Cooperation (CIC)" 11 = "Concordia Universities" 12 = "Connecticut State Universities" 13 = "Council for Christian Colleges & Universities" 14 = "Council of Independent Colleges (CIC)" 15 = "Council of Public Liberal Arts Colleges (COPLAC)" 16 = "EDUCAUSE Center for Applied Research (ECAR)" 17 = "Flashlight Group" 18 = "Historically Black Colleges and Universities (HBCU)" 19 = "Indiana University" 20 = "Jesuit Universities" 21 = "Kentucky Council on Postsecondary Education" 22 = "Mid-Atlantic Private Colleges" 23 = "New Jersey Public Universities" 24 = "Private Liberal Arts Colleges and Universities" 25 = "South Dakota Public Universities" 26 = "Tennessee Higher Education Commission (THEC)" 27 = "Texas A & M System" 28 = "Texas Six" 29 = "University of Hawaii" 30 = "University of Maryland" 31 = "University of Massachusetts" 32 = "University of Missouri" 33 = "University of New Hampshire" 34 = "University of North Carolina" 35 = "University of Texas" 36 = "University of Wisconsin" 37 = "Urban Universities" 38 = "Women’s Colleges" 39 = "Work Colleges" 40 = "Hispanic Serving Institutions" 41 = "University of Maine" 42 = "West Virginia State System" 43 = "University System of Georgia" 44 = "Associated New American Colleges (ANAC)" 45 = "North Dakota University System" 46 = "Canadian Consortium" 99 = "Other" ; value grad 1 = 'Student reported graduation (1)' 5 = 'Student did not report graduation (5)' ; value betam 1 = 'Group 1 (1)' 2 = 'Group 2 (2)' 3 = 'Group 3 (3)' 4 = 'Group 4 (4)' 5 = 'School refused beta items (5)' ; value barron 1 = 'Non-competitive (1)' 2 = 'Less competitive (2)' 3 = 'Competitive (3)' 4 = 'Very competitive (4)' 5 = 'Highly competitive (5)' 6 = 'Most competitive (6)' 7 = 'Special (7)' ; value expmark 1 = 'Institution refused experimental items (1)' 2 = 'Institution did not refuse experimental items (2)' ; value onlinec 1 = "0 courses (1)" 2 = "1 course (2)" 3 = "2 courses (3)" 4 = "3 courses (4)" 5 = "4+ courses (5)" ; value discuss 1 = "Very little (1)" 2 = "Some (2)" 3 = "Quite a bit (3)" 4 = "Very much (4)" 9 = "Did not participate in discussions (9)" ; value useweb 1 = ' 0 (1)' 2 = ' 1 - 5 (2)' 3 = ' 6 - 10 (3)' 4 = '11 - 15 (4)' 5 = '16 - 20 (5)' 6 = '21 - 25 (6)' 7 = '26 - 30 (7)' 8 = '31+ (8)' ; value spec 0 = 'Specified race (0)' 1 = 'Nonspecified multiracial (1)' ; value imode 1 = 'Paper (1)' 2 = 'Web-only (2)' 3 = 'Mixed mode (3)' ; value late 0 = 'Responded on time (0)' 1 = 'Responded late (1)' ; value urban 1 = 'Large city (1)' 2 = 'Mid-size city (2)' 3 = 'Urban fringe of large city (3)' 4 = 'Urban frigne of mid-size city (4)' 5 = 'Large town (5)' 6 = 'Small town (6)' 7 = 'Rural (7)' 9 = 'Not assigned (9)' ; value sector 0 = 'Public (0)' 1 = 'Private (1)' ; value region 1 = 'New England (1)' 2 = 'Mid East (2)' 3 = 'Great Lakes (3)' 4 = 'Plains (4)' 5 = 'Southeast (5)' 6 = 'Southwest (6)' 7 = 'Rocky Mtns (7)' 8 = 'Far West (8)' 9 = 'Outlying areas (9)' ; value lang 1 = 'English version (1)' 2 = 'Spanish version (2)' ; value spcarn 1 = 'DRU Extensive (1)' 2 = 'DRU Intensive (2)' 3 = 'MA I & II (3)' 4 = 'BA Liberal Arts (4)' 5 = 'BA General (5)' ; value lfs 1 = 'Did not participate in LFS (1)' 2 = 'LFS participant (2)' ; value vrz 1 = 'Standard (1)' 2 = 'Spanish (2)' 3 = 'Canadian (3)' ; value src 1 = "Do not know (1)" 2 = "Not a source (2)" 3 = "Minor source (3)" 4 = "Major source (4)" ; value diff 1 = "1 - Not at all difficult" 7 = "7 - Very difficult" ; value nextyr 1 = "Plan to return to this college next AY (1)" 2 = "Plan to attend another college next AY (2)" 3 = "Do not plan to attend college next AY (3)" ; value count1_ 1 = "None (1)" 2 = "1 (2)" 3 = "2 (3)" 4 = "3 (4)" 5 = "4 (5)" 6 = "5+ (6)" ; value instype 1 = "Vocational-technical school (1)" 2 = "Community, junior, or other 2-year college (2)" 3 = "4-year college or university (3)" 4 = "Other, specify: (4)" ; value clastype 1 = "Classroom instruction < 30 minutes from residence (1)" 2 = "Classroom instruction > 30 minutes from residence (2)" 3 = "Distance ed (video/audio, Internet, CD-ROM, etc.) (3)" ; **** the remaining formats were created by CU-Boulder IR *** ; value rc8_ 1 = 8 2 = 7 3 = 6 4 = 5 5 = 4 6 = 3 7 = 2 8 = 1 ; value rc4_ 1 = 4 2 = 3 3 = 2 4 = 1 ; value rcyn 1 = . 2 = 0 3,4 = 1 ; run; %fmtmake (data=instdb.keys, start=unitid, label=inameb, name=$inst) ;