
  TYPE
    amt$repetition_control = record
      case repeat_to_end_of_record: boolean of
      = FALSE =
        repeating_group_count: amt$max_repeating_group_count,
      casend,
    recend;

*copyc amt$max_repeating_group_count
