
  PROCEDURE [XREF] bap$tape_bm_write_next_block
    (    file_identifier: amt$file_identifier;
         block_ptr: ^bat$tape_block;
         block_length: amt$max_block_length;
         system_media_recovery: boolean;
         force_write: boolean;
     VAR tape_failure_modes: amt$tape_failure_modes;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_identifier
*copyc bat$tape_block
*copyc amt$max_block_length
*copyc amt$tape_failure_modes
*copyc ost$status
?? POP ??
