[next] [previous] [contents]

  14.1.1 Fixed-Length Records
  Fixed-length records are all the same length. RMS stores
  fixed-length records as they appear in the record buffer,
  including any spaces or null characters following the data;
  this process is called padding. Processing these records in-
  volves less overhead than other record formats; however,
  this format can use disk storage space less efficiently than
  variable-length or stream records.