Previous Topic: DC643157Next Topic: DC643159


DC643158

SET <set-name> MEMBER RECORD <record-name> DUPLICATES OPTION MUST BE UNORDERED OR NOT ALLOWED FOR VSAM INDEX

Reason:

The named set has a mode of VSAM INDEX, but the MEMBER clause for the named record specified a DUPLICATES option on the ASCENDING/DESCENDING KEY clause other than UNORDERED or NOT ALLOWED. Members of sets with modes of VSAM INDEX can have duplicates options of only UNORDERED or NOT ALLOWED. Issue a MODIFY SET statement for the named set that respecifies the entire MEMBER clause and uses the appropriate DUPLICATES option.

Module:

IDMSCHM1

Severity:

0