Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (O-Q)
Guardian Programming Reference Summary for pTAL and TAL522631-001
7-50
PUTPOOL
(Superseded by POOL_CHECK_, POOL_DEFINE_, POOL_GETINFO_,
POOL_GETSPACE_, POOL_PUTSPACE_, and POOL_RESIZE_) Returns a block of
memory to a buffer pool.
CALL PUTPOOL ( pool-head ,pool-block );
pool-head, INT .EXT:ref:19 input, output
pool-block, STRING .EXT:ref:* input
< (CCL) The data structures are invalid or pool-block is not a block in the buffer
pool.
= (CCE) The operation is successful.