gtpi1m1s | System Installation Support Reference |
User exit routine UCCRBE is invoked by the Release Block With ECB routine
before releasing the core block. This exit point, named RBE, can be
activated dynamically.
Exit point RBE is in copy segment CLHV of CSECT CCSTOR.
General Conditions at Entry
The registers at entry to UCCRBE are:
- R1
- FCT (Frame Control Table) entry pointer.
- R2
- Address of the storage block.
- R3
- Address of routine invoking CL$REL02.
- R4
- Pointer to address space flag.
- Note:
- Equates have been provided to test the address space flag. See the
user exit prologue in CUSR for more detailed information.
- R9
- Address of the associated ECB.
- R11-R15
- See User Exit Routines - Common Entry Conditions.
System Conditions at Entry
- System state
- Supervisor
- System mask
- Masked for I/O interrupts
- Protect key
- 0
- Address Space
- SVM or EVM.
Programming Considerations at Entry
- No core block management data records can be modified.
- The exit point can be invoked in either the SVM or the EVM.
- The ECB address, in R9, will be consistent with the address space.
- See User Exit Routines - Common Programming Considerations for other considerations.
Programming Considerations on Return
See User Exit Routines - Common Return Conditions.
General Conditions on Return
See User Exit Routines - Common Return Conditions.