4GL_ILLEGAL_DATA determines how COBOL data considered illegal by the database is converted before being stored in the database.
The default value is NULL. This causes all illegal data (except key fields) to be converted to null before it is stored.
The value CONVERTED causes the following conversions to occur:
Illegal data in key fields is always converted, regardless of the value of this variable.