A program is in a WAIT ECBLIST on two ECB's.

The program's ESTAEX exit is driven by an operator CANCEL (ABEND S222).

Is it legal for the ESTAEX exit code to WAIT on one of those ECBs? If not,
what would be the symptoms? And if not, what would be necessary to "make it
legal"? Is it possible to cancel a WAIT?

The ECB in question is an ATTACH task completion ECB and the ESTAEX exit
wants to WAIT for the subtask to complete. Why will the subtask complete for
the exit when it had not completed for the mainline of the program? Because
the ESTAEX exit issues a DETACH on the subtask, hopefully ABENDing it. Will
that work in an ESTAEX exit?

Thanks,

Charles 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to