Fixed field length formats reserve the maximum lenght of a field for each
data row. As the field length is known no field or line terminators are
needed, but:
- • the field length information itself is not included
- • space is wasted for textual fields
- • use of long VARCHAR or BLOB fields is unrealistic
This format is hardly ever used these days.