Null values for edit procedures, field procedures, and validation routines
If null values are allowed for a column, an extra byte is stored before the actual column value.
This byte is X'00' if the column value is
not null; it is X'FF' if the value is null. This extra byte
is included in the column length attribute (parameter FFMTFLEN).