DSNB519I csect-name PGSTEAL FOR bufferpool-name HAS BEEN SET TO new-pgsteal.

Explanation

This message is issued in response to an ALTER BUFFERPOOL command to indicate that the requested change to the PGSTEAL parameter was accepted.

csect-name
The name of the control section that issued the message.
command-name
The name of the z/OS® MVS command that was issued: START, STOP, or MODIFY. The MODIFY command refreshes the Db2 health monitor.
bufferpool-name
The name of the buffer pool.
new-pgsteal
The page stealing method (PGSTEAL) that will be used for the buffer pool.
LRU
The buffer pool buffers are managed using the least recently used (LRU) algorithm. This is the default option.
FIFO
The buffer pool buffers are managed using the first-in, first-out (FIFO) algorithm.
NONE
The buffer pool buffers are managed with the no-stealing algorithm. Objects that use this buffer pool are kept resident.

System action

Processing continues.