For files in FIXED format, you must declare the column name and the EXTERNAL item for each column to set the name and number of characters. For FIXED-format files, the only data type allowed is CHAR. You can use the keyword NULL to specify what string to interpret as a NULL value.
Use column-level constraints to limit the type of data that is allowed in a column. Constraints at the column level are limited to a single column.
Column-Level Constraints: |--+----------+--+---------------------------------+------------| '-NOT NULL-' | (1) | '-CHECK--(--| Condition |-------)-'