The SPD Engine does
not support user-specified compression. If you are migrating a default
Base SAS engine data set that is both compressed and encrypted, the
encryption is retained, but the compression is dropped.
The CONTENTS procedure
prints information about the compression. The following example explains
the compressed info fields in the CONTENTS procedure output:
PROC CONTENTS Compressed Section
Number of compressed blocks
number of compressed
blocks that are required to store data.
compressed block size
in bytes calculated from the size specified in the IOBLOCKSIZE= data
set option.
Number of blocks with overflow
number of compressed
blocks that needed more space. When data is updated and the compressed
new block is larger than the compressed old block, an overflow block
fragment is created.
Max overflow chain length
largest number of overflows
for a single block. For example, the maximum overflow chain length
would be 2 if a compressed block was updated and became larger, and
then updated again to a larger size.
Block number for max chain
number of the block
containing the largest number of overflow blocks.
minimum amount of disk
space that an overflow requires.
maximum amount of disk
space that an overflow requires.