DFS4365E INVALID KEY OR STRING VALUE SPECIFIED IN PART STATEMENT, HALDB=dbname PART=partname RSN=reason
Explanation
The partname PART statement for the DFS3UCD0 utility specified an invalid high key value with either the KEYSTCHAR or KEYSTHEX keyword.
In the message text:
- dbname
- The HALDB name.
- partname
- The HALDB partition name.
- reason
- The reason why the specified key value is invalid:
- KEY TOO LONG
- The specified high key value is longer than the root key length for the HALDB.
- ODD NUMBER HEX
- An odd number of characters was specified for the KEYSTHEX parameter. Hexadecimal values must contain an even number of characters.
- INVALID HEX
- An invalid character was specified for the KEYSTHEX parameter. Hexadecimal values can include the numerals 1-9 and the letters A-F.
- DUPLICATE KEY
- High key values for each partition of a HALDB must be unique within that HALDB. The specified key value was used in a previous PART statement.