
  PROCEDURE [XREF] iop$erase_tape
    (    system_file_id: gft$system_file_identifier;
         block_length: amt$max_block_length;
         number_of_erases: integer;
     VAR io_status: iot$tape_io_status;
     VAR status: ost$status);

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


