2009/6/16 Patrick O'Keefe <[email protected]>

> I'm not sure how the equivalent process works in NetView.  EXECs
> run as interruptable long running commands in sort of a pseudo-
> subtask.   NetView has a read up while the exec is running and  (I
> guess) issues an HI if the user enters a CANCEL or RESET.   But
> I don't know what causes the REXX interpreter to give up control
> so that the CANCEL can be read and the HI presented.

HI and friends are "conditions" in the REXX interpreter, that are
checked at each instruction (REXX clause, I assume that means). It's
just a matter of turning the flag on using the IRXIC service, and the
interpreter will notice it some time real soon. Unless, of course,
there is a long-running single clause such as a call to some external
environment.

Tony H.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to