
  TYPE
    fst$cycle_attribute_sources = record
      average_record_length: amt$attribute_source,
      block_type: amt$attribute_source,
      character_conversion: amt$attribute_source,
      collate_table_name: amt$attribute_source,
      compression_procedure_name: amt$attribute_source,
      data_padding: amt$attribute_source,
      dynamic_home_block_space: amt$attribute_source,
      embedded_key: amt$attribute_source,
      estimated_record_count: amt$attribute_source,
      file_access_procedure_name: amt$attribute_source,
      file_contents: amt$attribute_source,
      file_processor: amt$attribute_source,
      file_label_type: amt$attribute_source,
      file_organization: amt$attribute_source,
      forced_write: amt$attribute_source,
      hashing_procedure_name: amt$attribute_source,
      index_levels: amt$attribute_source,
      index_padding: amt$attribute_source,
      initial_home_block_count: amt$attribute_source,
      internal_code: amt$attribute_source,
      key_length: amt$attribute_source,
      key_position: amt$attribute_source,
      key_type: amt$attribute_source,
      line_number: amt$attribute_source,
      loading_factor: amt$attribute_source,
      lock_expiration_time: amt$attribute_source,
      log_residence: amt$attribute_source,
      logging_options: amt$attribute_source,
      max_block_length: amt$attribute_source,
      max_record_length: amt$attribute_source,
      min_block_length: amt$attribute_source,
      min_record_length: amt$attribute_source,
      padding_character: amt$attribute_source,
      page_format: amt$attribute_source,
      page_length: amt$attribute_source,
      page_width: amt$attribute_source,
      record_delimiting_character: amt$attribute_source,
      record_limit: amt$attribute_source,
      record_type: amt$attribute_source,
      records_per_block: amt$attribute_source,
      statement_identifier: amt$attribute_source,
      user_information: amt$attribute_source,
      vertical_print_density: amt$attribute_source,
    recend;

*copyc amt$attribute_source
