DDS7953

The total key length can never be more than 2000 bytes. If the FCFO keyword is specified, the total key length cannot be more than 1995 bytes.

The total key length includes the length of each key field. If the file is a logical file with more than one record, 1 byte is added for each key field. If any of the key fields are variable length (VARLEN keyword), 2 bytes are added for each variable length key field. If any of the key fields allows the null value (ALWNULL keyword), 1 byte is added for each key field that allows the null value.

Response: Either change the length of the fields used as key fields, or remove one or more of the key fields.