{
{                      common deck dmdnfil
{

  TYPE
    dmt$new_file_attribute = record
      case keyword: dmt$file_attribute_keywords of
      = dmc$class =
        class: dmt$class_member,
      = dmc$class_ordinal =
        ordinal: dmt$class_ordinal,
      = dmc$clear_space =
        required: ost$clear_file_space,
      = dmc$file_limit =
        limit: amt$file_limit,
      = dmc$locked_file =
        file_lock: dmt$locked_file,
      = dmc$master_volume_required =
        master_volume_required: boolean,
      = dmc$overflow =
        overflow_allowed: dmt$ms_overflow_allowed,
      = dmc$owner =
        file_space_limit: sft$file_space_limit_kind,
      = dmc$preset_value =
        preset_value: amt$preset_value,
      = dmc$requested_allocation_size =
        requested_allocation_size: dmt$allocation_size,
      = dmc$requested_transfer_size =
        requested_transfer_size: dmt$transfer_size,
      = dmc$requested_volume =
        requested_volume: dmt$requested_volume,
      = dmc$chapter_length =
        chapter_length: ost$segment_length,
      casend,
    recend;

*copyc osd$virtual_address
*copyc rmd$volume_declarations
*copyc amt$access_level
*copyc amt$attribute_source
*copyc amt$average_record_length
*copyc amt$block_type
*copyc amt$collate_table
*copyc amt$collation_value
*copyc amt$data_padding
*copyc amt$error_exit_procedure
*copyc amt$error_limit
*copyc amt$estimated_record_count
*copyc amt$file_access_selections
*copyc amt$file_attribute_keys
*copyc amt$file_attributes
*copyc amt$file_byte_address
*copyc amt$file_identifier
*copyc amt$file_length
*copyc amt$file_limit
*copyc amt$file_organization
*copyc amt$file_position
*copyc amt$forced_write
*copyc amt$global_file_position
*copyc amt$index_padding
*copyc amt$internal_code
*copyc amt$key_length
*copyc amt$key_position
*copyc amt$key_type
*copyc amt$label_exit_procedure
*copyc amt$label_options
*copyc amt$label_type
*copyc amt$local_file_name
*copyc amc$mau_length
*copyc amt$max_block_length
*copyc amt$max_record_length
*copyc amt$message_control
*copyc amt$min_block_length
*copyc amt$min_record_length
*copyc amt$padding_character
*copyc amt$preset_value
*copyc amt$record_limit
*copyc amt$record_type
*copyc amt$records_per_block
*copyc amt$return_option
*copyc amt$user_info
*copyc amt$vertical_print_density
*copyc dmt$allocation_size
*copyc dmt$class
*copyc dmt$file_attributes
*copyc dmt$locked_file
*copyc dmt$overflow_allowed
*copyc dmt$requested_volume_attributes
*copyc dmt$transfer_size
*copyc ost$clear_file_space
*copyc ost$hardware_subranges
*copyc ost$status
