In *embedded SQL*, a halfword (*PIC S9(4) COMP*) variable associated with a host variable. Indicates null values (value = -1), truncation (value = positive), or normal data (value = 0). Essential for handling nullable database columns. (Ch. 27) See also: *Host Variable*, *NULL*.