gtpi1m1uSystem Installation Support Reference

Release Common Block

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

  1. No core block management data records can be modified.
  2. 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.
  3. 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.