
{ This record contains information that is used for positioning in a file
{ during record_access.  It also contains information that is returned to
{ the caller of the request.

  TYPE
    bat$record_info = record
      bor_address: amt$file_byte_address,
      current_byte_address: amt$file_byte_address,
      file_position: amt$file_position,
      record_header_fba: amt$file_byte_address,
      record_length: amt$max_record_length,
      residual_record_length: amt$max_record_length,
      transfer_count: amt$transfer_count,
    recend;

*copyc amt$file_byte_address
*copyc amt$file_position
*copyc amt$max_record_length
*copyc amt$transfer_count
