
  TYPE
    fmt$cycle_description = record
      entry_assignment: ^string (1),
      path_handle: fmt$path_handle,
      global_file_information: ^bat$global_file_information,
      static_setfa_entries: ^SEQ ( * ),
      dynamic_setfa_entries: ^fst$setfa_attachment_options,
      cd_attachment_options: ^fmt$cd_attachment_options,
      case attached_file: boolean of
      = TRUE =
        system_file_label: fmt$system_file_label,
        case device_class: rmt$device_class of
        = rmc$connected_file_device =
          ,
        = rmc$interstate_link_device =
          ,
        = rmc$local_queue_device =
          ,
        = rmc$log_device =
          ,
        = rmc$magnetic_tape_device, rmc$mass_storage_device =
          file_space_limit_kind: sft$file_space_limit_kind,
          job_routing_label: ^SEQ ( * ),
          job_routing_label_length: jmt$system_label_info_length,
          system_file_id: gft$system_file_identifier,
          case permanent_file: boolean of
          = TRUE =
            apfid: pft$attached_permanent_file_id,
            attached_access_modes: fst$file_access_options,
            attached_share_modes: fst$file_access_options,
            password_protected: boolean,
            system_file_label_catalogued: boolean,
          = FALSE =
            ,
          casend,
        = rmc$memory_resident_device =
          ,
        = rmc$network_device =
          ,
        = rmc$null_device =
          ,
        = rmc$pipeline_device =
          ,
        = rmc$rhfam_device =
          ,
        = rmc$terminal_device =
          terminal_request: ^ift$connection_attributes,
          terminal_command: ^bat$terminal_cmd_list,
          terminal_file_name: amt$local_file_name,
        casend,
      = FALSE =
        ,
      casend,
    recend;

*copyc amt$local_file_name
*copyc bat$global_file_information
*copyc bat$terminal_cmd_list
*copyc fmt$cd_attachment_options
*copyc fmt$path_handle
*copyc fmt$system_file_label
*copyc fst$file_access_options
*copyc fst$setfa_attachment_options
*copyc gft$system_file_identifier
*copyc ift$connection_attributes
*copyc jmt$system_label_info_length
*copyc pft$attached_permanent_file_id
*copyc rmt$device_class
*copyc sft$file_space_limit_kind
