On Mon, 2 Oct 2023 16:18:24 -0400, Joseph Reichman <[email protected]> 
wrote:

>Do suggest when scheduling an Async IRB I have a Wait/Post 

Joseph, yes you need to wait/post because an async IRB only serializes on 1 TCB 
(TCB with the IRB). If you do use WAIT, then you should implement recovery in 
the IRB. While it's unlikely to abend, the wait must be posted otherwise you 
have a hang. For instance, what happens if the LOAD does not find the module? 
At the very least, code error return.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to