Previous Topic: DC643163Next Topic: DC643170


DC643169

SET <set-name> MEMBER RECORD <record-name> MAY ONLY HAVE 1 KEY FIELD FOR VSAM INDEX

Reason:

The named set's MODE clause specified a mode of VSAM INDEX, but the MEMBER clause for the named record specifies more than 1 key field in the ASCENDING/DESCENDING KEY subclause. Members of VSAM INDEX sets may only have 1 key field that the member record is sorted on. Issue a MODIFY SET statement for the named set that respecifies the entire MEMBER clause for the named record, but supplies only a single sort key.

Module:

IDMSCHM1

Severity:

0