Erp0215e

If the column is NOT NULL and your variable is null (or missing), provide a default value.

SELECT colname, typename, length, scale, nulls FROM syscat.columns WHERE tabname = 'YOUR_TABLE_NAME'; Match the column’s type/length with the variable your application is providing.

Run this query against the affected table: