 TYPE
    fmt$static_label_header = record
      unique_character: char,
      revision_level: fmt$revision_level,
      highest_attribute_present: 0 .. amc$max_attribute,
      highest_attribute_supported: amt$file_attribute_keys,
      job_routing_label_size: jmt$system_label_info_length,
      default_revision_level: fmt$revision_level,
      user_attribute_length: fmt$user_attribute_length,
      filler: fmt$filler,
      attribute_present: packed array [1 .. amc$max_attribute] of boolean,
      CASE file_previously_opened: boolean OF
      = TRUE =
        ring_attributes: amt$ring_attributes,
        ring_attributes_source: amt$attribute_source,
      = FALSE =
        ,
      CASEND,
    recend;

 TYPE
    fmt$filler = string (13);

*copyc amt$file_attribute_keys
*copyc amt$attribute_source
*copyc amt$ring_attributes
*copyc fmc$unique_label_id
*copyc fmt$file_attribute_keys
*copyc fmt$revision_level
*copyc fmt$user_attribute_length
*copyc jmt$system_label_info_length
