SQUEEZE
The SQUEEZE option specifies to
BMC AMI Copy
whether to consolidate the rows on a table space page so that all of the free space on the page is contiguous.
The SQUEEZE option specifies to BMC AMI Copy whether to consolidate the rows on a table space page so that all of the free space on the page is contiguous. This consolidation enables more effective data compression (whether accomplished by software or by hardware) by decreasing the media space required for copy data sets. Row-consolidation-SQUEEZE provides more information about media space savings; also, see COMPRESS for other information about compressing copy data sets.
If you do not specify SQUEEZE, BMC AMI Copy uses the value of the SQUEEZE installation option as the default.
Values of SQUEEZE
Value | Description |
---|---|
SQUEEZE YES | SQUEEZE YES specifies that table space rows be consolidated on the copy. If you specify RESETMOD YES when you specify SQUEEZE YES, so-called 'dirty' pages are consolidated before they are written back to the table space. |
SQUEEZE NO | SQUEEZE NO specifies that table space rows are not to be consolidated. |
Related topic