Indicator variables are optional variables used to handle null values. Each indicator variable is associated with one host variable. Indicator variables should be of type short or SMALLINT.
SQL uses indicator variables to indicate that it returned a null value from the database, or that it returned a value that it was forced to truncate. (Again, there are other ways to check for null values; see "Using NULL Values in the WHERE Clause" for more details.)