DSNB543I THE attribute-name ATTRIBUTE IS ALTERED FOR BUFFER POOL bp-name CURRENT ATTRIBUTE = current-attribute NEW ATTRIBUTE = new-attribute THE NEW ATTRIBUTE IS IN PENDING STATE.
Explanation
An ALTER BUFFERPOOL command requested a change to the PGFIX or PGSTEAL attribute and the change was accepted. The new value will take effect the next time the buffer pool is allocated.
- attribute-name
- The name of the attribute that was changed: PGFIX or PGSTEAL.
- bp-name
- The buffer pool name.
- current-attribute
- The current PGFIX or PGSTEAL value for the buffer pool.
- new-attribute
- The new PGFIX or PGSTEAL value that was specified on the ALTER BUFFERPOOL command.
System action
Processing continues.