
  PROCEDURE [XREF] dmp$evacuate_old_device_log
    (    avt_index: dmt$active_volume_table_index;
         old_mainframe_assigned: dmt$mainframe_assigned;
         login_table_sfid: gft$system_file_identifier;
         device_log_sfid: gft$system_file_identifier;
         p_allocation_log_info: ^dmt$allocation_log_info;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc dmt$active_volume_table_index
*copyc gft$system_file_identifier
*copyc dmt$mainframe_assigned
*copyc dmt$allocation_log
*copyc ost$status
?? POP ??
