Previous Topic: DC643034Next Topic: DC643036


DC643035

INDEX SORTED ON DBKEY CANNOT BE COMPRESSED

Reason:

A SET statement's MEMBER clause specifies that the sorted indexed set is to be maintained in db-key sequence, and that index key values are to be compressed. If the set was meant to be sorted on db-key, simply issue a MODIFY SET that contains any clauses bypassed as a result of this error, but do not code the COMPRESSED option. If the set was meant to be sorted on a record element (or elements) and compressed, issue a MODIFY SET that both specifies the record element name in the ASCENDING/DESCENDING KEY clause and contains any clauses bypassed as a result of this error (including the COMPRESSED option).

Module:

IDMSCHTR

Severity:

0