Specifies how rows are compressed in a new output data set.
Category: | Table Control |
Restrictions: | Use with output tables only. |
In SPD Engine data sets, cannot be used with ENCRYPT=YES or ENCRYPT=AES. | |
Data source: | SAS data set, SPD Engine data set |
specifies that the rows in a newly created table are uncompressed (fixed-length records).
specifies that the rows in a newly created table are compressed (variable length records). SAS data sets are compressed. by using Run Length Encoding (RLE). RLE compresses rows by reducing repeated consecutive characters (including blanks) to two-byte or three-byte representations. SPD Engine data sets are compressed by using the run length compression algorithm SPDSRLC2.
Alias | ON |
Tip | Use this compression algorithm for character data. |
specifies that the rows in a newly created SAS data set are compressed by SAS by using Ross Data Compression (RDC). RDC combines run-length encoding and sliding-window compression to compress the table. SPD Engine data sets are compressed by the SPD Engine by using SPDSRDC.
Tip | This method is highly effective for compressing medium to large (several hundred bytes or larger) blocks of binary data (numeric variables). Because the compression function operates on a single record at a time, the record length needs to be several hundred bytes or larger for effective compression. |