Previous Topic: DC643035Next Topic: DC643037


DC643036

COMPRESSED AND UNCOMPRESSED VALID FOR MODE IS INDEX ONLY

Reason:

A SET statement's MEMBER clause specifies COMPRESSED or UNCOMPRESSED for either a chained set (MODE IS CHAIN) or a native VSAM set (MODE IS VSAM INDEX). COMPRESSED/ UNCOMPRESSED is valid for indexed sets only (MODE IS INDEX). If the set was meant to be a chained or native VSAM set, simply issue a MODIFY SET that contains any clauses bypassed as a result of this error, but do not code the COMPRESSED/ UNCOMPRESSED option. If the set was meant to be an indexed set, issue a MODIFY SET that both changes the mode (MODE IS INDEX) and contains any clauses bypassed as a result of this error (including the COMPRESSED/UNCOMPRESSED option).

Module:

IDMSCHTR

Severity:

0