
  TYPE
    fst$job_environment_information = record
      attached_access_modes: fst$file_access_options,
      attached_share_modes: fst$file_access_options,
      concurrent_open_count: ost$non_negative_integers,
      connected_files: ^fst$target_file_list,
      cycle_attached: boolean,
      error_exit_procedure_name: pmt$program_name,
      error_limit: amt$error_limit,
      job_file_address: amt$file_byte_address,
      job_file_position: amt$file_position,
      job_write_concurrency: boolean,
      label_exit_procedure_name: pmt$program_name,
      mass_storage_free_behind: boolean,
      mass_storage_sequential_access: boolean,
      message_control: amt$message_control,
      open_position: amt$open_position,
      prevented_open_access_modes: fst$file_access_options,
      private_read: fst$private_read,
      setfa_access_modes: fst$file_access_options,
      specified_attachment_options: fst$specified_attach_options,
      transfer_size: fst$transfer_size,
      volume_list: ^rmt$volume_list,
      volume_number: amt$volume_number,
      volume_overflow_allowed: boolean,
      attachment_options_sources: fst$attachment_options_sources,
    recend;

*copyc amt$error_limit
*copyc amt$file_byte_address
*copyc amt$file_position
*copyc amt$message_control
*copyc amt$open_position
*copyc amt$volume_number
*copyc fst$attachment_options_sources
*copyc fst$file_access_options
*copyc fst$path
*copyc fst$private_read
*copyc fst$specified_attach_options
*copyc fst$target_file_list
*copyc fst$transfer_size
*copyc osd$integer_limits
*copyc pmt$program_name
*copyc rmt$volume_list
