fixed-length field

n.ComputingAn area in a file or record with a specific number of bytes reserved to hold data.

Notes

Data that is smaller than the allocated space is usually padded to fill unused space. Data that is larger than the field is truncated. Fixed-length fields are distinguished from variable-length fields.