z/OS MVS Programming: Sysplex Services Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Storage Reclaim

z/OS MVS Programming: Sysplex Services Guide
SA23-1400-00

Whenever you write a data item to the cache structure, the system first attempts to allocate cache structure resources (a data entry, a directory entry, or both) that are unallocated or not in use. When there are insufficient resources available, the system attempts to reclaim currently allocated resources in the cache structure to satisfy the request.

The system reclaims only those resources that are either:
  • Allocated to unchanged data items that are not “locked for cast-out”
  • Allocated to named data items that do not contain data
  • Allocated to named data items that contain data but have no registered interest.

Data items that are marked changed or that are locked for cast-out cannot be reclaimed. If the system cannot reclaim sufficient resources to satisfy the request, the request fails.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014