VARIABLE NAME:
CUMGPA
DESCRIPTOR: USC Total Grade
Point Average
DEFINITION: USC Total GPA as
calculated from grade hours and grade points earned at USC.
VALUES: 0.000-4.000
FIELD ATTRIBUTE: N5
(with 3 decimals)
SOURCE: USC INFO File
EXAMPLE: To select
students with USC Total GPA of 3.0 or greater, type CUMGPA >= 3.0 in the WHERE
statement. To select students with USC Total GPA between (and including) 3.0 and 3.5,
type 3.0 <= CUMGPA <= 3.5 in the WHERE statement.