VARIABLE NAME:
CAMPUS
DESCRIPTOR:
Campus
DEFINITION:
Signifies ownership by one of the eight campuses of USC. On the enrollment and
degrees awarded files, campus is determined by the school code of the student.
On the courses file, campus is determined by the prefix assigned to the course.
VALUES:
COL = Columbia
AIK = Aiken
UPS = Upstate
BFT = Beaufort
LAN = Lancaster
SAL = Salkehatchie
SMT = Sumter
UNI = Union
FIELD ATTRIBUTE:
A3
SOURCE:
USC Enrollment, Degrees Awarded, and Courses Files
EXAMPLE:
To select data for the Beaufort campus, type CAMPUS='BFT' in the WHERE
statement. To select data for the Beaufort and Sumter campuses, type CAMPUS
IN ('BFT','SMT') in the WHERE statement.