is stored in the parameter list. The target virtual machine can obtain the
remainder of the message with a subsequent RECEIVE. The RECEIVE func
tion completes a one-way communication. When invoking the RECEIVE
function, you can identify the message you wish to receive. Identify the mes
sage completely by specifying the message id, path id, and target message class.
If you do not specify the message id, you can identify the message by path id,
target message class, or both. If you do not specify any identifiers when invok
ing the RECEIVE function, you receive the first message that has not been
partially received. Note that if a message has been partially received, you must
identify the message completely to receive the remainder.
communicator. When a target virtual machine invokes the
IUCV moves the
municator's RECEIVE queue to the source communicator's
Data in the target's reply area is moved to the source communicator's answer
area. The target communicator can specify that a reply is a priority reply.
IUCV queues a priority reply ahead of any nonpriority replies and after any
earlier priority replies. When invoking the
completely the message to which you wish to reply. Identify the message com
pletely by specifying the message id, path id, and target message class.
if any messages have been completed. When a source virtual machine invokes
the
ing the specified message from the
identify which message you wish to complete.
completely by message id, path id, and source message class. If you do not
specify the message id, you can identify the message by path id, source mes
sage class, or both. If you do not specify any identifiers when invoking the
any messages or replies are pending on a communicator's
tion, the virtual machine enters a wait state if neither messages nor replies are
pending. If an
machine is in the wait state, the virtual machine begins execution by
re-executing the
By using the
of external interrupt handling.
REJECT -Use the REJECT function to refuse a specified message sent by a
source communicator. After invoking the DESCRIBE or RECEIVE function,
a target communicator can choose not to process a message. The REJECT
function moves the
target's
message has been rejected. No message data is moved when the REJECT
function is invoked. When invoking the REJECT function, you must identify
which message you wish to reject.
Inter-User Communications Vehicle 121