>>-WAITREQ-----------------------------------------------------><
WAITREQ is used only in REXX servers causing the server to wait for a request. After a request is received, it is placed into REXX variable REQUEST.
'WAITREQ'
This example causes the server exec to be suspended until another request for the server is encountered. When the request is encountered the server exec is restored to its presuspended status with a new request value.