MODE

Synopsis

HELP:   Mode in which the original file is compressed and, when desired, encrypted
TYPE:   NUMBER
SYNTAX: MODE/MO/CMPMODE=CX7/CX8/VR8/ADC/NDC/AES/FLAMENC

Description

Input file(s) are compressed with the specified FLAM mode.

FLAM supports four compression modes: adc, cx7, cx8, and vr8. In the adc, cx8, and vr8 modes, it creates the FLAMFILE as a binary file. Mode adc is the most efficient one. It compresses the datastream by removing the redundancy of repetitive sequences and can be used universally. The other modes mainly eliminate "vertical redundancy", i.e. their efficiency relies on the recognition of re-occurring column contents in table-structured data.

Compression mode adc can be combined with one of two encryption methods supported by FLAM. The first is AES, that has been declared standard for US government agencies by NIST (National Institute of Standards and Technology), the second flamenc is a proprietary algoriths of limes datentechnik gmbh. None of the other compression methods allows encryption.

In all binary modes the compressed information is largely independent of the characteristics of the system on which the compression took place, i.e. the FLAMFILEs must not be modified, for example, if they are transmitted on a line which translates codes automatically. FLAMFILEs which are compressed in the cx7 mode, on the other hand, are insensitive to code translations, since they represent all control information by means of alphanumeric characters, the codes for which are standardized internationally in the ASCII and EBCDIC systems. Providing the original data is character-coded and suitable for exchange between systems with different character sets, the information content of the FLAMFILE remains fully intact after it has been converted to the character set of the destination system, despite the altered binary contents, thanks to the character-oriented interpretation.

The compression mode is identified automatically when the file is decompressed. The user thus does not need to know the compression mode in order to decompress a file.

Compression mode CX8 and VR8 does not support CRYPTOMODE=FLAM. Compression mode CX7 does not support either CRYPTOMODE=ADC nor CRYPTOMODE=FLAM.

z/OS
MODE is used as Compression mode only.
The compression mode is especially important for file transfer. For local use only the 8 bit modes should be used (ADC/CX8/VR8) for better efficiency.
For file transfer on transparent lines also the 8 bit modes should be used. For compressed text data (only printable characters - no control or tab characters) shall be transferred via non transparent lines the 7 bit mode (CX7) is appropriate.
UNIX
MODE is used as Compression mode and, when desired, as encryption mode.
This parameter specifies the mode in which the original file is compressed and, if desired, encrypted.
WINDOWS
MODE is used as Compression mode only.
The input file is compressed with the specified FLAM mode. The key word mode= may be omitted.

Syntax restrictions for FLAMv4 or older:

Values

Default

Valid for

Selections