Exchange/RJE Manual
CANCELREQ Procedure
Exchange/RJE System Procedure Calls
5–10 104698 Tandem Computers Incorporated
CANCELREQ
Procedure
The CANCELREQ procedure cancels a specific I/O operation against a file opened for
nowait I/O.
CALL CANCELREQ (
filenum
[,
tag
] );
filenum
INT:value
is the file number of the Exchange/RJE line server. This number is returned by the
call to OPEN that established communication with the line server.
tag
INT(32):value
is a unique, application-defined value that your program uses to identify a
particular I/O operation when performing nowait I/O. The value you specify is
the value supplied by your program when the nowait I/O operation was initiated.
This parameter is required to identify individual I/O operations when a single file
can have two or more nowait I/O operations outstanding at the same time.
If you omit
tag
, CANCELREQ works exactly like CANCEL.
Line Activity None.
Considerations See the CANCEL procedure earlier in this section for considerations.