This example adds a column (C4) to a table without the FIX attribute (TABLE01).
ALTER TABLE TABLE01 ADD C4 INTEGER;
In this case, the null value is stored in column C4.