KEEPDICTIONARY
If one or more of these conditions is not satisfied, BMC AMI Load ignores the KEEPDICTIONARY option and issues warning message NGTL947.
The PART specification in the syntax diagrams must show RESUME NO REPLACE as a valid option. KEEPDICTIONARY may be specified anywhere after the PART specification and before table specific keywords, such as IGNOREFILDS.
You can specify the KEEPDICTIONARY option in any of the following positions:
At the INTO TABLE level after the PART option, as follows:
If you specify KEEPDICTIONARY YES without specifying REPLACE or RESUME in the INTO TABLE level, the LOAD-level REPLACE or RESUME specification operates.
At the global LOAD statement level after the REPLACE option, as follows:
In this case, the KEEPDICTIONARY option applies to the whole statement.
If you specify KEEPDICTIONARY YES at the LOAD statement level, BMC AMI Load honors any KEEPDICTIONARY NO specification at the INTO TABLE PART level for the specified partition. The KEEPDICTIONARY specification at the INTO TABLE level takes precedence over KEEPDICTIONARY specification at the LOAD statement level.
YES
(default) If you specify KEEPDICTIONARY YES, BMC AMI Load keeps the existing compression dictionary. If a compression dictionary does not exist, BMC AMI Load builds a compression dictionary and compresses the data.
NO
If you specify KEEPDICTIONARY NO, the KEEPDICTIONARY option has no effect. BMC AMI Load builds a new compression dictionary and compresses the data.