Previous Topic: DC643029Next Topic: DC643031


DC643030

OWNER CLAUSE IS INVALID FOR MODE IS VSAM INDEX

Reason:

A SET statement names an owner record type for a native VSAM set (MODE IS VSAM INDEX). Owner specification is valid for only chained sets (MODE IS CHAIN) or indexed sets (MODE IS INDEX). If the set was meant to be a native VSAM set, simply issue a MODIFY SET that contains any clauses bypassed as a result of this error, but do not code an OWNER clause. If the set was meant to be either chained or indexed, issue a MODIFY SET that both changes the mode (MODE IS CHAIN or MODE IS INDEX) and contains any clauses bypassed as a result of this error (including the OWNER clause).

Module:

IDMSCHTR

Severity:

0