Waiting for Multiple Requests to Complete

You can use the platform server REXX to queue up to 40 transfers and then wait for the transfer requests to complete. To add a request to the requests that the platform server waits for completion, add the MWAIT parameter to the exec that queued the transfer request.

For example:

FUSSEND IPADDR=190.190.190.100 LF=local.file RF=remote.file MWAIT

The FUSSEND exec returns 0 indicating that the request is queued successfully. But this does not mean the transfer request is completed successfully. You must issue the FUSWAIT exec to check the completion of the requests.

For more information of the FUSWAIT exec, see FUSWAIT.

Note: You can use the FUSWCLR exec to clear out all requests on the MWAIT list. For more information of the FUSWCLR exec, see FUSWCLR.