DSNB614I csect-name SPSIZE FOR bpname HAS BEEN SET TO ZERO BECAUSE PGSTEAL pgsteal-value IS NOT COMPATIBLE WITH A SIMULATED BUFFER POOL.

Explanation

An ALTER BUFFERPOOL command was issued for one of the following reasons:

  • To change the PGSTEAL value for the buffer pool
  • To change the SPSIZE value for the simulated buffer pool

The PGSTEAL value is incompatible with the SPSIZE value. The PGSTEAL value must be LRU for a simulated buffer pool.

bpname
The name of the buffer pool that is to be simulated.
pgsteal-value
The invalid PGSTEAL value.

System action

SPSIZE is set to zero. If the simulated buffer pool was previously allocated, it is deleted.

System programmer response

To create the simulated buffer pool, issue the ALTER BUFFERPOOL command with a non-zero SPSIZE value, and a PGSTEAL value of LRU.