> What happens if the operator enters STOP during the (relatively minuscule)
> fraction of time that Rexx, not Assembler is active?

Then the ECB would already be posted and the WAIT ECBLIST would be satisfied 
immediately. It is a consideration for all such routines, and not a big deal, 
unless the coder is stupid enough to reset the ECB before the WAIT, rather than 
after.

> Is there a need for persistent storage accessible by both Rexx and Assembler?

Well, the actual parameter passed by the Rexx is continuously accessible to the 
Assembler. It is of course possible to access any Rexx variable from assembler, 
but I see no need. If I understand your question, the answer is No.

> Is there a way for the operator to send SIGINT (Unix "Modify")?  Can Rexx
> catch it?

Not if it's vaccinated. <g> Seriously, no idea.

Charles


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Paul Gilmartin
Sent: Monday, June 20, 2022 10:08 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Some UNIX file usage questions

On Mon, 20 Jun 2022 08:47:49 -0700, Charles Mills wrote:
>    ...
>The assembler routine will take as input a delay time in hundredths of a 
>second (because of STIMER), do a WAIT ECBLIST, and return one of
>
>'T' -- the time expired
>'P' -- the operator entered STOP
>'F modify command operand' -- the operator entered MODIFY
>
What happens if the operator enters STOP during the (relatively minuscule)
fraction of time that Rexx, not Assembler is active?

Is there a need for persistent storage accessible by both Rexx and Assembler?

Is there a way for the operator to send SIGINT (Unix "Modify")?  Can Rexx
catch it?

-- 
gil

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

----------------------------------------------------------------------
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