5. Working with Embedded SQL : Host Language Variables in Embedded SQL : Indicator Variables
 
Share this page                  
Indicator Variables
An indicator variable is a 2-byte integer variable associated with a host language variable in an embedded SQL statement. Indicator variables enable an application to:
Detect when a null value is retrieved
Assign a null value to a table column, form field, or table field column
Detect character string truncation