
  TYPE
    fst$attachment_usage = record
      ansi_hdr1_label: fst$ansi_hdr1_label,
      concurrent_open_count: fst$open_count,
      concurrent_open_access_modes: fst$file_access_options,
      current_file_address: amt$file_byte_address,
      error_exit_procedure_name: pmt$entry_point_reference,
      error_limit: amt$error_limit,
      label_exit_procedure_name: pmt$entry_point_reference,
      message_control: amt$message_control,
      open_position: amt$open_position,
      prevented_open_access_modes: fst$file_access_options,
      private_read: boolean,
      record_position: amt$file_position,
      required_open_share_modes: fst$file_access_options,
      sequential_access: boolean,
      tape_error_options: amt$tape_error_options,
      transfer_size: fst$transfer_size,
    recend;

*copyc amt$error_limit
*copyc amt$file_byte_address
*copyc amt$file_position
*copyc amt$message_control
*copyc amt$open_position
*copyc amt$tape_error_options
*copyc fst$ansi_hdr1_label
*copyc fst$file_access_options
*copyc fst$open_count
*copyc fst$transfer_size
*copyc pmt$entry_point_reference
*copyc pmt$processor_attributes
