
  PROCEDURE [XREF] dmp$detach_server_file
    (    system_file_id: gft$system_file_identifier;
         flush_pages: boolean;
         unconditional_detach: boolean;
     VAR attached_for_write: boolean;
     VAR eoi_byte_address: amt$file_byte_address;
     VAR remote_sfid: gft$system_file_identifier;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_byte_address
*copyc gft$system_file_identifier
*copyc ost$status
?? POP ??
