DELETE BUFFPOOL on z/OS

Use the MQSC command DELETE BUFFPOOL to delete a buffer pool that is used for holding messages in main storage.


Use MQSC commands

For information on how we use MQSC commands, see Performing local administration tasks using MQSC commands.

We can issue this command from sources 2CR. For an explanation of the source symbols, see Sources from which we can issue MQSC commands on z/OS .

Synonym: DEL BP


DELETE BUFFPOOL

DELETE BUFFPOOL ( integer )


Usage note for DELETE BUFFPOOL

  • Ensure there are no current page set definitions using the named buffer pool, otherwise the command will fail.
  • DELETE BUFFPOOL cannot be issued from CSQINPT.


Parameter descriptions for DELETE BUFFPOOL

    (integer)

    This is the number of the buffer pool to be deleted. The value is an integer in the range zero through 99.

Parent topic: MQSC commands