
  TYPE
    dmt$avt_logging_info = RECORD
      recorded_vsn: rmt$recorded_vsn,
      device_log_sfid: gft$system_file_identifier,
      dat_sfid: gft$system_file_identifier,
      dfl_sfid: gft$system_file_identifier,
      login_table_sfid: gft$system_file_identifier,
      mainframe_assigned: dmt$mainframe_assigned,
      volume_unavailable: boolean,
      log_entry_count: integer,
      current_log_offset: amt$file_byte_address,
      allocated_log_size: amt$file_byte_address,
      logging_process_damaged: boolean,
    RECEND;

?? PUSH (LISTEXT := ON) ??
*copyc rmd$volume_declarations
*copyc amt$file_byte_address
*copyc dmt$mainframe_assigned
*copyc gft$system_file_identifier
?? POP ??
