DSNU308I csect-name INDEX KEY LIST RECORD LENGTH EXCEEDS MAXIMUM KEY BUFFER SIZE

Explanation

The length of the index key list that will be built in the Data Base Services address space while loading a data record may be larger than the maximum key buffer size. The LOAD statement may be too complex.

System action

Utility processing is terminated.

User response

Examine the preceding DSNU650I INTO TABLE statements. The key size and number of indexes affected by each INTO TABLE statement are accumulative. The combination of these elements may produce a list of index keys, including header bytes, that is too large to be contained within the maximum size buffer area during the load of each input data record. It may be necessary to reduce the number of INTO TABLE statements or to drop some of the indexes that are affected by the load.

Severity

8 (error)