gtpi1m1u | System Installation Support Reference |
User exit routine UCCRCB is invoked by the Release Common Block routine
before releasing the common block. This exit point, named RCB, can be
activated dynamically.
Exit point RCB is in copy segment CLHV of CSECT CCSTOR.
General Conditions at Entry
The registers at entry to UCCRCB are:
- R1
- CCT (Common Block Control Table) entry pointer.
- R2
- SVM Address of the common block.
- R3
- Address of routine invoking CL$RCOMC.
- 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. Since
the block address is common to both address spaces, an address space flag is
not supplied or needed.
- 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.