Previous Topic: Remove Trailing Blanks

Next Topic: Checkpoint Count

Compress

Specifies whether CA XCOM Data Transport compresses the data being transferred and decompresses it on the remote system. Compressing the data decreases the transmission time on lower speed lines.

YES

Provides Run Length Encoding (RLE) for blanks and binary zeros only.

NO

No data compression.

RLE

Provides complete Run Length Encoding for all characters.

COMPACT

Provides full RLE (as in RLE above) plus a byte compaction scheme that is suitable for uppercase English text.

COMPACTL

Same as COMPACT above, only the compaction scheme is most beneficial for lowercase English text.

LZSMALL

Lempel Ziv 77 compression with a small memory allocation scheme.

LZMEDIUM

Lempel Ziv 77 compression with a medium memory allocation scheme.

LZLARGE

Lempel Ziv 77 compression with a large memory allocation scheme.

LZRW3

General purpose algorithm that runs fast and gives reasonable compression.

ZLIB(n)

Greater compression than LZRW3 but less than LZSMALL, LZMEDIUM, and LZLARGE. The n value can be 0 through 3.

Note: Not all compression modes are supported on all platforms.

Default: YES