On Sat, Dec 30, 2023 at 03:36:44PM +0000, [email protected] wrote:
> Can someone please clarify this statement regarding IEAMSCHD -
> .
> "To run an SRB routine in a different address space from the 
> scheduling code, the SRB routine must be either in a different 
> program that is accessible from the target address space, or 
> in the common storage together with the scheduling code."

An SRB is just a small control block containing the ASID for the SRB
routine to run in and the SRB routine entry point address in that address
space (plus more).  So the entry point has to be either in the system
common space which is in all address spaces or else in the target address
space (the supplied ASID).

The system is just going to branch to the target address you supply
in the address space you specified to run the SRB routine.

I don't think it means any more than that.

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

Reply via email to