The following example shows a more complicated WAIT statement that specifies two asynchronous statement identifiers. WAIT returns control to the program when both req_1 and req_2 complete.
WAIT req_1, req_2 COMPLETION
The following example shows a more complicated WAIT statement that specifies two asynchronous statement identifiers. WAIT returns control to the program when both req_1 and req_2 complete.
WAIT req_1, req_2 COMPLETION