Start of change

DSNB406I   PGFIX ATTRIBUTE - CURRENT = current-pgfix PENDING = pending-pgfix PAGE STEALING METHOD = current-pgsteal

Explanation

This message is a section of output from the DISPLAY BUFFERPOOL command, which is part of message DSNB401I.

DSNB406I: PGFIX and PGSTEAL information

The DISPLAY BUFFERPOOL output includes a description of the PGFIX and PGSTEAL attributes for the buffer pool.

DSNB406I -   PGFIX ATTRIBUTE -
             CURRENT                   = current-pgfix
             PENDING                   = pending-pgfix
             PAGE STEALING METHOD      = current-pgsteal
CURRENT = current-pgfix
The value of the page fix (PGFIX) attribute for the current allocation of the buffer pool.
YES
The buffer pool is fixed in real storage for the long term.
NO
The buffer pool is fixed in real storage only during an I/O operation.
PENDING = pending-pgfix
The value of the PGFIX attribute that is to be applied for the next allocation of the virtual buffer pool.
YES
The buffer pool is to be fixed in real storage for the long term.
NO
The buffer pool is to be fixed in real storage only during an I/O operation.
PAGE STEALING METHOD = current-pgsteal
The page stealing method (PGSTEAL) that is in use for the buffer pool.
LRU
The least recently used (LRU) algorithm is used to manage page stealing. This method is the default value.
FIFO
The first-in, first-out (FIFO) algorithm is used to manage page stealing.
NONE
No page stealing occurs. Objects that use this buffer pool are kept resident.
End of change