
  PROCEDURE [XREF] bap$tape_bm_write_label
    (    file_identifier: amt$file_identifier;
         label_ptr: ^bat$tape_block;
         label_length: amt$max_block_length;
         system_media_recovery: 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 ??
