In the application program, you can use indicator values to transfer a NULL value to a database table, for example, in an INSERT or UPDATE statement.
Before calling the embedded SQL statement, set the indicator value to -1. The database instance ignores the value of the corresponding host variable, and enters the NULL value in the table that is being addressed.
You can also use indicator values for transferring DEFAULT values to the database instance.