{}
{  The purpose of this request is to write a number of physical blocks
{ to magnetic tape.
{}
{       IOP$WRITE_TAPE (SYSTEM_FILE_ID, INHIBIT_ERROR_RECOVERY,
{         BLOCK_DESCRIPTION, NO_OF_BLOCKS_TO_READ, IO_ID, STATUS)
{}
{ SYSTEM_FILE_ID: (input) This parameter specifies the system
{       file identification of the file.
{}
{ INHIBIT_ERROR_RECOVERY: (input) This parameter specifies whether
{       I/O recovery is to be attempted in the event of a parity error.
{}
{ BLOCK_DESCRIPTION: (input)
{       This parameter specifies the address of the start of each buffer
{       area from which a block will be written and the length of the
{       block to be written.
{}
{ NO_OF_BLOCKS_TO_WRITE (input)
{       This parameter specifies the number of blocks to write on tape,
{       that is the number of address/length pairs in the block_description.
{}
{ IO_ID: (output) This parameter specifies the identifier of this I/O
{       request.  The identifier is needed to determine the status of
{       the I/O request.
{}
{ STATUS: (output) This parameter specifies the request status.
{       Condition:
{               ioc$improper_block_count
{               ioc$improper_byte_count
{               ioc$improper_data_address
{               ioc$improper_sequence
{               ioc$improper_system_file_id
{               ioc$os_failure
{               ioc$page_unavailable
{       Identifier: ioc$physical_io.
{}


